{ "_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": "FreshApple", "1": "FreshBanana", "10": "RottenGrape", "11": "RottenGuava", "12": "RottenJujube", "13": "RottenOrange", "14": "RottenPomegranate", "15": "RottenStrawberry", "2": "FreshGrape", "3": "FreshGuava", "4": "FreshJujube", "5": "FreshOrange", "6": "FreshPomegranate", "7": "FreshStrawberry", "8": "RottenApple", "9": "RottenBanana" }, "image_size": 224, "initializer_range": 0.02, "intermediate_size": 3072, "label2id": { "FreshApple": "0", "FreshBanana": "1", "FreshGrape": "2", "FreshGuava": "3", "FreshJujube": "4", "FreshOrange": "5", "FreshPomegranate": "6", "FreshStrawberry": "7", "RottenApple": "8", "RottenBanana": "9", "RottenGrape": "10", "RottenGuava": "11", "RottenJujube": "12", "RottenOrange": "13", "RottenPomegranate": "14", "RottenStrawberry": "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.41.2" }