Using Spacy V2 en_core_web_lg-2.3.1 model in Spacy V3 #8167
Replies: 1 comment 3 replies
-
That's interesting to hear about the tagger performance. Is this for fine-grained ( In our internal evaluation the tagger accuracy for fine-grained tags was very similar overall (v2.3.1: 97.2; v3.0.0: 97.4), so I'm not immediately sure what might be causing the difference. If capitalization were a factor (proper vs. common nouns, for instance), I know of a few differences in the training setup that might account for it, but for verbs I'm not sure. Unfortunately, there's no way to use the spaCy v2 model with spaCy v3. There are too many internal changes, primarily the ML library |
Beta Was this translation helpful? Give feedback.
-
Hello folks,
We have been using Spacy V2 (en_core_web_lg-2.3.1) for POS tagging in our application. When we recently upgraded to Spacy V3, we found that the tagger of V3 is not as accuracte as V2. For our application, en_core_web_lg-2.3.1 tagger is 4% more accurate than en_core_web_lg-3.0.0
Can anyone suggest if there is a way to use en_core_web_lg-2.3.1 model in Spacy 3.
Thanks
Uday
PS: Spacy V3 tagger is producing many errors for auxillary verbs and gerunds.
Beta Was this translation helpful? Give feedback.
All reactions