nlpyang/PreSumm

Order of [CLS] and [SEP] tokens in the test_text mode

Opened this issue · 0 comments

As seen from the paper, shouldn't the order of the tokens be [SEP] [CLS] instead of [CLS] [SEP]?

for example, shouldn't it be

hello i'm blah [SEP] [CLS] I would like to talk to you

Instead of

hello i'm blah [CLS] [SEP] I would like to talk to you