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
- Xet hash:
- a122c57ae9cb789c635813a01f91f5fecd8f65179aaa4af9c7e9b86cb0e6d260
- Size of remote file:
- 399 kB
- SHA256:
- 5068c4880db5374539acc2f1c7d0cf1fbdcf97ce60b3122a356143878c7dee57
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.