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