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