| { | |
| "_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 Fruit Rot", | |
| "1": "Apple Scab", | |
| "10": "Grape Anthracnose", | |
| "11": "Grape Downy Mildew", | |
| "12": "Late Blight", | |
| "13": "Melon Powdery Mildew", | |
| "14": "Peach Leaf Curl", | |
| "15": "Pear Scab", | |
| "16": "Plum Pox Virus", | |
| "17": "Strawberry Leaf Spot", | |
| "18": "Tomato Mosaic Virus", | |
| "19": "Tomato Yellow Leaf Curl Virus", | |
| "2": "Blossom End Rot", | |
| "3": "Blueberry Rust", | |
| "4": "Brown Rot", | |
| "5": "Cherry Brown Rot", | |
| "6": "Citrus Canker", | |
| "7": "Citrus Scab", | |
| "8": "Fire Blight", | |
| "9": "Fusarium Wilt" | |
| }, | |
| "image_size": 224, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 3072, | |
| "label2id": { | |
| "Anthracnose Fruit Rot": "0", | |
| "Apple Scab": "1", | |
| "Blossom End Rot": "2", | |
| "Blueberry Rust": "3", | |
| "Brown Rot": "4", | |
| "Cherry Brown Rot": "5", | |
| "Citrus Canker": "6", | |
| "Citrus Scab": "7", | |
| "Fire Blight": "8", | |
| "Fusarium Wilt": "9", | |
| "Grape Anthracnose": "10", | |
| "Grape Downy Mildew": "11", | |
| "Late Blight": "12", | |
| "Melon Powdery Mildew": "13", | |
| "Peach Leaf Curl": "14", | |
| "Pear Scab": "15", | |
| "Plum Pox Virus": "16", | |
| "Strawberry Leaf Spot": "17", | |
| "Tomato Mosaic Virus": "18", | |
| "Tomato Yellow Leaf Curl Virus": "19" | |
| }, | |
| "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.35.2" | |
| } | |