Instructions to use multimolecule/splicebert-human.510 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MultiMolecule
How to use multimolecule/splicebert-human.510 with MultiMolecule:
pip install multimolecule
from multimolecule import AutoModel, AutoTokenizer tokenizer = AutoTokenizer.from_pretrained("multimolecule/splicebert-human.510") model = AutoModel.from_pretrained("multimolecule/splicebert-human.510") inputs = tokenizer("UAGCUUAUCAGACUGAUGUUGA", return_tensors="pt") outputs = model(**inputs) embeddings = outputs.last_hidden_stateimport multimolecule from transformers import pipeline predictor = pipeline("fill-mask", model="multimolecule/splicebert-human.510") output = predictor("UAGCUUAUCAG<mask>CUGAUGUUGA") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
fa3718c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0c4a3d060e588c3e170a32eb33002caf990700edfa9f0b2e8931d1a19d743d73
size 77869131
|