Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html>
<h"... is not valid JSON
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
from load_atoms import load_dataset
ds = load_dataset('QM7')
train, test, val = ds.random_split([0.9,0.05,0.05], seed=0)
With centered coordinates
- Downloads last month
- 168