Add pipeline tag, library name, and links to paper and code
Browse filesThis PR improves the model card by:
- Adding the `pipeline_tag: feature-extraction`, ensuring the model can be found at https://huggingface.co/models?pipeline_tag=feature-extraction.
- Adding the `library_name: transformers`, which enables the "how to use" widget on the model page.
- Adding a direct link to the Hugging Face paper page: https://huggingface.co/papers/2311.02401.
- Adding a direct link to the GitHub repository for easier access to the code.
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 |
+
}
|
|
|
|
|
|