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