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.