Instructions to use multimolecule/framepool with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MultiMolecule
How to use multimolecule/framepool with MultiMolecule:
pip install multimolecule
from multimolecule import AutoModel, AutoTokenizer tokenizer = AutoTokenizer.from_pretrained("multimolecule/framepool") model = AutoModel.from_pretrained("multimolecule/framepool") inputs = tokenizer("UAGCUUAUCAGACUGAUGUUGA", return_tensors="pt") outputs = model(**inputs) embeddings = outputs.last_hidden_state - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- d6a8481f4a0ddb9882e96eed406a907791b3bdbfee3d75ccda0bf507e19458a9
- Size of remote file:
- 1.14 MB
- SHA256:
- 84475b1a2c47e7a5b88402bee3a20c0c03e99a5c2c8d302b640a0430ead8b591
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.