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