Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
---
|
2 |
-
license:
|
|
|
3 |
datasets:
|
4 |
- xtreme
|
5 |
language:
|
@@ -9,10 +10,10 @@ language:
|
|
9 |
- fr
|
10 |
- es
|
11 |
metrics:
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
---
|
17 |
|
18 |
# gunghio/xlm-roberta-base-finetuned-panx-ner
|
@@ -35,7 +36,17 @@ Training dataset: [conll2003](https://huggingface.co/datasets/xtreme)
|
|
35 |
|
36 |
It achieves the following results on the evaluation set:
|
37 |
|
38 |
-
Precision: 0.8744154472771157
|
39 |
-
Recall: 0.8791424269015351
|
40 |
-
F1: 0.8767725659462058
|
41 |
-
Accuracy: 0.9432040948504613
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license:
|
3 |
+
- mit
|
4 |
datasets:
|
5 |
- xtreme
|
6 |
language:
|
|
|
10 |
- fr
|
11 |
- es
|
12 |
metrics:
|
13 |
+
- precision: 0.874
|
14 |
+
- recall: 0.880
|
15 |
+
- f1: 0.877
|
16 |
+
- accuracy: 0.943
|
17 |
---
|
18 |
|
19 |
# gunghio/xlm-roberta-base-finetuned-panx-ner
|
|
|
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
|
43 |
+
|
44 |
+
Details:
|
45 |
+
|
46 |
+
| Label | Precision | Recall | F1-Score | Support |
|
47 |
+
|---------|-----------|--------|----------|---------|
|
48 |
+
| PER | 0.922 | 0.908 | 0.915 | 26639 |
|
49 |
+
| LOC | 0.880 | 0.906 | 0.892 | 37623 |
|
50 |
+
| ORG | 0.821 | 0.816 | 0.818 | 28045 |
|
51 |
+
| Overall | 0.922 | 0.908 | .915 | 26639 |
|
52 |
+
|