Running Custom NER training using local en_core_web_lg in config file #10150
-
I've made the following config file to make a custom NER:
Towards the end I had to change the vectors path from
I have tried various paths and all of the gave the same error - these non-working paths are:
I wonder if there is a way to fetch the model using some proxy in the config file or how can I make sure the vectors are loaded locally in a correct manner? My Spacy version is 3.2.1. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hey @iteimouri - I'm going to move this to a discussion since I don't believe it is a bug. I think you need to specify the model directory two levels up from the folder you currently have for the vectors. So the relevant config line should read:
|
Beta Was this translation helpful? Give feedback.
Hey @iteimouri - I'm going to move this to a discussion since I don't believe it is a bug.
I think you need to specify the model directory two levels up from the folder you currently have for the vectors. So the relevant config line should read: