lvwerra HF staff commited on
Commit
b0af870
1 Parent(s): 6e11a4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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 xtreme dataset.
 
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