Dreamy0 commited on
Commit
533a4dc
·
verified ·
1 Parent(s): fdcd15f

Update config.json

Browse files
Files changed (1) hide show
  1. 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
- "classes": [
11
- {"name": "background", "id": 0},
12
- {"name": "Normal", "id": 4594287, "color": "#3df53d", "type": "any", "attributes": []}
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
  }