SaylorTwift HF Staff commited on
Commit
e549d64
·
verified ·
1 Parent(s): 3a5e074

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

Abt_Buy/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:190620a569dbe2ba680af5fb60459610969a7bcadcd49caab39cee789e58f64c
3
+ size 165226
Abt_Buy/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4341375ff8b42898f66d17e8605ede3ee6c05c7f9047717fd36a3d8448999785
3
+ size 183063
Abt_Buy/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:783ec64088847554ccc161c6688ab4417539f87d1993599a2d70cccc0938cdc4
3
+ size 160208
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: Abt_Buy
4
+ features:
5
+ - name: productA
6
+ dtype: string
7
+ - name: productB
8
+ dtype: string
9
+ - name: same
10
+ dtype: bool_
11
+ splits:
12
+ - name: train
13
+ num_bytes: 580495
14
+ num_examples: 1232
15
+ - name: validation
16
+ num_bytes: 926013
17
+ num_examples: 1916
18
+ - name: test
19
+ num_bytes: 937812
20
+ num_examples: 1916
21
+ download_size: 508497
22
+ dataset_size: 2444320
23
+ configs:
24
+ - config_name: Abt_Buy
25
+ data_files:
26
+ - split: train
27
+ path: Abt_Buy/train-*
28
+ - split: validation
29
+ path: Abt_Buy/validation-*
30
+ - split: test
31
+ path: Abt_Buy/test-*
32
+ ---