lhoestq HF staff commited on
Commit
300d956
1 Parent(s): 3c45fd0

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +59 -1
README.md CHANGED
@@ -20,6 +20,64 @@ task_ids:
20
  - open-domain-qa
21
  paperswithcode_id: quartz
22
  pretty_name: QuaRTz
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for "quartz"
@@ -218,4 +276,4 @@ Questions"},
218
 
219
  ### Contributions
220
 
221
- Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
 
20
  - open-domain-qa
21
  paperswithcode_id: quartz
22
  pretty_name: QuaRTz
23
+ dataset_info:
24
+ features:
25
+ - name: id
26
+ dtype: string
27
+ - name: question
28
+ dtype: string
29
+ - name: choices
30
+ sequence:
31
+ - name: text
32
+ dtype: string
33
+ - name: label
34
+ dtype: string
35
+ - name: answerKey
36
+ dtype: string
37
+ - name: para
38
+ dtype: string
39
+ - name: para_id
40
+ dtype: string
41
+ - name: para_anno
42
+ struct:
43
+ - name: effect_prop
44
+ dtype: string
45
+ - name: cause_dir_str
46
+ dtype: string
47
+ - name: effect_dir_str
48
+ dtype: string
49
+ - name: cause_dir_sign
50
+ dtype: string
51
+ - name: effect_dir_sign
52
+ dtype: string
53
+ - name: cause_prop
54
+ dtype: string
55
+ - name: question_anno
56
+ struct:
57
+ - name: more_effect_dir
58
+ dtype: string
59
+ - name: less_effect_dir
60
+ dtype: string
61
+ - name: less_cause_prop
62
+ dtype: string
63
+ - name: more_effect_prop
64
+ dtype: string
65
+ - name: less_effect_prop
66
+ dtype: string
67
+ - name: less_cause_dir
68
+ dtype: string
69
+ splits:
70
+ - name: test
71
+ num_bytes: 351374
72
+ num_examples: 784
73
+ - name: train
74
+ num_bytes: 1197525
75
+ num_examples: 2696
76
+ - name: validation
77
+ num_bytes: 175871
78
+ num_examples: 384
79
+ download_size: 497354
80
+ dataset_size: 1724770
81
  ---
82
 
83
  # Dataset Card for "quartz"
 
276
 
277
  ### Contributions
278
 
279
+ Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf) for adding this dataset.