{ | |
"model_type": "resnet", | |
"num_labels": 5, | |
"id2label": { | |
"0": "alkol", | |
"1": "normal", | |
"2": "nsfw", | |
"3": "silah", | |
"4": "tutun" | |
}, | |
"label2id": { | |
"alkol": 0, | |
"normal": 1, | |
"nsfw": 2, | |
"silah": 3, | |
"tutun": 4 | |
}, | |
"input_size": 224, | |
"num_classes": 5, | |
"pretrained": true, | |
"architecture": "ResNet50" | |
} | |