ahmedesmail16 commited on
Commit
eb1780b
1 Parent(s): 003a942

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "11": "UPNormal"
32
+ },
33
+ "image_size": 256,
34
+ "initializer_range": 0.02,
35
+ "label2id": {
36
+ "Erythrodermic": 0,
37
+ "Guttate": 1,
38
+ "Inverse": 2,
39
+ "Nail": 3,
40
+ "Normal": 4,
41
+ "Not Define": 5,
42
+ "Palm Soles": 6,
43
+ "Plaque": 7,
44
+ "Psoriatic Arthritis": 8,
45
+ "Pustular": 9,
46
+ "Scalp": 10,
47
+ "UPNormal": 11
48
+ },
49
+ "layer_norm_eps": 1e-05,
50
+ "mlp_ratio": 4.0,
51
+ "model_type": "swinv2",
52
+ "num_channels": 3,
53
+ "num_heads": [
54
+ 4,
55
+ 8,
56
+ 16,
57
+ 32
58
+ ],
59
+ "num_layers": 4,
60
+ "out_features": [
61
+ "stage4"
62
+ ],
63
+ "out_indices": [
64
+ 4
65
+ ],
66
+ "patch_size": 4,
67
+ "path_norm": true,
68
+ "pretrained_window_sizes": [
69
+ 12,
70
+ 12,
71
+ 12,
72
+ 6
73
+ ],
74
+ "problem_type": "single_label_classification",
75
+ "qkv_bias": true,
76
+ "stage_names": [
77
+ "stem",
78
+ "stage1",
79
+ "stage2",
80
+ "stage3",
81
+ "stage4"
82
+ ],
83
+ "torch_dtype": "float32",
84
+ "transformers_version": "4.39.3",
85
+ "use_absolute_embeddings": false,
86
+ "window_size": 16
87
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fe5d1be74c44bc065a631f2a1e127fcf6a209ea24d005e538e187d9800dfab9
3
+ size 347686496
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/May16_13-39-18_65624f02afe8/events.out.tfevents.1715866762.65624f02afe8.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a7f77a23ff6fc5921bba78676b92970d53f5e934368716a2ccec303f60fb05f
3
+ size 6392
runs/May16_13-50-44_65624f02afe8/events.out.tfevents.1715867447.65624f02afe8.34.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb9677931044bedfeb4172d2b1712ec283ac2b3a8cd7045bec0ec7baa87bfaa5
3
+ size 7792
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d67bf42a5efabde30dfcf3387823af6cbfbf69b95a1e30193fa303486b0f7411
3
+ size 4984