Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
lhoestq HF staff commited on
Commit
7599948
1 Parent(s): 93bb272

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +113 -1
README.md CHANGED
@@ -20,6 +20,118 @@ paperswithcode_id: glucose
20
  pretty_name: GLUCOSE
21
  tags:
22
  - commonsense-inference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for [Dataset Name]
@@ -234,4 +346,4 @@ Creative Commons Attribution-NonCommercial 4.0 International Public License
234
  ```
235
  ### Contributions
236
 
237
- Thanks to [@TevenLeScao](https://github.com/TevenLeScao) for adding this dataset.
 
20
  pretty_name: GLUCOSE
21
  tags:
22
  - commonsense-inference
23
+ dataset_info:
24
+ features:
25
+ - name: experiment_id
26
+ dtype: string
27
+ - name: story_id
28
+ dtype: string
29
+ - name: worker_id
30
+ dtype: int64
31
+ - name: worker_ids
32
+ dtype: string
33
+ - name: submission_time_normalized
34
+ dtype: string
35
+ - name: worker_quality_assessment
36
+ dtype: int64
37
+ - name: selected_sentence_index
38
+ dtype: int64
39
+ - name: story
40
+ dtype: string
41
+ - name: selected_sentence
42
+ dtype: string
43
+ - name: number_filled_in
44
+ dtype: int64
45
+ - name: 1_specificNL
46
+ dtype: string
47
+ - name: 1_specificStructured
48
+ dtype: string
49
+ - name: 1_generalNL
50
+ dtype: string
51
+ - name: 1_generalStructured
52
+ dtype: string
53
+ - name: 2_specificNL
54
+ dtype: string
55
+ - name: 2_specificStructured
56
+ dtype: string
57
+ - name: 2_generalNL
58
+ dtype: string
59
+ - name: 2_generalStructured
60
+ dtype: string
61
+ - name: 3_specificNL
62
+ dtype: string
63
+ - name: 3_specificStructured
64
+ dtype: string
65
+ - name: 3_generalNL
66
+ dtype: string
67
+ - name: 3_generalStructured
68
+ dtype: string
69
+ - name: 4_specificNL
70
+ dtype: string
71
+ - name: 4_specificStructured
72
+ dtype: string
73
+ - name: 4_generalNL
74
+ dtype: string
75
+ - name: 4_generalStructured
76
+ dtype: string
77
+ - name: 5_specificNL
78
+ dtype: string
79
+ - name: 5_specificStructured
80
+ dtype: string
81
+ - name: 5_generalNL
82
+ dtype: string
83
+ - name: 5_generalStructured
84
+ dtype: string
85
+ - name: 6_specificNL
86
+ dtype: string
87
+ - name: 6_specificStructured
88
+ dtype: string
89
+ - name: 6_generalNL
90
+ dtype: string
91
+ - name: 6_generalStructured
92
+ dtype: string
93
+ - name: 7_specificNL
94
+ dtype: string
95
+ - name: 7_specificStructured
96
+ dtype: string
97
+ - name: 7_generalNL
98
+ dtype: string
99
+ - name: 7_generalStructured
100
+ dtype: string
101
+ - name: 8_specificNL
102
+ dtype: string
103
+ - name: 8_specificStructured
104
+ dtype: string
105
+ - name: 8_generalNL
106
+ dtype: string
107
+ - name: 8_generalStructured
108
+ dtype: string
109
+ - name: 9_specificNL
110
+ dtype: string
111
+ - name: 9_specificStructured
112
+ dtype: string
113
+ - name: 9_generalNL
114
+ dtype: string
115
+ - name: 9_generalStructured
116
+ dtype: string
117
+ - name: 10_specificNL
118
+ dtype: string
119
+ - name: 10_specificStructured
120
+ dtype: string
121
+ - name: 10_generalNL
122
+ dtype: string
123
+ - name: 10_generalStructured
124
+ dtype: string
125
+ config_name: glucose
126
+ splits:
127
+ - name: test
128
+ num_bytes: 355757
129
+ num_examples: 500
130
+ - name: train
131
+ num_bytes: 204605370
132
+ num_examples: 65522
133
+ download_size: 30362105
134
+ dataset_size: 204961127
135
  ---
136
 
137
  # Dataset Card for [Dataset Name]
 
346
  ```
347
  ### Contributions
348
 
349
+ Thanks to [@TevenLeScao](https://github.com/TevenLeScao) for adding this dataset.