Instructions to use multimolecule/rinalmo-giga with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MultiMolecule
How to use multimolecule/rinalmo-giga with MultiMolecule:
pip install multimolecule
from multimolecule import AutoModel, AutoTokenizer tokenizer = AutoTokenizer.from_pretrained("multimolecule/rinalmo-giga") model = AutoModel.from_pretrained("multimolecule/rinalmo-giga") inputs = tokenizer("UAGCUUAUCAGACUGAUGUUGA", return_tensors="pt") outputs = model(**inputs) embeddings = outputs.last_hidden_stateimport multimolecule from transformers import pipeline predictor = pipeline("fill-mask", model="multimolecule/rinalmo-giga") output = predictor("UAGCUUAUCAG<mask>CUGAUGUUGA") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
2a71f6f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:489e546f0613703832c398ed66dcb58d55860596b2042b3f995e21d2517b5428
size 2603860731
|