ahmedesmail16 commited on
Commit
1ac4597
·
verified ·
1 Parent(s): 7e9bb6f

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/efficientnet-b0",
3
+ "architectures": [
4
+ "EfficientNetForImageClassification"
5
+ ],
6
+ "batch_norm_eps": 0.001,
7
+ "batch_norm_momentum": 0.99,
8
+ "depth_coefficient": 1.0,
9
+ "depth_divisor": 8,
10
+ "depthwise_padding": [],
11
+ "drop_connect_rate": 0.2,
12
+ "dropout_rate": 0.2,
13
+ "expand_ratios": [
14
+ 1,
15
+ 6,
16
+ 6,
17
+ 6,
18
+ 6,
19
+ 6,
20
+ 6
21
+ ],
22
+ "hidden_act": "swish",
23
+ "hidden_dim": 1280,
24
+ "id2label": {
25
+ "0": "Erythrodermic",
26
+ "1": "Guttate",
27
+ "2": "Inverse",
28
+ "3": "Nail",
29
+ "4": "Normal",
30
+ "5": "Not Define",
31
+ "6": "Palm Soles",
32
+ "7": "Plaque",
33
+ "8": "Psoriatic Arthritis",
34
+ "9": "Pustular",
35
+ "10": "Scalp",
36
+ "11": "UPNormal"
37
+ },
38
+ "image_size": 224,
39
+ "in_channels": [
40
+ 32,
41
+ 16,
42
+ 24,
43
+ 40,
44
+ 80,
45
+ 112,
46
+ 192
47
+ ],
48
+ "initializer_range": 0.02,
49
+ "kernel_sizes": [
50
+ 3,
51
+ 3,
52
+ 5,
53
+ 3,
54
+ 5,
55
+ 5,
56
+ 3
57
+ ],
58
+ "label2id": {
59
+ "Erythrodermic": 0,
60
+ "Guttate": 1,
61
+ "Inverse": 2,
62
+ "Nail": 3,
63
+ "Normal": 4,
64
+ "Not Define": 5,
65
+ "Palm Soles": 6,
66
+ "Plaque": 7,
67
+ "Psoriatic Arthritis": 8,
68
+ "Pustular": 9,
69
+ "Scalp": 10,
70
+ "UPNormal": 11
71
+ },
72
+ "model_type": "efficientnet",
73
+ "num_block_repeats": [
74
+ 1,
75
+ 2,
76
+ 2,
77
+ 3,
78
+ 3,
79
+ 4,
80
+ 1
81
+ ],
82
+ "num_channels": 3,
83
+ "num_hidden_layers": 64,
84
+ "out_channels": [
85
+ 16,
86
+ 24,
87
+ 40,
88
+ 80,
89
+ 112,
90
+ 192,
91
+ 320
92
+ ],
93
+ "out_features": null,
94
+ "pooling_type": "mean",
95
+ "problem_type": "single_label_classification",
96
+ "squeeze_expansion_ratio": 0.25,
97
+ "stage_names": [
98
+ "stem",
99
+ "stage1",
100
+ "stage2",
101
+ "stage3",
102
+ "stage4",
103
+ "stage5",
104
+ "stage6",
105
+ "stage7"
106
+ ],
107
+ "strides": [
108
+ 1,
109
+ 2,
110
+ 2,
111
+ 2,
112
+ 1,
113
+ 2,
114
+ 1
115
+ ],
116
+ "torch_dtype": "float32",
117
+ "transformers_version": "4.39.3",
118
+ "width_coefficient": 1.0
119
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7780d53ce6bb935dd6be03e0f1c9f0d1a655662f4f1b340a01e1ff36bfaee6b8
3
+ size 16306384
preprocessor_config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_center_crop",
8
+ "crop_size",
9
+ "do_rescale",
10
+ "rescale_factor",
11
+ "rescale_offset",
12
+ "do_normalize",
13
+ "image_mean",
14
+ "image_std",
15
+ "include_top",
16
+ "return_tensors",
17
+ "data_format",
18
+ "input_data_format"
19
+ ],
20
+ "crop_size": {
21
+ "height": 289,
22
+ "width": 289
23
+ },
24
+ "do_center_crop": false,
25
+ "do_normalize": true,
26
+ "do_rescale": true,
27
+ "do_resize": true,
28
+ "image_mean": [
29
+ 0.485,
30
+ 0.456,
31
+ 0.406
32
+ ],
33
+ "image_processor_type": "EfficientNetImageProcessor",
34
+ "image_std": [
35
+ 0.47853944,
36
+ 0.4732864,
37
+ 0.47434163
38
+ ],
39
+ "include_top": true,
40
+ "resample": 0,
41
+ "rescale_factor": 0.00392156862745098,
42
+ "rescale_offset": false,
43
+ "size": {
44
+ "height": 224,
45
+ "width": 224
46
+ }
47
+ }
runs/May18_14-29-20_403b828decdc/events.out.tfevents.1716042617.403b828decdc.35.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef18c9b68345c831b1167fc1a9ffade0264c812d800e4cb79a8779488f9ed29e
3
+ size 6349
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:619b5a31d9d49147f0e2f0c09e80f4b57aafad8d38145f0e72d8c0ff2513c719
3
+ size 4984