Phonsiri commited on
Commit
8b03a5a
·
verified ·
1 Parent(s): 3204d07

Training in progress, step 80, checkpoint

Browse files
checkpoint-80/config.json ADDED
@@ -0,0 +1,198 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Gemma4ForConditionalGeneration"
4
+ ],
5
+ "audio_config": {
6
+ "_name_or_path": "",
7
+ "architectures": null,
8
+ "attention_chunk_size": 12,
9
+ "attention_context_left": 13,
10
+ "attention_context_right": 0,
11
+ "attention_invalid_logits_value": -1000000000.0,
12
+ "attention_logit_cap": 50.0,
13
+ "chunk_size_feed_forward": 0,
14
+ "conv_kernel_size": 5,
15
+ "dtype": "bfloat16",
16
+ "gradient_clipping": 10000000000.0,
17
+ "hidden_act": "silu",
18
+ "hidden_size": 1024,
19
+ "id2label": {
20
+ "0": "LABEL_0",
21
+ "1": "LABEL_1"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "is_encoder_decoder": false,
25
+ "label2id": {
26
+ "LABEL_0": 0,
27
+ "LABEL_1": 1
28
+ },
29
+ "model_type": "gemma4_audio",
30
+ "num_attention_heads": 8,
31
+ "num_hidden_layers": 12,
32
+ "output_attentions": false,
33
+ "output_hidden_states": false,
34
+ "output_proj_dims": 1536,
35
+ "problem_type": null,
36
+ "residual_weight": 0.5,
37
+ "return_dict": true,
38
+ "rms_norm_eps": 1e-06,
39
+ "subsampling_conv_channels": [
40
+ 128,
41
+ 32
42
+ ],
43
+ "use_clipped_linears": true
44
+ },
45
+ "audio_token_id": 258881,
46
+ "boa_token_id": 256000,
47
+ "boi_token_id": 255999,
48
+ "bos_token_id": 2,
49
+ "dtype": "bfloat16",
50
+ "eoa_token_id": 258883,
51
+ "eoa_token_index": 258883,
52
+ "eoi_token_id": 258882,
53
+ "eos_token_id": 1,
54
+ "image_token_id": 258880,
55
+ "initializer_range": 0.02,
56
+ "model_type": "gemma4",
57
+ "pad_token_id": 0,
58
+ "text_config": {
59
+ "attention_bias": false,
60
+ "attention_dropout": 0.0,
61
+ "attention_k_eq_v": false,
62
+ "bos_token_id": 2,
63
+ "dtype": "bfloat16",
64
+ "enable_moe_block": false,
65
+ "eos_token_id": 1,
66
+ "expert_intermediate_size": null,
67
+ "final_logit_softcapping": 30.0,
68
+ "global_head_dim": 512,
69
+ "head_dim": 256,
70
+ "hidden_activation": "gelu_pytorch_tanh",
71
+ "hidden_size": 2560,
72
+ "hidden_size_per_layer_input": 256,
73
+ "initializer_range": 0.02,
74
+ "intermediate_size": 10240,
75
+ "layer_types": [
76
+ "sliding_attention",
77
+ "sliding_attention",
78
+ "sliding_attention",
79
+ "sliding_attention",
80
+ "sliding_attention",
81
+ "full_attention",
82
+ "sliding_attention",
83
+ "sliding_attention",
84
+ "sliding_attention",
85
+ "sliding_attention",
86
+ "sliding_attention",
87
+ "full_attention",
88
+ "sliding_attention",
89
+ "sliding_attention",
90
+ "sliding_attention",
91
+ "sliding_attention",
92
+ "sliding_attention",
93
+ "full_attention",
94
+ "sliding_attention",
95
+ "sliding_attention",
96
+ "sliding_attention",
97
+ "sliding_attention",
98
+ "sliding_attention",
99
+ "full_attention",
100
+ "sliding_attention",
101
+ "sliding_attention",
102
+ "sliding_attention",
103
+ "sliding_attention",
104
+ "sliding_attention",
105
+ "full_attention",
106
+ "sliding_attention",
107
+ "sliding_attention",
108
+ "sliding_attention",
109
+ "sliding_attention",
110
+ "sliding_attention",
111
+ "full_attention",
112
+ "sliding_attention",
113
+ "sliding_attention",
114
+ "sliding_attention",
115
+ "sliding_attention",
116
+ "sliding_attention",
117
+ "full_attention"
118
+ ],
119
+ "max_position_embeddings": 131072,
120
+ "model_type": "gemma4_text",
121
+ "moe_intermediate_size": null,
122
+ "num_attention_heads": 8,
123
+ "num_experts": null,
124
+ "num_global_key_value_heads": null,
125
+ "num_hidden_layers": 42,
126
+ "num_key_value_heads": 2,
127
+ "num_kv_shared_layers": 18,
128
+ "pad_token_id": 0,
129
+ "rms_norm_eps": 1e-06,
130
+ "rope_parameters": {
131
+ "full_attention": {
132
+ "partial_rotary_factor": 0.25,
133
+ "rope_theta": 1000000.0,
134
+ "rope_type": "proportional"
135
+ },
136
+ "sliding_attention": {
137
+ "rope_theta": 10000.0,
138
+ "rope_type": "default"
139
+ }
140
+ },
141
+ "sliding_window": 512,
142
+ "tie_word_embeddings": true,
143
+ "top_k_experts": null,
144
+ "use_bidirectional_attention": null,
145
+ "use_cache": true,
146
+ "use_double_wide_mlp": false,
147
+ "vocab_size": 262144,
148
+ "vocab_size_per_layer_input": 262144
149
+ },
150
+ "tie_word_embeddings": true,
151
+ "transformers_version": "5.7.0",
152
+ "use_cache": false,
153
+ "video_token_id": 258884,
154
+ "vision_config": {
155
+ "_name_or_path": "",
156
+ "architectures": null,
157
+ "attention_bias": false,
158
+ "attention_dropout": 0.0,
159
+ "chunk_size_feed_forward": 0,
160
+ "default_output_length": 280,
161
+ "dtype": "bfloat16",
162
+ "global_head_dim": 64,
163
+ "head_dim": 64,
164
+ "hidden_activation": "gelu_pytorch_tanh",
165
+ "hidden_size": 768,
166
+ "id2label": {
167
+ "0": "LABEL_0",
168
+ "1": "LABEL_1"
169
+ },
170
+ "initializer_range": 0.02,
171
+ "intermediate_size": 3072,
172
+ "is_encoder_decoder": false,
173
+ "label2id": {
174
+ "LABEL_0": 0,
175
+ "LABEL_1": 1
176
+ },
177
+ "max_position_embeddings": 131072,
178
+ "model_type": "gemma4_vision",
179
+ "num_attention_heads": 12,
180
+ "num_hidden_layers": 16,
181
+ "num_key_value_heads": 12,
182
+ "output_attentions": false,
183
+ "output_hidden_states": false,
184
+ "patch_size": 16,
185
+ "pooling_kernel_size": 3,
186
+ "position_embedding_size": 10240,
187
+ "problem_type": null,
188
+ "return_dict": true,
189
+ "rms_norm_eps": 1e-06,
190
+ "rope_parameters": {
191
+ "rope_theta": 100.0,
192
+ "rope_type": "default"
193
+ },
194
+ "standardize": false,
195
+ "use_clipped_linears": true
196
+ },
197
+ "vision_soft_tokens_per_image": 280
198
+ }
checkpoint-80/generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 2,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 1,
6
+ 1
7
+ ],
8
+ "pad_token_id": 0,
9
+ "temperature": 1.0,
10
+ "top_k": 64,
11
+ "top_p": 0.95,
12
+ "transformers_version": "5.7.0"
13
+ }
checkpoint-80/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6a216d40721e1361ada03feee11cd534a2bebcf141ebb755127a89c9b3a35e1
3
+ size 15882477500
checkpoint-80/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3885cd7a7a28a7b655c947d662101d28d79822630d1c57161841db85cd47f18
3
+ size 29852609572
checkpoint-80/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61c19bab1174704a4a4441475683bf1270277af15d2e2c95e964789128e482c4
3
+ size 14645
checkpoint-80/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f470225555a468f61d4dd3cbcd48936c659466bfb8e717f49c3d7a41bee74e6c
3
+ size 1465
checkpoint-80/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12bac982b793c44b03d52a250a9f0d0b666813da566b910c24a6da0695fd11e6
3
+ size 32170070
checkpoint-80/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "audio_token": "<|audio|>",
3
+ "backend": "tokenizers",
4
+ "boa_token": "<|audio>",
5
+ "boi_token": "<|image>",
6
+ "bos_token": "<bos>",
7
+ "eoa_token": "<audio|>",
8
+ "eoc_token": "<channel|>",
9
+ "eoi_token": "<image|>",
10
+ "eos_token": "<eos>",
11
+ "eot_token": "<turn|>",
12
+ "escape_token": "<|\"|>",
13
+ "etc_token": "<tool_call|>",
14
+ "etd_token": "<tool|>",
15
+ "etr_token": "<tool_response|>",
16
+ "extra_special_tokens": [
17
+ "<|video|>"
18
+ ],
19
+ "image_token": "<|image|>",
20
+ "is_local": false,
21
+ "local_files_only": false,
22
+ "mask_token": "<mask>",
23
+ "model_max_length": 1000000000000000019884624838656,
24
+ "model_specific_special_tokens": {
25
+ "audio_token": "<|audio|>",
26
+ "boa_token": "<|audio>",
27
+ "boi_token": "<|image>",
28
+ "eoa_token": "<audio|>",
29
+ "eoc_token": "<channel|>",
30
+ "eoi_token": "<image|>",
31
+ "eot_token": "<turn|>",
32
+ "escape_token": "<|\"|>",
33
+ "etc_token": "<tool_call|>",
34
+ "etd_token": "<tool|>",
35
+ "etr_token": "<tool_response|>",
36
+ "image_token": "<|image|>",
37
+ "soc_token": "<|channel>",
38
+ "sot_token": "<|turn>",
39
+ "stc_token": "<|tool_call>",
40
+ "std_token": "<|tool>",
41
+ "str_token": "<|tool_response>",
42
+ "think_token": "<|think|>"
43
+ },
44
+ "pad_token": "<pad>",
45
+ "padding_side": "left",
46
+ "processor_class": "Gemma4Processor",
47
+ "soc_token": "<|channel>",
48
+ "sot_token": "<|turn>",
49
+ "stc_token": "<|tool_call>",
50
+ "std_token": "<|tool>",
51
+ "str_token": "<|tool_response>",
52
+ "think_token": "<|think|>",
53
+ "tokenizer_class": "GemmaTokenizer",
54
+ "unk_token": "<unk>"
55
+ }
checkpoint-80/trainer_state.json ADDED
@@ -0,0 +1,594 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.838828588982183,
6
+ "eval_steps": 1,
7
+ "global_step": 80,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.010485357362277289,
14
+ "grad_norm": 498.0,
15
+ "learning_rate": 0.0,
16
+ "loss": 1.6033425331115723,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.020970714724554577,
21
+ "grad_norm": 139.0,
22
+ "learning_rate": 4e-08,
23
+ "loss": 1.5843058824539185,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.03145607208683186,
28
+ "grad_norm": 158.0,
29
+ "learning_rate": 8e-08,
30
+ "loss": 1.624650239944458,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.041941429449109155,
35
+ "grad_norm": 201.0,
36
+ "learning_rate": 1.2000000000000002e-07,
37
+ "loss": 1.5930713415145874,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.05242678681138644,
42
+ "grad_norm": 1392.0,
43
+ "learning_rate": 1.6e-07,
44
+ "loss": 1.6284583806991577,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.06291214417366373,
49
+ "grad_norm": 644.0,
50
+ "learning_rate": 2.0000000000000002e-07,
51
+ "loss": 1.5755040645599365,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.07339750153594102,
56
+ "grad_norm": 358.0,
57
+ "learning_rate": 2.4000000000000003e-07,
58
+ "loss": 1.5862637758255005,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.08388285889821831,
63
+ "grad_norm": 1012.0,
64
+ "learning_rate": 2.8e-07,
65
+ "loss": 1.6306817531585693,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.0943682162604956,
70
+ "grad_norm": 187.0,
71
+ "learning_rate": 3.2e-07,
72
+ "loss": 1.5844253301620483,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.10485357362277288,
77
+ "grad_norm": 342.0,
78
+ "learning_rate": 3.6e-07,
79
+ "loss": 1.5895334482192993,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.11533893098505017,
84
+ "grad_norm": 816.0,
85
+ "learning_rate": 4.0000000000000003e-07,
86
+ "loss": 1.5861637592315674,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.12582428834732745,
91
+ "grad_norm": 260.0,
92
+ "learning_rate": 4.4e-07,
93
+ "loss": 1.57806396484375,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.13630964570960474,
98
+ "grad_norm": 326.0,
99
+ "learning_rate": 4.800000000000001e-07,
100
+ "loss": 1.5836868286132812,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.14679500307188204,
105
+ "grad_norm": 668.0,
106
+ "learning_rate": 5.2e-07,
107
+ "loss": 1.5597259998321533,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.15728036043415933,
112
+ "grad_norm": 256.0,
113
+ "learning_rate": 5.6e-07,
114
+ "loss": 1.5852601528167725,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.16776571779643662,
119
+ "grad_norm": 205.0,
120
+ "learning_rate": 6.000000000000001e-07,
121
+ "loss": 1.5899027585983276,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.1782510751587139,
126
+ "grad_norm": 188.0,
127
+ "learning_rate": 6.4e-07,
128
+ "loss": 1.5692049264907837,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.1887364325209912,
133
+ "grad_norm": 426.0,
134
+ "learning_rate": 6.800000000000001e-07,
135
+ "loss": 1.55263090133667,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.1992217898832685,
140
+ "grad_norm": 245.0,
141
+ "learning_rate": 7.2e-07,
142
+ "loss": 1.5602704286575317,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.20970714724554576,
147
+ "grad_norm": 158.0,
148
+ "learning_rate": 7.6e-07,
149
+ "loss": 1.5857173204421997,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.22019250460782305,
154
+ "grad_norm": 90.0,
155
+ "learning_rate": 8.000000000000001e-07,
156
+ "loss": 1.5650298595428467,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.23067786197010035,
161
+ "grad_norm": 148.0,
162
+ "learning_rate": 8.400000000000001e-07,
163
+ "loss": 1.548302173614502,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.24116321933237764,
168
+ "grad_norm": 187.0,
169
+ "learning_rate": 8.8e-07,
170
+ "loss": 1.5342053174972534,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.2516485766946549,
175
+ "grad_norm": 282.0,
176
+ "learning_rate": 9.200000000000001e-07,
177
+ "loss": 1.5395140647888184,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.2621339340569322,
182
+ "grad_norm": 212.0,
183
+ "learning_rate": 9.600000000000001e-07,
184
+ "loss": 1.5411065816879272,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.2726192914192095,
189
+ "grad_norm": 1640.0,
190
+ "learning_rate": 1.0000000000000002e-06,
191
+ "loss": 1.520958423614502,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.2831046487814868,
196
+ "grad_norm": 161.0,
197
+ "learning_rate": 1.04e-06,
198
+ "loss": 1.516421914100647,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.29359000614376407,
203
+ "grad_norm": 175.0,
204
+ "learning_rate": 1.08e-06,
205
+ "loss": 1.492469310760498,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.30407536350604136,
210
+ "grad_norm": 115.0,
211
+ "learning_rate": 1.12e-06,
212
+ "loss": 1.5238401889801025,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.31456072086831866,
217
+ "grad_norm": 96.5,
218
+ "learning_rate": 1.1600000000000001e-06,
219
+ "loss": 1.4782272577285767,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.32504607823059595,
224
+ "grad_norm": 197.0,
225
+ "learning_rate": 1.2000000000000002e-06,
226
+ "loss": 1.4808753728866577,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.33553143559287324,
231
+ "grad_norm": 125.0,
232
+ "learning_rate": 1.2400000000000002e-06,
233
+ "loss": 1.4171360731124878,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.34601679295515053,
238
+ "grad_norm": 580.0,
239
+ "learning_rate": 1.28e-06,
240
+ "loss": 1.4474064111709595,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.3565021503174278,
245
+ "grad_norm": 83.5,
246
+ "learning_rate": 1.32e-06,
247
+ "loss": 1.4120572805404663,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.3669875076797051,
252
+ "grad_norm": 201.0,
253
+ "learning_rate": 1.3600000000000001e-06,
254
+ "loss": 1.4311250448226929,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.3774728650419824,
259
+ "grad_norm": 121.0,
260
+ "learning_rate": 1.4000000000000001e-06,
261
+ "loss": 1.4023066759109497,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.3879582224042597,
266
+ "grad_norm": 51.25,
267
+ "learning_rate": 1.44e-06,
268
+ "loss": 1.3962011337280273,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.398443579766537,
273
+ "grad_norm": 67.0,
274
+ "learning_rate": 1.48e-06,
275
+ "loss": 1.409425139427185,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.40892893712881423,
280
+ "grad_norm": 60.5,
281
+ "learning_rate": 1.52e-06,
282
+ "loss": 1.3721140623092651,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.4194142944910915,
287
+ "grad_norm": 58.5,
288
+ "learning_rate": 1.56e-06,
289
+ "loss": 1.375535011291504,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.4298996518533688,
294
+ "grad_norm": 144.0,
295
+ "learning_rate": 1.6000000000000001e-06,
296
+ "loss": 1.3638286590576172,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.4403850092156461,
301
+ "grad_norm": 348.0,
302
+ "learning_rate": 1.6400000000000002e-06,
303
+ "loss": 1.3767451047897339,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.4508703665779234,
308
+ "grad_norm": 102.0,
309
+ "learning_rate": 1.6800000000000002e-06,
310
+ "loss": 1.3871445655822754,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.4613557239402007,
315
+ "grad_norm": 83.5,
316
+ "learning_rate": 1.72e-06,
317
+ "loss": 1.3462551832199097,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.471841081302478,
322
+ "grad_norm": 75.0,
323
+ "learning_rate": 1.76e-06,
324
+ "loss": 1.3668186664581299,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.4823264386647553,
329
+ "grad_norm": 51.75,
330
+ "learning_rate": 1.8000000000000001e-06,
331
+ "loss": 1.3438992500305176,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.49281179602703257,
336
+ "grad_norm": 64.0,
337
+ "learning_rate": 1.8400000000000002e-06,
338
+ "loss": 1.3390253782272339,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.5032971533893098,
343
+ "grad_norm": 45.5,
344
+ "learning_rate": 1.8800000000000002e-06,
345
+ "loss": 1.365052580833435,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.5137825107515871,
350
+ "grad_norm": 66.0,
351
+ "learning_rate": 1.9200000000000003e-06,
352
+ "loss": 1.3313298225402832,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.5242678681138644,
357
+ "grad_norm": 50.25,
358
+ "learning_rate": 1.9600000000000003e-06,
359
+ "loss": 1.335034966468811,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.5347532254761417,
364
+ "grad_norm": 155.0,
365
+ "learning_rate": 2.0000000000000003e-06,
366
+ "loss": 1.3607136011123657,
367
+ "step": 51
368
+ },
369
+ {
370
+ "epoch": 0.545238582838419,
371
+ "grad_norm": 56.0,
372
+ "learning_rate": 2.04e-06,
373
+ "loss": 1.3396861553192139,
374
+ "step": 52
375
+ },
376
+ {
377
+ "epoch": 0.5557239402006963,
378
+ "grad_norm": 74.0,
379
+ "learning_rate": 2.08e-06,
380
+ "loss": 1.3398594856262207,
381
+ "step": 53
382
+ },
383
+ {
384
+ "epoch": 0.5662092975629736,
385
+ "grad_norm": 46.0,
386
+ "learning_rate": 2.12e-06,
387
+ "loss": 1.3325151205062866,
388
+ "step": 54
389
+ },
390
+ {
391
+ "epoch": 0.5766946549252508,
392
+ "grad_norm": 66.0,
393
+ "learning_rate": 2.16e-06,
394
+ "loss": 1.306301236152649,
395
+ "step": 55
396
+ },
397
+ {
398
+ "epoch": 0.5871800122875281,
399
+ "grad_norm": 35.75,
400
+ "learning_rate": 2.2e-06,
401
+ "loss": 1.324842929840088,
402
+ "step": 56
403
+ },
404
+ {
405
+ "epoch": 0.5976653696498054,
406
+ "grad_norm": 25.875,
407
+ "learning_rate": 2.24e-06,
408
+ "loss": 1.2961994409561157,
409
+ "step": 57
410
+ },
411
+ {
412
+ "epoch": 0.6081507270120827,
413
+ "grad_norm": 198.0,
414
+ "learning_rate": 2.28e-06,
415
+ "loss": 1.2753080129623413,
416
+ "step": 58
417
+ },
418
+ {
419
+ "epoch": 0.61863608437436,
420
+ "grad_norm": 173.0,
421
+ "learning_rate": 2.3200000000000002e-06,
422
+ "loss": 1.3008363246917725,
423
+ "step": 59
424
+ },
425
+ {
426
+ "epoch": 0.6291214417366373,
427
+ "grad_norm": 109.5,
428
+ "learning_rate": 2.3600000000000003e-06,
429
+ "loss": 1.2845975160598755,
430
+ "step": 60
431
+ },
432
+ {
433
+ "epoch": 0.6396067990989146,
434
+ "grad_norm": 35.5,
435
+ "learning_rate": 2.4000000000000003e-06,
436
+ "loss": 1.253173589706421,
437
+ "step": 61
438
+ },
439
+ {
440
+ "epoch": 0.6500921564611919,
441
+ "grad_norm": 41.0,
442
+ "learning_rate": 2.4400000000000004e-06,
443
+ "loss": 1.2949249744415283,
444
+ "step": 62
445
+ },
446
+ {
447
+ "epoch": 0.6605775138234692,
448
+ "grad_norm": 36.5,
449
+ "learning_rate": 2.4800000000000004e-06,
450
+ "loss": 1.268322229385376,
451
+ "step": 63
452
+ },
453
+ {
454
+ "epoch": 0.6710628711857465,
455
+ "grad_norm": 57.0,
456
+ "learning_rate": 2.52e-06,
457
+ "loss": 1.2876548767089844,
458
+ "step": 64
459
+ },
460
+ {
461
+ "epoch": 0.6815482285480238,
462
+ "grad_norm": 75.0,
463
+ "learning_rate": 2.56e-06,
464
+ "loss": 1.2799946069717407,
465
+ "step": 65
466
+ },
467
+ {
468
+ "epoch": 0.6920335859103011,
469
+ "grad_norm": 26.125,
470
+ "learning_rate": 2.6e-06,
471
+ "loss": 1.2793971300125122,
472
+ "step": 66
473
+ },
474
+ {
475
+ "epoch": 0.7025189432725784,
476
+ "grad_norm": 28.625,
477
+ "learning_rate": 2.64e-06,
478
+ "loss": 1.2701070308685303,
479
+ "step": 67
480
+ },
481
+ {
482
+ "epoch": 0.7130043006348556,
483
+ "grad_norm": 115.0,
484
+ "learning_rate": 2.68e-06,
485
+ "loss": 1.260026216506958,
486
+ "step": 68
487
+ },
488
+ {
489
+ "epoch": 0.7234896579971329,
490
+ "grad_norm": 24.75,
491
+ "learning_rate": 2.7200000000000002e-06,
492
+ "loss": 1.2556943893432617,
493
+ "step": 69
494
+ },
495
+ {
496
+ "epoch": 0.7339750153594102,
497
+ "grad_norm": 56.75,
498
+ "learning_rate": 2.7600000000000003e-06,
499
+ "loss": 1.2900102138519287,
500
+ "step": 70
501
+ },
502
+ {
503
+ "epoch": 0.7444603727216875,
504
+ "grad_norm": 19.75,
505
+ "learning_rate": 2.8000000000000003e-06,
506
+ "loss": 1.255289077758789,
507
+ "step": 71
508
+ },
509
+ {
510
+ "epoch": 0.7549457300839648,
511
+ "grad_norm": 16.125,
512
+ "learning_rate": 2.84e-06,
513
+ "loss": 1.2419655323028564,
514
+ "step": 72
515
+ },
516
+ {
517
+ "epoch": 0.7654310874462421,
518
+ "grad_norm": 34.25,
519
+ "learning_rate": 2.88e-06,
520
+ "loss": 1.2446309328079224,
521
+ "step": 73
522
+ },
523
+ {
524
+ "epoch": 0.7759164448085194,
525
+ "grad_norm": 35.75,
526
+ "learning_rate": 2.92e-06,
527
+ "loss": 1.243605375289917,
528
+ "step": 74
529
+ },
530
+ {
531
+ "epoch": 0.7864018021707967,
532
+ "grad_norm": 29.0,
533
+ "learning_rate": 2.96e-06,
534
+ "loss": 1.2285890579223633,
535
+ "step": 75
536
+ },
537
+ {
538
+ "epoch": 0.796887159533074,
539
+ "grad_norm": 21.875,
540
+ "learning_rate": 3e-06,
541
+ "loss": 1.2128394842147827,
542
+ "step": 76
543
+ },
544
+ {
545
+ "epoch": 0.8073725168953512,
546
+ "grad_norm": 21.375,
547
+ "learning_rate": 3.04e-06,
548
+ "loss": 1.248595952987671,
549
+ "step": 77
550
+ },
551
+ {
552
+ "epoch": 0.8178578742576285,
553
+ "grad_norm": 17.125,
554
+ "learning_rate": 3.08e-06,
555
+ "loss": 1.2283611297607422,
556
+ "step": 78
557
+ },
558
+ {
559
+ "epoch": 0.8283432316199058,
560
+ "grad_norm": 12.625,
561
+ "learning_rate": 3.12e-06,
562
+ "loss": 1.2119556665420532,
563
+ "step": 79
564
+ },
565
+ {
566
+ "epoch": 0.838828588982183,
567
+ "grad_norm": 18.375,
568
+ "learning_rate": 3.1600000000000002e-06,
569
+ "loss": 1.2181857824325562,
570
+ "step": 80
571
+ }
572
+ ],
573
+ "logging_steps": 1,
574
+ "max_steps": 96,
575
+ "num_input_tokens_seen": 0,
576
+ "num_train_epochs": 1,
577
+ "save_steps": 5,
578
+ "stateful_callbacks": {
579
+ "TrainerControl": {
580
+ "args": {
581
+ "should_epoch_stop": false,
582
+ "should_evaluate": false,
583
+ "should_log": false,
584
+ "should_save": true,
585
+ "should_training_stop": false
586
+ },
587
+ "attributes": {}
588
+ }
589
+ },
590
+ "total_flos": 4.480966126825636e+18,
591
+ "train_batch_size": 1,
592
+ "trial_name": null,
593
+ "trial_params": null
594
+ }
checkpoint-80/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:874ac4b635f5e0e0130ccc11de5bfc6cee2eac14aa65567d5f9737b0b5cc556a
3
+ size 5265