We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 711bb7c commit da4aef5Copy full SHA for da4aef5
README.md
@@ -32,7 +32,7 @@ python data_split.py BIOSCAN-5M_Dataset_metadata.tsv
32
3. Pretrain BarcodeMAE
33
34
```shell
35
-
+python barcodebert/pretraining.py --dataset=BIOSCAN-5M --k_mer=6 --n_layers=6 --n_heads=6 --decoder-n-layers=6 --decoder-n-heads=6 --data_dir=data/ --checkpoint=model_checkpoints/BIOSCAN-5M/6-6-6/model_checkpoint.pt
36
```
37
38
0 commit comments