CBDC-Sentiment / label_mapping.json
bilalzafar's picture
Model file
ae2a1d5 verified
raw
history blame contribute delete
160 Bytes
{
"label2id": {
"negative": 0,
"neutral": 1,
"positive": 2
},
"id2label": {
"0": "negative",
"1": "neutral",
"2": "positive"
}
}