Update config.json
Browse files- config.json +5 -1
config.json
CHANGED
@@ -4,6 +4,11 @@
|
|
4 |
"EfficientNetForImageClassification"
|
5 |
],
|
6 |
"num_labels": 2,
|
|
|
|
|
|
|
|
|
|
|
7 |
"id2label": {
|
8 |
"0": "fake",
|
9 |
"1": "real"
|
@@ -22,7 +27,6 @@
|
|
22 |
},
|
23 |
"classifier_dropout_prob": 0.2,
|
24 |
"hidden_act": "swish",
|
25 |
-
"transformers_version": "4.41.2",
|
26 |
"torch_dtype": "float32",
|
27 |
"use_cache": true,
|
28 |
"output_hidden_states": false
|
|
|
4 |
"EfficientNetForImageClassification"
|
5 |
],
|
6 |
"num_labels": 2,
|
7 |
+
"attention_probs_dropout_prob": 0.0,
|
8 |
+
"encoder_stride": 16,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.0,
|
11 |
+
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "fake",
|
14 |
"1": "real"
|
|
|
27 |
},
|
28 |
"classifier_dropout_prob": 0.2,
|
29 |
"hidden_act": "swish",
|
|
|
30 |
"torch_dtype": "float32",
|
31 |
"use_cache": true,
|
32 |
"output_hidden_states": false
|