{ | |
"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] | |
} | |