Fill-Mask
Transformers
PyTorch
TensorBoard
Safetensors
French
modernbert
medical
healthcare
biomedical
clinical
french
long-context
doctobert
Instructions to use doctolib-lab/doctomodernbert-fr-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use doctolib-lab/doctomodernbert-fr-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="doctolib-lab/doctomodernbert-fr-base")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("doctolib-lab/doctomodernbert-fr-base") model = AutoModelForMaskedLM.from_pretrained("doctolib-lab/doctomodernbert-fr-base") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,19 +25,9 @@ datasets:
|
|
| 25 |
<img src="assets/logo_doctomodernbert.png" width="100%" alt="DoctoModernBERT">
|
| 26 |
</center>
|
| 27 |
|
| 28 |
-
<!-- arXiv ID pending: banner with Technical Report (and the citation below) hidden until the ID is assigned; uncomment these and replace the arXiv ID placeholder. -->
|
| 29 |
-
<!--
|
| 30 |
-
<p align="center">
|
| 31 |
-
<a href="https://huggingface.co/blog/bofenghuang/doctobert-fr-release">π€ Blog</a> |
|
| 32 |
-
<a href="https://arxiv.org/abs/2606.XXXXX">π Technical Report</a> |
|
| 33 |
-
<a href="https://github.com/doctolib-lab/doctobert">π» Code</a> |
|
| 34 |
-
<a href="https://huggingface.co/collections/doctolib-lab/finemed-fr">π FineMed</a> |
|
| 35 |
-
<a href="https://huggingface.co/collections/doctolib-lab/doctobert-fr">π©Ί DoctoBERT</a>
|
| 36 |
-
</p>
|
| 37 |
-
-->
|
| 38 |
-
|
| 39 |
<p align="center">
|
| 40 |
<a href="https://huggingface.co/blog/bofenghuang/doctobert-fr-release">π€ Blog</a> |
|
|
|
|
| 41 |
<a href="https://github.com/doctolib-lab/doctobert">π» Code</a> |
|
| 42 |
<a href="https://huggingface.co/collections/doctolib-lab/finemed-fr">π FineMed</a> |
|
| 43 |
<a href="https://huggingface.co/collections/doctolib-lab/doctobert-fr">π©Ί DoctoBERT</a>
|
|
|
|
| 25 |
<img src="assets/logo_doctomodernbert.png" width="100%" alt="DoctoModernBERT">
|
| 26 |
</center>
|
| 27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
<p align="center">
|
| 29 |
<a href="https://huggingface.co/blog/bofenghuang/doctobert-fr-release">π€ Blog</a> |
|
| 30 |
+
<a href="https://arxiv.org/abs/2606.22079">π Paper</a> |
|
| 31 |
<a href="https://github.com/doctolib-lab/doctobert">π» Code</a> |
|
| 32 |
<a href="https://huggingface.co/collections/doctolib-lab/finemed-fr">π FineMed</a> |
|
| 33 |
<a href="https://huggingface.co/collections/doctolib-lab/doctobert-fr">π©Ί DoctoBERT</a>
|