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