jorgealro commited on
Commit
a5bb3a2
1 Parent(s): d49d228

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # xlm-roberta-large-ner-spanish
2
 
3
  This model is a XLM-Roberta-large model fine-tuned for Named Entity Recognition (NER) over the Spanish portion of the CoNLL-2002 dataset. Evaluating it over the test subset of this dataset, we get a F1-score of 89.17, being one of the best NER for Spanish available at the moment.
 
1
+ ---
2
+ language:
3
+ - es
4
+
5
+ datasets:
6
+ - CoNLL-2002
7
+
8
+ widget:
9
+ - text: "Santiago Bernabéu fue al Santiago Bernabéu"
10
+
11
+ ---
12
+
13
  # xlm-roberta-large-ner-spanish
14
 
15
  This model is a XLM-Roberta-large model fine-tuned for Named Entity Recognition (NER) over the Spanish portion of the CoNLL-2002 dataset. Evaluating it over the test subset of this dataset, we get a F1-score of 89.17, being one of the best NER for Spanish available at the moment.