Create config.json
Browse files- config.json +14 -0
config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dim": 2048,
|
| 3 |
+
"depth": 16,
|
| 4 |
+
"heads": 16,
|
| 5 |
+
"ff_mult": 4,
|
| 6 |
+
"text_dim": 512,
|
| 7 |
+
"conv_layers": 0,
|
| 8 |
+
"mel_dim": 64,
|
| 9 |
+
"text_num_embeds": 1000,
|
| 10 |
+
"block_size": 10,
|
| 11 |
+
"use_flex_attn": true,
|
| 12 |
+
"repa_depth": 6,
|
| 13 |
+
"repa_dims": [1024, 768]
|
| 14 |
+
}
|