[spaCy Project: Part-of-speech Tagging & Dependency Parsing] Issue with the parser #9946
Unanswered
kanayer
asked this question in
Help: Coding & Implementations
Replies: 1 comment
-
This error usually indicates an issue with the training data. Do there happen to be dependency labels in your dataset that are very infrequent? Also, could you run |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have my own custom-made dataset for Korean with train, dev, and test sets consisting of 17373, 2415, and 2361 documents respectively. I have been using
ud_parser_tagger
spaCy project template to train my pipeline. The preprocessing step works just fine and outputs.spacy
files. However, when I runspacy project run train
it initializes the pipeline, startsTraining pipeline
, and then gives the error:ValueError: Could not find gold transition - see logs above.
And the logs are as follows:Could you please help me figure out what is wrong and what can I do to solve the issue?
Beta Was this translation helpful? Give feedback.
All reactions