Upload config.json with huggingface_hub
Browse files- config.json +28 -0
config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"attn_depth": 12,
|
| 3 |
+
"attn_dim_head": 64,
|
| 4 |
+
"attn_heads": 12,
|
| 5 |
+
"attn_kwargs": {
|
| 6 |
+
"attn_num_mem_kv": 4,
|
| 7 |
+
"ff_glu": true
|
| 8 |
+
},
|
| 9 |
+
"coarse_pre_gateloop_depth": 2,
|
| 10 |
+
"condition_on_text": true,
|
| 11 |
+
"cross_attn_num_mem_kv": 4,
|
| 12 |
+
"dim": 768,
|
| 13 |
+
"dropout": 0.0,
|
| 14 |
+
"fine_attn_depth": 2,
|
| 15 |
+
"fine_attn_dim_head": 32,
|
| 16 |
+
"fine_attn_heads": 8,
|
| 17 |
+
"fine_cross_attend_text": true,
|
| 18 |
+
"fine_pre_gateloop_depth": 2,
|
| 19 |
+
"flash_attn": true,
|
| 20 |
+
"gateloop_use_heinsen": false,
|
| 21 |
+
"max_seq_len": 1500,
|
| 22 |
+
"num_sos_tokens": 1,
|
| 23 |
+
"pad_id": -1,
|
| 24 |
+
"quads": false,
|
| 25 |
+
"text_cond_with_film": false,
|
| 26 |
+
"text_condition_cond_drop_prob": 0.0,
|
| 27 |
+
"text_condition_model_types": "bge"
|
| 28 |
+
}
|