Concept
Encoder-decoder
The encoder-decoder pattern splits a sequence-to-sequence model into two stages: an encoder that reads the entire input and compresses it into an intermediate representation, and a decoder that generates the output one token at a time from that representation. Think of it…
The rest of “Encoder-decoder” is a premium feature: every concept in the library gets a precise, practitioner-focused write-up like this one, cross-linked straight from the paper summaries that use it.
Log in to unlock→