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
Hey, I wanted to know how the padded tokens are handled by the attention layers of the model,
considering that repo's implementation of GPT-2 discards attention_mask (HuggingFace).
Hey, I wanted to know how the padded tokens are handled by the attention layers of the model,
considering that repo's implementation of GPT-2 discards
attention_mask(HuggingFace).