jglaser commited on
Commit
fdf1d40
1 Parent(s): 19d511a

amend README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -9,6 +9,8 @@ from datasets import load_dataset
9
  dataset = load_dataset("jglaser/binding_affinity")
10
  ```
11
 
 
 
12
  The file `data/all.parquet` contains the preprocessed data. To extract it,
13
  you need download and install [git LFS support] https://git-lfs.github.com/].
14
 
 
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/].
16