fix formatting
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ from datasets import load_dataset
|
|
9 |
dataset = load_dataset("jglaser/binding_affinity")
|
10 |
```
|
11 |
|
12 |
-
**
|
13 |
|
14 |
The file `data/all.parquet` contains the preprocessed data. To extract it,
|
15 |
you need download and install [git LFS support] https://git-lfs.github.com/].
|
|
|
9 |
dataset = load_dataset("jglaser/binding_affinity")
|
10 |
```
|
11 |
|
12 |
+
**Loading the data manually**
|
13 |
|
14 |
The file `data/all.parquet` contains the preprocessed data. To extract it,
|
15 |
you need download and install [git LFS support] https://git-lfs.github.com/].
|