braaibander commited on
Commit
50cd435
·
verified ·
1 Parent(s): 87fa836

End of training

Browse files
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: facebook/detr-resnet-50
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - imagefolder
9
+ model-index:
10
+ - name: outputs
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # outputs
18
+
19
+ This model is a fine-tuned version of [facebook/detr-resnet-50](https://huggingface.co/facebook/detr-resnet-50) on the imagefolder dataset.
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 5e-05
39
+ - train_batch_size: 6
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 3
45
+ - mixed_precision_training: Native AMP
46
+
47
+ ### Training results
48
+
49
+
50
+
51
+ ### Framework versions
52
+
53
+ - Transformers 4.48.0
54
+ - Pytorch 2.6.0+cu124
55
+ - Datasets 3.2.0
56
+ - Tokenizers 0.21.0
config.json ADDED
@@ -0,0 +1,175 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/detr-resnet-50",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "relu",
5
+ "architectures": [
6
+ "DetrForObjectDetection"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "auxiliary_loss": false,
10
+ "backbone": null,
11
+ "backbone_config": {
12
+ "_attn_implementation_autoset": false,
13
+ "_name_or_path": "",
14
+ "add_cross_attention": false,
15
+ "architectures": null,
16
+ "bad_words_ids": null,
17
+ "begin_suppress_tokens": null,
18
+ "bos_token_id": null,
19
+ "chunk_size_feed_forward": 0,
20
+ "cross_attention_hidden_size": null,
21
+ "decoder_start_token_id": null,
22
+ "depths": [
23
+ 3,
24
+ 4,
25
+ 6,
26
+ 3
27
+ ],
28
+ "diversity_penalty": 0.0,
29
+ "do_sample": false,
30
+ "downsample_in_bottleneck": false,
31
+ "downsample_in_first_stage": false,
32
+ "early_stopping": false,
33
+ "embedding_size": 64,
34
+ "encoder_no_repeat_ngram_size": 0,
35
+ "eos_token_id": null,
36
+ "exponential_decay_length_penalty": null,
37
+ "finetuning_task": null,
38
+ "forced_bos_token_id": null,
39
+ "forced_eos_token_id": null,
40
+ "hidden_act": "relu",
41
+ "hidden_sizes": [
42
+ 256,
43
+ 512,
44
+ 1024,
45
+ 2048
46
+ ],
47
+ "id2label": {
48
+ "0": "LABEL_0",
49
+ "1": "LABEL_1"
50
+ },
51
+ "is_decoder": false,
52
+ "is_encoder_decoder": false,
53
+ "label2id": {
54
+ "LABEL_0": 0,
55
+ "LABEL_1": 1
56
+ },
57
+ "layer_type": "bottleneck",
58
+ "length_penalty": 1.0,
59
+ "max_length": 20,
60
+ "min_length": 0,
61
+ "model_type": "resnet",
62
+ "no_repeat_ngram_size": 0,
63
+ "num_beam_groups": 1,
64
+ "num_beams": 1,
65
+ "num_channels": 3,
66
+ "num_return_sequences": 1,
67
+ "out_features": [
68
+ "stage4"
69
+ ],
70
+ "out_indices": [
71
+ 4
72
+ ],
73
+ "output_attentions": false,
74
+ "output_hidden_states": false,
75
+ "output_scores": false,
76
+ "pad_token_id": null,
77
+ "prefix": null,
78
+ "problem_type": null,
79
+ "pruned_heads": {},
80
+ "remove_invalid_values": false,
81
+ "repetition_penalty": 1.0,
82
+ "return_dict": true,
83
+ "return_dict_in_generate": false,
84
+ "sep_token_id": null,
85
+ "stage_names": [
86
+ "stem",
87
+ "stage1",
88
+ "stage2",
89
+ "stage3",
90
+ "stage4"
91
+ ],
92
+ "suppress_tokens": null,
93
+ "task_specific_params": null,
94
+ "temperature": 1.0,
95
+ "tf_legacy_loss": false,
96
+ "tie_encoder_decoder": false,
97
+ "tie_word_embeddings": true,
98
+ "tokenizer_class": null,
99
+ "top_k": 50,
100
+ "top_p": 1.0,
101
+ "torch_dtype": null,
102
+ "torchscript": false,
103
+ "typical_p": 1.0,
104
+ "use_bfloat16": false
105
+ },
106
+ "backbone_kwargs": null,
107
+ "bbox_cost": 5,
108
+ "bbox_loss_coefficient": 5,
109
+ "class_cost": 1,
110
+ "d_model": 256,
111
+ "decoder_attention_heads": 8,
112
+ "decoder_ffn_dim": 2048,
113
+ "decoder_layerdrop": 0.0,
114
+ "decoder_layers": 6,
115
+ "dice_loss_coefficient": 1,
116
+ "dilation": null,
117
+ "dropout": 0.1,
118
+ "encoder_attention_heads": 8,
119
+ "encoder_ffn_dim": 2048,
120
+ "encoder_layerdrop": 0.0,
121
+ "encoder_layers": 6,
122
+ "eos_coefficient": 0.1,
123
+ "giou_cost": 2,
124
+ "giou_loss_coefficient": 2,
125
+ "id2label": {
126
+ "0": "wheel_front_left",
127
+ "1": "wheel_front_right",
128
+ "2": "wheel_rear_left",
129
+ "3": "wheel_rear_right",
130
+ "4": "head_light_left",
131
+ "5": "head_light_right",
132
+ "6": "rear_light_left",
133
+ "7": "rear_light_right",
134
+ "8": "mirror_left",
135
+ "9": "mirror_right",
136
+ "10": "filler_cap",
137
+ "11": "antenna",
138
+ "12": "license_plate",
139
+ "13": "license_plate_holder",
140
+ "14": "brand_badge",
141
+ "15": "roof_rack"
142
+ },
143
+ "init_std": 0.02,
144
+ "init_xavier_std": 1.0,
145
+ "is_encoder_decoder": true,
146
+ "label2id": {
147
+ "antenna": 11,
148
+ "brand_badge": 14,
149
+ "filler_cap": 10,
150
+ "head_light_left": 4,
151
+ "head_light_right": 5,
152
+ "license_plate": 12,
153
+ "license_plate_holder": 13,
154
+ "mirror_left": 8,
155
+ "mirror_right": 9,
156
+ "rear_light_left": 6,
157
+ "rear_light_right": 7,
158
+ "roof_rack": 15,
159
+ "wheel_front_left": 0,
160
+ "wheel_front_right": 1,
161
+ "wheel_rear_left": 2,
162
+ "wheel_rear_right": 3
163
+ },
164
+ "mask_loss_coefficient": 1,
165
+ "model_type": "detr",
166
+ "num_channels": 3,
167
+ "num_hidden_layers": 6,
168
+ "num_queries": 100,
169
+ "position_embedding_type": "sine",
170
+ "scale_embedding": false,
171
+ "torch_dtype": "float32",
172
+ "transformers_version": "4.48.0",
173
+ "use_pretrained_backbone": null,
174
+ "use_timm_backbone": false
175
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab489d6fdfb704a164df44cfbfbe1e547f959e15b8bda09c8d8a250b314e5087
3
+ size 166519148
preprocessor_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_annotations": true,
3
+ "do_normalize": true,
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": "DetrImageProcessor",
14
+ "image_std": [
15
+ 0.229,
16
+ 0.224,
17
+ 0.225
18
+ ],
19
+ "pad_size": null,
20
+ "resample": 2,
21
+ "rescale_factor": 0.00392156862745098,
22
+ "size": {
23
+ "longest_edge": 1333,
24
+ "shortest_edge": 800
25
+ }
26
+ }
runs/Jan30_10-07-36_braai-on-the-go/events.out.tfevents.1738228056.braai-on-the-go.29173.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52bbc1a194b28bb21297dee7fce172f84968de424574309c892be835799c2109
3
+ size 8707
runs/Jan30_10-09-10_braai-on-the-go/events.out.tfevents.1738228150.braai-on-the-go.30485.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:857fa5882952e3ccca6b9f133dfe876fbf50140d0f19a0803a884f07cb1018c0
3
+ size 8707
runs/Jan30_10-18-38_braai-on-the-go/events.out.tfevents.1738228719.braai-on-the-go.36004.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e11b6d66e9428d3dfb85efc9b9788d2f9c755a4e7fe7704c7accbc3a7a7c33f9
3
+ size 9686
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:313db6f228d5748eb220b2c63a5e076d4e1e5d0cee06e265654420912a27e7b8
3
+ size 5368