transformers-interpret
transformers-interpret copied to clipboard
Tips for using Pairwise Inputs?
I tried just passing 'input 1 [SEP] input 2' but kept getting the wrong predicted label from the SingleLabelClassifier -- I assume its because the tokenizer isn't assigning token_type_ids. Is there any hacky-way to fix this?