Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
License:
lhoestq HF staff commited on
Commit
f386421
1 Parent(s): 8f11c14

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -19,6 +19,36 @@ task_categories:
19
  task_ids:
20
  - multiple-choice-qa
21
  paperswithcode_id: cosmosqa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for "cosmos_qa"
@@ -192,4 +222,4 @@ As reported via email by Yejin Choi, the dataset is licensed under [CC BY 4.0](h
192
 
193
  ### Contributions
194
 
195
- Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun), [@albertvillanova](https://github.com/albertvillanova), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
19
  task_ids:
20
  - multiple-choice-qa
21
  paperswithcode_id: cosmosqa
22
+ dataset_info:
23
+ features:
24
+ - name: id
25
+ dtype: string
26
+ - name: context
27
+ dtype: string
28
+ - name: question
29
+ dtype: string
30
+ - name: answer0
31
+ dtype: string
32
+ - name: answer1
33
+ dtype: string
34
+ - name: answer2
35
+ dtype: string
36
+ - name: answer3
37
+ dtype: string
38
+ - name: label
39
+ dtype: int32
40
+ splits:
41
+ - name: test
42
+ num_bytes: 5121479
43
+ num_examples: 6963
44
+ - name: train
45
+ num_bytes: 17159918
46
+ num_examples: 25262
47
+ - name: validation
48
+ num_bytes: 2186987
49
+ num_examples: 2985
50
+ download_size: 24399475
51
+ dataset_size: 24468384
52
  ---
53
 
54
  # Dataset Card for "cosmos_qa"
222
 
223
  ### Contributions
224
 
225
+ Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun), [@albertvillanova](https://github.com/albertvillanova), [@thomwolf](https://github.com/thomwolf) for adding this dataset.