How to use currentlyexhausted/flan-t5-answer-generator with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("currentlyexhausted/flan-t5-answer-generator") model = AutoModelForSeq2SeqLM.from_pretrained("currentlyexhausted/flan-t5-answer-generator")