Update config.json
Browse files- config.json +9 -4
config.json
CHANGED
@@ -7,8 +7,13 @@
|
|
7 |
"max_iter": 3000,
|
8 |
"batch_size": 2,
|
9 |
"learning_rate": 0.00025,
|
10 |
-
"
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
14 |
}
|
|
|
7 |
"max_iter": 3000,
|
8 |
"batch_size": 2,
|
9 |
"learning_rate": 0.00025,
|
10 |
+
"id2label": {
|
11 |
+
"0": "background",
|
12 |
+
"4594287": "Normal",
|
13 |
+
"4594289": "Abnormal"
|
14 |
+
},
|
15 |
+
"label2id": {
|
16 |
+
"background": 0,
|
17 |
+
"Normal": 4594287
|
18 |
+
}
|
19 |
}
|