ydshieh HF staff commited on
Commit
85a827a
·
1 Parent(s): a136b94

Saving weights and logs of epoch 3 - step 6600

Browse files
ckpt_epoch_3_step_6600/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_3_step_6600/flax_model.msgpack ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b3112920889ca6b2f080496ed5eaee0f60d811769cca6b668023d9f26665373
3
+ size 956799284
ckpt_epoch_3_step_6600/generation_eval.json ADDED
The diff for this file is too large to render. See raw diff
 
ckpt_epoch_3_step_6600/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
ckpt_epoch_3_step_6600/special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "unk_token": "<|endoftext|>", "pad_token": "<|endoftext|>"}
ckpt_epoch_3_step_6600/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
ckpt_epoch_3_step_6600/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_3_step_6600/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:67a547018b7633703cf8dcc2c10148f6a6c0cad5086b7bec89b417804e442b18
3
- size 4092079
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7393001306606ab94de4948649f7ed5a5b0fe88163d515b69fd6185ce019d4ed
3
+ size 4384512
report.txt CHANGED
@@ -674,3 +674,35 @@ Epoch... (3/30 | Step: 6290 | Loss: 1.821446180343628, Learning Rate: 2.72739489
674
  Epoch... (3/30 | Step: 6300 | Loss: 1.8445713520050049, Learning Rate: 2.7269614292890765e-05)
675
  Epoch... (3/30 | Step: 6300 | Loss: 1.8445713520050049, Learning Rate: 2.7269614292890765e-05)
676
  Epoch... (3/30 | Step: 6300 | Eval Loss: 1.9208292961120605 | Eval rouge1: 41.3445 | Eval rouge2: 15.639 | Eval rougeL: 37.5483 | Eval rougeLsum: 37.5456 | Eval gen_len: 11.2487 |)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
674
  Epoch... (3/30 | Step: 6300 | Loss: 1.8445713520050049, Learning Rate: 2.7269614292890765e-05)
675
  Epoch... (3/30 | Step: 6300 | Loss: 1.8445713520050049, Learning Rate: 2.7269614292890765e-05)
676
  Epoch... (3/30 | Step: 6300 | Eval Loss: 1.9208292961120605 | Eval rouge1: 41.3445 | Eval rouge2: 15.639 | Eval rougeL: 37.5483 | Eval rougeLsum: 37.5456 | Eval gen_len: 11.2487 |)
677
+ Epoch... (3/30 | Step: 6310 | Loss: 1.8458572626113892, Learning Rate: 2.7265279641142115e-05)
678
+ Epoch... (3/30 | Step: 6320 | Loss: 1.7985508441925049, Learning Rate: 2.726094317040406e-05)
679
+ Epoch... (3/30 | Step: 6330 | Loss: 1.751726508140564, Learning Rate: 2.7256608518655412e-05)
680
+ Epoch... (3/30 | Step: 6340 | Loss: 1.8094416856765747, Learning Rate: 2.7252273866906762e-05)
681
+ Epoch... (3/30 | Step: 6350 | Loss: 1.853166937828064, Learning Rate: 2.7247941034147516e-05)
682
+ Epoch... (3/30 | Step: 6360 | Loss: 1.8393105268478394, Learning Rate: 2.7243606382398866e-05)
683
+ Epoch... (3/30 | Step: 6370 | Loss: 1.8263094425201416, Learning Rate: 2.7239271730650216e-05)
684
+ Epoch... (3/30 | Step: 6380 | Loss: 1.804229974746704, Learning Rate: 2.7234937078901567e-05)
685
+ Epoch... (3/30 | Step: 6390 | Loss: 1.820934772491455, Learning Rate: 2.7230602427152917e-05)
686
+ Epoch... (3/30 | Step: 6400 | Loss: 1.9347383975982666, Learning Rate: 2.7226265956414863e-05)
687
+ Epoch... (3/30 | Step: 6410 | Loss: 1.873093605041504, Learning Rate: 2.7221931304666214e-05)
688
+ Epoch... (3/30 | Step: 6420 | Loss: 1.8458762168884277, Learning Rate: 2.7217596652917564e-05)
689
+ Epoch... (3/30 | Step: 6430 | Loss: 1.8492844104766846, Learning Rate: 2.7213262001168914e-05)
690
+ Epoch... (3/30 | Step: 6440 | Loss: 1.794797420501709, Learning Rate: 2.7208929168409668e-05)
691
+ Epoch... (3/30 | Step: 6450 | Loss: 1.7921502590179443, Learning Rate: 2.7204594516661018e-05)
692
+ Epoch... (3/30 | Step: 6460 | Loss: 1.7883315086364746, Learning Rate: 2.720025986491237e-05)
693
+ Epoch... (3/30 | Step: 6470 | Loss: 1.8689000606536865, Learning Rate: 2.719592521316372e-05)
694
+ Epoch... (3/30 | Step: 6480 | Loss: 1.8820496797561646, Learning Rate: 2.719159056141507e-05)
695
+ Epoch... (3/30 | Step: 6490 | Loss: 1.8595609664916992, Learning Rate: 2.718725590966642e-05)
696
+ Epoch... (3/30 | Step: 6500 | Loss: 1.7791099548339844, Learning Rate: 2.718292125791777e-05)
697
+ Epoch... (3/30 | Step: 6510 | Loss: 1.7369716167449951, Learning Rate: 2.7178584787179716e-05)
698
+ Epoch... (3/30 | Step: 6520 | Loss: 1.907957673072815, Learning Rate: 2.7174250135431066e-05)
699
+ Epoch... (3/30 | Step: 6530 | Loss: 1.8726749420166016, Learning Rate: 2.716991730267182e-05)
700
+ Epoch... (3/30 | Step: 6540 | Loss: 1.8146827220916748, Learning Rate: 2.716558265092317e-05)
701
+ Epoch... (3/30 | Step: 6550 | Loss: 1.8158860206604004, Learning Rate: 2.716124799917452e-05)
702
+ Epoch... (3/30 | Step: 6560 | Loss: 1.8074976205825806, Learning Rate: 2.715691334742587e-05)
703
+ Epoch... (3/30 | Step: 6570 | Loss: 1.8178911209106445, Learning Rate: 2.715257869567722e-05)
704
+ Epoch... (3/30 | Step: 6580 | Loss: 1.8084090948104858, Learning Rate: 2.714824404392857e-05)
705
+ Epoch... (3/30 | Step: 6590 | Loss: 1.836090326309204, Learning Rate: 2.714390939217992e-05)
706
+ Epoch... (3/30 | Step: 6600 | Loss: 1.8392951488494873, Learning Rate: 2.7139572921441868e-05)
707
+ Epoch... (3/30 | Step: 6600 | Loss: 1.8392951488494873, Learning Rate: 2.7139572921441868e-05)
708
+ Epoch... (3/30 | Step: 6600 | Eval Loss: 1.9147193431854248 | Eval rouge1: 41.1766 | Eval rouge2: 15.6082 | Eval rougeL: 37.5075 | Eval rougeLsum: 37.5043 | Eval gen_len: 11.1454 |)