Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
"1": "I-Software_Weakness",
|
16 |
"2": "B-Hardware_Weakness",
|
17 |
"3": "I-Hardware_Weakness",
|
18 |
-
"
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"intermediate_size": 4096,
|
@@ -24,7 +24,7 @@
|
|
24 |
"I-Hardware_Weakness": 3,
|
25 |
"B-Software_Weakness": 0,
|
26 |
"I-Software_Weakness": 1,
|
27 |
-
"O":
|
28 |
},
|
29 |
"layer_norm_eps": 1e-12,
|
30 |
"max_position_embeddings": 512,
|
|
|
15 |
"1": "I-Software_Weakness",
|
16 |
"2": "B-Hardware_Weakness",
|
17 |
"3": "I-Hardware_Weakness",
|
18 |
+
"4": "O"
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"intermediate_size": 4096,
|
|
|
24 |
"I-Hardware_Weakness": 3,
|
25 |
"B-Software_Weakness": 0,
|
26 |
"I-Software_Weakness": 1,
|
27 |
+
"O": 4
|
28 |
},
|
29 |
"layer_norm_eps": 1e-12,
|
30 |
"max_position_embeddings": 512,
|