AgentIntentRouter / label_mapping.json
tripathyShaswata's picture
Add AgentIntentRouter model — DeBERTa-v3-base fine-tuned for agent intent classification
369cb70 verified
{
"labels": [
"code_generation",
"web_search",
"math_calculation",
"file_operation",
"api_call",
"creative_writing",
"data_analysis",
"general_chat"
],
"label2id": {
"code_generation": 0,
"web_search": 1,
"math_calculation": 2,
"file_operation": 3,
"api_call": 4,
"creative_writing": 5,
"data_analysis": 6,
"general_chat": 7
},
"id2label": {
"0": "code_generation",
"1": "web_search",
"2": "math_calculation",
"3": "file_operation",
"4": "api_call",
"5": "creative_writing",
"6": "data_analysis",
"7": "general_chat"
}
}