← Back to Test

Problem 13 - Entrance Test

In a transformer model, what is the purpose of positional encoding?

Correct: B

Transformers lack recurrence; positional encoding adds vectors based on position so the model can use sequence order.