FabioDataGeek commited on
Commit
872a73c
·
verified ·
1 Parent(s): c49a7e8

Upload mappings.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. mappings.json +31 -0
mappings.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "intention_mapping": {
3
+ "0": "Threat",
4
+ "1": "Criticism",
5
+ "2": "Desire",
6
+ "3": "Praise",
7
+ "4": "Emotional",
8
+ "5": "Informative",
9
+ "6": "Command",
10
+ "7": "Personal Opinion",
11
+ "8": "Request",
12
+ "9": "Question",
13
+ "10": "Promise",
14
+ "11": "Sarcasm/Joke",
15
+ "12": "Suggestion"
16
+ },
17
+ "sentiment_mapping": {
18
+ "0": "NEG",
19
+ "1": "NEU",
20
+ "2": "POS"
21
+ },
22
+ "emotion_mapping": {
23
+ "0": "others",
24
+ "1": "joy",
25
+ "2": "sadness",
26
+ "3": "anger",
27
+ "4": "surprise",
28
+ "5": "disgust",
29
+ "6": "fear"
30
+ }
31
+ }