ydshieh HF staff commited on
Commit
020ae14
1 Parent(s): bd7405c

Saving weights and logs of epoch 2 - step 4500

Browse files
ckpt_epoch_2_step_4500/config.json ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "VisionEncoderDecoderModel"
4
+ ],
5
+ "bos_token_id": 50256,
6
+ "decoder": {
7
+ "_name_or_path": "",
8
+ "activation_function": "gelu_new",
9
+ "add_cross_attention": true,
10
+ "architectures": [
11
+ "GPT2LMHeadModel"
12
+ ],
13
+ "attn_pdrop": 0.1,
14
+ "bad_words_ids": null,
15
+ "bos_token_id": 50256,
16
+ "chunk_size_feed_forward": 0,
17
+ "decoder_start_token_id": 50256,
18
+ "diversity_penalty": 0.0,
19
+ "do_sample": false,
20
+ "early_stopping": false,
21
+ "embd_pdrop": 0.1,
22
+ "encoder_no_repeat_ngram_size": 0,
23
+ "eos_token_id": 50256,
24
+ "finetuning_task": null,
25
+ "forced_bos_token_id": null,
26
+ "forced_eos_token_id": null,
27
+ "id2label": {
28
+ "0": "LABEL_0",
29
+ "1": "LABEL_1"
30
+ },
31
+ "initializer_range": 0.02,
32
+ "is_decoder": true,
33
+ "is_encoder_decoder": false,
34
+ "label2id": {
35
+ "LABEL_0": 0,
36
+ "LABEL_1": 1
37
+ },
38
+ "layer_norm_epsilon": 1e-05,
39
+ "length_penalty": 1.0,
40
+ "max_length": 20,
41
+ "min_length": 0,
42
+ "model_type": "gpt2",
43
+ "n_ctx": 1024,
44
+ "n_embd": 768,
45
+ "n_head": 12,
46
+ "n_inner": null,
47
+ "n_layer": 12,
48
+ "n_positions": 1024,
49
+ "no_repeat_ngram_size": 0,
50
+ "num_beam_groups": 1,
51
+ "num_beams": 1,
52
+ "num_return_sequences": 1,
53
+ "output_attentions": false,
54
+ "output_hidden_states": false,
55
+ "output_scores": false,
56
+ "pad_token_id": 50256,
57
+ "prefix": null,
58
+ "problem_type": null,
59
+ "pruned_heads": {},
60
+ "remove_invalid_values": false,
61
+ "repetition_penalty": 1.0,
62
+ "resid_pdrop": 0.1,
63
+ "return_dict": true,
64
+ "return_dict_in_generate": false,
65
+ "scale_attn_weights": true,
66
+ "sep_token_id": null,
67
+ "summary_activation": null,
68
+ "summary_first_dropout": 0.1,
69
+ "summary_proj_to_labels": true,
70
+ "summary_type": "cls_index",
71
+ "summary_use_proj": true,
72
+ "task_specific_params": {
73
+ "text-generation": {
74
+ "do_sample": true,
75
+ "max_length": 50
76
+ }
77
+ },
78
+ "temperature": 1.0,
79
+ "tie_encoder_decoder": false,
80
+ "tie_word_embeddings": true,
81
+ "tokenizer_class": null,
82
+ "top_k": 50,
83
+ "top_p": 1.0,
84
+ "torch_dtype": null,
85
+ "torchscript": false,
86
+ "transformers_version": "4.11.0.dev0",
87
+ "use_bfloat16": false,
88
+ "use_cache": true,
89
+ "vocab_size": 50257
90
+ },
91
+ "decoder_start_token_id": 50256,
92
+ "encoder": {
93
+ "_name_or_path": "",
94
+ "add_cross_attention": false,
95
+ "architectures": [
96
+ "ViTModel"
97
+ ],
98
+ "attention_probs_dropout_prob": 0.0,
99
+ "bad_words_ids": null,
100
+ "bos_token_id": null,
101
+ "chunk_size_feed_forward": 0,
102
+ "decoder_start_token_id": null,
103
+ "diversity_penalty": 0.0,
104
+ "do_sample": false,
105
+ "early_stopping": false,
106
+ "encoder_no_repeat_ngram_size": 0,
107
+ "eos_token_id": null,
108
+ "finetuning_task": null,
109
+ "forced_bos_token_id": null,
110
+ "forced_eos_token_id": null,
111
+ "hidden_act": "gelu",
112
+ "hidden_dropout_prob": 0.0,
113
+ "hidden_size": 768,
114
+ "id2label": {
115
+ "0": "LABEL_0",
116
+ "1": "LABEL_1"
117
+ },
118
+ "image_size": 224,
119
+ "initializer_range": 0.02,
120
+ "intermediate_size": 3072,
121
+ "is_decoder": false,
122
+ "is_encoder_decoder": false,
123
+ "label2id": {
124
+ "LABEL_0": 0,
125
+ "LABEL_1": 1
126
+ },
127
+ "layer_norm_eps": 1e-12,
128
+ "length_penalty": 1.0,
129
+ "max_length": 20,
130
+ "min_length": 0,
131
+ "model_type": "vit",
132
+ "no_repeat_ngram_size": 0,
133
+ "num_attention_heads": 12,
134
+ "num_beam_groups": 1,
135
+ "num_beams": 1,
136
+ "num_channels": 3,
137
+ "num_hidden_layers": 12,
138
+ "num_return_sequences": 1,
139
+ "output_attentions": false,
140
+ "output_hidden_states": false,
141
+ "output_scores": false,
142
+ "pad_token_id": null,
143
+ "patch_size": 16,
144
+ "prefix": null,
145
+ "problem_type": null,
146
+ "pruned_heads": {},
147
+ "remove_invalid_values": false,
148
+ "repetition_penalty": 1.0,
149
+ "return_dict": true,
150
+ "return_dict_in_generate": false,
151
+ "sep_token_id": null,
152
+ "task_specific_params": null,
153
+ "temperature": 1.0,
154
+ "tie_encoder_decoder": false,
155
+ "tie_word_embeddings": true,
156
+ "tokenizer_class": null,
157
+ "top_k": 50,
158
+ "top_p": 1.0,
159
+ "torch_dtype": null,
160
+ "torchscript": false,
161
+ "transformers_version": "4.11.0.dev0",
162
+ "use_bfloat16": false
163
+ },
164
+ "eos_token_id": 50256,
165
+ "is_encoder_decoder": true,
166
+ "model_type": "vision-encoder-decoder",
167
+ "pad_token_id": 50256,
168
+ "transformers_version": null
169
+ }
ckpt_epoch_2_step_4500/flax_model.msgpack ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:026e1f3dc06be0249c2308d21b9a4e8d3b0b874d59152d93b1506e6a45a317ef
3
+ size 956799284
ckpt_epoch_2_step_4500/generation_eval.json ADDED
The diff for this file is too large to render. See raw diff
ckpt_epoch_2_step_4500/merges.txt ADDED
The diff for this file is too large to render. See raw diff
ckpt_epoch_2_step_4500/special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "unk_token": "<|endoftext|>", "pad_token": "<|endoftext|>"}
ckpt_epoch_2_step_4500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
ckpt_epoch_2_step_4500/tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"unk_token": "<|endoftext|>", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": false, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "gpt2", "tokenizer_class": "GPT2Tokenizer"}
ckpt_epoch_2_step_4500/vocab.json ADDED
The diff for this file is too large to render. See raw diff
events.out.tfevents.1633443513.t1v-n-bb5dfd23-w-0.8655.0.v2 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3dd85c5c40a998050e0097c1cdb924a1c39dac446c23c3e110ff1ee112228b04
3
- size 2601099
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dcef2c1cf7105edc9d303fb6948c27bf83038daeab2f1420ea0449b4b80f390
3
+ size 2923961
report.txt CHANGED
@@ -448,3 +448,35 @@ Epoch... (2/30 | Step: 4190 | Loss: 1.893964171409607, Learning Rate: 2.81842203
448
  Epoch... (2/30 | Step: 4200 | Loss: 1.8666478395462036, Learning Rate: 2.8179885703139007e-05)
449
  Epoch... (2/30 | Step: 4200 | Loss: 1.8666478395462036, Learning Rate: 2.8179885703139007e-05)
450
  Epoch... (2/30 | Step: 4200 | Eval Loss: 1.9555346965789795 | Eval rouge1: 40.9762 | Eval rouge2: 15.5911 | Eval rougeL: 37.3749 | Eval rougeLsum: 37.3706 | Eval gen_len: 10.9797 |)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
448
  Epoch... (2/30 | Step: 4200 | Loss: 1.8666478395462036, Learning Rate: 2.8179885703139007e-05)
449
  Epoch... (2/30 | Step: 4200 | Loss: 1.8666478395462036, Learning Rate: 2.8179885703139007e-05)
450
  Epoch... (2/30 | Step: 4200 | Eval Loss: 1.9555346965789795 | Eval rouge1: 40.9762 | Eval rouge2: 15.5911 | Eval rougeL: 37.3749 | Eval rougeLsum: 37.3706 | Eval gen_len: 10.9797 |)
451
+ Epoch... (2/30 | Step: 4210 | Loss: 1.9187740087509155, Learning Rate: 2.8175551051390357e-05)
452
+ Epoch... (2/30 | Step: 4220 | Loss: 1.9928175210952759, Learning Rate: 2.817121821863111e-05)
453
+ Epoch... (2/30 | Step: 4230 | Loss: 1.9062347412109375, Learning Rate: 2.816688356688246e-05)
454
+ Epoch... (2/30 | Step: 4240 | Loss: 1.9475587606430054, Learning Rate: 2.816254891513381e-05)
455
+ Epoch... (2/30 | Step: 4250 | Loss: 1.9387705326080322, Learning Rate: 2.8158214263385162e-05)
456
+ Epoch... (2/30 | Step: 4260 | Loss: 1.930619239807129, Learning Rate: 2.8153879611636512e-05)
457
+ Epoch... (2/30 | Step: 4270 | Loss: 1.9640536308288574, Learning Rate: 2.814954314089846e-05)
458
+ Epoch... (2/30 | Step: 4280 | Loss: 1.9580998420715332, Learning Rate: 2.814520848914981e-05)
459
+ Epoch... (2/30 | Step: 4290 | Loss: 1.9430346488952637, Learning Rate: 2.814087383740116e-05)
460
+ Epoch... (2/30 | Step: 4300 | Loss: 1.9957571029663086, Learning Rate: 2.813653918565251e-05)
461
+ Epoch... (2/30 | Step: 4310 | Loss: 1.9378894567489624, Learning Rate: 2.8132206352893263e-05)
462
+ Epoch... (2/30 | Step: 4320 | Loss: 1.9086257219314575, Learning Rate: 2.8127871701144613e-05)
463
+ Epoch... (2/30 | Step: 4330 | Loss: 1.9071044921875, Learning Rate: 2.8123537049395964e-05)
464
+ Epoch... (2/30 | Step: 4340 | Loss: 1.9538824558258057, Learning Rate: 2.8119202397647314e-05)
465
+ Epoch... (2/30 | Step: 4350 | Loss: 1.8882595300674438, Learning Rate: 2.8114867745898664e-05)
466
+ Epoch... (2/30 | Step: 4360 | Loss: 1.939955472946167, Learning Rate: 2.8110533094150014e-05)
467
+ Epoch... (2/30 | Step: 4370 | Loss: 1.9267652034759521, Learning Rate: 2.810619662341196e-05)
468
+ Epoch... (2/30 | Step: 4380 | Loss: 1.8608458042144775, Learning Rate: 2.810186197166331e-05)
469
+ Epoch... (2/30 | Step: 4390 | Loss: 1.9454424381256104, Learning Rate: 2.809752731991466e-05)
470
+ Epoch... (2/30 | Step: 4400 | Loss: 1.9094369411468506, Learning Rate: 2.8093194487155415e-05)
471
+ Epoch... (2/30 | Step: 4410 | Loss: 1.8965256214141846, Learning Rate: 2.8088859835406765e-05)
472
+ Epoch... (2/30 | Step: 4420 | Loss: 1.980330467224121, Learning Rate: 2.8084525183658116e-05)
473
+ Epoch... (2/30 | Step: 4430 | Loss: 1.9047348499298096, Learning Rate: 2.8080190531909466e-05)
474
+ Epoch... (2/30 | Step: 4440 | Loss: 1.856551170349121, Learning Rate: 2.8075855880160816e-05)
475
+ Epoch... (2/30 | Step: 4450 | Loss: 1.9115313291549683, Learning Rate: 2.8071521228412166e-05)
476
+ Epoch... (2/30 | Step: 4460 | Loss: 1.8422142267227173, Learning Rate: 2.8067184757674113e-05)
477
+ Epoch... (2/30 | Step: 4470 | Loss: 1.9501553773880005, Learning Rate: 2.8062850105925463e-05)
478
+ Epoch... (2/30 | Step: 4480 | Loss: 1.99320650100708, Learning Rate: 2.8058515454176813e-05)
479
+ Epoch... (2/30 | Step: 4490 | Loss: 1.8857262134552002, Learning Rate: 2.8054182621417567e-05)
480
+ Epoch... (2/30 | Step: 4500 | Loss: 1.8706979751586914, Learning Rate: 2.8049847969668917e-05)
481
+ Epoch... (2/30 | Step: 4500 | Loss: 1.8706979751586914, Learning Rate: 2.8049847969668917e-05)
482
+ Epoch... (2/30 | Step: 4500 | Eval Loss: 1.9466681480407715 | Eval rouge1: 40.7165 | Eval rouge2: 15.3635 | Eval rougeL: 37.0299 | Eval rougeLsum: 37.031 | Eval gen_len: 11.2565 |)