Multi-head concatenation mathematical notation

Multi-head concatenation is a recurring research-paper notation family. Joins independently computed attention-head features along their feature axis before an output projection.

Multi-head concatenation: Joins independently computed attention-head features along their feature axis before an output projection. Example: Place every head's features side by side and mix them with W O.