Instructions to use multimolecule/deltasplice with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MultiMolecule
How to use multimolecule/deltasplice with MultiMolecule:
pip install multimolecule
from multimolecule import AutoModel, AutoTokenizer tokenizer = AutoTokenizer.from_pretrained("multimolecule/deltasplice") model = AutoModel.from_pretrained("multimolecule/deltasplice") inputs = tokenizer("UAGCUUAUCAGACUGAUGUUGA", return_tensors="pt") outputs = model(**inputs) embeddings = outputs.last_hidden_state - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
e589633 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bee5cf99efb53c7ff9c2ee6f7006636d24e7be142049f1694538b46270d64897
size 162272366
|