SaylorTwift HF Staff commited on
Commit
321ec90
·
verified ·
1 Parent(s): e6e1fca

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: mutual
4
+ features:
5
+ - name: answers
6
+ dtype: string
7
+ - name: options
8
+ sequence: string
9
+ - name: article
10
+ dtype: string
11
+ - name: id
12
+ dtype: string
13
+ splits:
14
+ - name: train
15
+ num_bytes: 5141602
16
+ num_examples: 7088
17
+ - name: test
18
+ num_bytes: 634396
19
+ num_examples: 886
20
+ - name: validation
21
+ num_bytes: 624271
22
+ num_examples: 886
23
+ download_size: 2773429
24
+ dataset_size: 6400269
25
+ configs:
26
+ - config_name: mutual
27
+ data_files:
28
+ - split: train
29
+ path: mutual/train-*
30
+ - split: test
31
+ path: mutual/test-*
32
+ - split: validation
33
+ path: mutual/validation-*
34
+ ---
mutual/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e9df8ed7fcee76bae1a2fcc971b80d1bae3f6ef2441807962139eb4ec8c2f65
3
+ size 279020
mutual/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd91a9a18599d21439b5f047af37823c0427b2f3dcabc8f342117cbf9043baec
3
+ size 2219444
mutual/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8f3032bfaf233a7e8e82e6fd857ead227fbbf1100b317f9bb27b07ab3970446
3
+ size 274965