Training in progress, epoch 0
Browse files- config.json +104 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,104 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/vit-base-patch16-224-in21k",
|
3 |
+
"architectures": [
|
4 |
+
"ViTForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"encoder_stride": 16,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.0,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"id2label": {
|
12 |
+
"0": "Apple___Apple_scab",
|
13 |
+
"1": "Apple___Black_rot",
|
14 |
+
"2": "Apple___Cedar_apple_rust",
|
15 |
+
"3": "Apple___healthy",
|
16 |
+
"4": "Blueberry___healthy",
|
17 |
+
"5": "Cherry_(including_sour)___Powdery_mildew",
|
18 |
+
"6": "Cherry_(including_sour)___healthy",
|
19 |
+
"7": "Corn_(maize)___Cercospora_leaf_spot Gray_leaf_spot",
|
20 |
+
"8": "Corn_(maize)___Common_rust_",
|
21 |
+
"9": "Corn_(maize)___Northern_Leaf_Blight",
|
22 |
+
"10": "Corn_(maize)___healthy",
|
23 |
+
"11": "Grape___Black_rot",
|
24 |
+
"12": "Grape___Esca_(Black_Measles)",
|
25 |
+
"13": "Grape___Leaf_blight_(Isariopsis_Leaf_Spot)",
|
26 |
+
"14": "Grape___healthy",
|
27 |
+
"15": "Orange___Haunglongbing_(Citrus_greening)",
|
28 |
+
"16": "Peach___Bacterial_spot",
|
29 |
+
"17": "Peach___healthy",
|
30 |
+
"18": "Pepper,_bell___Bacterial_spot",
|
31 |
+
"19": "Pepper,_bell___healthy",
|
32 |
+
"20": "Potato___Early_blight",
|
33 |
+
"21": "Potato___Late_blight",
|
34 |
+
"22": "Potato___healthy",
|
35 |
+
"23": "Raspberry___healthy",
|
36 |
+
"24": "Soybean___healthy",
|
37 |
+
"25": "Squash___Powdery_mildew",
|
38 |
+
"26": "Strawberry___Leaf_scorch",
|
39 |
+
"27": "Strawberry___healthy",
|
40 |
+
"28": "Tomato___Bacterial_spot",
|
41 |
+
"29": "Tomato___Early_blight",
|
42 |
+
"30": "Tomato___Late_blight",
|
43 |
+
"31": "Tomato___Leaf_Mold",
|
44 |
+
"32": "Tomato___Septoria_leaf_spot",
|
45 |
+
"33": "Tomato___Spider_mites Two-spotted_spider_mite",
|
46 |
+
"34": "Tomato___Target_Spot",
|
47 |
+
"35": "Tomato___Tomato_Yellow_Leaf_Curl_Virus",
|
48 |
+
"36": "Tomato___Tomato_mosaic_virus",
|
49 |
+
"37": "Tomato___healthy"
|
50 |
+
},
|
51 |
+
"image_size": 224,
|
52 |
+
"initializer_range": 0.02,
|
53 |
+
"intermediate_size": 3072,
|
54 |
+
"label2id": {
|
55 |
+
"Apple___Apple_scab": 0,
|
56 |
+
"Apple___Black_rot": 1,
|
57 |
+
"Apple___Cedar_apple_rust": 2,
|
58 |
+
"Apple___healthy": 3,
|
59 |
+
"Blueberry___healthy": 4,
|
60 |
+
"Cherry_(including_sour)___Powdery_mildew": 5,
|
61 |
+
"Cherry_(including_sour)___healthy": 6,
|
62 |
+
"Corn_(maize)___Cercospora_leaf_spot Gray_leaf_spot": 7,
|
63 |
+
"Corn_(maize)___Common_rust_": 8,
|
64 |
+
"Corn_(maize)___Northern_Leaf_Blight": 9,
|
65 |
+
"Corn_(maize)___healthy": 10,
|
66 |
+
"Grape___Black_rot": 11,
|
67 |
+
"Grape___Esca_(Black_Measles)": 12,
|
68 |
+
"Grape___Leaf_blight_(Isariopsis_Leaf_Spot)": 13,
|
69 |
+
"Grape___healthy": 14,
|
70 |
+
"Orange___Haunglongbing_(Citrus_greening)": 15,
|
71 |
+
"Peach___Bacterial_spot": 16,
|
72 |
+
"Peach___healthy": 17,
|
73 |
+
"Pepper,_bell___Bacterial_spot": 18,
|
74 |
+
"Pepper,_bell___healthy": 19,
|
75 |
+
"Potato___Early_blight": 20,
|
76 |
+
"Potato___Late_blight": 21,
|
77 |
+
"Potato___healthy": 22,
|
78 |
+
"Raspberry___healthy": 23,
|
79 |
+
"Soybean___healthy": 24,
|
80 |
+
"Squash___Powdery_mildew": 25,
|
81 |
+
"Strawberry___Leaf_scorch": 26,
|
82 |
+
"Strawberry___healthy": 27,
|
83 |
+
"Tomato___Bacterial_spot": 28,
|
84 |
+
"Tomato___Early_blight": 29,
|
85 |
+
"Tomato___Late_blight": 30,
|
86 |
+
"Tomato___Leaf_Mold": 31,
|
87 |
+
"Tomato___Septoria_leaf_spot": 32,
|
88 |
+
"Tomato___Spider_mites Two-spotted_spider_mite": 33,
|
89 |
+
"Tomato___Target_Spot": 34,
|
90 |
+
"Tomato___Tomato_Yellow_Leaf_Curl_Virus": 35,
|
91 |
+
"Tomato___Tomato_mosaic_virus": 36,
|
92 |
+
"Tomato___healthy": 37
|
93 |
+
},
|
94 |
+
"layer_norm_eps": 1e-12,
|
95 |
+
"model_type": "vit",
|
96 |
+
"num_attention_heads": 12,
|
97 |
+
"num_channels": 3,
|
98 |
+
"num_hidden_layers": 12,
|
99 |
+
"patch_size": 16,
|
100 |
+
"problem_type": "single_label_classification",
|
101 |
+
"qkv_bias": true,
|
102 |
+
"torch_dtype": "float32",
|
103 |
+
"transformers_version": "4.33.0"
|
104 |
+
}
|
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.5,
|
7 |
+
0.5,
|
8 |
+
0.5
|
9 |
+
],
|
10 |
+
"image_processor_type": "ViTImageProcessor",
|
11 |
+
"image_std": [
|
12 |
+
0.5,
|
13 |
+
0.5,
|
14 |
+
0.5
|
15 |
+
],
|
16 |
+
"resample": 2,
|
17 |
+
"rescale_factor": 0.00392156862745098,
|
18 |
+
"size": {
|
19 |
+
"height": 224,
|
20 |
+
"width": 224
|
21 |
+
}
|
22 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea9e5aee2dec25593767c60014f4cc31062fb76d7d55c05d82a787f52af00079
|
3 |
+
size 343379437
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54d3610c1ec4a4ed9551aa5bf0a3e57c669e053d715eae84b97ab2547b559643
|
3 |
+
size 4091
|