dhlee347 / pytorchic-bert

Pytorch Implementation of Google BERT
Apache License 2.0
591 stars 179 forks source link

some confusions #32

Open leileilin opened 3 years ago

leileilin commented 3 years ago

if I pretrain Bert with masking strategy,In principle, I can predict the word of mask given by a source sentence and a target sentence with mask. anyone can tell me how to do that? thank you man.