NourFakih commited on
Commit
74d9612
1 Parent(s): 44a170d

Training in progress, step 2500, checkpoint

Browse files
checkpoint-2500/config.json ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "nlpconnect/vit-gpt2-image-captioning",
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.39.3"
186
+ }
checkpoint-2500/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.39.3"
7
+ }
checkpoint-2500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da2880e07dd16d1ff8f96ddb2c3db209c7cfc32ae6129bd9b629f3f723ecbfcd
3
+ size 956835520
checkpoint-2500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9014638d83b3e41e6ded7f3ef34fb1d85d2cced373f982ea9f2e4ad99f2e27a
3
+ size 1909212608
checkpoint-2500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a86a8cf2c0b0902b925a40b8fe77afeca55aaad6d2168d0a628dec63a8b956cd
3
+ size 14244
checkpoint-2500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b889028bc08b928851d38c15be1cde56bbc3640556ee89d4444bfeb832ab0582
3
+ size 1064
checkpoint-2500/trainer_state.json ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4677760601043701,
3
+ "best_model_checkpoint": "./Vit-GPT2-COCO2017Flickr-80k-08/checkpoint-2000",
4
+ "epoch": 0.5,
5
+ "eval_steps": 500,
6
+ "global_step": 2500,
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.1,
13
+ "grad_norm": 0.9981909990310669,
14
+ "learning_rate": 4.8333333333333334e-05,
15
+ "loss": 0.3691,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.1,
20
+ "eval_gen_len": 11.77575,
21
+ "eval_loss": 0.4729623794555664,
22
+ "eval_rouge1": 39.8086,
23
+ "eval_rouge2": 14.7674,
24
+ "eval_rougeL": 36.1546,
25
+ "eval_rougeLsum": 36.1739,
26
+ "eval_runtime": 459.5392,
27
+ "eval_samples_per_second": 8.704,
28
+ "eval_steps_per_second": 2.176,
29
+ "step": 500
30
+ },
31
+ {
32
+ "epoch": 0.2,
33
+ "grad_norm": 0.8220647573471069,
34
+ "learning_rate": 4.666666666666667e-05,
35
+ "loss": 0.3706,
36
+ "step": 1000
37
+ },
38
+ {
39
+ "epoch": 0.2,
40
+ "eval_gen_len": 11.59775,
41
+ "eval_loss": 0.47387805581092834,
42
+ "eval_rouge1": 39.8972,
43
+ "eval_rouge2": 14.9064,
44
+ "eval_rougeL": 36.1193,
45
+ "eval_rougeLsum": 36.138,
46
+ "eval_runtime": 446.0956,
47
+ "eval_samples_per_second": 8.967,
48
+ "eval_steps_per_second": 2.242,
49
+ "step": 1000
50
+ },
51
+ {
52
+ "epoch": 0.3,
53
+ "grad_norm": 1.052058219909668,
54
+ "learning_rate": 4.5e-05,
55
+ "loss": 0.3709,
56
+ "step": 1500
57
+ },
58
+ {
59
+ "epoch": 0.3,
60
+ "eval_gen_len": 11.71025,
61
+ "eval_loss": 0.47592678666114807,
62
+ "eval_rouge1": 39.9874,
63
+ "eval_rouge2": 14.8528,
64
+ "eval_rougeL": 36.3155,
65
+ "eval_rougeLsum": 36.3317,
66
+ "eval_runtime": 466.5502,
67
+ "eval_samples_per_second": 8.574,
68
+ "eval_steps_per_second": 2.143,
69
+ "step": 1500
70
+ },
71
+ {
72
+ "epoch": 0.4,
73
+ "grad_norm": 0.8642559051513672,
74
+ "learning_rate": 4.3333333333333334e-05,
75
+ "loss": 0.3721,
76
+ "step": 2000
77
+ },
78
+ {
79
+ "epoch": 0.4,
80
+ "eval_gen_len": 12.175,
81
+ "eval_loss": 0.4677760601043701,
82
+ "eval_rouge1": 39.7192,
83
+ "eval_rouge2": 14.5844,
84
+ "eval_rougeL": 35.8447,
85
+ "eval_rougeLsum": 35.8728,
86
+ "eval_runtime": 455.6895,
87
+ "eval_samples_per_second": 8.778,
88
+ "eval_steps_per_second": 2.194,
89
+ "step": 2000
90
+ },
91
+ {
92
+ "epoch": 0.5,
93
+ "grad_norm": 0.8769400715827942,
94
+ "learning_rate": 4.166666666666667e-05,
95
+ "loss": 0.3655,
96
+ "step": 2500
97
+ },
98
+ {
99
+ "epoch": 0.5,
100
+ "eval_gen_len": 11.90025,
101
+ "eval_loss": 0.4683643877506256,
102
+ "eval_rouge1": 40.3132,
103
+ "eval_rouge2": 15.1157,
104
+ "eval_rougeL": 36.5749,
105
+ "eval_rougeLsum": 36.5823,
106
+ "eval_runtime": 449.7304,
107
+ "eval_samples_per_second": 8.894,
108
+ "eval_steps_per_second": 2.224,
109
+ "step": 2500
110
+ }
111
+ ],
112
+ "logging_steps": 500,
113
+ "max_steps": 15000,
114
+ "num_input_tokens_seen": 0,
115
+ "num_train_epochs": 3,
116
+ "save_steps": 500,
117
+ "total_flos": 7.21855564480512e+18,
118
+ "train_batch_size": 4,
119
+ "trial_name": null,
120
+ "trial_params": null
121
+ }
checkpoint-2500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac3275bd5e74e49ac44a7270cea631cfc64b9085f7b8c623d9dad5ebdd62887a
3
+ size 5112