ahmedesmail16 commited on
Commit
f8927c5
1 Parent(s): b01806f

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swinv2-base-patch4-window12-192-22k",
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": "Erythromelal",
21
+ "1": "Guttate",
22
+ "2": "Inverse",
23
+ "3": "Nail",
24
+ "4": "Normal",
25
+ "5": "Plaque",
26
+ "6": "Psoriatic Arthritis",
27
+ "7": "Pustular"
28
+ },
29
+ "image_size": 192,
30
+ "initializer_range": 0.02,
31
+ "label2id": {
32
+ "Erythromelal": 0,
33
+ "Guttate": 1,
34
+ "Inverse": 2,
35
+ "Nail": 3,
36
+ "Normal": 4,
37
+ "Plaque": 5,
38
+ "Psoriatic Arthritis": 6,
39
+ "Pustular": 7
40
+ },
41
+ "layer_norm_eps": 1e-05,
42
+ "mlp_ratio": 4.0,
43
+ "model_type": "swinv2",
44
+ "num_channels": 3,
45
+ "num_heads": [
46
+ 4,
47
+ 8,
48
+ 16,
49
+ 32
50
+ ],
51
+ "num_layers": 4,
52
+ "out_features": [
53
+ "stage4"
54
+ ],
55
+ "out_indices": [
56
+ 4
57
+ ],
58
+ "patch_size": 4,
59
+ "path_norm": true,
60
+ "pretrained_window_sizes": [
61
+ 0,
62
+ 0,
63
+ 0,
64
+ 0
65
+ ],
66
+ "problem_type": "single_label_classification",
67
+ "qkv_bias": true,
68
+ "stage_names": [
69
+ "stem",
70
+ "stage1",
71
+ "stage2",
72
+ "stage3",
73
+ "stage4"
74
+ ],
75
+ "torch_dtype": "float32",
76
+ "transformers_version": "4.39.3",
77
+ "use_absolute_embeddings": false,
78
+ "window_size": 12
79
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5812f5731da14b28af594f16d3bdb2f3091bb15d2e57fcec86d03e06cfb80b6
3
+ size 347670096
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": 192,
34
+ "width": 192
35
+ }
36
+ }
runs/Apr13_18-59-59_7702aa63da64/events.out.tfevents.1713034801.7702aa63da64.500.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fdd3cb063377027f22b1058c2f741b0c0ddb3ec9d8e3261340bc72e5182db4a
3
+ size 6390
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10e49cb4ca721d911163770171fb8cd585b5f736077e659e9abb9916ed60b6f9
3
+ size 5048