Add a model card to BarcodeMamba models (#1)
Browse files- Add a model card to BarcodeMamba models (dcb67267498c31759a2d88903898bd066d732060)
- Upload PDF and PNG posters (0514d2dc6d34e81aeab70ec08a6faa11e3df113d)
- Rename BarcodeMamba Poster.png to poster/BarcodeMamba Poster.png (d2b0a2065713f3a7cc6246147ae5c6849810a72b)
- Rename BarcodeMamba_Poster.pdf to poster/BarcodeMamba_Poster.pdf (f7079003da7e189babf5b400255eccf796216cca)
Co-authored-by: Tiancheng Gao <[email protected]>
- .gitattributes +2 -0
- README.md +24 -3
- poster/BarcodeMamba Poster.png +3 -0
- poster/BarcodeMamba_Poster.pdf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
BarcodeMamba[[:space:]]Poster.png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
BarcodeMamba_Poster.pdf filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
# BarcodeMamba for Taxonomic Classification
|
6 |
+
|
7 |
+
A performant and efficient Mamba-2-based foundation model for DNA barcodes in biodiversity analysis.
|
8 |
+
|
9 |
+
- Check out our [paper](https://openreview.net/forum?id=6ohFEFTr10)
|
10 |
+
- Check out our [poster](https://neurips.cc/media/PosterPDFs/NeurIPS%202024/105938.png)
|
11 |
+
|
12 |
+
# Usage
|
13 |
+
The pretrained models can be used for both taxonomic classification on seen species (fine-tune & linear probe) and making genus-level predictions on unseen species (1-NN probe). The instructions for using our models can be found at our [GitHub repository](https://github.com/bioscan-ml/BarcodeMamba).
|
14 |
+
|
15 |
+
# Citation
|
16 |
+
|
17 |
+
If you find BarcodeMamba useful, please consider citing:
|
18 |
+
```
|
19 |
+
@inproceedings{
|
20 |
+
gao2024barcodemamba,
|
21 |
+
title={BarcodeMamba: State Space Models for Biodiversity Analysis},
|
22 |
+
author={Tiancheng Gao and Graham W.~Taylor},
|
23 |
+
booktitle={{NeurIPS} 2024 Workshop on Foundation Models for Science: Progress, Opportunities, and Challenges},
|
24 |
+
year={2024},
|
poster/BarcodeMamba Poster.png
ADDED
Git LFS Details
|
poster/BarcodeMamba_Poster.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0f6780623b7714babb881bbef2ccb12509b3746fa150585d5976ab92bf19b2b
|
3 |
+
size 5277969
|