Issue with debug model for ner_demo_update project #12254
-
How to reproduce the behaviour
✘ Could not initialize the model: you'll have to provide a valid
I tried to edit this config.cfg with my data and by deleting some components from pipeline, but i can not know exactly if these error mine or from original config. Your Environment
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 7 replies
-
I can't reproduce this issue. From a fresh checkout of the project:
What changes did you make to the configuration? What do you have in the |
Beta Was this translation helpful? Give feedback.
-
I just did the following:
|
Beta Was this translation helpful? Give feedback.
-
I think you're just missing the overrides for the corpus paths in your command (something like |
Beta Was this translation helpful? Give feedback.
-
@adrianeboyd How to check paths correctly?
The Path to the data is correct. To check it I tried to corrupt it and got another message "FileNotFoundError: [Errno 2] No such file or directory". |
Beta Was this translation helpful? Give feedback.
-
Moving this to discussions, as this seems to be a usage-related question rather than an issue with spaCy per se. |
Beta Was this translation helpful? Give feedback.
-
@lzmodel Please provide your complete config, it'll help us reproducing your issue. |
Beta Was this translation helpful? Give feedback.
I think you're just missing the overrides for the corpus paths in your command (something like
--paths.train train.spacy --paths.dev dev.spacy
).