Spacy training format #13677
Unanswered
JonathanBoyd96
asked this question in
Help: Coding & Implementations
Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a working program using spacy to analyze a pdf file and pull data from it using the base en_core_web_sm model. Now I want to train my own model to be more accurate and add specifics. I have got a model working and use python to create a training model. However, the json data im attempting to use seems to have issues properly being interpreted.
Here is example json training data:
When I attempt to train using this json data I get the following errors:
I have attempted to use the spacy DocBin process to convert the json data into a .spacy file but I had no luck there either because for some reason DocBin doesnt seem to be in the spacy.trainer library for 3.8.2?? I could use help there as well if that is an easier solution.
Beta Was this translation helpful? Give feedback.
All reactions