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
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -21,7 +21,6 @@ widget:
|
|
| 21 |
|
| 22 |
# cpt-fr-base
|
| 23 |
|
| 24 |
-
*cpt-fr-base is available in two sizes: [base](https://huggingface.co/rntc/cpt-fr-base) (150M parameters) and [large](https://huggingface.co/almanach/cpt-fr-large) (350M parameters). Our code is available in our [GitHub repository](https://github.com/Rian-T/colm2026-clm-detour).*
|
| 25 |
|
| 26 |
## Table of Contents
|
| 27 |
|
|
@@ -161,14 +160,14 @@ Apache 2.0
|
|
| 161 |
## Citation
|
| 162 |
|
| 163 |
```bibtex
|
| 164 |
-
@inproceedings{
|
| 165 |
-
title={
|
| 166 |
-
author={
|
| 167 |
-
booktitle={
|
| 168 |
year={2026}
|
| 169 |
}
|
| 170 |
```
|
| 171 |
|
| 172 |
## Acknowledgments
|
| 173 |
|
| 174 |
-
|
|
|
|
| 21 |
|
| 22 |
# cpt-fr-base
|
| 23 |
|
|
|
|
| 24 |
|
| 25 |
## Table of Contents
|
| 26 |
|
|
|
|
| 160 |
## Citation
|
| 161 |
|
| 162 |
```bibtex
|
| 163 |
+
@inproceedings{anonymous2026clm,
|
| 164 |
+
title={Under review},
|
| 165 |
+
author={Anonymous},
|
| 166 |
+
booktitle={Under review},
|
| 167 |
year={2026}
|
| 168 |
}
|
| 169 |
```
|
| 170 |
|
| 171 |
## Acknowledgments
|
| 172 |
|
| 173 |
+
|