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