Skip to content
Discussion options

You must be logged in to vote

Hi @berrodriquez26,

The best way to see how retraining a NER model works is to check the ner_demo_update project. If you want a step-by-step guide, you can check each step in the project's project.yml file workflows. From there, you should be able to pattern the project on your own dataset / use case.

If you're not familiar on how spaCy Projects work, feel free to check the documentation. You only need to install spaCy and you'll have access to the spacy project command. You can also clone the said ner_demo_update project using spacy project clone.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by adrianeboyd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
training Training and updating models feat / ner Feature: Named Entity Recognizer
2 participants