Finetuning T5 for a task

I am experiencing the same problem where model predicts truncated text. Could you please provide details on how you resolved the issue?

Hi! you should set early_stopping=True while generating text with T5. Good luck.