You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note**: HyenaDNA has to be downloaded using `git-lfs`. If that is not available to you, you may download the `/hyenadna-tiny-1k-seqlen/` checkpoint directly from [Hugging face](https://huggingface.co/LongSafari/hyenadna-tiny-1k-seqlen/tree/main). The keyword `BarcodeBERT` is also available as a baseline but this will download the publicly available model as presented in our workshop paper.
66
+
**Note**: The DNABERT model has to be downloaded manually following the instructions in the paper's (repo)[https://github.com/jerryji1993/DNABERT] and placed in the `pretrained-models` folder.
67
+
68
+
4.Supervised CNN
69
+
70
+
```bash
71
+
python baselines/cnn/1D_CNN_supervised.py
72
+
python baselines/cnn/1D_CNN_KNN.py
73
+
python baselines/cnn/1D_CNN_Linear_probing.py
74
+
python baselines/cnn/1D_CNN_ZSC.py
75
+
76
+
```
77
+
**Note**: Train the CNN backbone with `1D_CNN_supervised.py` before evaluating it on any downtream task.
0 commit comments