Skip to content
Discussion options

You must be logged in to vote

It sounds like the best thing is to label just your entities and train a separate NER model to combine with the existing one. See the double NER example for notes on how that works.

Also note that while you say you want to add the new entity to the existing NER model, I would recommend against that. If you only add your new entities as training data you'll run into the "catastrophic forgetting" problem, so you'd have to add data for all entities you want to keep using. But that would be a lot of work, can be hard to get right, and having all the entities in one model isn't necessarily better than having separate models.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@polm
Comment options

@shrinidhin
Comment options

@arshad171
Comment options

@polm
Comment options

@arshad171
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 / ner Feature: Named Entity Recognizer
3 participants