Unable to interact with rasa trained model

Unable to interact with trained model in version 3.0 Whenever rasa shell command given

Kindly help

Its loading the nlu only model, whose output is intent ranking dict. Check models folder in your project directory. It should contain other zip files apart from the one “nlu-20220209-…”. If it is there, try this -

rasa shell --model modelname.tar.gz

this should load the desired full model.

1 Like

@praveengujjar how you trained the bot? can you share the command?