Instructions to use togethercomputer/m2-bert-80M-2k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use togethercomputer/m2-bert-80M-2k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="togethercomputer/m2-bert-80M-2k", trust_remote_code=True)# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("togethercomputer/m2-bert-80M-2k", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Dan Fu commited on
Commit ·
4288da0
1
Parent(s): 785c4ec
Rename
Browse files
model.bin → pytorch_model.bin
RENAMED
|
File without changes
|