Text splits into tokens; static embeddings add sinusoidal positional signals $PE_{(pos, 2i)} = \sin(pos/10000^{2i/d})$.
Select any source token to inspect $Q \cdot K^T / \sqrt{d_k}$ Softmax weights to all target tokens.