Scott Lowe
commited on
Commit
·
f4e9895
1
Parent(s):
3a0bc0b
DOC: Fix formatting of code blocks
Browse files
README.md
CHANGED
@@ -9,26 +9,26 @@ The data we used to train and test our models include [BIOSCAN-1M](https://huggi
|
|
9 |
|
10 |
### Download the datasets
|
11 |
To clone the repo:
|
12 |
-
|
13 |
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/bioscan-ml/bioscan-clibd
|
14 |
-
|
15 |
|
16 |
For BIOSCAN-1M:
|
17 |
-
|
18 |
git lfs pull --include="data/BIOSCAN_1M/**"
|
19 |
python merge_bioscan_1m.py
|
20 |
-
|
21 |
|
22 |
For BIOSCAN-5M:
|
23 |
-
|
24 |
git lfs pull --include="data/BIOSCAN_5M/**"
|
25 |
python merge_bioscan_5m.py
|
26 |
-
|
27 |
|
28 |
For INSECT:
|
29 |
-
|
30 |
git lfs pull --include="data/INSECT/**"
|
31 |
-
|
32 |
|
33 |
## Acknowledgement
|
34 |
|
|
|
9 |
|
10 |
### Download the datasets
|
11 |
To clone the repo:
|
12 |
+
```
|
13 |
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/bioscan-ml/bioscan-clibd
|
14 |
+
```
|
15 |
|
16 |
For BIOSCAN-1M:
|
17 |
+
```
|
18 |
git lfs pull --include="data/BIOSCAN_1M/**"
|
19 |
python merge_bioscan_1m.py
|
20 |
+
```
|
21 |
|
22 |
For BIOSCAN-5M:
|
23 |
+
```
|
24 |
git lfs pull --include="data/BIOSCAN_5M/**"
|
25 |
python merge_bioscan_5m.py
|
26 |
+
```
|
27 |
|
28 |
For INSECT:
|
29 |
+
```
|
30 |
git lfs pull --include="data/INSECT/**"
|
31 |
+
```
|
32 |
|
33 |
## Acknowledgement
|
34 |
|