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