xrayjson / config.json
ajaydannur's picture
Upload config.json
d9685b9 verified
raw
history blame contribute delete
176 Bytes
{
"model_type": "resnet",
"num_labels": 2,
"id2label": {
"0": "Normal",
"1": "Fracture"
},
"label2id": {
"Normal": 0,
"Fracture": 1
}
}