Add evaluation results on xtreme dataset
Browse filesBeep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the [xtreme](https://huggingface.co/datasets/xtreme) dataset by
@lewtun
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-d60b4e7e-7574883).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=xtreme).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=xtreme).
README.md
CHANGED
@@ -20,6 +20,35 @@ model-index:
|
|
20 |
- name: F1
|
21 |
type: f1
|
22 |
value: 0.8620945214069894
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.8620945214069894
|
23 |
+
- task:
|
24 |
+
type: token-classification
|
25 |
+
name: Token Classification
|
26 |
+
dataset:
|
27 |
+
name: xtreme
|
28 |
+
type: xtreme
|
29 |
+
config: PAN-X.de
|
30 |
+
split: test
|
31 |
+
metrics:
|
32 |
+
- name: Accuracy
|
33 |
+
type: accuracy
|
34 |
+
value: 0.899981559318585
|
35 |
+
verified: true
|
36 |
+
- name: Precision
|
37 |
+
type: precision
|
38 |
+
value: 0.9009035072102546
|
39 |
+
verified: true
|
40 |
+
- name: Recall
|
41 |
+
type: recall
|
42 |
+
value: 0.9206610317249744
|
43 |
+
verified: true
|
44 |
+
- name: F1
|
45 |
+
type: f1
|
46 |
+
value: 0.9106751198809252
|
47 |
+
verified: true
|
48 |
+
- name: loss
|
49 |
+
type: loss
|
50 |
+
value: 0.3754884600639343
|
51 |
+
verified: true
|
52 |
---
|
53 |
|
54 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|