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:
- 144beb8ddb63aa3d81b436b46eb196652cdc478b1c3a74c182f6626886e76033
- Size of remote file:
- 33.9 MB
- SHA256:
- 86026f5924507cbda4d12ffc7c72a4acb141f96627e1089b626b6ed72481b2a2
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.