Add multilingual to the language tag (#1)
Browse files- Add multilingual to the language tag (9e453cd03cf4675e467f6a1f975cc68a7633a78e)
Co-authored-by: Loïck BOURDOIS <lbourdois@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
license: agpl-3.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
@@ -9,32 +13,29 @@ metrics:
|
|
9 |
- recall
|
10 |
- f1
|
11 |
- accuracy
|
12 |
-
language:
|
13 |
-
- en
|
14 |
-
- is
|
15 |
model-index:
|
16 |
- name: XLMR-ENIS-finetuned-ner
|
17 |
results:
|
18 |
- task:
|
19 |
-
name: Token Classification
|
20 |
type: token-classification
|
|
|
21 |
dataset:
|
22 |
name: conll2003
|
23 |
type: conll2003
|
24 |
args: conll2003
|
25 |
metrics:
|
26 |
-
-
|
27 |
-
type: precision
|
28 |
value: 0.9398313331170938
|
29 |
-
|
30 |
-
|
31 |
value: 0.9517943664285128
|
32 |
-
|
33 |
-
|
34 |
value: 0.9457750214207026
|
35 |
-
|
36 |
-
|
37 |
value: 0.9853686150987764
|
|
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- is
|
5 |
+
- multilingual
|
6 |
license: agpl-3.0
|
7 |
tags:
|
8 |
- generated_from_trainer
|
|
|
13 |
- recall
|
14 |
- f1
|
15 |
- accuracy
|
|
|
|
|
|
|
16 |
model-index:
|
17 |
- name: XLMR-ENIS-finetuned-ner
|
18 |
results:
|
19 |
- task:
|
|
|
20 |
type: token-classification
|
21 |
+
name: Token Classification
|
22 |
dataset:
|
23 |
name: conll2003
|
24 |
type: conll2003
|
25 |
args: conll2003
|
26 |
metrics:
|
27 |
+
- type: precision
|
|
|
28 |
value: 0.9398313331170938
|
29 |
+
name: Precision
|
30 |
+
- type: recall
|
31 |
value: 0.9517943664285128
|
32 |
+
name: Recall
|
33 |
+
- type: f1
|
34 |
value: 0.9457750214207026
|
35 |
+
name: F1
|
36 |
+
- type: accuracy
|
37 |
value: 0.9853686150987764
|
38 |
+
name: Accuracy
|
39 |
---
|
40 |
|
41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|