I am trying to understand why transformers use multiple attention heads. I found the following quote:
Instead of using a single attention function where the attention can be dominated by the actual word itself, transformers use multiple attention heads.
What is meant by "the attention being dominated by the word itself" and how does the use of multiple heads address that?