AmimulBmeIU's picture
Upload config.json with huggingface_hub
e8ab797 verified
Raw
History Blame Contribute Delete
754 Bytes
{
"image_size": 224,
"vit_name": "vit_small_patch16_224",
"cnn_name": "efficientnet_b0",
"tab_dim": 3,
"dx_classes": [
"akiec",
"bcc",
"bkl",
"df",
"mel",
"nv",
"vasc"
],
"sex_classes": [
"female",
"male",
"unknown"
],
"loc_classes": [
"abdomen",
"acral",
"back",
"chest",
"ear",
"face",
"foot",
"genital",
"hand",
"lower extremity",
"neck",
"scalp",
"trunk",
"unknown",
"upper extremity"
],
"age_mean": 51.69645180879674,
"age_scale": 16.769816991837,
"model_filename": "best_vit_cnn_skin_model.pth"
}