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
I was wondering during draining what attention masks were you using? In your inference code I saw you generated these masks by setting them to zero tensors text_padding_position=torch.zeros_like(input_ids). Was it the same for training? Thank you so much!
Dear authors,
I was wondering during draining what attention masks were you using? In your inference code I saw you generated these masks by setting them to zero tensors
text_padding_position=torch.zeros_like(input_ids)
. Was it the same for training? Thank you so much!The text was updated successfully, but these errors were encountered: