Open luckylsk34 opened 3 years ago
As seen from the paper, shouldn't the order of the tokens be [SEP] [CLS] instead of [CLS] [SEP]?
[SEP] [CLS]
[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
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
Instead of