Upload dataset
Browse files
README.md
CHANGED
@@ -67,6 +67,28 @@ dataset_info:
|
|
67 |
num_examples: 1267
|
68 |
download_size: 238397
|
69 |
dataset_size: 474108
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
- config_name: winogrande_xs
|
71 |
features:
|
72 |
- name: sentence
|
@@ -114,6 +136,14 @@ configs:
|
|
114 |
path: winogrande_s/test-*
|
115 |
- split: validation
|
116 |
path: winogrande_s/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
117 |
- config_name: winogrande_xs
|
118 |
data_files:
|
119 |
- split: train
|
|
|
67 |
num_examples: 1267
|
68 |
download_size: 238397
|
69 |
dataset_size: 474108
|
70 |
+
- config_name: winogrande_xl
|
71 |
+
features:
|
72 |
+
- name: sentence
|
73 |
+
dtype: string
|
74 |
+
- name: option1
|
75 |
+
dtype: string
|
76 |
+
- name: option2
|
77 |
+
dtype: string
|
78 |
+
- name: answer
|
79 |
+
dtype: string
|
80 |
+
splits:
|
81 |
+
- name: train
|
82 |
+
num_bytes: 5185752
|
83 |
+
num_examples: 40398
|
84 |
+
- name: test
|
85 |
+
num_bytes: 227633
|
86 |
+
num_examples: 1767
|
87 |
+
- name: validation
|
88 |
+
num_bytes: 164183
|
89 |
+
num_examples: 1267
|
90 |
+
download_size: 2262090
|
91 |
+
dataset_size: 5577568
|
92 |
- config_name: winogrande_xs
|
93 |
features:
|
94 |
- name: sentence
|
|
|
136 |
path: winogrande_s/test-*
|
137 |
- split: validation
|
138 |
path: winogrande_s/validation-*
|
139 |
+
- config_name: winogrande_xl
|
140 |
+
data_files:
|
141 |
+
- split: train
|
142 |
+
path: winogrande_xl/train-*
|
143 |
+
- split: test
|
144 |
+
path: winogrande_xl/test-*
|
145 |
+
- split: validation
|
146 |
+
path: winogrande_xl/validation-*
|
147 |
- config_name: winogrande_xs
|
148 |
data_files:
|
149 |
- split: train
|
dataset_infos.json
CHANGED
@@ -235,28 +235,23 @@
|
|
235 |
"features": {
|
236 |
"sentence": {
|
237 |
"dtype": "string",
|
238 |
-
"id": null,
|
239 |
"_type": "Value"
|
240 |
},
|
241 |
"option1": {
|
242 |
"dtype": "string",
|
243 |
-
"id": null,
|
244 |
"_type": "Value"
|
245 |
},
|
246 |
"option2": {
|
247 |
"dtype": "string",
|
248 |
-
"id": null,
|
249 |
"_type": "Value"
|
250 |
},
|
251 |
"answer": {
|
252 |
"dtype": "string",
|
253 |
-
"id": null,
|
254 |
"_type": "Value"
|
255 |
}
|
256 |
},
|
257 |
-
"
|
258 |
-
"
|
259 |
-
"builder_name": "winogrande",
|
260 |
"config_name": "winogrande_xl",
|
261 |
"version": {
|
262 |
"version_str": "1.1.0",
|
@@ -268,33 +263,26 @@
|
|
268 |
"splits": {
|
269 |
"train": {
|
270 |
"name": "train",
|
271 |
-
"num_bytes":
|
272 |
"num_examples": 40398,
|
273 |
-
"dataset_name":
|
274 |
},
|
275 |
"test": {
|
276 |
"name": "test",
|
277 |
-
"num_bytes":
|
278 |
"num_examples": 1767,
|
279 |
-
"dataset_name":
|
280 |
},
|
281 |
"validation": {
|
282 |
"name": "validation",
|
283 |
-
"num_bytes":
|
284 |
"num_examples": 1267,
|
285 |
-
"dataset_name":
|
286 |
-
}
|
287 |
-
},
|
288 |
-
"download_checksums": {
|
289 |
-
"https://storage.googleapis.com/ai2-mosaic/public/winogrande/winogrande_1.1.zip": {
|
290 |
-
"num_bytes": 3395492,
|
291 |
-
"checksum": "3619ab104d8be2977b25c90ff420cb42d491707dcc75362a1e5d22bc082b7318"
|
292 |
}
|
293 |
},
|
294 |
-
"download_size":
|
295 |
-
"
|
296 |
-
"
|
297 |
-
"size_in_bytes": 8973172
|
298 |
},
|
299 |
"winogrande_debiased": {
|
300 |
"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",
|
|
|
235 |
"features": {
|
236 |
"sentence": {
|
237 |
"dtype": "string",
|
|
|
238 |
"_type": "Value"
|
239 |
},
|
240 |
"option1": {
|
241 |
"dtype": "string",
|
|
|
242 |
"_type": "Value"
|
243 |
},
|
244 |
"option2": {
|
245 |
"dtype": "string",
|
|
|
246 |
"_type": "Value"
|
247 |
},
|
248 |
"answer": {
|
249 |
"dtype": "string",
|
|
|
250 |
"_type": "Value"
|
251 |
}
|
252 |
},
|
253 |
+
"builder_name": "winogrande_raw",
|
254 |
+
"dataset_name": "winogrande_raw",
|
|
|
255 |
"config_name": "winogrande_xl",
|
256 |
"version": {
|
257 |
"version_str": "1.1.0",
|
|
|
263 |
"splits": {
|
264 |
"train": {
|
265 |
"name": "train",
|
266 |
+
"num_bytes": 5185752,
|
267 |
"num_examples": 40398,
|
268 |
+
"dataset_name": null
|
269 |
},
|
270 |
"test": {
|
271 |
"name": "test",
|
272 |
+
"num_bytes": 227633,
|
273 |
"num_examples": 1767,
|
274 |
+
"dataset_name": null
|
275 |
},
|
276 |
"validation": {
|
277 |
"name": "validation",
|
278 |
+
"num_bytes": 164183,
|
279 |
"num_examples": 1267,
|
280 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
281 |
}
|
282 |
},
|
283 |
+
"download_size": 2262090,
|
284 |
+
"dataset_size": 5577568,
|
285 |
+
"size_in_bytes": 7839658
|
|
|
286 |
},
|
287 |
"winogrande_debiased": {
|
288 |
"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_xl/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_xl/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e9bdd99375d06319ec79f9ada82bd57461a840df8a2afeb23dd17b68b2636cd
|
3 |
+
size 2058506
|
winogrande_xl/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
|