Adel-Moumen commited on
Commit
bcf56f7
1 Parent(s): 56c7c0e

Update hyperparams.yaml

Browse files
Files changed (1) hide show
  1. 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
- rnnlm_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 <rnnlm_scorer>,
91
  !ref <ctc_scorer>]
92
  weights:
93
- rnnlm: !ref <lm_weight>
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