Add pipeline tag, library name, and links to paper and code (#2)
Browse files- Add pipeline tag, library name, and links to paper and code (5345140e12f35c1e10a17f3871e820578ff1cc7f)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,12 +1,16 @@
|
|
1 |
---
|
2 |
-
license: mit
|
3 |
language:
|
4 |
- en
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
# BarcodeBERT for Taxonomic Classification
|
8 |
|
9 |
-
A pre-trained transformer model for inference on insect DNA barcoding data.
|
|
|
|
|
10 |
|
11 |
[Colab](https://colab.research.google.com/drive/1MUEQVHIOX2ks7tLsMoQtNlbvsbSuYgs1)
|
12 |
|
@@ -60,7 +64,4 @@ If you find BarcodeBERT useful in your research please consider citing:
|
|
60 |
archivePrefix={arXiv},
|
61 |
primaryClass={cs.LG},
|
62 |
doi={10.48550/arxiv.2311.02401},
|
63 |
-
}
|
64 |
-
|
65 |
-
|
66 |
-
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: mit
|
5 |
+
pipeline_tag: feature-extraction
|
6 |
+
library_name: transformers
|
7 |
---
|
8 |
|
9 |
# BarcodeBERT for Taxonomic Classification
|
10 |
|
11 |
+
A pre-trained transformer model for inference on insect DNA barcoding data, as presented in the paper [BarcodeBERT: Transformers for Biodiversity Analysis](https://huggingface.co/papers/2311.02401).
|
12 |
+
|
13 |
+
Code: https://github.com/bioscan-ml/BarcodeBERT
|
14 |
|
15 |
[Colab](https://colab.research.google.com/drive/1MUEQVHIOX2ks7tLsMoQtNlbvsbSuYgs1)
|
16 |
|
|
|
64 |
archivePrefix={arXiv},
|
65 |
primaryClass={cs.LG},
|
66 |
doi={10.48550/arxiv.2311.02401},
|
67 |
+
}
|
|
|
|
|
|