theblackcat102 commited on
Commit
d642671
1 Parent(s): b29044e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +18 -18
config.json CHANGED
@@ -8,28 +8,28 @@
8
  "hidden_dropout_prob": 0.1,
9
  "hidden_size": 1024,
10
  "id2label": {
11
- "0": "LABEL_0",
12
- "1": "LABEL_1",
13
- "2": "LABEL_2",
14
- "3": "LABEL_3",
15
- "4": "LABEL_4",
16
- "5": "LABEL_5",
17
- "6": "LABEL_6",
18
- "7": "LABEL_7",
19
- "8": "LABEL_8"
20
  },
21
  "initializer_range": 0.02,
22
  "intermediate_size": 4096,
23
  "label2id": {
24
- "LABEL_0": 0,
25
- "LABEL_1": 1,
26
- "LABEL_2": 2,
27
- "LABEL_3": 3,
28
- "LABEL_4": 4,
29
- "LABEL_5": 5,
30
- "LABEL_6": 6,
31
- "LABEL_7": 7,
32
- "LABEL_8": 8
33
  },
34
  "layer_norm_eps": 1e-07,
35
  "max_position_embeddings": 512,
 
8
  "hidden_dropout_prob": 0.1,
9
  "hidden_size": 1024,
10
  "id2label": {
11
+ "0": "reward",
12
+ "1": "not_appropriate",
13
+ "2": "hate_speech",
14
+ "3": "sexual_content",
15
+ "4": "quality",
16
+ "5": "toxicity",
17
+ "6": "humor",
18
+ "7": "creativity",
19
+ "8": "violence"
20
  },
21
  "initializer_range": 0.02,
22
  "intermediate_size": 4096,
23
  "label2id": {
24
+ "reward": 0,
25
+ "not_appropriate": 1,
26
+ "hate_speech": 2,
27
+ "sexual_content": 3,
28
+ "quality": 4,
29
+ "toxicity": 5,
30
+ "humor": 6,
31
+ "creativity": 7,
32
+ "violence": 8
33
  },
34
  "layer_norm_eps": 1e-07,
35
  "max_position_embeddings": 512,