Skip to content

Commit

Permalink
exp: Increase all epochs to 150
Browse files Browse the repository at this point in the history
  • Loading branch information
ivyleavedtoadflax committed Sep 12, 2022
1 parent a0f83ee commit 425c217
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ pipeline:
min_ngram: 1
max_ngram: 4
- name: DIETClassifier
epochs: 100
epochs: 150
constrain_similarities: true
- name: EntitySynonymMapper
- name: ResponseSelector
epochs: 100
epochs: 150
constrain_similarities: true
- name: FallbackClassifier
threshold: 0.3
Expand All @@ -29,5 +29,5 @@ policies:
- name: RulePolicy
- name: TEDPolicy
max_history: 5
epochs: 100
epochs: 150
constrain_similarities: true

0 comments on commit 425c217

Please sign in to comment.