Instructions to use multimolecule/openspliceai-mane-400nt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MultiMolecule
How to use multimolecule/openspliceai-mane-400nt with MultiMolecule:
pip install multimolecule
from multimolecule import AutoModel, AutoTokenizer tokenizer = AutoTokenizer.from_pretrained("multimolecule/openspliceai-mane-400nt") model = AutoModel.from_pretrained("multimolecule/openspliceai-mane-400nt") inputs = tokenizer("UAGCUUAUCAGACUGAUGUUGA", return_tensors="pt") outputs = model(**inputs) embeddings = outputs.last_hidden_state - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- a00000a6bb44cf4a78b90ba9e0f6dd2e397c05bbd9f66bebac13eca29b9f30a0
- Size of remote file:
- 789 kB
- SHA256:
- e89280e60d182c83cd0c7584c287d2b708dd6c98d1bc9eadd2385939785b84ab
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.