SpanCat returning training score as 0 #11731
Unanswered
geetarajagopal
asked this question in
Help: Coding & Implementations
Replies: 2 comments 7 replies
-
Couple of things:
About your problem:
|
Beta Was this translation helpful? Give feedback.
7 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.
-
Hello,
I am working on a NLP project using spacy where i am trying to use the SpanCat component. I already used ner but i am unable to get the desired performance. I prepared my training data for SpanCat using the method mentioned in this post and the several other posts including using SpanGroup, however when i train my model using these train.spacy and dev.spacy files, my model does not seem to provide any scores. PFB output while training my model:

Below is my code:

I tried different combinations by playing around with the default config file generated for spancat but none of them work. I tried using the spacy files from the projects provided by spacy(experimental/ner_spancat) and spancat seems to train properly for those spacy files.
Can someone please provide me pointers where i might be going wrong in preparing the training data? TIA
Originally posted by @geetarajagopal in #11351 (reply in thread)
Beta Was this translation helpful? Give feedback.
All reactions