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

How to implement model once pretrained for masked input sentences?

Open sfaux opened this issue 5 years ago • 0 comments

I'm relatively new to pytorch and BERT, but I figured out how to pretrain the BERT model on my dataset. I want to use the model to predict the mask(s) in an input sentence. How do use the model to predict that?

sfaux avatar Aug 21 '20 06:08 sfaux