Every time i train my model my chatbot is giving different replys. some times i tried forcing the model train using --force and results are exceptionally good. I’m not sure why this is happening. But sometimes it is failing to extract intents and entities which were extracted correctly in previous model.
Here is our config.yml
Hi @SriSatyaLokesh to get reproducible training results, you should set a random_seed for some of the NLU components and policies. So your config would look like this:
Please be aware that if you have drastically inconsistent results though, that may be an indicator that your training data needs some improvements. So it may be worth investing some time into adding more examples to your NLU data