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