benjamintli commited on
Commit
aa76fa1
·
verified ·
1 Parent(s): 38873cb

Training in progress, epoch 4, checkpoint

Browse files
checkpoint-1480/config.json ADDED
@@ -0,0 +1,283 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "silu",
4
+ "anchor_image_size": null,
5
+ "architectures": [
6
+ "RTDetrV2ForObjectDetection"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "auxiliary_loss": true,
10
+ "backbone": null,
11
+ "backbone_config": {
12
+ "depths": [
13
+ 3,
14
+ 4,
15
+ 23,
16
+ 3
17
+ ],
18
+ "downsample_in_bottleneck": false,
19
+ "downsample_in_first_stage": false,
20
+ "dtype": "float32",
21
+ "embedding_size": 64,
22
+ "hidden_act": "relu",
23
+ "hidden_sizes": [
24
+ 256,
25
+ 512,
26
+ 1024,
27
+ 2048
28
+ ],
29
+ "layer_type": "bottleneck",
30
+ "model_type": "rt_detr_resnet",
31
+ "num_channels": 3,
32
+ "out_features": [
33
+ "stage2",
34
+ "stage3",
35
+ "stage4"
36
+ ],
37
+ "out_indices": [
38
+ 2,
39
+ 3,
40
+ 4
41
+ ],
42
+ "stage_names": [
43
+ "stem",
44
+ "stage1",
45
+ "stage2",
46
+ "stage3",
47
+ "stage4"
48
+ ]
49
+ },
50
+ "backbone_kwargs": null,
51
+ "batch_norm_eps": 1e-05,
52
+ "box_noise_scale": 1.0,
53
+ "d_model": 256,
54
+ "decoder_activation_function": "relu",
55
+ "decoder_attention_heads": 8,
56
+ "decoder_ffn_dim": 1024,
57
+ "decoder_in_channels": [
58
+ 384,
59
+ 384,
60
+ 384
61
+ ],
62
+ "decoder_layers": 6,
63
+ "decoder_method": "default",
64
+ "decoder_n_levels": 3,
65
+ "decoder_n_points": 4,
66
+ "decoder_offset_scale": 0.5,
67
+ "disable_custom_kernels": true,
68
+ "dropout": 0.0,
69
+ "dtype": "float32",
70
+ "encode_proj_layers": [
71
+ 2
72
+ ],
73
+ "encoder_activation_function": "gelu",
74
+ "encoder_attention_heads": 8,
75
+ "encoder_ffn_dim": 2048,
76
+ "encoder_hidden_dim": 384,
77
+ "encoder_in_channels": [
78
+ 512,
79
+ 1024,
80
+ 2048
81
+ ],
82
+ "encoder_layers": 1,
83
+ "eos_coefficient": 0.0001,
84
+ "eval_size": null,
85
+ "feat_strides": [
86
+ 8,
87
+ 16,
88
+ 32
89
+ ],
90
+ "focal_loss_alpha": 0.75,
91
+ "focal_loss_gamma": 2.0,
92
+ "freeze_backbone_batch_norms": true,
93
+ "hidden_expansion": 1.0,
94
+ "id2label": {
95
+ "0": "person",
96
+ "1": "bicycle",
97
+ "2": "car",
98
+ "3": "motorcycle",
99
+ "4": "airplane",
100
+ "5": "bus",
101
+ "6": "train",
102
+ "7": "truck",
103
+ "8": "boat",
104
+ "9": "traffic light",
105
+ "10": "fire hydrant",
106
+ "11": "stop sign",
107
+ "12": "parking meter",
108
+ "13": "bench",
109
+ "14": "bird",
110
+ "15": "cat",
111
+ "16": "dog",
112
+ "17": "horse",
113
+ "18": "sheep",
114
+ "19": "cow",
115
+ "20": "elephant",
116
+ "21": "bear",
117
+ "22": "zebra",
118
+ "23": "giraffe",
119
+ "24": "backpack",
120
+ "25": "umbrella",
121
+ "26": "handbag",
122
+ "27": "tie",
123
+ "28": "suitcase",
124
+ "29": "frisbee",
125
+ "30": "skis",
126
+ "31": "snowboard",
127
+ "32": "sports ball",
128
+ "33": "kite",
129
+ "34": "baseball bat",
130
+ "35": "baseball glove",
131
+ "36": "skateboard",
132
+ "37": "surfboard",
133
+ "38": "tennis racket",
134
+ "39": "bottle",
135
+ "40": "wine glass",
136
+ "41": "cup",
137
+ "42": "fork",
138
+ "43": "knife",
139
+ "44": "spoon",
140
+ "45": "bowl",
141
+ "46": "banana",
142
+ "47": "apple",
143
+ "48": "sandwich",
144
+ "49": "orange",
145
+ "50": "broccoli",
146
+ "51": "carrot",
147
+ "52": "hot dog",
148
+ "53": "pizza",
149
+ "54": "donut",
150
+ "55": "cake",
151
+ "56": "chair",
152
+ "57": "couch",
153
+ "58": "potted plant",
154
+ "59": "bed",
155
+ "60": "dining table",
156
+ "61": "toilet",
157
+ "62": "tv",
158
+ "63": "laptop",
159
+ "64": "mouse",
160
+ "65": "remote",
161
+ "66": "keyboard",
162
+ "67": "cell phone",
163
+ "68": "microwave",
164
+ "69": "oven",
165
+ "70": "toaster",
166
+ "71": "sink",
167
+ "72": "refrigerator",
168
+ "73": "book",
169
+ "74": "clock",
170
+ "75": "vase",
171
+ "76": "scissors",
172
+ "77": "teddy bear",
173
+ "78": "hair drier",
174
+ "79": "toothbrush"
175
+ },
176
+ "initializer_bias_prior_prob": null,
177
+ "initializer_range": 0.01,
178
+ "is_encoder_decoder": true,
179
+ "label2id": {
180
+ "airplane": 4,
181
+ "apple": 47,
182
+ "backpack": 24,
183
+ "banana": 46,
184
+ "baseball bat": 34,
185
+ "baseball glove": 35,
186
+ "bear": 21,
187
+ "bed": 59,
188
+ "bench": 13,
189
+ "bicycle": 1,
190
+ "bird": 14,
191
+ "boat": 8,
192
+ "book": 73,
193
+ "bottle": 39,
194
+ "bowl": 45,
195
+ "broccoli": 50,
196
+ "bus": 5,
197
+ "cake": 55,
198
+ "car": 2,
199
+ "carrot": 51,
200
+ "cat": 15,
201
+ "cell phone": 67,
202
+ "chair": 56,
203
+ "clock": 74,
204
+ "couch": 57,
205
+ "cow": 19,
206
+ "cup": 41,
207
+ "dining table": 60,
208
+ "dog": 16,
209
+ "donut": 54,
210
+ "elephant": 20,
211
+ "fire hydrant": 10,
212
+ "fork": 42,
213
+ "frisbee": 29,
214
+ "giraffe": 23,
215
+ "hair drier": 78,
216
+ "handbag": 26,
217
+ "horse": 17,
218
+ "hot dog": 52,
219
+ "keyboard": 66,
220
+ "kite": 33,
221
+ "knife": 43,
222
+ "laptop": 63,
223
+ "microwave": 68,
224
+ "motorcycle": 3,
225
+ "mouse": 64,
226
+ "orange": 49,
227
+ "oven": 69,
228
+ "parking meter": 12,
229
+ "person": 0,
230
+ "pizza": 53,
231
+ "potted plant": 58,
232
+ "refrigerator": 72,
233
+ "remote": 65,
234
+ "sandwich": 48,
235
+ "scissors": 76,
236
+ "sheep": 18,
237
+ "sink": 71,
238
+ "skateboard": 36,
239
+ "skis": 30,
240
+ "snowboard": 31,
241
+ "spoon": 44,
242
+ "sports ball": 32,
243
+ "stop sign": 11,
244
+ "suitcase": 28,
245
+ "surfboard": 37,
246
+ "teddy bear": 77,
247
+ "tennis racket": 38,
248
+ "tie": 27,
249
+ "toaster": 70,
250
+ "toilet": 61,
251
+ "toothbrush": 79,
252
+ "traffic light": 9,
253
+ "train": 6,
254
+ "truck": 7,
255
+ "tv": 62,
256
+ "umbrella": 25,
257
+ "vase": 75,
258
+ "wine glass": 40,
259
+ "zebra": 22
260
+ },
261
+ "label_noise_ratio": 0.5,
262
+ "layer_norm_eps": 1e-05,
263
+ "learn_initial_query": false,
264
+ "matcher_alpha": 0.25,
265
+ "matcher_bbox_cost": 5.0,
266
+ "matcher_class_cost": 2.0,
267
+ "matcher_gamma": 2.0,
268
+ "matcher_giou_cost": 2.0,
269
+ "model_type": "rt_detr_v2",
270
+ "normalize_before": false,
271
+ "num_denoising": 100,
272
+ "num_feature_levels": 3,
273
+ "num_queries": 300,
274
+ "positional_encoding_temperature": 10000,
275
+ "transformers_version": "4.57.3",
276
+ "use_focal_loss": true,
277
+ "use_pretrained_backbone": false,
278
+ "use_timm_backbone": false,
279
+ "weight_loss_bbox": 5.0,
280
+ "weight_loss_giou": 2.0,
281
+ "weight_loss_vfl": 1.0,
282
+ "with_box_refine": true
283
+ }
checkpoint-1480/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d722d5cc23fa6643cccbaedb9eaf31c7ac5d477adb6fc42937614e3e5af4d79a
3
+ size 307332000
checkpoint-1480/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4c94fb6bdbeafa813e693739a087ab4b0427d1b908197ef8d57deda94f80c1f
3
+ size 612853474
checkpoint-1480/preprocessor_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": null,
3
+ "data_format": "channels_first",
4
+ "default_to_square": false,
5
+ "device": null,
6
+ "disable_grouping": null,
7
+ "do_center_crop": null,
8
+ "do_convert_annotations": true,
9
+ "do_convert_rgb": null,
10
+ "do_normalize": false,
11
+ "do_pad": false,
12
+ "do_rescale": true,
13
+ "do_resize": true,
14
+ "format": "coco_detection",
15
+ "image_mean": [
16
+ 0.485,
17
+ 0.456,
18
+ 0.406
19
+ ],
20
+ "image_processor_type": "RTDetrImageProcessorFast",
21
+ "image_std": [
22
+ 0.229,
23
+ 0.224,
24
+ 0.225
25
+ ],
26
+ "input_data_format": null,
27
+ "pad_size": null,
28
+ "resample": 2,
29
+ "rescale_factor": 0.00392156862745098,
30
+ "return_segmentation_masks": null,
31
+ "return_tensors": null,
32
+ "size": {
33
+ "height": 640,
34
+ "width": 640
35
+ }
36
+ }
checkpoint-1480/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:395cd5926cbfbfef51870019046198c5d7451264b54a0b671e6d4ab24905e736
3
+ size 14645
checkpoint-1480/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd5b83c8cb76fb67e14f86551a3cddf78dcabed31f2b294c2e03362050550a93
3
+ size 1383
checkpoint-1480/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdb337fa4236cb7049a57519833627e759fba48dfa112766821d6f79c55753a3
3
+ size 1465
checkpoint-1480/trainer_state.json ADDED
@@ -0,0 +1,768 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 1480,
3
+ "best_metric": 0.5394,
4
+ "best_model_checkpoint": "output/checkpoint-1480",
5
+ "epoch": 4.0,
6
+ "eval_steps": 500,
7
+ "global_step": 1480,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 1.0,
14
+ "eval_loss": 9.46501350402832,
15
+ "eval_map": 0.5295,
16
+ "eval_map_50": 0.6826,
17
+ "eval_map_75": 0.5707,
18
+ "eval_map_airplane": 0.7824,
19
+ "eval_map_apple": 0.1443,
20
+ "eval_map_backpack": 0.2061,
21
+ "eval_map_banana": 0.2278,
22
+ "eval_map_baseball bat": 0.5873,
23
+ "eval_map_baseball glove": 0.3108,
24
+ "eval_map_bear": 0.9337,
25
+ "eval_map_bed": 0.6263,
26
+ "eval_map_bench": 0.4226,
27
+ "eval_map_bicycle": 0.1765,
28
+ "eval_map_bird": 1.0,
29
+ "eval_map_boat": 0.2403,
30
+ "eval_map_book": 0.1317,
31
+ "eval_map_bottle": 0.4378,
32
+ "eval_map_bowl": 0.5302,
33
+ "eval_map_broccoli": 0.487,
34
+ "eval_map_bus": 0.8264,
35
+ "eval_map_cake": 0.6871,
36
+ "eval_map_car": 0.5276,
37
+ "eval_map_carrot": 0.3177,
38
+ "eval_map_cat": 0.8147,
39
+ "eval_map_cell phone": 0.3335,
40
+ "eval_map_chair": 0.3875,
41
+ "eval_map_clock": 0.325,
42
+ "eval_map_couch": 0.5228,
43
+ "eval_map_cow": 0.7618,
44
+ "eval_map_cup": 0.5623,
45
+ "eval_map_dining table": 0.3977,
46
+ "eval_map_dog": 0.8948,
47
+ "eval_map_donut": -1.0,
48
+ "eval_map_elephant": 0.4286,
49
+ "eval_map_fire hydrant": -1.0,
50
+ "eval_map_fork": 0.7265,
51
+ "eval_map_frisbee": 0.9337,
52
+ "eval_map_giraffe": 0.8705,
53
+ "eval_map_hair drier": -1.0,
54
+ "eval_map_handbag": 0.2144,
55
+ "eval_map_horse": 0.9376,
56
+ "eval_map_hot dog": 0.305,
57
+ "eval_map_keyboard": 0.6782,
58
+ "eval_map_kite": 0.4356,
59
+ "eval_map_knife": 0.6093,
60
+ "eval_map_laptop": 0.7286,
61
+ "eval_map_large": 0.6695,
62
+ "eval_map_medium": 0.4823,
63
+ "eval_map_microwave": 0.2535,
64
+ "eval_map_motorcycle": 0.4147,
65
+ "eval_map_mouse": 0.6485,
66
+ "eval_map_orange": 0.2655,
67
+ "eval_map_oven": 0.5475,
68
+ "eval_map_parking meter": 0.9,
69
+ "eval_map_person": 0.5963,
70
+ "eval_map_pizza": 0.9282,
71
+ "eval_map_potted plant": 0.2062,
72
+ "eval_map_refrigerator": 0.61,
73
+ "eval_map_remote": 0.5045,
74
+ "eval_map_sandwich": 0.5005,
75
+ "eval_map_scissors": 0.6634,
76
+ "eval_map_sheep": 0.7738,
77
+ "eval_map_sink": 0.531,
78
+ "eval_map_skateboard": 0.8327,
79
+ "eval_map_skis": 0.3297,
80
+ "eval_map_small": 0.2751,
81
+ "eval_map_snowboard": 0.6829,
82
+ "eval_map_spoon": 0.0732,
83
+ "eval_map_sports ball": 0.2975,
84
+ "eval_map_stop sign": 0.8495,
85
+ "eval_map_suitcase": 0.5866,
86
+ "eval_map_surfboard": 0.3841,
87
+ "eval_map_teddy bear": 0.2667,
88
+ "eval_map_tennis racket": 0.6098,
89
+ "eval_map_tie": 0.285,
90
+ "eval_map_toaster": -1.0,
91
+ "eval_map_toilet": 0.4233,
92
+ "eval_map_toothbrush": 0.0027,
93
+ "eval_map_traffic light": 0.3928,
94
+ "eval_map_train": 0.6929,
95
+ "eval_map_truck": 0.49,
96
+ "eval_map_tv": 0.8589,
97
+ "eval_map_umbrella": 0.5607,
98
+ "eval_map_vase": 0.5855,
99
+ "eval_map_wine glass": 0.6441,
100
+ "eval_map_zebra": 0.5759,
101
+ "eval_mar_1": 0.4481,
102
+ "eval_mar_10": 0.6711,
103
+ "eval_mar_100": 0.7283,
104
+ "eval_mar_100_airplane": 0.8571,
105
+ "eval_mar_100_apple": 0.5571,
106
+ "eval_mar_100_backpack": 0.3667,
107
+ "eval_mar_100_banana": 0.7182,
108
+ "eval_mar_100_baseball bat": 0.8375,
109
+ "eval_mar_100_baseball glove": 0.4812,
110
+ "eval_mar_100_bear": 0.9333,
111
+ "eval_mar_100_bed": 0.95,
112
+ "eval_mar_100_bench": 0.5875,
113
+ "eval_mar_100_bicycle": 0.5,
114
+ "eval_mar_100_bird": 1.0,
115
+ "eval_mar_100_boat": 0.5327,
116
+ "eval_mar_100_book": 0.4441,
117
+ "eval_mar_100_bottle": 0.7074,
118
+ "eval_mar_100_bowl": 0.852,
119
+ "eval_mar_100_broccoli": 0.7286,
120
+ "eval_mar_100_bus": 0.9167,
121
+ "eval_mar_100_cake": 0.85,
122
+ "eval_mar_100_car": 0.6557,
123
+ "eval_mar_100_carrot": 0.8,
124
+ "eval_mar_100_cat": 0.9077,
125
+ "eval_mar_100_cell phone": 0.5211,
126
+ "eval_mar_100_chair": 0.6292,
127
+ "eval_mar_100_clock": 0.6412,
128
+ "eval_mar_100_couch": 0.8727,
129
+ "eval_mar_100_cow": 0.8417,
130
+ "eval_mar_100_cup": 0.8057,
131
+ "eval_mar_100_dining table": 0.6344,
132
+ "eval_mar_100_dog": 0.9273,
133
+ "eval_mar_100_donut": -1.0,
134
+ "eval_mar_100_elephant": 0.7778,
135
+ "eval_mar_100_fire hydrant": -1.0,
136
+ "eval_mar_100_fork": 0.8143,
137
+ "eval_mar_100_frisbee": 0.9333,
138
+ "eval_mar_100_giraffe": 0.9222,
139
+ "eval_mar_100_hair drier": -1.0,
140
+ "eval_mar_100_handbag": 0.548,
141
+ "eval_mar_100_horse": 0.94,
142
+ "eval_mar_100_hot dog": 0.4833,
143
+ "eval_mar_100_keyboard": 0.875,
144
+ "eval_mar_100_kite": 0.75,
145
+ "eval_mar_100_knife": 0.9,
146
+ "eval_mar_100_laptop": 0.8444,
147
+ "eval_mar_100_microwave": 0.7667,
148
+ "eval_mar_100_motorcycle": 0.6357,
149
+ "eval_mar_100_mouse": 0.7,
150
+ "eval_mar_100_orange": 0.6211,
151
+ "eval_mar_100_oven": 0.8667,
152
+ "eval_mar_100_parking meter": 0.9,
153
+ "eval_mar_100_person": 0.7068,
154
+ "eval_mar_100_pizza": 0.94,
155
+ "eval_mar_100_potted plant": 0.475,
156
+ "eval_mar_100_refrigerator": 0.8286,
157
+ "eval_mar_100_remote": 0.7143,
158
+ "eval_mar_100_sandwich": 0.7364,
159
+ "eval_mar_100_scissors": 0.6667,
160
+ "eval_mar_100_sheep": 0.7857,
161
+ "eval_mar_100_sink": 0.62,
162
+ "eval_mar_100_skateboard": 0.8333,
163
+ "eval_mar_100_skis": 0.5875,
164
+ "eval_mar_100_snowboard": 0.7857,
165
+ "eval_mar_100_spoon": 0.62,
166
+ "eval_mar_100_sports ball": 0.4136,
167
+ "eval_mar_100_stop sign": 0.8875,
168
+ "eval_mar_100_suitcase": 0.7375,
169
+ "eval_mar_100_surfboard": 0.6727,
170
+ "eval_mar_100_teddy bear": 0.8,
171
+ "eval_mar_100_tennis racket": 0.7667,
172
+ "eval_mar_100_tie": 0.42,
173
+ "eval_mar_100_toaster": -1.0,
174
+ "eval_mar_100_toilet": 0.6235,
175
+ "eval_mar_100_toothbrush": 0.3,
176
+ "eval_mar_100_traffic light": 0.5125,
177
+ "eval_mar_100_train": 0.8667,
178
+ "eval_mar_100_truck": 0.7357,
179
+ "eval_mar_100_tv": 0.9077,
180
+ "eval_mar_100_umbrella": 0.8059,
181
+ "eval_mar_100_vase": 0.7944,
182
+ "eval_mar_100_wine glass": 0.6875,
183
+ "eval_mar_100_zebra": 0.7818,
184
+ "eval_mar_large": 0.8283,
185
+ "eval_mar_medium": 0.6894,
186
+ "eval_mar_small": 0.4893,
187
+ "eval_runtime": 25.2611,
188
+ "eval_samples_per_second": 9.897,
189
+ "eval_steps_per_second": 1.267,
190
+ "step": 370
191
+ },
192
+ {
193
+ "epoch": 1.3513513513513513,
194
+ "grad_norm": 31.571361541748047,
195
+ "learning_rate": 4.3580645161290324e-05,
196
+ "loss": 15.7786,
197
+ "step": 500
198
+ },
199
+ {
200
+ "epoch": 2.0,
201
+ "eval_loss": 9.811163902282715,
202
+ "eval_map": 0.5137,
203
+ "eval_map_50": 0.6598,
204
+ "eval_map_75": 0.5479,
205
+ "eval_map_airplane": 0.8008,
206
+ "eval_map_apple": 0.1239,
207
+ "eval_map_backpack": 0.1423,
208
+ "eval_map_banana": 0.2135,
209
+ "eval_map_baseball bat": 0.616,
210
+ "eval_map_baseball glove": 0.3174,
211
+ "eval_map_bear": 0.9554,
212
+ "eval_map_bed": 0.5406,
213
+ "eval_map_bench": 0.3767,
214
+ "eval_map_bicycle": 0.2086,
215
+ "eval_map_bird": 1.0,
216
+ "eval_map_boat": 0.3062,
217
+ "eval_map_book": 0.1202,
218
+ "eval_map_bottle": 0.4315,
219
+ "eval_map_bowl": 0.5122,
220
+ "eval_map_broccoli": 0.5114,
221
+ "eval_map_bus": 0.815,
222
+ "eval_map_cake": 0.7341,
223
+ "eval_map_car": 0.4924,
224
+ "eval_map_carrot": 0.5676,
225
+ "eval_map_cat": 0.7966,
226
+ "eval_map_cell phone": 0.2773,
227
+ "eval_map_chair": 0.3967,
228
+ "eval_map_clock": 0.4162,
229
+ "eval_map_couch": 0.4688,
230
+ "eval_map_cow": 0.7638,
231
+ "eval_map_cup": 0.5324,
232
+ "eval_map_dining table": 0.3746,
233
+ "eval_map_dog": 0.8275,
234
+ "eval_map_donut": -1.0,
235
+ "eval_map_elephant": 0.3519,
236
+ "eval_map_fire hydrant": -1.0,
237
+ "eval_map_fork": 0.6943,
238
+ "eval_map_frisbee": 0.9663,
239
+ "eval_map_giraffe": 0.8393,
240
+ "eval_map_hair drier": -1.0,
241
+ "eval_map_handbag": 0.1768,
242
+ "eval_map_horse": 0.9145,
243
+ "eval_map_hot dog": 0.376,
244
+ "eval_map_keyboard": 0.7277,
245
+ "eval_map_kite": 0.3979,
246
+ "eval_map_knife": 0.6698,
247
+ "eval_map_laptop": 0.6304,
248
+ "eval_map_large": 0.6598,
249
+ "eval_map_medium": 0.4607,
250
+ "eval_map_microwave": 0.6257,
251
+ "eval_map_motorcycle": 0.4431,
252
+ "eval_map_mouse": 0.6453,
253
+ "eval_map_orange": 0.2497,
254
+ "eval_map_oven": 0.3727,
255
+ "eval_map_parking meter": 0.45,
256
+ "eval_map_person": 0.5881,
257
+ "eval_map_pizza": 0.8485,
258
+ "eval_map_potted plant": 0.1926,
259
+ "eval_map_refrigerator": 0.7337,
260
+ "eval_map_remote": 0.4485,
261
+ "eval_map_sandwich": 0.516,
262
+ "eval_map_scissors": 0.5,
263
+ "eval_map_sheep": 0.7663,
264
+ "eval_map_sink": 0.5839,
265
+ "eval_map_skateboard": 0.8699,
266
+ "eval_map_skis": 0.3641,
267
+ "eval_map_small": 0.2697,
268
+ "eval_map_snowboard": 0.3515,
269
+ "eval_map_spoon": 0.1486,
270
+ "eval_map_sports ball": 0.2841,
271
+ "eval_map_stop sign": 0.8457,
272
+ "eval_map_suitcase": 0.5284,
273
+ "eval_map_surfboard": 0.5131,
274
+ "eval_map_teddy bear": 0.16,
275
+ "eval_map_tennis racket": 0.6334,
276
+ "eval_map_tie": 0.2763,
277
+ "eval_map_toaster": -1.0,
278
+ "eval_map_toilet": 0.3091,
279
+ "eval_map_toothbrush": 0.0,
280
+ "eval_map_traffic light": 0.3713,
281
+ "eval_map_train": 0.6606,
282
+ "eval_map_truck": 0.4001,
283
+ "eval_map_tv": 0.7874,
284
+ "eval_map_umbrella": 0.4815,
285
+ "eval_map_vase": 0.433,
286
+ "eval_map_wine glass": 0.6178,
287
+ "eval_map_zebra": 0.6551,
288
+ "eval_mar_1": 0.4396,
289
+ "eval_mar_10": 0.6637,
290
+ "eval_mar_100": 0.723,
291
+ "eval_mar_100_airplane": 0.9143,
292
+ "eval_mar_100_apple": 0.5643,
293
+ "eval_mar_100_backpack": 0.3833,
294
+ "eval_mar_100_banana": 0.7091,
295
+ "eval_mar_100_baseball bat": 0.825,
296
+ "eval_mar_100_baseball glove": 0.4812,
297
+ "eval_mar_100_bear": 0.9667,
298
+ "eval_mar_100_bed": 0.7833,
299
+ "eval_mar_100_bench": 0.775,
300
+ "eval_mar_100_bicycle": 0.51,
301
+ "eval_mar_100_bird": 1.0,
302
+ "eval_mar_100_boat": 0.5429,
303
+ "eval_mar_100_book": 0.4075,
304
+ "eval_mar_100_bottle": 0.6519,
305
+ "eval_mar_100_bowl": 0.84,
306
+ "eval_mar_100_broccoli": 0.7071,
307
+ "eval_mar_100_bus": 0.925,
308
+ "eval_mar_100_cake": 0.825,
309
+ "eval_mar_100_car": 0.6426,
310
+ "eval_mar_100_carrot": 0.85,
311
+ "eval_mar_100_cat": 0.9,
312
+ "eval_mar_100_cell phone": 0.4737,
313
+ "eval_mar_100_chair": 0.65,
314
+ "eval_mar_100_clock": 0.6059,
315
+ "eval_mar_100_couch": 0.8909,
316
+ "eval_mar_100_cow": 0.85,
317
+ "eval_mar_100_cup": 0.7743,
318
+ "eval_mar_100_dining table": 0.6375,
319
+ "eval_mar_100_dog": 0.8727,
320
+ "eval_mar_100_donut": -1.0,
321
+ "eval_mar_100_elephant": 0.7222,
322
+ "eval_mar_100_fire hydrant": -1.0,
323
+ "eval_mar_100_fork": 0.7071,
324
+ "eval_mar_100_frisbee": 0.9667,
325
+ "eval_mar_100_giraffe": 0.9333,
326
+ "eval_mar_100_hair drier": -1.0,
327
+ "eval_mar_100_handbag": 0.448,
328
+ "eval_mar_100_horse": 0.94,
329
+ "eval_mar_100_hot dog": 0.5778,
330
+ "eval_mar_100_keyboard": 0.875,
331
+ "eval_mar_100_kite": 0.75,
332
+ "eval_mar_100_knife": 0.8778,
333
+ "eval_mar_100_laptop": 0.8,
334
+ "eval_mar_100_microwave": 0.9,
335
+ "eval_mar_100_motorcycle": 0.6214,
336
+ "eval_mar_100_mouse": 0.6833,
337
+ "eval_mar_100_orange": 0.7053,
338
+ "eval_mar_100_oven": 0.7583,
339
+ "eval_mar_100_parking meter": 0.9,
340
+ "eval_mar_100_person": 0.7,
341
+ "eval_mar_100_pizza": 0.9,
342
+ "eval_mar_100_potted plant": 0.44,
343
+ "eval_mar_100_refrigerator": 0.8857,
344
+ "eval_mar_100_remote": 0.7048,
345
+ "eval_mar_100_sandwich": 0.7909,
346
+ "eval_mar_100_scissors": 0.6667,
347
+ "eval_mar_100_sheep": 0.7714,
348
+ "eval_mar_100_sink": 0.64,
349
+ "eval_mar_100_skateboard": 0.9,
350
+ "eval_mar_100_skis": 0.5562,
351
+ "eval_mar_100_snowboard": 0.6857,
352
+ "eval_mar_100_spoon": 0.64,
353
+ "eval_mar_100_sports ball": 0.4227,
354
+ "eval_mar_100_stop sign": 0.875,
355
+ "eval_mar_100_suitcase": 0.7563,
356
+ "eval_mar_100_surfboard": 0.7091,
357
+ "eval_mar_100_teddy bear": 0.8,
358
+ "eval_mar_100_tennis racket": 0.7444,
359
+ "eval_mar_100_tie": 0.46,
360
+ "eval_mar_100_toaster": -1.0,
361
+ "eval_mar_100_toilet": 0.7,
362
+ "eval_mar_100_toothbrush": 0.0,
363
+ "eval_mar_100_traffic light": 0.5042,
364
+ "eval_mar_100_train": 0.8333,
365
+ "eval_mar_100_truck": 0.7429,
366
+ "eval_mar_100_tv": 0.9231,
367
+ "eval_mar_100_umbrella": 0.7412,
368
+ "eval_mar_100_vase": 0.7278,
369
+ "eval_mar_100_wine glass": 0.8,
370
+ "eval_mar_100_zebra": 0.8045,
371
+ "eval_mar_large": 0.8132,
372
+ "eval_mar_medium": 0.7122,
373
+ "eval_mar_small": 0.4903,
374
+ "eval_runtime": 23.7192,
375
+ "eval_samples_per_second": 10.54,
376
+ "eval_steps_per_second": 1.349,
377
+ "step": 740
378
+ },
379
+ {
380
+ "epoch": 2.7027027027027026,
381
+ "grad_norm": 44.71751403808594,
382
+ "learning_rate": 2.745161290322581e-05,
383
+ "loss": 15.2267,
384
+ "step": 1000
385
+ },
386
+ {
387
+ "epoch": 3.0,
388
+ "eval_loss": 9.518135070800781,
389
+ "eval_map": 0.5272,
390
+ "eval_map_50": 0.6782,
391
+ "eval_map_75": 0.5667,
392
+ "eval_map_airplane": 0.8202,
393
+ "eval_map_apple": 0.1313,
394
+ "eval_map_backpack": 0.1826,
395
+ "eval_map_banana": 0.199,
396
+ "eval_map_baseball bat": 0.6363,
397
+ "eval_map_baseball glove": 0.2784,
398
+ "eval_map_bear": 0.9346,
399
+ "eval_map_bed": 0.4713,
400
+ "eval_map_bench": 0.3367,
401
+ "eval_map_bicycle": 0.2675,
402
+ "eval_map_bird": 1.0,
403
+ "eval_map_boat": 0.2705,
404
+ "eval_map_book": 0.1111,
405
+ "eval_map_bottle": 0.4555,
406
+ "eval_map_bowl": 0.4361,
407
+ "eval_map_broccoli": 0.5568,
408
+ "eval_map_bus": 0.8327,
409
+ "eval_map_cake": 0.7817,
410
+ "eval_map_car": 0.5146,
411
+ "eval_map_carrot": 0.503,
412
+ "eval_map_cat": 0.8129,
413
+ "eval_map_cell phone": 0.3142,
414
+ "eval_map_chair": 0.4112,
415
+ "eval_map_clock": 0.4465,
416
+ "eval_map_couch": 0.5598,
417
+ "eval_map_cow": 0.7585,
418
+ "eval_map_cup": 0.5997,
419
+ "eval_map_dining table": 0.426,
420
+ "eval_map_dog": 0.8235,
421
+ "eval_map_donut": -1.0,
422
+ "eval_map_elephant": 0.5243,
423
+ "eval_map_fire hydrant": -1.0,
424
+ "eval_map_fork": 0.7199,
425
+ "eval_map_frisbee": 0.9554,
426
+ "eval_map_giraffe": 0.8826,
427
+ "eval_map_hair drier": -1.0,
428
+ "eval_map_handbag": 0.2344,
429
+ "eval_map_horse": 0.9148,
430
+ "eval_map_hot dog": 0.3306,
431
+ "eval_map_keyboard": 0.6499,
432
+ "eval_map_kite": 0.4659,
433
+ "eval_map_knife": 0.6277,
434
+ "eval_map_laptop": 0.7954,
435
+ "eval_map_large": 0.6746,
436
+ "eval_map_medium": 0.4743,
437
+ "eval_map_microwave": 0.699,
438
+ "eval_map_motorcycle": 0.403,
439
+ "eval_map_mouse": 0.7102,
440
+ "eval_map_orange": 0.3368,
441
+ "eval_map_oven": 0.5545,
442
+ "eval_map_parking meter": 0.1667,
443
+ "eval_map_person": 0.5821,
444
+ "eval_map_pizza": 0.9063,
445
+ "eval_map_potted plant": 0.176,
446
+ "eval_map_refrigerator": 0.6574,
447
+ "eval_map_remote": 0.5149,
448
+ "eval_map_sandwich": 0.4585,
449
+ "eval_map_scissors": 0.4168,
450
+ "eval_map_sheep": 0.7807,
451
+ "eval_map_sink": 0.5914,
452
+ "eval_map_skateboard": 0.7041,
453
+ "eval_map_skis": 0.3572,
454
+ "eval_map_small": 0.2848,
455
+ "eval_map_snowboard": 0.53,
456
+ "eval_map_spoon": 0.1853,
457
+ "eval_map_sports ball": 0.3592,
458
+ "eval_map_stop sign": 0.8428,
459
+ "eval_map_suitcase": 0.5124,
460
+ "eval_map_surfboard": 0.4682,
461
+ "eval_map_teddy bear": 0.1367,
462
+ "eval_map_tennis racket": 0.5722,
463
+ "eval_map_tie": 0.1997,
464
+ "eval_map_toaster": -1.0,
465
+ "eval_map_toilet": 0.4154,
466
+ "eval_map_toothbrush": 0.0,
467
+ "eval_map_traffic light": 0.3679,
468
+ "eval_map_train": 0.7368,
469
+ "eval_map_truck": 0.5293,
470
+ "eval_map_tv": 0.8263,
471
+ "eval_map_umbrella": 0.5598,
472
+ "eval_map_vase": 0.5349,
473
+ "eval_map_wine glass": 0.66,
474
+ "eval_map_zebra": 0.6425,
475
+ "eval_mar_1": 0.4334,
476
+ "eval_mar_10": 0.6705,
477
+ "eval_mar_100": 0.728,
478
+ "eval_mar_100_airplane": 0.9429,
479
+ "eval_mar_100_apple": 0.55,
480
+ "eval_mar_100_backpack": 0.4333,
481
+ "eval_mar_100_banana": 0.7227,
482
+ "eval_mar_100_baseball bat": 0.8625,
483
+ "eval_mar_100_baseball glove": 0.4313,
484
+ "eval_mar_100_bear": 0.9667,
485
+ "eval_mar_100_bed": 0.9,
486
+ "eval_mar_100_bench": 0.675,
487
+ "eval_mar_100_bicycle": 0.46,
488
+ "eval_mar_100_bird": 1.0,
489
+ "eval_mar_100_boat": 0.5184,
490
+ "eval_mar_100_book": 0.4269,
491
+ "eval_mar_100_bottle": 0.6444,
492
+ "eval_mar_100_bowl": 0.824,
493
+ "eval_mar_100_broccoli": 0.7286,
494
+ "eval_mar_100_bus": 0.9167,
495
+ "eval_mar_100_cake": 0.825,
496
+ "eval_mar_100_car": 0.6516,
497
+ "eval_mar_100_carrot": 0.8,
498
+ "eval_mar_100_cat": 0.8923,
499
+ "eval_mar_100_cell phone": 0.4895,
500
+ "eval_mar_100_chair": 0.6573,
501
+ "eval_mar_100_clock": 0.6,
502
+ "eval_mar_100_couch": 0.8818,
503
+ "eval_mar_100_cow": 0.8542,
504
+ "eval_mar_100_cup": 0.7829,
505
+ "eval_mar_100_dining table": 0.7125,
506
+ "eval_mar_100_dog": 0.9091,
507
+ "eval_mar_100_donut": -1.0,
508
+ "eval_mar_100_elephant": 0.8,
509
+ "eval_mar_100_fire hydrant": -1.0,
510
+ "eval_mar_100_fork": 0.7857,
511
+ "eval_mar_100_frisbee": 0.9667,
512
+ "eval_mar_100_giraffe": 0.9222,
513
+ "eval_mar_100_hair drier": -1.0,
514
+ "eval_mar_100_handbag": 0.512,
515
+ "eval_mar_100_horse": 0.96,
516
+ "eval_mar_100_hot dog": 0.5056,
517
+ "eval_mar_100_keyboard": 0.85,
518
+ "eval_mar_100_kite": 0.7444,
519
+ "eval_mar_100_knife": 0.8556,
520
+ "eval_mar_100_laptop": 0.8444,
521
+ "eval_mar_100_microwave": 0.8333,
522
+ "eval_mar_100_motorcycle": 0.5786,
523
+ "eval_mar_100_mouse": 0.75,
524
+ "eval_mar_100_orange": 0.6316,
525
+ "eval_mar_100_oven": 0.875,
526
+ "eval_mar_100_parking meter": 1.0,
527
+ "eval_mar_100_person": 0.7002,
528
+ "eval_mar_100_pizza": 0.93,
529
+ "eval_mar_100_potted plant": 0.52,
530
+ "eval_mar_100_refrigerator": 0.8429,
531
+ "eval_mar_100_remote": 0.7143,
532
+ "eval_mar_100_sandwich": 0.8182,
533
+ "eval_mar_100_scissors": 0.6667,
534
+ "eval_mar_100_sheep": 0.8,
535
+ "eval_mar_100_sink": 0.64,
536
+ "eval_mar_100_skateboard": 0.9,
537
+ "eval_mar_100_skis": 0.5813,
538
+ "eval_mar_100_snowboard": 0.7143,
539
+ "eval_mar_100_spoon": 0.58,
540
+ "eval_mar_100_sports ball": 0.4727,
541
+ "eval_mar_100_stop sign": 0.85,
542
+ "eval_mar_100_suitcase": 0.75,
543
+ "eval_mar_100_surfboard": 0.7273,
544
+ "eval_mar_100_teddy bear": 0.8,
545
+ "eval_mar_100_tennis racket": 0.6667,
546
+ "eval_mar_100_tie": 0.3,
547
+ "eval_mar_100_toaster": -1.0,
548
+ "eval_mar_100_toilet": 0.7,
549
+ "eval_mar_100_toothbrush": 0.0,
550
+ "eval_mar_100_traffic light": 0.5229,
551
+ "eval_mar_100_train": 0.8667,
552
+ "eval_mar_100_truck": 0.7643,
553
+ "eval_mar_100_tv": 0.9154,
554
+ "eval_mar_100_umbrella": 0.8059,
555
+ "eval_mar_100_vase": 0.7556,
556
+ "eval_mar_100_wine glass": 0.7375,
557
+ "eval_mar_100_zebra": 0.8091,
558
+ "eval_mar_large": 0.8302,
559
+ "eval_mar_medium": 0.6968,
560
+ "eval_mar_small": 0.4981,
561
+ "eval_runtime": 22.5643,
562
+ "eval_samples_per_second": 11.079,
563
+ "eval_steps_per_second": 1.418,
564
+ "step": 1110
565
+ },
566
+ {
567
+ "epoch": 4.0,
568
+ "eval_loss": 9.485584259033203,
569
+ "eval_map": 0.5394,
570
+ "eval_map_50": 0.6966,
571
+ "eval_map_75": 0.5711,
572
+ "eval_map_airplane": 0.832,
573
+ "eval_map_apple": 0.1781,
574
+ "eval_map_backpack": 0.2231,
575
+ "eval_map_banana": 0.2332,
576
+ "eval_map_baseball bat": 0.5927,
577
+ "eval_map_baseball glove": 0.3282,
578
+ "eval_map_bear": 0.9345,
579
+ "eval_map_bed": 0.4515,
580
+ "eval_map_bench": 0.4156,
581
+ "eval_map_bicycle": 0.2869,
582
+ "eval_map_bird": 1.0,
583
+ "eval_map_boat": 0.3023,
584
+ "eval_map_book": 0.1171,
585
+ "eval_map_bottle": 0.4458,
586
+ "eval_map_bowl": 0.491,
587
+ "eval_map_broccoli": 0.5539,
588
+ "eval_map_bus": 0.8937,
589
+ "eval_map_cake": 0.7341,
590
+ "eval_map_car": 0.5224,
591
+ "eval_map_carrot": 0.6525,
592
+ "eval_map_cat": 0.8174,
593
+ "eval_map_cell phone": 0.2528,
594
+ "eval_map_chair": 0.4212,
595
+ "eval_map_clock": 0.4157,
596
+ "eval_map_couch": 0.488,
597
+ "eval_map_cow": 0.7192,
598
+ "eval_map_cup": 0.5973,
599
+ "eval_map_dining table": 0.3833,
600
+ "eval_map_dog": 0.9042,
601
+ "eval_map_donut": -1.0,
602
+ "eval_map_elephant": 0.4684,
603
+ "eval_map_fire hydrant": -1.0,
604
+ "eval_map_fork": 0.7317,
605
+ "eval_map_frisbee": 0.9554,
606
+ "eval_map_giraffe": 0.8757,
607
+ "eval_map_hair drier": -1.0,
608
+ "eval_map_handbag": 0.2454,
609
+ "eval_map_horse": 0.8901,
610
+ "eval_map_hot dog": 0.3568,
611
+ "eval_map_keyboard": 0.7607,
612
+ "eval_map_kite": 0.487,
613
+ "eval_map_knife": 0.6544,
614
+ "eval_map_laptop": 0.7827,
615
+ "eval_map_large": 0.6885,
616
+ "eval_map_medium": 0.4944,
617
+ "eval_map_microwave": 0.5245,
618
+ "eval_map_motorcycle": 0.435,
619
+ "eval_map_mouse": 0.7686,
620
+ "eval_map_orange": 0.3405,
621
+ "eval_map_oven": 0.5762,
622
+ "eval_map_parking meter": 0.3,
623
+ "eval_map_person": 0.5779,
624
+ "eval_map_pizza": 0.9147,
625
+ "eval_map_potted plant": 0.1858,
626
+ "eval_map_refrigerator": 0.6893,
627
+ "eval_map_remote": 0.5286,
628
+ "eval_map_sandwich": 0.4309,
629
+ "eval_map_scissors": 0.6634,
630
+ "eval_map_sheep": 0.7839,
631
+ "eval_map_sink": 0.5976,
632
+ "eval_map_skateboard": 0.8705,
633
+ "eval_map_skis": 0.3541,
634
+ "eval_map_small": 0.2738,
635
+ "eval_map_snowboard": 0.4877,
636
+ "eval_map_spoon": 0.0935,
637
+ "eval_map_sports ball": 0.3512,
638
+ "eval_map_stop sign": 0.8572,
639
+ "eval_map_suitcase": 0.5985,
640
+ "eval_map_surfboard": 0.3872,
641
+ "eval_map_teddy bear": 0.1333,
642
+ "eval_map_tennis racket": 0.6002,
643
+ "eval_map_tie": 0.3936,
644
+ "eval_map_toaster": -1.0,
645
+ "eval_map_toilet": 0.443,
646
+ "eval_map_toothbrush": 0.002,
647
+ "eval_map_traffic light": 0.3554,
648
+ "eval_map_train": 0.7535,
649
+ "eval_map_truck": 0.4417,
650
+ "eval_map_tv": 0.8287,
651
+ "eval_map_umbrella": 0.5582,
652
+ "eval_map_vase": 0.5086,
653
+ "eval_map_wine glass": 0.636,
654
+ "eval_map_zebra": 0.6268,
655
+ "eval_mar_1": 0.4664,
656
+ "eval_mar_10": 0.6739,
657
+ "eval_mar_100": 0.7308,
658
+ "eval_mar_100_airplane": 0.8857,
659
+ "eval_mar_100_apple": 0.5643,
660
+ "eval_mar_100_backpack": 0.4556,
661
+ "eval_mar_100_banana": 0.7636,
662
+ "eval_mar_100_baseball bat": 0.85,
663
+ "eval_mar_100_baseball glove": 0.4812,
664
+ "eval_mar_100_bear": 0.9667,
665
+ "eval_mar_100_bed": 0.8833,
666
+ "eval_mar_100_bench": 0.675,
667
+ "eval_mar_100_bicycle": 0.47,
668
+ "eval_mar_100_bird": 1.0,
669
+ "eval_mar_100_boat": 0.5755,
670
+ "eval_mar_100_book": 0.4398,
671
+ "eval_mar_100_bottle": 0.6444,
672
+ "eval_mar_100_bowl": 0.828,
673
+ "eval_mar_100_broccoli": 0.65,
674
+ "eval_mar_100_bus": 0.9333,
675
+ "eval_mar_100_cake": 0.825,
676
+ "eval_mar_100_car": 0.659,
677
+ "eval_mar_100_carrot": 0.85,
678
+ "eval_mar_100_cat": 0.8846,
679
+ "eval_mar_100_cell phone": 0.4737,
680
+ "eval_mar_100_chair": 0.624,
681
+ "eval_mar_100_clock": 0.5765,
682
+ "eval_mar_100_couch": 0.8909,
683
+ "eval_mar_100_cow": 0.85,
684
+ "eval_mar_100_cup": 0.8114,
685
+ "eval_mar_100_dining table": 0.6187,
686
+ "eval_mar_100_dog": 0.9182,
687
+ "eval_mar_100_donut": -1.0,
688
+ "eval_mar_100_elephant": 0.7667,
689
+ "eval_mar_100_fire hydrant": -1.0,
690
+ "eval_mar_100_fork": 0.7857,
691
+ "eval_mar_100_frisbee": 0.9667,
692
+ "eval_mar_100_giraffe": 0.9444,
693
+ "eval_mar_100_hair drier": -1.0,
694
+ "eval_mar_100_handbag": 0.524,
695
+ "eval_mar_100_horse": 0.94,
696
+ "eval_mar_100_hot dog": 0.5556,
697
+ "eval_mar_100_keyboard": 0.875,
698
+ "eval_mar_100_kite": 0.7167,
699
+ "eval_mar_100_knife": 0.8778,
700
+ "eval_mar_100_laptop": 0.8556,
701
+ "eval_mar_100_microwave": 0.7333,
702
+ "eval_mar_100_motorcycle": 0.6143,
703
+ "eval_mar_100_mouse": 0.8,
704
+ "eval_mar_100_orange": 0.6421,
705
+ "eval_mar_100_oven": 0.8667,
706
+ "eval_mar_100_parking meter": 0.9,
707
+ "eval_mar_100_person": 0.7096,
708
+ "eval_mar_100_pizza": 0.95,
709
+ "eval_mar_100_potted plant": 0.485,
710
+ "eval_mar_100_refrigerator": 0.8143,
711
+ "eval_mar_100_remote": 0.7429,
712
+ "eval_mar_100_sandwich": 0.7182,
713
+ "eval_mar_100_scissors": 0.6667,
714
+ "eval_mar_100_sheep": 0.8429,
715
+ "eval_mar_100_sink": 0.69,
716
+ "eval_mar_100_skateboard": 0.9333,
717
+ "eval_mar_100_skis": 0.6187,
718
+ "eval_mar_100_snowboard": 0.7143,
719
+ "eval_mar_100_spoon": 0.44,
720
+ "eval_mar_100_sports ball": 0.4909,
721
+ "eval_mar_100_stop sign": 0.8625,
722
+ "eval_mar_100_suitcase": 0.75,
723
+ "eval_mar_100_surfboard": 0.6545,
724
+ "eval_mar_100_teddy bear": 0.8,
725
+ "eval_mar_100_tennis racket": 0.7,
726
+ "eval_mar_100_tie": 0.44,
727
+ "eval_mar_100_toaster": -1.0,
728
+ "eval_mar_100_toilet": 0.7059,
729
+ "eval_mar_100_toothbrush": 0.3,
730
+ "eval_mar_100_traffic light": 0.5042,
731
+ "eval_mar_100_train": 0.8889,
732
+ "eval_mar_100_truck": 0.775,
733
+ "eval_mar_100_tv": 0.9077,
734
+ "eval_mar_100_umbrella": 0.7824,
735
+ "eval_mar_100_vase": 0.7333,
736
+ "eval_mar_100_wine glass": 0.75,
737
+ "eval_mar_100_zebra": 0.7591,
738
+ "eval_mar_large": 0.8268,
739
+ "eval_mar_medium": 0.6963,
740
+ "eval_mar_small": 0.504,
741
+ "eval_runtime": 21.9961,
742
+ "eval_samples_per_second": 11.366,
743
+ "eval_steps_per_second": 1.455,
744
+ "step": 1480
745
+ }
746
+ ],
747
+ "logging_steps": 500,
748
+ "max_steps": 1850,
749
+ "num_input_tokens_seen": 0,
750
+ "num_train_epochs": 5,
751
+ "save_steps": 500,
752
+ "stateful_callbacks": {
753
+ "TrainerControl": {
754
+ "args": {
755
+ "should_epoch_stop": false,
756
+ "should_evaluate": false,
757
+ "should_log": false,
758
+ "should_save": true,
759
+ "should_training_stop": false
760
+ },
761
+ "attributes": {}
762
+ }
763
+ },
764
+ "total_flos": 1.3348635365317018e+19,
765
+ "train_batch_size": 16,
766
+ "trial_name": null,
767
+ "trial_params": null
768
+ }
checkpoint-1480/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aad8ecf7619f7fa0357b193770195af05fc352390eedd48e2bf6b0db12bd25aa
3
+ size 5841