Skip to content
Discussion options

You must be logged in to vote

Not sure what exactly is causing your error, but note that the tutorial you're using is for spaCy v2, and spaCy v3 was released earlier this year. In v3 we've revamped training so that you don't have to write your own training loop, and in fact writing your own training loop is not recommended.

Also, the error tells you to run spacy debug data. Did you try that?

Since it sounds like you want to train a new NER component anyway, I would recommend you go through the official docs for training, which work with the current spaCy version.

Replies: 1 comment

Comment options

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