liumindmind commited on
Commit
1269caa
·
verified ·
1 Parent(s): a27d94d

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
args.json ADDED
@@ -0,0 +1,374 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "output_dir": "/data/leizikun/msp/output/minicpmv46_neko_worldvqa_stage2",
3
+ "per_device_train_batch_size": 2,
4
+ "num_train_epochs": 2.0,
5
+ "max_steps": -1,
6
+ "learning_rate": 1e-06,
7
+ "lr_scheduler_type": "cosine",
8
+ "lr_scheduler_kwargs": null,
9
+ "warmup_steps": 0,
10
+ "optim": "adamw_torch_fused",
11
+ "optim_args": null,
12
+ "weight_decay": 0.01,
13
+ "adam_beta1": 0.9,
14
+ "adam_beta2": 0.95,
15
+ "adam_epsilon": 1e-08,
16
+ "optim_target_modules": null,
17
+ "gradient_accumulation_steps": 8,
18
+ "average_tokens_across_devices": true,
19
+ "max_grad_norm": 1.0,
20
+ "label_smoothing_factor": 0.0,
21
+ "bf16": true,
22
+ "fp16": false,
23
+ "bf16_full_eval": false,
24
+ "fp16_full_eval": false,
25
+ "tf32": null,
26
+ "gradient_checkpointing": true,
27
+ "gradient_checkpointing_kwargs": null,
28
+ "torch_compile": false,
29
+ "torch_compile_backend": null,
30
+ "torch_compile_mode": null,
31
+ "use_liger_kernel": false,
32
+ "liger_kernel_config": null,
33
+ "use_cache": false,
34
+ "neftune_noise_alpha": null,
35
+ "torch_empty_cache_steps": null,
36
+ "auto_find_batch_size": false,
37
+ "logging_strategy": "steps",
38
+ "logging_steps": 10,
39
+ "logging_first_step": true,
40
+ "log_on_each_node": true,
41
+ "logging_nan_inf_filter": true,
42
+ "include_num_input_tokens_seen": false,
43
+ "log_level": "passive",
44
+ "log_level_replica": "warning",
45
+ "disable_tqdm": null,
46
+ "report_to": [
47
+ "wandb"
48
+ ],
49
+ "run_name": "minicpmv46-2stage-2a800-z2-bs2-ga8-4096",
50
+ "project": "huggingface",
51
+ "trackio_space_id": null,
52
+ "trackio_bucket_id": null,
53
+ "trackio_static_space_id": null,
54
+ "eval_strategy": "no",
55
+ "eval_steps": null,
56
+ "eval_delay": 0,
57
+ "per_device_eval_batch_size": 2,
58
+ "prediction_loss_only": false,
59
+ "eval_on_start": false,
60
+ "eval_do_concat_batches": true,
61
+ "eval_use_gather_object": false,
62
+ "eval_accumulation_steps": null,
63
+ "include_for_metrics": [],
64
+ "batch_eval_metrics": false,
65
+ "save_only_model": true,
66
+ "save_strategy": "epoch",
67
+ "save_steps": 500,
68
+ "save_on_each_node": false,
69
+ "save_total_limit": 2,
70
+ "enable_jit_checkpoint": false,
71
+ "push_to_hub": false,
72
+ "hub_token": null,
73
+ "hub_private_repo": null,
74
+ "hub_model_id": null,
75
+ "hub_strategy": "every_save",
76
+ "hub_always_push": false,
77
+ "hub_revision": null,
78
+ "load_best_model_at_end": false,
79
+ "metric_for_best_model": "loss",
80
+ "greater_is_better": false,
81
+ "ignore_data_skip": false,
82
+ "restore_callback_states_from_checkpoint": false,
83
+ "full_determinism": false,
84
+ "seed": 42,
85
+ "data_seed": 42,
86
+ "use_cpu": false,
87
+ "accelerator_config": {
88
+ "dispatch_batches": false
89
+ },
90
+ "parallelism_config": null,
91
+ "dataloader_drop_last": false,
92
+ "dataloader_num_workers": 4,
93
+ "dataloader_pin_memory": true,
94
+ "dataloader_persistent_workers": false,
95
+ "dataloader_prefetch_factor": null,
96
+ "remove_unused_columns": true,
97
+ "label_names": null,
98
+ "train_sampling_strategy": "random",
99
+ "length_column_name": "length",
100
+ "ddp_find_unused_parameters": false,
101
+ "ddp_bucket_cap_mb": null,
102
+ "ddp_broadcast_buffers": null,
103
+ "ddp_static_graph": null,
104
+ "ddp_backend": "nccl",
105
+ "ddp_timeout": 18000000,
106
+ "fsdp": [],
107
+ "fsdp_config": null,
108
+ "deepspeed": {
109
+ "bf16": {
110
+ "enabled": "auto"
111
+ },
112
+ "zero_optimization": {
113
+ "stage": 2,
114
+ "offload_optimizer": {
115
+ "device": "none",
116
+ "pin_memory": true
117
+ },
118
+ "allgather_partitions": true,
119
+ "allgather_bucket_size": 500000000.0,
120
+ "overlap_comm": true,
121
+ "reduce_scatter": true,
122
+ "reduce_bucket_size": 500000000.0,
123
+ "contiguous_gradients": true
124
+ },
125
+ "gradient_accumulation_steps": "auto",
126
+ "gradient_clipping": "auto",
127
+ "train_batch_size": "auto",
128
+ "train_micro_batch_size_per_gpu": "auto",
129
+ "wall_clock_breakdown": false
130
+ },
131
+ "debug": null,
132
+ "skip_memory_metrics": true,
133
+ "do_train": false,
134
+ "do_eval": false,
135
+ "do_predict": false,
136
+ "resume_from_checkpoint": null,
137
+ "warmup_ratio": 0.05,
138
+ "logging_dir": "/data/leizikun/msp/output/minicpmv46_neko_worldvqa_stage2/runs",
139
+ "local_rank": 0,
140
+ "sortish_sampler": false,
141
+ "predict_with_generate": false,
142
+ "generation_max_length": null,
143
+ "generation_num_beams": null,
144
+ "generation_config": null,
145
+ "tuner_backend": "peft",
146
+ "vit_gradient_checkpointing": false,
147
+ "router_aux_loss_coef": 0.0,
148
+ "enable_dft_loss": false,
149
+ "enable_channel_loss": false,
150
+ "safe_serialization": true,
151
+ "max_shard_size": "5GB",
152
+ "check_model": true,
153
+ "acc_strategy": "token",
154
+ "train_dataloader_shuffle": true,
155
+ "group_by_length": false,
156
+ "max_epochs": null,
157
+ "aligner_lr": null,
158
+ "vit_lr": null,
159
+ "use_logits_to_keep": null,
160
+ "ds3_gather_for_generation": true,
161
+ "resume_only_model": false,
162
+ "optimizer": null,
163
+ "loss_type": null,
164
+ "eval_metric": null,
165
+ "callbacks": [],
166
+ "early_stop_interval": null,
167
+ "eval_use_evalscope": false,
168
+ "eval_dataset": [],
169
+ "eval_dataset_args": null,
170
+ "eval_limit": null,
171
+ "eval_generation_config": null,
172
+ "extra_eval_args": null,
173
+ "tuner_type": "full",
174
+ "use_galore": false,
175
+ "galore_target_modules": null,
176
+ "galore_rank": 128,
177
+ "galore_update_proj_gap": 50,
178
+ "galore_scale": 1.0,
179
+ "galore_proj_type": "std",
180
+ "galore_optim_per_parameter": false,
181
+ "galore_with_embedding": false,
182
+ "galore_quantization": false,
183
+ "galore_proj_quant": false,
184
+ "galore_proj_bits": 4,
185
+ "galore_proj_group_size": 256,
186
+ "galore_cos_threshold": 0.4,
187
+ "galore_gamma_proj": 2,
188
+ "galore_queue_size": 5,
189
+ "lisa_activated_layers": 0,
190
+ "lisa_step_interval": 20,
191
+ "use_flash_ckpt": false,
192
+ "use_ray": false,
193
+ "ray_exp_name": null,
194
+ "device_groups": null,
195
+ "model": "/data/leizikun/msp/output/minicpmv46_neko_worldvqa_stage1/checkpoint-1928",
196
+ "model_type": "minicpmv4_6",
197
+ "model_revision": null,
198
+ "task_type": "causal_lm",
199
+ "torch_dtype": "bfloat16",
200
+ "attn_impl": "sdpa",
201
+ "experts_impl": null,
202
+ "new_special_tokens": [],
203
+ "num_labels": null,
204
+ "problem_type": null,
205
+ "rope_scaling": null,
206
+ "device_map": null,
207
+ "max_memory": {},
208
+ "max_model_len": null,
209
+ "local_repo_path": null,
210
+ "init_strategy": null,
211
+ "template": "minicpmv4_6",
212
+ "system": null,
213
+ "max_length": 4096,
214
+ "truncation_strategy": "delete",
215
+ "max_pixels": null,
216
+ "agent_template": null,
217
+ "norm_bbox": null,
218
+ "use_chat_template": true,
219
+ "padding_side": "right",
220
+ "padding_free": false,
221
+ "loss_scale": "default",
222
+ "sequence_parallel_size": 1,
223
+ "is_binary_loss_scale": null,
224
+ "template_backend": "swift",
225
+ "response_prefix": null,
226
+ "enable_thinking": null,
227
+ "preserve_thinking": null,
228
+ "add_non_thinking_prefix": true,
229
+ "dataset": [
230
+ "/data/leizikun/msp/data/WorldVQA/worldvqa_swift_5x.jsonl",
231
+ "/data/leizikun/msp/script/occupy/data/train_neko_subset_15k.jsonl"
232
+ ],
233
+ "val_dataset": [],
234
+ "cached_dataset": [],
235
+ "cached_val_dataset": [],
236
+ "split_dataset_ratio": 0.0,
237
+ "dataset_num_proc": 1,
238
+ "load_from_cache_file": false,
239
+ "dataset_shuffle": true,
240
+ "val_dataset_shuffle": false,
241
+ "streaming": false,
242
+ "interleave_prob": null,
243
+ "stopping_strategy": "first_exhausted",
244
+ "shuffle_buffer_size": 1000,
245
+ "download_mode": "reuse_dataset_if_exists",
246
+ "columns": {},
247
+ "strict": false,
248
+ "disable_auto_column_mapping": false,
249
+ "model_name": null,
250
+ "model_author": null,
251
+ "custom_dataset_info": [],
252
+ "quant_method": null,
253
+ "quant_bits": null,
254
+ "hqq_axis": null,
255
+ "bnb_4bit_compute_dtype": "bfloat16",
256
+ "bnb_4bit_quant_type": "nf4",
257
+ "bnb_4bit_use_double_quant": true,
258
+ "bnb_4bit_quant_storage": null,
259
+ "max_new_tokens": 64,
260
+ "temperature": 0.0,
261
+ "top_k": null,
262
+ "top_p": null,
263
+ "repetition_penalty": null,
264
+ "num_beams": 1,
265
+ "stream": false,
266
+ "stop_words": [],
267
+ "logprobs": false,
268
+ "top_logprobs": null,
269
+ "structured_outputs_regex": null,
270
+ "adapters": [],
271
+ "external_plugins": [],
272
+ "custom_register_path": [],
273
+ "model_kwargs": {},
274
+ "enable_npu_model_patch": true,
275
+ "load_args": false,
276
+ "load_data_args": false,
277
+ "packing": false,
278
+ "packing_length": null,
279
+ "packing_num_proc": 1,
280
+ "lazy_tokenize": true,
281
+ "use_hf": false,
282
+ "ignore_args_error": false,
283
+ "use_swift_lora": false,
284
+ "freeze_parameters": [
285
+ "model.vision_tower",
286
+ "model.merger"
287
+ ],
288
+ "freeze_parameters_regex": null,
289
+ "freeze_parameters_ratio": 0.0,
290
+ "trainable_parameters": [],
291
+ "trainable_parameters_regex": null,
292
+ "freeze_llm": false,
293
+ "freeze_vit": true,
294
+ "freeze_aligner": true,
295
+ "target_modules": [
296
+ "all-linear"
297
+ ],
298
+ "target_regex": null,
299
+ "target_parameters": null,
300
+ "modules_to_save": [],
301
+ "lora_rank": 8,
302
+ "lora_alpha": 32,
303
+ "lora_dropout": 0.05,
304
+ "lora_bias": "none",
305
+ "lora_dtype": null,
306
+ "lorap_lr_ratio": null,
307
+ "use_rslora": false,
308
+ "use_dora": false,
309
+ "lora_ga_batch_size": 2,
310
+ "lora_ga_iters": 2,
311
+ "lora_ga_max_length": 1024,
312
+ "lora_ga_direction": "ArB2r",
313
+ "lora_ga_scale": "stable",
314
+ "lora_ga_stable_gamma": 16,
315
+ "init_weights": true,
316
+ "fourier_n_frequency": 2000,
317
+ "fourier_scaling": 300.0,
318
+ "boft_block_size": 4,
319
+ "boft_block_num": 0,
320
+ "boft_n_butterfly_factor": 1,
321
+ "boft_dropout": 0.0,
322
+ "vera_rank": 256,
323
+ "vera_projection_prng_key": 0,
324
+ "vera_dropout": 0.0,
325
+ "vera_d_initial": 0.1,
326
+ "adapter_act": "gelu",
327
+ "adapter_length": 128,
328
+ "adalora_target_r": 8,
329
+ "adalora_init_r": 12,
330
+ "adalora_tinit": 0,
331
+ "adalora_tfinal": 0,
332
+ "adalora_deltaT": 1,
333
+ "adalora_beta1": 0.85,
334
+ "adalora_beta2": 0.85,
335
+ "adalora_orth_reg_weight": 0.5,
336
+ "llamapro_num_new_blocks": 4,
337
+ "llamapro_num_groups": null,
338
+ "reft_layer_key": null,
339
+ "reft_layers": null,
340
+ "reft_rank": 4,
341
+ "reft_intervention_type": "LoreftIntervention",
342
+ "reft_args": null,
343
+ "swanlab_token": null,
344
+ "swanlab_project": "ms-swift",
345
+ "swanlab_workspace": null,
346
+ "swanlab_exp_name": null,
347
+ "swanlab_notification_method": null,
348
+ "swanlab_webhook_url": null,
349
+ "swanlab_secret": null,
350
+ "swanlab_sender_email": null,
351
+ "swanlab_receiver_email": null,
352
+ "swanlab_smtp_server": null,
353
+ "swanlab_smtp_port": null,
354
+ "swanlab_email_language": "zh",
355
+ "swanlab_mode": "cloud",
356
+ "add_version": false,
357
+ "create_checkpoint_symlink": false,
358
+ "zero_hpz_partition_size": null,
359
+ "deepspeed_autotp_size": null,
360
+ "swift_version": "4.3.0",
361
+ "ckpt_dir": "/data/leizikun/msp/output/minicpmv46_neko_worldvqa_stage1/checkpoint-1928",
362
+ "rank": 0,
363
+ "global_world_size": 2,
364
+ "local_world_size": 2,
365
+ "model_suffix": "checkpoint-1928",
366
+ "model_info": "ModelInfo(model_type='minicpmv4_6', model_dir='/data/leizikun/msp/output/minicpmv46_neko_worldvqa_stage1/checkpoint-1928', torch_dtype=torch.bfloat16, max_model_len=262144, quant_method=None, quant_bits=None, rope_scaling=None, is_moe_model=False, is_multimodal=True, config=None, task_type='causal_lm', num_labels=None)",
367
+ "model_meta": "ModelMeta(model_type='minicpmv4_6', model_groups=[ModelGroup(models=[Model(ms_model_id='OpenBMB/MiniCPM-V-4.6', hf_model_id='openbmb/MiniCPM-V-4.6', model_path=None, ms_revision=None, hf_revision=None)], template=None, ignore_patterns=None, requires=None, tags=[])], loader=<class 'swift.model.models.minicpm.MiniCPMV4_6Loader'>, template='minicpmv4_6', model_arch=MultiModelKeys(arch_name='minicpmv4_6', embedding=None, module_list=None, lm_head=None, q_proj=None, k_proj=None, v_proj=None, o_proj=None, attention=None, mlp=None, down_proj=None, qkv_proj=None, qk_proj=None, qa_proj=None, qb_proj=None, kv_proj=None, kva_proj=None, kvb_proj=None, language_model=['model.language_model'], aligner=['model.merger'], vision_tower=['model.vision_tower'], generator=[]), mcore_model_type=None, architectures=['MiniCPMV4_6ForConditionalGeneration'], additional_saved_files=[], torch_dtype=None, is_multimodal=True, is_reward=False, task_type=None, ignore_patterns=None, requires=['transformers>=5.7.0'], tags=['vision', 'video'])",
368
+ "model_dir": "/data/leizikun/msp/output/minicpmv46_neko_worldvqa_stage1/checkpoint-1928",
369
+ "template_meta": "ChatmlTemplateMeta(template_type='minicpmv4_6', prefix=[], prompt=['<|im_start|>user\\n{{QUERY}}<|im_end|>\\n<|im_start|>assistant\\n'], chat_sep=['<|im_end|>\\n'], suffix=['<|im_end|>\\n'], template_cls=<class 'swift.template.templates.minicpm.MiniCPMV4_6Template'>, system_prefix=['<|im_start|>system\\n{{SYSTEM}}<|im_end|>\\n'], default_system=None, auto_add_bos=True, stop_words=[], agent_template=None, is_thinking=True, thinking_prefix='<think>\\n', non_thinking_prefix='<think>\\n\\n</think>\\n\\n', history_thinking_prefix='')",
370
+ "_val_dataset_exists": false,
371
+ "hub": "<class 'swift.hub.hub.MSHub'>",
372
+ "evaluation_strategy": "epoch",
373
+ "training_args": "Seq2SeqTrainingArguments(output_dir='/data/leizikun/msp/output/minicpmv46_neko_worldvqa_stage2', per_device_train_batch_size=2, num_train_epochs=2.0, max_steps=-1, learning_rate=1e-06, lr_scheduler_type=<SchedulerType.COSINE: 'cosine'>, lr_scheduler_kwargs=None, warmup_steps=0.05, optim=<OptimizerNames.ADAMW_TORCH_FUSED: 'adamw_torch_fused'>, optim_args=None, weight_decay=0.01, adam_beta1=0.9, adam_beta2=0.95, adam_epsilon=1e-08, optim_target_modules=None, gradient_accumulation_steps=8, average_tokens_across_devices=None, max_grad_norm=1.0, label_smoothing_factor=0.0, bf16=True, fp16=False, bf16_full_eval=False, fp16_full_eval=False, tf32=None, gradient_checkpointing=True, gradient_checkpointing_kwargs=None, torch_compile=False, torch_compile_backend=None, torch_compile_mode=None, use_liger_kernel=False, liger_kernel_config=None, use_cache=False, neftune_noise_alpha=None, torch_empty_cache_steps=None, auto_find_batch_size=False, logging_strategy=<IntervalStrategy.STEPS: 'steps'>, logging_steps=10, logging_first_step=True, log_on_each_node=True, logging_nan_inf_filter=True, include_num_input_tokens_seen=None, log_level='passive', log_level_replica='warning', disable_tqdm=False, report_to=['wandb'], run_name='minicpmv46-2stage-2a800-z2-bs2-ga8-4096', project='huggingface', trackio_space_id=None, trackio_bucket_id=None, trackio_static_space_id=None, eval_strategy=<IntervalStrategy.NO: 'no'>, eval_steps=None, eval_delay=0, per_device_eval_batch_size=2, prediction_loss_only=False, eval_on_start=False, eval_do_concat_batches=True, eval_use_gather_object=False, eval_accumulation_steps=None, include_for_metrics=[], batch_eval_metrics=False, save_only_model=True, save_strategy=<SaveStrategy.EPOCH: 'epoch'>, save_steps=500, save_on_each_node=False, save_total_limit=2, enable_jit_checkpoint=False, push_to_hub=False, hub_token=None, hub_private_repo=None, hub_model_id=None, hub_strategy=<HubStrategy.EVERY_SAVE: 'every_save'>, hub_always_push=False, hub_revision=None, load_best_model_at_end=False, metric_for_best_model='loss', greater_is_better=False, ignore_data_skip=False, restore_callback_states_from_checkpoint=False, full_determinism=False, seed=42, data_seed=42, use_cpu=False, accelerator_config=AcceleratorConfig(split_batches=False, dispatch_batches=False, even_batches=True, use_seedable_sampler=True, non_blocking=False, gradient_accumulation_kwargs=None, use_configured_state=False), parallelism_config=None, dataloader_drop_last=False, dataloader_num_workers=4, dataloader_pin_memory=True, dataloader_persistent_workers=False, dataloader_prefetch_factor=2, remove_unused_columns=False, label_names=None, train_sampling_strategy='random', length_column_name='length', ddp_find_unused_parameters=False, ddp_bucket_cap_mb=None, ddp_broadcast_buffers=None, ddp_static_graph=None, ddp_backend='nccl', ddp_timeout=18000000, fsdp=[], fsdp_config=None, deepspeed={'bf16': {'enabled': 'auto'}, 'zero_optimization': {'stage': 2, 'offload_optimizer': {'device': 'none', 'pin_memory': True}, 'allgather_partitions': True, 'allgather_bucket_size': 500000000.0, 'overlap_comm': True, 'reduce_scatter': True, 'reduce_bucket_size': 500000000.0, 'contiguous_gradients': True}, 'gradient_accumulation_steps': 'auto', 'gradient_clipping': 'auto', 'train_batch_size': 'auto', 'train_micro_batch_size_per_gpu': 'auto', 'wall_clock_breakdown': False}, debug=[], skip_memory_metrics=True, do_train=False, do_eval=False, do_predict=False, resume_from_checkpoint=None, warmup_ratio=0.05, logging_dir='/data/leizikun/msp/output/minicpmv46_neko_worldvqa_stage2/runs', local_rank=0, sortish_sampler=False, predict_with_generate=False, generation_max_length=None, generation_num_beams=None, generation_config=None, tuner_backend='peft', vit_gradient_checkpointing=False, router_aux_loss_coef=0.0, enable_dft_loss=False, enable_channel_loss=False, safe_serialization=True, max_shard_size='5GB', check_model=True, acc_strategy='token', train_dataloader_shuffle=True, group_by_length=False, max_epochs=None, aligner_lr=None, vit_lr=None, use_logits_to_keep=None, ds3_gather_for_generation=True, resume_only_model=False, optimizer=None, loss_type=None, eval_metric=None, callbacks=[], early_stop_interval=None, eval_use_evalscope=False, eval_dataset=[], eval_dataset_args=None, eval_limit=None, eval_generation_config=None, extra_eval_args=None, tuner_type='full', use_galore=False, galore_target_modules=None, galore_rank=128, galore_update_proj_gap=50, galore_scale=1.0, galore_proj_type='std', galore_optim_per_parameter=False, galore_with_embedding=False, galore_quantization=False, galore_proj_quant=False, galore_proj_bits=4, galore_proj_group_size=256, galore_cos_threshold=0.4, galore_gamma_proj=2, galore_queue_size=5, lisa_activated_layers=0, lisa_step_interval=20, use_flash_ckpt=False)"
374
+ }
chat_template.jinja ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if enable_thinking is not defined -%}
2
+ {%- set enable_thinking = true -%}
3
+ {%- endif -%}
4
+ {%- macro render_content(content, is_system_content=false) -%}
5
+ {%- if content is string -%}
6
+ {{- content -}}
7
+ {%- elif content is iterable and content is not mapping -%}
8
+ {%- set ns = namespace(parts=[]) -%}
9
+ {%- for item in content -%}
10
+ {%- if 'image' in item or 'image_url' in item or item.type == 'image' -%}
11
+ {%- if is_system_content -%}
12
+ {{- raise_exception('System message cannot contain images.') -}}
13
+ {%- endif -%}
14
+ {%- set ns.parts = ns.parts + ['<|image_pad|>'] -%}
15
+ {%- elif 'video' in item or item.type == 'video' -%}
16
+ {%- if is_system_content -%}
17
+ {{- raise_exception('System message cannot contain videos.') -}}
18
+ {%- endif -%}
19
+ {%- set ns.parts = ns.parts + ['<|video_pad|>'] -%}
20
+ {%- elif 'text' in item -%}
21
+ {%- set ns.parts = ns.parts + [item.text] -%}
22
+ {%- else -%}
23
+ {{- raise_exception('Unexpected item type in content.') -}}
24
+ {%- endif -%}
25
+ {%- endfor -%}
26
+ {{- ns.parts | join('\n') -}}
27
+ {%- elif content is none or content is undefined -%}
28
+ {{- '' -}}
29
+ {%- else -%}
30
+ {{- raise_exception('Unexpected content type.') -}}
31
+ {%- endif -%}
32
+ {%- endmacro -%}
33
+ {%- if not messages %}
34
+ {{- raise_exception('No messages provided.') }}
35
+ {%- endif %}
36
+ {%- if tools and tools is iterable and tools is not mapping %}
37
+ {{- '<|im_start|>system\n' }}
38
+ {{- "# Tools\n\nYou have access to the following functions:\n\n<tools>" }}
39
+ {%- for tool in tools %}
40
+ {{- "\n" }}
41
+ {{- tool | tojson }}
42
+ {%- endfor %}
43
+ {{- "\n</tools>" }}
44
+ {{- '\n\nIf you choose to call a function ONLY reply in the following format with NO suffix:\n\n<tool_call>\n<function=example_function_name>\n<parameter=example_parameter_1>\nvalue_1\n</parameter>\n<parameter=example_parameter_2>\nThis is the value for the second parameter\nthat can span\nmultiple lines\n</parameter>\n</function>\n</tool_call>\n\n<IMPORTANT>\nReminder:\n- Function calls MUST follow the specified format: an inner <function=...></function> block must be nested within <tool_call></tool_call> XML tags\n- Required parameters MUST be specified\n- You may provide optional reasoning for your function call in natural language BEFORE the function call, but NOT after\n- If there is no function call available, answer the question like normal with your current knowledge and do not tell the user about function calls\n</IMPORTANT>' }}
45
+ {%- if messages[0].role == 'system' %}
46
+ {%- set content = render_content(messages[0].content, true)|trim %}
47
+ {%- if content %}
48
+ {{- '\n\n' + content }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {{- '<|im_end|>\n' }}
52
+ {%- else %}
53
+ {%- if messages[0].role == 'system' %}
54
+ {%- set content = render_content(messages[0].content, true)|trim %}
55
+ {{- '<|im_start|>system\n' + content + '<|im_end|>\n' }}
56
+ {%- endif %}
57
+ {%- endif %}
58
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
59
+ {%- for message in messages[::-1] %}
60
+ {%- set index = (messages|length - 1) - loop.index0 %}
61
+ {%- if ns.multi_step_tool and message.role == "user" %}
62
+ {%- set content = render_content(message.content)|trim %}
63
+ {%- if not(content.startswith('<tool_response>') and content.endswith('</tool_response>')) %}
64
+ {%- set ns.multi_step_tool = false %}
65
+ {%- set ns.last_query_index = index %}
66
+ {%- endif %}
67
+ {%- endif %}
68
+ {%- endfor %}
69
+ {%- if ns.multi_step_tool %}
70
+ {{- raise_exception('No user query found in messages.') }}
71
+ {%- endif %}
72
+ {%- for message in messages %}
73
+ {%- set content = render_content(message.content)|trim %}
74
+ {%- if message.role == "system" %}
75
+ {%- if not loop.first %}
76
+ {{- raise_exception('System message must be at the beginning.') }}
77
+ {%- endif %}
78
+ {%- elif message.role == "user" %}
79
+ {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
80
+ {%- elif message.role == "assistant" %}
81
+ {%- set reasoning_content = '' %}
82
+ {%- if message.reasoning_content is string %}
83
+ {%- set reasoning_content = message.reasoning_content %}
84
+ {%- else %}
85
+ {%- if '</think>' in content %}
86
+ {%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
87
+ {%- set content = content.split('</think>')[-1].lstrip('\n') %}
88
+ {%- endif %}
89
+ {%- endif %}
90
+ {%- set reasoning_content = reasoning_content|trim %}
91
+ {%- if loop.index0 > ns.last_query_index %}
92
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content + '\n</think>\n\n' + content }}
93
+ {%- else %}
94
+ {{- '<|im_start|>' + message.role + '\n' + content }}
95
+ {%- endif %}
96
+ {%- if message.tool_calls and message.tool_calls is iterable and message.tool_calls is not mapping %}
97
+ {%- for tool_call in message.tool_calls %}
98
+ {%- if tool_call.function is defined %}
99
+ {%- set tool_call = tool_call.function %}
100
+ {%- endif %}
101
+ {%- if loop.first %}
102
+ {%- if content|trim %}
103
+ {{- '\n\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
104
+ {%- else %}
105
+ {{- '<tool_call>\n<function=' + tool_call.name + '>\n' }}
106
+ {%- endif %}
107
+ {%- else %}
108
+ {{- '\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
109
+ {%- endif %}
110
+ {%- if tool_call.arguments is defined %}
111
+ {%- for args_name, args_value in tool_call.arguments|items %}
112
+ {{- '<parameter=' + args_name + '>\n' }}
113
+ {%- set args_value = args_value | tojson | safe if args_value is mapping or (args_value is sequence and args_value is not string) else args_value | string %}
114
+ {{- args_value }}
115
+ {{- '\n</parameter>\n' }}
116
+ {%- endfor %}
117
+ {%- endif %}
118
+ {{- '</function>\n</tool_call>' }}
119
+ {%- endfor %}
120
+ {%- endif %}
121
+ {{- '<|im_end|>\n' }}
122
+ {%- elif message.role == "tool" %}
123
+ {%- if loop.previtem and loop.previtem.role != "tool" %}
124
+ {{- '<|im_start|>user' }}
125
+ {%- endif %}
126
+ {{- '\n<tool_response>\n' }}
127
+ {{- content }}
128
+ {{- '\n</tool_response>' }}
129
+ {%- if not loop.last and loop.nextitem.role != "tool" %}
130
+ {{- '<|im_end|>\n' }}
131
+ {%- elif loop.last %}
132
+ {{- '<|im_end|>\n' }}
133
+ {%- endif %}
134
+ {%- else %}
135
+ {{- raise_exception('Unexpected message role.') }}
136
+ {%- endif %}
137
+ {%- endfor %}
138
+ {%- if add_generation_prompt %}
139
+ {{- '<|im_start|>assistant\n' }}
140
+ {%- if enable_thinking is defined and enable_thinking is false %}
141
+ {{- '<think>\n\n</think>\n\n' }}
142
+ {%- else %}
143
+ {{- '<think>\n' }}
144
+ {%- endif %}
145
+ {%- endif %}
config.json ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MiniCPMV4_6ForConditionalGeneration"
4
+ ],
5
+ "bos_token_id": 248045,
6
+ "downsample_mode": "16x",
7
+ "drop_vision_last_layer": false,
8
+ "dtype": "bfloat16",
9
+ "eos_token_id": 248046,
10
+ "hidden_size": 1024,
11
+ "image_size": 1120,
12
+ "image_token_id": 248056,
13
+ "insert_layer_id": 6,
14
+ "merge_kernel_size": [
15
+ 2,
16
+ 2
17
+ ],
18
+ "merger_times": 1,
19
+ "model_type": "minicpmv4_6",
20
+ "pad_token_id": 248044,
21
+ "patch_size": 14,
22
+ "text_config": {
23
+ "attention_bias": false,
24
+ "attention_dropout": 0.0,
25
+ "attn_output_gate": true,
26
+ "bos_token_id": null,
27
+ "dtype": "bfloat16",
28
+ "eos_token_id": null,
29
+ "full_attention_interval": 4,
30
+ "head_dim": 256,
31
+ "hidden_act": "silu",
32
+ "hidden_size": 1024,
33
+ "initializer_range": 0.02,
34
+ "intermediate_size": 3584,
35
+ "layer_types": [
36
+ "linear_attention",
37
+ "linear_attention",
38
+ "linear_attention",
39
+ "full_attention",
40
+ "linear_attention",
41
+ "linear_attention",
42
+ "linear_attention",
43
+ "full_attention",
44
+ "linear_attention",
45
+ "linear_attention",
46
+ "linear_attention",
47
+ "full_attention",
48
+ "linear_attention",
49
+ "linear_attention",
50
+ "linear_attention",
51
+ "full_attention",
52
+ "linear_attention",
53
+ "linear_attention",
54
+ "linear_attention",
55
+ "full_attention",
56
+ "linear_attention",
57
+ "linear_attention",
58
+ "linear_attention",
59
+ "full_attention"
60
+ ],
61
+ "linear_conv_kernel_dim": 4,
62
+ "linear_key_head_dim": 128,
63
+ "linear_num_key_heads": 16,
64
+ "linear_num_value_heads": 16,
65
+ "linear_value_head_dim": 128,
66
+ "mamba_ssm_dtype": "float32",
67
+ "max_position_embeddings": 262144,
68
+ "mlp_only_layers": [],
69
+ "model_type": "qwen3_5_text",
70
+ "mtp_num_hidden_layers": 1,
71
+ "mtp_use_dedicated_embeddings": false,
72
+ "num_attention_heads": 8,
73
+ "num_hidden_layers": 24,
74
+ "num_key_value_heads": 2,
75
+ "pad_token_id": 248044,
76
+ "partial_rotary_factor": 0.25,
77
+ "rms_norm_eps": 1e-06,
78
+ "rope_parameters": {
79
+ "partial_rotary_factor": 0.25,
80
+ "rope_theta": 10000000,
81
+ "rope_type": "default"
82
+ },
83
+ "tie_word_embeddings": true,
84
+ "use_cache": false,
85
+ "vocab_size": 248094
86
+ },
87
+ "tie_word_embeddings": true,
88
+ "transformers_version": "5.10.2",
89
+ "use_cache": false,
90
+ "video_token_id": 248057,
91
+ "vision_config": {
92
+ "attention_dropout": 0.0,
93
+ "dtype": "bfloat16",
94
+ "hidden_act": "gelu_pytorch_tanh",
95
+ "hidden_size": 1152,
96
+ "image_size": 980,
97
+ "insert_layer_id": 6,
98
+ "intermediate_size": 4304,
99
+ "layer_norm_eps": 1e-06,
100
+ "model_type": "minicpmv4_6_vision",
101
+ "num_attention_heads": 16,
102
+ "num_channels": 3,
103
+ "num_hidden_layers": 27,
104
+ "patch_size": 14,
105
+ "window_kernel_size": [
106
+ 2,
107
+ 2
108
+ ]
109
+ }
110
+ }
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 248045,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 248044,
6
+ 248046
7
+ ],
8
+ "repetition_penalty": 1.0,
9
+ "temperature": 0.7,
10
+ "top_k": 0,
11
+ "top_p": 1.0,
12
+ "transformers_version": "5.10.2"
13
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3006aa273e5169a19c90258c9708ff9d4f8a38ffb584699ec675e930fdf50c4a
3
+ size 3109054480
preprocessor_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_processor_type": "MiniCPMV4_6ImageProcessor",
3
+ "processor_class": "MiniCPMV4_6Processor",
4
+ "max_slice_nums": 9,
5
+ "scale_resolution": 448,
6
+ "patch_size": 14,
7
+ "use_image_id": true,
8
+ "slice_mode": true,
9
+ "image_mean": [
10
+ 0.5,
11
+ 0.5,
12
+ 0.5
13
+ ],
14
+ "image_std": [
15
+ 0.5,
16
+ 0.5,
17
+ 0.5
18
+ ]
19
+ }
processor_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_processor": {
3
+ "do_convert_rgb": true,
4
+ "do_normalize": true,
5
+ "do_rescale": true,
6
+ "do_resize": true,
7
+ "downsample_mode": "16x",
8
+ "image_mean": [
9
+ 0.5,
10
+ 0.5,
11
+ 0.5
12
+ ],
13
+ "image_processor_type": "MiniCPMV4_6ImageProcessor",
14
+ "image_std": [
15
+ 0.5,
16
+ 0.5,
17
+ 0.5
18
+ ],
19
+ "max_slice_nums": 9,
20
+ "patch_size": 14,
21
+ "resample": 3,
22
+ "rescale_factor": 0.00392156862745098,
23
+ "scale_resolution": 448,
24
+ "slice_mode": true,
25
+ "use_image_id": true
26
+ },
27
+ "processor_class": "MiniCPMV4_6Processor",
28
+ "video_processor": {
29
+ "do_convert_rgb": true,
30
+ "do_normalize": true,
31
+ "do_rescale": true,
32
+ "do_resize": true,
33
+ "do_sample_frames": true,
34
+ "downsample_mode": "16x",
35
+ "image_mean": [
36
+ 0.5,
37
+ 0.5,
38
+ 0.5
39
+ ],
40
+ "image_std": [
41
+ 0.5,
42
+ 0.5,
43
+ 0.5
44
+ ],
45
+ "max_num_frames": 128,
46
+ "max_slice_nums": 9,
47
+ "patch_size": 14,
48
+ "resample": 3,
49
+ "rescale_factor": 0.00392156862745098,
50
+ "return_metadata": false,
51
+ "scale_resolution": 448,
52
+ "slice_mode": true,
53
+ "stack_frames": 1,
54
+ "use_image_id": true,
55
+ "video_processor_type": "MiniCPMV4_6VideoProcessor"
56
+ }
57
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33861e37bb955af1e3f3061182b820f347eba2b9c2c1011c82794bf0d6e77b54
3
+ size 19992481
tokenizer_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "audio_bos_token": "<|audio_start|>",
4
+ "audio_eos_token": "<|audio_end|>",
5
+ "audio_token": "<|audio_pad|>",
6
+ "backend": "tokenizers",
7
+ "bos_token": "<|im_start|>",
8
+ "clean_up_tokenization_spaces": false,
9
+ "eos_token": "<|im_end|>",
10
+ "errors": "replace",
11
+ "image_end_token": "</image>",
12
+ "image_id_end_token": "</image_id>",
13
+ "image_id_start_token": "<image_id>",
14
+ "image_start_token": "<image>",
15
+ "image_token": "<|image_pad|>",
16
+ "is_local": true,
17
+ "local_files_only": false,
18
+ "model_max_length": 262144,
19
+ "model_specific_special_tokens": {
20
+ "audio_bos_token": "<|audio_start|>",
21
+ "audio_eos_token": "<|audio_end|>",
22
+ "audio_token": "<|audio_pad|>",
23
+ "image_end_token": "</image>",
24
+ "image_id_end_token": "</image_id>",
25
+ "image_id_start_token": "<image_id>",
26
+ "image_start_token": "<image>",
27
+ "image_token": "<|image_pad|>",
28
+ "slice_end_token": "</slice>",
29
+ "slice_start_token": "<slice>",
30
+ "video_token": "<|video_pad|>",
31
+ "vision_bos_token": "<|vision_start|>",
32
+ "vision_eos_token": "<|vision_end|>"
33
+ },
34
+ "pad_token": "<|endoftext|>",
35
+ "pretokenize_regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?[\\p{L}\\p{M}]+|\\p{N}| ?[^\\s\\p{L}\\p{M}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+",
36
+ "processor_class": "MiniCPMV4_6Processor",
37
+ "slice_end_token": "</slice>",
38
+ "slice_start_token": "<slice>",
39
+ "split_special_tokens": false,
40
+ "tokenizer_class": "Qwen2Tokenizer",
41
+ "unk_token": "<unk>",
42
+ "video_token": "<|video_pad|>",
43
+ "vision_bos_token": "<|vision_start|>",
44
+ "vision_eos_token": "<|vision_end|>"
45
+ }
trainer_state.json ADDED
@@ -0,0 +1,1538 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.0,
6
+ "eval_steps": 500,
7
+ "global_step": 1876,
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.0010668089078543807,
14
+ "grad_norm": 7.006295680999756,
15
+ "learning_rate": 1.0638297872340425e-08,
16
+ "loss": 2.3478875160217285,
17
+ "step": 1,
18
+ "token_acc": 0.516892104435357
19
+ },
20
+ {
21
+ "epoch": 0.010668089078543806,
22
+ "grad_norm": 6.471454620361328,
23
+ "learning_rate": 1.0638297872340425e-07,
24
+ "loss": 2.4334648980034723,
25
+ "step": 10,
26
+ "token_acc": 0.5040707838310321
27
+ },
28
+ {
29
+ "epoch": 0.02133617815708761,
30
+ "grad_norm": 7.791952610015869,
31
+ "learning_rate": 2.127659574468085e-07,
32
+ "loss": 2.32786865234375,
33
+ "step": 20,
34
+ "token_acc": 0.5216088251677121
35
+ },
36
+ {
37
+ "epoch": 0.03200426723563142,
38
+ "grad_norm": 8.015645027160645,
39
+ "learning_rate": 3.1914893617021275e-07,
40
+ "loss": 2.419228363037109,
41
+ "step": 30,
42
+ "token_acc": 0.5090634923677535
43
+ },
44
+ {
45
+ "epoch": 0.04267235631417522,
46
+ "grad_norm": 5.430706024169922,
47
+ "learning_rate": 4.25531914893617e-07,
48
+ "loss": 2.4733400344848633,
49
+ "step": 40,
50
+ "token_acc": 0.4971268954509178
51
+ },
52
+ {
53
+ "epoch": 0.05334044539271903,
54
+ "grad_norm": 4.553371429443359,
55
+ "learning_rate": 5.319148936170212e-07,
56
+ "loss": 2.332263946533203,
57
+ "step": 50,
58
+ "token_acc": 0.513448871266867
59
+ },
60
+ {
61
+ "epoch": 0.06400853447126284,
62
+ "grad_norm": 4.459324359893799,
63
+ "learning_rate": 6.382978723404255e-07,
64
+ "loss": 2.2413455963134767,
65
+ "step": 60,
66
+ "token_acc": 0.5251403216723497
67
+ },
68
+ {
69
+ "epoch": 0.07467662354980664,
70
+ "grad_norm": 4.4227190017700195,
71
+ "learning_rate": 7.446808510638297e-07,
72
+ "loss": 2.2557914733886717,
73
+ "step": 70,
74
+ "token_acc": 0.5192819019893256
75
+ },
76
+ {
77
+ "epoch": 0.08534471262835044,
78
+ "grad_norm": 4.304351329803467,
79
+ "learning_rate": 8.51063829787234e-07,
80
+ "loss": 2.16949462890625,
81
+ "step": 80,
82
+ "token_acc": 0.5302786541144531
83
+ },
84
+ {
85
+ "epoch": 0.09601280170689425,
86
+ "grad_norm": 3.8063337802886963,
87
+ "learning_rate": 9.574468085106384e-07,
88
+ "loss": 2.1234577178955076,
89
+ "step": 90,
90
+ "token_acc": 0.5377233620119126
91
+ },
92
+ {
93
+ "epoch": 0.10668089078543806,
94
+ "grad_norm": 3.889915704727173,
95
+ "learning_rate": 9.999720280459574e-07,
96
+ "loss": 2.1470478057861326,
97
+ "step": 100,
98
+ "token_acc": 0.5297030687536047
99
+ },
100
+ {
101
+ "epoch": 0.11734897986398186,
102
+ "grad_norm": 4.103745460510254,
103
+ "learning_rate": 9.99801099660646e-07,
104
+ "loss": 2.091233825683594,
105
+ "step": 110,
106
+ "token_acc": 0.5380800430587059
107
+ },
108
+ {
109
+ "epoch": 0.12801706894252568,
110
+ "grad_norm": 4.0285964012146,
111
+ "learning_rate": 9.994748359236668e-07,
112
+ "loss": 2.1219104766845702,
113
+ "step": 120,
114
+ "token_acc": 0.5315024974893832
115
+ },
116
+ {
117
+ "epoch": 0.13868515802106948,
118
+ "grad_norm": 3.918626308441162,
119
+ "learning_rate": 9.989933382359422e-07,
120
+ "loss": 1.9738199234008789,
121
+ "step": 130,
122
+ "token_acc": 0.5553643663587514
123
+ },
124
+ {
125
+ "epoch": 0.14935324709961328,
126
+ "grad_norm": 3.5399599075317383,
127
+ "learning_rate": 9.983567562442268e-07,
128
+ "loss": 1.9851512908935547,
129
+ "step": 140,
130
+ "token_acc": 0.555815294562636
131
+ },
132
+ {
133
+ "epoch": 0.1600213361781571,
134
+ "grad_norm": 4.044088363647461,
135
+ "learning_rate": 9.97565287794599e-07,
136
+ "loss": 2.0619443893432616,
137
+ "step": 150,
138
+ "token_acc": 0.54069917888452
139
+ },
140
+ {
141
+ "epoch": 0.1706894252567009,
142
+ "grad_norm": 3.7363321781158447,
143
+ "learning_rate": 9.966191788709714e-07,
144
+ "loss": 2.010793685913086,
145
+ "step": 160,
146
+ "token_acc": 0.547274155538099
147
+ },
148
+ {
149
+ "epoch": 0.1813575143352447,
150
+ "grad_norm": 4.034898281097412,
151
+ "learning_rate": 9.955187235186403e-07,
152
+ "loss": 1.9935316085815429,
153
+ "step": 170,
154
+ "token_acc": 0.5503274190127947
155
+ },
156
+ {
157
+ "epoch": 0.1920256034137885,
158
+ "grad_norm": 4.587524890899658,
159
+ "learning_rate": 9.942642637528975e-07,
160
+ "loss": 2.047301483154297,
161
+ "step": 180,
162
+ "token_acc": 0.5417270064744885
163
+ },
164
+ {
165
+ "epoch": 0.20269369249233232,
166
+ "grad_norm": 3.7277448177337646,
167
+ "learning_rate": 9.928561894527351e-07,
168
+ "loss": 1.966663932800293,
169
+ "step": 190,
170
+ "token_acc": 0.5556000125035166
171
+ },
172
+ {
173
+ "epoch": 0.21336178157087612,
174
+ "grad_norm": 3.9594995975494385,
175
+ "learning_rate": 9.912949382396726e-07,
176
+ "loss": 1.9452442169189452,
177
+ "step": 200,
178
+ "token_acc": 0.5587059846947138
179
+ },
180
+ {
181
+ "epoch": 0.22402987064941993,
182
+ "grad_norm": 3.81302547454834,
183
+ "learning_rate": 9.895809953417462e-07,
184
+ "loss": 2.012272262573242,
185
+ "step": 210,
186
+ "token_acc": 0.5448511381289237
187
+ },
188
+ {
189
+ "epoch": 0.23469795972796373,
190
+ "grad_norm": 3.490966320037842,
191
+ "learning_rate": 9.877148934427035e-07,
192
+ "loss": 1.9165828704833985,
193
+ "step": 220,
194
+ "token_acc": 0.5619211368183942
195
+ },
196
+ {
197
+ "epoch": 0.24536604880650753,
198
+ "grad_norm": 3.570113182067871,
199
+ "learning_rate": 9.85697212516448e-07,
200
+ "loss": 1.9754508972167968,
201
+ "step": 230,
202
+ "token_acc": 0.5536200862349996
203
+ },
204
+ {
205
+ "epoch": 0.25603413788505136,
206
+ "grad_norm": 3.9454100131988525,
207
+ "learning_rate": 9.835285796467865e-07,
208
+ "loss": 1.9415111541748047,
209
+ "step": 240,
210
+ "token_acc": 0.5551580241745592
211
+ },
212
+ {
213
+ "epoch": 0.26670222696359513,
214
+ "grad_norm": 3.9396939277648926,
215
+ "learning_rate": 9.812096688325353e-07,
216
+ "loss": 1.8981182098388671,
217
+ "step": 250,
218
+ "token_acc": 0.5659307235382524
219
+ },
220
+ {
221
+ "epoch": 0.27737031604213896,
222
+ "grad_norm": 4.019906044006348,
223
+ "learning_rate": 9.787412007780444e-07,
224
+ "loss": 1.953832244873047,
225
+ "step": 260,
226
+ "token_acc": 0.5528575849796256
227
+ },
228
+ {
229
+ "epoch": 0.28803840512068274,
230
+ "grad_norm": 3.6888175010681152,
231
+ "learning_rate": 9.761239426692076e-07,
232
+ "loss": 1.9162483215332031,
233
+ "step": 270,
234
+ "token_acc": 0.564068832885431
235
+ },
236
+ {
237
+ "epoch": 0.29870649419922657,
238
+ "grad_norm": 3.746838092803955,
239
+ "learning_rate": 9.733587079350252e-07,
240
+ "loss": 1.910070037841797,
241
+ "step": 280,
242
+ "token_acc": 0.5619884448724122
243
+ },
244
+ {
245
+ "epoch": 0.30937458327777034,
246
+ "grad_norm": 3.9895079135894775,
247
+ "learning_rate": 9.704463559947942e-07,
248
+ "loss": 1.9012699127197266,
249
+ "step": 290,
250
+ "token_acc": 0.5634749160120394
251
+ },
252
+ {
253
+ "epoch": 0.3200426723563142,
254
+ "grad_norm": 4.03073263168335,
255
+ "learning_rate": 9.673877919910066e-07,
256
+ "loss": 1.9407228469848632,
257
+ "step": 300,
258
+ "token_acc": 0.556453737558073
259
+ },
260
+ {
261
+ "epoch": 0.330710761434858,
262
+ "grad_norm": 3.8840065002441406,
263
+ "learning_rate": 9.641839665080363e-07,
264
+ "loss": 1.8843194961547851,
265
+ "step": 310,
266
+ "token_acc": 0.5667126952619315
267
+ },
268
+ {
269
+ "epoch": 0.3413788505134018,
270
+ "grad_norm": 4.215559482574463,
271
+ "learning_rate": 9.60835875276701e-07,
272
+ "loss": 1.9429502487182617,
273
+ "step": 320,
274
+ "token_acc": 0.555164028621677
275
+ },
276
+ {
277
+ "epoch": 0.3520469395919456,
278
+ "grad_norm": 4.554783821105957,
279
+ "learning_rate": 9.573445588647978e-07,
280
+ "loss": 1.9644149780273437,
281
+ "step": 330,
282
+ "token_acc": 0.5522241856177013
283
+ },
284
+ {
285
+ "epoch": 0.3627150286704894,
286
+ "grad_norm": 4.137307643890381,
287
+ "learning_rate": 9.537111023536971e-07,
288
+ "loss": 1.9509822845458984,
289
+ "step": 340,
290
+ "token_acc": 0.5558621228192331
291
+ },
292
+ {
293
+ "epoch": 0.3733831177490332,
294
+ "grad_norm": 4.0477375984191895,
295
+ "learning_rate": 9.499366350011091e-07,
296
+ "loss": 1.871917724609375,
297
+ "step": 350,
298
+ "token_acc": 0.5673395880780275
299
+ },
300
+ {
301
+ "epoch": 0.384051206827577,
302
+ "grad_norm": 3.989922523498535,
303
+ "learning_rate": 9.460223298901138e-07,
304
+ "loss": 1.8953327178955077,
305
+ "step": 360,
306
+ "token_acc": 0.56321044546851
307
+ },
308
+ {
309
+ "epoch": 0.3947192959061208,
310
+ "grad_norm": 3.5498158931732178,
311
+ "learning_rate": 9.419694035645751e-07,
312
+ "loss": 1.8773033142089843,
313
+ "step": 370,
314
+ "token_acc": 0.5685798614498976
315
+ },
316
+ {
317
+ "epoch": 0.40538738498466464,
318
+ "grad_norm": 4.623654365539551,
319
+ "learning_rate": 9.377791156510454e-07,
320
+ "loss": 1.964752769470215,
321
+ "step": 380,
322
+ "token_acc": 0.552791747345048
323
+ },
324
+ {
325
+ "epoch": 0.4160554740632084,
326
+ "grad_norm": 3.953861951828003,
327
+ "learning_rate": 9.334527684672808e-07,
328
+ "loss": 1.9003120422363282,
329
+ "step": 390,
330
+ "token_acc": 0.5622615155074442
331
+ },
332
+ {
333
+ "epoch": 0.42672356314175225,
334
+ "grad_norm": 3.7582802772521973,
335
+ "learning_rate": 9.289917066174885e-07,
336
+ "loss": 1.859695053100586,
337
+ "step": 400,
338
+ "token_acc": 0.5688303235353716
339
+ },
340
+ {
341
+ "epoch": 0.437391652220296,
342
+ "grad_norm": 4.4737467765808105,
343
+ "learning_rate": 9.243973165744305e-07,
344
+ "loss": 1.9053627014160157,
345
+ "step": 410,
346
+ "token_acc": 0.5629376049605994
347
+ },
348
+ {
349
+ "epoch": 0.44805974129883985,
350
+ "grad_norm": 3.771303653717041,
351
+ "learning_rate": 9.196710262485168e-07,
352
+ "loss": 1.896707534790039,
353
+ "step": 420,
354
+ "token_acc": 0.5621554723462294
355
+ },
356
+ {
357
+ "epoch": 0.4587278303773836,
358
+ "grad_norm": 3.9137330055236816,
359
+ "learning_rate": 9.148143045440179e-07,
360
+ "loss": 1.852376365661621,
361
+ "step": 430,
362
+ "token_acc": 0.5686185246305886
363
+ },
364
+ {
365
+ "epoch": 0.46939591945592746,
366
+ "grad_norm": 3.798518180847168,
367
+ "learning_rate": 9.098286609025391e-07,
368
+ "loss": 1.865086555480957,
369
+ "step": 440,
370
+ "token_acc": 0.5662914941616878
371
+ },
372
+ {
373
+ "epoch": 0.4800640085344713,
374
+ "grad_norm": 4.035417556762695,
375
+ "learning_rate": 9.047156448338926e-07,
376
+ "loss": 1.8744647979736329,
377
+ "step": 450,
378
+ "token_acc": 0.5680482591436246
379
+ },
380
+ {
381
+ "epoch": 0.49073209761301506,
382
+ "grad_norm": 4.174037933349609,
383
+ "learning_rate": 8.994768454345205e-07,
384
+ "loss": 1.8902172088623046,
385
+ "step": 460,
386
+ "token_acc": 0.5636073504641532
387
+ },
388
+ {
389
+ "epoch": 0.5014001866915588,
390
+ "grad_norm": 4.3247575759887695,
391
+ "learning_rate": 8.941138908936116e-07,
392
+ "loss": 1.8696575164794922,
393
+ "step": 470,
394
+ "token_acc": 0.5677604970719198
395
+ },
396
+ {
397
+ "epoch": 0.5120682757701027,
398
+ "grad_norm": 3.8726143836975098,
399
+ "learning_rate": 8.886284479870698e-07,
400
+ "loss": 1.838299560546875,
401
+ "step": 480,
402
+ "token_acc": 0.5764252373856177
403
+ },
404
+ {
405
+ "epoch": 0.5227363648486465,
406
+ "grad_norm": 4.121581554412842,
407
+ "learning_rate": 8.83022221559489e-07,
408
+ "loss": 1.8638439178466797,
409
+ "step": 490,
410
+ "token_acc": 0.5698095928568703
411
+ },
412
+ {
413
+ "epoch": 0.5334044539271903,
414
+ "grad_norm": 4.610175132751465,
415
+ "learning_rate": 8.77296953994298e-07,
416
+ "loss": 1.858209991455078,
417
+ "step": 500,
418
+ "token_acc": 0.5696208987002059
419
+ },
420
+ {
421
+ "epoch": 0.544072543005734,
422
+ "grad_norm": 4.455285549163818,
423
+ "learning_rate": 8.714544246722369e-07,
424
+ "loss": 1.8948783874511719,
425
+ "step": 510,
426
+ "token_acc": 0.5608375235097686
427
+ },
428
+ {
429
+ "epoch": 0.5547406320842779,
430
+ "grad_norm": 4.052758693695068,
431
+ "learning_rate": 8.654964494183358e-07,
432
+ "loss": 1.856728744506836,
433
+ "step": 520,
434
+ "token_acc": 0.5684638641855052
435
+ },
436
+ {
437
+ "epoch": 0.5654087211628217,
438
+ "grad_norm": 4.3134660720825195,
439
+ "learning_rate": 8.594248799375669e-07,
440
+ "loss": 1.8250436782836914,
441
+ "step": 530,
442
+ "token_acc": 0.5724758520722962
443
+ },
444
+ {
445
+ "epoch": 0.5760768102413655,
446
+ "grad_norm": 3.7139341831207275,
447
+ "learning_rate": 8.532416032393447e-07,
448
+ "loss": 1.8022869110107422,
449
+ "step": 540,
450
+ "token_acc": 0.57848322291492
451
+ },
452
+ {
453
+ "epoch": 0.5867448993199094,
454
+ "grad_norm": 3.976836681365967,
455
+ "learning_rate": 8.469485410510544e-07,
456
+ "loss": 1.8598838806152345,
457
+ "step": 550,
458
+ "token_acc": 0.5676960075729471
459
+ },
460
+ {
461
+ "epoch": 0.5974129883984531,
462
+ "grad_norm": 4.145941257476807,
463
+ "learning_rate": 8.4054764922079e-07,
464
+ "loss": 1.8461755752563476,
465
+ "step": 560,
466
+ "token_acc": 0.5693920927753626
467
+ },
468
+ {
469
+ "epoch": 0.6080810774769969,
470
+ "grad_norm": 4.197259426116943,
471
+ "learning_rate": 8.340409171094873e-07,
472
+ "loss": 1.8348304748535156,
473
+ "step": 570,
474
+ "token_acc": 0.5728334165834166
475
+ },
476
+ {
477
+ "epoch": 0.6187491665555407,
478
+ "grad_norm": 4.145263671875,
479
+ "learning_rate": 8.274303669726426e-07,
480
+ "loss": 1.8206695556640624,
481
+ "step": 580,
482
+ "token_acc": 0.5718382929363102
483
+ },
484
+ {
485
+ "epoch": 0.6294172556340846,
486
+ "grad_norm": 3.7828235626220703,
487
+ "learning_rate": 8.207180533318061e-07,
488
+ "loss": 1.8166313171386719,
489
+ "step": 590,
490
+ "token_acc": 0.5745853534064812
491
+ },
492
+ {
493
+ "epoch": 0.6400853447126283,
494
+ "grad_norm": 4.152252197265625,
495
+ "learning_rate": 8.139060623360493e-07,
496
+ "loss": 1.8334476470947265,
497
+ "step": 600,
498
+ "token_acc": 0.5736091696952754
499
+ },
500
+ {
501
+ "epoch": 0.6507534337911721,
502
+ "grad_norm": 3.9253435134887695,
503
+ "learning_rate": 8.069965111136009e-07,
504
+ "loss": 1.8342958450317384,
505
+ "step": 610,
506
+ "token_acc": 0.572730870797999
507
+ },
508
+ {
509
+ "epoch": 0.661421522869716,
510
+ "grad_norm": 3.783778429031372,
511
+ "learning_rate": 7.999915471138561e-07,
512
+ "loss": 1.8457708358764648,
513
+ "step": 620,
514
+ "token_acc": 0.5711007991750451
515
+ },
516
+ {
517
+ "epoch": 0.6720896119482598,
518
+ "grad_norm": 4.500645160675049,
519
+ "learning_rate": 7.928933474399601e-07,
520
+ "loss": 1.8366958618164062,
521
+ "step": 630,
522
+ "token_acc": 0.5711011556940657
523
+ },
524
+ {
525
+ "epoch": 0.6827577010268036,
526
+ "grad_norm": 4.189162254333496,
527
+ "learning_rate": 7.857041181721787e-07,
528
+ "loss": 1.8609766006469726,
529
+ "step": 640,
530
+ "token_acc": 0.5636673978790514
531
+ },
532
+ {
533
+ "epoch": 0.6934257901053473,
534
+ "grad_norm": 4.374728679656982,
535
+ "learning_rate": 7.784260936822591e-07,
536
+ "loss": 1.863561248779297,
537
+ "step": 650,
538
+ "token_acc": 0.5696042614986878
539
+ },
540
+ {
541
+ "epoch": 0.7040938791838912,
542
+ "grad_norm": 4.001153945922852,
543
+ "learning_rate": 7.710615359390017e-07,
544
+ "loss": 1.8359176635742187,
545
+ "step": 660,
546
+ "token_acc": 0.5730398306910491
547
+ },
548
+ {
549
+ "epoch": 0.714761968262435,
550
+ "grad_norm": 3.9148805141448975,
551
+ "learning_rate": 7.636127338052511e-07,
552
+ "loss": 1.8227685928344726,
553
+ "step": 670,
554
+ "token_acc": 0.5748739871115932
555
+ },
556
+ {
557
+ "epoch": 0.7254300573409788,
558
+ "grad_norm": 4.053929805755615,
559
+ "learning_rate": 7.560820023265325e-07,
560
+ "loss": 1.856583023071289,
561
+ "step": 680,
562
+ "token_acc": 0.5661723369196472
563
+ },
564
+ {
565
+ "epoch": 0.7360981464195226,
566
+ "grad_norm": 4.32113790512085,
567
+ "learning_rate": 7.48471682011546e-07,
568
+ "loss": 1.8252262115478515,
569
+ "step": 690,
570
+ "token_acc": 0.5741169732068987
571
+ },
572
+ {
573
+ "epoch": 0.7467662354980664,
574
+ "grad_norm": 3.9224932193756104,
575
+ "learning_rate": 7.407841381047531e-07,
576
+ "loss": 1.8305496215820312,
577
+ "step": 700,
578
+ "token_acc": 0.5729056069568734
579
+ },
580
+ {
581
+ "epoch": 0.7574343245766102,
582
+ "grad_norm": 4.077065467834473,
583
+ "learning_rate": 7.330217598512694e-07,
584
+ "loss": 1.8242149353027344,
585
+ "step": 710,
586
+ "token_acc": 0.5721009316067469
587
+ },
588
+ {
589
+ "epoch": 0.768102413655154,
590
+ "grad_norm": 4.011868000030518,
591
+ "learning_rate": 7.251869597543018e-07,
592
+ "loss": 1.806910514831543,
593
+ "step": 720,
594
+ "token_acc": 0.575511092893375
595
+ },
596
+ {
597
+ "epoch": 0.7787705027336979,
598
+ "grad_norm": 4.1462273597717285,
599
+ "learning_rate": 7.172821728253562e-07,
600
+ "loss": 1.8008831024169922,
601
+ "step": 730,
602
+ "token_acc": 0.5784865805469288
603
+ },
604
+ {
605
+ "epoch": 0.7894385918122416,
606
+ "grad_norm": 4.203607559204102,
607
+ "learning_rate": 7.093098558274493e-07,
608
+ "loss": 1.8120304107666017,
609
+ "step": 740,
610
+ "token_acc": 0.5752062416064463
611
+ },
612
+ {
613
+ "epoch": 0.8001066808907854,
614
+ "grad_norm": 4.279056549072266,
615
+ "learning_rate": 7.012724865115613e-07,
616
+ "loss": 1.8188220977783203,
617
+ "step": 750,
618
+ "token_acc": 0.5747139588100687
619
+ },
620
+ {
621
+ "epoch": 0.8107747699693293,
622
+ "grad_norm": 3.8039934635162354,
623
+ "learning_rate": 6.931725628465642e-07,
624
+ "loss": 1.8142536163330079,
625
+ "step": 760,
626
+ "token_acc": 0.5760542312466185
627
+ },
628
+ {
629
+ "epoch": 0.8214428590478731,
630
+ "grad_norm": 3.7880845069885254,
631
+ "learning_rate": 6.850126022428677e-07,
632
+ "loss": 1.7894207000732423,
633
+ "step": 770,
634
+ "token_acc": 0.5769731452847082
635
+ },
636
+ {
637
+ "epoch": 0.8321109481264168,
638
+ "grad_norm": 4.270044326782227,
639
+ "learning_rate": 6.767951407700216e-07,
640
+ "loss": 1.8551364898681642,
641
+ "step": 780,
642
+ "token_acc": 0.5668973471741637
643
+ },
644
+ {
645
+ "epoch": 0.8427790372049606,
646
+ "grad_norm": 3.97334623336792,
647
+ "learning_rate": 6.685227323685209e-07,
648
+ "loss": 1.8029193878173828,
649
+ "step": 790,
650
+ "token_acc": 0.5781002423703444
651
+ },
652
+ {
653
+ "epoch": 0.8534471262835045,
654
+ "grad_norm": 4.129730224609375,
655
+ "learning_rate": 6.601979480560542e-07,
656
+ "loss": 1.8175867080688477,
657
+ "step": 800,
658
+ "token_acc": 0.5746865306479094
659
+ },
660
+ {
661
+ "epoch": 0.8641152153620483,
662
+ "grad_norm": 3.9668161869049072,
663
+ "learning_rate": 6.518233751284472e-07,
664
+ "loss": 1.7865169525146485,
665
+ "step": 810,
666
+ "token_acc": 0.5799188730546251
667
+ },
668
+ {
669
+ "epoch": 0.874783304440592,
670
+ "grad_norm": 4.027299880981445,
671
+ "learning_rate": 6.434016163555451e-07,
672
+ "loss": 1.7904687881469727,
673
+ "step": 820,
674
+ "token_acc": 0.5808848869923743
675
+ },
676
+ {
677
+ "epoch": 0.8854513935191359,
678
+ "grad_norm": 4.224595069885254,
679
+ "learning_rate": 6.349352891722866e-07,
680
+ "loss": 1.8047224044799806,
681
+ "step": 830,
682
+ "token_acc": 0.575895102159917
683
+ },
684
+ {
685
+ "epoch": 0.8961194825976797,
686
+ "grad_norm": 3.965972661972046,
687
+ "learning_rate": 6.264270248652198e-07,
688
+ "loss": 1.8042530059814452,
689
+ "step": 840,
690
+ "token_acc": 0.5774797143684499
691
+ },
692
+ {
693
+ "epoch": 0.9067875716762235,
694
+ "grad_norm": 3.985602855682373,
695
+ "learning_rate": 6.178794677547137e-07,
696
+ "loss": 1.847981834411621,
697
+ "step": 850,
698
+ "token_acc": 0.5686120808905869
699
+ },
700
+ {
701
+ "epoch": 0.9174556607547673,
702
+ "grad_norm": 3.7282555103302,
703
+ "learning_rate": 6.092952743731178e-07,
704
+ "loss": 1.7887779235839845,
705
+ "step": 860,
706
+ "token_acc": 0.5776786905238286
707
+ },
708
+ {
709
+ "epoch": 0.9281237498333111,
710
+ "grad_norm": 4.324705600738525,
711
+ "learning_rate": 6.006771126391277e-07,
712
+ "loss": 1.806238555908203,
713
+ "step": 870,
714
+ "token_acc": 0.575960881693935
715
+ },
716
+ {
717
+ "epoch": 0.9387918389118549,
718
+ "grad_norm": 4.746899604797363,
719
+ "learning_rate": 5.920276610286101e-07,
720
+ "loss": 1.797719955444336,
721
+ "step": 880,
722
+ "token_acc": 0.575878918644498
723
+ },
724
+ {
725
+ "epoch": 0.9494599279903987,
726
+ "grad_norm": 4.021754741668701,
727
+ "learning_rate": 5.833496077421484e-07,
728
+ "loss": 1.7537151336669923,
729
+ "step": 890,
730
+ "token_acc": 0.5848000196239559
731
+ },
732
+ {
733
+ "epoch": 0.9601280170689426,
734
+ "grad_norm": 3.837305784225464,
735
+ "learning_rate": 5.746456498695647e-07,
736
+ "loss": 1.7645259857177735,
737
+ "step": 900,
738
+ "token_acc": 0.5852038155997914
739
+ },
740
+ {
741
+ "epoch": 0.9707961061474863,
742
+ "grad_norm": 4.20936393737793,
743
+ "learning_rate": 5.659184925516801e-07,
744
+ "loss": 1.8052492141723633,
745
+ "step": 910,
746
+ "token_acc": 0.5749897032576932
747
+ },
748
+ {
749
+ "epoch": 0.9814641952260301,
750
+ "grad_norm": 3.9602720737457275,
751
+ "learning_rate": 5.571708481395718e-07,
752
+ "loss": 1.7849920272827149,
753
+ "step": 920,
754
+ "token_acc": 0.5777625975982686
755
+ },
756
+ {
757
+ "epoch": 0.9921322843045739,
758
+ "grad_norm": 4.546433925628662,
759
+ "learning_rate": 5.484054353515895e-07,
760
+ "loss": 1.7990896224975585,
761
+ "step": 930,
762
+ "token_acc": 0.5758030425592986
763
+ },
764
+ {
765
+ "epoch": 1.0021336178157088,
766
+ "grad_norm": 4.241868019104004,
767
+ "learning_rate": 5.396249784283942e-07,
768
+ "loss": 1.7917800903320313,
769
+ "step": 940,
770
+ "token_acc": 0.575703485206652
771
+ },
772
+ {
773
+ "epoch": 1.0128017068942525,
774
+ "grad_norm": 4.015085697174072,
775
+ "learning_rate": 5.308322062862786e-07,
776
+ "loss": 1.7706895828247071,
777
+ "step": 950,
778
+ "token_acc": 0.5819618553298342
779
+ },
780
+ {
781
+ "epoch": 1.0234697959727963,
782
+ "grad_norm": 3.8207788467407227,
783
+ "learning_rate": 5.220298516690352e-07,
784
+ "loss": 1.7699962615966798,
785
+ "step": 960,
786
+ "token_acc": 0.5831101297821492
787
+ },
788
+ {
789
+ "epoch": 1.03413788505134,
790
+ "grad_norm": 4.0016913414001465,
791
+ "learning_rate": 5.132206502986367e-07,
792
+ "loss": 1.7162120819091797,
793
+ "step": 970,
794
+ "token_acc": 0.5933027241351231
795
+ },
796
+ {
797
+ "epoch": 1.044805974129884,
798
+ "grad_norm": 4.224870204925537,
799
+ "learning_rate": 5.044073400249867e-07,
800
+ "loss": 1.7514739990234376,
801
+ "step": 980,
802
+ "token_acc": 0.5842004937345708
803
+ },
804
+ {
805
+ "epoch": 1.0554740632084278,
806
+ "grad_norm": 4.110172748565674,
807
+ "learning_rate": 4.955926599750133e-07,
808
+ "loss": 1.769965362548828,
809
+ "step": 990,
810
+ "token_acc": 0.5810418163437879
811
+ },
812
+ {
813
+ "epoch": 1.0661421522869716,
814
+ "grad_norm": 4.555731773376465,
815
+ "learning_rate": 4.867793497013633e-07,
816
+ "loss": 1.7587167739868164,
817
+ "step": 1000,
818
+ "token_acc": 0.5840167709557539
819
+ },
820
+ {
821
+ "epoch": 1.0768102413655154,
822
+ "grad_norm": 4.186336994171143,
823
+ "learning_rate": 4.779701483309647e-07,
824
+ "loss": 1.782842254638672,
825
+ "step": 1010,
826
+ "token_acc": 0.5791882975730762
827
+ },
828
+ {
829
+ "epoch": 1.0874783304440592,
830
+ "grad_norm": 4.142239093780518,
831
+ "learning_rate": 4.691677937137216e-07,
832
+ "loss": 1.7737754821777343,
833
+ "step": 1020,
834
+ "token_acc": 0.5780588477311638
835
+ },
836
+ {
837
+ "epoch": 1.098146419522603,
838
+ "grad_norm": 4.100138187408447,
839
+ "learning_rate": 4.6037502157160567e-07,
840
+ "loss": 1.7566829681396485,
841
+ "step": 1030,
842
+ "token_acc": 0.5844300829849783
843
+ },
844
+ {
845
+ "epoch": 1.1088145086011467,
846
+ "grad_norm": 4.242199420928955,
847
+ "learning_rate": 4.5159456464841047e-07,
848
+ "loss": 1.7504650115966798,
849
+ "step": 1040,
850
+ "token_acc": 0.5846727898966705
851
+ },
852
+ {
853
+ "epoch": 1.1194825976796907,
854
+ "grad_norm": 4.044170379638672,
855
+ "learning_rate": 4.4282915186042824e-07,
856
+ "loss": 1.7210964202880858,
857
+ "step": 1050,
858
+ "token_acc": 0.5922978224891682
859
+ },
860
+ {
861
+ "epoch": 1.1301506867582345,
862
+ "grad_norm": 4.421886920928955,
863
+ "learning_rate": 4.340815074483198e-07,
864
+ "loss": 1.7688575744628907,
865
+ "step": 1060,
866
+ "token_acc": 0.5833048064610196
867
+ },
868
+ {
869
+ "epoch": 1.1408187758367783,
870
+ "grad_norm": 3.845952272415161,
871
+ "learning_rate": 4.253543501304353e-07,
872
+ "loss": 1.7529470443725585,
873
+ "step": 1070,
874
+ "token_acc": 0.5855110605760571
875
+ },
876
+ {
877
+ "epoch": 1.151486864915322,
878
+ "grad_norm": 4.058477878570557,
879
+ "learning_rate": 4.1665039225785155e-07,
880
+ "loss": 1.7334306716918946,
881
+ "step": 1080,
882
+ "token_acc": 0.5878252170224082
883
+ },
884
+ {
885
+ "epoch": 1.1621549539938658,
886
+ "grad_norm": 4.219770908355713,
887
+ "learning_rate": 4.0797233897138985e-07,
888
+ "loss": 1.760676956176758,
889
+ "step": 1090,
890
+ "token_acc": 0.5842919090153719
891
+ },
892
+ {
893
+ "epoch": 1.1728230430724096,
894
+ "grad_norm": 4.5863938331604,
895
+ "learning_rate": 3.9932288736087235e-07,
896
+ "loss": 1.7337118148803712,
897
+ "step": 1100,
898
+ "token_acc": 0.5892282560269294
899
+ },
900
+ {
901
+ "epoch": 1.1834911321509534,
902
+ "grad_norm": 4.078279972076416,
903
+ "learning_rate": 3.9070472562688216e-07,
904
+ "loss": 1.7463794708251954,
905
+ "step": 1110,
906
+ "token_acc": 0.5860925705080576
907
+ },
908
+ {
909
+ "epoch": 1.1941592212294974,
910
+ "grad_norm": 4.5078229904174805,
911
+ "learning_rate": 3.821205322452863e-07,
912
+ "loss": 1.7371578216552734,
913
+ "step": 1120,
914
+ "token_acc": 0.5872009522946938
915
+ },
916
+ {
917
+ "epoch": 1.2048273103080411,
918
+ "grad_norm": 4.2302021980285645,
919
+ "learning_rate": 3.735729751347803e-07,
920
+ "loss": 1.7652847290039062,
921
+ "step": 1130,
922
+ "token_acc": 0.582140173048388
923
+ },
924
+ {
925
+ "epoch": 1.215495399386585,
926
+ "grad_norm": 4.255001068115234,
927
+ "learning_rate": 3.650647108277135e-07,
928
+ "loss": 1.7338531494140625,
929
+ "step": 1140,
930
+ "token_acc": 0.5879334364335834
931
+ },
932
+ {
933
+ "epoch": 1.2261634884651287,
934
+ "grad_norm": 3.864320755004883,
935
+ "learning_rate": 3.56598383644455e-07,
936
+ "loss": 1.7408796310424806,
937
+ "step": 1150,
938
+ "token_acc": 0.5880632023098545
939
+ },
940
+ {
941
+ "epoch": 1.2368315775436725,
942
+ "grad_norm": 4.506700038909912,
943
+ "learning_rate": 3.4817662487155277e-07,
944
+ "loss": 1.7883380889892577,
945
+ "step": 1160,
946
+ "token_acc": 0.5781155518213702
947
+ },
948
+ {
949
+ "epoch": 1.2474996666222162,
950
+ "grad_norm": 4.539206504821777,
951
+ "learning_rate": 3.3980205194394584e-07,
952
+ "loss": 1.8089128494262696,
953
+ "step": 1170,
954
+ "token_acc": 0.5740162863583134
955
+ },
956
+ {
957
+ "epoch": 1.25816775570076,
958
+ "grad_norm": 4.161843776702881,
959
+ "learning_rate": 3.314772676314791e-07,
960
+ "loss": 1.676759910583496,
961
+ "step": 1180,
962
+ "token_acc": 0.597660963460289
963
+ },
964
+ {
965
+ "epoch": 1.268835844779304,
966
+ "grad_norm": 4.23718786239624,
967
+ "learning_rate": 3.2320485922997837e-07,
968
+ "loss": 1.7459901809692382,
969
+ "step": 1190,
970
+ "token_acc": 0.5877557574372688
971
+ },
972
+ {
973
+ "epoch": 1.2795039338578478,
974
+ "grad_norm": 4.368854522705078,
975
+ "learning_rate": 3.149873977571324e-07,
976
+ "loss": 1.7589942932128906,
977
+ "step": 1200,
978
+ "token_acc": 0.5836031026646863
979
+ },
980
+ {
981
+ "epoch": 1.2901720229363915,
982
+ "grad_norm": 3.9527323246002197,
983
+ "learning_rate": 3.068274371534356e-07,
984
+ "loss": 1.7633914947509766,
985
+ "step": 1210,
986
+ "token_acc": 0.5808518610248496
987
+ },
988
+ {
989
+ "epoch": 1.3008401120149353,
990
+ "grad_norm": 4.670387268066406,
991
+ "learning_rate": 2.987275134884387e-07,
992
+ "loss": 1.7531061172485352,
993
+ "step": 1220,
994
+ "token_acc": 0.583694726370747
995
+ },
996
+ {
997
+ "epoch": 1.311508201093479,
998
+ "grad_norm": 4.837648391723633,
999
+ "learning_rate": 2.906901441725507e-07,
1000
+ "loss": 1.7216800689697265,
1001
+ "step": 1230,
1002
+ "token_acc": 0.5906113881201974
1003
+ },
1004
+ {
1005
+ "epoch": 1.3221762901720229,
1006
+ "grad_norm": 4.389393329620361,
1007
+ "learning_rate": 2.827178271746441e-07,
1008
+ "loss": 1.762483787536621,
1009
+ "step": 1240,
1010
+ "token_acc": 0.5833013298270509
1011
+ },
1012
+ {
1013
+ "epoch": 1.3328443792505666,
1014
+ "grad_norm": 4.803798198699951,
1015
+ "learning_rate": 2.748130402456982e-07,
1016
+ "loss": 1.7307064056396484,
1017
+ "step": 1250,
1018
+ "token_acc": 0.589897529389577
1019
+ },
1020
+ {
1021
+ "epoch": 1.3435124683291106,
1022
+ "grad_norm": 4.382832050323486,
1023
+ "learning_rate": 2.669782401487307e-07,
1024
+ "loss": 1.7516584396362305,
1025
+ "step": 1260,
1026
+ "token_acc": 0.5837193656895723
1027
+ },
1028
+ {
1029
+ "epoch": 1.3541805574076544,
1030
+ "grad_norm": 4.203041076660156,
1031
+ "learning_rate": 2.592158618952469e-07,
1032
+ "loss": 1.7157066345214844,
1033
+ "step": 1270,
1034
+ "token_acc": 0.58897627643115
1035
+ },
1036
+ {
1037
+ "epoch": 1.3648486464861982,
1038
+ "grad_norm": 3.8712828159332275,
1039
+ "learning_rate": 2.5152831798845395e-07,
1040
+ "loss": 1.7508321762084962,
1041
+ "step": 1280,
1042
+ "token_acc": 0.5845150172328902
1043
+ },
1044
+ {
1045
+ "epoch": 1.375516735564742,
1046
+ "grad_norm": 4.0551862716674805,
1047
+ "learning_rate": 2.4391799767346765e-07,
1048
+ "loss": 1.7275760650634766,
1049
+ "step": 1290,
1050
+ "token_acc": 0.5885003490512153
1051
+ },
1052
+ {
1053
+ "epoch": 1.3861848246432857,
1054
+ "grad_norm": 4.279505252838135,
1055
+ "learning_rate": 2.3638726619474875e-07,
1056
+ "loss": 1.7430885314941407,
1057
+ "step": 1300,
1058
+ "token_acc": 0.5865010456936435
1059
+ },
1060
+ {
1061
+ "epoch": 1.3968529137218295,
1062
+ "grad_norm": 4.156595230102539,
1063
+ "learning_rate": 2.2893846406099841e-07,
1064
+ "loss": 1.722519302368164,
1065
+ "step": 1310,
1066
+ "token_acc": 0.5894925388356631
1067
+ },
1068
+ {
1069
+ "epoch": 1.4075210028003733,
1070
+ "grad_norm": 4.309932231903076,
1071
+ "learning_rate": 2.2157390631774088e-07,
1072
+ "loss": 1.7328716278076173,
1073
+ "step": 1320,
1074
+ "token_acc": 0.5868015297004017
1075
+ },
1076
+ {
1077
+ "epoch": 1.4181890918789173,
1078
+ "grad_norm": 4.3499345779418945,
1079
+ "learning_rate": 2.1429588182782144e-07,
1080
+ "loss": 1.7189838409423828,
1081
+ "step": 1330,
1082
+ "token_acc": 0.5921618458033138
1083
+ },
1084
+ {
1085
+ "epoch": 1.428857180957461,
1086
+ "grad_norm": 4.327865123748779,
1087
+ "learning_rate": 2.071066525600399e-07,
1088
+ "loss": 1.7395309448242187,
1089
+ "step": 1340,
1090
+ "token_acc": 0.5846225647558922
1091
+ },
1092
+ {
1093
+ "epoch": 1.4395252700360048,
1094
+ "grad_norm": 4.3813371658325195,
1095
+ "learning_rate": 2.0000845288614392e-07,
1096
+ "loss": 1.7395313262939454,
1097
+ "step": 1350,
1098
+ "token_acc": 0.5878291566355234
1099
+ },
1100
+ {
1101
+ "epoch": 1.4501933591145486,
1102
+ "grad_norm": 4.583224296569824,
1103
+ "learning_rate": 1.9300348888639912e-07,
1104
+ "loss": 1.7289115905761718,
1105
+ "step": 1360,
1106
+ "token_acc": 0.5864353964908652
1107
+ },
1108
+ {
1109
+ "epoch": 1.4608614481930924,
1110
+ "grad_norm": 4.292775630950928,
1111
+ "learning_rate": 1.860939376639508e-07,
1112
+ "loss": 1.6974550247192384,
1113
+ "step": 1370,
1114
+ "token_acc": 0.5946563716027821
1115
+ },
1116
+ {
1117
+ "epoch": 1.4715295372716362,
1118
+ "grad_norm": 4.551062107086182,
1119
+ "learning_rate": 1.7928194666819395e-07,
1120
+ "loss": 1.7184766769409179,
1121
+ "step": 1380,
1122
+ "token_acc": 0.5937895103314745
1123
+ },
1124
+ {
1125
+ "epoch": 1.48219762635018,
1126
+ "grad_norm": 3.984744071960449,
1127
+ "learning_rate": 1.725696330273575e-07,
1128
+ "loss": 1.712306594848633,
1129
+ "step": 1390,
1130
+ "token_acc": 0.5913718280618817
1131
+ },
1132
+ {
1133
+ "epoch": 1.492865715428724,
1134
+ "grad_norm": 4.165930271148682,
1135
+ "learning_rate": 1.6595908289051265e-07,
1136
+ "loss": 1.7679101943969726,
1137
+ "step": 1400,
1138
+ "token_acc": 0.5828852512501334
1139
+ },
1140
+ {
1141
+ "epoch": 1.5035338045072675,
1142
+ "grad_norm": 4.256524085998535,
1143
+ "learning_rate": 1.594523507792101e-07,
1144
+ "loss": 1.695474624633789,
1145
+ "step": 1410,
1146
+ "token_acc": 0.5945638762771305
1147
+ },
1148
+ {
1149
+ "epoch": 1.5142018935858115,
1150
+ "grad_norm": 3.5626895427703857,
1151
+ "learning_rate": 1.5305145894894544e-07,
1152
+ "loss": 1.742639923095703,
1153
+ "step": 1420,
1154
+ "token_acc": 0.5851085284997605
1155
+ },
1156
+ {
1157
+ "epoch": 1.5248699826643553,
1158
+ "grad_norm": 4.088000774383545,
1159
+ "learning_rate": 1.467583967606553e-07,
1160
+ "loss": 1.7252666473388671,
1161
+ "step": 1430,
1162
+ "token_acc": 0.5911103426556585
1163
+ },
1164
+ {
1165
+ "epoch": 1.535538071742899,
1166
+ "grad_norm": 4.023231029510498,
1167
+ "learning_rate": 1.4057512006243312e-07,
1168
+ "loss": 1.7037853240966796,
1169
+ "step": 1440,
1170
+ "token_acc": 0.5923428756589688
1171
+ },
1172
+ {
1173
+ "epoch": 1.546206160821443,
1174
+ "grad_norm": 4.324033737182617,
1175
+ "learning_rate": 1.3450355058166418e-07,
1176
+ "loss": 1.7532779693603515,
1177
+ "step": 1450,
1178
+ "token_acc": 0.5835899663927827
1179
+ },
1180
+ {
1181
+ "epoch": 1.5568742498999866,
1182
+ "grad_norm": 4.487975597381592,
1183
+ "learning_rate": 1.2854557532776322e-07,
1184
+ "loss": 1.7331933975219727,
1185
+ "step": 1460,
1186
+ "token_acc": 0.5876274808378866
1187
+ },
1188
+ {
1189
+ "epoch": 1.5675423389785306,
1190
+ "grad_norm": 4.267901420593262,
1191
+ "learning_rate": 1.2270304600570193e-07,
1192
+ "loss": 1.7457307815551757,
1193
+ "step": 1470,
1194
+ "token_acc": 0.5854581981146655
1195
+ },
1196
+ {
1197
+ "epoch": 1.5782104280570741,
1198
+ "grad_norm": 4.140320777893066,
1199
+ "learning_rate": 1.1697777844051104e-07,
1200
+ "loss": 1.7602937698364258,
1201
+ "step": 1480,
1202
+ "token_acc": 0.5820569483603851
1203
+ },
1204
+ {
1205
+ "epoch": 1.5888785171356181,
1206
+ "grad_norm": 4.402993202209473,
1207
+ "learning_rate": 1.113715520129302e-07,
1208
+ "loss": 1.768077278137207,
1209
+ "step": 1490,
1210
+ "token_acc": 0.5807759946527882
1211
+ },
1212
+ {
1213
+ "epoch": 1.599546606214162,
1214
+ "grad_norm": 4.2369842529296875,
1215
+ "learning_rate": 1.0588610910638824e-07,
1216
+ "loss": 1.7579662322998046,
1217
+ "step": 1500,
1218
+ "token_acc": 0.5823074645524229
1219
+ },
1220
+ {
1221
+ "epoch": 1.6102146952927057,
1222
+ "grad_norm": 4.478653430938721,
1223
+ "learning_rate": 1.0052315456547932e-07,
1224
+ "loss": 1.7446666717529298,
1225
+ "step": 1510,
1226
+ "token_acc": 0.5843921670005816
1227
+ },
1228
+ {
1229
+ "epoch": 1.6208827843712497,
1230
+ "grad_norm": 4.06418514251709,
1231
+ "learning_rate": 9.528435516610728e-08,
1232
+ "loss": 1.760988998413086,
1233
+ "step": 1520,
1234
+ "token_acc": 0.5854237477708114
1235
+ },
1236
+ {
1237
+ "epoch": 1.6315508734497932,
1238
+ "grad_norm": 4.865668296813965,
1239
+ "learning_rate": 9.017133909746094e-08,
1240
+ "loss": 1.7328973770141602,
1241
+ "step": 1530,
1242
+ "token_acc": 0.5875920698270547
1243
+ },
1244
+ {
1245
+ "epoch": 1.6422189625283372,
1246
+ "grad_norm": 4.391946315765381,
1247
+ "learning_rate": 8.518569545598197e-08,
1248
+ "loss": 1.7731132507324219,
1249
+ "step": 1540,
1250
+ "token_acc": 0.578755576304596
1251
+ },
1252
+ {
1253
+ "epoch": 1.6528870516068808,
1254
+ "grad_norm": 4.87280797958374,
1255
+ "learning_rate": 8.032897375148324e-08,
1256
+ "loss": 1.739859390258789,
1257
+ "step": 1550,
1258
+ "token_acc": 0.5865034392506495
1259
+ },
1260
+ {
1261
+ "epoch": 1.6635551406854248,
1262
+ "grad_norm": 3.9779059886932373,
1263
+ "learning_rate": 7.560268342556946e-08,
1264
+ "loss": 1.7412452697753906,
1265
+ "step": 1560,
1266
+ "token_acc": 0.5860936113436255
1267
+ },
1268
+ {
1269
+ "epoch": 1.6742232297639685,
1270
+ "grad_norm": 4.201171398162842,
1271
+ "learning_rate": 7.100829338251146e-08,
1272
+ "loss": 1.7185377120971679,
1273
+ "step": 1570,
1274
+ "token_acc": 0.5900551731842189
1275
+ },
1276
+ {
1277
+ "epoch": 1.6848913188425123,
1278
+ "grad_norm": 4.249425888061523,
1279
+ "learning_rate": 6.654723153271912e-08,
1280
+ "loss": 1.7351497650146483,
1281
+ "step": 1580,
1282
+ "token_acc": 0.5861808195187964
1283
+ },
1284
+ {
1285
+ "epoch": 1.6955594079210563,
1286
+ "grad_norm": 4.077160835266113,
1287
+ "learning_rate": 6.222088434895461e-08,
1288
+ "loss": 1.7461994171142579,
1289
+ "step": 1590,
1290
+ "token_acc": 0.5874196325536241
1291
+ },
1292
+ {
1293
+ "epoch": 1.7062274969995999,
1294
+ "grad_norm": 4.179897308349609,
1295
+ "learning_rate": 5.8030596435424905e-08,
1296
+ "loss": 1.7850582122802734,
1297
+ "step": 1600,
1298
+ "token_acc": 0.5798739362151004
1299
+ },
1300
+ {
1301
+ "epoch": 1.7168955860781439,
1302
+ "grad_norm": 4.09893798828125,
1303
+ "learning_rate": 5.397767010988613e-08,
1304
+ "loss": 1.7305503845214845,
1305
+ "step": 1610,
1306
+ "token_acc": 0.5885713556195303
1307
+ },
1308
+ {
1309
+ "epoch": 1.7275636751566874,
1310
+ "grad_norm": 4.29001522064209,
1311
+ "learning_rate": 5.006336499889075e-08,
1312
+ "loss": 1.737938117980957,
1313
+ "step": 1620,
1314
+ "token_acc": 0.5866698573029887
1315
+ },
1316
+ {
1317
+ "epoch": 1.7382317642352314,
1318
+ "grad_norm": 4.288162708282471,
1319
+ "learning_rate": 4.6288897646302784e-08,
1320
+ "loss": 1.701319122314453,
1321
+ "step": 1630,
1322
+ "token_acc": 0.5959787699032157
1323
+ },
1324
+ {
1325
+ "epoch": 1.7488998533137752,
1326
+ "grad_norm": 4.345064640045166,
1327
+ "learning_rate": 4.26554411352022e-08,
1328
+ "loss": 1.6974868774414062,
1329
+ "step": 1640,
1330
+ "token_acc": 0.5931039293777428
1331
+ },
1332
+ {
1333
+ "epoch": 1.759567942392319,
1334
+ "grad_norm": 3.9936347007751465,
1335
+ "learning_rate": 3.916412472329883e-08,
1336
+ "loss": 1.7536365509033203,
1337
+ "step": 1650,
1338
+ "token_acc": 0.583680046326311
1339
+ },
1340
+ {
1341
+ "epoch": 1.770236031470863,
1342
+ "grad_norm": 4.050926685333252,
1343
+ "learning_rate": 3.581603349196371e-08,
1344
+ "loss": 1.7840970993041991,
1345
+ "step": 1660,
1346
+ "token_acc": 0.578690899512709
1347
+ },
1348
+ {
1349
+ "epoch": 1.7809041205494065,
1350
+ "grad_norm": 4.2205491065979,
1351
+ "learning_rate": 3.261220800899323e-08,
1352
+ "loss": 1.7670732498168946,
1353
+ "step": 1670,
1354
+ "token_acc": 0.5830930903003813
1355
+ },
1356
+ {
1357
+ "epoch": 1.7915722096279505,
1358
+ "grad_norm": 4.417363166809082,
1359
+ "learning_rate": 2.9553644005205825e-08,
1360
+ "loss": 1.7118240356445313,
1361
+ "step": 1680,
1362
+ "token_acc": 0.5923614225422198
1363
+ },
1364
+ {
1365
+ "epoch": 1.802240298706494,
1366
+ "grad_norm": 4.421960830688477,
1367
+ "learning_rate": 2.6641292064974786e-08,
1368
+ "loss": 1.7611549377441407,
1369
+ "step": 1690,
1370
+ "token_acc": 0.5802039615357256
1371
+ },
1372
+ {
1373
+ "epoch": 1.812908387785038,
1374
+ "grad_norm": 3.866654396057129,
1375
+ "learning_rate": 2.3876057330792343e-08,
1376
+ "loss": 1.723464584350586,
1377
+ "step": 1700,
1378
+ "token_acc": 0.589326291223976
1379
+ },
1380
+ {
1381
+ "epoch": 1.8235764768635818,
1382
+ "grad_norm": 4.226998805999756,
1383
+ "learning_rate": 2.1258799221955614e-08,
1384
+ "loss": 1.7205976486206054,
1385
+ "step": 1710,
1386
+ "token_acc": 0.59082604519171
1387
+ },
1388
+ {
1389
+ "epoch": 1.8342445659421256,
1390
+ "grad_norm": 4.26189661026001,
1391
+ "learning_rate": 1.8790331167464758e-08,
1392
+ "loss": 1.7528743743896484,
1393
+ "step": 1720,
1394
+ "token_acc": 0.5843888320306643
1395
+ },
1396
+ {
1397
+ "epoch": 1.8449126550206694,
1398
+ "grad_norm": 4.410794734954834,
1399
+ "learning_rate": 1.647142035321336e-08,
1400
+ "loss": 1.7205493927001954,
1401
+ "step": 1730,
1402
+ "token_acc": 0.5914244149589907
1403
+ },
1404
+ {
1405
+ "epoch": 1.8555807440992131,
1406
+ "grad_norm": 4.491654872894287,
1407
+ "learning_rate": 1.430278748355196e-08,
1408
+ "loss": 1.781501007080078,
1409
+ "step": 1740,
1410
+ "token_acc": 0.5786445377034238
1411
+ },
1412
+ {
1413
+ "epoch": 1.8662488331777571,
1414
+ "grad_norm": 4.146235942840576,
1415
+ "learning_rate": 1.2285106557296476e-08,
1416
+ "loss": 1.7181869506835938,
1417
+ "step": 1750,
1418
+ "token_acc": 0.5907840089688384
1419
+ },
1420
+ {
1421
+ "epoch": 1.8769169222563007,
1422
+ "grad_norm": 4.15595817565918,
1423
+ "learning_rate": 1.0419004658253795e-08,
1424
+ "loss": 1.7395763397216797,
1425
+ "step": 1760,
1426
+ "token_acc": 0.5860463367403852
1427
+ },
1428
+ {
1429
+ "epoch": 1.8875850113348447,
1430
+ "grad_norm": 4.214449405670166,
1431
+ "learning_rate": 8.70506176032737e-09,
1432
+ "loss": 1.7712287902832031,
1433
+ "step": 1770,
1434
+ "token_acc": 0.579513299377476
1435
+ },
1436
+ {
1437
+ "epoch": 1.8982531004133885,
1438
+ "grad_norm": 4.048308372497559,
1439
+ "learning_rate": 7.143810547264761e-09,
1440
+ "loss": 1.7589529037475586,
1441
+ "step": 1780,
1442
+ "token_acc": 0.5823639432507641
1443
+ },
1444
+ {
1445
+ "epoch": 1.9089211894919322,
1446
+ "grad_norm": 4.141315460205078,
1447
+ "learning_rate": 5.735736247102496e-09,
1448
+ "loss": 1.736104965209961,
1449
+ "step": 1790,
1450
+ "token_acc": 0.5869334575424705
1451
+ },
1452
+ {
1453
+ "epoch": 1.919589278570476,
1454
+ "grad_norm": 4.190271854400635,
1455
+ "learning_rate": 4.481276481359764e-09,
1456
+ "loss": 1.7102285385131837,
1457
+ "step": 1800,
1458
+ "token_acc": 0.5922118118454359
1459
+ },
1460
+ {
1461
+ "epoch": 1.9302573676490198,
1462
+ "grad_norm": 3.999835252761841,
1463
+ "learning_rate": 3.380821129028488e-09,
1464
+ "loss": 1.764681625366211,
1465
+ "step": 1810,
1466
+ "token_acc": 0.5812629802699896
1467
+ },
1468
+ {
1469
+ "epoch": 1.9409254567275638,
1470
+ "grad_norm": 4.5336833000183105,
1471
+ "learning_rate": 2.434712205400924e-09,
1472
+ "loss": 1.7475400924682618,
1473
+ "step": 1820,
1474
+ "token_acc": 0.5843456626950961
1475
+ },
1476
+ {
1477
+ "epoch": 1.9515935458061073,
1478
+ "grad_norm": 4.308709621429443,
1479
+ "learning_rate": 1.6432437557732382e-09,
1480
+ "loss": 1.7308927536010743,
1481
+ "step": 1830,
1482
+ "token_acc": 0.5865711886133581
1483
+ },
1484
+ {
1485
+ "epoch": 1.9622616348846513,
1486
+ "grad_norm": 3.6972382068634033,
1487
+ "learning_rate": 1.0066617640578368e-09,
1488
+ "loss": 1.7401626586914063,
1489
+ "step": 1840,
1490
+ "token_acc": 0.587111041893786
1491
+ },
1492
+ {
1493
+ "epoch": 1.972929723963195,
1494
+ "grad_norm": 4.665451526641846,
1495
+ "learning_rate": 5.251640763331289e-10,
1496
+ "loss": 1.756734275817871,
1497
+ "step": 1850,
1498
+ "token_acc": 0.5811707603875431
1499
+ },
1500
+ {
1501
+ "epoch": 1.9835978130417389,
1502
+ "grad_norm": 3.8523361682891846,
1503
+ "learning_rate": 1.989003393539912e-10,
1504
+ "loss": 1.7113826751708985,
1505
+ "step": 1860,
1506
+ "token_acc": 0.5924551147204149
1507
+ },
1508
+ {
1509
+ "epoch": 1.9942659021202827,
1510
+ "grad_norm": 3.7717769145965576,
1511
+ "learning_rate": 2.7971954042471658e-11,
1512
+ "loss": 1.7195110321044922,
1513
+ "step": 1870,
1514
+ "token_acc": 0.591696655953916
1515
+ }
1516
+ ],
1517
+ "logging_steps": 10,
1518
+ "max_steps": 1876,
1519
+ "num_input_tokens_seen": 0,
1520
+ "num_train_epochs": 2,
1521
+ "save_steps": 500,
1522
+ "stateful_callbacks": {
1523
+ "TrainerControl": {
1524
+ "args": {
1525
+ "should_epoch_stop": false,
1526
+ "should_evaluate": false,
1527
+ "should_log": false,
1528
+ "should_save": true,
1529
+ "should_training_stop": true
1530
+ },
1531
+ "attributes": {}
1532
+ }
1533
+ },
1534
+ "total_flos": 7.253172058807337e+17,
1535
+ "train_batch_size": 2,
1536
+ "trial_name": null,
1537
+ "trial_params": null
1538
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:286e1f5b01dccab82953a4fe8acb517b3e6803fe639339945691f75dd1bdc3cc
3
+ size 8593