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