Delete config.json
Browse files- config.json +0 -26
config.json
DELETED
@@ -1,26 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "jacoballessio/ai-image-detect-distilled",
|
3 |
-
"architectures": [
|
4 |
-
"efficientnet"
|
5 |
-
],
|
6 |
-
"model_type": "vit",
|
7 |
-
"num_labels": 2,
|
8 |
-
"id2label": {
|
9 |
-
"0": "fake",
|
10 |
-
"1": "real"
|
11 |
-
},
|
12 |
-
"label2id": {
|
13 |
-
"fake": 0,
|
14 |
-
"real": 1
|
15 |
-
},
|
16 |
-
"image_size": 224,
|
17 |
-
"num_channels": 3,
|
18 |
-
"width_coefficient": 1.4,
|
19 |
-
"depth_coefficient": 1.8,
|
20 |
-
"dropout_rate": 0.4,
|
21 |
-
"classifier_dropout_prob": 0.2,
|
22 |
-
"transformers_version": "4.41.2",
|
23 |
-
"torch_dtype": "float32",
|
24 |
-
"use_cache": false,
|
25 |
-
"output_hidden_states": false
|
26 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|