SeifElislamm's picture
Upload config.json with huggingface_hub
1866fc4 verified
{
"architectures": [
"DistilBertForSequenceClassification"
],
"model_type": "distilbert",
"task_specific_params": {
"text-classification": {
"id2label": {
"0": "negative",
"1": "neutral",
"2": "positive"
},
"label2id": {
"negative": 0,
"neutral": 1,
"positive": 2
}
}
},
"id2label": {
"0": "negative",
"1": "neutral",
"2": "positive"
},
"label2id": {
"negative": 0,
"neutral": 1,
"positive": 2
},
"num_labels": 3,
"problem_type": "single_label_classification"
}