File size: 996 Bytes
e07ba76 | 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 | {
"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
} |