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

Update README.md (#2)

Browse files

- Update README.md (e4fc218972c2fb50a8bab3dded11eb1b31c58bc3)


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

Files changed (1) hide show
  1. README.md +2 -1
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
- 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.
 
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.