The Wayback Machine - https://web.archive.org/web/20220322203405/https://github.com/codertimo/BERT-pytorch/issues/56
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
From paper, it mentioned
It means that 15% of token will be choose for sure.
From https://github.com/codertimo/BERT-pytorch/blob/master/bert_pytorch/dataset/dataset.py#L68,
for every single token, it has 15% of chance that go though the followup procedure. Does it aligned with 15% of token will be chosen?
The text was updated successfully, but these errors were encountered: