Update README.md
Browse files
README.md
CHANGED
@@ -21,8 +21,9 @@ Orthrus is a mature RNA model for RNA property prediction. It uses a mamba encod
|
|
21 |
</div>
|
22 |
</div>
|
23 |
|
24 |
-
|
25 |
- [**Orthrus base 4-track**](https://huggingface.co/quietflamingo/orthrus-base-4-track): Encodes the mRNA sequence with a simplified one-hot approach.
|
|
|
26 |
- [**Orthrus large 6-track**](https://huggingface.co/quietflamingo/orthrus-large-6-track): Adds biological context by including splice site indicators and coding sequence markers, which is crucial for accurate mRNA property prediction such as RNA half-life, ribosome load, and exon junction detection.
|
27 |
|
28 |
The model cards in the above versions contain instructions to use Orthrus directly from HuggingFace. See below for more comprehensive instructions to run Orthrus from this HF repo based on the original github repo.
|
|
|
21 |
</div>
|
22 |
</div>
|
23 |
|
24 |
+
Three versions of Orthrus are available for use via HuggingFace ([See collection](https://huggingface.co/collections/quietflamingo/orthrus-67902c204932687e24cc1c01)):
|
25 |
- [**Orthrus base 4-track**](https://huggingface.co/quietflamingo/orthrus-base-4-track): Encodes the mRNA sequence with a simplified one-hot approach.
|
26 |
+
- [**Orthrus large 4-track**](https://huggingface.co/quietflamingo/orthrus-large-4-track): Larger version of the above.
|
27 |
- [**Orthrus large 6-track**](https://huggingface.co/quietflamingo/orthrus-large-6-track): Adds biological context by including splice site indicators and coding sequence markers, which is crucial for accurate mRNA property prediction such as RNA half-life, ribosome load, and exon junction detection.
|
28 |
|
29 |
The model cards in the above versions contain instructions to use Orthrus directly from HuggingFace. See below for more comprehensive instructions to run Orthrus from this HF repo based on the original github repo.
|