mcp-error-classifier / config.json
brijeshvadi's picture
Upload config.json with huggingface_hub
00f8f24 verified
{
"architectures": [
"DistilBertForSequenceClassification"
],
"model_type": "distilbert",
"num_labels": 6,
"id2label": {
"0": "CORRECT",
"1": "TOOL_BYPASS",
"2": "FALSE_SUCCESS",
"3": "HALLUCINATION",
"4": "BROKEN_CHAIN",
"5": "STALE_DATA"
},
"label2id": {
"CORRECT": 0,
"TOOL_BYPASS": 1,
"FALSE_SUCCESS": 2,
"HALLUCINATION": 3,
"BROKEN_CHAIN": 4,
"STALE_DATA": 5
},
"hidden_size": 768,
"max_position_embeddings": 512,
"vocab_size": 30522,
"problem_type": "single_label_classification"
}