antichronology quietflamingo commited on
Commit
f925eaa
·
verified ·
1 Parent(s): 1da0529

Update README.md (#1)

Browse files

- Update README.md (810d0464f94d9c403b85e8bfcd7c417e20ff6eb8)


Co-authored-by: Ian Shi <[email protected]>

Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -21,10 +21,11 @@ Orthrus is a mature RNA model for RNA property prediction. It uses a mamba encod
21
  </div>
22
  </div>
23
 
24
- Two versions of Orthrus are available:
 
 
25
 
26
- - 4-track base version: Encodes the mRNA sequence with a simplified one-hot approach.
27
- - 6-track large version: 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
  **Why the Mamba Backbone?**
30
  The mamba architecture is an extension of the S4 (structured state-space) model family, which excels at handling long sequences like mRNAs that can reach over 12,000 nucleotides. This makes it an ideal fit for RNA property prediction models for several reasons:
 
21
  </div>
22
  </div>
23
 
24
+ Two 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 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.
 
29
 
30
  **Why the Mamba Backbone?**
31
  The mamba architecture is an extension of the S4 (structured state-space) model family, which excels at handling long sequences like mRNAs that can reach over 12,000 nucleotides. This makes it an ideal fit for RNA property prediction models for several reasons: