How to Incorporate custom trained ner model

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 Screenshot from 2020-10-28 07-22-14 if we go inside this we see these folders

and if i go inside ner folder there are these files Screenshot from 2020-10-28 07-20-21 , so should i link this model file?