Hello Everyone,
Everytime i am training the model. My bot is giving different responses … Can anyone help?
Below is the config file details that i am using.
Configuration for Rasa NLU.
https://rasa.com/docs/rasa/nlu/components/
language: en pipeline: supervised_embeddings
Configuration for Rasa Core.
https://rasa.com/docs/rasa/core/policies/
policies:
- name: FormPolicy
- name: MemoizationPolicy max_history: 18
- name: TEDPolicy epochs: 2 max_history: 18
- name: MappingPolicy
- name: “FallbackPolicy” nlu_threshold: 0.06 core_threshold: 0.06 fallback_action_name: “action_default_fallback”