Update transformer_init/config.json
Browse files
transformer_init/config.json
CHANGED
|
@@ -20,6 +20,12 @@
|
|
| 20 |
2
|
| 21 |
],
|
| 22 |
"qk_norm": "rms_norm_across_heads",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
"guidance_cross_attn": true,
|
| 24 |
"text_dim": 4096,
|
| 25 |
"zero_history_timestep": true
|
|
|
|
| 20 |
2
|
| 21 |
],
|
| 22 |
"qk_norm": "rms_norm_across_heads",
|
| 23 |
+
"rope_dim": [
|
| 24 |
+
44,
|
| 25 |
+
42,
|
| 26 |
+
42
|
| 27 |
+
],
|
| 28 |
+
"rope_theta": 10000.0,
|
| 29 |
"guidance_cross_attn": true,
|
| 30 |
"text_dim": 4096,
|
| 31 |
"zero_history_timestep": true
|