brand-detector / config.json
rONIVALDO's picture
commit files to HF hub
38b8cbc
{
"_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": "adidas",
"1": "arkk-copenhagen",
"10": "chpo",
"11": "clae",
"12": "colorful-standard",
"13": "converse",
"14": "dc-shoes",
"15": "dedicated",
"16": "dickies",
"17": "doughnut",
"18": "dr-martens",
"19": "fila",
"2": "asics",
"20": "fjallraven",
"21": "hanwag",
"22": "happy-socks",
"23": "havaianas",
"24": "herschel-supply",
"25": "iriedaily",
"26": "keepcup",
"27": "lefrik",
"28": "loqi",
"29": "makia",
"3": "birkenstock",
"30": "maloja",
"31": "new-balance",
"32": "new-era",
"33": "nike",
"34": "norba-clothing",
"35": "on-running",
"36": "onitsuka-tiger",
"37": "palladium",
"38": "rains",
"39": "reebok",
"4": "bjorn-borg",
"40": "saucony",
"41": "secrid",
"42": "sneaky",
"43": "stance",
"44": "superfeet",
"45": "the-north-face",
"46": "timberland",
"47": "toms",
"48": "triwa",
"49": "under-armour",
"5": "by-garment-makers",
"50": "vans",
"51": "veja",
"6": "camper",
"7": "carhartt-wip",
"8": "caterpillar",
"9": "champion"
},
"image_size": 224,
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"adidas": "0",
"arkk-copenhagen": "1",
"asics": "2",
"birkenstock": "3",
"bjorn-borg": "4",
"by-garment-makers": "5",
"camper": "6",
"carhartt-wip": "7",
"caterpillar": "8",
"champion": "9",
"chpo": "10",
"clae": "11",
"colorful-standard": "12",
"converse": "13",
"dc-shoes": "14",
"dedicated": "15",
"dickies": "16",
"doughnut": "17",
"dr-martens": "18",
"fila": "19",
"fjallraven": "20",
"hanwag": "21",
"happy-socks": "22",
"havaianas": "23",
"herschel-supply": "24",
"iriedaily": "25",
"keepcup": "26",
"lefrik": "27",
"loqi": "28",
"makia": "29",
"maloja": "30",
"new-balance": "31",
"new-era": "32",
"nike": "33",
"norba-clothing": "34",
"on-running": "35",
"onitsuka-tiger": "36",
"palladium": "37",
"rains": "38",
"reebok": "39",
"saucony": "40",
"secrid": "41",
"sneaky": "42",
"stance": "43",
"superfeet": "44",
"the-north-face": "45",
"timberland": "46",
"toms": "47",
"triwa": "48",
"under-armour": "49",
"vans": "50",
"veja": "51"
},
"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.21.1"
}