PL-BERT icon indicating copy to clipboard operation
PL-BERT copied to clipboard

Possible bug in masked index generation?

Open tekinek opened this issue 7 months ago • 9 comments

https://github.com/yl4579/PL-BERT/blob/592293aabcb21096eb7f5bffad95a3d38ba4ae6c/dataloader.py#L83

Hi, why the masked_index is extended for 15% of tokens? If I understand correctly, the extention should be placed inside the else statement at line # 80, right?

tekinek avatar Jan 03 '24 05:01 tekinek