Text Classification
Transformers
TensorBoard
Safetensors
French
modernbert
medical
healthcare
french
finemed
text-embeddings-inference
Instructions to use doctolib-lab/finemed-subdomain-classifier-fr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use doctolib-lab/finemed-subdomain-classifier-fr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="doctolib-lab/finemed-subdomain-classifier-fr")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("doctolib-lab/finemed-subdomain-classifier-fr") model = AutoModelForSequenceClassification.from_pretrained("doctolib-lab/finemed-subdomain-classifier-fr") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,19 +19,9 @@ tags:
|
|
| 19 |
<img src="assets/logo_finemed.png" width="100%" alt="FineMed">
|
| 20 |
</center>
|
| 21 |
|
| 22 |
-
<!-- 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. -->
|
| 23 |
-
<!--
|
| 24 |
-
<p align="center">
|
| 25 |
-
<a href="https://huggingface.co/blog/bofenghuang/doctobert-fr-release">🤗 Blog</a> |
|
| 26 |
-
<a href="https://arxiv.org/abs/2606.XXXXX">📄 Technical Report</a> |
|
| 27 |
-
<a href="https://github.com/doctolib-lab/doctobert">💻 Code</a> |
|
| 28 |
-
<a href="https://huggingface.co/collections/doctolib-lab/finemed-fr">🌐 FineMed</a> |
|
| 29 |
-
<a href="https://huggingface.co/collections/doctolib-lab/doctobert-fr">🩺 DoctoBERT</a>
|
| 30 |
-
</p>
|
| 31 |
-
-->
|
| 32 |
-
|
| 33 |
<p align="center">
|
| 34 |
<a href="https://huggingface.co/blog/bofenghuang/doctobert-fr-release">🤗 Blog</a> |
|
|
|
|
| 35 |
<a href="https://github.com/doctolib-lab/doctobert">💻 Code</a> |
|
| 36 |
<a href="https://huggingface.co/collections/doctolib-lab/finemed-fr">🌐 FineMed</a> |
|
| 37 |
<a href="https://huggingface.co/collections/doctolib-lab/doctobert-fr">🩺 DoctoBERT</a>
|
|
|
|
| 19 |
<img src="assets/logo_finemed.png" width="100%" alt="FineMed">
|
| 20 |
</center>
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
<p align="center">
|
| 23 |
<a href="https://huggingface.co/blog/bofenghuang/doctobert-fr-release">🤗 Blog</a> |
|
| 24 |
+
<a href="https://arxiv.org/abs/2606.22079">📄 Paper</a> |
|
| 25 |
<a href="https://github.com/doctolib-lab/doctobert">💻 Code</a> |
|
| 26 |
<a href="https://huggingface.co/collections/doctolib-lab/finemed-fr">🌐 FineMed</a> |
|
| 27 |
<a href="https://huggingface.co/collections/doctolib-lab/doctobert-fr">🩺 DoctoBERT</a>
|