SL-sentiment-rubert / config.json
DanielNRU's picture
Upload folder using huggingface_hub
2bbe592 verified
Raw
History Blame Contribute Delete
229 Bytes
{
"model_name": "DeepPavlov/rubert-base-cased",
"max_length": 512,
"id2label": {
"0": "negative",
"1": "neutral",
"2": "positive"
},
"label2id": {
"negative": 0,
"neutral": 1,
"positive": 2
}
}