Commit
路
1ae8322
1
Parent(s):
075b66c
Add evaluation results on the adversarialQA config of adversarial_qa (#2)
Browse files- Add evaluation results on the adversarialQA config of adversarial_qa (4841136e1455b698c197208d9d9bab169332178a)
Co-authored-by: Evaluation Bot <[email protected]>
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
|