SpaCy model training and eval metrics #13664
Unanswered
solpunit
asked this question in
Help: Model Advice
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the SpaCy NER model for training. I have around 20K samples in total for 7-8 labels. I train the model but my eval set contains words which is never seen during the model training. I see the model results are bad, my F1 and recall are in 20. Is this something which is expected? Does the NER model perform bad at samples it have never seen? I am using the lg model and doing fine-tuning.
Beta Was this translation helpful? Give feedback.
All reactions