Marc432 commited on
Commit
1777d6c
1 Parent(s): 5db224d

Update config.yaml

Browse files
Files changed (1) hide show
  1. 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