car_manufacturer_model / config.json
fashxp's picture
Training in progress, epoch 0
e7f0f4d
raw
history blame
1.76 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": "ac cars",
"1": "alfa romeo",
"10": "ferrari",
"11": "fiat",
"12": "ford",
"13": "jaguar",
"14": "lamborghini",
"15": "lincoln",
"16": "mercedes",
"17": "mercury",
"18": "mga",
"19": "morris",
"2": "aston martin",
"20": "peugeot",
"21": "pontiac",
"22": "porsche",
"23": "renault",
"24": "trabant",
"25": "triumph",
"26": "vw",
"3": "austin healey",
"4": "bmw",
"5": "buick",
"6": "cadillac",
"7": "chevrolet",
"8": "citroen",
"9": "dodge"
},
"image_size": 224,
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"ac cars": "0",
"alfa romeo": "1",
"aston martin": "2",
"austin healey": "3",
"bmw": "4",
"buick": "5",
"cadillac": "6",
"chevrolet": "7",
"citroen": "8",
"dodge": "9",
"ferrari": "10",
"fiat": "11",
"ford": "12",
"jaguar": "13",
"lamborghini": "14",
"lincoln": "15",
"mercedes": "16",
"mercury": "17",
"mga": "18",
"morris": "19",
"peugeot": "20",
"pontiac": "21",
"porsche": "22",
"renault": "23",
"trabant": "24",
"triumph": "25",
"vw": "26"
},
"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.35.2"
}