YaswanthReddy23 commited on
Commit
e3d4963
·
verified ·
1 Parent(s): 570eea9

Training in progress, step 100

Browse files
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Anthracnose",
13
+ "1": "Bacterial Wilt",
14
+ "2": "Belly Rot",
15
+ "3": "Downy Mildew",
16
+ "4": "Gummy Stem Blight",
17
+ "5": "Healthy Cucumber",
18
+ "6": "Healthy Leaf",
19
+ "7": "Pythium Fruit Rot"
20
+ },
21
+ "image_size": 224,
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "Anthracnose": "0",
26
+ "Bacterial Wilt": "1",
27
+ "Belly Rot": "2",
28
+ "Downy Mildew": "3",
29
+ "Gummy Stem Blight": "4",
30
+ "Healthy Cucumber": "5",
31
+ "Healthy Leaf": "6",
32
+ "Pythium Fruit Rot": "7"
33
+ },
34
+ "layer_norm_eps": 1e-12,
35
+ "model_type": "vit",
36
+ "num_attention_heads": 12,
37
+ "num_channels": 3,
38
+ "num_hidden_layers": 12,
39
+ "patch_size": 16,
40
+ "problem_type": "single_label_classification",
41
+ "qkv_bias": true,
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.44.2"
44
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5d303e43b1179542edfb1652d7589719dc427dca1fdb0e59e9fcf6d321acebe
3
+ size 343242432
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
+ }
runs/Feb01_13-14-04_DESKTOP-OKBH05U/events.out.tfevents.1738395847.DESKTOP-OKBH05U.7216.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae6780b3cdf6ddc72a24aae6850213764a51dbf276a90e74819270651ee85fd4
3
+ size 5486
runs/Feb01_13-27-31_DESKTOP-OKBH05U/events.out.tfevents.1738396657.DESKTOP-OKBH05U.21388.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:817a3751db9d4a9557e0cacf807462e2ce5f9a0e7701be277b29cec772109308
3
+ size 7666
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:925f04b48456317639cfe8ad4fbbfb76060b5500c55937e2d44ab69bf67d25e6
3
+ size 5240