worstchan commited on
Commit
f09e3cd
·
verified ·
1 Parent(s): dc0e9c2

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "wavtts",
3
+ "architectures": [
4
+ "WavTTS"
5
+ ],
6
+ "sample_rate": 16000,
7
+ "checkpoint": "model_1200000.pt",
8
+ "vocab_file": "vocab.txt"
9
+ }