SkinSight / config.json
Raveem's picture
✅ Upload ulang: model bersih 3 kelas
bae2d68 verified
{
"architectures": [
"ResNetForSkinType"
],
"num_labels": 3,
"id2label": {
"0": "dry",
"1": "normal",
"2": "oily"
},
"label2id": {
"dry": 0,
"normal": 1,
"oily": 2
}
}