Add evaluation results on the squad_v2 config of squad_v2
#1
by
autoevaluator
HF staff
- opened
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 |
|