DracoHugging commited on
Commit
cd86f97
1 Parent(s): 323ce15

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -9
config.json CHANGED
@@ -9,18 +9,18 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "LABEL_0": "Angry",
13
- "LABEL_1": "Curious to dive deeper",
14
- "LABEL_2": "Disgusted",
15
- "LABEL_3": "Fearful",
16
- "LABEL_4": "Happy",
17
- "LABEL_5": "Neutral",
18
- "LABEL_6": "Sad",
19
- "LABEL_7": "Surprised"
20
  },
21
  "initializer_range": 0.02,
22
  "label2id": {
23
- "Angry": 0,
24
  "Curious to dive deeper": 1,
25
  "Disgusted": 2,
26
  "Fearful": 3,
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "Angry",
13
+ "1": "Curious to dive deeper",
14
+ "2": "Disgusted",
15
+ "3": "Fearful",
16
+ "4": "Happy",
17
+ "5": "Neutral",
18
+ "6": "Sad",
19
+ "7": "Surprised"
20
  },
21
  "initializer_range": 0.02,
22
  "label2id": {
23
+ "Angry": "LABEL_0",
24
  "Curious to dive deeper": 1,
25
  "Disgusted": 2,
26
  "Fearful": 3,