Training in progress, epoch 1
Browse files
config.json
ADDED
@@ -0,0 +1,143 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"CvtForImageClassification"
|
4 |
+
],
|
5 |
+
"attention_drop_rate": [
|
6 |
+
0.0,
|
7 |
+
0.0,
|
8 |
+
0.0
|
9 |
+
],
|
10 |
+
"cls_token": [
|
11 |
+
false,
|
12 |
+
false,
|
13 |
+
true
|
14 |
+
],
|
15 |
+
"depth": [
|
16 |
+
1,
|
17 |
+
4,
|
18 |
+
16
|
19 |
+
],
|
20 |
+
"drop_path_rate": [
|
21 |
+
0.0,
|
22 |
+
0.0,
|
23 |
+
0.1
|
24 |
+
],
|
25 |
+
"drop_rate": [
|
26 |
+
0.0,
|
27 |
+
0.0,
|
28 |
+
0.0
|
29 |
+
],
|
30 |
+
"embed_dim": [
|
31 |
+
64,
|
32 |
+
192,
|
33 |
+
384
|
34 |
+
],
|
35 |
+
"id2label": {
|
36 |
+
"0": "LABEL_0",
|
37 |
+
"1": "LABEL_1",
|
38 |
+
"2": "LABEL_2",
|
39 |
+
"3": "LABEL_3",
|
40 |
+
"4": "LABEL_4",
|
41 |
+
"5": "LABEL_5",
|
42 |
+
"6": "LABEL_6",
|
43 |
+
"7": "LABEL_7",
|
44 |
+
"8": "LABEL_8",
|
45 |
+
"9": "LABEL_9",
|
46 |
+
"10": "LABEL_10",
|
47 |
+
"11": "LABEL_11",
|
48 |
+
"12": "LABEL_12",
|
49 |
+
"13": "LABEL_13",
|
50 |
+
"14": "LABEL_14"
|
51 |
+
},
|
52 |
+
"image_size": 384,
|
53 |
+
"initializer_range": 0.02,
|
54 |
+
"kernel_qkv": [
|
55 |
+
3,
|
56 |
+
3,
|
57 |
+
3
|
58 |
+
],
|
59 |
+
"label2id": {
|
60 |
+
"LABEL_0": 0,
|
61 |
+
"LABEL_1": 1,
|
62 |
+
"LABEL_10": 10,
|
63 |
+
"LABEL_11": 11,
|
64 |
+
"LABEL_12": 12,
|
65 |
+
"LABEL_13": 13,
|
66 |
+
"LABEL_14": 14,
|
67 |
+
"LABEL_2": 2,
|
68 |
+
"LABEL_3": 3,
|
69 |
+
"LABEL_4": 4,
|
70 |
+
"LABEL_5": 5,
|
71 |
+
"LABEL_6": 6,
|
72 |
+
"LABEL_7": 7,
|
73 |
+
"LABEL_8": 8,
|
74 |
+
"LABEL_9": 9
|
75 |
+
},
|
76 |
+
"layer_norm_eps": 1e-12,
|
77 |
+
"mlp_ratio": [
|
78 |
+
4.0,
|
79 |
+
4.0,
|
80 |
+
4.0
|
81 |
+
],
|
82 |
+
"model_type": "cvt",
|
83 |
+
"num_channels": 3,
|
84 |
+
"num_heads": [
|
85 |
+
1,
|
86 |
+
3,
|
87 |
+
6
|
88 |
+
],
|
89 |
+
"num_stages": 3,
|
90 |
+
"padding_kv": [
|
91 |
+
1,
|
92 |
+
1,
|
93 |
+
1
|
94 |
+
],
|
95 |
+
"padding_q": [
|
96 |
+
1,
|
97 |
+
1,
|
98 |
+
1
|
99 |
+
],
|
100 |
+
"patch_padding": [
|
101 |
+
2,
|
102 |
+
1,
|
103 |
+
1
|
104 |
+
],
|
105 |
+
"patch_sizes": [
|
106 |
+
7,
|
107 |
+
3,
|
108 |
+
3
|
109 |
+
],
|
110 |
+
"patch_stride": [
|
111 |
+
4,
|
112 |
+
2,
|
113 |
+
2
|
114 |
+
],
|
115 |
+
"pos_embed": [
|
116 |
+
false,
|
117 |
+
false,
|
118 |
+
false
|
119 |
+
],
|
120 |
+
"problem_type": "multi_label_classification",
|
121 |
+
"qkv_bias": [
|
122 |
+
true,
|
123 |
+
true,
|
124 |
+
true
|
125 |
+
],
|
126 |
+
"qkv_projection_method": [
|
127 |
+
"dw_bn",
|
128 |
+
"dw_bn",
|
129 |
+
"dw_bn"
|
130 |
+
],
|
131 |
+
"stride_kv": [
|
132 |
+
2,
|
133 |
+
2,
|
134 |
+
2
|
135 |
+
],
|
136 |
+
"stride_q": [
|
137 |
+
1,
|
138 |
+
1,
|
139 |
+
1
|
140 |
+
],
|
141 |
+
"torch_dtype": "float32",
|
142 |
+
"transformers_version": "4.52.3"
|
143 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77e675c1ed038d7d509cbd6b8cdf529361132ed952b53396c9b576293836ffe8
|
3 |
+
size 125259636
|
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": 384
|
21 |
+
}
|
22 |
+
}
|
runs/May23_09-07-15_5eed3e68108b/events.out.tfevents.1747991250.5eed3e68108b.202.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5ff51ea7c9c0344002528c8d0cc999d54fbceddda515a93052b37500c8b365d
|
3 |
+
size 26916
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d637a8a6ff91946ba1a84149c893b8b83e080d7897867a3e6f8ea311fb3f0241
|
3 |
+
size 5368
|