You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: