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

Saving weights and logs of epoch 2 - step 4200

Browse files
ckpt_epoch_2_step_4200/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_4200/flax_model.msgpack ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:333b49d8f993208c4ab7333478b3c3622b65fb8c07a017184f564c89c944a2ea
3
+ size 956799284
ckpt_epoch_2_step_4200/generation_eval.json ADDED
The diff for this file is too large to render. See raw diff
 
ckpt_epoch_2_step_4200/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
ckpt_epoch_2_step_4200/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_4200/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
ckpt_epoch_2_step_4200/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_4200/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:07b76c9c1f2e7c24294f98dcc031ffc0b2f703a21056085a673734a060758f0f
3
- size 2322337
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dd85c5c40a998050e0097c1cdb924a1c39dac446c23c3e110ff1ee112228b04
3
+ size 2601099
report.txt CHANGED
@@ -416,3 +416,35 @@ Epoch... (2/30 | Step: 3890 | Loss: 2.0305581092834473, Learning Rate: 2.8314259
416
  Epoch... (2/30 | Step: 3900 | Loss: 1.985913872718811, Learning Rate: 2.83099252555985e-05)
417
  Epoch... (2/30 | Step: 3900 | Loss: 1.985913872718811, Learning Rate: 2.83099252555985e-05)
418
  Epoch... (2/30 | Step: 3900 | Eval Loss: 1.9652690887451172 | Eval rouge1: 41.1961 | Eval rouge2: 15.6232 | Eval rougeL: 37.4628 | Eval rougeLsum: 37.4635 | Eval gen_len: 10.8986 |)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
416
  Epoch... (2/30 | Step: 3900 | Loss: 1.985913872718811, Learning Rate: 2.83099252555985e-05)
417
  Epoch... (2/30 | Step: 3900 | Loss: 1.985913872718811, Learning Rate: 2.83099252555985e-05)
418
  Epoch... (2/30 | Step: 3900 | Eval Loss: 1.9652690887451172 | Eval rouge1: 41.1961 | Eval rouge2: 15.6232 | Eval rougeL: 37.4628 | Eval rougeLsum: 37.4635 | Eval gen_len: 10.8986 |)
419
+ Epoch... (2/30 | Step: 3910 | Loss: 1.9935262203216553, Learning Rate: 2.830559060384985e-05)
420
+ Epoch... (2/30 | Step: 3920 | Loss: 1.9875662326812744, Learning Rate: 2.83012559521012e-05)
421
+ Epoch... (2/30 | Step: 3930 | Loss: 1.9753940105438232, Learning Rate: 2.829692130035255e-05)
422
+ Epoch... (2/30 | Step: 3940 | Loss: 1.9695476293563843, Learning Rate: 2.82925866486039e-05)
423
+ Epoch... (2/30 | Step: 3950 | Loss: 1.9616758823394775, Learning Rate: 2.828825199685525e-05)
424
+ Epoch... (2/30 | Step: 3960 | Loss: 2.000000476837158, Learning Rate: 2.8283919164096005e-05)
425
+ Epoch... (2/30 | Step: 3970 | Loss: 1.941230297088623, Learning Rate: 2.8279584512347355e-05)
426
+ Epoch... (2/30 | Step: 3980 | Loss: 1.913987159729004, Learning Rate: 2.8275248041609302e-05)
427
+ Epoch... (2/30 | Step: 3990 | Loss: 2.0030932426452637, Learning Rate: 2.8270913389860652e-05)
428
+ Epoch... (2/30 | Step: 4000 | Loss: 1.9450314044952393, Learning Rate: 2.8266578738112003e-05)
429
+ Epoch... (2/30 | Step: 4010 | Loss: 2.0085952281951904, Learning Rate: 2.8262244086363353e-05)
430
+ Epoch... (2/30 | Step: 4020 | Loss: 1.9368841648101807, Learning Rate: 2.8257909434614703e-05)
431
+ Epoch... (2/30 | Step: 4030 | Loss: 1.9371402263641357, Learning Rate: 2.8253574782866053e-05)
432
+ Epoch... (2/30 | Step: 4040 | Loss: 1.8853888511657715, Learning Rate: 2.8249240131117404e-05)
433
+ Epoch... (2/30 | Step: 4050 | Loss: 1.949146032333374, Learning Rate: 2.8244907298358157e-05)
434
+ Epoch... (2/30 | Step: 4060 | Loss: 1.930593490600586, Learning Rate: 2.8240572646609508e-05)
435
+ Epoch... (2/30 | Step: 4070 | Loss: 1.9453805685043335, Learning Rate: 2.8236236175871454e-05)
436
+ Epoch... (2/30 | Step: 4080 | Loss: 2.0240161418914795, Learning Rate: 2.8231901524122804e-05)
437
+ Epoch... (2/30 | Step: 4090 | Loss: 1.8439011573791504, Learning Rate: 2.8227566872374155e-05)
438
+ Epoch... (2/30 | Step: 4100 | Loss: 1.9838228225708008, Learning Rate: 2.8223232220625505e-05)
439
+ Epoch... (2/30 | Step: 4110 | Loss: 1.9583349227905273, Learning Rate: 2.8218897568876855e-05)
440
+ Epoch... (2/30 | Step: 4120 | Loss: 1.9604921340942383, Learning Rate: 2.8214562917128205e-05)
441
+ Epoch... (2/30 | Step: 4130 | Loss: 1.9949344396591187, Learning Rate: 2.8210228265379556e-05)
442
+ Epoch... (2/30 | Step: 4140 | Loss: 1.9361615180969238, Learning Rate: 2.820589543262031e-05)
443
+ Epoch... (2/30 | Step: 4150 | Loss: 1.8858580589294434, Learning Rate: 2.820156078087166e-05)
444
+ Epoch... (2/30 | Step: 4160 | Loss: 1.939874529838562, Learning Rate: 2.819722612912301e-05)
445
+ Epoch... (2/30 | Step: 4170 | Loss: 1.8935625553131104, Learning Rate: 2.819289147737436e-05)
446
+ Epoch... (2/30 | Step: 4180 | Loss: 1.8785367012023926, Learning Rate: 2.8188555006636307e-05)
447
+ Epoch... (2/30 | Step: 4190 | Loss: 1.893964171409607, Learning Rate: 2.8184220354887657e-05)
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 |)