Datasets:

Languages: English
Multilinguality: monolingual
Size Categories: 10K<n<100K
Language Creators: found
Annotations Creators: crowdsourced
Source Datasets: original
License:

Replace YAML keys from int to str

#1
by albertvillanova HF staff - opened
Files changed (1) hide show
  1. README.md +5 -5
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