Instructions to use jhu-clsp/mmBERT-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jhu-clsp/mmBERT-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="jhu-clsp/mmBERT-small")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("jhu-clsp/mmBERT-small") model = AutoModelForMaskedLM.from_pretrained("jhu-clsp/mmBERT-small") - Inference
- Notebooks
- Google Colab
- Kaggle
- Xet hash:
- d3f44d1b94ecc24269a1cb069149fc0acaaf8298dce949e2d593f6c05367f148
- Size of remote file:
- 564 MB
- SHA256:
- be7c9ce2af947fb5bb17a3bc919552f898c5ef4164bf0a7190cf25a0f98f85b6
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.