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

OSError: [E053] Could not read config file from \OperationsExtraction\operations_extractor\models\SpaCy_updated_v1.model\config.cfg #9

Open
ismaelsleem opened this issue Jul 26, 2024 · 0 comments

Comments

@ismaelsleem
Copy link

from operations_extractor import OperationsExtractor

w2v_model = 'models/w2v_embeddings_lemmas_v3'
classifier_model = 'models/fnn-model-1_7classes_dense32_perSentence_3'
spacy_model = 'models/SpaCy_updated_v1.model'

OC = OperationsExtractor(w2v_model, classifier_model, spacy_model)

I have run the above code, but it says it cannot find the (config.cfg) for the spacy model

OSError: [E053] Could not read config file from \OperationsExtraction\operations_extractor\models\SpaCy_updated_v1.model\config.cfg

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