haneulpark commited on
Commit
027e26f
Β·
verified Β·
1 Parent(s): b04b710

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
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