Skip to content

Commit 69bbf24

Browse files
committed
DOC: update README.md
1 parent e5bc6b7 commit 69bbf24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A PyTorch implementation of BarcodeMAE, a model for enhancing DNA foundation mod
1313
### Setup
1414

1515

16-
0. Clone this repository
16+
0. Clone this repository
1717
1. Install the required libraries
1818

1919
```shell
@@ -43,13 +43,13 @@ python barcodebert/knn_probing.py \
4343
--data-dir ./data/ \
4444
--pretrained-checkpoint "./model_checkpoints/best_pretraining.pt"\
4545
--log-wandb \
46-
--dataset BIOSCAN-5M
46+
--dataset BIOSCAN-5M
4747
```
4848

4949
### Pretraining from scratch
5050

5151

52-
1. Run pretraining
52+
1. Run pretraining
5353

5454
```shell
5555
python barcodebert/pretraining.py \

0 commit comments

Comments
 (0)