Skip to content
Discussion options

You must be logged in to vote

I'm a little unclear on what parts you're actually retraining here. I guess the sourced NER component is something you've trained but want to train more?

You're right that you can't do this with config overrides, you'll need to rewrite the config. You can load the config into a dict, modify it, and write it out if you need to change part like that.

What will work here depends on how the tok2vec is configured. If your NER component is using a listener then this just won't work because the NER component will have been trained with a different tok2vec than the one in your pipeline (unless you're also sourcing the tok2vec I guess). If it's using an embedded tok2vec then I think that might wor…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by polm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
training Training and updating models feat / config Feature: Training config
2 participants