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