| { |
| "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": { |
| "relation_to_previous": [ |
| "new", |
| "follow_up", |
| "correction", |
| "confirmation", |
| "cancellation", |
| "closure" |
| ], |
| "actionability": [ |
| "none", |
| "review", |
| "act" |
| ], |
| "retention": [ |
| "ephemeral", |
| "useful", |
| "remember" |
| ], |
| "urgency": [ |
| "low", |
| "medium", |
| "high" |
| ] |
| }, |
| "structured_hidden_dim": 32, |
| "recency_embed_dim": 8, |
| "pooling_type": "attention", |
| "use_head_dependencies": true, |
| "dependency_hidden_dim": 32, |
| "feature_mode": "full_interaction", |
| "max_length": 128, |
| "recency_max": 3600 |
| } |