car_manufacturer_model / config.json
fashxp's picture
Training in progress, epoch 1
24a15d0
raw
history blame
2.21 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": "chrysler",
"11": "citroen",
"12": "datsun",
"13": "dodge",
"14": "ferrari",
"15": "fiat",
"16": "ford",
"17": "jaguar",
"18": "lamborghini",
"19": "lincoln",
"2": "amc",
"20": "mazda",
"21": "mercedes",
"22": "mercury",
"23": "mga",
"24": "morris",
"25": "oldsmobile",
"26": "opel",
"27": "peugeot",
"28": "plymouth",
"29": "pontiac",
"3": "aston martin",
"30": "porsche",
"31": "renault",
"32": "saab",
"33": "toyota",
"34": "trabant",
"35": "triumph",
"36": "volkswagen",
"37": "volvo",
"4": "audi",
"5": "austin healey",
"6": "bmw",
"7": "buick",
"8": "cadillac",
"9": "chevrolet"
},
"image_size": 224,
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"ac cars": "0",
"alfa romeo": "1",
"amc": "2",
"aston martin": "3",
"audi": "4",
"austin healey": "5",
"bmw": "6",
"buick": "7",
"cadillac": "8",
"chevrolet": "9",
"chrysler": "10",
"citroen": "11",
"datsun": "12",
"dodge": "13",
"ferrari": "14",
"fiat": "15",
"ford": "16",
"jaguar": "17",
"lamborghini": "18",
"lincoln": "19",
"mazda": "20",
"mercedes": "21",
"mercury": "22",
"mga": "23",
"morris": "24",
"oldsmobile": "25",
"opel": "26",
"peugeot": "27",
"plymouth": "28",
"pontiac": "29",
"porsche": "30",
"renault": "31",
"saab": "32",
"toyota": "33",
"trabant": "34",
"triumph": "35",
"volkswagen": "36",
"volvo": "37"
},
"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"
}