sruthis commited on
Commit
84c297c
1 Parent(s): c8e2435

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/deit-base-distilled-patch16-224",
3
+ "architectures": [
4
+ "DeiTForImageClassification"
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": "2-4D_Upper",
13
+ "1": "Bacterial_Spot_Upper",
14
+ "2": "Cold_Injury_Upper",
15
+ "3": "Early_Blight_Upper",
16
+ "4": "Healthy_Upperside",
17
+ "5": "Little_Leaf_Upperside",
18
+ "6": "Nutritional_Disorder_Upper",
19
+ "7": "Spider_Mite_Upper",
20
+ "8": "TSW_Upper",
21
+ "9": "TYLC_Upper"
22
+ },
23
+ "image_size": 224,
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "2-4D_Upper": "0",
28
+ "Bacterial_Spot_Upper": "1",
29
+ "Cold_Injury_Upper": "2",
30
+ "Early_Blight_Upper": "3",
31
+ "Healthy_Upperside": "4",
32
+ "Little_Leaf_Upperside": "5",
33
+ "Nutritional_Disorder_Upper": "6",
34
+ "Spider_Mite_Upper": "7",
35
+ "TSW_Upper": "8",
36
+ "TYLC_Upper": "9"
37
+ },
38
+ "layer_norm_eps": 1e-12,
39
+ "model_type": "deit",
40
+ "num_attention_heads": 12,
41
+ "num_channels": 3,
42
+ "num_hidden_layers": 12,
43
+ "patch_size": 16,
44
+ "problem_type": "single_label_classification",
45
+ "qkv_bias": true,
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.35.2"
48
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9d3302ac2289a6a2053008df4896fcef163b2ca638deea2dd3d8866b04c0249
3
+ size 343255024
preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_normalize": true,
8
+ "do_rescale": true,
9
+ "do_resize": true,
10
+ "image_mean": [
11
+ 0.485,
12
+ 0.456,
13
+ 0.406
14
+ ],
15
+ "image_processor_type": "DeiTImageProcessor",
16
+ "image_std": [
17
+ 0.229,
18
+ 0.224,
19
+ 0.225
20
+ ],
21
+ "resample": 3,
22
+ "rescale_factor": 0.00392156862745098,
23
+ "size": {
24
+ "height": 256,
25
+ "width": 256
26
+ }
27
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0770dad6cf09e148af9da182e279853e0eece33d195fc1e4e98fbb27b79f54d1
3
+ size 4600