Add 'Dirty_iTunes_Amazon' config data files
Browse files
Dirty_iTunes_Amazon/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a168b40600bb581f5a355a883384ca6f4787e5fe247218e19759a52da2ab8b9
|
| 3 |
+
size 24805
|
Dirty_iTunes_Amazon/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c932985210329fddfbdc98e325adc3888c5306d8b1a1c2e718012ff8b2076a6
|
| 3 |
+
size 32015
|
Dirty_iTunes_Amazon/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c4d713fb36eb2f5194f2722688db8a346df155926d5bfbb2f0b303b80753c4a
|
| 3 |
+
size 25274
|
README.md
CHANGED
|
@@ -180,6 +180,26 @@ dataset_info:
|
|
| 180 |
num_examples: 2049
|
| 181 |
download_size: 487611
|
| 182 |
dataset_size: 1649326
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 183 |
configs:
|
| 184 |
- config_name: Abt_Buy
|
| 185 |
data_files:
|
|
@@ -253,4 +273,12 @@ configs:
|
|
| 253 |
path: Dirty_Walmart_Amazon/validation-*
|
| 254 |
- split: test
|
| 255 |
path: Dirty_Walmart_Amazon/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 256 |
---
|
|
|
|
| 180 |
num_examples: 2049
|
| 181 |
download_size: 487611
|
| 182 |
dataset_size: 1649326
|
| 183 |
+
- config_name: Dirty_iTunes_Amazon
|
| 184 |
+
features:
|
| 185 |
+
- name: productA
|
| 186 |
+
dtype: string
|
| 187 |
+
- name: productB
|
| 188 |
+
dtype: string
|
| 189 |
+
- name: same
|
| 190 |
+
dtype: bool_
|
| 191 |
+
splits:
|
| 192 |
+
- name: train
|
| 193 |
+
num_bytes: 93461
|
| 194 |
+
num_examples: 156
|
| 195 |
+
- name: validation
|
| 196 |
+
num_bytes: 66813
|
| 197 |
+
num_examples: 109
|
| 198 |
+
- name: test
|
| 199 |
+
num_bytes: 67621
|
| 200 |
+
num_examples: 109
|
| 201 |
+
download_size: 82094
|
| 202 |
+
dataset_size: 227895
|
| 203 |
configs:
|
| 204 |
- config_name: Abt_Buy
|
| 205 |
data_files:
|
|
|
|
| 273 |
path: Dirty_Walmart_Amazon/validation-*
|
| 274 |
- split: test
|
| 275 |
path: Dirty_Walmart_Amazon/test-*
|
| 276 |
+
- config_name: Dirty_iTunes_Amazon
|
| 277 |
+
data_files:
|
| 278 |
+
- split: train
|
| 279 |
+
path: Dirty_iTunes_Amazon/train-*
|
| 280 |
+
- split: validation
|
| 281 |
+
path: Dirty_iTunes_Amazon/validation-*
|
| 282 |
+
- split: test
|
| 283 |
+
path: Dirty_iTunes_Amazon/test-*
|
| 284 |
---
|