Not able to train model on long spans #13012
Replies: 3 comments 4 replies
-
SpanCat can work with long spans, but the span suggester will also have to be configured accordingly. The currently used ngram suggester with |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply, Regards. |
Beta Was this translation helpful? Give feedback.
-
BTW, I found the following tutorial on using SpanCat with sapn_finder:
config file: config_cfg.txt VM RAM did not exceed 30%. |
Beta Was this translation helpful? Give feedback.
-
Hi,
We are trying to create a Resume parser using spaCy and are able to get the model to extract the personal details such as: Name, email, mobile etc... However, the requirement is that the model should extract Work History as a whole section then extract the sub details for this section [Company name, designation, start & end dates and role summary].
We are using SpanCat for this section but when we try to train the model to extract Work History as a single span without the sub details for this section, but we are getting zeroes as shown in the attached training output file:
config and data debug files, attached as well.
training output: training_output.txt
config file used for training: config.txt
debug data output: debug_data.txt
Note: we are using "5346" CVs for training and "1768" Cvs for validation.
Environment:
Please advise us if we are doing something wrong or is this not possible using spaCy?
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions