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