Create config.json
Browse files- 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 |
+
}
|