What does normalisation do inside the block?
- It deletes rare words
- It holds the scale steady
- It shuffles the positions
Without position codes, what can the block not do?
- Tell an order from a shuffle
- Add two numbers
- Store any weights
The position-wise network mixes information across positions.
Circle one: True False
A deep stack trains poorly after residuals are cut. Why?
- The vocabulary shrank
- The data ran out
- The signal and gradient degrade with depth
Trace a vector: after attention mixes, what happens next?
- The input is added back through the residual
- The vector is deleted
- Positions are shuffled randomly
Why prefer four narrow heads over one wide head of equal size?
- Narrow heads train with less data
- Each head can track a different relation
- Wide heads are forbidden
A student claims the residual copies attention's output forward unchanged. What is wrong?
- Nothing, that is exactly right
- It adds the sub-layer input back, not the output
- Residuals carry gradients only, no values
Shuffling the input barely changes a trained model output. What failed?
- The residuals are too strong
- The data is too clean
- Position encoding is missing or ignored