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