Open peilongchencc opened 1 year ago
https://github.com/ThilinaRajapakse/simpletransformers/blob/ffc829f18532d6920de22ee1c55c84ee1ce796d8/simpletransformers/ner/ner_utils.py#L422 Refer to line 442:cls_token_segment_id define the segment id associated to the CLS token (0 for BERT, 2 for XLNet)
cls_token_segment_id
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
https://github.com/ThilinaRajapakse/simpletransformers/blob/ffc829f18532d6920de22ee1c55c84ee1ce796d8/simpletransformers/ner/ner_utils.py#L422 Refer to line 442:
cls_token_segment_id
define the segment id associated to the CLS token (0 for BERT, 2 for XLNet)