Skip to content

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.

Related terms

TransformerDecoder-Only ModelMachine Translation
← Back to glossary