Encoder-Decoder Model
A transformer architecture with an encoder that processes the input and a decoder that generates the output. Models like T5 and BART use this architecture, which excels at tasks with distinct input and output such as translation and summarization.