Question 12
Which of the following statements about the Transformer architecture are true?
Masking (look-ahead mask) is applied in every decoder self-attention layer, not just the first one.
Token embeddings are used in the encoder but not in the decoder.
Positional encoding is required only in the encoder, not in the decoder.
Token embeddings are used in both the encoder and the decoder.
Positional encodings are added to the input embeddings in both the encoder and the decoder.