SaylorTwift HF Staff commited on
Commit
55d907f
·
verified ·
1 Parent(s): c4f7d32

Add 'Fodors_Zagats' config data files

Browse files
Fodors_Zagats/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5da85f7ad8cc6c60452ad41b7c75f01de3201d70d15fc31e2ea8f4c7471ce54a
3
+ size 14053
Fodors_Zagats/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efe8c6f6ff70ace917ae6ae67567862d15cc619500503423239742e565a9ac2a
3
+ size 13368
Fodors_Zagats/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c0af437fc271b9d572b6571f7bdaf684e3ea96c6ecf5df30aa31c68fc8ea73c
3
+ size 15508
README.md CHANGED
@@ -200,6 +200,26 @@ dataset_info:
200
  num_examples: 109
201
  download_size: 82094
202
  dataset_size: 227895
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
203
  configs:
204
  - config_name: Abt_Buy
205
  data_files:
@@ -281,4 +301,12 @@ configs:
281
  path: Dirty_iTunes_Amazon/validation-*
282
  - split: test
283
  path: Dirty_iTunes_Amazon/test-*
 
 
 
 
 
 
 
 
284
  ---
 
200
  num_examples: 109
201
  download_size: 82094
202
  dataset_size: 227895
203
+ - config_name: Fodors_Zagats
204
+ features:
205
+ - name: productA
206
+ dtype: string
207
+ - name: productB
208
+ dtype: string
209
+ - name: same
210
+ dtype: bool_
211
+ splits:
212
+ - name: train
213
+ num_bytes: 34487
214
+ num_examples: 132
215
+ - name: validation
216
+ num_bytes: 49533
217
+ num_examples: 190
218
+ - name: test
219
+ num_bytes: 49544
220
+ num_examples: 189
221
+ download_size: 42929
222
+ dataset_size: 133564
223
  configs:
224
  - config_name: Abt_Buy
225
  data_files:
 
301
  path: Dirty_iTunes_Amazon/validation-*
302
  - split: test
303
  path: Dirty_iTunes_Amazon/test-*
304
+ - config_name: Fodors_Zagats
305
+ data_files:
306
+ - split: train
307
+ path: Fodors_Zagats/train-*
308
+ - split: validation
309
+ path: Fodors_Zagats/validation-*
310
+ - split: test
311
+ path: Fodors_Zagats/test-*
312
  ---