CoolFace
Datasetpublic

yairschiff/qm9

Dataset Card for "QM9" QM9 dataset from Ruddigkeit et al., 2012; Ramakrishnan et al., 2014. Original data downloaded from: http://quantum-machine.org/datasets. Additional annotations (QED, logP, SA score, NP score, bond and ring counts) added using rdkit library. Quick start usage: from datasets import load_dataset ds = load_dataset("yairschiff/qm9") # Random train/test splits as recommended by: # https://moleculenet.org/datasets-1 test_size = 0.1 seed = 1… See the full description on the dataset page: https://huggingface.co/datasets/yairschiff/qm9.

sourceHugging Faceupdated 2y agoView on Hugging Face
9likes1.8kdownloads
5 commits on main
fe76afe2y ago

Update README.md

yairschiff
e06df012y ago

Update README.md

yairschiff
507b8a42y ago

Upload README.md with huggingface_hub

yairschiff
2b53b3a2y ago

Upload data/train-00000-of-00001-baa918c342229731.parquet with huggingface_hub

yairschiff
43e9dec2y ago

initial commit

yairschiff