Encoder-Decoder
An architecture where one stack of layers reads the full input bidirectionally (encoder) and another generates the output autoregressively (decoder), connected by cross-attention.
Deep Learning
An architecture where one stack of layers reads the full input bidirectionally (encoder) and another generates the output autoregressively (decoder), connected by cross-attention.