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
languages supports?
#71
by Markobes - opened
Hi,
Which languages this model supports. I tried to run the quantized version inJan, asked for subtitles to be translated, and got monotonous character generation. There are no such problems with Gemma-2. I didn't understand what this model was created for.
Regards