cloth_classification / config.json
not-lain's picture
Training in progress, epoch 1
b1a4df3 verified
{
"_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": "Anorak",
"1": "Blazer",
"2": "Blouse",
"3": "Bomber",
"4": "Button-Down",
"5": "Caftan",
"6": "Capris",
"7": "Cardigan",
"8": "Chinos",
"9": "Coat",
"10": "Coverup",
"11": "Culottes",
"12": "Cutoffs",
"13": "Dress",
"14": "Flannel",
"15": "Gauchos",
"16": "Halter",
"17": "Henley",
"18": "Hoodie",
"19": "Jacket",
"20": "Jeans",
"21": "Jeggings",
"22": "Jersey",
"23": "Jodhpurs",
"24": "Joggers",
"25": "Jumpsuit",
"26": "Kaftan",
"27": "Kimono",
"28": "Leggings",
"29": "Onesie",
"30": "Parka",
"31": "Peacoat",
"32": "Poncho",
"33": "Robe",
"34": "Romper",
"35": "Sarong",
"36": "Shorts",
"37": "Skirt",
"38": "Sweater",
"39": "Sweatpants",
"40": "Sweatshorts",
"41": "Tank",
"42": "Tee",
"43": "Top",
"44": "Trunks",
"45": "Turtleneck"
},
"image_size": 224,
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Anorak": 0,
"Blazer": 1,
"Blouse": 2,
"Bomber": 3,
"Button-Down": 4,
"Caftan": 5,
"Capris": 6,
"Cardigan": 7,
"Chinos": 8,
"Coat": 9,
"Coverup": 10,
"Culottes": 11,
"Cutoffs": 12,
"Dress": 13,
"Flannel": 14,
"Gauchos": 15,
"Halter": 16,
"Henley": 17,
"Hoodie": 18,
"Jacket": 19,
"Jeans": 20,
"Jeggings": 21,
"Jersey": 22,
"Jodhpurs": 23,
"Joggers": 24,
"Jumpsuit": 25,
"Kaftan": 26,
"Kimono": 27,
"Leggings": 28,
"Onesie": 29,
"Parka": 30,
"Peacoat": 31,
"Poncho": 32,
"Robe": 33,
"Romper": 34,
"Sarong": 35,
"Shorts": 36,
"Skirt": 37,
"Sweater": 38,
"Sweatpants": 39,
"Sweatshorts": 40,
"Tank": 41,
"Tee": 42,
"Top": 43,
"Trunks": 44,
"Turtleneck": 45
},
"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.41.2"
}