Skip to content
Discussion options

You must be logged in to vote

Your new ner component's tok2vec listener settings are mismatched with the settings for the sourced tok2vec from en_core_web_sm. If you use source =, don't include any other config settings for this block since they will be overwritten with the settings from the source model instead.

This line is using the value from your mismatched config, which is later replaced with the source config, but the new config already has the incorrect value:

width = ${components.tok2vec.model.encode.width}

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@taghouti-ghofrane
Comment options

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 / ner Feature: Named Entity Recognizer
3 participants
Converted from issue

This discussion was converted from issue #10029 on January 12, 2022 04:16.