Add evaluation results on the adversarialQA config of adversarial_qa
#2
by
autoevaluator
HF staff
- opened
README.md
CHANGED
@@ -26,6 +26,23 @@ model-index:
|
|
26 |
type: f1
|
27 |
value: 77.1684
|
28 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
30 |
|
31 |
## Overview
|
|
|
26 |
type: f1
|
27 |
value: 77.1684
|
28 |
verified: true
|
29 |
+
- task:
|
30 |
+
type: question-answering
|
31 |
+
name: Question Answering
|
32 |
+
dataset:
|
33 |
+
name: adversarial_qa
|
34 |
+
type: adversarial_qa
|
35 |
+
config: adversarialQA
|
36 |
+
split: validation
|
37 |
+
metrics:
|
38 |
+
- name: Exact Match
|
39 |
+
type: exact_match
|
40 |
+
value: 22.2
|
41 |
+
verified: true
|
42 |
+
- name: F1
|
43 |
+
type: f1
|
44 |
+
value: 33.6255
|
45 |
+
verified: true
|
46 |
---
|
47 |
|
48 |
## Overview
|