What is attention?medium
Answer
Attention lets a model weight relevant tokens when building representations.
Explanation
Attention helps models connect distant words and focus on important context, which is central to transformer architectures.
Follow-upWhat is self-attention?