davanstrien HF Staff commited on
Commit
646d529
·
verified ·
1 Parent(s): 43a7a63

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +206 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +29 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "silu",
4
+ "anchor_image_size": null,
5
+ "architectures": [
6
+ "DFineForObjectDetection"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "auxiliary_loss": true,
10
+ "backbone": null,
11
+ "backbone_config": {
12
+ "depths": [
13
+ 3,
14
+ 4,
15
+ 6,
16
+ 3
17
+ ],
18
+ "downsample_in_bottleneck": false,
19
+ "downsample_in_first_stage": false,
20
+ "dtype": "float32",
21
+ "embedding_size": 32,
22
+ "hidden_act": "relu",
23
+ "hidden_sizes": [
24
+ 128,
25
+ 256,
26
+ 512,
27
+ 1024
28
+ ],
29
+ "initializer_range": 0.02,
30
+ "layer_type": "basic",
31
+ "model_type": "hgnet_v2",
32
+ "num_channels": 3,
33
+ "out_features": [
34
+ "stage2",
35
+ "stage3",
36
+ "stage4"
37
+ ],
38
+ "out_indices": [
39
+ 2,
40
+ 3,
41
+ 4
42
+ ],
43
+ "stage_downsample": [
44
+ false,
45
+ true,
46
+ true,
47
+ true
48
+ ],
49
+ "stage_downsample_strides": [
50
+ 2,
51
+ 2,
52
+ 2,
53
+ 2
54
+ ],
55
+ "stage_in_channels": [
56
+ 16,
57
+ 64,
58
+ 256,
59
+ 512
60
+ ],
61
+ "stage_kernel_size": [
62
+ 3,
63
+ 3,
64
+ 5,
65
+ 5
66
+ ],
67
+ "stage_light_block": [
68
+ false,
69
+ false,
70
+ true,
71
+ true
72
+ ],
73
+ "stage_mid_channels": [
74
+ 16,
75
+ 32,
76
+ 64,
77
+ 128
78
+ ],
79
+ "stage_names": [
80
+ "stem",
81
+ "stage1",
82
+ "stage2",
83
+ "stage3",
84
+ "stage4"
85
+ ],
86
+ "stage_num_blocks": [
87
+ 1,
88
+ 1,
89
+ 2,
90
+ 1
91
+ ],
92
+ "stage_numb_of_layers": [
93
+ 3,
94
+ 3,
95
+ 3,
96
+ 3
97
+ ],
98
+ "stage_out_channels": [
99
+ 64,
100
+ 256,
101
+ 512,
102
+ 1024
103
+ ],
104
+ "stem_channels": [
105
+ 3,
106
+ 16,
107
+ 16
108
+ ],
109
+ "stem_strides": [
110
+ 2,
111
+ 1,
112
+ 1,
113
+ 2,
114
+ 1
115
+ ],
116
+ "use_learnable_affine_block": true
117
+ },
118
+ "batch_norm_eps": 1e-05,
119
+ "box_noise_scale": 1.0,
120
+ "d_model": 256,
121
+ "decoder_activation_function": "relu",
122
+ "decoder_attention_heads": 8,
123
+ "decoder_ffn_dim": 1024,
124
+ "decoder_in_channels": [
125
+ 256,
126
+ 256,
127
+ 256
128
+ ],
129
+ "decoder_layers": 3,
130
+ "decoder_method": "default",
131
+ "decoder_n_points": [
132
+ 3,
133
+ 6,
134
+ 3
135
+ ],
136
+ "decoder_offset_scale": 0.5,
137
+ "depth_mult": 0.34,
138
+ "dropout": 0.0,
139
+ "dtype": "float32",
140
+ "encode_proj_layers": [
141
+ 2
142
+ ],
143
+ "encoder_activation_function": "gelu",
144
+ "encoder_attention_heads": 8,
145
+ "encoder_ffn_dim": 1024,
146
+ "encoder_hidden_dim": 256,
147
+ "encoder_in_channels": [
148
+ 256,
149
+ 512,
150
+ 1024
151
+ ],
152
+ "encoder_layers": 1,
153
+ "eos_coefficient": 0.0001,
154
+ "eval_idx": -1,
155
+ "eval_size": null,
156
+ "feat_strides": [
157
+ 8,
158
+ 16,
159
+ 32
160
+ ],
161
+ "focal_loss_alpha": 0.75,
162
+ "focal_loss_gamma": 2.0,
163
+ "freeze_backbone_batch_norms": true,
164
+ "head_dim": 32,
165
+ "hidden_expansion": 0.5,
166
+ "id2label": {
167
+ "0": "class_0"
168
+ },
169
+ "initializer_bias_prior_prob": null,
170
+ "initializer_range": 0.01,
171
+ "is_encoder_decoder": true,
172
+ "label2id": {
173
+ "class_0": 0
174
+ },
175
+ "label_noise_ratio": 0.5,
176
+ "layer_norm_eps": 1e-05,
177
+ "layer_scale": 1,
178
+ "learn_initial_query": false,
179
+ "lqe_hidden_dim": 64,
180
+ "lqe_layers": 2,
181
+ "matcher_alpha": 0.25,
182
+ "matcher_bbox_cost": 5.0,
183
+ "matcher_class_cost": 2.0,
184
+ "matcher_gamma": 2.0,
185
+ "matcher_giou_cost": 2.0,
186
+ "max_num_bins": 32,
187
+ "model_type": "d_fine",
188
+ "normalize_before": false,
189
+ "num_denoising": 100,
190
+ "num_feature_levels": 3,
191
+ "num_queries": 300,
192
+ "positional_encoding_temperature": 10000,
193
+ "reg_scale": 4.0,
194
+ "tie_word_embeddings": true,
195
+ "top_prob_values": 4,
196
+ "transformers_version": "5.4.0",
197
+ "up": 0.5,
198
+ "use_cache": false,
199
+ "use_focal_loss": true,
200
+ "weight_loss_bbox": 5.0,
201
+ "weight_loss_ddf": 1.5,
202
+ "weight_loss_fgl": 0.15,
203
+ "weight_loss_giou": 2.0,
204
+ "weight_loss_vfl": 1.0,
205
+ "with_box_refine": true
206
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43408f93fcb2761893f64d21f24f6de60387744daafe0cc3bda7f7fd0e2ed1c1
3
+ size 41091868
preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_annotations": true,
3
+ "do_normalize": false,
4
+ "do_pad": true,
5
+ "do_rescale": true,
6
+ "do_resize": true,
7
+ "format": "coco_detection",
8
+ "image_mean": [
9
+ 0.485,
10
+ 0.456,
11
+ 0.406
12
+ ],
13
+ "image_processor_type": "RTDetrImageProcessor",
14
+ "image_std": [
15
+ 0.229,
16
+ 0.224,
17
+ 0.225
18
+ ],
19
+ "pad_size": {
20
+ "height": 640,
21
+ "width": 640
22
+ },
23
+ "resample": 2,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "max_height": 640,
27
+ "max_width": 640
28
+ }
29
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29d93c8618ebe8c8cca1c28d6fd3609afef6c2d0e88e4d19b6499988b0383d3f
3
+ size 5329