Add 'DBLP_ACM' config data files
Browse files
DBLP_ACM/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cbb4536e6eaa9df613ad2fbd3268c984d21d3caf81064eedd2c4eebd1e44eea4
|
| 3 |
+
size 228063
|
DBLP_ACM/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ed813ef1b6da04633e0a082323a32520cad8e3c584b4e095c6d8929ef1b8870
|
| 3 |
+
size 364462
|
DBLP_ACM/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:294b808c61bdee60ed5960d385cefcc0093ea9b386922c1acddb64931ee1c820
|
| 3 |
+
size 231707
|
README.md
CHANGED
|
@@ -80,6 +80,26 @@ dataset_info:
|
|
| 80 |
num_examples: 22503
|
| 81 |
download_size: 365685795
|
| 82 |
dataset_size: 1070245244
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 83 |
configs:
|
| 84 |
- config_name: Abt_Buy
|
| 85 |
data_files:
|
|
@@ -113,4 +133,12 @@ configs:
|
|
| 113 |
path: Company/validation-*
|
| 114 |
- split: test
|
| 115 |
path: Company/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 116 |
---
|
|
|
|
| 80 |
num_examples: 22503
|
| 81 |
download_size: 365685795
|
| 82 |
dataset_size: 1070245244
|
| 83 |
+
- config_name: DBLP_ACM
|
| 84 |
+
features:
|
| 85 |
+
- name: productA
|
| 86 |
+
dtype: string
|
| 87 |
+
- name: productB
|
| 88 |
+
dtype: string
|
| 89 |
+
- name: same
|
| 90 |
+
dtype: bool_
|
| 91 |
+
splits:
|
| 92 |
+
- name: train
|
| 93 |
+
num_bytes: 917934
|
| 94 |
+
num_examples: 2664
|
| 95 |
+
- name: validation
|
| 96 |
+
num_bytes: 848473
|
| 97 |
+
num_examples: 2473
|
| 98 |
+
- name: test
|
| 99 |
+
num_bytes: 843238
|
| 100 |
+
num_examples: 2473
|
| 101 |
+
download_size: 824232
|
| 102 |
+
dataset_size: 2609645
|
| 103 |
configs:
|
| 104 |
- config_name: Abt_Buy
|
| 105 |
data_files:
|
|
|
|
| 133 |
path: Company/validation-*
|
| 134 |
- split: test
|
| 135 |
path: Company/test-*
|
| 136 |
+
- config_name: DBLP_ACM
|
| 137 |
+
data_files:
|
| 138 |
+
- split: train
|
| 139 |
+
path: DBLP_ACM/train-*
|
| 140 |
+
- split: validation
|
| 141 |
+
path: DBLP_ACM/validation-*
|
| 142 |
+
- split: test
|
| 143 |
+
path: DBLP_ACM/test-*
|
| 144 |
---
|