将bert预训练模型转化为pytorch版本

huggingface官方的介绍:https://huggingface.co/transformers/converting_tensorflow_models.html

将bert预训练模型转化为pytorch版本_第1张图片

直接用命令行

把箭头处路径改为自己放原有tf版本预训练模型的路径 

回车后会有一大堆提示,然后发现路径下多了一个bin文件,加上原本的config 和vocab就够用啦

将bert预训练模型转化为pytorch版本_第2张图片

你可能感兴趣的:(将bert预训练模型转化为pytorch版本)