Skip to content

Commit 76642e2

Browse files
author
The TensorFlow Datasets Authors
committed
Automated documentation update.
PiperOrigin-RevId: 616216031
1 parent d2b6c74 commit 76642e2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/catalog/qm9.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<meta itemprop="name" content="TensorFlow Datasets" />
44
</div>
55
<meta itemprop="name" content="qm9" />
6-
<meta itemprop="description" content="QM9 consists of computed geometric, energetic, electronic, and thermodynamic&#10;properties for 134k stable small organic molecules made up of CHONF.&#10;&#10;To use this dataset:&#10;&#10;```python&#10;import tensorflow_datasets as tfds&#10;&#10;ds = tfds.load(&#x27;qm9&#x27;, split=&#x27;train&#x27;)&#10;for ex in ds.take(4):&#10; print(ex)&#10;```&#10;&#10;See [the guide](https://www.tensorflow.org/datasets/overview) for more&#10;informations on [tensorflow_datasets](https://www.tensorflow.org/datasets).&#10;&#10;" />
6+
<meta itemprop="description" content="QM9 consists of computed geometric, energetic, electronic, and thermodynamic&#10;properties for 134k stable small organic molecules made up of CHONF. As usual,&#10;we remove the uncharacterized molecules and provide the remaining 130,831 in the&#10;original order (not shuffled). We provide a single &#x27;train&#x27; split, users are&#10;expected to make their own validation/test splits.&#10;&#10;To use this dataset:&#10;&#10;```python&#10;import tensorflow_datasets as tfds&#10;&#10;ds = tfds.load(&#x27;qm9&#x27;, split=&#x27;train&#x27;)&#10;for ex in ds.take(4):&#10; print(ex)&#10;```&#10;&#10;See [the guide](https://www.tensorflow.org/datasets/overview) for more&#10;informations on [tensorflow_datasets](https://www.tensorflow.org/datasets).&#10;&#10;" />
77
<meta itemprop="url" content="https://www.tensorflow.org/datasets/catalog/qm9" />
88
<meta itemprop="sameAs" content="https://doi.org/10.6084/m9.figshare.c.978904.v5" />
99
<meta itemprop="citation" content="@article{ramakrishnan2014quantum,&#10; title={Quantum chemistry structures and properties of 134 kilo molecules},&#10; author={Ramakrishnan, Raghunathan and Dral, Pavlo O and Rupp, Matthias and von Lilienfeld, O Anatole},&#10; journal={Scientific Data},&#10; volume={1},&#10; year={2014},&#10; publisher={Nature Publishing Group}&#10;}" />
@@ -19,7 +19,10 @@ Note: This dataset was added recently and is only available in our
1919
* **Description**:
2020

2121
QM9 consists of computed geometric, energetic, electronic, and thermodynamic
22-
properties for 134k stable small organic molecules made up of CHONF.
22+
properties for 134k stable small organic molecules made up of CHONF. As usual,
23+
we remove the uncharacterized molecules and provide the remaining 130,831 in the
24+
original order (not shuffled). We provide a single 'train' split, users are
25+
expected to make their own validation/test splits.
2326

2427
* **Homepage**:
2528
[https://doi.org/10.6084/m9.figshare.c.978904.v5](https://doi.org/10.6084/m9.figshare.c.978904.v5)

0 commit comments

Comments
 (0)