upload config
Browse files- config.json +44 -6
config.json
CHANGED
@@ -9,17 +9,55 @@
|
|
9 |
"hidden_dropout_prob": 0.0,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
},
|
16 |
"image_size": 224,
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 3072,
|
19 |
"label2id": {
|
20 |
-
|
21 |
-
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
},
|
24 |
"layer_norm_eps": 1e-12,
|
25 |
"model_type": "vit",
|
|
|
9 |
"hidden_dropout_prob": 0.0,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
+
"0": "Maize_Leaf_Blight (MLB)",
|
13 |
+
"1":"Bean_Rust (BR)",
|
14 |
+
"2": "Tomato_Spider_Mite",
|
15 |
+
"3":"Bean_Angular_Leaf_Spot (ALS)",
|
16 |
+
"4":"Cassava_Brown_Streak_Disease (CBSD)",
|
17 |
+
"5":"Bean_Healthy",
|
18 |
+
"6":"Maize_Lethal_Necrosis (MLN)",
|
19 |
+
"7":"Maize_Fall_Army_Worm (FAW)",
|
20 |
+
"8":"Tomato_Mosaic_Virus",
|
21 |
+
"9":"Tomato_Early_Blight",
|
22 |
+
"10":"Cassava_Healthy",
|
23 |
+
"11":"Tomato_Bacterial_Spot",
|
24 |
+
"12":"Tomato_YellowLeaf_Curl_Virus",
|
25 |
+
"13":"Tomato_Healthy",
|
26 |
+
"14":"Maize_Healthy",
|
27 |
+
"15":"Maize_Cercospora_Leaf_Spot (CLS)",
|
28 |
+
"16":"Tomato_Target_Spot",
|
29 |
+
"17": "Tomato_Leaf_Mold",
|
30 |
+
"18": "Maize_Streak_Virus (MSV)",
|
31 |
+
"19":"Tomato_Late_Blight",
|
32 |
+
"20":"Tomato_Septoria_Leaf_Spot",
|
33 |
+
"21":"Cassava_Mosaic_Disease (CMD)"
|
34 |
},
|
35 |
"image_size": 224,
|
36 |
"initializer_range": 0.02,
|
37 |
"intermediate_size": 3072,
|
38 |
"label2id": {
|
39 |
+
"Maize_Leaf_Blight (MLB)":"0",
|
40 |
+
"Bean_Rust (BR)":"1",
|
41 |
+
"Tomato_Spider_Mite":"2",
|
42 |
+
"Bean_Angular_Leaf_Spot (ALS)" :"3",
|
43 |
+
"Cassava_Brown_Streak_Disease (CBSD)":"4",
|
44 |
+
"Bean_Healthy":"5",
|
45 |
+
"Maize_Lethal_Necrosis (MLN)":"6",
|
46 |
+
"Maize_Fall_Army_Worm (FAW)": "7",
|
47 |
+
"Tomato_Mosaic_Virus":"8",
|
48 |
+
"Tomato_Early_Blight":"9",
|
49 |
+
"Cassava_Healthy":"10",
|
50 |
+
"Tomato_Bacterial_Spot":"11",
|
51 |
+
"Tomato_YellowLeaf_Curl_Virus":"12",
|
52 |
+
"Tomato_Healthy":"13",
|
53 |
+
"Maize_Healthy":"14",
|
54 |
+
"Maize_Cercospora_Leaf_Spot (CLS)":"15",
|
55 |
+
"Tomato_Target_Spot": "16",
|
56 |
+
"Tomato_Leaf_Mold":"17",
|
57 |
+
"Maize_Streak_Virus (MSV)":"18",
|
58 |
+
"Tomato_Late_Blight":"19",
|
59 |
+
"Tomato_Septoria_Leaf_Spot":"20",
|
60 |
+
"Cassava_Mosaic_Disease (CMD)": "21"
|
61 |
},
|
62 |
"layer_norm_eps": 1e-12,
|
63 |
"model_type": "vit",
|