Add 'Dirty_Walmart_Amazon' config data files
Browse files
Dirty_Walmart_Amazon/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ca8cbeb1b564fffbe577c976e7b1ceb8276b2c476805df7588a3be3eb31b554
|
3 |
+
size 172755
|
Dirty_Walmart_Amazon/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2a379dff65772491ddd3cd7a77783291ac3cca5fd93eafba5133acc02b06a9c
|
3 |
+
size 140141
|
Dirty_Walmart_Amazon/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4532d856eedcada19ac0b7a737e547cdacff7e557080a9ece509b4c65cb9d5e6
|
3 |
+
size 174715
|
README.md
CHANGED
@@ -160,6 +160,26 @@ dataset_info:
|
|
160 |
num_examples: 5742
|
161 |
download_size: 1681464
|
162 |
dataset_size: 5415706
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
configs:
|
164 |
- config_name: Abt_Buy
|
165 |
data_files:
|
@@ -225,4 +245,12 @@ configs:
|
|
225 |
path: Dirty_DBLP_GoogleScholar/validation-*
|
226 |
- split: test
|
227 |
path: Dirty_DBLP_GoogleScholar/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
228 |
---
|
|
|
160 |
num_examples: 5742
|
161 |
download_size: 1681464
|
162 |
dataset_size: 5415706
|
163 |
+
- config_name: Dirty_Walmart_Amazon
|
164 |
+
features:
|
165 |
+
- name: productA
|
166 |
+
dtype: string
|
167 |
+
- name: productB
|
168 |
+
dtype: string
|
169 |
+
- name: same
|
170 |
+
dtype: bool_
|
171 |
+
splits:
|
172 |
+
- name: train
|
173 |
+
num_bytes: 357946
|
174 |
+
num_examples: 1152
|
175 |
+
- name: validation
|
176 |
+
num_bytes: 645692
|
177 |
+
num_examples: 2049
|
178 |
+
- name: test
|
179 |
+
num_bytes: 645688
|
180 |
+
num_examples: 2049
|
181 |
+
download_size: 487611
|
182 |
+
dataset_size: 1649326
|
183 |
configs:
|
184 |
- config_name: Abt_Buy
|
185 |
data_files:
|
|
|
245 |
path: Dirty_DBLP_GoogleScholar/validation-*
|
246 |
- split: test
|
247 |
path: Dirty_DBLP_GoogleScholar/test-*
|
248 |
+
- config_name: Dirty_Walmart_Amazon
|
249 |
+
data_files:
|
250 |
+
- split: train
|
251 |
+
path: Dirty_Walmart_Amazon/train-*
|
252 |
+
- split: validation
|
253 |
+
path: Dirty_Walmart_Amazon/validation-*
|
254 |
+
- split: test
|
255 |
+
path: Dirty_Walmart_Amazon/test-*
|
256 |
---
|