A2H0H0R1 commited on
Commit
3cdafc1
1 Parent(s): c96e3ec

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
3
+ "architectures": [
4
+ "SwinForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 6,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
14
+ "embed_dim": 96,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 768,
19
+ "id2label": {
20
+ "0": "Apple___Apple_scab",
21
+ "1": "Apple___Black_rot",
22
+ "2": "Apple___Cedar_apple_rust",
23
+ "3": "Apple___healthy",
24
+ "4": "Blueberry___healthy",
25
+ "5": "Cherry_(including_sour)___Powdery_mildew",
26
+ "6": "Cherry_(including_sour)___healthy",
27
+ "7": "Corn_(maize)___Cercospora_leaf_spot Gray_leaf_spot",
28
+ "8": "Corn_(maize)___Common_rust_",
29
+ "9": "Corn_(maize)___Northern_Leaf_Blight",
30
+ "10": "Corn_(maize)___healthy",
31
+ "11": "Grape___Black_rot",
32
+ "12": "Grape___Esca_(Black_Measles)",
33
+ "13": "Grape___Leaf_blight_(Isariopsis_Leaf_Spot)",
34
+ "14": "Grape___healthy",
35
+ "15": "Orange___Haunglongbing_(Citrus_greening)",
36
+ "16": "Peach___Bacterial_spot",
37
+ "17": "Peach___healthy",
38
+ "18": "Pepper,_bell___Bacterial_spot",
39
+ "19": "Pepper,_bell___healthy",
40
+ "20": "Potato___Early_blight",
41
+ "21": "Potato___Late_blight",
42
+ "22": "Potato___healthy",
43
+ "23": "Raspberry___healthy",
44
+ "24": "Soybean___healthy",
45
+ "25": "Squash___Powdery_mildew",
46
+ "26": "Strawberry___Leaf_scorch",
47
+ "27": "Strawberry___healthy",
48
+ "28": "Tomato___Bacterial_spot",
49
+ "29": "Tomato___Early_blight",
50
+ "30": "Tomato___Late_blight",
51
+ "31": "Tomato___Leaf_Mold",
52
+ "32": "Tomato___Septoria_leaf_spot",
53
+ "33": "Tomato___Spider_mites Two-spotted_spider_mite",
54
+ "34": "Tomato___Target_Spot",
55
+ "35": "Tomato___Tomato_Yellow_Leaf_Curl_Virus",
56
+ "36": "Tomato___Tomato_mosaic_virus",
57
+ "37": "Tomato___healthy"
58
+ },
59
+ "image_size": 224,
60
+ "initializer_range": 0.02,
61
+ "label2id": {
62
+ "Apple___Apple_scab": 0,
63
+ "Apple___Black_rot": 1,
64
+ "Apple___Cedar_apple_rust": 2,
65
+ "Apple___healthy": 3,
66
+ "Blueberry___healthy": 4,
67
+ "Cherry_(including_sour)___Powdery_mildew": 5,
68
+ "Cherry_(including_sour)___healthy": 6,
69
+ "Corn_(maize)___Cercospora_leaf_spot Gray_leaf_spot": 7,
70
+ "Corn_(maize)___Common_rust_": 8,
71
+ "Corn_(maize)___Northern_Leaf_Blight": 9,
72
+ "Corn_(maize)___healthy": 10,
73
+ "Grape___Black_rot": 11,
74
+ "Grape___Esca_(Black_Measles)": 12,
75
+ "Grape___Leaf_blight_(Isariopsis_Leaf_Spot)": 13,
76
+ "Grape___healthy": 14,
77
+ "Orange___Haunglongbing_(Citrus_greening)": 15,
78
+ "Peach___Bacterial_spot": 16,
79
+ "Peach___healthy": 17,
80
+ "Pepper,_bell___Bacterial_spot": 18,
81
+ "Pepper,_bell___healthy": 19,
82
+ "Potato___Early_blight": 20,
83
+ "Potato___Late_blight": 21,
84
+ "Potato___healthy": 22,
85
+ "Raspberry___healthy": 23,
86
+ "Soybean___healthy": 24,
87
+ "Squash___Powdery_mildew": 25,
88
+ "Strawberry___Leaf_scorch": 26,
89
+ "Strawberry___healthy": 27,
90
+ "Tomato___Bacterial_spot": 28,
91
+ "Tomato___Early_blight": 29,
92
+ "Tomato___Late_blight": 30,
93
+ "Tomato___Leaf_Mold": 31,
94
+ "Tomato___Septoria_leaf_spot": 32,
95
+ "Tomato___Spider_mites Two-spotted_spider_mite": 33,
96
+ "Tomato___Target_Spot": 34,
97
+ "Tomato___Tomato_Yellow_Leaf_Curl_Virus": 35,
98
+ "Tomato___Tomato_mosaic_virus": 36,
99
+ "Tomato___healthy": 37
100
+ },
101
+ "layer_norm_eps": 1e-05,
102
+ "mlp_ratio": 4.0,
103
+ "model_type": "swin",
104
+ "num_channels": 3,
105
+ "num_heads": [
106
+ 3,
107
+ 6,
108
+ 12,
109
+ 24
110
+ ],
111
+ "num_layers": 4,
112
+ "out_features": [
113
+ "stage4"
114
+ ],
115
+ "out_indices": [
116
+ 4
117
+ ],
118
+ "patch_size": 4,
119
+ "path_norm": true,
120
+ "problem_type": "single_label_classification",
121
+ "qkv_bias": true,
122
+ "stage_names": [
123
+ "stem",
124
+ "stage1",
125
+ "stage2",
126
+ "stage3",
127
+ "stage4"
128
+ ],
129
+ "torch_dtype": "float32",
130
+ "transformers_version": "4.35.2",
131
+ "use_absolute_embeddings": false,
132
+ "window_size": 7
133
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53cac9620f8b8f50878ff380f3c3a4e0e989a5161088d18a91b947ea498287db
3
+ size 110453576
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.485,
7
+ 0.456,
8
+ 0.406
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.229,
13
+ 0.224,
14
+ 0.225
15
+ ],
16
+ "resample": 3,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
runs/Dec21_19-09-36_630cd3fc34f7/events.out.tfevents.1703185812.630cd3fc34f7.3193.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a291530241e8b22d4cb420a4fa8066ae3b30f90e43f7a9192323da6b06fd58cb
3
+ size 15444
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2eff4ebe9c9dc7a1bd4f4c3d0750e5fc61e8e7392aee672115ea9c57e9afb54
3
+ size 4664