Instructions to use DeepMount00/ModernBERT-base-ita with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DeepMount00/ModernBERT-base-ita with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="DeepMount00/ModernBERT-base-ita")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("DeepMount00/ModernBERT-base-ita") model = AutoModelForMaskedLM.from_pretrained("DeepMount00/ModernBERT-base-ita", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -112,8 +112,6 @@ We release the ModernBERT model architectures, model weights, training codebase
|
|
| 112 |
|
| 113 |
## Citation
|
| 114 |
|
| 115 |
-
If you use ModernBERT in your work, please cite:
|
| 116 |
-
|
| 117 |
```
|
| 118 |
@misc{modernbert,
|
| 119 |
title={Smarter, Better, Faster, Longer: A Modern Bidirectional Encoder for Fast, Memory Efficient, and Long Context Finetuning and Inference},
|
|
|
|
| 112 |
|
| 113 |
## Citation
|
| 114 |
|
|
|
|
|
|
|
| 115 |
```
|
| 116 |
@misc{modernbert,
|
| 117 |
title={Smarter, Better, Faster, Longer: A Modern Bidirectional Encoder for Fast, Memory Efficient, and Long Context Finetuning and Inference},
|