{ "adapter_id": "002", "name": "TwoStreamShuntAdapter", "t5": { "model": "google/flan-t5-base", "hidden_size": 768, }, "clip": { "model": "openai/clip-vit-large-patch14", "hidden_size": 768, }, "bottleneck": 384, "heads": 12, "tau_init": 0.1, "max_guidance": 10.0, "proj_layers": 2, "layer_norm": true, "dropout": 0.1, "use_dropout": true, "use_proj_stack": true, "assert_input_dims": true, "routing": { "type": "cross_attention", "enable_causal_mask": false, "bidirectional": true }, "version": "v0.3.1", "description": "Upgraded FLAN-T5 ↔ CLIP-L token shunt with projection stack, dropout, and field-consistent architecture." }