Instructions to use declare-lab/flan-alpaca-xl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use declare-lab/flan-alpaca-xl with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("declare-lab/flan-alpaca-xl") model = AutoModelForSeq2SeqLM.from_pretrained("declare-lab/flan-alpaca-xl") - Notebooks
- Google Colab
- Kaggle
Impressive.
#1
by michael-newsrx-com - opened
The large model is so much better than the xl and xxl models we've tried for our use case. Color us impressed!
Thank you, we hope to bring the rewards of exciting research to the open community :)