INTENT-ES / mappings.json
FabioDataGeek's picture
Upload mappings.json with huggingface_hub
872a73c verified
raw
history blame contribute delete
552 Bytes
{
"intention_mapping": {
"0": "Threat",
"1": "Criticism",
"2": "Desire",
"3": "Praise",
"4": "Emotional",
"5": "Informative",
"6": "Command",
"7": "Personal Opinion",
"8": "Request",
"9": "Question",
"10": "Promise",
"11": "Sarcasm/Joke",
"12": "Suggestion"
},
"sentiment_mapping": {
"0": "NEG",
"1": "NEU",
"2": "POS"
},
"emotion_mapping": {
"0": "others",
"1": "joy",
"2": "sadness",
"3": "anger",
"4": "surprise",
"5": "disgust",
"6": "fear"
}
}