codertimo / BERT-pytorch

Google AI 2018 BERT pytorch implementation
Apache License 2.0
6.09k stars 1.29k forks source link

请问训练得到的模型后缀为.model.ep*格式,应该如何进行后续的调用呢? #103

Open Jwinre opened 1 year ago

Jwinre commented 1 year ago

想利用自己微调的模型生成向量 但是加载模型应该如何加载呢?之前用tf加载时需要3个文件,谢谢!