Add evaluation results on the squad_v2 config and validation split of squad_v2
#1
by
autoevaluator
HF staff
- opened
README.md
CHANGED
@@ -5,7 +5,24 @@ datasets:
|
|
5 |
- squad
|
6 |
model-index:
|
7 |
- name: test-squad-trained-finetuned-squad
|
8 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
5 |
- squad
|
6 |
model-index:
|
7 |
- name: test-squad-trained-finetuned-squad
|
8 |
+
results:
|
9 |
+
- task:
|
10 |
+
type: question-answering
|
11 |
+
name: Question Answering
|
12 |
+
dataset:
|
13 |
+
name: squad_v2
|
14 |
+
type: squad_v2
|
15 |
+
config: squad_v2
|
16 |
+
split: validation
|
17 |
+
metrics:
|
18 |
+
- name: Exact Match
|
19 |
+
type: exact_match
|
20 |
+
value: 37.5821
|
21 |
+
verified: true
|
22 |
+
- name: F1
|
23 |
+
type: f1
|
24 |
+
value: 42.0009
|
25 |
+
verified: true
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|