CoolFace
Datasetpublic

sagawa/pubchem-10m-canonicalized

dataset description We downloaded PubChem-10m 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
7likes191downloads
discussions and pull requests

Conversations for this repository live on Hugging Face.

CoolFace shows imported repositories read-only. Posting into someone else’s repository from here would need an authorised integration and the account holder’s consent, so the link goes to the source instead.

Open discussions on Hugging Face
sagawa/pubchem-10m-canonicalized · CoolFace