Instructions to use LongSafari/hyenadna-large-1m-seqlen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LongSafari/hyenadna-large-1m-seqlen with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("LongSafari/hyenadna-large-1m-seqlen", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Hyena on Huggingface
#1
by lhallee - opened
Is there a Hyena implementation coming within the transformers package?
Hello! Currently that's not in the plan short term :/ The Transformers package requires a significant effort to integrate.
We hope the repo and colab are sufficient to help you get started though!
Absolutely. Thanks for the info!! Great work!
lhallee changed discussion status to closed