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
File size: 134 Bytes
c16a7a1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b424689204b3fc67483a049d6dca66ceb46a1d00b663d3f9f73bb4a10583065a
size 162272366
|