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