Datasets:
Commit
•
169a67d
1
Parent(s):
85520db
Add qqp data files
Browse files- README.md +13 -5
- dataset_infos.json +10 -24
- qqp/test-00000-of-00001.parquet +3 -0
- qqp/train-00000-of-00001.parquet +3 -0
- qqp/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -235,16 +235,16 @@ dataset_info:
|
|
235 |
dtype: int32
|
236 |
splits:
|
237 |
- name: train
|
238 |
-
num_bytes:
|
239 |
num_examples: 363846
|
240 |
- name: validation
|
241 |
-
num_bytes:
|
242 |
num_examples: 40430
|
243 |
- name: test
|
244 |
-
num_bytes:
|
245 |
num_examples: 390965
|
246 |
-
download_size:
|
247 |
-
dataset_size:
|
248 |
- config_name: rte
|
249 |
features:
|
250 |
- name: sentence1
|
@@ -360,6 +360,14 @@ configs:
|
|
360 |
path: mrpc/validation-*
|
361 |
- split: test
|
362 |
path: mrpc/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
363 |
- config_name: sst2
|
364 |
data_files:
|
365 |
- split: train
|
|
|
235 |
dtype: int32
|
236 |
splits:
|
237 |
- name: train
|
238 |
+
num_bytes: 50900820
|
239 |
num_examples: 363846
|
240 |
- name: validation
|
241 |
+
num_bytes: 5653754
|
242 |
num_examples: 40430
|
243 |
- name: test
|
244 |
+
num_bytes: 55171111
|
245 |
num_examples: 390965
|
246 |
+
download_size: 73982265
|
247 |
+
dataset_size: 111725685
|
248 |
- config_name: rte
|
249 |
features:
|
250 |
- name: sentence1
|
|
|
360 |
path: mrpc/validation-*
|
361 |
- split: test
|
362 |
path: mrpc/test-*
|
363 |
+
- config_name: qqp
|
364 |
+
data_files:
|
365 |
+
- split: train
|
366 |
+
path: qqp/train-*
|
367 |
+
- split: validation
|
368 |
+
path: qqp/validation-*
|
369 |
+
- split: test
|
370 |
+
path: qqp/test-*
|
371 |
- config_name: sst2
|
372 |
data_files:
|
373 |
- split: train
|
dataset_infos.json
CHANGED
@@ -179,33 +179,26 @@
|
|
179 |
"features": {
|
180 |
"question1": {
|
181 |
"dtype": "string",
|
182 |
-
"id": null,
|
183 |
"_type": "Value"
|
184 |
},
|
185 |
"question2": {
|
186 |
"dtype": "string",
|
187 |
-
"id": null,
|
188 |
"_type": "Value"
|
189 |
},
|
190 |
"label": {
|
191 |
-
"num_classes": 2,
|
192 |
"names": [
|
193 |
"not_duplicate",
|
194 |
"duplicate"
|
195 |
],
|
196 |
-
"names_file": null,
|
197 |
-
"id": null,
|
198 |
"_type": "ClassLabel"
|
199 |
},
|
200 |
"idx": {
|
201 |
"dtype": "int32",
|
202 |
-
"id": null,
|
203 |
"_type": "Value"
|
204 |
}
|
205 |
},
|
206 |
-
"post_processed": null,
|
207 |
-
"supervised_keys": null,
|
208 |
"builder_name": "glue",
|
|
|
209 |
"config_name": "qqp",
|
210 |
"version": {
|
211 |
"version_str": "1.0.0",
|
@@ -217,33 +210,26 @@
|
|
217 |
"splits": {
|
218 |
"train": {
|
219 |
"name": "train",
|
220 |
-
"num_bytes":
|
221 |
"num_examples": 363846,
|
222 |
-
"dataset_name":
|
223 |
},
|
224 |
"validation": {
|
225 |
"name": "validation",
|
226 |
-
"num_bytes":
|
227 |
"num_examples": 40430,
|
228 |
-
"dataset_name":
|
229 |
},
|
230 |
"test": {
|
231 |
"name": "test",
|
232 |
-
"num_bytes":
|
233 |
"num_examples": 390965,
|
234 |
-
"dataset_name":
|
235 |
-
}
|
236 |
-
},
|
237 |
-
"download_checksums": {
|
238 |
-
"https://dl.fbaipublicfiles.com/glue/data/QQP-clean.zip": {
|
239 |
-
"num_bytes": 41696084,
|
240 |
-
"checksum": "40e7c862c04eb26ee04b67fd900e76c45c6ba8e6d8fab4f8f1f8072a1a3fbae0"
|
241 |
}
|
242 |
},
|
243 |
-
"download_size":
|
244 |
-
"
|
245 |
-
"
|
246 |
-
"size_in_bytes": 153422425
|
247 |
},
|
248 |
"stsb": {
|
249 |
"description": "GLUE, the General Language Understanding Evaluation benchmark\n(https://gluebenchmark.com/) is a collection of resources for training,\nevaluating, and analyzing natural language understanding systems.\n\n",
|
|
|
179 |
"features": {
|
180 |
"question1": {
|
181 |
"dtype": "string",
|
|
|
182 |
"_type": "Value"
|
183 |
},
|
184 |
"question2": {
|
185 |
"dtype": "string",
|
|
|
186 |
"_type": "Value"
|
187 |
},
|
188 |
"label": {
|
|
|
189 |
"names": [
|
190 |
"not_duplicate",
|
191 |
"duplicate"
|
192 |
],
|
|
|
|
|
193 |
"_type": "ClassLabel"
|
194 |
},
|
195 |
"idx": {
|
196 |
"dtype": "int32",
|
|
|
197 |
"_type": "Value"
|
198 |
}
|
199 |
},
|
|
|
|
|
200 |
"builder_name": "glue",
|
201 |
+
"dataset_name": "glue",
|
202 |
"config_name": "qqp",
|
203 |
"version": {
|
204 |
"version_str": "1.0.0",
|
|
|
210 |
"splits": {
|
211 |
"train": {
|
212 |
"name": "train",
|
213 |
+
"num_bytes": 50900820,
|
214 |
"num_examples": 363846,
|
215 |
+
"dataset_name": null
|
216 |
},
|
217 |
"validation": {
|
218 |
"name": "validation",
|
219 |
+
"num_bytes": 5653754,
|
220 |
"num_examples": 40430,
|
221 |
+
"dataset_name": null
|
222 |
},
|
223 |
"test": {
|
224 |
"name": "test",
|
225 |
+
"num_bytes": 55171111,
|
226 |
"num_examples": 390965,
|
227 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
228 |
}
|
229 |
},
|
230 |
+
"download_size": 73982265,
|
231 |
+
"dataset_size": 111725685,
|
232 |
+
"size_in_bytes": 185707950
|
|
|
233 |
},
|
234 |
"stsb": {
|
235 |
"description": "GLUE, the General Language Understanding Evaluation benchmark\n(https://gluebenchmark.com/) is a collection of resources for training,\nevaluating, and analyzing natural language understanding systems.\n\n",
|
qqp/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95d5d1efcfa3ff7e090565e98085770b3497aad8dbcf12996412b23d2fb669e8
|
3 |
+
size 36694152
|
qqp/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d6f02e643f7c36e9a4f7d4971a5ee9bd74063a319452fe6c87850c739774cd7
|
3 |
+
size 33558839
|
qqp/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:efd86a539c412d74874ee451573d7bd142f56c47fe36de033b9f367d8bb0fa71
|
3 |
+
size 3729274
|