ricedisease_classifier / config.json
yemisi's picture
End of training
2ced42b
raw
history blame contribute delete
No virus
1.36 kB
{
"_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": "Brown Spot",
"1": "Leaf Blight",
"10": "bacterial_panicle_blight",
"11": "dead_heart",
"12": "downy_mildew",
"13": "healthy",
"14": "hispa",
"2": "Leaf Scaled",
"3": "Leaf blast",
"4": "Narrow brown spot",
"5": "Rice Blast",
"6": "Rice Tungro",
"7": "Sheath Blight",
"8": "bacterial_leaf_blight",
"9": "bacterial_leaf_streak"
},
"image_size": 224,
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Brown Spot": "0",
"Leaf Blight": "1",
"Leaf Scaled": "2",
"Leaf blast": "3",
"Narrow brown spot": "4",
"Rice Blast": "5",
"Rice Tungro": "6",
"Sheath Blight": "7",
"bacterial_leaf_blight": "8",
"bacterial_leaf_streak": "9",
"bacterial_panicle_blight": "10",
"dead_heart": "11",
"downy_mildew": "12",
"healthy": "13",
"hispa": "14"
},
"layer_norm_eps": 1e-12,
"model_type": "vit",
"num_attention_heads": 12,
"num_channels": 3,
"num_hidden_layers": 12,
"patch_size": 16,
"qkv_bias": true,
"transformers_version": "4.42.4"
}