keep-loving-pythonのブログ

Pythonを愛し続けたいです(Pythonが流行っている限りですが。。。)

AttributeError: module transformers.models.cpm has no attribute CpmTokenizer 解決方法

概要

Windows

 raise AttributeError(f"module {self.__name__} has no attribute {name}")
AttributeError: module transformers.models.cpm has no attribute CpmTokenizer

解決方法。

関連github

https://github.com/yg211/bert_nli

ステート

解決。たぶん。

エラー発生バージョン

transformers         4.10.0

エラー解決バージョン

該当github requirement.txtの情報

transformers==3.0.2

エラー解決バージョン

transformers         3.0.2

この情報の制約

エラー解決の確認不十分。たぶん、解決。 (結局、このサイトのコードを上手く動かせていないので。。。この解決策の価値はグレー。)

まとめ

特になし