How to use "spacy-transformers.TransformerModel.v3" in my present NER transformer training? #9778
-
Hi,
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
(There was never an official release with |
Beta Was this translation helpful? Give feedback.
spacy-transformers.TransformerModel.v3
was first published inspacy-transformers
v1.1.0, so you probably just need to upgradespacy-transformers
.(There was never an official release with
spacy-transformers.TransformerModel.v2
as the default version. Did you install it from source at some point? You might want to try uninstallingspacy-transformers
several times to be sure no traces are left and reinstalling from scratch, since sometimespip
doesn't clean up old installs properly.)