DeiT-DeepFashion / config.json
tzhao3's picture
Rename config (1).json to config.json
ea1d9c4
{
"_name_or_path": "facebook/deit-base-distilled-patch16-224",
"architectures": [
"ViTForImageClassification"
],
"attention_probs_dropout_prob": 0.0,
"encoder_stride": 16,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.0,
"hidden_size": 768,
"id2label": {"1": "Anorak",
"3": "Blouse",
"2": "Blazer",
"4": "Bomber",
"5": "Button_Down",
"6": "Cardigan",
"7": "Flannel",
"8": "Halter",
"9": "Henley",
"10": "Hoodie",
"11": "Jacket",
"12": "Jersey",
"13": "Parka",
"14": "Peacoat",
"15": "Poncho",
"16": "Sweater",
"17": "Tank",
"18": "Tee",
"19": "Top",
"20": "Turtleneck",
"21": "Capris",
"22": "Chinos",
"23": "Culottes",
"24": "Cutoffs",
"25": "Gauchos",
"26": "Jeans",
"27": "Jeggings",
"28": "Jodhpurs",
"29": "Joggers",
"30": "Leggings",
"31": "Sarong",
"32": "Shorts",
"33": "Skirt",
"34": "Sweatpants",
"35": "Sweatshorts",
"36": "Trunks",
"37": "Caftan",
"38": "Cape",
"39": "Coat",
"40": "Coverup",
"41": "Dress",
"42": "Jumpsuit",
"43": "Kaftan",
"44": "Kimono",
"45": "Nightdress",
"46": "Onesie",
"47": "Robe",
"48": "Romper",
"49": "Shirtdress",
"50": "Sundress"
},
"image_size": 224,
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {"Anorak": "1",
"Blazer": "2",
"Blouse": "3",
"Bomber": "4",
"Button_Down": "5",
"Cardigan": "6",
"Flannel": "7",
"Halter": "8",
"Henley": "9",
"Hoodie": "10",
"Jacket": "11",
"Jersey": "12",
"Parka": "13",
"Peacoat": "14",
"Poncho": "15",
"Sweater": "16",
"Tank": "17",
"Tee": "18",
"Top": "19",
"Turtleneck": "20",
"Capris": "21",
"Chinos": "22",
"Culottes": "23",
"Cutoffs": "24",
"Gauchos": "25",
"Jeans": "26",
"Jeggings": "27",
"Jodhpurs": "28",
"Joggers": "29",
"Leggings": "30",
"Sarong": "31",
"Shorts": "32",
"Skirt": "33",
"Sweatpants": "34",
"Sweatshorts": "35",
"Trunks": "36",
"Caftan": "37",
"Cape": "38",
"Coat": "39",
"Coverup": "40",
"Dress": "41",
"Jumpsuit": "42",
"Kaftan": "43",
"Kimono": "44",
"Nightdress": "45",
"Onesie": "46",
"Robe": "47",
"Romper": "48",
"Shirtdress": "49",
"Sundress": "50"},
"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.4"
}