diff --git a/conf/params.json b/conf/params.json new file mode 100644 index 0000000..7d71e19 --- /dev/null +++ b/conf/params.json @@ -0,0 +1,13 @@ +{ + "bidirectional": true, + "use_residual": true, + "use_dropout": true, + "time_major": true, + "cell_type": "lstm", + "depth": 2, + "attention_type": "Bahdanau", + "hidden_units": 128, + "optimizer": "adam", + "learning_rate": 0.001, + "embedding_size": 300 +}