Add evaluation results on the squad_v2 config of squad_v2
Browse filesBeep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the squad_v2 config of the [squad_v2](https://huggingface.co/datasets/squad_v2) dataset by @sjrlee, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-squad_v2-fdec2e9c-11705559).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=squad_v2).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=squad_v2).
README.md
CHANGED
@@ -5,6 +5,26 @@ tags:
|
|
5 |
datasets:
|
6 |
- squad_v2
|
7 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# Multilingual XLM-RoBERTa large for QA on various languages
|
|
|
5 |
datasets:
|
6 |
- squad_v2
|
7 |
license: cc-by-4.0
|
8 |
+
model-index:
|
9 |
+
- name: deepset/xlm-roberta-large-squad2
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
type: question-answering
|
13 |
+
name: Question Answering
|
14 |
+
dataset:
|
15 |
+
name: squad_v2
|
16 |
+
type: squad_v2
|
17 |
+
config: squad_v2
|
18 |
+
split: validation
|
19 |
+
metrics:
|
20 |
+
- name: Exact Match
|
21 |
+
type: exact_match
|
22 |
+
value: 81.8281
|
23 |
+
verified: true
|
24 |
+
- name: F1
|
25 |
+
type: f1
|
26 |
+
value: 84.8886
|
27 |
+
verified: true
|
28 |
---
|
29 |
|
30 |
# Multilingual XLM-RoBERTa large for QA on various languages
|