Instructions to use google/flan-t5-xxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/flan-t5-xxl with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/flan-t5-xxl") model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-xxl") - Notebooks
- Google Colab
- Kaggle
Does the team have the plan to release the multilingual version (60)? When?
#37
by xin1111 - opened
I assumed flan-t5-xxl has multilingual capabilities since it was mentioned on the model card that it supports dozens of languages. Just found most of the languages were removed from the description a few days ago.
Do you have the plan to release the "full" version of flan-t5-xxl? When would that be? Thank you.