Instructions to use jhu-clsp/mmBERT-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jhu-clsp/mmBERT-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="jhu-clsp/mmBERT-base")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jhu-clsp/mmBERT-base", dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
6aee8e1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8ea64ec1ea4eb8fca0fc14b69a2ae571de6bfbc25fd214bb932dd4aba6a3a04e
size 1231188142
|