Training in progress, step 500, checkpoint
Browse files- checkpoint-500/config.json +186 -0
- checkpoint-500/generation_config.json +7 -0
- checkpoint-500/model.safetensors +3 -0
- checkpoint-500/optimizer.pt +3 -0
- checkpoint-500/rng_state.pth +3 -0
- checkpoint-500/scheduler.pt +3 -0
- checkpoint-500/trainer_state.json +53 -0
- checkpoint-500/training_args.bin +3 -0
checkpoint-500/config.json
ADDED
@@ -0,0 +1,186 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "NourFakih/Vit-GPT2-COCO2017Flickr-40k-04",
|
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-500/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-500/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:965f94add212c299b3b0620aa65b9e0a122448649ea785088b9dd1699415d02a
|
3 |
+
size 956835520
|
checkpoint-500/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b403773e745013f88ab80f8cb6f9189b551b92e1578cfbaa90a689495e83ccf
|
3 |
+
size 1909212608
|
checkpoint-500/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0451a8bf9b65363645a64ac04fa4f4966f5fcca40a0ecbc610df26f839b483ce
|
3 |
+
size 14244
|
checkpoint-500/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a8a9ab0d85cf8127be6a94eccc059df01f045d5a3c9b979cc75399e826bbc6c
|
3 |
+
size 1064
|
checkpoint-500/trainer_state.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.469292551279068,
|
3 |
+
"best_model_checkpoint": "./Vit-GPT2-COCO2017Flickr-85k-11/checkpoint-500",
|
4 |
+
"epoch": 0.09330969487729775,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 500,
|
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 |
+
"logging_steps": 500,
|
33 |
+
"max_steps": 16074,
|
34 |
+
"num_input_tokens_seen": 0,
|
35 |
+
"num_train_epochs": 3,
|
36 |
+
"save_steps": 500,
|
37 |
+
"stateful_callbacks": {
|
38 |
+
"TrainerControl": {
|
39 |
+
"args": {
|
40 |
+
"should_epoch_stop": false,
|
41 |
+
"should_evaluate": false,
|
42 |
+
"should_log": false,
|
43 |
+
"should_save": true,
|
44 |
+
"should_training_stop": false
|
45 |
+
},
|
46 |
+
"attributes": {}
|
47 |
+
}
|
48 |
+
},
|
49 |
+
"total_flos": 1.443711128961024e+18,
|
50 |
+
"train_batch_size": 4,
|
51 |
+
"trial_name": null,
|
52 |
+
"trial_params": null
|
53 |
+
}
|
checkpoint-500/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0b624fa3af17218deb6c5c9ffd2dcc17439438e89cf4a8484fb843a6a0e9d4b
|
3 |
+
size 5304
|