CoolFace
Datasetpublic

sagawa/ZINC-canonicalized

dataset description We downloaded ZINC dataset from here and canonicalized it. We used the following function to canonicalize the data and removed some SMILES that cannot be read by RDKit. from rdkit import Chem def canonicalize(mol): mol = Chem.MolToSmiles(Chem.MolFromSmiles(mol),True) return mol We randomly split the preprocessed data into train and validation. The ratio is 9 : 1.

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
0likes559downloads
settings

This repository belongs to sagawa on Hugging Face.

CoolFace never edits a repository it does not host. Visibility, licence, collaborators and gating are all managed at the source.

nameZINC-canonicalized
visibilitypublic
licenceapache-2.0
gatedno
ownersagawa
Account settings
sagawa/ZINC-canonicalized · CoolFace