patrickvonplaten commited on
Commit
06f020e
1 Parent(s): 13e5ddd

Update config.json

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