lvwerra HF staff commited on
Commit
85d2a32
1 Parent(s): c3e6630

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -14,7 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # xlm-roberta-base-finetuned-panx-de-fr
16
 
17
- This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
 
18
  It achieves the following results on the evaluation set:
19
  - Loss: 0.1616
20
  - F1: 0.8590
 
14
 
15
  # xlm-roberta-base-finetuned-panx-de-fr
16
 
17
+ 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).
18
+
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.1616
21
  - F1: 0.8590