hadiaskari98 commited on
Commit
407955f
1 Parent(s): b6213ec

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -2
config.json CHANGED
@@ -12,13 +12,15 @@
12
  "hidden_size": 1024,
13
  "id2label": {
14
  "0": "B-VULNERABILITY",
15
- "1": "I-VULNERABILITY"
 
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 4096,
19
  "label2id": {
20
  "B-VULNERABILITY": 0,
21
- "I-VULNERABILITY": 1
 
22
  },
23
  "layer_norm_eps": 1e-12,
24
  "max_position_embeddings": 512,
 
12
  "hidden_size": 1024,
13
  "id2label": {
14
  "0": "B-VULNERABILITY",
15
+ "1": "I-VULNERABILITY",
16
+ "2": "O"
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 4096,
20
  "label2id": {
21
  "B-VULNERABILITY": 0,
22
+ "I-VULNERABILITY": 1,
23
+ "O": 2,
24
  },
25
  "layer_norm_eps": 1e-12,
26
  "max_position_embeddings": 512,