| { | |
| "model_file": "tiny_router.onnx", | |
| "feature_mode": "full_interaction", | |
| "heads": [ | |
| "relation_to_previous", | |
| "actionability", | |
| "retention", | |
| "urgency" | |
| ], | |
| "max_length": 128, | |
| "label_maps": { | |
| "relation_to_previous": [ | |
| "new", | |
| "follow_up", | |
| "correction", | |
| "confirmation", | |
| "cancellation", | |
| "closure" | |
| ], | |
| "actionability": [ | |
| "none", | |
| "review", | |
| "act" | |
| ], | |
| "retention": [ | |
| "ephemeral", | |
| "useful", | |
| "remember" | |
| ], | |
| "urgency": [ | |
| "low", | |
| "medium", | |
| "high" | |
| ] | |
| }, | |
| "temperature_scaling": { | |
| "relation_to_previous": 1.333521, | |
| "actionability": 2.113489, | |
| "retention": 2.238721, | |
| "urgency": 2.660725 | |
| } | |
| } |