yairschiff commited on
Commit
8726132
·
verified ·
1 Parent(s): dbd4586

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -75,9 +75,9 @@ ZINC250k from [Irwin et al., 2005](https://pubmed.ncbi.nlm.nih.gov/15667143/); t
75
  Data downloaded from: https://github.com/harryjo97/GDSS.
76
  Additional annotations (bond and ring counts) added using [`rdkit`](https://www.rdkit.org/docs/index.html) library.
77
 
78
- ##Quick start usage:
79
 
80
- ```pythin
81
  from datasets import load_dataset
82
 
83
  ds = load_dataset("yairschiff/zinc250k")
@@ -86,6 +86,7 @@ ds = load_dataset("yairschiff/zinc250k")
86
  ```
87
 
88
  ## Full processing steps
 
89
  ```python
90
  import json
91
  import re
 
75
  Data downloaded from: https://github.com/harryjo97/GDSS.
76
  Additional annotations (bond and ring counts) added using [`rdkit`](https://www.rdkit.org/docs/index.html) library.
77
 
78
+ ## Quick start usage:
79
 
80
+ ```python
81
  from datasets import load_dataset
82
 
83
  ds = load_dataset("yairschiff/zinc250k")
 
86
  ```
87
 
88
  ## Full processing steps
89
+
90
  ```python
91
  import json
92
  import re