A2H0H0R1 commited on
Commit
afc4659
1 Parent(s): 67b5782

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:e322f224f65d544fc989fb23fb1568546771e6c93408188fcd7e4fd66e6574c6
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/Dec23_09-52-10_a97b8a14a798/events.out.tfevents.1703325168.a97b8a14a798.1597.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdd6d4fed9c935d93fb5e38f1383f204bc2b699609e8501f7a9bf849ca09b66f
3
+ size 13253
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e31f229389fff750d2031984e1a631531bc7f3cd6947cafe18ace30b676cf5b1
3
+ size 4664