jacoballessio's picture
Update config.json
1a0879b verified
raw
history blame
639 Bytes
{
"_name_or_path": "jacoballessio/ai-image-detect-distilled",
"architectures": [
"EfficientNetForImageClassification"
],
"model_type": "efficientnet",
"num_labels": 2,
"id2label": {
"0": "fake",
"1": "real"
},
"label2id": {
"fake": 0,
"real": 1
},
"image_size": 224,
"num_channels": 3,
"width_coefficient": 1.4,
"depth_coefficient": 1.8,
"dropout_rate": 0.4,
"custom_ensemble_info": {
"threshold": 0.58
},
"classifier_dropout_prob": 0.2,
"hidden_act": "swish",
"transformers_version": "4.41.2",
"torch_dtype": "float32",
"use_cache": true,
"output_hidden_states": false
}