custom label response
Browse files- config.json +24 -24
config.json
CHANGED
|
@@ -9,34 +9,34 @@
|
|
| 9 |
"hidden_act": "silu",
|
| 10 |
"hidden_size": 1536,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
-
"2": "
|
| 15 |
-
"3": "
|
| 16 |
-
"4": "
|
| 17 |
-
"5": "
|
| 18 |
-
"6": "
|
| 19 |
-
"7": "
|
| 20 |
-
"8": "
|
| 21 |
-
"9": "
|
| 22 |
-
"10": "
|
| 23 |
-
"11": "
|
| 24 |
},
|
| 25 |
"initializer_range": 0.02,
|
| 26 |
"intermediate_size": 8960,
|
| 27 |
"label2id": {
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
-
"
|
| 35 |
-
"
|
| 36 |
-
"
|
| 37 |
-
"
|
| 38 |
-
"
|
| 39 |
-
"
|
| 40 |
},
|
| 41 |
"max_position_embeddings": 131072,
|
| 42 |
"max_window_layers": 28,
|
|
|
|
| 9 |
"hidden_act": "silu",
|
| 10 |
"hidden_size": 1536,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "1_Violent crimes",
|
| 13 |
+
"1": "2_Non-violent crimes",
|
| 14 |
+
"2": "3_Sex-related crimes",
|
| 15 |
+
"3": "4_Child sexual exploitation",
|
| 16 |
+
"4": "5_Specialized advice",
|
| 17 |
+
"5": "6_Privacy",
|
| 18 |
+
"6": "7_Intellectual property",
|
| 19 |
+
"7": "8_Indiscriminate weapons",
|
| 20 |
+
"8": "9_Hate",
|
| 21 |
+
"9": "10_Suicide and self-harm",
|
| 22 |
+
"10": "11_Sexual content",
|
| 23 |
+
"11": "12_Jailbreak prompts"
|
| 24 |
},
|
| 25 |
"initializer_range": 0.02,
|
| 26 |
"intermediate_size": 8960,
|
| 27 |
"label2id": {
|
| 28 |
+
"1_Violent crimes": 0,
|
| 29 |
+
"2_Non-violent crimes": 1,
|
| 30 |
+
"3_Sex-related crimes": 2,
|
| 31 |
+
"4_Child sexual exploitation": 3,
|
| 32 |
+
"5_Specialized advice": 4,
|
| 33 |
+
"6_Privacy": 5,
|
| 34 |
+
"7_Intellectual property": 6,
|
| 35 |
+
"8_Indiscriminate weapons": 7,
|
| 36 |
+
"9_Hate": 8,
|
| 37 |
+
"10_Suicide and self-harm": 9,
|
| 38 |
+
"11_Sexual content": 10,
|
| 39 |
+
"12_Jailbreak prompts": 11
|
| 40 |
},
|
| 41 |
"max_position_embeddings": 131072,
|
| 42 |
"max_window_layers": 28,
|