The model didn’t exist in the model’s folder when running rasa train
How can I see the model and use it?
According to the documentation
“rasa train
will store the trained model in the directory defined by --out
, models/
by default. The name of the model by default is <timestamp>.tar.gz
. If you want to name your model differently, you can specify the name using the --fixed-model-name
flag.”
For loading your models use rasa shell
“By default, this will load up the latest trained model. You can specify a different model to be loaded by using the --model
flag.”
You can also refer to the documentation on the rasa command line interface here