Instructions to use multimolecule/rnafm-ss with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MultiMolecule
How to use multimolecule/rnafm-ss with MultiMolecule:
pip install multimolecule
from multimolecule import AutoModel, AutoTokenizer tokenizer = AutoTokenizer.from_pretrained("multimolecule/rnafm-ss") model = AutoModel.from_pretrained("multimolecule/rnafm-ss") inputs = tokenizer("UAGCUUAUCAGACUGAUGUUGA", return_tensors="pt") outputs = model(**inputs) embeddings = outputs.last_hidden_stateimport multimolecule from transformers import pipeline predictor = pipeline("rna-secondary-structure", model="multimolecule/rnafm-ss") output = predictor("UAGCUUAUCAGACUGAUGUUGA") print(output["secondary_structure"]) - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 92a1f28d593e6b6eec59f9048bc16739a195f98d5b19121be5ce2e42cacbde80
- Size of remote file:
- 408 MB
- SHA256:
- 648522b6ae79eef2d28dd4d3f04eccfa6fe5f0ffde42540b4bc1fd7dedf7a6cc
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.