Instructions to use google/flan-t5-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/flan-t5-large with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/flan-t5-large") model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-large") - Notebooks
- Google Colab
- Kaggle
Giving simple information like capital wrong
#25
by miyannishar - opened
Asked the capital of America like this "Tell me the capital of America" and it's saying New York. Getting hallucinated on some complex prompts is considerable but for some simple questions like this, what to say??