transformer
an archive of posts with this tag
-
Self-attention and the Transformer - cutting the sequential chain and referencing directly
Where an RNN passed context along by accumulating it through previous states, the Transformer looks up the tokens it needs directly. How self-attention removes the sequential structure, and how it connects back to attention Seq2Seq.