Prodigy NER Model to Spacy.load() #8604
-
I have created annotated dataset using prodigy and ran prodigy model using below command:- python -m prodigy train ner train_cv_model en_vectors_web_lg --n-iter 25 --output ./train_cv_model and my model is being saved in my directory "Saved model: D:**\Resume Screening" Now after this , I have decided to run model performance on my Jupyter notebook by using spacy , wherein I have given command Now I have a below error:-
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, prodigy v1.10 is definitely running with spacy v2.3.x and not spacy v3, so you'll need spacy v2.3.x (current release is v2.3.7) to load this model. |
Beta Was this translation helpful? Give feedback.
Hi, prodigy v1.10 is definitely running with spacy v2.3.x and not spacy v3, so you'll need spacy v2.3.x (current release is v2.3.7) to load this model.