Transformers How to use FoodIntake/flan-t5-large-portion-to-qu-task with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("FoodIntake/flan-t5-large-portion-to-qu-task")
model = AutoModelForSeq2SeqLM.from_pretrained("FoodIntake/flan-t5-large-portion-to-qu-task")