Add evaluation results on xtreme dataset
#1
by
autoevaluator
HF staff
- opened
README.md
CHANGED
@@ -20,6 +20,35 @@ model-index:
|
|
20 |
- name: F1
|
21 |
type: f1
|
22 |
value: 0.8393729984830608
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
20 |
- name: F1
|
21 |
type: f1
|
22 |
value: 0.8393729984830608
|
23 |
+
- task:
|
24 |
+
type: token-classification
|
25 |
+
name: Token Classification
|
26 |
+
dataset:
|
27 |
+
name: xtreme
|
28 |
+
type: xtreme
|
29 |
+
config: PAN-X.fr
|
30 |
+
split: test
|
31 |
+
metrics:
|
32 |
+
- name: Accuracy
|
33 |
+
type: accuracy
|
34 |
+
value: 0.850120764491739
|
35 |
+
verified: true
|
36 |
+
- name: Precision
|
37 |
+
type: precision
|
38 |
+
value: 0.8471802714586121
|
39 |
+
verified: true
|
40 |
+
- name: Recall
|
41 |
+
type: recall
|
42 |
+
value: 0.8521433699107784
|
43 |
+
verified: true
|
44 |
+
- name: F1
|
45 |
+
type: f1
|
46 |
+
value: 0.8496545729934237
|
47 |
+
verified: true
|
48 |
+
- name: loss
|
49 |
+
type: loss
|
50 |
+
value: 0.5212014317512512
|
51 |
+
verified: true
|
52 |
---
|
53 |
|
54 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|