Natural Language Processing Tutorial for Deep Learning Researchers
-
Updated
Oct 3, 2020 - Jupyter Notebook
Hi, I am so interesting in your project, and wonder if you need contributor and how could I make my own contribution?
Add a description, image, and links to the transformer topic page so that developers can more easily learn about it.
To associate your repository with the transformer topic, visit your repo's landing page and select "manage topics."
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.