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