diff --git a/bot/Makefile b/bot/Makefile index 076bb96d..021b0e3b 100644 --- a/bot/Makefile +++ b/bot/Makefile @@ -2,7 +2,7 @@ train-nlu: python3 -m rasa_nlu.train -c nlu_config.yml --fixed_model_name current --data data/intents/ -o models --project nlu --verbose train-core: - python3 train.py -c policy_config.yml + python3 train.py train: train-nlu train-core diff --git a/bot/data/stories/processo.md b/bot/data/stories/processo.md index 115b4f63..ffc1fe0b 100644 --- a/bot/data/stories/processo.md +++ b/bot/data/stories/processo.md @@ -6,7 +6,7 @@ - utter_continuar_conversa ## Processo 2 -cumprimentar +* cumprimentar - utter_cumprimentar * processo_reativacao_de_proposta - utter_processo_reativacao_de_proposta diff --git a/bot/policy_config.yml b/bot/policy_config.yml index 94625b1c..df0c623d 100644 --- a/bot/policy_config.yml +++ b/bot/policy_config.yml @@ -1,6 +1,6 @@ policies: - name: KerasPolicy - epochs: 20 + epochs: 4 batch_size: 10 featurizer: - name: FullDialogueTrackerFeaturizer @@ -10,4 +10,4 @@ policies: nlu_threshold: 0.6 core_threshold: 0.6 - name: MemoizationPolicy - max_history: 2 \ No newline at end of file + max_history: 2