ahmedesmail16 commited on
Commit
1c52315
·
verified ·
1 Parent(s): b18e846

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swinv2-base-patch4-window12to16-192to256-22kto1k-ft",
3
+ "architectures": [
4
+ "Swinv2ForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 18,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
14
+ "embed_dim": 128,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 1024,
19
+ "id2label": {
20
+ "0": "Erythrodermic",
21
+ "1": "Guttate",
22
+ "2": "Inverse",
23
+ "3": "Nail",
24
+ "4": "Normal",
25
+ "5": "Not Define",
26
+ "6": "Palm Soles",
27
+ "7": "Plaque",
28
+ "8": "Psoriatic Arthritis",
29
+ "9": "Pustular",
30
+ "10": "Scalp"
31
+ },
32
+ "image_size": 256,
33
+ "initializer_range": 0.02,
34
+ "label2id": {
35
+ "Erythrodermic": 0,
36
+ "Guttate": 1,
37
+ "Inverse": 2,
38
+ "Nail": 3,
39
+ "Normal": 4,
40
+ "Not Define": 5,
41
+ "Palm Soles": 6,
42
+ "Plaque": 7,
43
+ "Psoriatic Arthritis": 8,
44
+ "Pustular": 9,
45
+ "Scalp": 10
46
+ },
47
+ "layer_norm_eps": 1e-05,
48
+ "mlp_ratio": 4.0,
49
+ "model_type": "swinv2",
50
+ "num_channels": 3,
51
+ "num_heads": [
52
+ 4,
53
+ 8,
54
+ 16,
55
+ 32
56
+ ],
57
+ "num_layers": 4,
58
+ "out_features": [
59
+ "stage4"
60
+ ],
61
+ "out_indices": [
62
+ 4
63
+ ],
64
+ "patch_size": 4,
65
+ "path_norm": true,
66
+ "pretrained_window_sizes": [
67
+ 12,
68
+ 12,
69
+ 12,
70
+ 6
71
+ ],
72
+ "problem_type": "single_label_classification",
73
+ "qkv_bias": true,
74
+ "stage_names": [
75
+ "stem",
76
+ "stage1",
77
+ "stage2",
78
+ "stage3",
79
+ "stage4"
80
+ ],
81
+ "torch_dtype": "float32",
82
+ "transformers_version": "4.39.3",
83
+ "use_absolute_embeddings": false,
84
+ "window_size": 16
85
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:557a949eee5e69fdc601320f84d9fc6bed6506dc8aea8acb1f45ba2ad846d279
3
+ size 347682396
preprocessor_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_rescale",
8
+ "rescale_factor",
9
+ "do_normalize",
10
+ "image_mean",
11
+ "image_std",
12
+ "return_tensors",
13
+ "data_format",
14
+ "input_data_format"
15
+ ],
16
+ "do_normalize": true,
17
+ "do_rescale": true,
18
+ "do_resize": true,
19
+ "image_mean": [
20
+ 0.485,
21
+ 0.456,
22
+ 0.406
23
+ ],
24
+ "image_processor_type": "ViTImageProcessor",
25
+ "image_std": [
26
+ 0.229,
27
+ 0.224,
28
+ 0.225
29
+ ],
30
+ "resample": 3,
31
+ "rescale_factor": 0.00392156862745098,
32
+ "size": {
33
+ "height": 256,
34
+ "width": 256
35
+ }
36
+ }
runs/May19_22-10-37_88d67939250d/events.out.tfevents.1716156638.88d67939250d.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:535c540329b1f5c900cb6935610d92a36c5f0586f45efa3337b2630295a777a6
3
+ size 7531
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03bb44ffbadc0a542861c287c0e8312b12ad61a060d9f7d1b1d1fbe35f52eb2f
3
+ size 4984