aatmasidha commited on
Commit
8952732
1 Parent(s): f80a3ae

Update config.json

Browse files

Updated Feature Indexes correctly

Files changed (1) hide show
  1. config.json +10 -10
config.json CHANGED
@@ -9,20 +9,20 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "Sadness",
13
- "1": "Joy",
14
- "2": "Love",
15
- "3": "Anger",
16
- "4": "Fear",
17
  "5": "Surprise"
18
  },
19
  "initializer_range": 0.02,
20
  "label2id": {
21
- "Sadness": 0,
22
- "Joy": 1,
23
- "Love": 2,
24
- "Anger": 3,
25
- "Fear": 4,
26
  "Surprise": 5
27
  },
28
  "max_position_embeddings": 512,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "Anger",
13
+ "1": "Fear",
14
+ "2": "Joy",
15
+ "3": "Love",
16
+ "4": "Sadness",
17
  "5": "Surprise"
18
  },
19
  "initializer_range": 0.02,
20
  "label2id": {
21
+ "Anger": 0,
22
+ "Fear": 1,
23
+ "Joy": 2,
24
+ "Love": 3,
25
+ "Sadness": 4,
26
  "Surprise": 5
27
  },
28
  "max_position_embeddings": 512,