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