Commit
路
3f7f53a
1
Parent(s):
8c84cb4
Add evaluation results on the squad_v2 config of squad_v2 (#1)
Browse files- Add evaluation results on the squad_v2 config of squad_v2 (cb4e3cbd037289bdf9cf2df99dbfe30dfecea68c)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
|
@@ -9,7 +9,24 @@ datasets:
|
|
| 9 |
- duorc
|
| 10 |
model-index:
|
| 11 |
- name: rob-base-superqa2
|
| 12 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 9 |
- duorc
|
| 10 |
model-index:
|
| 11 |
- name: rob-base-superqa2
|
| 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: 79.2365
|
| 25 |
+
verified: true
|
| 26 |
+
- name: F1
|
| 27 |
+
type: f1
|
| 28 |
+
value: 82.3326
|
| 29 |
+
verified: true
|
| 30 |
---
|
| 31 |
|
| 32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|