Commit
•
92d1d2a
1
Parent(s):
bf9c36b
Add evaluation results on the squad_v2 config of squad_v2 (#2)
Browse files- Add evaluation results on the squad_v2 config of squad_v2 (03fee00a4ceb78bbeb601ee8361a5f3779e82ad8)
Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>
README.md
CHANGED
@@ -22,6 +22,23 @@ model-index:
|
|
22 |
type: f1
|
23 |
value: 55.135
|
24 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
task:
|
26 |
- question-answering
|
27 |
datasets:
|
|
|
22 |
type: f1
|
23 |
value: 55.135
|
24 |
verified: true
|
25 |
+
- task:
|
26 |
+
type: question-answering
|
27 |
+
name: Question Answering
|
28 |
+
dataset:
|
29 |
+
name: squad_v2
|
30 |
+
type: squad_v2
|
31 |
+
config: squad_v2
|
32 |
+
split: validation
|
33 |
+
metrics:
|
34 |
+
- name: Exact Match
|
35 |
+
type: exact_match
|
36 |
+
value: 79.2432
|
37 |
+
verified: true
|
38 |
+
- name: F1
|
39 |
+
type: f1
|
40 |
+
value: 82.336
|
41 |
+
verified: true
|
42 |
task:
|
43 |
- question-answering
|
44 |
datasets:
|