Instructions to use togethercomputer/m2-bert-80M-32k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use togethercomputer/m2-bert-80M-32k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="togethercomputer/m2-bert-80M-32k", trust_remote_code=True)# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("togethercomputer/m2-bert-80M-32k", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Dan Fu commited on
Commit ·
536efaf
1
Parent(s): afc7050
Update weights
Browse files
model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 440736801
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c96fb2384a6050a97acfeaf792d37f959e524bc585010a851b427c31dcedf64
|
| 3 |
size 440736801
|
model.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1315397236
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f474b3c97cd951fbc902b0578ec8774b1faa7c7f92d10d69707e85f8bc8ceca
|
| 3 |
size 1315397236
|