Training a custom NER model using a pre-existing model (en_core_web_sm) #12719
Unanswered
Shakeeey
asked this question in
Help: Model Advice
Replies: 1 comment 3 replies
-
Hey Shakeeey, To be able to give you better help may I ask you to post the config files that you are using? You can also take a look at a related thread, not exactly your issue, but it might give you some useful information: #10674 (comment) |
Beta Was this translation helpful? Give feedback.
3 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.
-
I have a custom NER model that is created using train and test .spacy files. I have watched many tutorials and they all use spacy.blank("en") but I want to use the "en_core_web_sm" model and append my own custom entities to it. I have watched videos on how to do it on spacy v2 but nothing on v3 yet.
I have tried changing the config file and updating the [components.ner] to source = "en_core_web_sm" but I still don't get the pre-existing entities like (GPE, Date, Person, etc.) in my output.
Here is the link to the same question with maybe more details in a stackoverflow question: https://stackoverflow.com/questions/76459442/spacy-v3-custom-ner-model-training
Beta Was this translation helpful? Give feedback.
All reactions