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