Skip to content
Discussion options

You must be logged in to vote

Hello,
If you haven't renamed the NER component in your trained model, you can source the component this way:

[components.ner]
source = ${paths.ner_model}

If you renamed the NER component then you'll need to add the component variable (not factory)

[components.ner]
component = "<component name>"
source = ${paths.ner_model}

For the ${paths.ner_model} variable you have to set the path to either model-best or model-last directory

Replies: 1 comment 1 reply

Comment options

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

Answer selected by shrinidhin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / config Feature: Training config
2 participants