nielsr HF Staff commited on
Commit
acf1231
·
verified ·
1 Parent(s): 5b3ffca

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +111 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +30 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "silu",
4
+ "architectures": [
5
+ "LwDetrForObjectDetection"
6
+ ],
7
+ "attention_bias": true,
8
+ "attention_dropout": 0.0,
9
+ "auxiliary_loss": true,
10
+ "backbone": null,
11
+ "backbone_config": {
12
+ "cae_init_values": 0.1,
13
+ "dropout_prob": 0.0,
14
+ "dtype": "float32",
15
+ "hidden_act": "gelu",
16
+ "hidden_size": 192,
17
+ "image_size": 1024,
18
+ "initializer_range": 0.02,
19
+ "layer_norm_eps": 1e-06,
20
+ "mlp_ratio": 4,
21
+ "model_type": "lw_detr_vit",
22
+ "num_attention_heads": 12,
23
+ "num_channels": 3,
24
+ "num_hidden_layers": 6,
25
+ "num_windows": 16,
26
+ "num_windows_side": 4,
27
+ "out_features": [
28
+ "stage2",
29
+ "stage4",
30
+ "stage6"
31
+ ],
32
+ "out_indices": [
33
+ 2,
34
+ 4,
35
+ 6
36
+ ],
37
+ "patch_size": 16,
38
+ "pretrain_image_size": 224,
39
+ "qkv_bias": true,
40
+ "stage_names": [
41
+ "stem",
42
+ "stage1",
43
+ "stage2",
44
+ "stage3",
45
+ "stage4",
46
+ "stage5",
47
+ "stage6"
48
+ ],
49
+ "use_absolute_position_embeddings": true,
50
+ "window_block_indices": [
51
+ 0,
52
+ 2,
53
+ 4
54
+ ]
55
+ },
56
+ "batch_norm_eps": 1e-05,
57
+ "bbox_cost": 5,
58
+ "bbox_loss_coefficient": 5,
59
+ "c2f_num_blocks": 3,
60
+ "class_cost": 2,
61
+ "d_model": 256,
62
+ "decoder_activation_function": "relu",
63
+ "decoder_cross_attention_heads": 16,
64
+ "decoder_ffn_dim": 2048,
65
+ "decoder_layers": 3,
66
+ "decoder_n_points": 2,
67
+ "decoder_self_attention_heads": 8,
68
+ "dice_loss_coefficient": 1,
69
+ "disable_custom_kernels": true,
70
+ "dropout": 0.1,
71
+ "dtype": "float32",
72
+ "eos_coefficient": 0.1,
73
+ "focal_alpha": 0.25,
74
+ "giou_cost": 2,
75
+ "giou_loss_coefficient": 2,
76
+ "group_detr": 13,
77
+ "hidden_expansion": 0.5,
78
+ "id2label": {
79
+ "0": "Tray",
80
+ "1": "Cart"
81
+ },
82
+ "init_std": 0.02,
83
+ "keys_to_ignore_at_inference": [
84
+ "loss_dict",
85
+ "auxiliary_outputs",
86
+ "last_hidden_state",
87
+ "intermediate_hidden_states",
88
+ "intermediate_logits",
89
+ "intermediate_reference_points",
90
+ "encoder_last_hidden_state",
91
+ "init_reference_points",
92
+ "enc_outputs_class",
93
+ "enc_outputs_coord_logits"
94
+ ],
95
+ "label2id": {
96
+ "Cart": 1,
97
+ "Tray": 0
98
+ },
99
+ "model_type": "lw_detr",
100
+ "num_feature_levels": 1,
101
+ "num_queries": 100,
102
+ "projector_in_channels": [
103
+ 256
104
+ ],
105
+ "projector_out_channels": 256,
106
+ "projector_scale_factors": [
107
+ 1.0
108
+ ],
109
+ "transformers_version": "5.2.0",
110
+ "use_cache": false
111
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f07e99b09c70381b31af3112484b40404fdd603a17b63c3e814c8c3e7ef8602
3
+ size 46985608
preprocessor_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_format": "channels_first",
3
+ "do_convert_annotations": true,
4
+ "do_normalize": true,
5
+ "do_pad": true,
6
+ "do_rescale": true,
7
+ "do_resize": true,
8
+ "format": "coco_detection",
9
+ "image_mean": [
10
+ 0.485,
11
+ 0.456,
12
+ 0.406
13
+ ],
14
+ "image_processor_type": "DeformableDetrImageProcessorFast",
15
+ "image_std": [
16
+ 0.229,
17
+ 0.224,
18
+ 0.225
19
+ ],
20
+ "pad_size": {
21
+ "height": 640,
22
+ "width": 640
23
+ },
24
+ "resample": 2,
25
+ "rescale_factor": 0.00392156862745098,
26
+ "size": {
27
+ "max_height": 640,
28
+ "max_width": 640
29
+ }
30
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cb8c668ede040d7f4b3f52b9ffd794934672153a7263bbd1e0c91d1bcaa1844
3
+ size 5329