Skip to content
Discussion options

You must be logged in to vote

You can try spacy init fill-config to fill in missing values, but there's a good chance that the model will no longer perform as expected. Some of the internal model implementations changed across the rc releases, so I know that parser and ner models will no longer work correctly. transformer and textcat may be fine, but I'm not sure. If you test the model on your eval data and the results are the same as with 3.0.0rc2, then it should probably be okay to use. But in general we'd strongly recommend retraining.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jricheimer
Comment options

Answer selected by svlandeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
models Issues related to the statistical models v3.0 Related to v3.0 feat / config Feature: Training config
2 participants