SaylorTwift HF Staff commited on
Commit
9719385
·
verified ·
1 Parent(s): f38c144

Add 'Dirty_DBLP_GoogleScholar' config data files

Browse files
Dirty_DBLP_GoogleScholar/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:431ed025cc2fca578b3e5ab31f8d30f0a08cf5a84a08a8b4e89919c8a6bfdb15
3
+ size 451672
Dirty_DBLP_GoogleScholar/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6387c24e1c9dfb10fee131f9a763044c235add73ffd1ab6a230e3bd6d36fa138
3
+ size 778232
Dirty_DBLP_GoogleScholar/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f186bc4028ab94a20d8941c66e4ca5b887ac1ff7563952006c00972b83c9a6d5
3
+ size 451560
README.md CHANGED
@@ -140,6 +140,26 @@ dataset_info:
140
  num_examples: 2473
141
  download_size: 871768
142
  dataset_size: 2721467
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
143
  configs:
144
  - config_name: Abt_Buy
145
  data_files:
@@ -197,4 +217,12 @@ configs:
197
  path: Dirty_DBLP_ACM/validation-*
198
  - split: test
199
  path: Dirty_DBLP_ACM/test-*
 
 
 
 
 
 
 
 
200
  ---
 
140
  num_examples: 2473
141
  download_size: 871768
142
  dataset_size: 2721467
143
+ - config_name: Dirty_DBLP_GoogleScholar
144
+ features:
145
+ - name: productA
146
+ dtype: string
147
+ - name: productB
148
+ dtype: string
149
+ - name: same
150
+ dtype: bool_
151
+ splits:
152
+ - name: train
153
+ num_bytes: 1980418
154
+ num_examples: 6414
155
+ - name: validation
156
+ num_bytes: 1721356
157
+ num_examples: 5742
158
+ - name: test
159
+ num_bytes: 1713932
160
+ num_examples: 5742
161
+ download_size: 1681464
162
+ dataset_size: 5415706
163
  configs:
164
  - config_name: Abt_Buy
165
  data_files:
 
217
  path: Dirty_DBLP_ACM/validation-*
218
  - split: test
219
  path: Dirty_DBLP_ACM/test-*
220
+ - config_name: Dirty_DBLP_GoogleScholar
221
+ data_files:
222
+ - split: train
223
+ path: Dirty_DBLP_GoogleScholar/train-*
224
+ - split: validation
225
+ path: Dirty_DBLP_GoogleScholar/validation-*
226
+ - split: test
227
+ path: Dirty_DBLP_GoogleScholar/test-*
228
  ---