Commit
·
5170e91
1
Parent(s):
7d8bc59
Update hyperparams.yaml
Browse files- hyperparams.yaml +1 -1
hyperparams.yaml
CHANGED
@@ -21,7 +21,7 @@ sample_rate: 16000
|
|
21 |
wav2vec2_hub: facebook/wav2vec2-large-xlsr-53
|
22 |
|
23 |
# Outputs
|
24 |
-
output_neurons:
|
25 |
|
26 |
# Decoding parameters
|
27 |
# Be sure that the bos and eos index match with the BPEs ones
|
|
|
21 |
wav2vec2_hub: facebook/wav2vec2-large-xlsr-53
|
22 |
|
23 |
# Outputs
|
24 |
+
output_neurons: 1000 # BPE size, index(blank/eos/bos) = 0
|
25 |
|
26 |
# Decoding parameters
|
27 |
# Be sure that the bos and eos index match with the BPEs ones
|