File size: 1,688 Bytes
4790b16 b369b49 4790b16 b369b49 4790b16 2cd90d9 4790b16 b369b49 4790b16 b369b49 4790b16 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 | {
"architecture": "beitv2_base_patch16_224",
"architectures": [
"TimmWrapperForImageClassification"
],
"do_pooling": true,
"dtype": "float32",
"finetuning_task": "image-classification",
"global_pool": "avg",
"initializer_range": 0.02,
"label_names": [
"5_o_Clock_Shadow",
"Arched_Eyebrows",
"Attractive",
"Bags_Under_Eyes",
"Bald",
"Bangs",
"Big_Lips",
"Big_Nose",
"Black_Hair",
"Blond_Hair",
"Blurry",
"Brown_Hair",
"Bushy_Eyebrows",
"Chubby",
"Double_Chin",
"Eyeglasses",
"Goatee",
"Gray_Hair",
"Heavy_Makeup",
"High_Cheekbones",
"Male",
"Mouth_Slightly_Open",
"Mustache",
"Narrow_Eyes",
"No_Beard",
"Oval_Face",
"Pale_Skin",
"Pointy_Nose",
"Receding_Hairline",
"Rosy_Cheeks",
"Sideburns",
"Smiling",
"Straight_Hair",
"Wavy_Hair",
"Wearing_Earrings",
"Wearing_Hat",
"Wearing_Lipstick",
"Wearing_Necklace",
"Wearing_Necktie",
"Young"
],
"model_args": {
"drop_path_rate": 0.1
},
"model_type": "timm_wrapper",
"num_classes": 40,
"num_features": 768,
"pretrained_cfg": {
"classifier": "head",
"crop_mode": "center",
"crop_pct": 0.9,
"custom_load": false,
"first_conv": "patch_embed.proj",
"fixed_input_size": true,
"input_size": [
3,
224,
224
],
"interpolation": "bicubic",
"mean": [
0.485,
0.456,
0.406
],
"pool_size": null,
"std": [
0.229,
0.224,
0.225
],
"tag": "in1k_ft_in22k"
},
"problem_type": "multi_label_classification",
"transformers_version": "4.57.0.dev0"
}
|