{ | |
"model_type": "resnet", | |
"num_labels": 2, | |
"id2label": { | |
"0": "Normal", | |
"1": "Fracture" | |
}, | |
"label2id": { | |
"Normal": 0, | |
"Fracture": 1 | |
} | |
} |
{ | |
"model_type": "resnet", | |
"num_labels": 2, | |
"id2label": { | |
"0": "Normal", | |
"1": "Fracture" | |
}, | |
"label2id": { | |
"Normal": 0, | |
"Fracture": 1 | |
} | |
} |