Add pipeline tag
Browse filesThis PR adds the `feature-extraction` pipeline tag, which allows users to more easily discover this model on the Hub.
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
|
|
2 |
license: cc-by-nc-sa-4.0
|
|
|
3 |
tags:
|
4 |
- Helical
|
5 |
- RNA
|
@@ -9,9 +11,9 @@ tags:
|
|
9 |
- mrna
|
10 |
- rna
|
11 |
- genomics
|
12 |
-
library_name: transformers
|
13 |
---
|
14 |
-
|
|
|
15 |
|
16 |
Helix-mRNA emerges as a hybrid state-space and transformer based model, leveraging both the efficient sequence processing capabilities of Mamba2's state-space architecture and the contextual understanding of transformer attention mechanisms, allowing for the best of both worlds between these two approaches. These traits make it particularly suitable for studying full-length transcripts, splice variants, and complex mRNA structural elements.
|
17 |
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
3 |
license: cc-by-nc-sa-4.0
|
4 |
+
pipeline_tag: feature-extraction
|
5 |
tags:
|
6 |
- Helical
|
7 |
- RNA
|
|
|
11 |
- mrna
|
12 |
- rna
|
13 |
- genomics
|
|
|
14 |
---
|
15 |
+
|
16 |
+
# Helix-mRNA-v0
|
17 |
|
18 |
Helix-mRNA emerges as a hybrid state-space and transformer based model, leveraging both the efficient sequence processing capabilities of Mamba2's state-space architecture and the contextual understanding of transformer attention mechanisms, allowing for the best of both worlds between these two approaches. These traits make it particularly suitable for studying full-length transcripts, splice variants, and complex mRNA structural elements.
|
19 |
|