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") - Notebooks
- Google Colab
- Kaggle
dataset
#1
by tulas - opened
hi!
did you finetune the model with an open or closed dataset?
In case it'open, which one?
tnx
.tulas
I finetuned the model using a proprietary dataset.
DeepMount00 changed discussion status to closed
ok. tnx for reply