Update hyperparams.yaml
Browse files- hyperparams.yaml +3 -3
hyperparams.yaml
CHANGED
|
@@ -82,15 +82,15 @@ ctc_scorer: !new:speechbrain.decoders.scorer.CTCScorer
|
|
| 82 |
blank_index: !ref <blank_index>
|
| 83 |
ctc_fc: !ref <ctc_lin>
|
| 84 |
|
| 85 |
-
|
| 86 |
language_model: !ref <lm_model>
|
| 87 |
temperature: 1.15
|
| 88 |
|
| 89 |
scorer: !new:speechbrain.decoders.scorer.ScorerBuilder
|
| 90 |
-
full_scorers: [!ref <
|
| 91 |
!ref <ctc_scorer>]
|
| 92 |
weights:
|
| 93 |
-
|
| 94 |
ctc: !ref <ctc_weight_decode>
|
| 95 |
|
| 96 |
decoder: !new:speechbrain.decoders.S2STransformerBeamSearcher
|
|
|
|
| 82 |
blank_index: !ref <blank_index>
|
| 83 |
ctc_fc: !ref <ctc_lin>
|
| 84 |
|
| 85 |
+
transformerlm_scorer: !new:speechbrain.decoders.scorer.TransformerLMScorer
|
| 86 |
language_model: !ref <lm_model>
|
| 87 |
temperature: 1.15
|
| 88 |
|
| 89 |
scorer: !new:speechbrain.decoders.scorer.ScorerBuilder
|
| 90 |
+
full_scorers: [!ref <transformerlm_scorer>,
|
| 91 |
!ref <ctc_scorer>]
|
| 92 |
weights:
|
| 93 |
+
transformerlm: !ref <lm_weight>
|
| 94 |
ctc: !ref <ctc_weight_decode>
|
| 95 |
|
| 96 |
decoder: !new:speechbrain.decoders.S2STransformerBeamSearcher
|