File size: 1,011 Bytes
fd0e5cf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | {
"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
} |