Convert dataset to Parquet

#1
by SaylorTwift HF Staff - opened
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ - config_name: wsc273
4
+ features:
5
+ - name: text
6
+ dtype: string
7
+ - name: pronoun
8
+ dtype: string
9
+ - name: pronoun_loc
10
+ dtype: int32
11
+ - name: quote
12
+ dtype: string
13
+ - name: quote_loc
14
+ dtype: int32
15
+ - name: options
16
+ sequence: string
17
+ - name: label
18
+ dtype:
19
+ class_label:
20
+ names:
21
+ '0': '0'
22
+ '1': '1'
23
+ - name: source
24
+ dtype: string
25
+ splits:
26
+ - name: test
27
+ num_bytes: 49650
28
+ num_examples: 273
29
+ download_size: 22750
30
+ dataset_size: 49650
31
+ - config_name: wsc285
32
+ features:
33
+ - name: text
34
+ dtype: string
35
+ - name: pronoun
36
+ dtype: string
37
+ - name: pronoun_loc
38
+ dtype: int32
39
+ - name: quote
40
+ dtype: string
41
+ - name: quote_loc
42
+ dtype: int32
43
+ - name: options
44
+ sequence: string
45
+ - name: label
46
+ dtype:
47
+ class_label:
48
+ names:
49
+ '0': '0'
50
+ '1': '1'
51
+ - name: source
52
+ dtype: string
53
+ splits:
54
+ - name: test
55
+ num_bytes: 52257
56
+ num_examples: 285
57
+ download_size: 23787
58
+ dataset_size: 52257
59
+ configs:
60
+ - config_name: wsc273
61
+ data_files:
62
+ - split: test
63
+ path: wsc273/test-*
64
+ - config_name: wsc285
65
+ data_files:
66
+ - split: test
67
+ path: wsc285/test-*
68
+ ---
wsc273/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bf04db81da90cc3cca3ec90f3eac2501ace6f2c345e657e781a691b269acb06
3
+ size 22750
wsc285/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fba5cbbd798f7618ba927152c0677d9e7b1b82cdc063b73b8e99d74cad9a7e2
3
+ size 23787