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