ahmedesmail16
commited on
Commit
•
24877c5
1
Parent(s):
afa0112
Training in progress, epoch 0
Browse files
config.json
ADDED
@@ -0,0 +1,105 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/beit-large-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": 1024,
|
16 |
+
"id2label": {
|
17 |
+
"0": "Erythrodermic",
|
18 |
+
"1": "Guttate",
|
19 |
+
"2": "Inverse",
|
20 |
+
"3": "Nail",
|
21 |
+
"4": "Normal",
|
22 |
+
"5": "Not Define",
|
23 |
+
"6": "Palm Soles",
|
24 |
+
"7": "Plaque",
|
25 |
+
"8": "Psoriatic Arthritis",
|
26 |
+
"9": "Pustular",
|
27 |
+
"10": "Scalp",
|
28 |
+
"11": "UPNormal"
|
29 |
+
},
|
30 |
+
"image_size": 224,
|
31 |
+
"initializer_range": 0.02,
|
32 |
+
"intermediate_size": 4096,
|
33 |
+
"label2id": {
|
34 |
+
"Erythrodermic": 0,
|
35 |
+
"Guttate": 1,
|
36 |
+
"Inverse": 2,
|
37 |
+
"Nail": 3,
|
38 |
+
"Normal": 4,
|
39 |
+
"Not Define": 5,
|
40 |
+
"Palm Soles": 6,
|
41 |
+
"Plaque": 7,
|
42 |
+
"Psoriatic Arthritis": 8,
|
43 |
+
"Pustular": 9,
|
44 |
+
"Scalp": 10,
|
45 |
+
"UPNormal": 11
|
46 |
+
},
|
47 |
+
"layer_norm_eps": 1e-12,
|
48 |
+
"layer_scale_init_value": 0.1,
|
49 |
+
"model_type": "beit",
|
50 |
+
"num_attention_heads": 16,
|
51 |
+
"num_channels": 3,
|
52 |
+
"num_hidden_layers": 24,
|
53 |
+
"out_features": [
|
54 |
+
"stage24"
|
55 |
+
],
|
56 |
+
"out_indices": [
|
57 |
+
24
|
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 |
+
"stage13",
|
84 |
+
"stage14",
|
85 |
+
"stage15",
|
86 |
+
"stage16",
|
87 |
+
"stage17",
|
88 |
+
"stage18",
|
89 |
+
"stage19",
|
90 |
+
"stage20",
|
91 |
+
"stage21",
|
92 |
+
"stage22",
|
93 |
+
"stage23",
|
94 |
+
"stage24"
|
95 |
+
],
|
96 |
+
"torch_dtype": "float32",
|
97 |
+
"transformers_version": "4.39.3",
|
98 |
+
"use_absolute_position_embeddings": false,
|
99 |
+
"use_auxiliary_head": true,
|
100 |
+
"use_mask_token": false,
|
101 |
+
"use_mean_pooling": true,
|
102 |
+
"use_relative_position_bias": true,
|
103 |
+
"use_shared_relative_position_bias": false,
|
104 |
+
"vocab_size": 8192
|
105 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbd722f34d2af1f77d9ad0c36f69719ea25fc37d4c6fb93434e3d48675fad071
|
3 |
+
size 1213724256
|
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/May17_14-51-16_d76c3e3fefa2/events.out.tfevents.1715957478.d76c3e3fefa2.35.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2c7cb404a9b1feeb694d0e0a33c205a496ce6d9d54f4ba1a7210e0a6718c1ce
|
3 |
+
size 6829
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e404061a42e9b6a711628bbb14ac489a5398e6c0f77f20ba1609cf11074f5fb
|
3 |
+
size 4984
|