SaylorTwift HF Staff commited on
Commit
08158fd
·
verified ·
1 Parent(s): e549d64

Add 'Amazon_Google' config data files

Browse files
Amazon_Google/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79285cda0bfc642e7abee5b6987282401fa5a976faf93d71d20bfab9a0f7a2e1
3
+ size 81949
Amazon_Google/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eab09fbd04b6f2dca732c33d4103d3d717e18b65e51f9ead6b4ac083e2ab48ff
3
+ size 81521
Amazon_Google/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:387ea05cf15f4acd3ca5c38b76badf2171c27da275f560fd8dae426bf5e1615d
3
+ size 84373
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  dataset_info:
3
- config_name: Abt_Buy
4
  features:
5
  - name: productA
6
  dtype: string
@@ -20,6 +20,26 @@ dataset_info:
20
  num_examples: 1916
21
  download_size: 508497
22
  dataset_size: 2444320
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  configs:
24
  - config_name: Abt_Buy
25
  data_files:
@@ -29,4 +49,12 @@ configs:
29
  path: Abt_Buy/validation-*
30
  - split: test
31
  path: Abt_Buy/test-*
 
 
 
 
 
 
 
 
32
  ---
 
1
  ---
2
  dataset_info:
3
+ - config_name: Abt_Buy
4
  features:
5
  - name: productA
6
  dtype: string
 
20
  num_examples: 1916
21
  download_size: 508497
22
  dataset_size: 2444320
23
+ - config_name: Amazon_Google
24
+ features:
25
+ - name: productA
26
+ dtype: string
27
+ - name: productB
28
+ dtype: string
29
+ - name: same
30
+ dtype: bool_
31
+ splits:
32
+ - name: train
33
+ num_bytes: 262631
34
+ num_examples: 1398
35
+ - name: validation
36
+ num_bytes: 430776
37
+ num_examples: 2293
38
+ - name: test
39
+ num_bytes: 429953
40
+ num_examples: 2293
41
+ download_size: 247843
42
+ dataset_size: 1123360
43
  configs:
44
  - config_name: Abt_Buy
45
  data_files:
 
49
  path: Abt_Buy/validation-*
50
  - split: test
51
  path: Abt_Buy/test-*
52
+ - config_name: Amazon_Google
53
+ data_files:
54
+ - split: train
55
+ path: Amazon_Google/train-*
56
+ - split: validation
57
+ path: Amazon_Google/validation-*
58
+ - split: test
59
+ path: Amazon_Google/test-*
60
  ---