my_awesome_food_model / config.json
Circularmachines's picture
Training in progress, epoch 0
b9533d3
raw
history blame contribute delete
No virus
2.58 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": "0000",
"1": "0001",
"10": "0010",
"11": "0011",
"12": "0012",
"13": "0013",
"14": "0014",
"15": "0015",
"16": "0016",
"17": "0017",
"18": "0018",
"19": "0019",
"2": "0002",
"20": "0020",
"21": "0021",
"22": "0022",
"23": "0023",
"24": "0024",
"25": "0025",
"26": "0026",
"27": "0027",
"28": "0028",
"29": "0029",
"3": "0003",
"30": "0030",
"31": "0031",
"32": "0032",
"33": "0033",
"34": "0034",
"35": "0035",
"36": "0036",
"37": "0037",
"38": "0038",
"39": "0039",
"4": "0004",
"40": "0040",
"41": "0041",
"42": "0042",
"43": "0043",
"44": "0044",
"45": "0045",
"46": "0046",
"47": "0047",
"48": "0048",
"49": "0049",
"5": "0005",
"50": "0050",
"51": "0051",
"52": "0052",
"53": "0053",
"6": "0006",
"7": "0007",
"8": "0008",
"9": "0009"
},
"image_size": 224,
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"0000": "0",
"0001": "1",
"0002": "2",
"0003": "3",
"0004": "4",
"0005": "5",
"0006": "6",
"0007": "7",
"0008": "8",
"0009": "9",
"0010": "10",
"0011": "11",
"0012": "12",
"0013": "13",
"0014": "14",
"0015": "15",
"0016": "16",
"0017": "17",
"0018": "18",
"0019": "19",
"0020": "20",
"0021": "21",
"0022": "22",
"0023": "23",
"0024": "24",
"0025": "25",
"0026": "26",
"0027": "27",
"0028": "28",
"0029": "29",
"0030": "30",
"0031": "31",
"0032": "32",
"0033": "33",
"0034": "34",
"0035": "35",
"0036": "36",
"0037": "37",
"0038": "38",
"0039": "39",
"0040": "40",
"0041": "41",
"0042": "42",
"0043": "43",
"0044": "44",
"0045": "45",
"0046": "46",
"0047": "47",
"0048": "48",
"0049": "49",
"0050": "50",
"0051": "51",
"0052": "52",
"0053": "53"
},
"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.27.1"
}