Skip to content

Commit

Permalink
Checkpoint: 20220814-103905-humongous-snapper
Browse files Browse the repository at this point in the history
  • Loading branch information
sysang committed Aug 14, 2022
1 parent d7e5bb6 commit c395c90
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions botserver-app/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,11 @@ policies:
maximum_negative_similarity: -0.35 # default -0.2
- name: TEDPolicy
max_history: 1
learning_rate: 6.66e-4 # default 1e-3
epochs: 701
learning_rate: 1e-3 # default 1e-3
epochs: 1031
constrain_similarities: true
model_confidence: softmax
batch_size: [13, 43] # default [32, 256]
batch_size: [23, 29] # default [32, 256]
connection_density: 0.85 # default 0.2
dense_dimension:
text: 256 # default 128
Expand All @@ -200,11 +200,11 @@ policies:
label_action_text: 1 # default 1
number_of_attention_heads: 32
embedding_dimension: 32 # default 20
drop_rate_dialogue: 0.15 # default 0.1
drop_rate_label: 0.07 # default 0.0
drop_rate_attention: 0.07 # default 0.0
drop_rate_dialogue: 0.25 # default 0.1
drop_rate_label: 0.12 # default 0.0
drop_rate_attention: 0.12 # default 0.0
renormalize_confidences: False # default False
number_of_negative_examples: 301 # default 20
number_of_negative_examples: 153 # default 20
maximum_positive_similarity: 0.85 # default 0.8
maximum_negative_similarity: -0.35 # default -0.2
tensorboard_log_directory: './tensorboard/current'
Expand Down

0 comments on commit c395c90

Please sign in to comment.