Update hyperparams.yaml
Browse files- hyperparams.yaml +1 -1
hyperparams.yaml
CHANGED
@@ -36,7 +36,7 @@ bos_index: 0
|
|
36 |
eos_index: 0
|
37 |
min_decode_ratio: 0.0
|
38 |
max_decode_ratio: 1.0
|
39 |
-
beam_size:
|
40 |
eos_threshold: 1.5
|
41 |
using_max_attn_shift: True
|
42 |
max_attn_shift: 240
|
|
|
36 |
eos_index: 0
|
37 |
min_decode_ratio: 0.0
|
38 |
max_decode_ratio: 1.0
|
39 |
+
beam_size: 80
|
40 |
eos_threshold: 1.5
|
41 |
using_max_attn_shift: True
|
42 |
max_attn_shift: 240
|