OSError: Unable to load weights from pytorch checkpoint file for ‘./data/bert-base-chinese‘ at ‘.

@ERROR :OSError: Unable to load weights from pytorch checkpoint file for ‘./data/bert-base-chinese’ at './data/bert-base-chinese/pytorch_model.bin’If you tried to load a PyTorch model from a TF 2.0 checkpoint, please set from_tf=True.

文章目录

      • 问题描述
      • 探索过程
      • 解决方案

问题描述

在跑bert模型的时候,出现加载错误

探索过程

通过百度发现这是一个普遍存在的问题

解决方案

在下面的帖子中找到解决方法:模型下载出了问题-------没有下载完全

https://blog.csdn.net/weixin_41831274/article/details/111414775

另外附上下载模型的方法:

https://blog.csdn.net/weixin_38481963/article/details/110535583

你可能感兴趣的:(杂记,pytorch,bert,深度学习)