Skip to content
Discussion options

You must be logged in to vote

I think this is a misunderstanding of the pipeline design (https://spacy.io/models#design).

The ner component in en_core_web_lg does not depend on the tok2vec component, so you can source ner and update it by itself. Remove the tok2vec component and init_tok2vec from your config and try training again? You will still need the en_core_web_lg vectors settings.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@lzmodel
Comment options

@adrianeboyd
Comment options

Answer selected by lzmodel
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 / ner Feature: Named Entity Recognizer feat / pipeline Feature: Processing pipeline and components feat / config Feature: Training config
2 participants