NourFakih commited on
Commit
f6751f7
1 Parent(s): f7c6e06

Training in progress, step 5000, checkpoint

Browse files
checkpoint-5000/config.json ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "NourFakih/Vit-GPT2-COCO2017Flickr-85k-11",
3
+ "architectures": [
4
+ "VisionEncoderDecoderModel"
5
+ ],
6
+ "bos_token_id": 50256,
7
+ "decoder": {
8
+ "_name_or_path": "",
9
+ "activation_function": "gelu_new",
10
+ "add_cross_attention": true,
11
+ "architectures": [
12
+ "GPT2LMHeadModel"
13
+ ],
14
+ "attn_pdrop": 0.1,
15
+ "bad_words_ids": null,
16
+ "begin_suppress_tokens": null,
17
+ "bos_token_id": 50256,
18
+ "chunk_size_feed_forward": 0,
19
+ "cross_attention_hidden_size": null,
20
+ "decoder_start_token_id": 50256,
21
+ "diversity_penalty": 0.0,
22
+ "do_sample": false,
23
+ "early_stopping": false,
24
+ "embd_pdrop": 0.1,
25
+ "encoder_no_repeat_ngram_size": 0,
26
+ "eos_token_id": 50256,
27
+ "exponential_decay_length_penalty": null,
28
+ "finetuning_task": null,
29
+ "forced_bos_token_id": null,
30
+ "forced_eos_token_id": null,
31
+ "id2label": {
32
+ "0": "LABEL_0",
33
+ "1": "LABEL_1"
34
+ },
35
+ "initializer_range": 0.02,
36
+ "is_decoder": true,
37
+ "is_encoder_decoder": false,
38
+ "label2id": {
39
+ "LABEL_0": 0,
40
+ "LABEL_1": 1
41
+ },
42
+ "layer_norm_epsilon": 1e-05,
43
+ "length_penalty": 1.0,
44
+ "max_length": 20,
45
+ "min_length": 0,
46
+ "model_type": "gpt2",
47
+ "n_ctx": 1024,
48
+ "n_embd": 768,
49
+ "n_head": 12,
50
+ "n_inner": null,
51
+ "n_layer": 12,
52
+ "n_positions": 1024,
53
+ "no_repeat_ngram_size": 0,
54
+ "num_beam_groups": 1,
55
+ "num_beams": 1,
56
+ "num_return_sequences": 1,
57
+ "output_attentions": false,
58
+ "output_hidden_states": false,
59
+ "output_scores": false,
60
+ "pad_token_id": 50256,
61
+ "prefix": null,
62
+ "problem_type": null,
63
+ "pruned_heads": {},
64
+ "remove_invalid_values": false,
65
+ "reorder_and_upcast_attn": false,
66
+ "repetition_penalty": 1.0,
67
+ "resid_pdrop": 0.1,
68
+ "return_dict": true,
69
+ "return_dict_in_generate": false,
70
+ "scale_attn_by_inverse_layer_idx": false,
71
+ "scale_attn_weights": true,
72
+ "sep_token_id": null,
73
+ "summary_activation": null,
74
+ "summary_first_dropout": 0.1,
75
+ "summary_proj_to_labels": true,
76
+ "summary_type": "cls_index",
77
+ "summary_use_proj": true,
78
+ "suppress_tokens": null,
79
+ "task_specific_params": {
80
+ "text-generation": {
81
+ "do_sample": true,
82
+ "max_length": 50
83
+ }
84
+ },
85
+ "temperature": 1.0,
86
+ "tf_legacy_loss": false,
87
+ "tie_encoder_decoder": false,
88
+ "tie_word_embeddings": true,
89
+ "tokenizer_class": null,
90
+ "top_k": 50,
91
+ "top_p": 1.0,
92
+ "torch_dtype": null,
93
+ "torchscript": false,
94
+ "typical_p": 1.0,
95
+ "use_bfloat16": false,
96
+ "use_cache": true,
97
+ "vocab_size": 50257
98
+ },
99
+ "decoder_start_token_id": 50256,
100
+ "encoder": {
101
+ "_name_or_path": "",
102
+ "add_cross_attention": false,
103
+ "architectures": [
104
+ "ViTModel"
105
+ ],
106
+ "attention_probs_dropout_prob": 0.0,
107
+ "bad_words_ids": null,
108
+ "begin_suppress_tokens": null,
109
+ "bos_token_id": null,
110
+ "chunk_size_feed_forward": 0,
111
+ "cross_attention_hidden_size": null,
112
+ "decoder_start_token_id": null,
113
+ "diversity_penalty": 0.0,
114
+ "do_sample": false,
115
+ "early_stopping": false,
116
+ "encoder_no_repeat_ngram_size": 0,
117
+ "encoder_stride": 16,
118
+ "eos_token_id": null,
119
+ "exponential_decay_length_penalty": null,
120
+ "finetuning_task": null,
121
+ "forced_bos_token_id": null,
122
+ "forced_eos_token_id": null,
123
+ "hidden_act": "gelu",
124
+ "hidden_dropout_prob": 0.0,
125
+ "hidden_size": 768,
126
+ "id2label": {
127
+ "0": "LABEL_0",
128
+ "1": "LABEL_1"
129
+ },
130
+ "image_size": 224,
131
+ "initializer_range": 0.02,
132
+ "intermediate_size": 3072,
133
+ "is_decoder": false,
134
+ "is_encoder_decoder": false,
135
+ "label2id": {
136
+ "LABEL_0": 0,
137
+ "LABEL_1": 1
138
+ },
139
+ "layer_norm_eps": 1e-12,
140
+ "length_penalty": 1.0,
141
+ "max_length": 20,
142
+ "min_length": 0,
143
+ "model_type": "vit",
144
+ "no_repeat_ngram_size": 0,
145
+ "num_attention_heads": 12,
146
+ "num_beam_groups": 1,
147
+ "num_beams": 1,
148
+ "num_channels": 3,
149
+ "num_hidden_layers": 12,
150
+ "num_return_sequences": 1,
151
+ "output_attentions": false,
152
+ "output_hidden_states": false,
153
+ "output_scores": false,
154
+ "pad_token_id": null,
155
+ "patch_size": 16,
156
+ "prefix": null,
157
+ "problem_type": null,
158
+ "pruned_heads": {},
159
+ "qkv_bias": true,
160
+ "remove_invalid_values": false,
161
+ "repetition_penalty": 1.0,
162
+ "return_dict": true,
163
+ "return_dict_in_generate": false,
164
+ "sep_token_id": null,
165
+ "suppress_tokens": null,
166
+ "task_specific_params": null,
167
+ "temperature": 1.0,
168
+ "tf_legacy_loss": false,
169
+ "tie_encoder_decoder": false,
170
+ "tie_word_embeddings": true,
171
+ "tokenizer_class": null,
172
+ "top_k": 50,
173
+ "top_p": 1.0,
174
+ "torch_dtype": null,
175
+ "torchscript": false,
176
+ "typical_p": 1.0,
177
+ "use_bfloat16": false
178
+ },
179
+ "eos_token_id": 50256,
180
+ "is_encoder_decoder": true,
181
+ "model_type": "vision-encoder-decoder",
182
+ "pad_token_id": 50256,
183
+ "tie_word_embeddings": false,
184
+ "torch_dtype": "float32",
185
+ "transformers_version": "4.41.2"
186
+ }
checkpoint-5000/generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 50256,
3
+ "decoder_start_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "pad_token_id": 50256,
6
+ "transformers_version": "4.41.2"
7
+ }
checkpoint-5000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f78316ed1947ceffaf977607226d45c89f5007a03468bf8e69a9d646424965d8
3
+ size 956835520
checkpoint-5000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2353c8a49e073aa41afcc53986dd82b2ce286ae8cc6542ea8315e40b41381786
3
+ size 1909212608
checkpoint-5000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfb6073a251852c9a9e029da86b8143e914f9bf0931e0cdc3edaa8bfd502c5af
3
+ size 14244
checkpoint-5000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d4d91773878a36071d97eb54912224df21e7add492a49129e4786b49c80fdaf
3
+ size 1064
checkpoint-5000/trainer_state.json ADDED
@@ -0,0 +1,233 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4608415365219116,
3
+ "best_model_checkpoint": "./Vit-GPT2-COCO2017Flickr-85k-11/checkpoint-4500",
4
+ "epoch": 0.9330969487729776,
5
+ "eval_steps": 500,
6
+ "global_step": 5000,
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.09330969487729775,
13
+ "grad_norm": 1.14389169216156,
14
+ "learning_rate": 4.8444693293517484e-05,
15
+ "loss": 0.378,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.09330969487729775,
20
+ "eval_gen_len": 11.7725,
21
+ "eval_loss": 0.469292551279068,
22
+ "eval_rouge1": 40.2274,
23
+ "eval_rouge2": 15.0119,
24
+ "eval_rougeL": 36.4563,
25
+ "eval_rougeLsum": 36.4656,
26
+ "eval_runtime": 450.3853,
27
+ "eval_samples_per_second": 8.881,
28
+ "eval_steps_per_second": 2.22,
29
+ "step": 500
30
+ },
31
+ {
32
+ "epoch": 0.1866193897545955,
33
+ "grad_norm": 0.8436835408210754,
34
+ "learning_rate": 4.6889386587034965e-05,
35
+ "loss": 0.3748,
36
+ "step": 1000
37
+ },
38
+ {
39
+ "epoch": 0.1866193897545955,
40
+ "eval_gen_len": 12.16675,
41
+ "eval_loss": 0.46400758624076843,
42
+ "eval_rouge1": 40.199,
43
+ "eval_rouge2": 15.321,
44
+ "eval_rougeL": 36.4279,
45
+ "eval_rougeLsum": 36.4457,
46
+ "eval_runtime": 431.1423,
47
+ "eval_samples_per_second": 9.278,
48
+ "eval_steps_per_second": 2.319,
49
+ "step": 1000
50
+ },
51
+ {
52
+ "epoch": 0.27992908463189325,
53
+ "grad_norm": 0.8730084896087646,
54
+ "learning_rate": 4.5334079880552446e-05,
55
+ "loss": 0.374,
56
+ "step": 1500
57
+ },
58
+ {
59
+ "epoch": 0.27992908463189325,
60
+ "eval_gen_len": 11.8,
61
+ "eval_loss": 0.4668748080730438,
62
+ "eval_rouge1": 39.9523,
63
+ "eval_rouge2": 15.0587,
64
+ "eval_rougeL": 36.3639,
65
+ "eval_rougeLsum": 36.375,
66
+ "eval_runtime": 424.8986,
67
+ "eval_samples_per_second": 9.414,
68
+ "eval_steps_per_second": 2.354,
69
+ "step": 1500
70
+ },
71
+ {
72
+ "epoch": 0.373238779509191,
73
+ "grad_norm": 0.8020262718200684,
74
+ "learning_rate": 4.3778773174069934e-05,
75
+ "loss": 0.3721,
76
+ "step": 2000
77
+ },
78
+ {
79
+ "epoch": 0.373238779509191,
80
+ "eval_gen_len": 11.2095,
81
+ "eval_loss": 0.46446970105171204,
82
+ "eval_rouge1": 40.3597,
83
+ "eval_rouge2": 15.2173,
84
+ "eval_rougeL": 36.6938,
85
+ "eval_rougeLsum": 36.705,
86
+ "eval_runtime": 410.7504,
87
+ "eval_samples_per_second": 9.738,
88
+ "eval_steps_per_second": 2.435,
89
+ "step": 2000
90
+ },
91
+ {
92
+ "epoch": 0.4665484743864888,
93
+ "grad_norm": 0.8208432793617249,
94
+ "learning_rate": 4.222346646758741e-05,
95
+ "loss": 0.3673,
96
+ "step": 2500
97
+ },
98
+ {
99
+ "epoch": 0.4665484743864888,
100
+ "eval_gen_len": 11.93425,
101
+ "eval_loss": 0.4631750285625458,
102
+ "eval_rouge1": 40.3875,
103
+ "eval_rouge2": 15.2532,
104
+ "eval_rougeL": 36.5923,
105
+ "eval_rougeLsum": 36.6182,
106
+ "eval_runtime": 441.242,
107
+ "eval_samples_per_second": 9.065,
108
+ "eval_steps_per_second": 2.266,
109
+ "step": 2500
110
+ },
111
+ {
112
+ "epoch": 0.5598581692637865,
113
+ "grad_norm": 0.807547926902771,
114
+ "learning_rate": 4.066815976110489e-05,
115
+ "loss": 0.365,
116
+ "step": 3000
117
+ },
118
+ {
119
+ "epoch": 0.5598581692637865,
120
+ "eval_gen_len": 12.26475,
121
+ "eval_loss": 0.4623391330242157,
122
+ "eval_rouge1": 39.9395,
123
+ "eval_rouge2": 15.0315,
124
+ "eval_rougeL": 36.1682,
125
+ "eval_rougeLsum": 36.1781,
126
+ "eval_runtime": 440.5083,
127
+ "eval_samples_per_second": 9.08,
128
+ "eval_steps_per_second": 2.27,
129
+ "step": 3000
130
+ },
131
+ {
132
+ "epoch": 0.6531678641410843,
133
+ "grad_norm": 0.6434993147850037,
134
+ "learning_rate": 3.911285305462237e-05,
135
+ "loss": 0.3652,
136
+ "step": 3500
137
+ },
138
+ {
139
+ "epoch": 0.6531678641410843,
140
+ "eval_gen_len": 11.8965,
141
+ "eval_loss": 0.4611285328865051,
142
+ "eval_rouge1": 39.8792,
143
+ "eval_rouge2": 14.9961,
144
+ "eval_rougeL": 36.2488,
145
+ "eval_rougeLsum": 36.2734,
146
+ "eval_runtime": 429.9024,
147
+ "eval_samples_per_second": 9.304,
148
+ "eval_steps_per_second": 2.326,
149
+ "step": 3500
150
+ },
151
+ {
152
+ "epoch": 0.746477559018382,
153
+ "grad_norm": 0.8740318417549133,
154
+ "learning_rate": 3.755754634813985e-05,
155
+ "loss": 0.3601,
156
+ "step": 4000
157
+ },
158
+ {
159
+ "epoch": 0.746477559018382,
160
+ "eval_gen_len": 12.0545,
161
+ "eval_loss": 0.4625248610973358,
162
+ "eval_rouge1": 40.57,
163
+ "eval_rouge2": 15.2972,
164
+ "eval_rougeL": 36.8012,
165
+ "eval_rougeLsum": 36.8227,
166
+ "eval_runtime": 431.0422,
167
+ "eval_samples_per_second": 9.28,
168
+ "eval_steps_per_second": 2.32,
169
+ "step": 4000
170
+ },
171
+ {
172
+ "epoch": 0.8397872538956798,
173
+ "grad_norm": 0.7394187450408936,
174
+ "learning_rate": 3.600223964165734e-05,
175
+ "loss": 0.3574,
176
+ "step": 4500
177
+ },
178
+ {
179
+ "epoch": 0.8397872538956798,
180
+ "eval_gen_len": 11.72875,
181
+ "eval_loss": 0.4608415365219116,
182
+ "eval_rouge1": 40.3276,
183
+ "eval_rouge2": 15.1742,
184
+ "eval_rougeL": 36.7679,
185
+ "eval_rougeLsum": 36.7575,
186
+ "eval_runtime": 467.6774,
187
+ "eval_samples_per_second": 8.553,
188
+ "eval_steps_per_second": 2.138,
189
+ "step": 4500
190
+ },
191
+ {
192
+ "epoch": 0.9330969487729776,
193
+ "grad_norm": 0.841187059879303,
194
+ "learning_rate": 3.444693293517482e-05,
195
+ "loss": 0.351,
196
+ "step": 5000
197
+ },
198
+ {
199
+ "epoch": 0.9330969487729776,
200
+ "eval_gen_len": 11.76625,
201
+ "eval_loss": 0.4650140404701233,
202
+ "eval_rouge1": 40.7345,
203
+ "eval_rouge2": 15.5295,
204
+ "eval_rougeL": 37.0769,
205
+ "eval_rougeLsum": 37.0911,
206
+ "eval_runtime": 475.4278,
207
+ "eval_samples_per_second": 8.413,
208
+ "eval_steps_per_second": 2.103,
209
+ "step": 5000
210
+ }
211
+ ],
212
+ "logging_steps": 500,
213
+ "max_steps": 16074,
214
+ "num_input_tokens_seen": 0,
215
+ "num_train_epochs": 3,
216
+ "save_steps": 500,
217
+ "stateful_callbacks": {
218
+ "TrainerControl": {
219
+ "args": {
220
+ "should_epoch_stop": false,
221
+ "should_evaluate": false,
222
+ "should_log": false,
223
+ "should_save": true,
224
+ "should_training_stop": false
225
+ },
226
+ "attributes": {}
227
+ }
228
+ },
229
+ "total_flos": 1.443711128961024e+19,
230
+ "train_batch_size": 4,
231
+ "trial_name": null,
232
+ "trial_params": null
233
+ }
checkpoint-5000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee93f1655f97fbc3e4106c899d4549ddbe6f5e76e96df535e06a99bce9a661a6
3
+ size 5304