gunghio commited on
Commit
62a8aa0
1 Parent(s): 244a034

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  datasets:
3
  - xtreme
4
  language:
@@ -7,5 +8,35 @@ language:
7
  - de
8
  - fr
9
  - es
10
- license: mit
 
 
 
 
 
11
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: mit
3
  datasets:
4
  - xtreme
5
  language:
 
8
  - de
9
  - fr
10
  - es
11
+ metrics:
12
+ - precision: 0.874
13
+ - recall: 0.880
14
+ - f1: 0.877
15
+ - accuracy: 0.943
16
+
17
  ---
18
+
19
+ # gunghio/xlm-roberta-base-finetuned-panx-ner
20
+
21
+ This model was trained starting from xlm-roberta-base on a subset of xtreme dataset.
22
+
23
+ `xtreme` datasets subsets used are: PAN-X.{lang}.
24
+
25
+ Only 75% of the whole dataset was used.
26
+
27
+ ## Intended uses & limitations
28
+
29
+ Fine-tuned model can be used for Named Entity Recognition in it, en, de, fr, and es.
30
+
31
+ ## Training and evaluation data
32
+
33
+ Training dataset: [conll2003](https://huggingface.co/datasets/xtreme)
34
+
35
+ ### Training results
36
+
37
+ It achieves the following results on the evaluation set:
38
+
39
+ Precision: 0.8744154472771157
40
+ Recall: 0.8791424269015351
41
+ F1: 0.8767725659462058
42
+ Accuracy: 0.9432040948504613