✅ Upload ulang: model bersih 3 kelas
Browse files- README.md +6 -0
- config.json +16 -1
- pytorch_model.bin +2 -2
README.md
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# SkinSight: Skin Type Classifier
|
2 |
+
|
3 |
+
ResNet50 fine-tuned to classify skin types:
|
4 |
+
- dry
|
5 |
+
- normal
|
6 |
+
- oily
|
config.json
CHANGED
@@ -1 +1,16 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"ResNetForSkinType"
|
4 |
+
],
|
5 |
+
"num_labels": 3,
|
6 |
+
"id2label": {
|
7 |
+
"0": "dry",
|
8 |
+
"1": "normal",
|
9 |
+
"2": "oily"
|
10 |
+
},
|
11 |
+
"label2id": {
|
12 |
+
"dry": 0,
|
13 |
+
"normal": 1,
|
14 |
+
"oily": 2
|
15 |
+
}
|
16 |
+
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc47b78f7c09da8a83f86fb6122cc41a009c026a4926b960d1e73be075b3fc87
|
3 |
+
size 94371786
|