Dhahlan2000's picture
commit files to HF hub
afdc37c
{
"architectures": [
"ViTForImageClassification"
],
"attention_probs_dropout_prob": 0.0,
"encoder_stride": 16,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.0,
"hidden_size": 768,
"id2label": {
"0": "Apple",
"1": "Banana",
"2": "Bellpepper",
"3": "Carrot",
"4": "Cucumber",
"5": "Potato",
"6": "Tomato",
"7": "mango",
"8": "oranges",
"9": "strawberry"
},
"image_size": 224,
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Apple": "0",
"Banana": "1",
"Bellpepper": "2",
"Carrot": "3",
"Cucumber": "4",
"Potato": "5",
"Tomato": "6",
"mango": "7",
"oranges": "8",
"strawberry": "9"
},
"layer_norm_eps": 1e-12,
"model_type": "vit",
"num_attention_heads": 12,
"num_channels": 3,
"num_hidden_layers": 12,
"patch_size": 16,
"pooler_act": "tanh",
"pooler_output_size": 768,
"problem_type": "single_label_classification",
"qkv_bias": true,
"torch_dtype": "float32",
"transformers_version": "4.52.4"
}