Migrated from spacy v2 to spacyv3 in project #13959
Unanswered
delhydee
asked this question in
Help: Other Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have model trained from training data using spacy v2 and now I have upgraded spacy version in project from v2to v3. I want to import trained model from the repository in azure storage blob service. while downloading model it is giving error Blob could not be downloaded Error message: [E1005] Unable to set attribute 'POS' in tokenizer exception for ' '. Tokenizer exceptions are only allowed to specify ORTH and NORM. Fresh model en_core_web_md has been loaded successfully. I don't have training data that I can use to again train model using spacyv3, hence wanted to access existing trained model. I then used migration script using Github copilot to migrate trained model in v2 to spacy v3 but still getting Error message: Trying to read a Model that was created with an incompatible version of Thinc. Now GitHub copilot suggest it is not possible to migrate spacyv2 trained model and only option left is to retrain. Can you please let me know if it is possible and if so how it will be achieved in python code.
Beta Was this translation helpful? Give feedback.
All reactions