eacortes commited on
Commit
457835b
·
verified ·
1 Parent(s): 8bcf820

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,3 +1,24 @@
1
- ---
2
- license: odc-by
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - mask-generation
5
+ tags:
6
+ - chemistry
7
+ - smiles
8
+ - cheminformatics
9
+ pretty_name: Augmented Canonical Druglike QED 36M
10
+ size_categories:
11
+ - 10M<n<100M
12
+ ---
13
+
14
+ # Druglike QED 36M - Augmented SMILES Dataset
15
+
16
+ This dataset is derived from [Druglike molecule datasets for drug discovery](https://zenodo.org/records/7547717) and has been **canonicalized using RDKit (2024.9.4)** to ensure structural consistency.
17
+
18
+ To enhance molecular diversity, **33% of the dataset was randomly sampled and augmented** using RDKit’s `Chem.MolToRandomSmilesVect` function, following an approach similar to NVIDIA’s **molmim** method for SMILES augmentation.
19
+
20
+ ### Dataset Overview:
21
+ - **Source:** [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7547717.svg)](https://doi.org/10.5281/zenodo.7547717)
22
+ - **Canonicalization:** RDKit (2024.9.4)
23
+ - **Augmentation:** Random SMILES generation for 33% of the original dataset
24
+ - **Total Entries:** **43M SMILES**