ajaydannur commited on
Commit
d9685b9
·
verified ·
1 Parent(s): 5d681db

Upload config.json

Browse files
Files changed (1) hide show
  1. 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
+ }