Raveem commited on
Commit
bae2d68
·
verified ·
1 Parent(s): 0906033

✅ Upload ulang: model bersih 3 kelas

Browse files
Files changed (3) hide show
  1. README.md +6 -0
  2. config.json +16 -1
  3. 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
- {"architectures": ["ResNetForSkinType"], "num_labels": 3, "id2label": {"0": "dry", "1": "normal", "2": "oily"}, "label2id": {"dry": 0, "normal": 1, "oily": 2}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:c05ff9944b58d8c0dbf3e1a596e6b1043526ecf5674a1782ddeca376d0b00f6b
3
- size 102568402
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc47b78f7c09da8a83f86fb6122cc41a009c026a4926b960d1e73be075b3fc87
3
+ size 94371786