Upload ideogram4/ideogram4_transformer_config.json
Browse files
ideogram4/ideogram4_transformer_config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "Ideogram4Transformer2DModel",
|
| 3 |
+
"_diffusers_version": "0.39.0.dev0",
|
| 4 |
+
"_name_or_path": "/home/jinli/.cache/huggingface/hub/models--ideogram-ai--debug-ideogram-v4/snapshots/41af6183c9fd9b6254864b0720319ef984535bfc/transformer",
|
| 5 |
+
"adaln_dim": 512,
|
| 6 |
+
"attention_head_dim": 256,
|
| 7 |
+
"in_channels": 128,
|
| 8 |
+
"intermediate_size": 12288,
|
| 9 |
+
"llm_features_dim": 53248,
|
| 10 |
+
"mrope_section": [
|
| 11 |
+
24,
|
| 12 |
+
20,
|
| 13 |
+
20
|
| 14 |
+
],
|
| 15 |
+
"norm_eps": 1e-05,
|
| 16 |
+
"num_attention_heads": 18,
|
| 17 |
+
"num_layers": 34,
|
| 18 |
+
"rope_theta": 5000000
|
| 19 |
+
}
|