Skip to content

Commit e5bc6b7

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

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CC_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ scikit-learn==1.3+computecanada
1414
scipy==1.12+computecanada
1515
seaborn
1616
torch==2.1.1+computecanada
17+
torchdata==0.7.0+computecanada
1718
torchtext==0.16.1+computecanada
1819
transformers==4.29.2+computecanada
1920
umap-learn==0.5.6+computecanada
20-
torchdata==0.7.0+computecanada
2121
wandb

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ A PyTorch implementation of BarcodeMAE, a model for enhancing DNA foundation mod
1212

1313
### Setup
1414

15+
1516
0. Clone this repository
1617
1. Install the required libraries
1718

@@ -32,6 +33,7 @@ python data_split.py BIOSCAN-5M_Dataset_metadata.tsv
3233

3334
### Reproducing the results
3435

36+
3537
1. Download the checkpoint and copy it to the model_checkpoints directory
3638
2. Run KNN evaluation
3739

@@ -46,6 +48,7 @@ python barcodebert/knn_probing.py \
4648

4749
### Pretraining from scratch
4850

51+
4952
1. Run pretraining
5053

5154
```shell

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ scikit-learn==1.3
1414
scipy==1.12
1515
seaborn
1616
torch==2.1.1
17+
torchdata==0.7.0
1718
torchtext==0.16.1
1819
transformers==4.29.2
1920
umap-learn==0.5.6
20-
torchdata==0.7.0
2121
wandb

0 commit comments

Comments
 (0)