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