Update config.json
Browse files- config.json +5 -3
config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"EfficientNetForImageClassification"
|
5 |
],
|
6 |
"model_type": "efficientnet",
|
7 |
-
"
|
8 |
"id2label": {
|
9 |
"0": "fake",
|
10 |
"1": "real"
|
@@ -22,7 +22,9 @@
|
|
22 |
"threshold": 0.58
|
23 |
},
|
24 |
"classifier_dropout_prob": 0.2,
|
25 |
-
"num_features": 1792,
|
26 |
"hidden_act": "swish",
|
27 |
-
"transformers_version": "4.41.2"
|
|
|
|
|
|
|
28 |
}
|
|
|
4 |
"EfficientNetForImageClassification"
|
5 |
],
|
6 |
"model_type": "efficientnet",
|
7 |
+
"num_labels": 2,
|
8 |
"id2label": {
|
9 |
"0": "fake",
|
10 |
"1": "real"
|
|
|
22 |
"threshold": 0.58
|
23 |
},
|
24 |
"classifier_dropout_prob": 0.2,
|
|
|
25 |
"hidden_act": "swish",
|
26 |
+
"transformers_version": "4.41.2",
|
27 |
+
"torch_dtype": "float32",
|
28 |
+
"use_cache": true,
|
29 |
+
"output_hidden_states": false
|
30 |
}
|