hi,
When I input data to model, may I need to add
thx
absolute no need.
in fact, you can get embedding on the [CLS] [SEP] token if you like, see: https://github.com/hanxiao/bert-as-service#q-what-are-the-available-pooling-strategies
what if I want to specific [sep] by myself for special tasks.
For example, I would like to make a QA pair become a sentence like [CLS] question [sep] answer [sep]. Is this possible?