Commit
·
2d04a79
1
Parent(s):
a1a7bed
Update hyperparams.yaml
Browse files- hyperparams.yaml +3 -3
hyperparams.yaml
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
# ################################
|
8 |
|
9 |
# BPE parameters
|
10 |
-
token_type:
|
11 |
character_coverage: 1.0
|
12 |
|
13 |
# Model parameters
|
@@ -18,10 +18,10 @@ dropout: 0.15
|
|
18 |
|
19 |
sample_rate: 16000
|
20 |
|
21 |
-
wav2vec2_hub: facebook/wav2vec2-large-
|
22 |
|
23 |
# Outputs
|
24 |
-
output_neurons:
|
25 |
|
26 |
# Decoding parameters
|
27 |
# Be sure that the bos and eos index match with the BPEs ones
|
|
|
7 |
# ################################
|
8 |
|
9 |
# BPE parameters
|
10 |
+
token_type: char # ["unigram", "bpe", "char"]
|
11 |
character_coverage: 1.0
|
12 |
|
13 |
# Model parameters
|
|
|
18 |
|
19 |
sample_rate: 16000
|
20 |
|
21 |
+
wav2vec2_hub: facebook/wav2vec2-large-xlsr-53-german
|
22 |
|
23 |
# Outputs
|
24 |
+
output_neurons: 32 # 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
|