allensun123 commited on
Commit
ad89214
1 Parent(s): 41fcdcd

End of training

Browse files
README.md CHANGED
@@ -2,7 +2,7 @@
2
  tags:
3
  - generated_from_trainer
4
  datasets:
5
- - coco_dataset_script
6
  model-index:
7
  - name: clip-roberta-finetuned
8
  results: []
@@ -13,7 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # clip-roberta-finetuned
15
 
16
- This model was trained from scratch on the coco_dataset_script dataset.
 
 
17
 
18
  ## Model description
19
 
 
2
  tags:
3
  - generated_from_trainer
4
  datasets:
5
+ - ydshieh/coco_dataset_script
6
  model-index:
7
  - name: clip-roberta-finetuned
8
  results: []
 
13
 
14
  # clip-roberta-finetuned
15
 
16
+ This model was trained from scratch on the ydshieh/coco_dataset_script 2017 dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.6970
19
 
20
  ## Model description
21
 
all_results.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_loss": 1.6969826221466064,
4
+ "eval_runtime": 76.9504,
5
+ "eval_samples_per_second": 325.067,
6
+ "eval_steps_per_second": 5.081,
7
+ "train_loss": 0.3772407876341264,
8
+ "train_runtime": 10846.9143,
9
+ "train_samples_per_second": 163.665,
10
+ "train_steps_per_second": 2.558
11
+ }
eval_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_loss": 1.6969826221466064,
4
+ "eval_runtime": 76.9504,
5
+ "eval_samples_per_second": 325.067,
6
+ "eval_steps_per_second": 5.081
7
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
preprocessor_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.48145466,
13
+ 0.4578275,
14
+ 0.40821073
15
+ ],
16
+ "image_processor_type": "CLIPImageProcessor",
17
+ "image_std": [
18
+ 0.26862954,
19
+ 0.26130258,
20
+ 0.27577711
21
+ ],
22
+ "processor_class": "VisionTextDualEncoderProcessor",
23
+ "resample": 3,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "shortest_edge": 224
27
+ }
28
+ }
runs/Mar04_20-23-14_syz/events.out.tfevents.1709566278.syz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44c75ac809549ebfd448205facb89a013b7633499850ef0b561fb8ffe498582d
3
+ size 40
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": true,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": true,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "mask_token": "<mask>",
51
+ "model_max_length": 512,
52
+ "pad_token": "<pad>",
53
+ "processor_class": "VisionTextDualEncoderProcessor",
54
+ "sep_token": "</s>",
55
+ "tokenizer_class": "RobertaTokenizer",
56
+ "trim_offsets": true,
57
+ "unk_token": "<unk>"
58
+ }
train_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "train_loss": 0.3772407876341264,
4
+ "train_runtime": 10846.9143,
5
+ "train_samples_per_second": 163.665,
6
+ "train_steps_per_second": 2.558
7
+ }
trainer_state.json ADDED
@@ -0,0 +1,415 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 27741,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.05,
13
+ "grad_norm": 24.947961807250977,
14
+ "learning_rate": 4.909880682022999e-05,
15
+ "loss": 1.2957,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.11,
20
+ "grad_norm": 18.850772857666016,
21
+ "learning_rate": 4.819761364045997e-05,
22
+ "loss": 0.9299,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.16,
27
+ "grad_norm": 23.09844398498535,
28
+ "learning_rate": 4.7296420460689956e-05,
29
+ "loss": 0.8582,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.22,
34
+ "grad_norm": 15.375988006591797,
35
+ "learning_rate": 4.639522728091994e-05,
36
+ "loss": 0.7935,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 0.27,
41
+ "grad_norm": 15.962867736816406,
42
+ "learning_rate": 4.5494034101149925e-05,
43
+ "loss": 0.7439,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 0.32,
48
+ "grad_norm": 16.872922897338867,
49
+ "learning_rate": 4.459284092137991e-05,
50
+ "loss": 0.6964,
51
+ "step": 3000
52
+ },
53
+ {
54
+ "epoch": 0.38,
55
+ "grad_norm": 21.044837951660156,
56
+ "learning_rate": 4.3691647741609894e-05,
57
+ "loss": 0.6701,
58
+ "step": 3500
59
+ },
60
+ {
61
+ "epoch": 0.43,
62
+ "grad_norm": 15.188350677490234,
63
+ "learning_rate": 4.279045456183988e-05,
64
+ "loss": 0.6339,
65
+ "step": 4000
66
+ },
67
+ {
68
+ "epoch": 0.49,
69
+ "grad_norm": 12.721724510192871,
70
+ "learning_rate": 4.188926138206986e-05,
71
+ "loss": 0.6221,
72
+ "step": 4500
73
+ },
74
+ {
75
+ "epoch": 0.54,
76
+ "grad_norm": 13.383834838867188,
77
+ "learning_rate": 4.098806820229985e-05,
78
+ "loss": 0.5805,
79
+ "step": 5000
80
+ },
81
+ {
82
+ "epoch": 0.59,
83
+ "grad_norm": 15.311894416809082,
84
+ "learning_rate": 4.008687502252983e-05,
85
+ "loss": 0.561,
86
+ "step": 5500
87
+ },
88
+ {
89
+ "epoch": 0.65,
90
+ "grad_norm": 16.439502716064453,
91
+ "learning_rate": 3.9185681842759816e-05,
92
+ "loss": 0.5484,
93
+ "step": 6000
94
+ },
95
+ {
96
+ "epoch": 0.7,
97
+ "grad_norm": 16.220827102661133,
98
+ "learning_rate": 3.82844886629898e-05,
99
+ "loss": 0.5265,
100
+ "step": 6500
101
+ },
102
+ {
103
+ "epoch": 0.76,
104
+ "grad_norm": 14.172871589660645,
105
+ "learning_rate": 3.7383295483219785e-05,
106
+ "loss": 0.5022,
107
+ "step": 7000
108
+ },
109
+ {
110
+ "epoch": 0.81,
111
+ "grad_norm": 13.379059791564941,
112
+ "learning_rate": 3.648210230344977e-05,
113
+ "loss": 0.4878,
114
+ "step": 7500
115
+ },
116
+ {
117
+ "epoch": 0.87,
118
+ "grad_norm": 21.462778091430664,
119
+ "learning_rate": 3.558090912367975e-05,
120
+ "loss": 0.4657,
121
+ "step": 8000
122
+ },
123
+ {
124
+ "epoch": 0.92,
125
+ "grad_norm": 9.849862098693848,
126
+ "learning_rate": 3.467971594390974e-05,
127
+ "loss": 0.4566,
128
+ "step": 8500
129
+ },
130
+ {
131
+ "epoch": 0.97,
132
+ "grad_norm": 11.99971866607666,
133
+ "learning_rate": 3.3778522764139723e-05,
134
+ "loss": 0.4384,
135
+ "step": 9000
136
+ },
137
+ {
138
+ "epoch": 1.03,
139
+ "grad_norm": 12.555150985717773,
140
+ "learning_rate": 3.287732958436971e-05,
141
+ "loss": 0.3905,
142
+ "step": 9500
143
+ },
144
+ {
145
+ "epoch": 1.08,
146
+ "grad_norm": 14.604622840881348,
147
+ "learning_rate": 3.197613640459969e-05,
148
+ "loss": 0.3573,
149
+ "step": 10000
150
+ },
151
+ {
152
+ "epoch": 1.14,
153
+ "grad_norm": 9.172225952148438,
154
+ "learning_rate": 3.107494322482968e-05,
155
+ "loss": 0.3486,
156
+ "step": 10500
157
+ },
158
+ {
159
+ "epoch": 1.19,
160
+ "grad_norm": 10.893487930297852,
161
+ "learning_rate": 3.017375004505966e-05,
162
+ "loss": 0.3413,
163
+ "step": 11000
164
+ },
165
+ {
166
+ "epoch": 1.24,
167
+ "grad_norm": 9.724763870239258,
168
+ "learning_rate": 2.9272556865289646e-05,
169
+ "loss": 0.3405,
170
+ "step": 11500
171
+ },
172
+ {
173
+ "epoch": 1.3,
174
+ "grad_norm": 9.83249568939209,
175
+ "learning_rate": 2.837136368551963e-05,
176
+ "loss": 0.3397,
177
+ "step": 12000
178
+ },
179
+ {
180
+ "epoch": 1.35,
181
+ "grad_norm": 10.763433456420898,
182
+ "learning_rate": 2.7470170505749615e-05,
183
+ "loss": 0.3312,
184
+ "step": 12500
185
+ },
186
+ {
187
+ "epoch": 1.41,
188
+ "grad_norm": 10.305283546447754,
189
+ "learning_rate": 2.65689773259796e-05,
190
+ "loss": 0.3228,
191
+ "step": 13000
192
+ },
193
+ {
194
+ "epoch": 1.46,
195
+ "grad_norm": 8.631694793701172,
196
+ "learning_rate": 2.5667784146209584e-05,
197
+ "loss": 0.3162,
198
+ "step": 13500
199
+ },
200
+ {
201
+ "epoch": 1.51,
202
+ "grad_norm": 7.709570407867432,
203
+ "learning_rate": 2.476659096643957e-05,
204
+ "loss": 0.3033,
205
+ "step": 14000
206
+ },
207
+ {
208
+ "epoch": 1.57,
209
+ "grad_norm": 8.473445892333984,
210
+ "learning_rate": 2.3865397786669553e-05,
211
+ "loss": 0.2987,
212
+ "step": 14500
213
+ },
214
+ {
215
+ "epoch": 1.62,
216
+ "grad_norm": 5.8854217529296875,
217
+ "learning_rate": 2.2964204606899537e-05,
218
+ "loss": 0.292,
219
+ "step": 15000
220
+ },
221
+ {
222
+ "epoch": 1.68,
223
+ "grad_norm": 5.954896926879883,
224
+ "learning_rate": 2.2063011427129522e-05,
225
+ "loss": 0.2948,
226
+ "step": 15500
227
+ },
228
+ {
229
+ "epoch": 1.73,
230
+ "grad_norm": 6.9837164878845215,
231
+ "learning_rate": 2.1161818247359506e-05,
232
+ "loss": 0.2848,
233
+ "step": 16000
234
+ },
235
+ {
236
+ "epoch": 1.78,
237
+ "grad_norm": 9.53173542022705,
238
+ "learning_rate": 2.026062506758949e-05,
239
+ "loss": 0.279,
240
+ "step": 16500
241
+ },
242
+ {
243
+ "epoch": 1.84,
244
+ "grad_norm": 8.36210823059082,
245
+ "learning_rate": 1.9359431887819472e-05,
246
+ "loss": 0.2692,
247
+ "step": 17000
248
+ },
249
+ {
250
+ "epoch": 1.89,
251
+ "grad_norm": 8.573978424072266,
252
+ "learning_rate": 1.8458238708049457e-05,
253
+ "loss": 0.265,
254
+ "step": 17500
255
+ },
256
+ {
257
+ "epoch": 1.95,
258
+ "grad_norm": 7.375257968902588,
259
+ "learning_rate": 1.755704552827944e-05,
260
+ "loss": 0.2683,
261
+ "step": 18000
262
+ },
263
+ {
264
+ "epoch": 2.0,
265
+ "grad_norm": 6.663829803466797,
266
+ "learning_rate": 1.6655852348509426e-05,
267
+ "loss": 0.2539,
268
+ "step": 18500
269
+ },
270
+ {
271
+ "epoch": 2.05,
272
+ "grad_norm": 5.3059492111206055,
273
+ "learning_rate": 1.575465916873941e-05,
274
+ "loss": 0.1978,
275
+ "step": 19000
276
+ },
277
+ {
278
+ "epoch": 2.11,
279
+ "grad_norm": 6.28593635559082,
280
+ "learning_rate": 1.4853465988969395e-05,
281
+ "loss": 0.2004,
282
+ "step": 19500
283
+ },
284
+ {
285
+ "epoch": 2.16,
286
+ "grad_norm": 7.351054668426514,
287
+ "learning_rate": 1.3952272809199379e-05,
288
+ "loss": 0.1926,
289
+ "step": 20000
290
+ },
291
+ {
292
+ "epoch": 2.22,
293
+ "grad_norm": 6.031446933746338,
294
+ "learning_rate": 1.3051079629429367e-05,
295
+ "loss": 0.1903,
296
+ "step": 20500
297
+ },
298
+ {
299
+ "epoch": 2.27,
300
+ "grad_norm": 4.734748840332031,
301
+ "learning_rate": 1.214988644965935e-05,
302
+ "loss": 0.1852,
303
+ "step": 21000
304
+ },
305
+ {
306
+ "epoch": 2.33,
307
+ "grad_norm": 6.121973514556885,
308
+ "learning_rate": 1.1248693269889334e-05,
309
+ "loss": 0.1764,
310
+ "step": 21500
311
+ },
312
+ {
313
+ "epoch": 2.38,
314
+ "grad_norm": 4.245573043823242,
315
+ "learning_rate": 1.0347500090119317e-05,
316
+ "loss": 0.1808,
317
+ "step": 22000
318
+ },
319
+ {
320
+ "epoch": 2.43,
321
+ "grad_norm": 3.6098544597625732,
322
+ "learning_rate": 9.446306910349303e-06,
323
+ "loss": 0.1781,
324
+ "step": 22500
325
+ },
326
+ {
327
+ "epoch": 2.49,
328
+ "grad_norm": 7.525985240936279,
329
+ "learning_rate": 8.545113730579288e-06,
330
+ "loss": 0.1837,
331
+ "step": 23000
332
+ },
333
+ {
334
+ "epoch": 2.54,
335
+ "grad_norm": 4.0185546875,
336
+ "learning_rate": 7.643920550809272e-06,
337
+ "loss": 0.1734,
338
+ "step": 23500
339
+ },
340
+ {
341
+ "epoch": 2.6,
342
+ "grad_norm": 5.020835876464844,
343
+ "learning_rate": 6.742727371039257e-06,
344
+ "loss": 0.171,
345
+ "step": 24000
346
+ },
347
+ {
348
+ "epoch": 2.65,
349
+ "grad_norm": 5.588749408721924,
350
+ "learning_rate": 5.84153419126924e-06,
351
+ "loss": 0.1699,
352
+ "step": 24500
353
+ },
354
+ {
355
+ "epoch": 2.7,
356
+ "grad_norm": 3.7061429023742676,
357
+ "learning_rate": 4.940341011499225e-06,
358
+ "loss": 0.1621,
359
+ "step": 25000
360
+ },
361
+ {
362
+ "epoch": 2.76,
363
+ "grad_norm": 4.335537433624268,
364
+ "learning_rate": 4.03914783172921e-06,
365
+ "loss": 0.1626,
366
+ "step": 25500
367
+ },
368
+ {
369
+ "epoch": 2.81,
370
+ "grad_norm": 5.078334331512451,
371
+ "learning_rate": 3.1379546519591943e-06,
372
+ "loss": 0.156,
373
+ "step": 26000
374
+ },
375
+ {
376
+ "epoch": 2.87,
377
+ "grad_norm": 5.9595947265625,
378
+ "learning_rate": 2.2367614721891784e-06,
379
+ "loss": 0.1617,
380
+ "step": 26500
381
+ },
382
+ {
383
+ "epoch": 2.92,
384
+ "grad_norm": 5.210651397705078,
385
+ "learning_rate": 1.335568292419163e-06,
386
+ "loss": 0.1533,
387
+ "step": 27000
388
+ },
389
+ {
390
+ "epoch": 2.97,
391
+ "grad_norm": 3.798105478286743,
392
+ "learning_rate": 4.3437511264914753e-07,
393
+ "loss": 0.1521,
394
+ "step": 27500
395
+ },
396
+ {
397
+ "epoch": 3.0,
398
+ "step": 27741,
399
+ "total_flos": 2.3702775297552e+17,
400
+ "train_loss": 0.3772407876341264,
401
+ "train_runtime": 10846.9143,
402
+ "train_samples_per_second": 163.665,
403
+ "train_steps_per_second": 2.558
404
+ }
405
+ ],
406
+ "logging_steps": 500,
407
+ "max_steps": 27741,
408
+ "num_input_tokens_seen": 0,
409
+ "num_train_epochs": 3,
410
+ "save_steps": 500,
411
+ "total_flos": 2.3702775297552e+17,
412
+ "train_batch_size": 64,
413
+ "trial_name": null,
414
+ "trial_params": null
415
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff