While running my model in debug mode i am seeing below message
“rasa.nlu.classifiers.diet_classifier - There is no trained model for ‘ResponseSelector’: The component is either not trained or didn’t receive enough training data.”
Can someone please help me what i must be missing which is causing this message to appear?
I suspect you don’t have a responses.md file or you aren’t using the Response Selector at all.
If you aren’t using the response selector, remove it from your config.yml. Otherwise, verify that you have a responses.md setup as described in the instructions.