Update config.yaml
Browse files- config.yaml +3 -3
config.yaml
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
model:
|
2 |
model_name: "vozmarc"
|
3 |
sample_rate: 22050
|
4 |
-
dim: 512
|
5 |
-
decoder_config:
|
6 |
-
odim: ${dim}
|
7 |
|
8 |
token_list:
|
9 |
"tokens.txt"
|
|
|
|
|
|
|
10 |
|
|
|
1 |
model:
|
2 |
model_name: "vozmarc"
|
3 |
sample_rate: 22050
|
|
|
|
|
|
|
4 |
|
5 |
token_list:
|
6 |
"tokens.txt"
|
7 |
+
|
8 |
+
decoder_config:
|
9 |
+
odim: 512
|
10 |
|