Datasets:
Tasks:
Tabular Classification
Modalities:
Text
Formats:
csv
Languages:
English
Size:
10K - 100K
License:
haneulpark
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -152,6 +152,7 @@ and load one of the `HLM_RLM` datasets, e.g.,
|
|
152 |
Downloading data: 100%|ββββββββββββββββββββββββββ| 2.11M/2.11M [00:01<00:00, 1.28MB/s]
|
153 |
Generating test split: 100%|βββββββββββββββββββββ| 1131/1131 [00:00<00:00, 20405.98 examples/s]
|
154 |
Generating train split: 100%|ββββββββββββββββββββ| 4771/4771 [00:00<00:00, 65495.46 examples/s]
|
|
|
155 |
|
156 |
and inspecting the loaded dataset
|
157 |
|
@@ -165,6 +166,10 @@ and inspecting the loaded dataset
|
|
165 |
train: Dataset({
|
166 |
features: ['ChEMBL ID (source)', 'IUPAC Names', 'Smiles', 'Class', 'Dataset'],,
|
167 |
num_rows: 4771
|
|
|
|
|
|
|
|
|
168 |
})
|
169 |
})
|
170 |
|
|
|
152 |
Downloading data: 100%|ββββββββββββββββββββββββββ| 2.11M/2.11M [00:01<00:00, 1.28MB/s]
|
153 |
Generating test split: 100%|βββββββββββββββββββββ| 1131/1131 [00:00<00:00, 20405.98 examples/s]
|
154 |
Generating train split: 100%|ββββββββββββββββββββ| 4771/4771 [00:00<00:00, 65495.46 examples/s]
|
155 |
+
Generating external split: 100%|ββββββββββββββββββββ| 111/111 [00:00<00:00, 3651.94 examples/s]
|
156 |
|
157 |
and inspecting the loaded dataset
|
158 |
|
|
|
166 |
train: Dataset({
|
167 |
features: ['ChEMBL ID (source)', 'IUPAC Names', 'Smiles', 'Class', 'Dataset'],,
|
168 |
num_rows: 4771
|
169 |
+
})
|
170 |
+
external: Dataset({
|
171 |
+
features: ['ChEMBL ID (source)', 'IUPAC Names', 'Smiles', 'Class', 'Dataset'],
|
172 |
+
num_rows: 111
|
173 |
})
|
174 |
})
|
175 |
|