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
@MichelBartels
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-squad_v2-df3d9ae8-11765567).\
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
@@ -3,10 +3,30 @@ language: en
|
|
3 |
datasets:
|
4 |
- squad_v2
|
5 |
license: cc-by-4.0
|
6 |
-
tags:
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
# deberta-v3-large for QA
|
12 |
|
|
|
3 |
datasets:
|
4 |
- squad_v2
|
5 |
license: cc-by-4.0
|
6 |
+
tags:
|
7 |
+
- deberta
|
8 |
+
- deberta-v3
|
9 |
+
- deberta-v3-large
|
10 |
+
model-index:
|
11 |
+
- name: deepset/deberta-v3-large-squad2
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
type: question-answering
|
15 |
+
name: Question Answering
|
16 |
+
dataset:
|
17 |
+
name: squad_v2
|
18 |
+
type: squad_v2
|
19 |
+
config: squad_v2
|
20 |
+
split: validation
|
21 |
+
metrics:
|
22 |
+
- name: Exact Match
|
23 |
+
type: exact_match
|
24 |
+
value: 88.0876
|
25 |
+
verified: true
|
26 |
+
- name: F1
|
27 |
+
type: f1
|
28 |
+
value: 91.1623
|
29 |
+
verified: true
|
30 |
---
|
31 |
# deberta-v3-large for QA
|
32 |
|