hoangngochongclaude1 commited on
Commit
e833f62
·
verified ·
1 Parent(s): b4bc131

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "f5_tts",
3
+ "architectures": ["DiT"],
4
+ "dim": 1024,
5
+ "depth": 22,
6
+ "heads": 16,
7
+ "ff_mult": 2,
8
+ "text_dim": 512,
9
+ "conv_layers": 4
10
+ }