Skip to content

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

Description

@MKrumscheid

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions