Instructions to use google/flan-t5-xl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/flan-t5-xl with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/flan-t5-xl") model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-xl") - Notebooks
- Google Colab
- Kaggle
Update README.md
#4
by ybelkada - opened
Add correct evaluation table
ybelkada changed pull request status to merged
I am working a lot with this model and have discovered some very interesting things. There are a number of tricks to make prompts that give better information. I wish I knew more about the structure of the prompts.