A2H0H0R1 commited on
Commit
e222397
1 Parent(s): dc3329b

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/mobilenet_v2_1.0_224",
3
+ "architectures": [
4
+ "MobileNetV2ForImageClassification"
5
+ ],
6
+ "classifier_dropout_prob": 0.2,
7
+ "depth_divisible_by": 8,
8
+ "depth_multiplier": 1.0,
9
+ "expand_ratio": 6,
10
+ "finegrained_output": true,
11
+ "first_layer_is_expansion": true,
12
+ "hidden_act": "relu6",
13
+ "id2label": {
14
+ "0": "Apple___Apple_scab",
15
+ "1": "Apple___Black_rot",
16
+ "2": "Apple___Cedar_apple_rust",
17
+ "3": "Apple___healthy",
18
+ "4": "Blueberry___healthy",
19
+ "5": "Cherry_(including_sour)___Powdery_mildew",
20
+ "6": "Cherry_(including_sour)___healthy",
21
+ "7": "Corn_(maize)___Cercospora_leaf_spot Gray_leaf_spot",
22
+ "8": "Corn_(maize)___Common_rust_",
23
+ "9": "Corn_(maize)___Northern_Leaf_Blight",
24
+ "10": "Corn_(maize)___healthy",
25
+ "11": "Grape___Black_rot",
26
+ "12": "Grape___Esca_(Black_Measles)",
27
+ "13": "Grape___Leaf_blight_(Isariopsis_Leaf_Spot)",
28
+ "14": "Grape___healthy",
29
+ "15": "Orange___Haunglongbing_(Citrus_greening)",
30
+ "16": "Peach___Bacterial_spot",
31
+ "17": "Peach___healthy",
32
+ "18": "Pepper,_bell___Bacterial_spot",
33
+ "19": "Pepper,_bell___healthy",
34
+ "20": "Potato___Early_blight",
35
+ "21": "Potato___Late_blight",
36
+ "22": "Potato___healthy",
37
+ "23": "Raspberry___healthy",
38
+ "24": "Soybean___healthy",
39
+ "25": "Squash___Powdery_mildew",
40
+ "26": "Strawberry___Leaf_scorch",
41
+ "27": "Strawberry___healthy",
42
+ "28": "Tomato___Bacterial_spot",
43
+ "29": "Tomato___Early_blight",
44
+ "30": "Tomato___Late_blight",
45
+ "31": "Tomato___Leaf_Mold",
46
+ "32": "Tomato___Septoria_leaf_spot",
47
+ "33": "Tomato___Spider_mites Two-spotted_spider_mite",
48
+ "34": "Tomato___Target_Spot",
49
+ "35": "Tomato___Tomato_Yellow_Leaf_Curl_Virus",
50
+ "36": "Tomato___Tomato_mosaic_virus",
51
+ "37": "Tomato___healthy"
52
+ },
53
+ "image_size": 224,
54
+ "initializer_range": 0.02,
55
+ "label2id": {
56
+ "Apple___Apple_scab": 0,
57
+ "Apple___Black_rot": 1,
58
+ "Apple___Cedar_apple_rust": 2,
59
+ "Apple___healthy": 3,
60
+ "Blueberry___healthy": 4,
61
+ "Cherry_(including_sour)___Powdery_mildew": 5,
62
+ "Cherry_(including_sour)___healthy": 6,
63
+ "Corn_(maize)___Cercospora_leaf_spot Gray_leaf_spot": 7,
64
+ "Corn_(maize)___Common_rust_": 8,
65
+ "Corn_(maize)___Northern_Leaf_Blight": 9,
66
+ "Corn_(maize)___healthy": 10,
67
+ "Grape___Black_rot": 11,
68
+ "Grape___Esca_(Black_Measles)": 12,
69
+ "Grape___Leaf_blight_(Isariopsis_Leaf_Spot)": 13,
70
+ "Grape___healthy": 14,
71
+ "Orange___Haunglongbing_(Citrus_greening)": 15,
72
+ "Peach___Bacterial_spot": 16,
73
+ "Peach___healthy": 17,
74
+ "Pepper,_bell___Bacterial_spot": 18,
75
+ "Pepper,_bell___healthy": 19,
76
+ "Potato___Early_blight": 20,
77
+ "Potato___Late_blight": 21,
78
+ "Potato___healthy": 22,
79
+ "Raspberry___healthy": 23,
80
+ "Soybean___healthy": 24,
81
+ "Squash___Powdery_mildew": 25,
82
+ "Strawberry___Leaf_scorch": 26,
83
+ "Strawberry___healthy": 27,
84
+ "Tomato___Bacterial_spot": 28,
85
+ "Tomato___Early_blight": 29,
86
+ "Tomato___Late_blight": 30,
87
+ "Tomato___Leaf_Mold": 31,
88
+ "Tomato___Septoria_leaf_spot": 32,
89
+ "Tomato___Spider_mites Two-spotted_spider_mite": 33,
90
+ "Tomato___Target_Spot": 34,
91
+ "Tomato___Tomato_Yellow_Leaf_Curl_Virus": 35,
92
+ "Tomato___Tomato_mosaic_virus": 36,
93
+ "Tomato___healthy": 37
94
+ },
95
+ "layer_norm_eps": 0.001,
96
+ "min_depth": 8,
97
+ "model_type": "mobilenet_v2",
98
+ "num_channels": 3,
99
+ "output_stride": 32,
100
+ "problem_type": "single_label_classification",
101
+ "semantic_loss_ignore_index": 255,
102
+ "tf_padding": true,
103
+ "torch_dtype": "float32",
104
+ "transformers_version": "4.35.2"
105
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2553cc06ed6bc6516da83f2f25bfdea62169fb32121985aaf9a25f8cad906304
3
+ size 9264680
preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_normalize": true,
8
+ "do_rescale": true,
9
+ "do_resize": true,
10
+ "image_mean": [
11
+ 0.5,
12
+ 0.5,
13
+ 0.5
14
+ ],
15
+ "image_processor_type": "MobileNetV2ImageProcessor",
16
+ "image_std": [
17
+ 0.5,
18
+ 0.5,
19
+ 0.5
20
+ ],
21
+ "resample": 2,
22
+ "rescale_factor": 0.00392156862745098,
23
+ "size": {
24
+ "shortest_edge": 256
25
+ },
26
+ "use_square_size": false
27
+ }
runs/Dec22_09-06-12_17aa6734d17f/events.out.tfevents.1703236112.17aa6734d17f.604.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8496d44867d2b3089d93c6ec1e4da9486314958d412a49183b528b5b1240b3aa
3
+ size 9785
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f8634b9519e06a2e11d8c768904d4c1bb22040d6d25a2fe2ba4f37cbf036a3e
3
+ size 4600