Upload config.json
Browse files- config.json +12 -0
config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "resnet",
|
3 |
+
"num_labels": 2,
|
4 |
+
"id2label": {
|
5 |
+
"0": "Normal",
|
6 |
+
"1": "Fracture"
|
7 |
+
},
|
8 |
+
"label2id": {
|
9 |
+
"Normal": 0,
|
10 |
+
"Fracture": 1
|
11 |
+
}
|
12 |
+
}
|