Spony commited on
Commit
4173092
·
verified ·
1 Parent(s): c34433d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -16,4 +16,10 @@ configs:
16
  path: data/train-*
17
  ---
18
 
19
- Pubchem dataset, all molecules has hydrogen, disconnected fragments, larger than 100 atoms have been filtered.
 
 
 
 
 
 
 
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.