Instructions to use google/flan-t5-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/flan-t5-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/flan-t5-base") model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-base") - Notebooks
- Google Colab
- Kaggle
Does the model supported Thai language?
#4
by new5558 - opened
Thank you for the decision to open source this model. I am Thai speaker and there are not many models that support our languages. Although It is stated on the model card that Thai is one of the supported languages, I cannot find any trace of Thai character inside tokenizer.json.
Is there anything I missed to run inference in Thai?
Did you happen to find any answer ? I am looking same for some other language
new5558 changed discussion status to closed
Sadly, I think multilingual mentioned in the model card may be a mistake since that is only alphabet character in tokenizer.json file