Fill-Mask
Transformers
Safetensors
French
modernbert
biomedical
clinical
encoder
Eval Results (legacy)
Instructions to use almanach/ModernCamemBERT-bio-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use almanach/ModernCamemBERT-bio-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="almanach/ModernCamemBERT-bio-base")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("almanach/ModernCamemBERT-bio-base") model = AutoModelForMaskedLM.from_pretrained("almanach/ModernCamemBERT-bio-base") - Notebooks
- Google Colab
- Kaggle
Model config and weights missing
#1
by eli4s - opened
Hello,
It seems like the models weights/config are missing here.
By comparison, almanach/ModernCamemBERT-bio-large does not miss any of them.
Would it be possible to update with corresponding weights and config ?
Thanks a lot in advance !
Hello, sorry for this issue, nothing should be missing now!
rntc changed discussion status to closed