Marc432 commited on
Commit
5db224d
·
verified ·
1 Parent(s): 918ac74

Update config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +4 -1
config.yaml CHANGED
@@ -1,7 +1,10 @@
1
  model:
2
  model_name: "vozmarc"
3
  sample_rate: 22050
4
- odim: 80
 
 
 
5
  token_list:
6
  "tokens.txt"
7
 
 
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