ahmedesmail16 commited on
Commit
b54a0dd
1 Parent(s): b663dde

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/beit-base-patch16-224-pt22k-ft22k",
3
+ "add_fpn": false,
4
+ "architectures": [
5
+ "BeitForImageClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.0,
8
+ "auxiliary_channels": 256,
9
+ "auxiliary_concat_input": false,
10
+ "auxiliary_loss_weight": 0.4,
11
+ "auxiliary_num_convs": 1,
12
+ "drop_path_rate": 0.1,
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.0,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "Abnormal",
18
+ "1": "Erythrodermic",
19
+ "2": "Guttate",
20
+ "3": "Inverse",
21
+ "4": "Nail",
22
+ "5": "Normal",
23
+ "6": "Not Define",
24
+ "7": "Palm Soles",
25
+ "8": "Plaque",
26
+ "9": "Psoriatic Arthritis",
27
+ "10": "Pustular",
28
+ "11": "Scalp"
29
+ },
30
+ "image_size": 224,
31
+ "initializer_range": 0.02,
32
+ "intermediate_size": 3072,
33
+ "label2id": {
34
+ "Abnormal": 0,
35
+ "Erythrodermic": 1,
36
+ "Guttate": 2,
37
+ "Inverse": 3,
38
+ "Nail": 4,
39
+ "Normal": 5,
40
+ "Not Define": 6,
41
+ "Palm Soles": 7,
42
+ "Plaque": 8,
43
+ "Psoriatic Arthritis": 9,
44
+ "Pustular": 10,
45
+ "Scalp": 11
46
+ },
47
+ "layer_norm_eps": 1e-12,
48
+ "layer_scale_init_value": 0.1,
49
+ "model_type": "beit",
50
+ "num_attention_heads": 12,
51
+ "num_channels": 3,
52
+ "num_hidden_layers": 12,
53
+ "out_features": [
54
+ "stage12"
55
+ ],
56
+ "out_indices": [
57
+ 12
58
+ ],
59
+ "patch_size": 16,
60
+ "pool_scales": [
61
+ 1,
62
+ 2,
63
+ 3,
64
+ 6
65
+ ],
66
+ "problem_type": "single_label_classification",
67
+ "reshape_hidden_states": true,
68
+ "semantic_loss_ignore_index": 255,
69
+ "stage_names": [
70
+ "stem",
71
+ "stage1",
72
+ "stage2",
73
+ "stage3",
74
+ "stage4",
75
+ "stage5",
76
+ "stage6",
77
+ "stage7",
78
+ "stage8",
79
+ "stage9",
80
+ "stage10",
81
+ "stage11",
82
+ "stage12"
83
+ ],
84
+ "torch_dtype": "float32",
85
+ "transformers_version": "4.41.2",
86
+ "use_absolute_position_embeddings": false,
87
+ "use_auxiliary_head": true,
88
+ "use_mask_token": false,
89
+ "use_mean_pooling": true,
90
+ "use_relative_position_bias": true,
91
+ "use_shared_relative_position_bias": false,
92
+ "vocab_size": 8192
93
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecc11d7cd3a2aa5f61c1e870baaaa7142d43d6418f8f510f1d372d890f61ec8b
3
+ size 343111088
preprocessor_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "segmentation_maps",
5
+ "do_resize",
6
+ "size",
7
+ "resample",
8
+ "do_center_crop",
9
+ "crop_size",
10
+ "do_rescale",
11
+ "rescale_factor",
12
+ "do_normalize",
13
+ "image_mean",
14
+ "image_std",
15
+ "do_reduce_labels",
16
+ "return_tensors",
17
+ "data_format",
18
+ "input_data_format"
19
+ ],
20
+ "crop_size": {
21
+ "height": 224,
22
+ "width": 224
23
+ },
24
+ "do_center_crop": false,
25
+ "do_normalize": true,
26
+ "do_reduce_labels": false,
27
+ "do_rescale": true,
28
+ "do_resize": true,
29
+ "image_mean": [
30
+ 0.5,
31
+ 0.5,
32
+ 0.5
33
+ ],
34
+ "image_processor_type": "BeitImageProcessor",
35
+ "image_std": [
36
+ 0.5,
37
+ 0.5,
38
+ 0.5
39
+ ],
40
+ "resample": 2,
41
+ "rescale_factor": 0.00392156862745098,
42
+ "size": {
43
+ "height": 224,
44
+ "width": 224
45
+ }
46
+ }
runs/Jun16_19-16-40_682ee8473c29/events.out.tfevents.1718565402.682ee8473c29.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f11948e9f83784e8cfa8f81fdc1118f569e0b6d49caab486bba15ffec70039c6
3
+ size 7791
runs/Jun16_19-36-10_682ee8473c29/events.out.tfevents.1718566571.682ee8473c29.34.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e1f88c2cebf883963765771aec97b7783c0914280778ce4337c210f49d3c6e4
3
+ size 6709
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acec8c010a1add6f77b9d2df1fba822b48aff5396af50249be9824e6285304e2
3
+ size 5176