Convert dataset to Parquet

#1
by ygorg - opened
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: source
4
+ features:
5
+ - name: id
6
+ dtype: string
7
+ - name: document_1_id
8
+ dtype: string
9
+ - name: document_2_id
10
+ dtype: string
11
+ - name: text_1
12
+ dtype: string
13
+ - name: text_2
14
+ dtype: string
15
+ - name: label
16
+ dtype: float32
17
+ splits:
18
+ - name: train
19
+ num_bytes: 119013
20
+ num_examples: 499
21
+ - name: validation
22
+ num_bytes: 25219
23
+ num_examples: 101
24
+ - name: test
25
+ num_bytes: 93378
26
+ num_examples: 400
27
+ download_size: 134476
28
+ dataset_size: 237610
29
+ configs:
30
+ - config_name: source
31
+ data_files:
32
+ - split: train
33
+ path: source/train-*
34
+ - split: validation
35
+ path: source/validation-*
36
+ - split: test
37
+ path: source/test-*
38
+ default: true
39
+ ---
CLISTER.py → _attic/CLISTER.py RENAMED
File without changes
data.zip → _attic/data.zip RENAMED
File without changes
source/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e65a6756ae83884f4281bab2f4d3b04620023dcd71c8e8964c8b69c703a6cbda
3
+ size 51774
source/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dc2fbeba7163bef051e516cd8a0e8ccd63a41a89c92b4ef2b4fd7ff81f08299
3
+ size 64061
source/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90d6c15240f2d552208ea05850994a5108e18b04ff324e9e75b5bd258ee2cb1e
3
+ size 18641