lvwerra HF staff commited on
Commit
e50c845
1 Parent(s): 5fcb4e0

Update README.md

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