Views
No views yet
LMR-nano is a foundational RNA language-model backbone (65M parameters) from
SHIFU: an integrated framework for deep learning of RNA secondary structure
(Galvez and Vicens, Vicens Lab, University of Houston).| Model | Params | Context | Repo |
|---|---|---|---|
| LMR-v0 | 289M | 512 | GaboG7/LMR-v0 |
| LMR-G | 228M | 512 | GaboG7/LMR-G |
| LMR-nano | 65M | 512 | GaboG7/LMR-mini |
| LMR-Long | 290M | 4,096 | GaboG7/LMR-Long |
1from huggingface_hub import snapshot_download
2path = snapshot_download("GaboG7/LMR-mini") # LMR-v0 / LMR-G / LMR-mini
3# load with the LMR code: https://github.com/Vicens-Lab/LMR1@misc{lmr_shifu,
2 title = {SHIFU: an integrated framework for deep learning of RNA secondary structure},
3 author = {Galvez, Gabriel and Vicens, Quentin},
4 note = {Manuscript in preparation. Citation to be updated.},
5 year = {TODO}
6}