Instructions to use multimolecule/optimus5prime with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MultiMolecule
How to use multimolecule/optimus5prime with MultiMolecule:
pip install multimolecule
from multimolecule import AutoModel, AutoTokenizer tokenizer = AutoTokenizer.from_pretrained("multimolecule/optimus5prime") model = AutoModel.from_pretrained("multimolecule/optimus5prime") inputs = tokenizer("UAGCUUAUCAGACUGAUGUUGA", return_tensors="pt") outputs = model(**inputs) embeddings = outputs.last_hidden_state - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 20168accc0d8a75ab28bb24b33f678bccc296b329c144fea54c09e4ff9ca0c1f
- Size of remote file:
- 1.91 MB
- SHA256:
- c42efc758730deb06992624635fa6cd308320cbc43116c4eec12ac8e3aafeb06
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.