SahAi / config.json
SahilSha's picture
Update config.json
1b5768b verified
{
"architectures": ["ViTModel"],
"model_type": "vit",
"hidden_size": 768,
"num_attention_heads": 12,
"num_hidden_layers": 12,
"image_size": 224,
"patch_size": 16,
"hidden_act": "gelu",
"intermediate_size": 3072,
"initializer_range": 0.02,
"layer_norm_eps": 1e-12,
"hidden_dropout_prob": 0.1,
"attention_probs_dropout_prob": 0.1,
"num_labels": 2,
"id2label": {
"0": "Real",
"1": "Fake"
},
"label2id": {
"Real": 0,
"Fake": 1
}
}