Hi Sai,
I'm setting the model in the init method of my Component.js like this:
var oStoryModel = new JSONModel(jQuery.sap.getModulePath(sNamespace, oConfig.storiesLocal));
this.setModel(oStoryModel, "stories");
Should be the same like yours.
Regards,
Dominik