Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
open-domain-qa
Languages:
English
Size:
10K - 100K
License:
Commit
•
3133e99
1
Parent(s):
3ea8b7e
Replace YAML keys from int to str
Browse filesReplace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275
README.md
CHANGED
@@ -1,15 +1,14 @@
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
- crowdsourced
|
4 |
-
language:
|
5 |
-
- en
|
6 |
language_creators:
|
7 |
- found
|
|
|
|
|
8 |
license:
|
9 |
- other
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
-
pretty_name: WikiQA
|
13 |
size_categories:
|
14 |
- 10K<n<100K
|
15 |
source_datasets:
|
@@ -19,6 +18,7 @@ task_categories:
|
|
19 |
task_ids:
|
20 |
- open-domain-qa
|
21 |
paperswithcode_id: wikiqa
|
|
|
22 |
dataset_info:
|
23 |
features:
|
24 |
- name: question_id
|
@@ -33,8 +33,8 @@ dataset_info:
|
|
33 |
dtype:
|
34 |
class_label:
|
35 |
names:
|
36 |
-
0: '0'
|
37 |
-
1: '1'
|
38 |
splits:
|
39 |
- name: test
|
40 |
num_bytes: 1337903
|
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
- crowdsourced
|
|
|
|
|
4 |
language_creators:
|
5 |
- found
|
6 |
+
language:
|
7 |
+
- en
|
8 |
license:
|
9 |
- other
|
10 |
multilinguality:
|
11 |
- monolingual
|
|
|
12 |
size_categories:
|
13 |
- 10K<n<100K
|
14 |
source_datasets:
|
|
|
18 |
task_ids:
|
19 |
- open-domain-qa
|
20 |
paperswithcode_id: wikiqa
|
21 |
+
pretty_name: WikiQA
|
22 |
dataset_info:
|
23 |
features:
|
24 |
- name: question_id
|
|
|
33 |
dtype:
|
34 |
class_label:
|
35 |
names:
|
36 |
+
'0': '0'
|
37 |
+
'1': '1'
|
38 |
splits:
|
39 |
- name: test
|
40 |
num_bytes: 1337903
|