fruit_veg_detection / config.json
ammardaffa's picture
Training in progress, epoch 1
2a7000d
{
"_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": "spinach",
"1": "lettuce",
"2": "raddish",
"3": "capsicum",
"4": "cucumber",
"5": "kiwi",
"6": "tomato",
"7": "jalepeno",
"8": "chilli pepper",
"9": "mango",
"10": "garlic",
"11": "paprika",
"12": "sweetpotato",
"13": "potato",
"14": "pear",
"15": "ginger",
"16": "peas",
"17": "pineapple",
"18": "corn",
"19": "sweetcorn",
"20": "bell pepper",
"21": "eggplant",
"22": "lemon",
"23": "banana",
"24": "soy beans",
"25": "watermelon",
"26": "apple",
"27": "carrot",
"28": "cabbage",
"29": "orange",
"30": "onion",
"31": "beetroot",
"32": "pomegranate",
"33": "cauliflower",
"34": "turnip",
"35": "grapes"
},
"image_size": 224,
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"apple": 26,
"banana": 23,
"beetroot": 31,
"bell pepper": 20,
"cabbage": 28,
"capsicum": 3,
"carrot": 27,
"cauliflower": 33,
"chilli pepper": 8,
"corn": 18,
"cucumber": 4,
"eggplant": 21,
"garlic": 10,
"ginger": 15,
"grapes": 35,
"jalepeno": 7,
"kiwi": 5,
"lemon": 22,
"lettuce": 1,
"mango": 9,
"onion": 30,
"orange": 29,
"paprika": 11,
"pear": 14,
"peas": 16,
"pineapple": 17,
"pomegranate": 32,
"potato": 13,
"raddish": 2,
"soy beans": 24,
"spinach": 0,
"sweetcorn": 19,
"sweetpotato": 12,
"tomato": 6,
"turnip": 34,
"watermelon": 25
},
"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.34.0"
}