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 README.md
Browse files
README.md
CHANGED
|
@@ -7,8 +7,6 @@ tags:
|
|
| 7 |
- fill-mask
|
| 8 |
- masked-lm
|
| 9 |
- long-context
|
| 10 |
-
- PyTorch
|
| 11 |
-
- Safetensors
|
| 12 |
- modernbert
|
| 13 |
pipeline_tag: fill-mask
|
| 14 |
---
|
|
|
|
| 7 |
- fill-mask
|
| 8 |
- masked-lm
|
| 9 |
- long-context
|
|
|
|
|
|
|
| 10 |
- modernbert
|
| 11 |
pipeline_tag: fill-mask
|
| 12 |
---
|