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 checked the BertForMultipleChoice_SAN2 model and found the forward function need two parameters:
premise_mask, hyp_mask.
How can I get premise_mask and hyp_mask ? Can you give me some samples ?
I checked the BertForMultipleChoice_SAN2 model and found the forward function need two parameters:
premise_mask, hyp_mask.
How can I get premise_mask and hyp_mask ? Can you give me some samples ?