Instructions to use answerdotai/ModernBERT-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use answerdotai/ModernBERT-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="answerdotai/ModernBERT-large")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("answerdotai/ModernBERT-large", dtype="auto") - Notebooks
- Google Colab
- Kaggle
update-onnx-model
#13
by kozistr - opened
- onnx/model.onnx +2 -2
onnx/model.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:322dac3c2a04a2b0e59a7f1c18966c2a3368f97fc05e759112ebda87b6bb7f09
|
| 3 |
+
size 1579652083
|