Instructions to use multimolecule/rinalmo-micro with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MultiMolecule
How to use multimolecule/rinalmo-micro with MultiMolecule:
pip install multimolecule
from multimolecule import AutoModel, AutoTokenizer tokenizer = AutoTokenizer.from_pretrained("multimolecule/rinalmo-micro") model = AutoModel.from_pretrained("multimolecule/rinalmo-micro") 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-micro") output = predictor("UAGCUUAUCAG<mask>CUGAUGUUGA") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 84658e58f77e2ef3b9c0013bd17e167589cc7f2387288cdd8b5506ff34047049
- Size of remote file:
- 134 MB
- SHA256:
- 2d5688ae79317b991ec7215437136b705b1e56f4b26b5db6537e082973c76831
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.