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

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_s
5
  features:
6
  - name: sentence
@@ -46,6 +68,14 @@ dataset_info:
46
  download_size: 215301
47
  dataset_size: 412504
48
  configs:
 
 
 
 
 
 
 
 
49
  - config_name: winogrande_s
50
  data_files:
51
  - split: train
 
1
  ---
2
  license: cc-by-4.0
3
  dataset_info:
4
+ - config_name: winogrande_m
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: 328985
17
+ num_examples: 2558
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: 337379
25
+ dataset_size: 720801
26
  - config_name: winogrande_s
27
  features:
28
  - name: sentence
 
68
  download_size: 215301
69
  dataset_size: 412504
70
  configs:
71
+ - config_name: winogrande_m
72
+ data_files:
73
+ - split: train
74
+ path: winogrande_m/train-*
75
+ - split: test
76
+ path: winogrande_m/test-*
77
+ - split: validation
78
+ path: winogrande_m/validation-*
79
  - config_name: winogrande_s
80
  data_files:
81
  - split: train
dataset_infos.json CHANGED
@@ -121,28 +121,23 @@
121
  "features": {
122
  "sentence": {
123
  "dtype": "string",
124
- "id": null,
125
  "_type": "Value"
126
  },
127
  "option1": {
128
  "dtype": "string",
129
- "id": null,
130
  "_type": "Value"
131
  },
132
  "option2": {
133
  "dtype": "string",
134
- "id": null,
135
  "_type": "Value"
136
  },
137
  "answer": {
138
  "dtype": "string",
139
- "id": null,
140
  "_type": "Value"
141
  }
142
  },
143
- "post_processed": null,
144
- "supervised_keys": null,
145
- "builder_name": "winogrande",
146
  "config_name": "winogrande_m",
147
  "version": {
148
  "version_str": "1.1.0",
@@ -154,33 +149,26 @@
154
  "splits": {
155
  "train": {
156
  "name": "train",
157
- "num_bytes": 329001,
158
  "num_examples": 2558,
159
- "dataset_name": "winogrande"
160
  },
161
  "test": {
162
  "name": "test",
163
- "num_bytes": 227649,
164
  "num_examples": 1767,
165
- "dataset_name": "winogrande"
166
  },
167
  "validation": {
168
  "name": "validation",
169
- "num_bytes": 164199,
170
  "num_examples": 1267,
171
- "dataset_name": "winogrande"
172
- }
173
- },
174
- "download_checksums": {
175
- "https://storage.googleapis.com/ai2-mosaic/public/winogrande/winogrande_1.1.zip": {
176
- "num_bytes": 3395492,
177
- "checksum": "3619ab104d8be2977b25c90ff420cb42d491707dcc75362a1e5d22bc082b7318"
178
  }
179
  },
180
- "download_size": 3395492,
181
- "post_processing_size": null,
182
- "dataset_size": 720849,
183
- "size_in_bytes": 4116341
184
  },
185
  "winogrande_l": {
186
  "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",
 
121
  "features": {
122
  "sentence": {
123
  "dtype": "string",
 
124
  "_type": "Value"
125
  },
126
  "option1": {
127
  "dtype": "string",
 
128
  "_type": "Value"
129
  },
130
  "option2": {
131
  "dtype": "string",
 
132
  "_type": "Value"
133
  },
134
  "answer": {
135
  "dtype": "string",
 
136
  "_type": "Value"
137
  }
138
  },
139
+ "builder_name": "winogrande_raw",
140
+ "dataset_name": "winogrande_raw",
 
141
  "config_name": "winogrande_m",
142
  "version": {
143
  "version_str": "1.1.0",
 
149
  "splits": {
150
  "train": {
151
  "name": "train",
152
+ "num_bytes": 328985,
153
  "num_examples": 2558,
154
+ "dataset_name": null
155
  },
156
  "test": {
157
  "name": "test",
158
+ "num_bytes": 227633,
159
  "num_examples": 1767,
160
+ "dataset_name": null
161
  },
162
  "validation": {
163
  "name": "validation",
164
+ "num_bytes": 164183,
165
  "num_examples": 1267,
166
+ "dataset_name": null
 
 
 
 
 
 
167
  }
168
  },
169
+ "download_size": 337379,
170
+ "dataset_size": 720801,
171
+ "size_in_bytes": 1058180
 
172
  },
173
  "winogrande_l": {
174
  "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_m/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_m/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88b559e5bd1e74487619cbae7c074dca523a706b650ef623e6c3aedd7cad757d
3
+ size 133795
winogrande_m/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