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
plan on multilingual variant?
#2
by ahxxm - opened
from tokenizer.json and section Training in blog post, it seems an English-only(the same naming recipe as origin BERT I guess)
I come to the community section to ask the same question, any ideas on the multilingual part ?
I join everyone to beg for a wondeful ModernXLM-RoBERTa-Large! :)
I came for the same - I need one that works well across as many languages as possible