Instructions to use Taykhoom/RNA-MSM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Taykhoom/RNA-MSM with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Taykhoom/RNA-MSM", trust_remote_code=True)# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("Taykhoom/RNA-MSM", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -178,20 +178,15 @@ this is `(batch, 1, seqlen, embed_dim)`.
|
|
| 178 |
## Citation
|
| 179 |
|
| 180 |
```bibtex
|
| 181 |
-
@article{
|
| 182 |
-
|
| 183 |
-
|
| 184 |
-
|
| 185 |
-
|
| 186 |
-
|
| 187 |
-
|
| 188 |
-
|
| 189 |
-
|
| 190 |
-
number = {1},
|
| 191 |
-
pages = {e3},
|
| 192 |
-
year = {2024},
|
| 193 |
-
doi = {10.1093/nar/gkad1031},
|
| 194 |
-
pmid = {37941140},
|
| 195 |
}
|
| 196 |
```
|
| 197 |
|
|
|
|
| 178 |
## Citation
|
| 179 |
|
| 180 |
```bibtex
|
| 181 |
+
@article{zhang2024_rnamsm,
|
| 182 |
+
title = {Multiple sequence alignment-based {RNA} language model and its application to structural inference},
|
| 183 |
+
author = {Zhang, Yikun and Lang, Mei and Jiang, Jiuhong and Gao, Zhiqiang and Xu, Fan and Litfin, Thomas and Chen, Ke and Singh, Jaswinder and Huang, Xiansong and Song, Guoli and Tian, Yonghong and Zhan, Jian and Chen, Jie and Zhou, Yaoqi},
|
| 184 |
+
journal = {Nucleic Acids Research},
|
| 185 |
+
volume = {52},
|
| 186 |
+
number = {1},
|
| 187 |
+
pages = {e3},
|
| 188 |
+
year = {2024},
|
| 189 |
+
doi = {10.1093/nar/gkad1031}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 190 |
}
|
| 191 |
```
|
| 192 |
|