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
Slovak tag instead of Slovenian?
#20
by matejklemen - opened
Hi,
I'm just wondering whether the "Slovenian" tag of the model should instead be "Slovak". In the paper, there is no mention of Slovenian data but there is mention of Slovak data. The language codes are similar ("sl" for Slovenian, "sk" for Slovak) so I would like to double check.