Hi guys, i am new to deeppavlov, i am trying to build a model that helps in intent slot recognization for a custom app where i use deepavlov as well, instead of downloading .deepavlov folder -->
(Ner_model = build_model(configs.ner.ner_ontonotes_bert_mult,download=True))
where should i make a change so tht the model will refer to a path that has been specified instead of looking for a default place to take the .deeppavlov folder from there. please let me know how i can proceed with that thanks.