text-emotion-model / label_mapping.json
DuaMehmood22's picture
Upload 5 files
99238ab verified
Raw
History Blame Contribute Delete
314 Bytes
{
"label2emotion": {
"0": "sadness",
"1": "joy",
"2": "love",
"3": "anger",
"4": "fear",
"5": "surprise"
},
"emotion2label": {
"sadness": 0,
"joy": 1,
"love": 2,
"anger": 3,
"fear": 4,
"surprise": 5
}
}