Add evaluation results on the plain_text config of squad
Browse filesBeep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the plain_text config of the [squad](https://huggingface.co/datasets/squad) dataset by
@sakamoto
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-squad-d38f255e-13865909).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=squad).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=squad).
README.md
CHANGED
@@ -22,6 +22,23 @@ model-index:
|
|
22 |
type: f1
|
23 |
value: 77.1833
|
24 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
26 |
|
27 |
# Multilingual XLM-RoBERTa base for QA on various languages
|
|
|
22 |
type: f1
|
23 |
value: 77.1833
|
24 |
verified: true
|
25 |
+
- task:
|
26 |
+
type: question-answering
|
27 |
+
name: Question Answering
|
28 |
+
dataset:
|
29 |
+
name: squad
|
30 |
+
type: squad
|
31 |
+
config: plain_text
|
32 |
+
split: validation
|
33 |
+
metrics:
|
34 |
+
- name: Exact Match
|
35 |
+
type: exact_match
|
36 |
+
value: 80.2503
|
37 |
+
verified: true
|
38 |
+
- name: F1
|
39 |
+
type: f1
|
40 |
+
value: 87.8327
|
41 |
+
verified: true
|
42 |
---
|
43 |
|
44 |
# Multilingual XLM-RoBERTa base for QA on various languages
|