What is the spaCy 3 equivalent of the following code? #10321
Unanswered
romanRegmi
asked this question in
Help: Coding & Implementations
Replies: 1 comment
-
Hi @romanRegmi, if you're training an NER model in v3, then you should do it through the spaCy config. That means you don't have to write any code for training, although you have to convert your text into a serialized format. You can check a few examples in the spaCy projects repo. |
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.
-
I am trying to follow a tutorial that was made using spaCy v2. It turns out that with the update the whole training process changed. Now I cannot figure out the changes I have to make in the code.
Here is what I have tried.
The code is supposed to create a label in the meta.json file. But it fails to do so.
But the label is not created in my case.
Beta Was this translation helpful? Give feedback.
All reactions