test-plant-disease / config.json
idoo0's picture
commit files to HF hub
a2eefa9
{
"_name_or_path": "google/vit-base-patch16-224-in21k",
"architectures": [
"ViTForImageClassification"
],
"attention_probs_dropout_prob": 0.0,
"encoder_stride": 16,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.0,
"hidden_size": 768,
"id2label": {
"0": "Anthracnose",
"1": "Bacterial_spot",
"10": "Leaf_Spot",
"11": "Powdery_Mildew",
"12": "Rust",
"13": "Spider_Mite",
"14": "Wilted_plant",
"15": "Yellow_leaves",
"2": "Black_Rot",
"3": "Black_Spot",
"4": "Brown_Leaf_Tips",
"5": "Downy_Mildew",
"6": "Early_Blight",
"7": "Healthy",
"8": "Late_Blight",
"9": "Leaf_Scorch"
},
"image_size": 224,
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Anthracnose": "0",
"Bacterial_spot": "1",
"Black_Rot": "2",
"Black_Spot": "3",
"Brown_Leaf_Tips": "4",
"Downy_Mildew": "5",
"Early_Blight": "6",
"Healthy": "7",
"Late_Blight": "8",
"Leaf_Scorch": "9",
"Leaf_Spot": "10",
"Powdery_Mildew": "11",
"Rust": "12",
"Spider_Mite": "13",
"Wilted_plant": "14",
"Yellow_leaves": "15"
},
"layer_norm_eps": 1e-12,
"model_type": "vit",
"num_attention_heads": 12,
"num_channels": 3,
"num_hidden_layers": 12,
"patch_size": 16,
"problem_type": "single_label_classification",
"qkv_bias": true,
"torch_dtype": "float32",
"transformers_version": "4.46.2"
}