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
- Xet hash:
- 2eac4dc43bccc94da5ef4a248e47fbbe16fa9210a10afe8e4c97efa8d4ed9d54
- Size of remote file:
- 162 MB
- SHA256:
- bee5cf99efb53c7ff9c2ee6f7006636d24e7be142049f1694538b46270d64897
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.