Convert dataset to Parquet

#1
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: wsc
4
+ features:
5
+ - name: text
6
+ dtype: string
7
+ - name: span1_index
8
+ dtype: int32
9
+ - name: span2_index
10
+ dtype: int32
11
+ - name: span1_text
12
+ dtype: string
13
+ - name: span2_text
14
+ dtype: string
15
+ - name: idx
16
+ dtype: int32
17
+ - name: label
18
+ dtype:
19
+ class_label:
20
+ names:
21
+ - 'False'
22
+ - 'True'
23
+ splits:
24
+ - name: train
25
+ num_bytes: 89311
26
+ num_examples: 554
27
+ - name: validation
28
+ num_bytes: 21521
29
+ num_examples: 104
30
+ - name: test
31
+ num_bytes: 31408
32
+ num_examples: 146
33
+ download_size: 49592
34
+ dataset_size: 142240
35
+ configs:
36
+ - config_name: wsc
37
+ data_files:
38
+ - split: train
39
+ path: wsc/train-*
40
+ - split: validation
41
+ path: wsc/validation-*
42
+ - split: test
43
+ path: wsc/test-*
44
+ ---
wsc/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8923dcc5392a6e7360199c61112b3f751ee02b266701dd41a7d571634da3979a
3
+ size 12164
wsc/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:612f7d5c58d9d34db5fa0abfdc31339c03c3ef3e496b1d6e457976d1110ae6ab
3
+ size 27222
wsc/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e27f3e5fe8aa89eabdb52503ffa96243e45010559781ab60421498b77ae1151f
3
+ size 10206