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
At line 690 in model.py, masked_for_selection_token corresponds to the range [1:] which ignores the start token while latent corresponds to the range [0:end) which take the start into account. Their positions doesn't match