empire-router-distilbert / label_map.json
WealthFromAI's picture
Update router model: 81.4pct accuracy, 5-class, INT8 quantized
c62f953 verified
Raw
History Blame Contribute Delete
236 Bytes
{
"id2label": {
"0": "free_tier",
"1": "groq_deepseek",
"2": "haiku",
"3": "sonnet",
"4": "opus"
},
"label2id": {
"free_tier": 0,
"groq_deepseek": 1,
"haiku": 2,
"sonnet": 3,
"opus": 4
}
}