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
Hello, there seems to be a problem with your implementation of split_global_token when global_token_pos == 'mid' The current input x sequence length includes the global token, which means that slicing x into N//2 will include the global token.
Hello, there seems to be a problem with your implementation of
split_global_tokenwhenglobal_token_pos == 'mid'The current inputxsequence length includes the global token, which means that slicingxintoN//2will include the global token.