Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
lhoestq HF staff commited on
Commit
70e17fa
1 Parent(s): 3f5b9c9

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +42 -1
README.md CHANGED
@@ -19,6 +19,47 @@ task_categories:
19
  task_ids:
20
  - multiple-choice-qa
21
  paperswithcode_id: quail
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for "quail"
@@ -208,4 +249,4 @@ The data fields are the same among all splits.
208
 
209
  ### Contributions
210
 
211
- Thanks to [@sai-prasanna](https://github.com/sai-prasanna), [@ngdodd](https://github.com/ngdodd) for adding this dataset.
 
19
  task_ids:
20
  - multiple-choice-qa
21
  paperswithcode_id: quail
22
+ dataset_info:
23
+ features:
24
+ - name: id
25
+ dtype: string
26
+ - name: context_id
27
+ dtype: string
28
+ - name: question_id
29
+ dtype: string
30
+ - name: domain
31
+ dtype: string
32
+ - name: metadata
33
+ struct:
34
+ - name: author
35
+ dtype: string
36
+ - name: title
37
+ dtype: string
38
+ - name: url
39
+ dtype: string
40
+ - name: context
41
+ dtype: string
42
+ - name: question
43
+ dtype: string
44
+ - name: question_type
45
+ dtype: string
46
+ - name: answers
47
+ sequence: string
48
+ - name: correct_answer_id
49
+ dtype: int32
50
+ config_name: quail
51
+ splits:
52
+ - name: challenge
53
+ num_bytes: 1199840
54
+ num_examples: 556
55
+ - name: train
56
+ num_bytes: 23432697
57
+ num_examples: 10246
58
+ - name: validation
59
+ num_bytes: 4989579
60
+ num_examples: 2164
61
+ download_size: 6402933
62
+ dataset_size: 29622116
63
  ---
64
 
65
  # Dataset Card for "quail"
 
249
 
250
  ### Contributions
251
 
252
+ Thanks to [@sai-prasanna](https://github.com/sai-prasanna), [@ngdodd](https://github.com/ngdodd) for adding this dataset.