File size: 209 Bytes
bae2d68
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "architectures": [
    "ResNetForSkinType"
  ],
  "num_labels": 3,
  "id2label": {
    "0": "dry",
    "1": "normal",
    "2": "oily"
  },
  "label2id": {
    "dry": 0,
    "normal": 1,
    "oily": 2
  }
}