codertimo / BERT-pytorch

Google AI 2018 BERT pytorch implementation
Apache License 2.0
6.18k stars 1.3k forks source link

how to fine tune model with trained weight #100

Open MingchangLi opened 1 year ago

MingchangLi commented 1 year ago

Hello @codertimo , it is a nice repo. If I want to fine tune pretrained bert model, such as BERT-Base, Uncased by google, how can I do it?