sihoon00 commited on
Commit
b4b8ac5
·
verified ·
1 Parent(s): 46cb657

Training in progress, step 5000, checkpoint

Browse files
last-checkpoint/config.json ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ddobokki/vision-encoder-decoder-vit-gpt2-coco-ko",
3
+ "architectures": [
4
+ "VisionEncoderDecoderModel"
5
+ ],
6
+ "decoder": {
7
+ "_name_or_path": "skt/kogpt2-base-v2",
8
+ "_num_labels": 1,
9
+ "activation_function": "gelu_new",
10
+ "add_cross_attention": true,
11
+ "architectures": [
12
+ "GPT2LMHeadModel"
13
+ ],
14
+ "attn_pdrop": 0.1,
15
+ "author": "Heewon Jeon(madjakarta@gmail.com)",
16
+ "bad_words_ids": null,
17
+ "begin_suppress_tokens": null,
18
+ "bos_token_id": 0,
19
+ "chunk_size_feed_forward": 0,
20
+ "created_date": "2021-04-28",
21
+ "cross_attention_hidden_size": null,
22
+ "decoder_start_token_id": null,
23
+ "diversity_penalty": 0.0,
24
+ "do_sample": false,
25
+ "early_stopping": false,
26
+ "embd_pdrop": 0.1,
27
+ "encoder_no_repeat_ngram_size": 0,
28
+ "eos_token_id": 1,
29
+ "exponential_decay_length_penalty": null,
30
+ "finetuning_task": null,
31
+ "forced_bos_token_id": null,
32
+ "forced_eos_token_id": null,
33
+ "gradient_checkpointing": false,
34
+ "id2label": {
35
+ "0": "LABEL_0"
36
+ },
37
+ "initializer_range": 0.02,
38
+ "is_decoder": true,
39
+ "is_encoder_decoder": false,
40
+ "label2id": {
41
+ "LABEL_0": 0
42
+ },
43
+ "layer_norm_epsilon": 1e-05,
44
+ "length_penalty": 1.0,
45
+ "license": "CC-BY-NC-SA 4.0",
46
+ "max_length": 20,
47
+ "min_length": 0,
48
+ "model_type": "gpt2",
49
+ "n_ctx": 1024,
50
+ "n_embd": 768,
51
+ "n_head": 12,
52
+ "n_inner": null,
53
+ "n_layer": 12,
54
+ "n_positions": 1024,
55
+ "no_repeat_ngram_size": 0,
56
+ "num_beam_groups": 1,
57
+ "num_beams": 1,
58
+ "num_return_sequences": 1,
59
+ "output_attentions": false,
60
+ "output_hidden_states": false,
61
+ "output_scores": false,
62
+ "pad_token_id": 3,
63
+ "prefix": null,
64
+ "problem_type": null,
65
+ "pruned_heads": {},
66
+ "remove_invalid_values": false,
67
+ "reorder_and_upcast_attn": false,
68
+ "repetition_penalty": 1.0,
69
+ "resid_pdrop": 0.1,
70
+ "return_dict": true,
71
+ "return_dict_in_generate": false,
72
+ "scale_attn_by_inverse_layer_idx": false,
73
+ "scale_attn_weights": true,
74
+ "sep_token_id": null,
75
+ "summary_activation": null,
76
+ "summary_first_dropout": 0.1,
77
+ "summary_proj_to_labels": true,
78
+ "summary_type": "cls_index",
79
+ "summary_use_proj": true,
80
+ "suppress_tokens": null,
81
+ "task_specific_params": {
82
+ "text-generation": {
83
+ "do_sample": true,
84
+ "max_length": 50
85
+ }
86
+ },
87
+ "temperature": 1.0,
88
+ "tf_legacy_loss": false,
89
+ "tie_encoder_decoder": false,
90
+ "tie_word_embeddings": true,
91
+ "tokenizer_class": null,
92
+ "top_k": 50,
93
+ "top_p": 1.0,
94
+ "torch_dtype": null,
95
+ "torchscript": false,
96
+ "typical_p": 1.0,
97
+ "use_bfloat16": false,
98
+ "use_cache": true,
99
+ "vocab_size": 51200
100
+ },
101
+ "decoder_start_token_id": 0,
102
+ "encoder": {
103
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
104
+ "add_cross_attention": false,
105
+ "architectures": [
106
+ "ViTModel"
107
+ ],
108
+ "attention_probs_dropout_prob": 0.0,
109
+ "bad_words_ids": null,
110
+ "begin_suppress_tokens": null,
111
+ "bos_token_id": null,
112
+ "chunk_size_feed_forward": 0,
113
+ "cross_attention_hidden_size": null,
114
+ "decoder_start_token_id": null,
115
+ "diversity_penalty": 0.0,
116
+ "do_sample": false,
117
+ "early_stopping": false,
118
+ "encoder_no_repeat_ngram_size": 0,
119
+ "encoder_stride": 16,
120
+ "eos_token_id": null,
121
+ "exponential_decay_length_penalty": null,
122
+ "finetuning_task": null,
123
+ "forced_bos_token_id": null,
124
+ "forced_eos_token_id": null,
125
+ "hidden_act": "gelu",
126
+ "hidden_dropout_prob": 0.0,
127
+ "hidden_size": 768,
128
+ "id2label": {
129
+ "0": "LABEL_0",
130
+ "1": "LABEL_1"
131
+ },
132
+ "image_size": 224,
133
+ "initializer_range": 0.02,
134
+ "intermediate_size": 3072,
135
+ "is_decoder": false,
136
+ "is_encoder_decoder": false,
137
+ "label2id": {
138
+ "LABEL_0": 0,
139
+ "LABEL_1": 1
140
+ },
141
+ "layer_norm_eps": 1e-12,
142
+ "length_penalty": 1.0,
143
+ "max_length": 20,
144
+ "min_length": 0,
145
+ "model_type": "vit",
146
+ "no_repeat_ngram_size": 0,
147
+ "num_attention_heads": 12,
148
+ "num_beam_groups": 1,
149
+ "num_beams": 1,
150
+ "num_channels": 3,
151
+ "num_hidden_layers": 12,
152
+ "num_return_sequences": 1,
153
+ "output_attentions": false,
154
+ "output_hidden_states": false,
155
+ "output_scores": false,
156
+ "pad_token_id": null,
157
+ "patch_size": 16,
158
+ "prefix": null,
159
+ "problem_type": null,
160
+ "pruned_heads": {},
161
+ "qkv_bias": true,
162
+ "remove_invalid_values": false,
163
+ "repetition_penalty": 1.0,
164
+ "return_dict": true,
165
+ "return_dict_in_generate": false,
166
+ "sep_token_id": null,
167
+ "suppress_tokens": null,
168
+ "task_specific_params": null,
169
+ "temperature": 1.0,
170
+ "tf_legacy_loss": false,
171
+ "tie_encoder_decoder": false,
172
+ "tie_word_embeddings": true,
173
+ "tokenizer_class": null,
174
+ "top_k": 50,
175
+ "top_p": 1.0,
176
+ "torch_dtype": null,
177
+ "torchscript": false,
178
+ "typical_p": 1.0,
179
+ "use_bfloat16": false
180
+ },
181
+ "eos_token_id": 1,
182
+ "is_encoder_decoder": true,
183
+ "model_type": "vision-encoder-decoder",
184
+ "pad_token_id": 1,
185
+ "tie_word_embeddings": false,
186
+ "torch_dtype": "float32",
187
+ "transformers_version": "4.42.3",
188
+ "vocab_size": 51200
189
+ }
last-checkpoint/generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 0,
3
+ "decoder_start_token_id": 0,
4
+ "eos_token_id": 1,
5
+ "pad_token_id": 3,
6
+ "transformers_version": "4.42.3"
7
+ }
last-checkpoint/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d9110422c3b26640261dc785e9b6989d3c913f8b478a6f48d3a23b84a1ede2d
3
+ size 959732416
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18c5a24f32c4c53426b5bbd40549706956c3582e9dfea8c7ee78415bf9c68859
3
+ size 1919732806
last-checkpoint/preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTFeatureExtractor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c881ad54e2aae8feeb160e05a97e39cf1c147f9aae0937a1b7e41a0710f93d0
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08c589f3acbeec5c6e36834591171153e8af682ebbd66860ce42dbcde5e025a9
3
+ size 1064
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.676727028839705,
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.1676727028839705,
13
+ "grad_norm": 0.24329866468906403,
14
+ "learning_rate": 4.83232729711603e-05,
15
+ "loss": 0.2725,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.335345405767941,
20
+ "grad_norm": 0.3848712146282196,
21
+ "learning_rate": 4.6646545942320594e-05,
22
+ "loss": 0.2125,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.5030181086519114,
27
+ "grad_norm": 0.3457760214805603,
28
+ "learning_rate": 4.4969818913480886e-05,
29
+ "loss": 0.1794,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.670690811535882,
34
+ "grad_norm": 0.4547400176525116,
35
+ "learning_rate": 4.3293091884641186e-05,
36
+ "loss": 0.1597,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 0.8383635144198525,
41
+ "grad_norm": 0.37468263506889343,
42
+ "learning_rate": 4.161636485580148e-05,
43
+ "loss": 0.1498,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 1.0,
48
+ "eval_gen_len": 100.0,
49
+ "eval_loss": 0.11297082155942917,
50
+ "eval_rouge1": 0.1508,
51
+ "eval_rouge2": 0.1508,
52
+ "eval_rougeL": 0.1508,
53
+ "eval_rougeLsum": 0.1508,
54
+ "eval_runtime": 1532.6018,
55
+ "eval_samples_per_second": 0.865,
56
+ "eval_steps_per_second": 0.217,
57
+ "step": 2982
58
+ },
59
+ {
60
+ "epoch": 1.0060362173038229,
61
+ "grad_norm": 0.40761449933052063,
62
+ "learning_rate": 3.993963782696177e-05,
63
+ "loss": 0.1293,
64
+ "step": 3000
65
+ },
66
+ {
67
+ "epoch": 1.1737089201877935,
68
+ "grad_norm": 0.3620559573173523,
69
+ "learning_rate": 3.826291079812207e-05,
70
+ "loss": 0.1038,
71
+ "step": 3500
72
+ },
73
+ {
74
+ "epoch": 1.341381623071764,
75
+ "grad_norm": 0.3626340925693512,
76
+ "learning_rate": 3.658618376928236e-05,
77
+ "loss": 0.0899,
78
+ "step": 4000
79
+ },
80
+ {
81
+ "epoch": 1.5090543259557343,
82
+ "grad_norm": 0.5226974487304688,
83
+ "learning_rate": 3.490945674044266e-05,
84
+ "loss": 0.0818,
85
+ "step": 4500
86
+ },
87
+ {
88
+ "epoch": 1.676727028839705,
89
+ "grad_norm": 0.4590921700000763,
90
+ "learning_rate": 3.323272971160295e-05,
91
+ "loss": 0.0746,
92
+ "step": 5000
93
+ }
94
+ ],
95
+ "logging_steps": 500,
96
+ "max_steps": 14910,
97
+ "num_input_tokens_seen": 0,
98
+ "num_train_epochs": 5,
99
+ "save_steps": 5000,
100
+ "stateful_callbacks": {
101
+ "TrainerControl": {
102
+ "args": {
103
+ "should_epoch_stop": false,
104
+ "should_evaluate": false,
105
+ "should_log": false,
106
+ "should_save": true,
107
+ "should_training_stop": false
108
+ },
109
+ "attributes": {}
110
+ }
111
+ },
112
+ "total_flos": 3.6087364307291996e+18,
113
+ "train_batch_size": 4,
114
+ "trial_name": null,
115
+ "trial_params": null
116
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb3be77d244f10d48dc812b520eeb95e50cd4ecbd995ee8774502bcfbdb56d5c
3
+ size 5368