Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -126,6 +126,21 @@ If you would like to try these processes with the original dataset,
|
|
| 126 |
please follow the instructions in the [Preprocessing Script.py](https://huggingface.co/datasets/maomlab/Molecule3D/blob/main/Molecule3D%20preprocessing%20script.py) file located in our Molecule3D repository.
|
| 127 |
|
| 128 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 129 |
## Citation
|
| 130 |
@misc{https://doi.org/10.48550/arxiv.2110.01717,
|
| 131 |
doi = {10.48550/ARXIV.2110.01717},
|
|
|
|
| 126 |
please follow the instructions in the [Preprocessing Script.py](https://huggingface.co/datasets/maomlab/Molecule3D/blob/main/Molecule3D%20preprocessing%20script.py) file located in our Molecule3D repository.
|
| 127 |
|
| 128 |
|
| 129 |
+
## Quickstart Usage
|
| 130 |
+
|
| 131 |
+
### Load a dataset in python
|
| 132 |
+
Each subset can be loaded into python using the Huggingface [datasets](https://huggingface.co/docs/datasets/index) library.
|
| 133 |
+
First, from the command line install the `datasets` library
|
| 134 |
+
|
| 135 |
+
$ pip install datasets
|
| 136 |
+
|
| 137 |
+
then, from within python load the datasets library
|
| 138 |
+
|
| 139 |
+
>>> import datasets
|
| 140 |
+
|
| 141 |
+
and load one of the `Molecule3D` datasets, e.g.,
|
| 142 |
+
|
| 143 |
+
|
| 144 |
## Citation
|
| 145 |
@misc{https://doi.org/10.48550/arxiv.2110.01717,
|
| 146 |
doi = {10.48550/ARXIV.2110.01717},
|