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
Adding `safetensors` variant of this model
#6 opened about 2 years ago
by
SFconvertbot
Why does my CPU outperform my GTX 3060 Mobile GPU when running declare-lab/flan-alpaca-xl locally
#5 opened almost 3 years ago
by
arkaprovob
Open model loading to regular users
#4 opened about 3 years ago
by
soujanyaporia
Outdated download count
#3 opened about 3 years ago
by
soujanyaporia
Example prompt for few-shot task
#2 opened about 3 years ago
by
anirudhsom
Impressive.
❤️ 1
1
#1 opened about 3 years ago
by
michael-newsrx-com