You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve been reviewing the current implementation and had a question regarding using positional encoding. Specifically:
Is it possible that positional encoding has no effect in the current implementation?
From what I’ve observed, averaging seems to nullify the impact of the positional encoding. Since positional encodings inject information about token order, averaging across positions might remove this order-specific signal.
I have written down the following:

I’d appreciate your thoughts or clarification on this, especially if I’m missing something in how the encoding is being applied or preserved.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I’ve been reviewing the current implementation and had a question regarding using positional encoding. Specifically:
Is it possible that positional encoding has no effect in the current implementation?
From what I’ve observed, averaging seems to nullify the impact of the positional encoding. Since positional encodings inject information about token order, averaging across positions might remove this order-specific signal.
I have written down the following:

I’d appreciate your thoughts or clarification on this, especially if I’m missing something in how the encoding is being applied or preserved.
Thanks in advance!
The text was updated successfully, but these errors were encountered: