Commit
·
02db129
1
Parent(s):
128e9b2
Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
@@ -2,16 +2,16 @@
|
|
2 |
"architectures": [
|
3 |
"BertForSequenceClassification"
|
4 |
],
|
5 |
-
"id2label": {
|
6 |
-
"0": "secure",
|
7 |
-
"1": "insecure",
|
8 |
-
},
|
9 |
"attention_probs_dropout_prob": 0.1,
|
10 |
"classifier_dropout": null,
|
11 |
"gradient_checkpointing": false,
|
12 |
"hidden_act": "gelu",
|
13 |
"hidden_dropout_prob": 0.1,
|
14 |
"hidden_size": 768,
|
|
|
|
|
|
|
|
|
15 |
"initializer_range": 0.02,
|
16 |
"intermediate_size": 3072,
|
17 |
"layer_norm_eps": 1e-12,
|
|
|
2 |
"architectures": [
|
3 |
"BertForSequenceClassification"
|
4 |
],
|
|
|
|
|
|
|
|
|
5 |
"attention_probs_dropout_prob": 0.1,
|
6 |
"classifier_dropout": null,
|
7 |
"gradient_checkpointing": false,
|
8 |
"hidden_act": "gelu",
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 768,
|
11 |
+
"id2label": {
|
12 |
+
"0": "secure",
|
13 |
+
"1": "insecure",
|
14 |
+
},
|
15 |
"initializer_range": 0.02,
|
16 |
"intermediate_size": 3072,
|
17 |
"layer_norm_eps": 1e-12,
|