gitabtion / SoftMaskedBert-PyTorch

🙈 An unofficial implementation of SoftMaskedBert based on huggingface/transformers.
MIT License
93 stars 17 forks source link

我用了softMaskedbert训练了十个epoch,当拿来用predict的时候 他报下面这个,要怎么解决? #23

Open Oldsport-996 opened 2 years ago

Oldsport-996 commented 2 years ago

Some weights of the model checkpoint at bert-base-chinese were not used when initializing BertForMaskedLM: ['cls.seq_relationship.weight', 'cls.seq_relationship.bias']

gitabtion commented 2 years ago

这个不会影响纠错的inference。