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