theblackcat102
commited on
Commit
•
b5ecb22
1
Parent(s):
fbccd8e
Update config.json
Browse files- config.json +18 -18
config.json
CHANGED
@@ -8,28 +8,28 @@
|
|
8 |
"hidden_dropout_prob": 0.1,
|
9 |
"hidden_size": 768,
|
10 |
"id2label": {
|
11 |
-
"0": "
|
12 |
-
"1": "
|
13 |
-
"2": "
|
14 |
-
"3": "
|
15 |
-
"4": "
|
16 |
-
"5": "
|
17 |
-
"6": "
|
18 |
-
"7": "
|
19 |
-
"8": "
|
20 |
},
|
21 |
"initializer_range": 0.02,
|
22 |
"intermediate_size": 3072,
|
23 |
"label2id": {
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
},
|
34 |
"layer_norm_eps": 1e-07,
|
35 |
"max_position_embeddings": 512,
|
|
|
8 |
"hidden_dropout_prob": 0.1,
|
9 |
"hidden_size": 768,
|
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": 3072,
|
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,
|