Token Classification
GLiNER2
Safetensors
GLiNER
French
extractor
medical
healthcare
french
finemed
ner
medical-entity-recognition
Instructions to use doctolib-lab/finemed-entity-extractor-fr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER2
How to use doctolib-lab/finemed-entity-extractor-fr with GLiNER2:
from gliner2 import GLiNER2 model = GLiNER2.from_pretrained("doctolib-lab/finemed-entity-extractor-fr") # Extract entities text = "Apple CEO Tim Cook announced iPhone 15 in Cupertino yesterday." result = extractor.extract_entities(text, ["company", "person", "product", "location"]) print(result) - GLiNER
How to use doctolib-lab/finemed-entity-extractor-fr with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("doctolib-lab/finemed-entity-extractor-fr") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -21,19 +21,9 @@ tags:
|
|
| 21 |
<img src="assets/logo_finemed.png" width="100%" alt="FineMed">
|
| 22 |
</center>
|
| 23 |
|
| 24 |
-
<!-- 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. -->
|
| 25 |
-
<!--
|
| 26 |
-
<p align="center">
|
| 27 |
-
<a href="https://huggingface.co/blog/bofenghuang/doctobert-fr-release">π€ Blog</a> |
|
| 28 |
-
<a href="https://arxiv.org/abs/2606.XXXXX">π Technical Report</a> |
|
| 29 |
-
<a href="https://github.com/doctolib-lab/doctobert">π» Code</a> |
|
| 30 |
-
<a href="https://huggingface.co/collections/doctolib-lab/finemed-fr">π FineMed</a> |
|
| 31 |
-
<a href="https://huggingface.co/collections/doctolib-lab/doctobert-fr">π©Ί DoctoBERT</a>
|
| 32 |
-
</p>
|
| 33 |
-
-->
|
| 34 |
-
|
| 35 |
<p align="center">
|
| 36 |
<a href="https://huggingface.co/blog/bofenghuang/doctobert-fr-release">π€ Blog</a> |
|
|
|
|
| 37 |
<a href="https://github.com/doctolib-lab/doctobert">π» Code</a> |
|
| 38 |
<a href="https://huggingface.co/collections/doctolib-lab/finemed-fr">π FineMed</a> |
|
| 39 |
<a href="https://huggingface.co/collections/doctolib-lab/doctobert-fr">π©Ί DoctoBERT</a>
|
|
|
|
| 21 |
<img src="assets/logo_finemed.png" width="100%" alt="FineMed">
|
| 22 |
</center>
|
| 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.22079">π Paper</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>
|