Skip to content

Commit

Permalink
Remove flag from Makefile, correct mistake in stories and update epoc…
Browse files Browse the repository at this point in the history
…hs ammount

Signed-off-by: ArthurTemporim <[email protected]>
  • Loading branch information
arthurTemporim committed Feb 19, 2019
1 parent dc0db34 commit ab3f173
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion bot/data/stories/processo.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- utter_continuar_conversa

## Processo 2
cumprimentar
* cumprimentar
- utter_cumprimentar
* processo_reativacao_de_proposta
- utter_processo_reativacao_de_proposta
Expand Down
4 changes: 2 additions & 2 deletions bot/policy_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
policies:
- name: KerasPolicy
epochs: 20
epochs: 4
batch_size: 10
featurizer:
- name: FullDialogueTrackerFeaturizer
Expand All @@ -10,4 +10,4 @@ policies:
nlu_threshold: 0.6
core_threshold: 0.6
- name: MemoizationPolicy
max_history: 2
max_history: 2

0 comments on commit ab3f173

Please sign in to comment.