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