twn39 commited on
Commit
ae11804
·
verified ·
1 Parent(s): c0099aa

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -10
config.json CHANGED
@@ -11,20 +11,20 @@
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
- "0": "LABEL_0",
15
- "1": "LABEL_1",
16
- "2": "LABEL_2",
17
- "3": "LABEL_3",
18
- "4": "LABEL_4"
19
  },
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
22
  "label2id": {
23
- "LABEL_0": 0,
24
- "LABEL_1": 1,
25
- "LABEL_2": 2,
26
- "LABEL_3": 3,
27
- "LABEL_4": 4
28
  },
29
  "layer_norm_eps": 1e-12,
30
  "max_position_embeddings": 512,
 
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
+ "0": "Highly_Dissatisfied",
15
+ "1": "Dissatisfied",
16
+ "2": "Neutral",
17
+ "3": "Satisfied",
18
+ "4": "Highly_Satisfied"
19
  },
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
22
  "label2id": {
23
+ "Highly_Dissatisfied": 0,
24
+ "Dissatisfied": 1,
25
+ "Neutral": 2,
26
+ "Satisfied": 3,
27
+ "Highly_Satisfied": 4
28
  },
29
  "layer_norm_eps": 1e-12,
30
  "max_position_embeddings": 512,