Should we pass sentences that contain no entities when training NER model? #3954
Locked
erotavlas
started this conversation in
Help: Best practices
Replies: 1 comment
-
Yes, absolutely – in fact, it's super important. The model shouldn't only be seeing texts that have entities, but also texts that have no entities (i.e. an empty list). Otherwise, it may struggle to deal with those inputs at runtime. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it ok to pass sentences that contain no entities when training the NER model? Will spacy even accept these sentences and learn from them, or will it discard them?
Beta Was this translation helpful? Give feedback.
All reactions