Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,10 @@ configs:
|
|
16 |
path: data/train-*
|
17 |
---
|
18 |
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
path: data/train-*
|
17 |
---
|
18 |
|
19 |
+
# PubChem Dataset(filtered)
|
20 |
+
|
21 |
+
This dataset contains molecules from the PubChem database, with the following filtering criteria applied:
|
22 |
+
|
23 |
+
- All molecules include hydrogen atoms.
|
24 |
+
- Disconnected fragments have been removed.
|
25 |
+
- Only molecules with more than 100 atoms have been retained.
|