Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
27 |
|
28 |
# xlm-roberta-base-finetuned-panx-fr
|
29 |
|
30 |
-
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the
|
|
|
31 |
It achieves the following results on the evaluation set:
|
32 |
- Loss: 0.2772
|
33 |
- F1: 0.8455
|
|
|
27 |
|
28 |
# xlm-roberta-base-finetuned-panx-fr
|
29 |
|
30 |
+
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the PAN-X dataset. The model is trained in Chapter 4: Multilingual Named Entity Recognition in the [NLP with Transformers book](https://learning.oreilly.com/library/view/natural-language-processing/9781098103231/). You can find the full code in the accompanying [Github repository](https://github.com/nlp-with-transformers/notebooks/blob/main/04_multilingual-ner.ipynb).
|
31 |
+
|
32 |
It achieves the following results on the evaluation set:
|
33 |
- Loss: 0.2772
|
34 |
- F1: 0.8455
|