how we can add and use custom trained ner model instead of spacy’s?
the command to link the model is - python -m spacy link model name, but if my model structure is like this
main folder
if we go inside this we see these folders
, so should i link this model file?
