Question 8
Select all correct statements regarding the comparison between RNNs and Transformers.
Transformers process tokens strictly sequentially during training in the same way as RNNs.
Transformers allow for significantly more parallelization during training compared to RNNs.
Attention mechanisms in Transformers utilize Query, Key, and Value vectors derived from input embeddings.