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
codeline
According to this code line the decoder is non-causal that implies its bidiretional attention which implies its seeing the future tokens to generate the current token which is not typical in decoders.
Can you clarify this issue ??