{ "encoder_name": "microsoft/deberta-v3-small", "dropout": 0.1, "action_vocab": [ "none", "create", "update", "send", "store", "route", "schedule", "dismissed", "clarify", "search", "notify", "cancel", "complete", "other" ], "outcome_vocab": [ "success", "pending", "failed", "cancelled", "unknown" ], "label_maps": { "complexity": [ "easy", "medium", "hard" ], "task_type": [ "bugfix", "feature", "refactor", "test", "design", "docs", "migration", "exploration" ], "risk": [ "low", "medium", "high" ] }, "structured_hidden_dim": 32, "recency_embed_dim": 8, "pooling_type": "attention", "use_head_dependencies": true, "dependency_hidden_dim": 32, "feature_mode": "current_text_only", "max_length": 256, "recency_max": 3600 }