ahmedesmail16 commited on
Commit
947688a
1 Parent(s): 3dd915b

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:b36c06e7d1fcf9bb50a3ad874f7df4b8bcd8000846fbf7689bfdbadc748514f4
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/May17_04-36-20_00a0080e3c84/events.out.tfevents.1715920582.00a0080e3c84.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93c9d0fefd3cd07e73f4e8d44bb8af31daa8d5dc04567f4887fbe1c5a705d88a
3
+ size 6092
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46de74517223db60f03d9c9fe59a7aff2d5a3caa458bf11a3c3822d0eb3558ed
3
+ size 4984