Understanding the metrics displayed while training spacy components #10884
Unanswered
shrinidhin
asked this question in
Help: Model Advice
Replies: 1 comment 6 replies
-
If you are training just a textcat (and tok2vec or whatever) then normally the If you were training other components at the same time, they might also influence the |
Beta Was this translation helpful? Give feedback.
6 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.
-
Hi!I have been training my custom components and trying to understand the different output metrics for each component. I am finding the documentation a bit confusing to understand the outputs. I am trying to understand the output metrics displayed for
NER
,Entity Linker
andTextCat
components/For Eg: Which metric should I consider to understand how well trained my
TextCat
model is : thecats_score
orscore
metric?Beta Was this translation helpful? Give feedback.
All reactions