Commit
•
57a1e22
1
Parent(s):
40732e9
Librarian Bot: Update Hugging Face dataset ID (#5)
Browse files- Librarian Bot: Update Hugging Face dataset ID (6c872cab12d3a42dad0b460918235110fcfe97ad)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
|
|
4 |
tags:
|
5 |
- question-answering
|
6 |
-
license: "apache-2.0"
|
7 |
datasets:
|
8 |
-
- adversarial_qa
|
9 |
- mbartolo/synQA
|
10 |
- squad
|
11 |
metrics:
|
@@ -23,13 +23,13 @@ model-index:
|
|
23 |
config: plain_text
|
24 |
split: validation
|
25 |
metrics:
|
26 |
-
-
|
27 |
-
type: exact_match
|
28 |
value: 89.4158
|
|
|
29 |
verified: true
|
30 |
-
-
|
31 |
-
type: f1
|
32 |
value: 94.7851
|
|
|
33 |
verified: true
|
34 |
---
|
35 |
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
+
license: apache-2.0
|
5 |
tags:
|
6 |
- question-answering
|
|
|
7 |
datasets:
|
8 |
+
- UCLNLP/adversarial_qa
|
9 |
- mbartolo/synQA
|
10 |
- squad
|
11 |
metrics:
|
|
|
23 |
config: plain_text
|
24 |
split: validation
|
25 |
metrics:
|
26 |
+
- type: exact_match
|
|
|
27 |
value: 89.4158
|
28 |
+
name: Exact Match
|
29 |
verified: true
|
30 |
+
- type: f1
|
|
|
31 |
value: 94.7851
|
32 |
+
name: F1
|
33 |
verified: true
|
34 |
---
|
35 |
|