问题:

python使用transformers时报错:

Unable to load vocabulary from file. Please check that the provided vocabulary is accessible and not corrupted.

无法从文件中加载词表。请检查所提供的词表是否可以访问并且没有损坏。

解决方法:

一开始以为是下载的文件损坏了,但是重新下载之后依旧报错。

这里看到了一个解决方法,说只用更新一下即可:

pip install --upgrade transformers sentencepiece

不过尝试之后发现没用。

猜测并非因为文件损坏报错,而是因为无法访问导致的,这可能是由于中文路径的原因,遂将路径改为英文该错误消失。

Logo

有“AI”的1024 = 2048,欢迎大家加入2048 AI社区

更多推荐