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