Summary
T5 is an encoder-decoder model that converts natural language processing (NLP) problems into a text-to-text format.
1
It is trained using teacher forcing, which requires an input sequence and a corresponding target sequence.
1
The input sequence is fed to the model using input_ids.
1
According to