Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[E923] It looks like there is no proper sample data to initialize the Model of component 'tok2vec' #7

Open
MKrumscheid opened this issue Nov 2, 2023 · 0 comments

Comments

@MKrumscheid
Copy link

Hey there, I unfortunately always get the following error:

Initializing pipeline*
[2023-11-02 22:10:16,436] [INFO] Set up nlp object from config
[2023-11-02 22:10:16,445] [INFO] Pipeline: ['tok2vec', 'ner']
[2023-11-02 22:10:16,453] [INFO] Added vocab lookups: lexeme_norm
[2023-11-02 22:10:16,454] [INFO] Created vocabulary
[2023-11-02 22:10:16,454] [INFO] Finished initializing nlp object
Error in the training loop occured
[E923] It looks like there is no proper sample data to initialize the Model of component 'tok2vec'. To check your input data paths and annotation, run: python -m spacy debug data config.cfg[E923] It looks like there is no proper sample data to initialize the Model of component 'tok2vec'. To check your input data paths and annotation, run: python -m spacy debug data config.cfg

All the paths are correct and checked several times over. It works when I do it "manually", but I cant get it to work in the program. Which is a shame because this seems much more comfortable :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant