Instructions to use multimolecule/splicebert.510 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MultiMolecule
How to use multimolecule/splicebert.510 with MultiMolecule:
pip install multimolecule
from multimolecule import AutoModel, AutoTokenizer tokenizer = AutoTokenizer.from_pretrained("multimolecule/splicebert.510") model = AutoModel.from_pretrained("multimolecule/splicebert.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.510") output = predictor("UAGCUUAUCAG<mask>CUGAUGUUGA") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
3d71b63 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1a842ea941cc262e09e55ec2752019d4180d13396c2b65e0d4260779343534a1
size 77869131
|