Closed bwang482 closed 3 years ago
Hi @bwang482, thanks for pointing it out. It seems that BART model ynie/bart-large-snli_mnli_fever_anli_R1_R2_R3-nli
doesn't require 'token_type_ids' arguments (and also the tokenizer doesn't output it). You can remove that in the forward pass.
Thanks @easonnie !
Thanks for the code and model sharing!
Just wondering does the tokenizer from
ynie/bart-large-snli_mnli_fever_anli_R1_R2_R3-nli
not have'token_type_ids'
?