'ElectraModel' object has no attribute 'transformer' #200
-
from twitter post https://twitter.com/svtmk97/status/1450447777486409730 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
おそらくspacy-transformers v1.1.0で関連部分のupdateがあったためだと考えられます。 |
Beta Was this translation helpful? Give feedback.
-
応急処置として |
Beta Was this translation helpful? Give feedback.
おそらくspacy-transformers v1.1.0で関連部分のupdateがあったためだと考えられます。
https://github.com/explosion/spacy-transformers/releases
暫定的な対処としてspacy-transformersのバージョンを1.0.6に戻す必要があります。
pip install -U "spacy-transformers==1.0.6"