sentijob-sentiment / label_config.json
salman11169's picture
Upload label_config.json with huggingface_hub
d38409c verified
{
"id2label": {
"0": "Negative",
"1": "Neutral",
"2": "Positive"
},
"label2id": {
"Negative": 0,
"Neutral": 1,
"Positive": 2
},
"model_name": "microsoft/deberta-v3-base",
"max_length": 256
}