google-research/electra

Tagging Task Segment ids

kamalkraj opened this issue · 0 comments

Why Tagging Task segment ids are ones instead of zeros?

segment_ids = pad([1] * len(input_ids))

Tagging task only contains the first segment and it should be zeros, right?

@clarkkev