How to use bert to train my own dataset

I just learned bert these days, and want to use bert to train my corpus, but the code on the Internet uses Google-trained models. I want to ask how to train my corpus through bert

you can download un pre-trained models from Internet

Can you say more in detail, how do I train the model, does bert have a corresponding method, thank you very much

1 Like

you can download it by github searching pytorch-bert there are so many codes that can be used which include the model download

thank you ,i will try it