Commit
·
39aaafd
1
Parent(s):
e50c845
Add evaluation results on wikiann dataset (#1)
Browse files- Add evaluation results on wikiann dataset (9994a23012348ba0b9b6291f66a58878b5728114)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
|
@@ -8,7 +8,36 @@ datasets:
|
|
| 8 |
- wikiann
|
| 9 |
model-index:
|
| 10 |
- name: xlm-roberta-base-finetuned-panx-all
|
| 11 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 8 |
- wikiann
|
| 9 |
model-index:
|
| 10 |
- name: xlm-roberta-base-finetuned-panx-all
|
| 11 |
+
results:
|
| 12 |
+
- task:
|
| 13 |
+
type: token-classification
|
| 14 |
+
name: Token Classification
|
| 15 |
+
dataset:
|
| 16 |
+
name: wikiann
|
| 17 |
+
type: wikiann
|
| 18 |
+
config: en
|
| 19 |
+
split: test
|
| 20 |
+
metrics:
|
| 21 |
+
- name: Accuracy
|
| 22 |
+
type: accuracy
|
| 23 |
+
value: 0.843189280620875
|
| 24 |
+
verified: true
|
| 25 |
+
- name: Precision
|
| 26 |
+
type: precision
|
| 27 |
+
value: 0.8410061269097046
|
| 28 |
+
verified: true
|
| 29 |
+
- name: Recall
|
| 30 |
+
type: recall
|
| 31 |
+
value: 0.8568527450211155
|
| 32 |
+
verified: true
|
| 33 |
+
- name: F1
|
| 34 |
+
type: f1
|
| 35 |
+
value: 0.8488554853827908
|
| 36 |
+
verified: true
|
| 37 |
+
- name: loss
|
| 38 |
+
type: loss
|
| 39 |
+
value: 0.6632214784622192
|
| 40 |
+
verified: true
|
| 41 |
---
|
| 42 |
|
| 43 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|