File size: 343 Bytes
ddc93c9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "architectures": ["ResNet50"],
  "model_type": "resnet",
  "num_labels": 5,
  "label2id": {
    "Alkol": 0,
    "Normal": 1,
    "NSFW": 2,
    "Silah": 3,
    "Tutun": 4
  },
  "id2label": {
    "0": "Alkol",
    "1": "Normal",
    "2": "NSFW",
    "3": "Silah",
    "4": "Tutun"
  },
  "input_shape": [224, 224, 3]
}