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