cotran2 commited on
Commit
57842a6
·
verified ·
1 Parent(s): 38395c2

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -9,14 +9,14 @@
9
  "hidden_size": 768,
10
  "id2label": {
11
  "0": "BENIGN",
12
- "1": "INJECTION",
13
  "2": "JAILBREAK"
14
  },
15
  "initializer_range": 0.02,
16
  "intermediate_size": 3072,
17
  "label2id": {
18
  "BENIGN": 0,
19
- "INJECTION": 1,
20
  "JAILBREAK": 2
21
  },
22
  "layer_norm_eps": 1e-07,
 
9
  "hidden_size": 768,
10
  "id2label": {
11
  "0": "BENIGN",
12
+ "1": "UNHARMFUL",
13
  "2": "JAILBREAK"
14
  },
15
  "initializer_range": 0.02,
16
  "intermediate_size": 3072,
17
  "label2id": {
18
  "BENIGN": 0,
19
+ "UNHARMFUL": 1,
20
  "JAILBREAK": 2
21
  },
22
  "layer_norm_eps": 1e-07,