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