| ▲ | andblac an hour ago | |||||||
Nicely done. For me the most fascinating thing about attention heads is the place where Attention matrix is already computed and is getting multiplied by Value vector. It behaves exactly like pushing Value vector through Dense layer of ordinary network where Attention matrix forms weights of that layer. So attention head is trained to construct this small single layer network dynamically during inference from Key and Query. And that's the point. That's rarely underlined in explanations of LLMs architecture and for me it's quite amazing that it works so well. This mechanism easy to observe in this particular visualization if you click through it. | ||||||||
| ▲ | encrux an hour ago | parent | next [-] | |||||||
Welch Labs has a beautiful visualization in their YouTube video about Vision Language Action Models, where the attention of the prompt can be traced to the exact origin pixels in the image from one of those matrices. | ||||||||
| ▲ | bilsbie an hour ago | parent | prev [-] | |||||||
Can you explain this more, maybe dumb it down a little? Sounds important. I have t quite been able to get the attention section to click for me. | ||||||||
| ||||||||