alem-147 commited on
Commit
e25b636
·
verified ·
1 Parent(s): 0201756

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -6
config.json CHANGED
@@ -10,16 +10,16 @@
10
  "first_layer_is_expansion": true,
11
  "hidden_act": "relu6",
12
  "id2label": {
13
- "0": "LABEL_0",
14
- "1": "LABEL_1",
15
- "2": "LABEL_2"
16
  },
17
  "image_size": 224,
18
  "initializer_range": 0.02,
19
  "label2id": {
20
- "LABEL_0": 0,
21
- "LABEL_1": 1,
22
- "LABEL_2": 2
23
  },
24
  "layer_norm_eps": 0.001,
25
  "min_depth": 8,
 
10
  "first_layer_is_expansion": true,
11
  "hidden_act": "relu6",
12
  "id2label": {
13
+ "0": "angular_leaf_spot",
14
+ "1": "bean_rust",
15
+ "2": "healthy"
16
  },
17
  "image_size": 224,
18
  "initializer_range": 0.02,
19
  "label2id": {
20
+ "angular_leaf_spot": 0,
21
+ "bean_rust": 1,
22
+ "healthy": 2
23
  },
24
  "layer_norm_eps": 0.001,
25
  "min_depth": 8,