Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,4 +26,24 @@ configs:
|
|
| 26 |
path: data/validation-*
|
| 27 |
- split: test
|
| 28 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
path: data/validation-*
|
| 27 |
- split: test
|
| 28 |
path: data/test-*
|
| 29 |
+
license: cc-by-4.0
|
| 30 |
+
task_categories:
|
| 31 |
+
- mask-generation
|
| 32 |
+
- feature-extraction
|
| 33 |
+
- text-generation
|
| 34 |
+
tags:
|
| 35 |
+
- chemistry
|
| 36 |
+
- smiles
|
| 37 |
+
- cheminformatics
|
| 38 |
+
- safe
|
| 39 |
+
pretty_name: SAFE Druglike QED Pfizer 11M
|
| 40 |
+
size_categories:
|
| 41 |
+
- 10M<n<100M
|
| 42 |
---
|
| 43 |
+
|
| 44 |
+
## Drug-like QED Pfizer 11M — SAFE Dataset
|
| 45 |
+
|
| 46 |
+
This dataset is derived from the [*Drug-like Molecule Datasets for Drug Discovery*](https://zenodo.org/records/7547717) collection. Molecular structures were converted to SAFE (Sequential Attachment-based Fragment Embedding) representations using **safe-mol v0.1.14**.
|
| 47 |
+
|
| 48 |
+
## Source
|
| 49 |
+
[](https://doi.org/10.5281/zenodo.7547717)
|