Abhiram4 commited on
Commit
ad75ee9
1 Parent(s): aafe37d

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +116 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +22 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "38": "algal_spot",
51
+ "39": "brown_blight",
52
+ "40": "gray_blight",
53
+ "41": "healthy",
54
+ "42": "helopeltis",
55
+ "43": "red_spot"
56
+ },
57
+ "image_size": 224,
58
+ "initializer_range": 0.02,
59
+ "intermediate_size": 3072,
60
+ "label2id": {
61
+ "Apple___Apple_scab": 0,
62
+ "Apple___Black_rot": 1,
63
+ "Apple___Cedar_apple_rust": 2,
64
+ "Apple___healthy": 3,
65
+ "Blueberry___healthy": 4,
66
+ "Cherry_(including_sour)___Powdery_mildew": 5,
67
+ "Cherry_(including_sour)___healthy": 6,
68
+ "Corn_(maize)___Cercospora_leaf_spot Gray_leaf_spot": 7,
69
+ "Corn_(maize)___Common_rust_": 8,
70
+ "Corn_(maize)___Northern_Leaf_Blight": 9,
71
+ "Corn_(maize)___healthy": 10,
72
+ "Grape___Black_rot": 11,
73
+ "Grape___Esca_(Black_Measles)": 12,
74
+ "Grape___Leaf_blight_(Isariopsis_Leaf_Spot)": 13,
75
+ "Grape___healthy": 14,
76
+ "Orange___Haunglongbing_(Citrus_greening)": 15,
77
+ "Peach___Bacterial_spot": 16,
78
+ "Peach___healthy": 17,
79
+ "Pepper,_bell___Bacterial_spot": 18,
80
+ "Pepper,_bell___healthy": 19,
81
+ "Potato___Early_blight": 20,
82
+ "Potato___Late_blight": 21,
83
+ "Potato___healthy": 22,
84
+ "Raspberry___healthy": 23,
85
+ "Soybean___healthy": 24,
86
+ "Squash___Powdery_mildew": 25,
87
+ "Strawberry___Leaf_scorch": 26,
88
+ "Strawberry___healthy": 27,
89
+ "Tomato___Bacterial_spot": 28,
90
+ "Tomato___Early_blight": 29,
91
+ "Tomato___Late_blight": 30,
92
+ "Tomato___Leaf_Mold": 31,
93
+ "Tomato___Septoria_leaf_spot": 32,
94
+ "Tomato___Spider_mites Two-spotted_spider_mite": 33,
95
+ "Tomato___Target_Spot": 34,
96
+ "Tomato___Tomato_Yellow_Leaf_Curl_Virus": 35,
97
+ "Tomato___Tomato_mosaic_virus": 36,
98
+ "Tomato___healthy": 37,
99
+ "algal_spot": 38,
100
+ "brown_blight": 39,
101
+ "gray_blight": 40,
102
+ "healthy": 41,
103
+ "helopeltis": 42,
104
+ "red_spot": 43
105
+ },
106
+ "layer_norm_eps": 1e-12,
107
+ "model_type": "vit",
108
+ "num_attention_heads": 12,
109
+ "num_channels": 3,
110
+ "num_hidden_layers": 12,
111
+ "patch_size": 16,
112
+ "problem_type": "single_label_classification",
113
+ "qkv_bias": true,
114
+ "torch_dtype": "float32",
115
+ "transformers_version": "4.42.4"
116
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fa886a07574be0a7dbec2ff610d42c43011db296d93c3f97468c4ae14057729
3
+ size 343353176
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
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23c2ed460f639c10141b4a017ce476010207e80c16f20a10708e938db575d92c
3
+ size 5112