A2H0H0R1 commited on
Commit
3082268
1 Parent(s): ce4bf29

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:d2cf11b97b11a77599c95b88f2f85c8737e79cfabd222eeaa1fe2b47feaa259f
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_18-47-33_9037faae31f4/events.out.tfevents.1703270868.9037faae31f4.732.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdbb885a6f96f8cf894faaa11a51831b53758484e4d40db7120e841f20880ea4
3
+ size 12939
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2794045135391562ea3c0265c0c1ac4d4e9edee93d364d1aaa8382cdfcd59be8
3
+ size 4600