poonehmousavi
commited on
Commit
•
351f618
1
Parent(s):
2aac576
Update hyperparams.yaml
Browse files- hyperparams.yaml +4 -4
hyperparams.yaml
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
# ################################
|
2 |
-
# Model:
|
3 |
# Augmentation: SpecAugment
|
4 |
-
# Authors:
|
5 |
-
# and Abdel HEBA 2020
|
6 |
# ################################
|
7 |
# Feature parameters (FBANKS etc)
|
8 |
sample_rate: 16000
|
@@ -28,6 +27,7 @@ joint_dim: 1024
|
|
28 |
|
29 |
# Outputs
|
30 |
output_neurons: 1000 # BPE size, index(blank/eos/bos) = 0
|
|
|
31 |
# Decoding parameters
|
32 |
# Be sure that the bos and eos index match with the BPEs ones
|
33 |
blank_index: 0
|
@@ -42,7 +42,7 @@ nbest: 1
|
|
42 |
# https://arxiv.org/abs/1904.02619
|
43 |
state_beam: 2.3
|
44 |
expand_beam: 2.3
|
45 |
-
|
46 |
|
47 |
|
48 |
normalizer: !new:speechbrain.processing.features.InputNormalization
|
|
|
1 |
# ################################
|
2 |
+
# Model: Transducer ASR
|
3 |
# Augmentation: SpecAugment
|
4 |
+
# Authors: Pooneh Mousavi 2023
|
|
|
5 |
# ################################
|
6 |
# Feature parameters (FBANKS etc)
|
7 |
sample_rate: 16000
|
|
|
27 |
|
28 |
# Outputs
|
29 |
output_neurons: 1000 # BPE size, index(blank/eos/bos) = 0
|
30 |
+
# transducer_beam_search : True
|
31 |
# Decoding parameters
|
32 |
# Be sure that the bos and eos index match with the BPEs ones
|
33 |
blank_index: 0
|
|
|
42 |
# https://arxiv.org/abs/1904.02619
|
43 |
state_beam: 2.3
|
44 |
expand_beam: 2.3
|
45 |
+
transducer_beam_search: True
|
46 |
|
47 |
|
48 |
normalizer: !new:speechbrain.processing.features.InputNormalization
|