Update hyperparams.yaml
Browse files- hyperparams.yaml +4 -4
hyperparams.yaml
CHANGED
|
@@ -32,15 +32,15 @@ max_decode_ratio: 1.0
|
|
| 32 |
valid_beam_size: 10
|
| 33 |
test_beam_size: 20
|
| 34 |
using_eos_threshold: True
|
| 35 |
-
eos_threshold:
|
| 36 |
using_max_attn_shift: False
|
| 37 |
-
max_attn_shift:
|
| 38 |
length_normalization: True
|
| 39 |
temperature: 1.0
|
| 40 |
temperature_lm: 1.4
|
| 41 |
# Scoring parameters
|
| 42 |
coverage_penalty: 1.5
|
| 43 |
-
lm_weight: 0.3
|
| 44 |
|
| 45 |
|
| 46 |
# This is the RNNLM that is used according to the Huggingface repository
|
|
@@ -142,7 +142,7 @@ test_search: !new:speechbrain.decoders.S2SRNNBeamSearcher
|
|
| 142 |
using_max_attn_shift: !ref <using_max_attn_shift>
|
| 143 |
max_attn_shift: !ref <max_attn_shift>
|
| 144 |
temperature: !ref <temperature>
|
| 145 |
-
scorer: !ref <
|
| 146 |
|
| 147 |
|
| 148 |
############################## Logging and Pretrainer ##########################
|
|
|
|
| 32 |
valid_beam_size: 10
|
| 33 |
test_beam_size: 20
|
| 34 |
using_eos_threshold: True
|
| 35 |
+
eos_threshold: 2.2
|
| 36 |
using_max_attn_shift: False
|
| 37 |
+
max_attn_shift: 300
|
| 38 |
length_normalization: True
|
| 39 |
temperature: 1.0
|
| 40 |
temperature_lm: 1.4
|
| 41 |
# Scoring parameters
|
| 42 |
coverage_penalty: 1.5
|
| 43 |
+
lm_weight: 0.3 # disabled
|
| 44 |
|
| 45 |
|
| 46 |
# This is the RNNLM that is used according to the Huggingface repository
|
|
|
|
| 142 |
using_max_attn_shift: !ref <using_max_attn_shift>
|
| 143 |
max_attn_shift: !ref <max_attn_shift>
|
| 144 |
temperature: !ref <temperature>
|
| 145 |
+
scorer: !ref <scorer>
|
| 146 |
|
| 147 |
|
| 148 |
############################## Logging and Pretrainer ##########################
|