Getting Started to "Train a New Model for Accuracy" #12774
Unanswered
learnevolve
asked this question in
Help: Model Advice
Replies: 1 comment
-
Thank you for your question! Since this looks like a span classification task, the spancat pipe is a good starting point. We also have a blog post on spancat, which describes in detail how spancat works: https://explosion.ai/blog/spancat If the set of patterns is relatively small and well-defined or if you don't have a lot of training data, you could also look at SpanRuler, which allows you to write patterns that match spaCy token attributes. |
Beta Was this translation helpful? Give feedback.
0 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 Experts,
I am looking forward to Creating an English Model for Extracting Job info for the below Properites from the Job Descritions
I have the job descriptions from the Indeed and Dice annotated with prodigy.
I want to know the best pipeline to create the model can anyone suggest?
Beta Was this translation helpful? Give feedback.
All reactions