LamaAldakhil commited on
Commit
05db72d
1 Parent(s): c7559a6

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/cvt-13",
3
+ "architectures": [
4
+ "CvtForImageClassification"
5
+ ],
6
+ "attention_drop_rate": [
7
+ 0.0,
8
+ 0.0,
9
+ 0.0
10
+ ],
11
+ "cls_token": [
12
+ false,
13
+ false,
14
+ true
15
+ ],
16
+ "depth": [
17
+ 1,
18
+ 2,
19
+ 10
20
+ ],
21
+ "drop_path_rate": [
22
+ 0.0,
23
+ 0.0,
24
+ 0.1
25
+ ],
26
+ "drop_rate": [
27
+ 0.0,
28
+ 0.0,
29
+ 0.0
30
+ ],
31
+ "embed_dim": [
32
+ 64,
33
+ 192,
34
+ 384
35
+ ],
36
+ "id2label": {
37
+ "0": "akiec",
38
+ "1": "bcc",
39
+ "2": "bkl",
40
+ "3": "df",
41
+ "4": "mel",
42
+ "5": "nv",
43
+ "6": "vasc"
44
+ },
45
+ "image_size": 224,
46
+ "initializer_range": 0.02,
47
+ "kernel_qkv": [
48
+ 3,
49
+ 3,
50
+ 3
51
+ ],
52
+ "label2id": {
53
+ "akiec": 0,
54
+ "bcc": 1,
55
+ "bkl": 2,
56
+ "df": 3,
57
+ "mel": 4,
58
+ "nv": 5,
59
+ "vasc": 6
60
+ },
61
+ "layer_norm_eps": 1e-12,
62
+ "mlp_ratio": [
63
+ 4.0,
64
+ 4.0,
65
+ 4.0
66
+ ],
67
+ "model_type": "cvt",
68
+ "num_channels": 3,
69
+ "num_heads": [
70
+ 1,
71
+ 3,
72
+ 6
73
+ ],
74
+ "num_stages": 3,
75
+ "padding_kv": [
76
+ 1,
77
+ 1,
78
+ 1
79
+ ],
80
+ "padding_q": [
81
+ 1,
82
+ 1,
83
+ 1
84
+ ],
85
+ "patch_padding": [
86
+ 2,
87
+ 1,
88
+ 1
89
+ ],
90
+ "patch_sizes": [
91
+ 7,
92
+ 3,
93
+ 3
94
+ ],
95
+ "patch_stride": [
96
+ 4,
97
+ 2,
98
+ 2
99
+ ],
100
+ "pos_embed": [
101
+ false,
102
+ false,
103
+ false
104
+ ],
105
+ "problem_type": "single_label_classification",
106
+ "qkv_bias": [
107
+ true,
108
+ true,
109
+ true
110
+ ],
111
+ "qkv_projection_method": [
112
+ "dw_bn",
113
+ "dw_bn",
114
+ "dw_bn"
115
+ ],
116
+ "stride_kv": [
117
+ 2,
118
+ 2,
119
+ 2
120
+ ],
121
+ "stride_q": [
122
+ 1,
123
+ 1,
124
+ 1
125
+ ],
126
+ "torch_dtype": "float32",
127
+ "transformers_version": "4.29.2"
128
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_processor_type": "ConvNextImageProcessor",
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 3,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "shortest_edge": 224
21
+ }
22
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:137a0192791d8e259e59fc2f8bb9a548d87a272b33f91cd67e628c2a4697b5a5
3
+ size 78740985
runs/May18_13-34-48_6d35dfc1bc77/1684416892.7536814/events.out.tfevents.1684416892.6d35dfc1bc77.5338.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c461406832118c34a94e2d99f9d03f7f0031b2d4f3b3251b9daa3bbfcc2ecfbb
3
+ size 5884
runs/May18_13-34-48_6d35dfc1bc77/events.out.tfevents.1684416892.6d35dfc1bc77.5338.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48f5650a1105e6a06ce701f4cd68d6d174fa071bed4f3923335b26fc2b810c34
3
+ size 5735
runs/May18_14-12-26_6d35dfc1bc77/1684419148.435536/events.out.tfevents.1684419148.6d35dfc1bc77.5338.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ce9bd88f8120f83d46a8376f28ff7f07c92f73326d18375133963958d929d33
3
+ size 5884
runs/May18_14-12-26_6d35dfc1bc77/events.out.tfevents.1684419148.6d35dfc1bc77.5338.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:470a44ddf685b713f327ea1f15710e9a1c4fec6e7e6dd229b6f5037156713e33
3
+ size 6196
runs/May18_14-20-54_6d35dfc1bc77/1684419656.753058/events.out.tfevents.1684419656.6d35dfc1bc77.5338.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfa7054fbe563b461b19fc2e319564f325c84d7325f53fb42e15c343d60fc312
3
+ size 5884
runs/May18_14-20-54_6d35dfc1bc77/events.out.tfevents.1684419656.6d35dfc1bc77.5338.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ada1ac72cb6030a39ab76d0ad90b5f4d4f806e5fd5718ccad0553f140ee5e1a
3
+ size 6196
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2329db1e605a562ded992242e805397993e3c27156ad646c57ffa77f4e07640e
3
+ size 3899