Add Ideogram 4 text projection component
Browse files- README.md +3 -0
- config.json +23 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Ideogram 4 Text Projection Component
|
| 2 |
+
|
| 3 |
+
This repository contains only `llm_cond_norm` and `llm_cond_proj` from an Ideogram 4 transformer checkpoint. SimpleTuner uses it to project Qwen hidden-state stacks before writing text embed cache files.
|
config.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"activation_layers": [
|
| 3 |
+
0,
|
| 4 |
+
3,
|
| 5 |
+
6,
|
| 6 |
+
9,
|
| 7 |
+
12,
|
| 8 |
+
15,
|
| 9 |
+
18,
|
| 10 |
+
21,
|
| 11 |
+
24,
|
| 12 |
+
27,
|
| 13 |
+
30,
|
| 14 |
+
33,
|
| 15 |
+
35
|
| 16 |
+
],
|
| 17 |
+
"emb_dim": 4608,
|
| 18 |
+
"llm_features_dim": 53248,
|
| 19 |
+
"norm_eps": 1e-06,
|
| 20 |
+
"quantization": "fp8",
|
| 21 |
+
"source_repo": "ideogram-ai/ideogram-4-fp8",
|
| 22 |
+
"source_revision": "main"
|
| 23 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31f92d4e686e919c4ab8de35e8c7a4cf0fe372485748101b1623c616ee0607d0
|
| 3 |
+
size 245501298
|