File size: 163 Bytes
e066f4c | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"model_type": "resnet",
"num_labels": 2,
"id2label": {
"0": "Normal",
"1": "Fracture"
},
"label2id": {
"Normal": 0,
"Fracture": 1
}
} |
e066f4c | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"model_type": "resnet",
"num_labels": 2,
"id2label": {
"0": "Normal",
"1": "Fracture"
},
"label2id": {
"Normal": 0,
"Fracture": 1
}
} |