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