Question 1
In the standard Transformer Decoder, the Multi-Head Attention layer is "Masked". What is the specific purpose of this mask during training?
To filter out padding tokens to save computation.
To prevent the model from attending to the [CLS] and [SEP] special tokens.
To force the model to focus on the Encoder output rather than the Decoder input.