Not getting predictions for more than half of the entities after training spacy NER model #12576
-
I have around 20 entities (sometimes more) that I am trying to put in a model for training all having a good sample size of around 1000 samples. The spacy NER model gets trained on the data but when I do predictions, I only get predictions for half of my entities sometimes for 10 or 12 sometimes for 8 entities only. following is the configuration I use. Please suggest what changes might help me to train the model better.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Hi @ad-straive, please provide a sample of your training data, run |
Beta Was this translation helpful? Give feedback.
Hi @ad-straive, please provide a sample of your training data, run
spacy benchmark accuracy
on your data and share the evaluation results.