edmanft commited on
Commit
184b10b
·
verified ·
1 Parent(s): e838df1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,3 +1,11 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ zinc250k contains the 250k molecule subset used in the "Automatic Chemical Design Using a Data-Driven Continuous Representation of Molecules" paper (doi:10.1021/acscentsci.7b00572).
5
+
6
+ The dataset contains the original columns from (https://github.com/aspuru-guzik-group/chemical_vae/blob/main/models/zinc_properties/250k_rndm_zinc_drugs_clean_3.csv),
7
+ namely smiles, logP, QED, and SAS and an additional selfies column.
8
+
9
+ This dataset can be used for benchmarking chemical Language Models or training new ones on molecular property regression.
10
+
11
+ All credits go to the authors of the paper and the code repository https://github.com/aspuru-guzik-group/chemical_vae/