UnicodeDecodeError: 'utf-8' codec can't decode byte 0x9c in position 1: invalid start byte #10222
Answered
by
polm
Sooraj577
asked this question in
Help: Coding & Implementations
-
How to reproduce the behaviourI am trying to build a custom ner model. So for a reference I tried the below code and generated a demo_train.spacy file.
After the demo_train.spacy file was created, I debug the data using:
The result for this command was an error which is given below:
I have used the example given in the spacy website to generate spacy file. Why is it showing this? Your Environment
|
Beta Was this translation helpful? Give feedback.
Answered by
polm
Feb 7, 2022
Replies: 1 comment
-
The argument to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Sooraj577
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The argument to
spacy debug data
should be a config file, not a.spacy
data file.