ianporada commited on
Commit
98ebae3
1 Parent(s): 756efe7

Upload dataset

Browse files
README.md CHANGED
@@ -1,6 +1,28 @@
1
  ---
2
  license: cc-by-4.0
3
  dataset_info:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - config_name: winogrande_m
5
  features:
6
  - name: sentence
@@ -68,6 +90,14 @@ dataset_info:
68
  download_size: 215301
69
  dataset_size: 412504
70
  configs:
 
 
 
 
 
 
 
 
71
  - config_name: winogrande_m
72
  data_files:
73
  - split: train
 
1
  ---
2
  license: cc-by-4.0
3
  dataset_info:
4
+ - config_name: winogrande_l
5
+ features:
6
+ - name: sentence
7
+ dtype: string
8
+ - name: option1
9
+ dtype: string
10
+ - name: option2
11
+ dtype: string
12
+ - name: answer
13
+ dtype: string
14
+ splits:
15
+ - name: train
16
+ num_bytes: 1319544
17
+ num_examples: 10234
18
+ - name: test
19
+ num_bytes: 227633
20
+ num_examples: 1767
21
+ - name: validation
22
+ num_bytes: 164183
23
+ num_examples: 1267
24
+ download_size: 733064
25
+ dataset_size: 1711360
26
  - config_name: winogrande_m
27
  features:
28
  - name: sentence
 
90
  download_size: 215301
91
  dataset_size: 412504
92
  configs:
93
+ - config_name: winogrande_l
94
+ data_files:
95
+ - split: train
96
+ path: winogrande_l/train-*
97
+ - split: test
98
+ path: winogrande_l/test-*
99
+ - split: validation
100
+ path: winogrande_l/validation-*
101
  - config_name: winogrande_m
102
  data_files:
103
  - split: train
dataset_infos.json CHANGED
@@ -178,28 +178,23 @@
178
  "features": {
179
  "sentence": {
180
  "dtype": "string",
181
- "id": null,
182
  "_type": "Value"
183
  },
184
  "option1": {
185
  "dtype": "string",
186
- "id": null,
187
  "_type": "Value"
188
  },
189
  "option2": {
190
  "dtype": "string",
191
- "id": null,
192
  "_type": "Value"
193
  },
194
  "answer": {
195
  "dtype": "string",
196
- "id": null,
197
  "_type": "Value"
198
  }
199
  },
200
- "post_processed": null,
201
- "supervised_keys": null,
202
- "builder_name": "winogrande",
203
  "config_name": "winogrande_l",
204
  "version": {
205
  "version_str": "1.1.0",
@@ -211,33 +206,26 @@
211
  "splits": {
212
  "train": {
213
  "name": "train",
214
- "num_bytes": 1319576,
215
  "num_examples": 10234,
216
- "dataset_name": "winogrande"
217
  },
218
  "test": {
219
  "name": "test",
220
- "num_bytes": 227649,
221
  "num_examples": 1767,
222
- "dataset_name": "winogrande"
223
  },
224
  "validation": {
225
  "name": "validation",
226
- "num_bytes": 164199,
227
  "num_examples": 1267,
228
- "dataset_name": "winogrande"
229
- }
230
- },
231
- "download_checksums": {
232
- "https://storage.googleapis.com/ai2-mosaic/public/winogrande/winogrande_1.1.zip": {
233
- "num_bytes": 3395492,
234
- "checksum": "3619ab104d8be2977b25c90ff420cb42d491707dcc75362a1e5d22bc082b7318"
235
  }
236
  },
237
- "download_size": 3395492,
238
- "post_processing_size": null,
239
- "dataset_size": 1711424,
240
- "size_in_bytes": 5106916
241
  },
242
  "winogrande_xl": {
243
  "description": "WinoGrande is a new collection of 44k problems, inspired by Winograd Schema Challenge (Levesque, Davis, and Morgenstern\n 2011), but adjusted to improve the scale and robustness against the dataset-specific bias. Formulated as a\nfill-in-a-blank task with binary options, the goal is to choose the right option for a given sentence which requires\ncommonsense reasoning.\n",
 
178
  "features": {
179
  "sentence": {
180
  "dtype": "string",
 
181
  "_type": "Value"
182
  },
183
  "option1": {
184
  "dtype": "string",
 
185
  "_type": "Value"
186
  },
187
  "option2": {
188
  "dtype": "string",
 
189
  "_type": "Value"
190
  },
191
  "answer": {
192
  "dtype": "string",
 
193
  "_type": "Value"
194
  }
195
  },
196
+ "builder_name": "winogrande_raw",
197
+ "dataset_name": "winogrande_raw",
 
198
  "config_name": "winogrande_l",
199
  "version": {
200
  "version_str": "1.1.0",
 
206
  "splits": {
207
  "train": {
208
  "name": "train",
209
+ "num_bytes": 1319544,
210
  "num_examples": 10234,
211
+ "dataset_name": null
212
  },
213
  "test": {
214
  "name": "test",
215
+ "num_bytes": 227633,
216
  "num_examples": 1767,
217
+ "dataset_name": null
218
  },
219
  "validation": {
220
  "name": "validation",
221
+ "num_bytes": 164183,
222
  "num_examples": 1267,
223
+ "dataset_name": null
 
 
 
 
 
 
224
  }
225
  },
226
+ "download_size": 733064,
227
+ "dataset_size": 1711360,
228
+ "size_in_bytes": 2444424
 
229
  },
230
  "winogrande_xl": {
231
  "description": "WinoGrande is a new collection of 44k problems, inspired by Winograd Schema Challenge (Levesque, Davis, and Morgenstern\n 2011), but adjusted to improve the scale and robustness against the dataset-specific bias. Formulated as a\nfill-in-a-blank task with binary options, the goal is to choose the right option for a given sentence which requires\ncommonsense reasoning.\n",
winogrande_l/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a7c4b062ec4540d55751c581bf66d40299cb9637778143bb73dce07beb615d5
3
+ size 117656
winogrande_l/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49600aec4c30f3da610232ab1718bb2134d5d9beb0aa5543ee693453f27df181
3
+ size 529480
winogrande_l/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76bf48df35738da9100407a9272f5aad11791a98642c6611f7593a0bb9a48601
3
+ size 85928