Glossary · Term

unembedding

← all terms

Definition

The final step inside a language model that turns its internal state into actual word predictions.

The output projection matrix that maps a transformer's residual-stream representation back into vocabulary logits, often tied to the input embedding.

Mentioned in 1 episode

  1. 041
    When the Iteration Teaches the Model to Skip the Iteration

Related concepts