Upload dataset
Browse files
README.md
CHANGED
@@ -247,6 +247,38 @@ dataset_info:
|
|
247 |
num_examples: 146
|
248 |
download_size: 49592
|
249 |
dataset_size: 142240
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
250 |
configs:
|
251 |
- config_name: boolq
|
252 |
data_files:
|
@@ -312,4 +344,12 @@ configs:
|
|
312 |
path: wsc/validation-*
|
313 |
- split: test
|
314 |
path: wsc/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
315 |
---
|
|
|
247 |
num_examples: 146
|
248 |
download_size: 49592
|
249 |
dataset_size: 142240
|
250 |
+
- config_name: wsc.fixed
|
251 |
+
features:
|
252 |
+
- name: text
|
253 |
+
dtype: string
|
254 |
+
- name: span1_index
|
255 |
+
dtype: int32
|
256 |
+
- name: span2_index
|
257 |
+
dtype: int32
|
258 |
+
- name: span1_text
|
259 |
+
dtype: string
|
260 |
+
- name: span2_text
|
261 |
+
dtype: string
|
262 |
+
- name: idx
|
263 |
+
dtype: int32
|
264 |
+
- name: label
|
265 |
+
dtype:
|
266 |
+
class_label:
|
267 |
+
names:
|
268 |
+
- 'False'
|
269 |
+
- 'True'
|
270 |
+
splits:
|
271 |
+
- name: train
|
272 |
+
num_bytes: 89311
|
273 |
+
num_examples: 554
|
274 |
+
- name: validation
|
275 |
+
num_bytes: 21521
|
276 |
+
num_examples: 104
|
277 |
+
- name: test
|
278 |
+
num_bytes: 31404
|
279 |
+
num_examples: 146
|
280 |
+
download_size: 49706
|
281 |
+
dataset_size: 142236
|
282 |
configs:
|
283 |
- config_name: boolq
|
284 |
data_files:
|
|
|
344 |
path: wsc/validation-*
|
345 |
- split: test
|
346 |
path: wsc/test-*
|
347 |
+
- config_name: wsc.fixed
|
348 |
+
data_files:
|
349 |
+
- split: train
|
350 |
+
path: wsc.fixed/train-*
|
351 |
+
- split: validation
|
352 |
+
path: wsc.fixed/validation-*
|
353 |
+
- split: test
|
354 |
+
path: wsc.fixed/test-*
|
355 |
---
|
wsc.fixed/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b573ba84f9f9c7ee4805d5bffe11374c1b1be7678eccbe933687d81d7b75fab2
|
3 |
+
size 12162
|
wsc.fixed/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d50770f5e0190fcf84a19076cc9f01ef4d9af06459a4fb8a4a248018d840b49
|
3 |
+
size 27336
|
wsc.fixed/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b935fb32e34023137a27a85ab23fcaca4f9dd1aeab1315e504493ebc4b47318
|
3 |
+
size 10208
|