Instructions to use multimolecule/maxentscan-score5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MultiMolecule
How to use multimolecule/maxentscan-score5 with MultiMolecule:
pip install multimolecule
from multimolecule import AutoModel, AutoTokenizer tokenizer = AutoTokenizer.from_pretrained("multimolecule/maxentscan-score5") model = AutoModel.from_pretrained("multimolecule/maxentscan-score5") inputs = tokenizer("UAGCUUAUCAGACUGAUGUUGA", return_tensors="pt") outputs = model(**inputs) embeddings = outputs.last_hidden_state - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes
a7a99d8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b215a624264b1f2e1e9d7baeea9a3aa62d298e576c9ceef9e976b1abbcc2664e
size 67283
|