"configs/git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "c1fd46641eff86b8e7ee2aa8d1943f7aced5b3a7"
Fix token_type_id in BERT question-answering example (#3790)
token_type_id is converted into the segment embedding. For question answering, this needs to highlight whether a token belongs to sequence 0 or 1. encode_plus takes care of correctly setting this parameter automatically.
Showing
Please register or sign in to comment