ddwkim commited on
Commit
52c3073
·
1 Parent(s): fd56653

Update hyperparams

Browse files
Files changed (1) hide show
  1. hyperparams.yaml +8 -3
hyperparams.yaml CHANGED
@@ -11,8 +11,8 @@ beam_size: 20
11
  nbest: 1
12
  # by default {state,expand}_beam = 2.3 as mention in paper
13
  # https://arxiv.org/abs/1904.02619
14
- state_beam: 2.0
15
- expand_beam: 2.0
16
  lm_weight: 0.1
17
 
18
  sample_rate: 16000
@@ -113,7 +113,12 @@ decoder: !new:speechbrain.decoders.transducer.TransducerBeamSearcher
113
  tjoint: !ref <Tjoint>
114
  classifier_network: !new:torch.nn.ModuleList
115
  - [!ref <transducer_lin>]
116
- blank_id: !ref <blank_index>
 
 
 
 
 
117
 
118
  lm_model: !new:speechbrain.lobes.models.RNNLM.RNNLM
119
  output_neurons: !ref <output_neurons>
 
11
  nbest: 1
12
  # by default {state,expand}_beam = 2.3 as mention in paper
13
  # https://arxiv.org/abs/1904.02619
14
+ state_beam: 2.5
15
+ expand_beam: 2.5
16
  lm_weight: 0.1
17
 
18
  sample_rate: 16000
 
113
  tjoint: !ref <Tjoint>
114
  classifier_network: !new:torch.nn.ModuleList
115
  - [!ref <transducer_lin>]
116
+ beam_size: !ref <beam_size>
117
+ nbest: !ref <nbest>
118
+ lm_module: !ref <lm_model>
119
+ lm_weight: !ref <lm_weight>
120
+ state_beam: !ref <state_beam>
121
+ expand_beam: !ref <expand_beam>
122
 
123
  lm_model: !new:speechbrain.lobes.models.RNNLM.RNNLM
124
  output_neurons: !ref <output_neurons>