Skip to content

Commit 0897235

Browse files
committed
fix typo in readme
1 parent eaab19f commit 0897235

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
---
1919

20-
2120
`torch-molecule` is a package that facilitates molecular discovery through deep learning, featuring a user-friendly, `sklearn`-style interface. It includes model checkpoints for efficient deployment and benchmarking across a range of molecular tasks. The package focuses on three main components: **Predictive Models**, **Generative Models**, and **Representation Models**, which make molecular AI models easy to implement and deploy.
2221

2322
<p align="center">

torch_molecule/datasets/load_hf_dataset.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ def load_qm9(
136136
):
137137
"""
138138
Load QM9 dataset from Hugging Face Hub.
139+
140+
Source: http://quantum-machine.org/datasets/
139141
140142
Parameters
141143
----------
@@ -264,6 +266,8 @@ def load_toxcast(
264266
):
265267
"""
266268
Load ToxCast dataset from Hugging Face Hub.
269+
270+
Source: https://www.epa.gov/comptox-tools/exploring-toxcast-data
267271
268272
Parameters
269273
----------
@@ -310,6 +314,8 @@ def load_admet(
310314
"""
311315
Load ADMET dataset from Hugging Face Hub.
312316
317+
Source: https://github.com/swansonk14/admet_ai/blob/main/admet_ai/resources/data/admet.csv
318+
313319
Parameters
314320
----------
315321
local_dir : str, optional

0 commit comments

Comments
 (0)