Guidance on testing model performance when training custom NER entities on a base model #5189
Replies: 1 comment
-
Hi @rahulraina7, except for testing on existing datasets like you're already doing, you could also grab a bunch of unannotated text relevant to your specific domain / use-case, and run the "normal" Then, when you start retraining, you can rerun this evaluation with your retrained model, and see how the performance for the different entity categories changes. If some drop in performance, you know you need to insert more instances of that type during retraining. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been able to re-train the base en_core_web_lg model with my custom entities for NER. However, I would like to evaluate its NER performance so that I avoid the [catastrophic-forgetting(https://explosion.ai/blog/pseudo-rehearsal-catastrophic-forgetting) problem.
I have tested it on conll2003 dataset and the NER results look fine. However, I believe this might be different for different test sets. Are there any guidelines to test your custom trained model compared to original pre-trained models.
Info about spaCy
Beta Was this translation helpful? Give feedback.
All reactions