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