food / config.json
arieg's picture
End of training
118d2fe
{
"_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": "56248",
"1": "56249",
"10": "56470",
"11": "56471",
"12": "56472",
"13": "56474",
"14": "56493",
"15": "56495",
"16": "56496",
"17": "56497",
"18": "56498",
"19": "56499",
"2": "56273",
"20": "56516",
"21": "56517",
"22": "56518",
"23": "56519",
"24": "56520",
"25": "56521",
"26": "56639",
"27": "56640",
"28": "56641",
"29": "56645",
"3": "56274",
"30": "56646",
"31": "56648",
"32": "56649",
"33": "56650",
"34": "56651",
"35": "56686",
"36": "56687",
"37": "56688",
"38": "56689",
"39": "56690",
"4": "56275",
"40": "56691",
"41": "56692",
"42": "56693",
"43": "56694",
"44": "56695",
"45": "56696",
"46": "56795",
"47": "56796",
"48": "56797",
"49": "56798",
"5": "56465",
"50": "56799",
"51": "56800",
"52": "56801",
"53": "56802",
"54": "56803",
"55": "56804",
"56": "56805",
"57": "56888",
"58": "57164",
"59": "57175",
"6": "56466",
"60": "57176",
"61": "57177",
"62": "57178",
"63": "57179",
"64": "57180",
"65": "57344",
"66": "57360",
"67": "57371",
"68": "57417",
"69": "57418",
"7": "56467",
"70": "57440",
"71": "57442",
"72": "57500",
"73": "57569",
"74": "57626",
"75": "57627",
"76": "57628",
"77": "57629",
"78": "57630",
"79": "57639",
"8": "56468",
"9": "56469"
},
"image_size": 224,
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"56248": "0",
"56249": "1",
"56273": "2",
"56274": "3",
"56275": "4",
"56465": "5",
"56466": "6",
"56467": "7",
"56468": "8",
"56469": "9",
"56470": "10",
"56471": "11",
"56472": "12",
"56474": "13",
"56493": "14",
"56495": "15",
"56496": "16",
"56497": "17",
"56498": "18",
"56499": "19",
"56516": "20",
"56517": "21",
"56518": "22",
"56519": "23",
"56520": "24",
"56521": "25",
"56639": "26",
"56640": "27",
"56641": "28",
"56645": "29",
"56646": "30",
"56648": "31",
"56649": "32",
"56650": "33",
"56651": "34",
"56686": "35",
"56687": "36",
"56688": "37",
"56689": "38",
"56690": "39",
"56691": "40",
"56692": "41",
"56693": "42",
"56694": "43",
"56695": "44",
"56696": "45",
"56795": "46",
"56796": "47",
"56797": "48",
"56798": "49",
"56799": "50",
"56800": "51",
"56801": "52",
"56802": "53",
"56803": "54",
"56804": "55",
"56805": "56",
"56888": "57",
"57164": "58",
"57175": "59",
"57176": "60",
"57177": "61",
"57178": "62",
"57179": "63",
"57180": "64",
"57344": "65",
"57360": "66",
"57371": "67",
"57417": "68",
"57418": "69",
"57440": "70",
"57442": "71",
"57500": "72",
"57569": "73",
"57626": "74",
"57627": "75",
"57628": "76",
"57629": "77",
"57630": "78",
"57639": "79"
},
"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.35.0"
}