Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- added_tokens.json +28 -0
- args.json +386 -0
- config.json +31 -0
- generation_config.json +13 -0
- merges.txt +0 -0
- model-00001-of-00002.safetensors +3 -0
- model-00002-of-00002.safetensors +3 -0
- model.safetensors.index.json +405 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +240 -0
- trainer_state.json +2890 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.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
|
added_tokens.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</think>": 151668,
|
| 3 |
+
"</tool_call>": 151658,
|
| 4 |
+
"</tool_response>": 151666,
|
| 5 |
+
"<think>": 151667,
|
| 6 |
+
"<tool_call>": 151657,
|
| 7 |
+
"<tool_response>": 151665,
|
| 8 |
+
"<|box_end|>": 151649,
|
| 9 |
+
"<|box_start|>": 151648,
|
| 10 |
+
"<|endoftext|>": 151643,
|
| 11 |
+
"<|file_sep|>": 151664,
|
| 12 |
+
"<|fim_middle|>": 151660,
|
| 13 |
+
"<|fim_pad|>": 151662,
|
| 14 |
+
"<|fim_prefix|>": 151659,
|
| 15 |
+
"<|fim_suffix|>": 151661,
|
| 16 |
+
"<|im_end|>": 151645,
|
| 17 |
+
"<|im_start|>": 151644,
|
| 18 |
+
"<|image_pad|>": 151655,
|
| 19 |
+
"<|object_ref_end|>": 151647,
|
| 20 |
+
"<|object_ref_start|>": 151646,
|
| 21 |
+
"<|quad_end|>": 151651,
|
| 22 |
+
"<|quad_start|>": 151650,
|
| 23 |
+
"<|repo_name|>": 151663,
|
| 24 |
+
"<|video_pad|>": 151656,
|
| 25 |
+
"<|vision_end|>": 151653,
|
| 26 |
+
"<|vision_pad|>": 151654,
|
| 27 |
+
"<|vision_start|>": 151652
|
| 28 |
+
}
|
args.json
ADDED
|
@@ -0,0 +1,386 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"output_dir": "/gruntdata/event_graph/weike.zyq2/qzs/DataPRM/model/qwen3-4b-prm_deepseek_v3_2_no_indentation_error_v2/v4-20251226-013620",
|
| 3 |
+
"overwrite_output_dir": false,
|
| 4 |
+
"do_train": false,
|
| 5 |
+
"do_eval": false,
|
| 6 |
+
"do_predict": false,
|
| 7 |
+
"eval_strategy": "no",
|
| 8 |
+
"prediction_loss_only": false,
|
| 9 |
+
"per_device_train_batch_size": 4,
|
| 10 |
+
"per_device_eval_batch_size": 1,
|
| 11 |
+
"per_gpu_train_batch_size": null,
|
| 12 |
+
"per_gpu_eval_batch_size": null,
|
| 13 |
+
"gradient_accumulation_steps": 2,
|
| 14 |
+
"eval_accumulation_steps": null,
|
| 15 |
+
"eval_delay": 0,
|
| 16 |
+
"torch_empty_cache_steps": null,
|
| 17 |
+
"learning_rate": 1e-05,
|
| 18 |
+
"weight_decay": 0.1,
|
| 19 |
+
"adam_beta1": 0.9,
|
| 20 |
+
"adam_beta2": 0.95,
|
| 21 |
+
"adam_epsilon": 1e-08,
|
| 22 |
+
"max_grad_norm": 1.0,
|
| 23 |
+
"num_train_epochs": 3.0,
|
| 24 |
+
"max_steps": -1,
|
| 25 |
+
"lr_scheduler_type": "cosine",
|
| 26 |
+
"lr_scheduler_kwargs": null,
|
| 27 |
+
"warmup_ratio": 0.05,
|
| 28 |
+
"warmup_steps": 0,
|
| 29 |
+
"log_level": "passive",
|
| 30 |
+
"log_level_replica": "warning",
|
| 31 |
+
"log_on_each_node": true,
|
| 32 |
+
"logging_dir": "/gruntdata/event_graph/weike.zyq2/qzs/DataPRM/model/qwen3-4b-prm_deepseek_v3_2_no_indentation_error_v2/v4-20251226-013620/runs",
|
| 33 |
+
"logging_strategy": "steps",
|
| 34 |
+
"logging_first_step": true,
|
| 35 |
+
"logging_steps": 1,
|
| 36 |
+
"logging_nan_inf_filter": true,
|
| 37 |
+
"save_strategy": "epoch",
|
| 38 |
+
"save_steps": 500,
|
| 39 |
+
"save_total_limit": 3,
|
| 40 |
+
"save_safetensors": true,
|
| 41 |
+
"save_on_each_node": false,
|
| 42 |
+
"save_only_model": true,
|
| 43 |
+
"restore_callback_states_from_checkpoint": false,
|
| 44 |
+
"no_cuda": false,
|
| 45 |
+
"use_cpu": false,
|
| 46 |
+
"use_mps_device": false,
|
| 47 |
+
"seed": 42,
|
| 48 |
+
"data_seed": 42,
|
| 49 |
+
"jit_mode_eval": false,
|
| 50 |
+
"use_ipex": false,
|
| 51 |
+
"bf16": true,
|
| 52 |
+
"fp16": false,
|
| 53 |
+
"fp16_opt_level": "O1",
|
| 54 |
+
"half_precision_backend": "auto",
|
| 55 |
+
"bf16_full_eval": false,
|
| 56 |
+
"fp16_full_eval": false,
|
| 57 |
+
"tf32": null,
|
| 58 |
+
"local_rank": 0,
|
| 59 |
+
"ddp_backend": null,
|
| 60 |
+
"tpu_num_cores": null,
|
| 61 |
+
"tpu_metrics_debug": false,
|
| 62 |
+
"debug": null,
|
| 63 |
+
"dataloader_drop_last": false,
|
| 64 |
+
"eval_steps": null,
|
| 65 |
+
"dataloader_num_workers": 8,
|
| 66 |
+
"dataloader_prefetch_factor": null,
|
| 67 |
+
"past_index": -1,
|
| 68 |
+
"run_name": "/gruntdata/event_graph/weike.zyq2/qzs/DataPRM/model/qwen3-4b-prm_deepseek_v3_2_no_indentation_error_v2/v4-20251226-013620",
|
| 69 |
+
"disable_tqdm": null,
|
| 70 |
+
"remove_unused_columns": true,
|
| 71 |
+
"label_names": null,
|
| 72 |
+
"load_best_model_at_end": false,
|
| 73 |
+
"metric_for_best_model": "loss",
|
| 74 |
+
"greater_is_better": false,
|
| 75 |
+
"ignore_data_skip": false,
|
| 76 |
+
"fsdp": "",
|
| 77 |
+
"fsdp_min_num_params": 0,
|
| 78 |
+
"fsdp_config": null,
|
| 79 |
+
"tp_size": 0,
|
| 80 |
+
"fsdp_transformer_layer_cls_to_wrap": null,
|
| 81 |
+
"accelerator_config": {
|
| 82 |
+
"dispatch_batches": false
|
| 83 |
+
},
|
| 84 |
+
"deepspeed": {
|
| 85 |
+
"fp16": {
|
| 86 |
+
"enabled": "auto",
|
| 87 |
+
"loss_scale": 0,
|
| 88 |
+
"loss_scale_window": 1000,
|
| 89 |
+
"initial_scale_power": 16,
|
| 90 |
+
"hysteresis": 2,
|
| 91 |
+
"min_loss_scale": 1
|
| 92 |
+
},
|
| 93 |
+
"bf16": {
|
| 94 |
+
"enabled": "auto"
|
| 95 |
+
},
|
| 96 |
+
"zero_optimization": {
|
| 97 |
+
"stage": 3,
|
| 98 |
+
"offload_optimizer": {
|
| 99 |
+
"device": "none",
|
| 100 |
+
"pin_memory": true
|
| 101 |
+
},
|
| 102 |
+
"offload_param": {
|
| 103 |
+
"device": "none",
|
| 104 |
+
"pin_memory": true
|
| 105 |
+
},
|
| 106 |
+
"overlap_comm": false,
|
| 107 |
+
"contiguous_gradients": true,
|
| 108 |
+
"sub_group_size": 1000000000.0,
|
| 109 |
+
"reduce_bucket_size": "auto",
|
| 110 |
+
"zero_quantized_weights": false,
|
| 111 |
+
"zero_quantized_gradients": false,
|
| 112 |
+
"stage3_prefetch_bucket_size": "auto",
|
| 113 |
+
"stage3_param_persistence_threshold": "auto",
|
| 114 |
+
"stage3_max_live_parameters": 1000000000.0,
|
| 115 |
+
"stage3_max_reuse_distance": 1000000000.0,
|
| 116 |
+
"stage3_gather_16bit_weights_on_model_save": true
|
| 117 |
+
},
|
| 118 |
+
"gradient_accumulation_steps": "auto",
|
| 119 |
+
"gradient_clipping": "auto",
|
| 120 |
+
"steps_per_print": 2000,
|
| 121 |
+
"train_batch_size": "auto",
|
| 122 |
+
"train_micro_batch_size_per_gpu": "auto",
|
| 123 |
+
"wall_clock_breakdown": false
|
| 124 |
+
},
|
| 125 |
+
"label_smoothing_factor": 0.0,
|
| 126 |
+
"optim": "adamw_torch",
|
| 127 |
+
"optim_args": null,
|
| 128 |
+
"adafactor": false,
|
| 129 |
+
"group_by_length": false,
|
| 130 |
+
"length_column_name": "length",
|
| 131 |
+
"report_to": [
|
| 132 |
+
"tensorboard"
|
| 133 |
+
],
|
| 134 |
+
"ddp_find_unused_parameters": null,
|
| 135 |
+
"ddp_bucket_cap_mb": null,
|
| 136 |
+
"ddp_broadcast_buffers": null,
|
| 137 |
+
"dataloader_pin_memory": true,
|
| 138 |
+
"dataloader_persistent_workers": false,
|
| 139 |
+
"skip_memory_metrics": true,
|
| 140 |
+
"use_legacy_prediction_loop": false,
|
| 141 |
+
"push_to_hub": false,
|
| 142 |
+
"resume_from_checkpoint": null,
|
| 143 |
+
"hub_model_id": null,
|
| 144 |
+
"hub_strategy": "every_save",
|
| 145 |
+
"hub_token": null,
|
| 146 |
+
"hub_private_repo": null,
|
| 147 |
+
"hub_always_push": false,
|
| 148 |
+
"gradient_checkpointing": true,
|
| 149 |
+
"gradient_checkpointing_kwargs": null,
|
| 150 |
+
"include_inputs_for_metrics": false,
|
| 151 |
+
"include_for_metrics": [],
|
| 152 |
+
"eval_do_concat_batches": true,
|
| 153 |
+
"fp16_backend": "auto",
|
| 154 |
+
"push_to_hub_model_id": null,
|
| 155 |
+
"push_to_hub_organization": null,
|
| 156 |
+
"push_to_hub_token": null,
|
| 157 |
+
"mp_parameters": "",
|
| 158 |
+
"auto_find_batch_size": false,
|
| 159 |
+
"full_determinism": false,
|
| 160 |
+
"torchdynamo": null,
|
| 161 |
+
"ray_scope": "last",
|
| 162 |
+
"ddp_timeout": 18000000,
|
| 163 |
+
"torch_compile": false,
|
| 164 |
+
"torch_compile_backend": null,
|
| 165 |
+
"torch_compile_mode": null,
|
| 166 |
+
"include_tokens_per_second": false,
|
| 167 |
+
"include_num_input_tokens_seen": false,
|
| 168 |
+
"neftune_noise_alpha": null,
|
| 169 |
+
"optim_target_modules": null,
|
| 170 |
+
"batch_eval_metrics": false,
|
| 171 |
+
"eval_on_start": false,
|
| 172 |
+
"use_liger_kernel": true,
|
| 173 |
+
"eval_use_gather_object": false,
|
| 174 |
+
"average_tokens_across_devices": false,
|
| 175 |
+
"sortish_sampler": false,
|
| 176 |
+
"predict_with_generate": false,
|
| 177 |
+
"generation_max_length": null,
|
| 178 |
+
"generation_num_beams": null,
|
| 179 |
+
"generation_config": null,
|
| 180 |
+
"tuner_backend": "peft",
|
| 181 |
+
"vit_gradient_checkpointing": null,
|
| 182 |
+
"router_aux_loss_coef": 0.0,
|
| 183 |
+
"enable_dft_loss": false,
|
| 184 |
+
"enable_channel_loss": false,
|
| 185 |
+
"check_model": true,
|
| 186 |
+
"acc_strategy": "token",
|
| 187 |
+
"train_dataloader_shuffle": true,
|
| 188 |
+
"max_epochs": null,
|
| 189 |
+
"aligner_lr": null,
|
| 190 |
+
"vit_lr": null,
|
| 191 |
+
"use_logits_to_keep": null,
|
| 192 |
+
"ds3_gather_for_generation": true,
|
| 193 |
+
"resume_only_model": false,
|
| 194 |
+
"optimizer": null,
|
| 195 |
+
"loss_type": null,
|
| 196 |
+
"metric": null,
|
| 197 |
+
"eval_use_evalscope": false,
|
| 198 |
+
"eval_dataset": [],
|
| 199 |
+
"eval_dataset_args": null,
|
| 200 |
+
"eval_limit": null,
|
| 201 |
+
"eval_generation_config": null,
|
| 202 |
+
"extra_eval_args": null,
|
| 203 |
+
"use_flash_ckpt": false,
|
| 204 |
+
"use_ray": false,
|
| 205 |
+
"ray_exp_name": null,
|
| 206 |
+
"device_groups": null,
|
| 207 |
+
"model": "/Qwen3-4B-Instruct-2507",
|
| 208 |
+
"model_type": "qwen3_nothinking",
|
| 209 |
+
"model_revision": null,
|
| 210 |
+
"task_type": "causal_lm",
|
| 211 |
+
"torch_dtype": "bfloat16",
|
| 212 |
+
"attn_impl": "flash_attn",
|
| 213 |
+
"new_special_tokens": [],
|
| 214 |
+
"num_labels": null,
|
| 215 |
+
"problem_type": null,
|
| 216 |
+
"rope_scaling": null,
|
| 217 |
+
"device_map": null,
|
| 218 |
+
"max_memory": {},
|
| 219 |
+
"max_model_len": null,
|
| 220 |
+
"local_repo_path": null,
|
| 221 |
+
"init_strategy": null,
|
| 222 |
+
"template": "qwen3_nothinking",
|
| 223 |
+
"system": null,
|
| 224 |
+
"max_length": 24576,
|
| 225 |
+
"truncation_strategy": "delete",
|
| 226 |
+
"max_pixels": null,
|
| 227 |
+
"agent_template": null,
|
| 228 |
+
"norm_bbox": null,
|
| 229 |
+
"use_chat_template": true,
|
| 230 |
+
"padding_free": false,
|
| 231 |
+
"padding_side": "right",
|
| 232 |
+
"loss_scale": "default",
|
| 233 |
+
"sequence_parallel_size": 1,
|
| 234 |
+
"response_prefix": null,
|
| 235 |
+
"template_backend": "swift",
|
| 236 |
+
"dataset": [
|
| 237 |
+
"/gruntdata/event_graph/weike.zyq2/qzs/DataPRM/benchmark/DABStep/train_data/generate/generate_prm_traj/prm_train_data_no_indentation_error_v2.json"
|
| 238 |
+
],
|
| 239 |
+
"val_dataset": [],
|
| 240 |
+
"cached_dataset": [],
|
| 241 |
+
"cached_val_dataset": [],
|
| 242 |
+
"split_dataset_ratio": 0.0,
|
| 243 |
+
"dataset_num_proc": 8,
|
| 244 |
+
"load_from_cache_file": false,
|
| 245 |
+
"dataset_shuffle": true,
|
| 246 |
+
"val_dataset_shuffle": false,
|
| 247 |
+
"streaming": false,
|
| 248 |
+
"interleave_prob": null,
|
| 249 |
+
"stopping_strategy": "first_exhausted",
|
| 250 |
+
"shuffle_buffer_size": 1000,
|
| 251 |
+
"download_mode": "reuse_dataset_if_exists",
|
| 252 |
+
"columns": {},
|
| 253 |
+
"strict": false,
|
| 254 |
+
"model_name": null,
|
| 255 |
+
"model_author": null,
|
| 256 |
+
"custom_dataset_info": [],
|
| 257 |
+
"quant_method": null,
|
| 258 |
+
"quant_bits": null,
|
| 259 |
+
"hqq_axis": null,
|
| 260 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
| 261 |
+
"bnb_4bit_quant_type": "nf4",
|
| 262 |
+
"bnb_4bit_use_double_quant": true,
|
| 263 |
+
"bnb_4bit_quant_storage": null,
|
| 264 |
+
"max_new_tokens": 64,
|
| 265 |
+
"temperature": 0.0,
|
| 266 |
+
"top_k": null,
|
| 267 |
+
"top_p": null,
|
| 268 |
+
"repetition_penalty": null,
|
| 269 |
+
"num_beams": 1,
|
| 270 |
+
"stream": false,
|
| 271 |
+
"stop_words": [],
|
| 272 |
+
"logprobs": false,
|
| 273 |
+
"top_logprobs": null,
|
| 274 |
+
"ckpt_dir": null,
|
| 275 |
+
"lora_modules": [],
|
| 276 |
+
"train_type": "full",
|
| 277 |
+
"adapters": [],
|
| 278 |
+
"external_plugins": [],
|
| 279 |
+
"model_kwargs": {},
|
| 280 |
+
"load_args": false,
|
| 281 |
+
"load_data_args": false,
|
| 282 |
+
"packing": false,
|
| 283 |
+
"packing_length": null,
|
| 284 |
+
"packing_num_proc": 1,
|
| 285 |
+
"lazy_tokenize": false,
|
| 286 |
+
"custom_register_path": [],
|
| 287 |
+
"use_hf": false,
|
| 288 |
+
"ignore_args_error": false,
|
| 289 |
+
"use_swift_lora": false,
|
| 290 |
+
"freeze_parameters": [],
|
| 291 |
+
"freeze_parameters_regex": null,
|
| 292 |
+
"freeze_parameters_ratio": 0.0,
|
| 293 |
+
"trainable_parameters": [],
|
| 294 |
+
"trainable_parameters_regex": null,
|
| 295 |
+
"freeze_llm": false,
|
| 296 |
+
"freeze_vit": true,
|
| 297 |
+
"freeze_aligner": true,
|
| 298 |
+
"target_modules": [
|
| 299 |
+
"all-linear"
|
| 300 |
+
],
|
| 301 |
+
"target_regex": null,
|
| 302 |
+
"target_parameters": null,
|
| 303 |
+
"modules_to_save": [],
|
| 304 |
+
"lora_rank": 8,
|
| 305 |
+
"lora_alpha": 32,
|
| 306 |
+
"lora_dropout": 0.05,
|
| 307 |
+
"lora_bias": "none",
|
| 308 |
+
"lora_dtype": null,
|
| 309 |
+
"lorap_lr_ratio": null,
|
| 310 |
+
"use_rslora": false,
|
| 311 |
+
"use_dora": false,
|
| 312 |
+
"lora_ga_batch_size": 2,
|
| 313 |
+
"lora_ga_iters": 2,
|
| 314 |
+
"lora_ga_max_length": 1024,
|
| 315 |
+
"lora_ga_direction": "ArB2r",
|
| 316 |
+
"lora_ga_scale": "stable",
|
| 317 |
+
"lora_ga_stable_gamma": 16,
|
| 318 |
+
"init_weights": true,
|
| 319 |
+
"fourier_n_frequency": 2000,
|
| 320 |
+
"fourier_scaling": 300.0,
|
| 321 |
+
"boft_block_size": 4,
|
| 322 |
+
"boft_block_num": 0,
|
| 323 |
+
"boft_n_butterfly_factor": 1,
|
| 324 |
+
"boft_dropout": 0.0,
|
| 325 |
+
"vera_rank": 256,
|
| 326 |
+
"vera_projection_prng_key": 0,
|
| 327 |
+
"vera_dropout": 0.0,
|
| 328 |
+
"vera_d_initial": 0.1,
|
| 329 |
+
"adapter_act": "gelu",
|
| 330 |
+
"adapter_length": 128,
|
| 331 |
+
"use_galore": false,
|
| 332 |
+
"galore_target_modules": null,
|
| 333 |
+
"galore_rank": 128,
|
| 334 |
+
"galore_update_proj_gap": 50,
|
| 335 |
+
"galore_scale": 1.0,
|
| 336 |
+
"galore_proj_type": "std",
|
| 337 |
+
"galore_optim_per_parameter": false,
|
| 338 |
+
"galore_with_embedding": false,
|
| 339 |
+
"galore_quantization": false,
|
| 340 |
+
"galore_proj_quant": false,
|
| 341 |
+
"galore_proj_bits": 4,
|
| 342 |
+
"galore_proj_group_size": 256,
|
| 343 |
+
"galore_cos_threshold": 0.4,
|
| 344 |
+
"galore_gamma_proj": 2,
|
| 345 |
+
"galore_queue_size": 5,
|
| 346 |
+
"adalora_target_r": 8,
|
| 347 |
+
"adalora_init_r": 12,
|
| 348 |
+
"adalora_tinit": 0,
|
| 349 |
+
"adalora_tfinal": 0,
|
| 350 |
+
"adalora_deltaT": 1,
|
| 351 |
+
"adalora_beta1": 0.85,
|
| 352 |
+
"adalora_beta2": 0.85,
|
| 353 |
+
"adalora_orth_reg_weight": 0.5,
|
| 354 |
+
"llamapro_num_new_blocks": 4,
|
| 355 |
+
"llamapro_num_groups": null,
|
| 356 |
+
"lisa_activated_layers": 0,
|
| 357 |
+
"lisa_step_interval": 20,
|
| 358 |
+
"reft_layer_key": null,
|
| 359 |
+
"reft_layers": null,
|
| 360 |
+
"reft_rank": 4,
|
| 361 |
+
"reft_intervention_type": "LoreftIntervention",
|
| 362 |
+
"reft_args": null,
|
| 363 |
+
"swanlab_token": null,
|
| 364 |
+
"swanlab_project": null,
|
| 365 |
+
"swanlab_workspace": null,
|
| 366 |
+
"swanlab_exp_name": null,
|
| 367 |
+
"swanlab_lark_webhook_url": null,
|
| 368 |
+
"swanlab_lark_secret": null,
|
| 369 |
+
"swanlab_mode": "cloud",
|
| 370 |
+
"add_version": true,
|
| 371 |
+
"create_checkpoint_symlink": false,
|
| 372 |
+
"zero_hpz_partition_size": null,
|
| 373 |
+
"deepspeed_autotp_size": null,
|
| 374 |
+
"early_stop_interval": null,
|
| 375 |
+
"rank": 0,
|
| 376 |
+
"global_world_size": 4,
|
| 377 |
+
"local_world_size": 4,
|
| 378 |
+
"model_suffix": "Qwen3-4B-Instruct-2507",
|
| 379 |
+
"model_info": "ModelInfo(model_type='qwen3_nothinking', model_dir='/Qwen3-4B-Instruct-2507', torch_dtype=torch.bfloat16, max_model_len=262144, quant_method=None, quant_bits=None, rope_scaling=None, is_moe_model=False, is_multimodal=False, config=None, task_type='causal_lm', num_labels=None)",
|
| 380 |
+
"model_meta": "ModelMeta(model_type='qwen3_nothinking', model_groups=[ModelGroup(models=[Model(ms_model_id='Qwen/Qwen3-30B-A3B-Instruct-2507', hf_model_id='Qwen/Qwen3-30B-A3B-Instruct-2507', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3-30B-A3B-Instruct-2507-FP8', hf_model_id='Qwen/Qwen3-30B-A3B-Instruct-2507-FP8', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3-235B-A22B-Instruct-2507', hf_model_id='Qwen/Qwen3-235B-A22B-Instruct-2507', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3-235B-A22B-Instruct-2507-FP8', hf_model_id='Qwen/Qwen3-235B-A22B-Instruct-2507-FP8', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='swift/Qwen3-235B-A22B-Instruct-2507-AWQ', hf_model_id=None, model_path=None, ms_revision=None, hf_revision=None)], ignore_patterns=None, requires=None, tags=[]), ModelGroup(models=[Model(ms_model_id='Qwen/Qwen3-4B-Instruct-2507', hf_model_id='Qwen/Qwen3-4B-Instruct-2507', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3-4B-Instruct-2507-FP8', hf_model_id='Qwen/Qwen3-4B-Instruct-2507-FP8', model_path=None, ms_revision=None, hf_revision=None)], ignore_patterns=None, requires=None, tags=[])], template='qwen3_nothinking', get_function=<function get_model_tokenizer_with_flash_attn at 0x7f29009a9240>, model_arch=None, architectures=['Qwen3MoeForCausalLM', 'Qwen3ForCausalLM'], additional_saved_files=[], torch_dtype=None, is_multimodal=False, is_reward=False, is_reranker=False, task_type=None, ignore_patterns=None, requires=['transformers>=4.51'], tags=[])",
|
| 381 |
+
"model_dir": "/Qwen3-4B-Instruct-2507",
|
| 382 |
+
"_val_dataset_exists": [],
|
| 383 |
+
"hub": "<class 'swift.hub.hub.MSHub'>",
|
| 384 |
+
"evaluation_strategy": "epoch",
|
| 385 |
+
"training_args": "Seq2SeqTrainingArguments(output_dir='/gruntdata/event_graph/weike.zyq2/qzs/DataPRM/model/qwen3-4b-prm_deepseek_v3_2_no_indentation_error_v2/v4-20251226-013620', overwrite_output_dir=False, do_train=False, do_eval=False, do_predict=False, eval_strategy=<IntervalStrategy.NO: 'no'>, prediction_loss_only=False, per_device_train_batch_size=4, per_device_eval_batch_size=1, per_gpu_train_batch_size=None, per_gpu_eval_batch_size=None, gradient_accumulation_steps=2, eval_accumulation_steps=None, eval_delay=0, torch_empty_cache_steps=None, learning_rate=1e-05, weight_decay=0.1, adam_beta1=0.9, adam_beta2=0.95, adam_epsilon=1e-08, max_grad_norm=1.0, num_train_epochs=3.0, max_steps=-1, lr_scheduler_type=<SchedulerType.COSINE: 'cosine'>, lr_scheduler_kwargs=None, warmup_ratio=0.05, warmup_steps=0, log_level='passive', log_level_replica='warning', log_on_each_node=True, logging_dir='/gruntdata/event_graph/weike.zyq2/qzs/DataPRM/model/qwen3-4b-prm_deepseek_v3_2_no_indentation_error_v2/v4-20251226-013620/runs', logging_strategy=<IntervalStrategy.STEPS: 'steps'>, logging_first_step=True, logging_steps=1, logging_nan_inf_filter=True, save_strategy=<SaveStrategy.EPOCH: 'epoch'>, save_steps=500, save_total_limit=3, save_safetensors=True, save_on_each_node=False, save_only_model=True, restore_callback_states_from_checkpoint=False, no_cuda=False, use_cpu=False, use_mps_device=False, seed=42, data_seed=42, jit_mode_eval=False, use_ipex=False, bf16=True, fp16=False, fp16_opt_level='O1', half_precision_backend='auto', bf16_full_eval=False, fp16_full_eval=False, tf32=None, local_rank=0, ddp_backend=None, tpu_num_cores=None, tpu_metrics_debug=False, debug=[], dataloader_drop_last=False, eval_steps=None, dataloader_num_workers=8, dataloader_prefetch_factor=10, past_index=-1, run_name='/gruntdata/event_graph/weike.zyq2/qzs/DataPRM/model/qwen3-4b-prm_deepseek_v3_2_no_indentation_error_v2/v4-20251226-013620', disable_tqdm=False, remove_unused_columns=False, label_names=None, load_best_model_at_end=False, metric_for_best_model='loss', greater_is_better=False, ignore_data_skip=False, fsdp=[], fsdp_min_num_params=0, fsdp_config={'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}, tp_size=0, fsdp_transformer_layer_cls_to_wrap=None, 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), deepspeed={'fp16': {'enabled': 'auto', 'loss_scale': 0, 'loss_scale_window': 1000, 'initial_scale_power': 16, 'hysteresis': 2, 'min_loss_scale': 1}, 'bf16': {'enabled': 'auto'}, 'zero_optimization': {'stage': 3, 'offload_optimizer': {'device': 'none', 'pin_memory': True}, 'offload_param': {'device': 'none', 'pin_memory': True}, 'overlap_comm': False, 'contiguous_gradients': True, 'sub_group_size': 1000000000.0, 'reduce_bucket_size': 'auto', 'zero_quantized_weights': False, 'zero_quantized_gradients': False, 'stage3_prefetch_bucket_size': 'auto', 'stage3_param_persistence_threshold': 'auto', 'stage3_max_live_parameters': 1000000000.0, 'stage3_max_reuse_distance': 1000000000.0, 'stage3_gather_16bit_weights_on_model_save': True}, 'gradient_accumulation_steps': 'auto', 'gradient_clipping': 'auto', 'steps_per_print': 2000, 'train_batch_size': 'auto', 'train_micro_batch_size_per_gpu': 'auto', 'wall_clock_breakdown': False}, label_smoothing_factor=0.0, optim=<OptimizerNames.ADAMW_TORCH: 'adamw_torch'>, optim_args=None, adafactor=False, group_by_length=False, length_column_name='length', report_to=['tensorboard'], ddp_find_unused_parameters=None, ddp_bucket_cap_mb=None, ddp_broadcast_buffers=None, dataloader_pin_memory=True, dataloader_persistent_workers=False, skip_memory_metrics=True, use_legacy_prediction_loop=False, push_to_hub=False, resume_from_checkpoint=None, hub_model_id=None, hub_strategy=<HubStrategy.EVERY_SAVE: 'every_save'>, hub_token=None, hub_private_repo=None, hub_always_push=False, gradient_checkpointing=True, gradient_checkpointing_kwargs=None, include_inputs_for_metrics=False, include_for_metrics=[], eval_do_concat_batches=True, fp16_backend='auto', push_to_hub_model_id=None, push_to_hub_organization=None, push_to_hub_token=None, mp_parameters='', auto_find_batch_size=False, full_determinism=False, torchdynamo=None, ray_scope='last', ddp_timeout=18000000, torch_compile=False, torch_compile_backend=None, torch_compile_mode=None, include_tokens_per_second=None, include_num_input_tokens_seen=None, neftune_noise_alpha=None, optim_target_modules=None, batch_eval_metrics=False, eval_on_start=False, use_liger_kernel=True, eval_use_gather_object=False, average_tokens_across_devices=None, sortish_sampler=False, predict_with_generate=False, generation_max_length=None, generation_num_beams=None, generation_config=None, tuner_backend='peft', vit_gradient_checkpointing=True, router_aux_loss_coef=0.0, enable_dft_loss=False, enable_channel_loss=False, check_model=True, acc_strategy='token', train_dataloader_shuffle=True, 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, metric=None, eval_use_evalscope=False, eval_dataset=[], eval_dataset_args=None, eval_limit=None, eval_generation_config=None, extra_eval_args=None, use_flash_ckpt=False, sft_alpha=0, chord_sft_dataset=[], chord_sft_per_device_train_batch_size=None, chord_enable_phi_function=False, chord_mu_warmup_steps=None, chord_mu_decay_steps=None, chord_mu_peak=None, chord_mu_valley=None, train_type='full', local_repo_path=None, galore_config=None, padding_side='right', padding_free=False, task_type='causal_lm', problem_type=None)"
|
| 386 |
+
}
|
config.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen3ForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 151643,
|
| 8 |
+
"eos_token_id": 151645,
|
| 9 |
+
"head_dim": 128,
|
| 10 |
+
"hidden_act": "silu",
|
| 11 |
+
"hidden_size": 2560,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 9728,
|
| 14 |
+
"max_position_embeddings": 262144,
|
| 15 |
+
"max_window_layers": 36,
|
| 16 |
+
"model_type": "qwen3",
|
| 17 |
+
"num_attention_heads": 32,
|
| 18 |
+
"num_hidden_layers": 36,
|
| 19 |
+
"num_key_value_heads": 8,
|
| 20 |
+
"pad_token_id": 151643,
|
| 21 |
+
"rms_norm_eps": 1e-06,
|
| 22 |
+
"rope_scaling": null,
|
| 23 |
+
"rope_theta": 5000000,
|
| 24 |
+
"sliding_window": null,
|
| 25 |
+
"tie_word_embeddings": true,
|
| 26 |
+
"torch_dtype": "bfloat16",
|
| 27 |
+
"transformers_version": "4.51.1",
|
| 28 |
+
"use_cache": false,
|
| 29 |
+
"use_sliding_window": false,
|
| 30 |
+
"vocab_size": 151936
|
| 31 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 151643,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
151645,
|
| 6 |
+
151643
|
| 7 |
+
],
|
| 8 |
+
"pad_token_id": 151643,
|
| 9 |
+
"temperature": 0.7,
|
| 10 |
+
"top_k": 20,
|
| 11 |
+
"top_p": 0.8,
|
| 12 |
+
"transformers_version": "4.51.1"
|
| 13 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b8e902d5d73177b34f4361bcb35763b2da45f9a952ff3c379f6e109e2e00092
|
| 3 |
+
size 4967215360
|
model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96b1ea465f1f4e92bfe099ed3d89678a1a551cf423db46ae820c44e36c053799
|
| 3 |
+
size 3077766632
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,405 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 8044936192
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
| 7 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 8 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 9 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 10 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 11 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 12 |
+
"model.layers.0.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 18 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 19 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 20 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 21 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 22 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 23 |
+
"model.layers.1.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 24 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 27 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 28 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 29 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 30 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 31 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 32 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 33 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 34 |
+
"model.layers.10.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 36 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 37 |
+
"model.layers.10.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 40 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 41 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 42 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 43 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 44 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 45 |
+
"model.layers.11.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 46 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 47 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 48 |
+
"model.layers.11.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 49 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 51 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 52 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 53 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 54 |
+
"model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 55 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 56 |
+
"model.layers.12.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 57 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 58 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 59 |
+
"model.layers.12.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 60 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 61 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 62 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 63 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 64 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 65 |
+
"model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 66 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 67 |
+
"model.layers.13.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 68 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 69 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 70 |
+
"model.layers.13.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 71 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 72 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 73 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 74 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 75 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 76 |
+
"model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 77 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 78 |
+
"model.layers.14.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 79 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 80 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 81 |
+
"model.layers.14.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 82 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 83 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 84 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 85 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 86 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 87 |
+
"model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 88 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 89 |
+
"model.layers.15.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 90 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 91 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 92 |
+
"model.layers.15.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 93 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 94 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 95 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 96 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 97 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 98 |
+
"model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 99 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 100 |
+
"model.layers.16.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 101 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 102 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 103 |
+
"model.layers.16.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 104 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 105 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 106 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 107 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 108 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 109 |
+
"model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 110 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 111 |
+
"model.layers.17.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 112 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 113 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 114 |
+
"model.layers.17.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 115 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 116 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 117 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 118 |
+
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 119 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 120 |
+
"model.layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 121 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 122 |
+
"model.layers.18.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 123 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 124 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 125 |
+
"model.layers.18.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 126 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 127 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 128 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 129 |
+
"model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 130 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 131 |
+
"model.layers.19.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 132 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 133 |
+
"model.layers.19.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 134 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 135 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 136 |
+
"model.layers.19.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 137 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 138 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 139 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 140 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 141 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 142 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 143 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 144 |
+
"model.layers.2.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 145 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 146 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 147 |
+
"model.layers.2.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 148 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 149 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 150 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 151 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 152 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 153 |
+
"model.layers.20.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 154 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 155 |
+
"model.layers.20.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 156 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 157 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 158 |
+
"model.layers.20.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 159 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 160 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 161 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 162 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 163 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 164 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 165 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 166 |
+
"model.layers.21.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 167 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 168 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 169 |
+
"model.layers.21.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 170 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 171 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 172 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 173 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 174 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 175 |
+
"model.layers.22.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 176 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 177 |
+
"model.layers.22.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 178 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 179 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 180 |
+
"model.layers.22.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 181 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 182 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 183 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 184 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 185 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 186 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 187 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 188 |
+
"model.layers.23.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 189 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 190 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 191 |
+
"model.layers.23.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 192 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 193 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 194 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 195 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 196 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 197 |
+
"model.layers.24.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 198 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 199 |
+
"model.layers.24.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 200 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 201 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 202 |
+
"model.layers.24.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 203 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 204 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 205 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 206 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 207 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 208 |
+
"model.layers.25.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 209 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 210 |
+
"model.layers.25.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 211 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 212 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 213 |
+
"model.layers.25.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 214 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 215 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 216 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 217 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 218 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 219 |
+
"model.layers.26.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 220 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 221 |
+
"model.layers.26.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 222 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 223 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 224 |
+
"model.layers.26.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 225 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 226 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 227 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 228 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 229 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 230 |
+
"model.layers.27.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 231 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 232 |
+
"model.layers.27.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 233 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 234 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 235 |
+
"model.layers.27.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 236 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 237 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 238 |
+
"model.layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 239 |
+
"model.layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 240 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 241 |
+
"model.layers.28.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 242 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 243 |
+
"model.layers.28.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 244 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 245 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 246 |
+
"model.layers.28.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 247 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 248 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 249 |
+
"model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 250 |
+
"model.layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 251 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 252 |
+
"model.layers.29.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 253 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 254 |
+
"model.layers.29.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 255 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 256 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 257 |
+
"model.layers.29.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 258 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 259 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 260 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 261 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 262 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 263 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 264 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 265 |
+
"model.layers.3.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 266 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 267 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 268 |
+
"model.layers.3.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 269 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 270 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 271 |
+
"model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 272 |
+
"model.layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 273 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 274 |
+
"model.layers.30.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 275 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 276 |
+
"model.layers.30.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 277 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 278 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 279 |
+
"model.layers.30.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 280 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 281 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 282 |
+
"model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 283 |
+
"model.layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 284 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 285 |
+
"model.layers.31.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 286 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 287 |
+
"model.layers.31.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 288 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 289 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 290 |
+
"model.layers.31.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 291 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 292 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 293 |
+
"model.layers.32.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 294 |
+
"model.layers.32.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 295 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 296 |
+
"model.layers.32.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 297 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 298 |
+
"model.layers.32.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 299 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 300 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 301 |
+
"model.layers.32.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 302 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 303 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 304 |
+
"model.layers.33.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 305 |
+
"model.layers.33.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 306 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 307 |
+
"model.layers.33.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 308 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 309 |
+
"model.layers.33.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 310 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 311 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 312 |
+
"model.layers.33.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 313 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 314 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 315 |
+
"model.layers.34.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 316 |
+
"model.layers.34.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 317 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 318 |
+
"model.layers.34.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 319 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 320 |
+
"model.layers.34.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 321 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 322 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 323 |
+
"model.layers.34.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 324 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 325 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 326 |
+
"model.layers.35.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 327 |
+
"model.layers.35.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 328 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 329 |
+
"model.layers.35.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 330 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 331 |
+
"model.layers.35.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 332 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 333 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 334 |
+
"model.layers.35.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 335 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 336 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 337 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 338 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 339 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 340 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 341 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 342 |
+
"model.layers.4.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 343 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 344 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 345 |
+
"model.layers.4.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 346 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 347 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 348 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 349 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 350 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 351 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 352 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 353 |
+
"model.layers.5.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 354 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 355 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 356 |
+
"model.layers.5.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 357 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 358 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 359 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 360 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 361 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 362 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 363 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 364 |
+
"model.layers.6.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 365 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 366 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 367 |
+
"model.layers.6.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 368 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 369 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 370 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 371 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 372 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 373 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 374 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 375 |
+
"model.layers.7.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 376 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 377 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 378 |
+
"model.layers.7.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 379 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 380 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 381 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 382 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 383 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 384 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 385 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 386 |
+
"model.layers.8.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 387 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 388 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 389 |
+
"model.layers.8.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 390 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 391 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 392 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 393 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 394 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 395 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 396 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 397 |
+
"model.layers.9.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 398 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 399 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 400 |
+
"model.layers.9.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 401 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 402 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 403 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
| 404 |
+
}
|
| 405 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|im_end|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|endoftext|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
| 3 |
+
size 11422654
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,240 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
},
|
| 181 |
+
"151665": {
|
| 182 |
+
"content": "<tool_response>",
|
| 183 |
+
"lstrip": false,
|
| 184 |
+
"normalized": false,
|
| 185 |
+
"rstrip": false,
|
| 186 |
+
"single_word": false,
|
| 187 |
+
"special": false
|
| 188 |
+
},
|
| 189 |
+
"151666": {
|
| 190 |
+
"content": "</tool_response>",
|
| 191 |
+
"lstrip": false,
|
| 192 |
+
"normalized": false,
|
| 193 |
+
"rstrip": false,
|
| 194 |
+
"single_word": false,
|
| 195 |
+
"special": false
|
| 196 |
+
},
|
| 197 |
+
"151667": {
|
| 198 |
+
"content": "<think>",
|
| 199 |
+
"lstrip": false,
|
| 200 |
+
"normalized": false,
|
| 201 |
+
"rstrip": false,
|
| 202 |
+
"single_word": false,
|
| 203 |
+
"special": false
|
| 204 |
+
},
|
| 205 |
+
"151668": {
|
| 206 |
+
"content": "</think>",
|
| 207 |
+
"lstrip": false,
|
| 208 |
+
"normalized": false,
|
| 209 |
+
"rstrip": false,
|
| 210 |
+
"single_word": false,
|
| 211 |
+
"special": false
|
| 212 |
+
}
|
| 213 |
+
},
|
| 214 |
+
"additional_special_tokens": [
|
| 215 |
+
"<|im_start|>",
|
| 216 |
+
"<|im_end|>",
|
| 217 |
+
"<|object_ref_start|>",
|
| 218 |
+
"<|object_ref_end|>",
|
| 219 |
+
"<|box_start|>",
|
| 220 |
+
"<|box_end|>",
|
| 221 |
+
"<|quad_start|>",
|
| 222 |
+
"<|quad_end|>",
|
| 223 |
+
"<|vision_start|>",
|
| 224 |
+
"<|vision_end|>",
|
| 225 |
+
"<|vision_pad|>",
|
| 226 |
+
"<|image_pad|>",
|
| 227 |
+
"<|video_pad|>"
|
| 228 |
+
],
|
| 229 |
+
"bos_token": null,
|
| 230 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0].role == 'system' %}\n {{- messages[0].content + '\\n\\n' }}\n {%- endif %}\n {{- \"# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0].role == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0].content + '<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}\n{%- for message in messages[::-1] %}\n {%- set index = (messages|length - 1) - loop.index0 %}\n {%- if ns.multi_step_tool and message.role == \"user\" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}\n {%- set ns.multi_step_tool = false %}\n {%- set ns.last_query_index = index %}\n {%- endif %}\n{%- endfor %}\n{%- for message in messages %}\n {%- if message.content is string %}\n {%- set content = message.content %}\n {%- else %}\n {%- set content = '' %}\n {%- endif %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) %}\n {{- '<|im_start|>' + message.role + '\\n' + content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {%- set reasoning_content = '' %}\n {%- if message.reasoning_content is string %}\n {%- set reasoning_content = message.reasoning_content %}\n {%- else %}\n {%- if '</think>' in content %}\n {%- set reasoning_content = content.split('</think>')[0].rstrip('\\n').split('<think>')[-1].lstrip('\\n') %}\n {%- set content = content.split('</think>')[-1].lstrip('\\n') %}\n {%- endif %}\n {%- endif %}\n {%- if loop.index0 > ns.last_query_index %}\n {%- if loop.last or (not loop.last and reasoning_content) %}\n {{- '<|im_start|>' + message.role + '\\n<think>\\n' + reasoning_content.strip('\\n') + '\\n</think>\\n\\n' + content.lstrip('\\n') }}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- if message.tool_calls %}\n {%- for tool_call in message.tool_calls %}\n {%- if (loop.first and content) or (not loop.first) %}\n {{- '\\n' }}\n {%- endif %}\n {%- if tool_call.function %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {%- if tool_call.arguments is string %}\n {{- tool_call.arguments }}\n {%- else %}\n {{- tool_call.arguments | tojson }}\n {%- endif %}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if loop.first or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}",
|
| 231 |
+
"clean_up_tokenization_spaces": false,
|
| 232 |
+
"eos_token": "<|im_end|>",
|
| 233 |
+
"errors": "replace",
|
| 234 |
+
"extra_special_tokens": {},
|
| 235 |
+
"model_max_length": 262144,
|
| 236 |
+
"pad_token": "<|endoftext|>",
|
| 237 |
+
"split_special_tokens": false,
|
| 238 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 239 |
+
"unk_token": null
|
| 240 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,2890 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 2.9816849816849818,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 408,
|
| 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.007326007326007326,
|
| 14 |
+
"grad_norm": 30.21496593413568,
|
| 15 |
+
"learning_rate": 4.7619047619047623e-07,
|
| 16 |
+
"loss": 1.0635175704956055,
|
| 17 |
+
"step": 1
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.014652014652014652,
|
| 21 |
+
"grad_norm": 27.043345585334517,
|
| 22 |
+
"learning_rate": 9.523809523809525e-07,
|
| 23 |
+
"loss": 1.0006253719329834,
|
| 24 |
+
"step": 2
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.02197802197802198,
|
| 28 |
+
"grad_norm": 21.646848717902948,
|
| 29 |
+
"learning_rate": 1.4285714285714286e-06,
|
| 30 |
+
"loss": 0.9898864030838013,
|
| 31 |
+
"step": 3
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.029304029304029304,
|
| 35 |
+
"grad_norm": 22.348396709879044,
|
| 36 |
+
"learning_rate": 1.904761904761905e-06,
|
| 37 |
+
"loss": 0.988436758518219,
|
| 38 |
+
"step": 4
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.03663003663003663,
|
| 42 |
+
"grad_norm": 19.157410690764603,
|
| 43 |
+
"learning_rate": 2.380952380952381e-06,
|
| 44 |
+
"loss": 0.9326452016830444,
|
| 45 |
+
"step": 5
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.04395604395604396,
|
| 49 |
+
"grad_norm": 18.08116663695173,
|
| 50 |
+
"learning_rate": 2.8571428571428573e-06,
|
| 51 |
+
"loss": 0.8227804899215698,
|
| 52 |
+
"step": 6
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.05128205128205128,
|
| 56 |
+
"grad_norm": 16.123821453273436,
|
| 57 |
+
"learning_rate": 3.3333333333333333e-06,
|
| 58 |
+
"loss": 0.816413938999176,
|
| 59 |
+
"step": 7
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.05860805860805861,
|
| 63 |
+
"grad_norm": 10.059553232587936,
|
| 64 |
+
"learning_rate": 3.80952380952381e-06,
|
| 65 |
+
"loss": 0.6918408274650574,
|
| 66 |
+
"step": 8
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.06593406593406594,
|
| 70 |
+
"grad_norm": 10.100146604450146,
|
| 71 |
+
"learning_rate": 4.2857142857142855e-06,
|
| 72 |
+
"loss": 0.709736704826355,
|
| 73 |
+
"step": 9
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.07326007326007326,
|
| 77 |
+
"grad_norm": 3.6849384254746336,
|
| 78 |
+
"learning_rate": 4.761904761904762e-06,
|
| 79 |
+
"loss": 0.5924822688102722,
|
| 80 |
+
"step": 10
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.08058608058608059,
|
| 84 |
+
"grad_norm": 2.515001245028391,
|
| 85 |
+
"learning_rate": 5.2380952380952384e-06,
|
| 86 |
+
"loss": 0.5829637050628662,
|
| 87 |
+
"step": 11
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.08791208791208792,
|
| 91 |
+
"grad_norm": 2.7142652174838964,
|
| 92 |
+
"learning_rate": 5.7142857142857145e-06,
|
| 93 |
+
"loss": 0.5520739555358887,
|
| 94 |
+
"step": 12
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.09523809523809523,
|
| 98 |
+
"grad_norm": 2.396783666272162,
|
| 99 |
+
"learning_rate": 6.1904761904761914e-06,
|
| 100 |
+
"loss": 0.5408250689506531,
|
| 101 |
+
"step": 13
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.10256410256410256,
|
| 105 |
+
"grad_norm": 2.613664759900683,
|
| 106 |
+
"learning_rate": 6.666666666666667e-06,
|
| 107 |
+
"loss": 0.5364675521850586,
|
| 108 |
+
"step": 14
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.10989010989010989,
|
| 112 |
+
"grad_norm": 2.140953850448383,
|
| 113 |
+
"learning_rate": 7.1428571428571436e-06,
|
| 114 |
+
"loss": 0.5406008958816528,
|
| 115 |
+
"step": 15
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.11721611721611722,
|
| 119 |
+
"grad_norm": 2.1637811311224513,
|
| 120 |
+
"learning_rate": 7.61904761904762e-06,
|
| 121 |
+
"loss": 0.5351678133010864,
|
| 122 |
+
"step": 16
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.12454212454212454,
|
| 126 |
+
"grad_norm": 1.889685988846562,
|
| 127 |
+
"learning_rate": 8.095238095238097e-06,
|
| 128 |
+
"loss": 0.5272159576416016,
|
| 129 |
+
"step": 17
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.13186813186813187,
|
| 133 |
+
"grad_norm": 1.610391433650919,
|
| 134 |
+
"learning_rate": 8.571428571428571e-06,
|
| 135 |
+
"loss": 0.4894131124019623,
|
| 136 |
+
"step": 18
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.1391941391941392,
|
| 140 |
+
"grad_norm": 1.5780714267255904,
|
| 141 |
+
"learning_rate": 9.047619047619049e-06,
|
| 142 |
+
"loss": 0.4680541753768921,
|
| 143 |
+
"step": 19
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.14652014652014653,
|
| 147 |
+
"grad_norm": 1.3826646451572844,
|
| 148 |
+
"learning_rate": 9.523809523809525e-06,
|
| 149 |
+
"loss": 0.41832777857780457,
|
| 150 |
+
"step": 20
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.15384615384615385,
|
| 154 |
+
"grad_norm": 1.9876445386481647,
|
| 155 |
+
"learning_rate": 1e-05,
|
| 156 |
+
"loss": 0.5307973623275757,
|
| 157 |
+
"step": 21
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.16117216117216118,
|
| 161 |
+
"grad_norm": 1.989790222306354,
|
| 162 |
+
"learning_rate": 9.999835253787472e-06,
|
| 163 |
+
"loss": 0.4524080753326416,
|
| 164 |
+
"step": 22
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.1684981684981685,
|
| 168 |
+
"grad_norm": 1.7132167306761634,
|
| 169 |
+
"learning_rate": 9.99934102600642e-06,
|
| 170 |
+
"loss": 0.4481462240219116,
|
| 171 |
+
"step": 23
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.17582417582417584,
|
| 175 |
+
"grad_norm": 1.675845803554774,
|
| 176 |
+
"learning_rate": 9.998517349225698e-06,
|
| 177 |
+
"loss": 0.470619797706604,
|
| 178 |
+
"step": 24
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.18315018315018314,
|
| 182 |
+
"grad_norm": 1.8889444953942198,
|
| 183 |
+
"learning_rate": 9.997364277724362e-06,
|
| 184 |
+
"loss": 0.4533703625202179,
|
| 185 |
+
"step": 25
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.19047619047619047,
|
| 189 |
+
"grad_norm": 1.2961235388879089,
|
| 190 |
+
"learning_rate": 9.99588188748808e-06,
|
| 191 |
+
"loss": 0.4506123661994934,
|
| 192 |
+
"step": 26
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.1978021978021978,
|
| 196 |
+
"grad_norm": 1.3960705328975553,
|
| 197 |
+
"learning_rate": 9.994070276204115e-06,
|
| 198 |
+
"loss": 0.5040400624275208,
|
| 199 |
+
"step": 27
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.20512820512820512,
|
| 203 |
+
"grad_norm": 1.42158083553959,
|
| 204 |
+
"learning_rate": 9.991929563254913e-06,
|
| 205 |
+
"loss": 0.4825146794319153,
|
| 206 |
+
"step": 28
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 0.21245421245421245,
|
| 210 |
+
"grad_norm": 1.1661369187587884,
|
| 211 |
+
"learning_rate": 9.989459889710214e-06,
|
| 212 |
+
"loss": 0.4361911714076996,
|
| 213 |
+
"step": 29
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.21978021978021978,
|
| 217 |
+
"grad_norm": 1.2574093229638947,
|
| 218 |
+
"learning_rate": 9.986661418317759e-06,
|
| 219 |
+
"loss": 0.45438122749328613,
|
| 220 |
+
"step": 30
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.2271062271062271,
|
| 224 |
+
"grad_norm": 1.3348666437119017,
|
| 225 |
+
"learning_rate": 9.983534333492575e-06,
|
| 226 |
+
"loss": 0.4379500448703766,
|
| 227 |
+
"step": 31
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.23443223443223443,
|
| 231 |
+
"grad_norm": 1.246184387917552,
|
| 232 |
+
"learning_rate": 9.980078841304817e-06,
|
| 233 |
+
"loss": 0.4118569791316986,
|
| 234 |
+
"step": 32
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.24175824175824176,
|
| 238 |
+
"grad_norm": 1.179330565300909,
|
| 239 |
+
"learning_rate": 9.97629516946618e-06,
|
| 240 |
+
"loss": 0.4063628315925598,
|
| 241 |
+
"step": 33
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.2490842490842491,
|
| 245 |
+
"grad_norm": 1.1385770353147593,
|
| 246 |
+
"learning_rate": 9.97218356731491e-06,
|
| 247 |
+
"loss": 0.4152410626411438,
|
| 248 |
+
"step": 34
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 0.2564102564102564,
|
| 252 |
+
"grad_norm": 1.6513827173956053,
|
| 253 |
+
"learning_rate": 9.967744305799358e-06,
|
| 254 |
+
"loss": 0.4543665647506714,
|
| 255 |
+
"step": 35
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.26373626373626374,
|
| 259 |
+
"grad_norm": 1.1284245393981716,
|
| 260 |
+
"learning_rate": 9.962977677460132e-06,
|
| 261 |
+
"loss": 0.42496830224990845,
|
| 262 |
+
"step": 36
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.27106227106227104,
|
| 266 |
+
"grad_norm": 1.0753146429921163,
|
| 267 |
+
"learning_rate": 9.957883996410821e-06,
|
| 268 |
+
"loss": 0.42909127473831177,
|
| 269 |
+
"step": 37
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 0.2783882783882784,
|
| 273 |
+
"grad_norm": 1.295900042465006,
|
| 274 |
+
"learning_rate": 9.952463598317286e-06,
|
| 275 |
+
"loss": 0.3935036063194275,
|
| 276 |
+
"step": 38
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.2857142857142857,
|
| 280 |
+
"grad_norm": 1.134829504686702,
|
| 281 |
+
"learning_rate": 9.946716840375552e-06,
|
| 282 |
+
"loss": 0.44124358892440796,
|
| 283 |
+
"step": 39
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 0.29304029304029305,
|
| 287 |
+
"grad_norm": 1.1702725203395377,
|
| 288 |
+
"learning_rate": 9.940644101288259e-06,
|
| 289 |
+
"loss": 0.4439253509044647,
|
| 290 |
+
"step": 40
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.30036630036630035,
|
| 294 |
+
"grad_norm": 1.256616648991797,
|
| 295 |
+
"learning_rate": 9.934245781239714e-06,
|
| 296 |
+
"loss": 0.3892786502838135,
|
| 297 |
+
"step": 41
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.3076923076923077,
|
| 301 |
+
"grad_norm": 1.1589721621440654,
|
| 302 |
+
"learning_rate": 9.927522301869515e-06,
|
| 303 |
+
"loss": 0.36586904525756836,
|
| 304 |
+
"step": 42
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 0.315018315018315,
|
| 308 |
+
"grad_norm": 1.2097406758159928,
|
| 309 |
+
"learning_rate": 9.920474106244764e-06,
|
| 310 |
+
"loss": 0.3926905393600464,
|
| 311 |
+
"step": 43
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 0.32234432234432236,
|
| 315 |
+
"grad_norm": 1.1180887734407854,
|
| 316 |
+
"learning_rate": 9.913101658830879e-06,
|
| 317 |
+
"loss": 0.39513468742370605,
|
| 318 |
+
"step": 44
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.32967032967032966,
|
| 322 |
+
"grad_norm": 1.489392826555109,
|
| 323 |
+
"learning_rate": 9.905405445460972e-06,
|
| 324 |
+
"loss": 0.4130535125732422,
|
| 325 |
+
"step": 45
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.336996336996337,
|
| 329 |
+
"grad_norm": 1.154514234942715,
|
| 330 |
+
"learning_rate": 9.897385973303845e-06,
|
| 331 |
+
"loss": 0.4013521373271942,
|
| 332 |
+
"step": 46
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.3443223443223443,
|
| 336 |
+
"grad_norm": 1.1719627644397432,
|
| 337 |
+
"learning_rate": 9.889043770830566e-06,
|
| 338 |
+
"loss": 0.4277796745300293,
|
| 339 |
+
"step": 47
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.3516483516483517,
|
| 343 |
+
"grad_norm": 1.5740413108726932,
|
| 344 |
+
"learning_rate": 9.880379387779637e-06,
|
| 345 |
+
"loss": 0.38313156366348267,
|
| 346 |
+
"step": 48
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.358974358974359,
|
| 350 |
+
"grad_norm": 1.1734369672836624,
|
| 351 |
+
"learning_rate": 9.871393395120774e-06,
|
| 352 |
+
"loss": 0.4053453803062439,
|
| 353 |
+
"step": 49
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 0.3663003663003663,
|
| 357 |
+
"grad_norm": 1.4855170661495627,
|
| 358 |
+
"learning_rate": 9.862086385017283e-06,
|
| 359 |
+
"loss": 0.37065786123275757,
|
| 360 |
+
"step": 50
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 0.37362637362637363,
|
| 364 |
+
"grad_norm": 1.2470491770738514,
|
| 365 |
+
"learning_rate": 9.852458970787027e-06,
|
| 366 |
+
"loss": 0.3932054042816162,
|
| 367 |
+
"step": 51
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 0.38095238095238093,
|
| 371 |
+
"grad_norm": 1.1200733413865462,
|
| 372 |
+
"learning_rate": 9.842511786862018e-06,
|
| 373 |
+
"loss": 0.3844960331916809,
|
| 374 |
+
"step": 52
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 0.3882783882783883,
|
| 378 |
+
"grad_norm": 1.2353594939698733,
|
| 379 |
+
"learning_rate": 9.832245488746612e-06,
|
| 380 |
+
"loss": 0.4030640125274658,
|
| 381 |
+
"step": 53
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 0.3956043956043956,
|
| 385 |
+
"grad_norm": 1.2526400425035524,
|
| 386 |
+
"learning_rate": 9.821660752974294e-06,
|
| 387 |
+
"loss": 0.41372472047805786,
|
| 388 |
+
"step": 54
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 0.40293040293040294,
|
| 392 |
+
"grad_norm": 1.1578568131070235,
|
| 393 |
+
"learning_rate": 9.81075827706312e-06,
|
| 394 |
+
"loss": 0.38878971338272095,
|
| 395 |
+
"step": 55
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 0.41025641025641024,
|
| 399 |
+
"grad_norm": 1.1789063859126412,
|
| 400 |
+
"learning_rate": 9.799538779469734e-06,
|
| 401 |
+
"loss": 0.3679278492927551,
|
| 402 |
+
"step": 56
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 0.4175824175824176,
|
| 406 |
+
"grad_norm": 1.0793218213230338,
|
| 407 |
+
"learning_rate": 9.78800299954203e-06,
|
| 408 |
+
"loss": 0.35747843980789185,
|
| 409 |
+
"step": 57
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 0.4249084249084249,
|
| 413 |
+
"grad_norm": 1.4979207988768952,
|
| 414 |
+
"learning_rate": 9.776151697470431e-06,
|
| 415 |
+
"loss": 0.38858622312545776,
|
| 416 |
+
"step": 58
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 0.43223443223443225,
|
| 420 |
+
"grad_norm": 1.5776030032036932,
|
| 421 |
+
"learning_rate": 9.763985654237785e-06,
|
| 422 |
+
"loss": 0.410378634929657,
|
| 423 |
+
"step": 59
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 0.43956043956043955,
|
| 427 |
+
"grad_norm": 1.1687321357395992,
|
| 428 |
+
"learning_rate": 9.751505671567914e-06,
|
| 429 |
+
"loss": 0.3829571008682251,
|
| 430 |
+
"step": 60
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 0.4468864468864469,
|
| 434 |
+
"grad_norm": 1.1022315738152733,
|
| 435 |
+
"learning_rate": 9.738712571872765e-06,
|
| 436 |
+
"loss": 0.38535329699516296,
|
| 437 |
+
"step": 61
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 0.4542124542124542,
|
| 441 |
+
"grad_norm": 1.031148812173931,
|
| 442 |
+
"learning_rate": 9.725607198198227e-06,
|
| 443 |
+
"loss": 0.37591585516929626,
|
| 444 |
+
"step": 62
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 0.46153846153846156,
|
| 448 |
+
"grad_norm": 1.1465009384770484,
|
| 449 |
+
"learning_rate": 9.712190414168573e-06,
|
| 450 |
+
"loss": 0.43732309341430664,
|
| 451 |
+
"step": 63
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 0.46886446886446886,
|
| 455 |
+
"grad_norm": 3.901087295216021,
|
| 456 |
+
"learning_rate": 9.698463103929542e-06,
|
| 457 |
+
"loss": 0.35739046335220337,
|
| 458 |
+
"step": 64
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 0.47619047619047616,
|
| 462 |
+
"grad_norm": 1.1832020160855363,
|
| 463 |
+
"learning_rate": 9.684426172090084e-06,
|
| 464 |
+
"loss": 0.39645135402679443,
|
| 465 |
+
"step": 65
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 0.4835164835164835,
|
| 469 |
+
"grad_norm": 1.1501088941718765,
|
| 470 |
+
"learning_rate": 9.670080543662742e-06,
|
| 471 |
+
"loss": 0.3675802946090698,
|
| 472 |
+
"step": 66
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 0.4908424908424908,
|
| 476 |
+
"grad_norm": 1.2208405532006774,
|
| 477 |
+
"learning_rate": 9.655427164002692e-06,
|
| 478 |
+
"loss": 0.39301833510398865,
|
| 479 |
+
"step": 67
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"epoch": 0.4981684981684982,
|
| 483 |
+
"grad_norm": 1.1252142850079323,
|
| 484 |
+
"learning_rate": 9.640466998745456e-06,
|
| 485 |
+
"loss": 0.4137623906135559,
|
| 486 |
+
"step": 68
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 0.5054945054945055,
|
| 490 |
+
"grad_norm": 1.0526557640749403,
|
| 491 |
+
"learning_rate": 9.625201033743262e-06,
|
| 492 |
+
"loss": 0.3448682129383087,
|
| 493 |
+
"step": 69
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"epoch": 0.5128205128205128,
|
| 497 |
+
"grad_norm": 1.147790880025079,
|
| 498 |
+
"learning_rate": 9.609630275000072e-06,
|
| 499 |
+
"loss": 0.4187518358230591,
|
| 500 |
+
"step": 70
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 0.5201465201465202,
|
| 504 |
+
"grad_norm": 1.1265458933551666,
|
| 505 |
+
"learning_rate": 9.5937557486053e-06,
|
| 506 |
+
"loss": 0.3735639452934265,
|
| 507 |
+
"step": 71
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 0.5274725274725275,
|
| 511 |
+
"grad_norm": 1.1089149618339371,
|
| 512 |
+
"learning_rate": 9.577578500666187e-06,
|
| 513 |
+
"loss": 0.40197598934173584,
|
| 514 |
+
"step": 72
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 0.5347985347985348,
|
| 518 |
+
"grad_norm": 1.3993390218741097,
|
| 519 |
+
"learning_rate": 9.561099597238862e-06,
|
| 520 |
+
"loss": 0.40231800079345703,
|
| 521 |
+
"step": 73
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 0.5421245421245421,
|
| 525 |
+
"grad_norm": 1.1143458075824666,
|
| 526 |
+
"learning_rate": 9.544320124258093e-06,
|
| 527 |
+
"loss": 0.3674388527870178,
|
| 528 |
+
"step": 74
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"epoch": 0.5494505494505495,
|
| 532 |
+
"grad_norm": 1.0051401204214154,
|
| 533 |
+
"learning_rate": 9.527241187465735e-06,
|
| 534 |
+
"loss": 0.40350422263145447,
|
| 535 |
+
"step": 75
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"epoch": 0.5567765567765568,
|
| 539 |
+
"grad_norm": 1.1152468221193563,
|
| 540 |
+
"learning_rate": 9.509863912337843e-06,
|
| 541 |
+
"loss": 0.4011390507221222,
|
| 542 |
+
"step": 76
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 0.5641025641025641,
|
| 546 |
+
"grad_norm": 1.259123019280062,
|
| 547 |
+
"learning_rate": 9.492189444010522e-06,
|
| 548 |
+
"loss": 0.3963205814361572,
|
| 549 |
+
"step": 77
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 0.5714285714285714,
|
| 553 |
+
"grad_norm": 1.0882181942002715,
|
| 554 |
+
"learning_rate": 9.47421894720446e-06,
|
| 555 |
+
"loss": 0.3761591613292694,
|
| 556 |
+
"step": 78
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 0.5787545787545788,
|
| 560 |
+
"grad_norm": 1.3171244527835357,
|
| 561 |
+
"learning_rate": 9.455953606148172e-06,
|
| 562 |
+
"loss": 0.37985581159591675,
|
| 563 |
+
"step": 79
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 0.5860805860805861,
|
| 567 |
+
"grad_norm": 1.1576335484597036,
|
| 568 |
+
"learning_rate": 9.437394624499957e-06,
|
| 569 |
+
"loss": 0.38125094771385193,
|
| 570 |
+
"step": 80
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 0.5934065934065934,
|
| 574 |
+
"grad_norm": 1.340371799783884,
|
| 575 |
+
"learning_rate": 9.418543225268598e-06,
|
| 576 |
+
"loss": 0.38609158992767334,
|
| 577 |
+
"step": 81
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 0.6007326007326007,
|
| 581 |
+
"grad_norm": 1.062259591126727,
|
| 582 |
+
"learning_rate": 9.399400650732735e-06,
|
| 583 |
+
"loss": 0.36670905351638794,
|
| 584 |
+
"step": 82
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"epoch": 0.608058608058608,
|
| 588 |
+
"grad_norm": 1.2435607193732192,
|
| 589 |
+
"learning_rate": 9.379968162359034e-06,
|
| 590 |
+
"loss": 0.39242708683013916,
|
| 591 |
+
"step": 83
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"epoch": 0.6153846153846154,
|
| 595 |
+
"grad_norm": 1.0441743485299124,
|
| 596 |
+
"learning_rate": 9.36024704071904e-06,
|
| 597 |
+
"loss": 0.3625451326370239,
|
| 598 |
+
"step": 84
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"epoch": 0.6227106227106227,
|
| 602 |
+
"grad_norm": 1.1226141976759751,
|
| 603 |
+
"learning_rate": 9.340238585404787e-06,
|
| 604 |
+
"loss": 0.3682897090911865,
|
| 605 |
+
"step": 85
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"epoch": 0.63003663003663,
|
| 609 |
+
"grad_norm": 1.1834442757500532,
|
| 610 |
+
"learning_rate": 9.319944114943171e-06,
|
| 611 |
+
"loss": 0.3925570845603943,
|
| 612 |
+
"step": 86
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 0.6373626373626373,
|
| 616 |
+
"grad_norm": 1.2543334036025904,
|
| 617 |
+
"learning_rate": 9.299364966709051e-06,
|
| 618 |
+
"loss": 0.40064454078674316,
|
| 619 |
+
"step": 87
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 0.6446886446886447,
|
| 623 |
+
"grad_norm": 1.1281264939516502,
|
| 624 |
+
"learning_rate": 9.278502496837116e-06,
|
| 625 |
+
"loss": 0.350555956363678,
|
| 626 |
+
"step": 88
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 0.652014652014652,
|
| 630 |
+
"grad_norm": 0.9918889297129596,
|
| 631 |
+
"learning_rate": 9.257358080132524e-06,
|
| 632 |
+
"loss": 0.3880164623260498,
|
| 633 |
+
"step": 89
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 0.6593406593406593,
|
| 637 |
+
"grad_norm": 1.2461108393741742,
|
| 638 |
+
"learning_rate": 9.235933109980302e-06,
|
| 639 |
+
"loss": 0.36218661069869995,
|
| 640 |
+
"step": 90
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 0.6666666666666666,
|
| 644 |
+
"grad_norm": 1.1159489708058996,
|
| 645 |
+
"learning_rate": 9.214228998253526e-06,
|
| 646 |
+
"loss": 0.39029616117477417,
|
| 647 |
+
"step": 91
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 0.673992673992674,
|
| 651 |
+
"grad_norm": 1.1373218288826976,
|
| 652 |
+
"learning_rate": 9.192247175220276e-06,
|
| 653 |
+
"loss": 0.3715818524360657,
|
| 654 |
+
"step": 92
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 0.6813186813186813,
|
| 658 |
+
"grad_norm": 1.1336385214393307,
|
| 659 |
+
"learning_rate": 9.16998908944939e-06,
|
| 660 |
+
"loss": 0.3895593285560608,
|
| 661 |
+
"step": 93
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"epoch": 0.6886446886446886,
|
| 665 |
+
"grad_norm": 1.2322915227119142,
|
| 666 |
+
"learning_rate": 9.147456207714998e-06,
|
| 667 |
+
"loss": 0.3933688700199127,
|
| 668 |
+
"step": 94
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"epoch": 0.6959706959706959,
|
| 672 |
+
"grad_norm": 1.110226455606631,
|
| 673 |
+
"learning_rate": 9.124650014899868e-06,
|
| 674 |
+
"loss": 0.37298864126205444,
|
| 675 |
+
"step": 95
|
| 676 |
+
},
|
| 677 |
+
{
|
| 678 |
+
"epoch": 0.7032967032967034,
|
| 679 |
+
"grad_norm": 1.0929399186170907,
|
| 680 |
+
"learning_rate": 9.101572013897555e-06,
|
| 681 |
+
"loss": 0.35858720541000366,
|
| 682 |
+
"step": 96
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"epoch": 0.7106227106227107,
|
| 686 |
+
"grad_norm": 1.1200942735792472,
|
| 687 |
+
"learning_rate": 9.078223725513366e-06,
|
| 688 |
+
"loss": 0.35287725925445557,
|
| 689 |
+
"step": 97
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"epoch": 0.717948717948718,
|
| 693 |
+
"grad_norm": 1.107219943504411,
|
| 694 |
+
"learning_rate": 9.05460668836413e-06,
|
| 695 |
+
"loss": 0.3863588869571686,
|
| 696 |
+
"step": 98
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"epoch": 0.7252747252747253,
|
| 700 |
+
"grad_norm": 1.0734987755886534,
|
| 701 |
+
"learning_rate": 9.030722458776815e-06,
|
| 702 |
+
"loss": 0.35608792304992676,
|
| 703 |
+
"step": 99
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"epoch": 0.7326007326007326,
|
| 707 |
+
"grad_norm": 0.9382920838540864,
|
| 708 |
+
"learning_rate": 9.006572610685969e-06,
|
| 709 |
+
"loss": 0.3744190037250519,
|
| 710 |
+
"step": 100
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"epoch": 0.73992673992674,
|
| 714 |
+
"grad_norm": 1.2299021078001484,
|
| 715 |
+
"learning_rate": 8.982158735529991e-06,
|
| 716 |
+
"loss": 0.38028016686439514,
|
| 717 |
+
"step": 101
|
| 718 |
+
},
|
| 719 |
+
{
|
| 720 |
+
"epoch": 0.7472527472527473,
|
| 721 |
+
"grad_norm": 1.0711983498848636,
|
| 722 |
+
"learning_rate": 8.957482442146271e-06,
|
| 723 |
+
"loss": 0.35936033725738525,
|
| 724 |
+
"step": 102
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"epoch": 0.7545787545787546,
|
| 728 |
+
"grad_norm": 1.0380773275659636,
|
| 729 |
+
"learning_rate": 8.932545356665157e-06,
|
| 730 |
+
"loss": 0.3793637454509735,
|
| 731 |
+
"step": 103
|
| 732 |
+
},
|
| 733 |
+
{
|
| 734 |
+
"epoch": 0.7619047619047619,
|
| 735 |
+
"grad_norm": 1.1144376402102996,
|
| 736 |
+
"learning_rate": 8.907349122402803e-06,
|
| 737 |
+
"loss": 0.3640226721763611,
|
| 738 |
+
"step": 104
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"epoch": 0.7692307692307693,
|
| 742 |
+
"grad_norm": 1.1640128905082725,
|
| 743 |
+
"learning_rate": 8.881895399752873e-06,
|
| 744 |
+
"loss": 0.3372342586517334,
|
| 745 |
+
"step": 105
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"epoch": 0.7765567765567766,
|
| 749 |
+
"grad_norm": 1.199009223038314,
|
| 750 |
+
"learning_rate": 8.85618586607713e-06,
|
| 751 |
+
"loss": 0.37812405824661255,
|
| 752 |
+
"step": 106
|
| 753 |
+
},
|
| 754 |
+
{
|
| 755 |
+
"epoch": 0.7838827838827839,
|
| 756 |
+
"grad_norm": 1.0273110860584846,
|
| 757 |
+
"learning_rate": 8.83022221559489e-06,
|
| 758 |
+
"loss": 0.35580265522003174,
|
| 759 |
+
"step": 107
|
| 760 |
+
},
|
| 761 |
+
{
|
| 762 |
+
"epoch": 0.7912087912087912,
|
| 763 |
+
"grad_norm": 1.0516706336456754,
|
| 764 |
+
"learning_rate": 8.80400615927139e-06,
|
| 765 |
+
"loss": 0.3262220025062561,
|
| 766 |
+
"step": 108
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"epoch": 0.7985347985347986,
|
| 770 |
+
"grad_norm": 1.0704201377081104,
|
| 771 |
+
"learning_rate": 8.777539424705022e-06,
|
| 772 |
+
"loss": 0.3796083927154541,
|
| 773 |
+
"step": 109
|
| 774 |
+
},
|
| 775 |
+
{
|
| 776 |
+
"epoch": 0.8058608058608059,
|
| 777 |
+
"grad_norm": 1.1209202523652468,
|
| 778 |
+
"learning_rate": 8.750823756013498e-06,
|
| 779 |
+
"loss": 0.3779366612434387,
|
| 780 |
+
"step": 110
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"epoch": 0.8131868131868132,
|
| 784 |
+
"grad_norm": 1.0413754375402127,
|
| 785 |
+
"learning_rate": 8.72386091371891e-06,
|
| 786 |
+
"loss": 0.34237805008888245,
|
| 787 |
+
"step": 111
|
| 788 |
+
},
|
| 789 |
+
{
|
| 790 |
+
"epoch": 0.8205128205128205,
|
| 791 |
+
"grad_norm": 1.1829628343503562,
|
| 792 |
+
"learning_rate": 8.696652674631716e-06,
|
| 793 |
+
"loss": 0.3707228899002075,
|
| 794 |
+
"step": 112
|
| 795 |
+
},
|
| 796 |
+
{
|
| 797 |
+
"epoch": 0.8278388278388278,
|
| 798 |
+
"grad_norm": 1.0593662409475815,
|
| 799 |
+
"learning_rate": 8.669200831733655e-06,
|
| 800 |
+
"loss": 0.3644367456436157,
|
| 801 |
+
"step": 113
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"epoch": 0.8351648351648352,
|
| 805 |
+
"grad_norm": 0.9884645087059205,
|
| 806 |
+
"learning_rate": 8.64150719405958e-06,
|
| 807 |
+
"loss": 0.354566752910614,
|
| 808 |
+
"step": 114
|
| 809 |
+
},
|
| 810 |
+
{
|
| 811 |
+
"epoch": 0.8424908424908425,
|
| 812 |
+
"grad_norm": 1.1284969366067186,
|
| 813 |
+
"learning_rate": 8.613573586578262e-06,
|
| 814 |
+
"loss": 0.34911516308784485,
|
| 815 |
+
"step": 115
|
| 816 |
+
},
|
| 817 |
+
{
|
| 818 |
+
"epoch": 0.8498168498168498,
|
| 819 |
+
"grad_norm": 1.0401559892838286,
|
| 820 |
+
"learning_rate": 8.585401850072114e-06,
|
| 821 |
+
"loss": 0.3552972078323364,
|
| 822 |
+
"step": 116
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"epoch": 0.8571428571428571,
|
| 826 |
+
"grad_norm": 1.096500663411754,
|
| 827 |
+
"learning_rate": 8.55699384101589e-06,
|
| 828 |
+
"loss": 0.3714224100112915,
|
| 829 |
+
"step": 117
|
| 830 |
+
},
|
| 831 |
+
{
|
| 832 |
+
"epoch": 0.8644688644688645,
|
| 833 |
+
"grad_norm": 0.9686738471210327,
|
| 834 |
+
"learning_rate": 8.528351431454352e-06,
|
| 835 |
+
"loss": 0.3586280941963196,
|
| 836 |
+
"step": 118
|
| 837 |
+
},
|
| 838 |
+
{
|
| 839 |
+
"epoch": 0.8717948717948718,
|
| 840 |
+
"grad_norm": 1.1418772784157138,
|
| 841 |
+
"learning_rate": 8.499476508878894e-06,
|
| 842 |
+
"loss": 0.37895333766937256,
|
| 843 |
+
"step": 119
|
| 844 |
+
},
|
| 845 |
+
{
|
| 846 |
+
"epoch": 0.8791208791208791,
|
| 847 |
+
"grad_norm": 1.102623279686654,
|
| 848 |
+
"learning_rate": 8.470370976103171e-06,
|
| 849 |
+
"loss": 0.33410561084747314,
|
| 850 |
+
"step": 120
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"epoch": 0.8864468864468864,
|
| 854 |
+
"grad_norm": 1.2084381697438025,
|
| 855 |
+
"learning_rate": 8.441036751137697e-06,
|
| 856 |
+
"loss": 0.34863168001174927,
|
| 857 |
+
"step": 121
|
| 858 |
+
},
|
| 859 |
+
{
|
| 860 |
+
"epoch": 0.8937728937728938,
|
| 861 |
+
"grad_norm": 1.0221326248807063,
|
| 862 |
+
"learning_rate": 8.411475767063454e-06,
|
| 863 |
+
"loss": 0.36963531374931335,
|
| 864 |
+
"step": 122
|
| 865 |
+
},
|
| 866 |
+
{
|
| 867 |
+
"epoch": 0.9010989010989011,
|
| 868 |
+
"grad_norm": 0.9696301679675473,
|
| 869 |
+
"learning_rate": 8.381689971904514e-06,
|
| 870 |
+
"loss": 0.382631778717041,
|
| 871 |
+
"step": 123
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"epoch": 0.9084249084249084,
|
| 875 |
+
"grad_norm": 1.138279150305765,
|
| 876 |
+
"learning_rate": 8.35168132849965e-06,
|
| 877 |
+
"loss": 0.3976040780544281,
|
| 878 |
+
"step": 124
|
| 879 |
+
},
|
| 880 |
+
{
|
| 881 |
+
"epoch": 0.9157509157509157,
|
| 882 |
+
"grad_norm": 1.0494402894524364,
|
| 883 |
+
"learning_rate": 8.321451814372998e-06,
|
| 884 |
+
"loss": 0.37572136521339417,
|
| 885 |
+
"step": 125
|
| 886 |
+
},
|
| 887 |
+
{
|
| 888 |
+
"epoch": 0.9230769230769231,
|
| 889 |
+
"grad_norm": 1.0892258482751453,
|
| 890 |
+
"learning_rate": 8.29100342160374e-06,
|
| 891 |
+
"loss": 0.3367949426174164,
|
| 892 |
+
"step": 126
|
| 893 |
+
},
|
| 894 |
+
{
|
| 895 |
+
"epoch": 0.9304029304029304,
|
| 896 |
+
"grad_norm": 1.5742935797211806,
|
| 897 |
+
"learning_rate": 8.260338156694836e-06,
|
| 898 |
+
"loss": 0.3577330410480499,
|
| 899 |
+
"step": 127
|
| 900 |
+
},
|
| 901 |
+
{
|
| 902 |
+
"epoch": 0.9377289377289377,
|
| 903 |
+
"grad_norm": 1.0337951916800752,
|
| 904 |
+
"learning_rate": 8.229458040440783e-06,
|
| 905 |
+
"loss": 0.38907700777053833,
|
| 906 |
+
"step": 128
|
| 907 |
+
},
|
| 908 |
+
{
|
| 909 |
+
"epoch": 0.945054945054945,
|
| 910 |
+
"grad_norm": 1.0463672741030141,
|
| 911 |
+
"learning_rate": 8.198365107794457e-06,
|
| 912 |
+
"loss": 0.35719990730285645,
|
| 913 |
+
"step": 129
|
| 914 |
+
},
|
| 915 |
+
{
|
| 916 |
+
"epoch": 0.9523809523809523,
|
| 917 |
+
"grad_norm": 1.150609447800333,
|
| 918 |
+
"learning_rate": 8.167061407733018e-06,
|
| 919 |
+
"loss": 0.3516216278076172,
|
| 920 |
+
"step": 130
|
| 921 |
+
},
|
| 922 |
+
{
|
| 923 |
+
"epoch": 0.9597069597069597,
|
| 924 |
+
"grad_norm": 1.0134109975745493,
|
| 925 |
+
"learning_rate": 8.135549003122871e-06,
|
| 926 |
+
"loss": 0.37219393253326416,
|
| 927 |
+
"step": 131
|
| 928 |
+
},
|
| 929 |
+
{
|
| 930 |
+
"epoch": 0.967032967032967,
|
| 931 |
+
"grad_norm": 1.1888953837381901,
|
| 932 |
+
"learning_rate": 8.103829970583742e-06,
|
| 933 |
+
"loss": 0.3526732325553894,
|
| 934 |
+
"step": 132
|
| 935 |
+
},
|
| 936 |
+
{
|
| 937 |
+
"epoch": 0.9743589743589743,
|
| 938 |
+
"grad_norm": 0.9504435010655483,
|
| 939 |
+
"learning_rate": 8.071906400351823e-06,
|
| 940 |
+
"loss": 0.3242747187614441,
|
| 941 |
+
"step": 133
|
| 942 |
+
},
|
| 943 |
+
{
|
| 944 |
+
"epoch": 0.9816849816849816,
|
| 945 |
+
"grad_norm": 1.1620841266168631,
|
| 946 |
+
"learning_rate": 8.039780396142023e-06,
|
| 947 |
+
"loss": 0.3983690142631531,
|
| 948 |
+
"step": 134
|
| 949 |
+
},
|
| 950 |
+
{
|
| 951 |
+
"epoch": 0.989010989010989,
|
| 952 |
+
"grad_norm": 1.080002653239463,
|
| 953 |
+
"learning_rate": 8.007454075009352e-06,
|
| 954 |
+
"loss": 0.3187519907951355,
|
| 955 |
+
"step": 135
|
| 956 |
+
},
|
| 957 |
+
{
|
| 958 |
+
"epoch": 0.9963369963369964,
|
| 959 |
+
"grad_norm": 1.0777271233101429,
|
| 960 |
+
"learning_rate": 7.974929567209399e-06,
|
| 961 |
+
"loss": 0.33882084488868713,
|
| 962 |
+
"step": 136
|
| 963 |
+
},
|
| 964 |
+
{
|
| 965 |
+
"epoch": 1.0,
|
| 966 |
+
"grad_norm": 2.182267386409593,
|
| 967 |
+
"learning_rate": 7.942209016057954e-06,
|
| 968 |
+
"loss": 0.36792832612991333,
|
| 969 |
+
"step": 137
|
| 970 |
+
},
|
| 971 |
+
{
|
| 972 |
+
"epoch": 1.0073260073260073,
|
| 973 |
+
"grad_norm": 1.0686033471580987,
|
| 974 |
+
"learning_rate": 7.909294577789765e-06,
|
| 975 |
+
"loss": 0.2894274592399597,
|
| 976 |
+
"step": 138
|
| 977 |
+
},
|
| 978 |
+
{
|
| 979 |
+
"epoch": 1.0146520146520146,
|
| 980 |
+
"grad_norm": 1.0153401594780536,
|
| 981 |
+
"learning_rate": 7.87618842141645e-06,
|
| 982 |
+
"loss": 0.30820950865745544,
|
| 983 |
+
"step": 139
|
| 984 |
+
},
|
| 985 |
+
{
|
| 986 |
+
"epoch": 1.021978021978022,
|
| 987 |
+
"grad_norm": 1.0573547123823617,
|
| 988 |
+
"learning_rate": 7.842892728583557e-06,
|
| 989 |
+
"loss": 0.2707104980945587,
|
| 990 |
+
"step": 140
|
| 991 |
+
},
|
| 992 |
+
{
|
| 993 |
+
"epoch": 1.0293040293040292,
|
| 994 |
+
"grad_norm": 1.068424976718832,
|
| 995 |
+
"learning_rate": 7.809409693426803e-06,
|
| 996 |
+
"loss": 0.2870473861694336,
|
| 997 |
+
"step": 141
|
| 998 |
+
},
|
| 999 |
+
{
|
| 1000 |
+
"epoch": 1.0366300366300367,
|
| 1001 |
+
"grad_norm": 1.108505986461051,
|
| 1002 |
+
"learning_rate": 7.775741522427477e-06,
|
| 1003 |
+
"loss": 0.27766191959381104,
|
| 1004 |
+
"step": 142
|
| 1005 |
+
},
|
| 1006 |
+
{
|
| 1007 |
+
"epoch": 1.043956043956044,
|
| 1008 |
+
"grad_norm": 1.0788011444539796,
|
| 1009 |
+
"learning_rate": 7.741890434267043e-06,
|
| 1010 |
+
"loss": 0.2834435999393463,
|
| 1011 |
+
"step": 143
|
| 1012 |
+
},
|
| 1013 |
+
{
|
| 1014 |
+
"epoch": 1.0512820512820513,
|
| 1015 |
+
"grad_norm": 1.2267316092589455,
|
| 1016 |
+
"learning_rate": 7.707858659680924e-06,
|
| 1017 |
+
"loss": 0.2835862338542938,
|
| 1018 |
+
"step": 144
|
| 1019 |
+
},
|
| 1020 |
+
{
|
| 1021 |
+
"epoch": 1.0586080586080586,
|
| 1022 |
+
"grad_norm": 1.3229066354461252,
|
| 1023 |
+
"learning_rate": 7.67364844131151e-06,
|
| 1024 |
+
"loss": 0.27477383613586426,
|
| 1025 |
+
"step": 145
|
| 1026 |
+
},
|
| 1027 |
+
{
|
| 1028 |
+
"epoch": 1.065934065934066,
|
| 1029 |
+
"grad_norm": 1.2384024803974207,
|
| 1030 |
+
"learning_rate": 7.63926203356036e-06,
|
| 1031 |
+
"loss": 0.2960669994354248,
|
| 1032 |
+
"step": 146
|
| 1033 |
+
},
|
| 1034 |
+
{
|
| 1035 |
+
"epoch": 1.0732600732600732,
|
| 1036 |
+
"grad_norm": 1.18044187380908,
|
| 1037 |
+
"learning_rate": 7.604701702439652e-06,
|
| 1038 |
+
"loss": 0.2972232699394226,
|
| 1039 |
+
"step": 147
|
| 1040 |
+
},
|
| 1041 |
+
{
|
| 1042 |
+
"epoch": 1.0805860805860805,
|
| 1043 |
+
"grad_norm": 1.2009282809760102,
|
| 1044 |
+
"learning_rate": 7.5699697254228496e-06,
|
| 1045 |
+
"loss": 0.2825266420841217,
|
| 1046 |
+
"step": 148
|
| 1047 |
+
},
|
| 1048 |
+
{
|
| 1049 |
+
"epoch": 1.0879120879120878,
|
| 1050 |
+
"grad_norm": 1.019088056663372,
|
| 1051 |
+
"learning_rate": 7.535068391294618e-06,
|
| 1052 |
+
"loss": 0.29965272545814514,
|
| 1053 |
+
"step": 149
|
| 1054 |
+
},
|
| 1055 |
+
{
|
| 1056 |
+
"epoch": 1.0952380952380953,
|
| 1057 |
+
"grad_norm": 1.1839639402543083,
|
| 1058 |
+
"learning_rate": 7.500000000000001e-06,
|
| 1059 |
+
"loss": 0.29271137714385986,
|
| 1060 |
+
"step": 150
|
| 1061 |
+
},
|
| 1062 |
+
{
|
| 1063 |
+
"epoch": 1.1025641025641026,
|
| 1064 |
+
"grad_norm": 1.0809429287242711,
|
| 1065 |
+
"learning_rate": 7.464766862492856e-06,
|
| 1066 |
+
"loss": 0.2796112298965454,
|
| 1067 |
+
"step": 151
|
| 1068 |
+
},
|
| 1069 |
+
{
|
| 1070 |
+
"epoch": 1.10989010989011,
|
| 1071 |
+
"grad_norm": 1.1992697090491269,
|
| 1072 |
+
"learning_rate": 7.42937130058357e-06,
|
| 1073 |
+
"loss": 0.28620994091033936,
|
| 1074 |
+
"step": 152
|
| 1075 |
+
},
|
| 1076 |
+
{
|
| 1077 |
+
"epoch": 1.1172161172161172,
|
| 1078 |
+
"grad_norm": 1.1027252290575018,
|
| 1079 |
+
"learning_rate": 7.393815646786047e-06,
|
| 1080 |
+
"loss": 0.2959006428718567,
|
| 1081 |
+
"step": 153
|
| 1082 |
+
},
|
| 1083 |
+
{
|
| 1084 |
+
"epoch": 1.1245421245421245,
|
| 1085 |
+
"grad_norm": 1.0120783087707164,
|
| 1086 |
+
"learning_rate": 7.358102244164003e-06,
|
| 1087 |
+
"loss": 0.29200655221939087,
|
| 1088 |
+
"step": 154
|
| 1089 |
+
},
|
| 1090 |
+
{
|
| 1091 |
+
"epoch": 1.1318681318681318,
|
| 1092 |
+
"grad_norm": 1.1552817802815585,
|
| 1093 |
+
"learning_rate": 7.322233446176571e-06,
|
| 1094 |
+
"loss": 0.29077982902526855,
|
| 1095 |
+
"step": 155
|
| 1096 |
+
},
|
| 1097 |
+
{
|
| 1098 |
+
"epoch": 1.1391941391941391,
|
| 1099 |
+
"grad_norm": 1.1540271695101154,
|
| 1100 |
+
"learning_rate": 7.286211616523193e-06,
|
| 1101 |
+
"loss": 0.29103994369506836,
|
| 1102 |
+
"step": 156
|
| 1103 |
+
},
|
| 1104 |
+
{
|
| 1105 |
+
"epoch": 1.1465201465201464,
|
| 1106 |
+
"grad_norm": 1.0723601056663603,
|
| 1107 |
+
"learning_rate": 7.250039128987874e-06,
|
| 1108 |
+
"loss": 0.2747235894203186,
|
| 1109 |
+
"step": 157
|
| 1110 |
+
},
|
| 1111 |
+
{
|
| 1112 |
+
"epoch": 1.1538461538461537,
|
| 1113 |
+
"grad_norm": 1.1487058706441489,
|
| 1114 |
+
"learning_rate": 7.213718367282737e-06,
|
| 1115 |
+
"loss": 0.30069500207901,
|
| 1116 |
+
"step": 158
|
| 1117 |
+
},
|
| 1118 |
+
{
|
| 1119 |
+
"epoch": 1.1611721611721613,
|
| 1120 |
+
"grad_norm": 1.3318093229671866,
|
| 1121 |
+
"learning_rate": 7.177251724890957e-06,
|
| 1122 |
+
"loss": 0.3071703314781189,
|
| 1123 |
+
"step": 159
|
| 1124 |
+
},
|
| 1125 |
+
{
|
| 1126 |
+
"epoch": 1.1684981684981686,
|
| 1127 |
+
"grad_norm": 1.1534532452958286,
|
| 1128 |
+
"learning_rate": 7.14064160490902e-06,
|
| 1129 |
+
"loss": 0.28914874792099,
|
| 1130 |
+
"step": 160
|
| 1131 |
+
},
|
| 1132 |
+
{
|
| 1133 |
+
"epoch": 1.1758241758241759,
|
| 1134 |
+
"grad_norm": 1.1547701660303746,
|
| 1135 |
+
"learning_rate": 7.103890419888367e-06,
|
| 1136 |
+
"loss": 0.3017809987068176,
|
| 1137 |
+
"step": 161
|
| 1138 |
+
},
|
| 1139 |
+
{
|
| 1140 |
+
"epoch": 1.1831501831501832,
|
| 1141 |
+
"grad_norm": 1.2947227089667261,
|
| 1142 |
+
"learning_rate": 7.067000591676416e-06,
|
| 1143 |
+
"loss": 0.3369286060333252,
|
| 1144 |
+
"step": 162
|
| 1145 |
+
},
|
| 1146 |
+
{
|
| 1147 |
+
"epoch": 1.1904761904761905,
|
| 1148 |
+
"grad_norm": 1.1140895594029996,
|
| 1149 |
+
"learning_rate": 7.029974551256957e-06,
|
| 1150 |
+
"loss": 0.27125978469848633,
|
| 1151 |
+
"step": 163
|
| 1152 |
+
},
|
| 1153 |
+
{
|
| 1154 |
+
"epoch": 1.1978021978021978,
|
| 1155 |
+
"grad_norm": 1.0122537303440942,
|
| 1156 |
+
"learning_rate": 6.992814738589958e-06,
|
| 1157 |
+
"loss": 0.28907060623168945,
|
| 1158 |
+
"step": 164
|
| 1159 |
+
},
|
| 1160 |
+
{
|
| 1161 |
+
"epoch": 1.205128205128205,
|
| 1162 |
+
"grad_norm": 1.025657300579659,
|
| 1163 |
+
"learning_rate": 6.95552360245078e-06,
|
| 1164 |
+
"loss": 0.2677385210990906,
|
| 1165 |
+
"step": 165
|
| 1166 |
+
},
|
| 1167 |
+
{
|
| 1168 |
+
"epoch": 1.2124542124542124,
|
| 1169 |
+
"grad_norm": 1.0823638919225964,
|
| 1170 |
+
"learning_rate": 6.9181036002687985e-06,
|
| 1171 |
+
"loss": 0.27675288915634155,
|
| 1172 |
+
"step": 166
|
| 1173 |
+
},
|
| 1174 |
+
{
|
| 1175 |
+
"epoch": 1.2197802197802199,
|
| 1176 |
+
"grad_norm": 1.0413163959584528,
|
| 1177 |
+
"learning_rate": 6.880557197965465e-06,
|
| 1178 |
+
"loss": 0.3112404942512512,
|
| 1179 |
+
"step": 167
|
| 1180 |
+
},
|
| 1181 |
+
{
|
| 1182 |
+
"epoch": 1.2271062271062272,
|
| 1183 |
+
"grad_norm": 1.0645554729563804,
|
| 1184 |
+
"learning_rate": 6.84288686979181e-06,
|
| 1185 |
+
"loss": 0.2850072383880615,
|
| 1186 |
+
"step": 168
|
| 1187 |
+
},
|
| 1188 |
+
{
|
| 1189 |
+
"epoch": 1.2344322344322345,
|
| 1190 |
+
"grad_norm": 0.8982420186922085,
|
| 1191 |
+
"learning_rate": 6.805095098165388e-06,
|
| 1192 |
+
"loss": 0.26976898312568665,
|
| 1193 |
+
"step": 169
|
| 1194 |
+
},
|
| 1195 |
+
{
|
| 1196 |
+
"epoch": 1.2417582417582418,
|
| 1197 |
+
"grad_norm": 1.1333676300011672,
|
| 1198 |
+
"learning_rate": 6.767184373506698e-06,
|
| 1199 |
+
"loss": 0.2745368480682373,
|
| 1200 |
+
"step": 170
|
| 1201 |
+
},
|
| 1202 |
+
{
|
| 1203 |
+
"epoch": 1.249084249084249,
|
| 1204 |
+
"grad_norm": 1.0709277161683297,
|
| 1205 |
+
"learning_rate": 6.7291571940750575e-06,
|
| 1206 |
+
"loss": 0.2779650390148163,
|
| 1207 |
+
"step": 171
|
| 1208 |
+
},
|
| 1209 |
+
{
|
| 1210 |
+
"epoch": 1.2564102564102564,
|
| 1211 |
+
"grad_norm": 1.0868456188418263,
|
| 1212 |
+
"learning_rate": 6.6910160658039835e-06,
|
| 1213 |
+
"loss": 0.3108050227165222,
|
| 1214 |
+
"step": 172
|
| 1215 |
+
},
|
| 1216 |
+
{
|
| 1217 |
+
"epoch": 1.2637362637362637,
|
| 1218 |
+
"grad_norm": 1.1874804808558082,
|
| 1219 |
+
"learning_rate": 6.652763502136044e-06,
|
| 1220 |
+
"loss": 0.27616167068481445,
|
| 1221 |
+
"step": 173
|
| 1222 |
+
},
|
| 1223 |
+
{
|
| 1224 |
+
"epoch": 1.271062271062271,
|
| 1225 |
+
"grad_norm": 1.0270742547414067,
|
| 1226 |
+
"learning_rate": 6.614402023857231e-06,
|
| 1227 |
+
"loss": 0.26505476236343384,
|
| 1228 |
+
"step": 174
|
| 1229 |
+
},
|
| 1230 |
+
{
|
| 1231 |
+
"epoch": 1.2783882783882783,
|
| 1232 |
+
"grad_norm": 0.9281377603059646,
|
| 1233 |
+
"learning_rate": 6.57593415893085e-06,
|
| 1234 |
+
"loss": 0.26481738686561584,
|
| 1235 |
+
"step": 175
|
| 1236 |
+
},
|
| 1237 |
+
{
|
| 1238 |
+
"epoch": 1.2857142857142856,
|
| 1239 |
+
"grad_norm": 1.0894098307492133,
|
| 1240 |
+
"learning_rate": 6.5373624423309165e-06,
|
| 1241 |
+
"loss": 0.27870288491249084,
|
| 1242 |
+
"step": 176
|
| 1243 |
+
},
|
| 1244 |
+
{
|
| 1245 |
+
"epoch": 1.293040293040293,
|
| 1246 |
+
"grad_norm": 1.074181253190212,
|
| 1247 |
+
"learning_rate": 6.498689415875121e-06,
|
| 1248 |
+
"loss": 0.29720550775527954,
|
| 1249 |
+
"step": 177
|
| 1250 |
+
},
|
| 1251 |
+
{
|
| 1252 |
+
"epoch": 1.3003663003663004,
|
| 1253 |
+
"grad_norm": 1.0913740336999906,
|
| 1254 |
+
"learning_rate": 6.459917628057319e-06,
|
| 1255 |
+
"loss": 0.2793238162994385,
|
| 1256 |
+
"step": 178
|
| 1257 |
+
},
|
| 1258 |
+
{
|
| 1259 |
+
"epoch": 1.3076923076923077,
|
| 1260 |
+
"grad_norm": 1.1164998009762015,
|
| 1261 |
+
"learning_rate": 6.421049633879588e-06,
|
| 1262 |
+
"loss": 0.3088657855987549,
|
| 1263 |
+
"step": 179
|
| 1264 |
+
},
|
| 1265 |
+
{
|
| 1266 |
+
"epoch": 1.315018315018315,
|
| 1267 |
+
"grad_norm": 0.9299860686646102,
|
| 1268 |
+
"learning_rate": 6.3820879946838585e-06,
|
| 1269 |
+
"loss": 0.2543247938156128,
|
| 1270 |
+
"step": 180
|
| 1271 |
+
},
|
| 1272 |
+
{
|
| 1273 |
+
"epoch": 1.3223443223443223,
|
| 1274 |
+
"grad_norm": 1.1571048592937423,
|
| 1275 |
+
"learning_rate": 6.3430352779831275e-06,
|
| 1276 |
+
"loss": 0.2909772992134094,
|
| 1277 |
+
"step": 181
|
| 1278 |
+
},
|
| 1279 |
+
{
|
| 1280 |
+
"epoch": 1.3296703296703296,
|
| 1281 |
+
"grad_norm": 1.094026131808152,
|
| 1282 |
+
"learning_rate": 6.303894057292261e-06,
|
| 1283 |
+
"loss": 0.2640184164047241,
|
| 1284 |
+
"step": 182
|
| 1285 |
+
},
|
| 1286 |
+
{
|
| 1287 |
+
"epoch": 1.3369963369963371,
|
| 1288 |
+
"grad_norm": 0.9363985633369026,
|
| 1289 |
+
"learning_rate": 6.264666911958404e-06,
|
| 1290 |
+
"loss": 0.2943224012851715,
|
| 1291 |
+
"step": 183
|
| 1292 |
+
},
|
| 1293 |
+
{
|
| 1294 |
+
"epoch": 1.3443223443223444,
|
| 1295 |
+
"grad_norm": 1.0969037309510354,
|
| 1296 |
+
"learning_rate": 6.225356426991007e-06,
|
| 1297 |
+
"loss": 0.24726328253746033,
|
| 1298 |
+
"step": 184
|
| 1299 |
+
},
|
| 1300 |
+
{
|
| 1301 |
+
"epoch": 1.3516483516483517,
|
| 1302 |
+
"grad_norm": 1.0885385789514508,
|
| 1303 |
+
"learning_rate": 6.185965192891472e-06,
|
| 1304 |
+
"loss": 0.2971659302711487,
|
| 1305 |
+
"step": 185
|
| 1306 |
+
},
|
| 1307 |
+
{
|
| 1308 |
+
"epoch": 1.358974358974359,
|
| 1309 |
+
"grad_norm": 1.0158089498674099,
|
| 1310 |
+
"learning_rate": 6.146495805482451e-06,
|
| 1311 |
+
"loss": 0.29360431432724,
|
| 1312 |
+
"step": 186
|
| 1313 |
+
},
|
| 1314 |
+
{
|
| 1315 |
+
"epoch": 1.3663003663003663,
|
| 1316 |
+
"grad_norm": 1.3591604878047607,
|
| 1317 |
+
"learning_rate": 6.106950865736777e-06,
|
| 1318 |
+
"loss": 0.2744835615158081,
|
| 1319 |
+
"step": 187
|
| 1320 |
+
},
|
| 1321 |
+
{
|
| 1322 |
+
"epoch": 1.3736263736263736,
|
| 1323 |
+
"grad_norm": 1.0213784235417054,
|
| 1324 |
+
"learning_rate": 6.067332979606069e-06,
|
| 1325 |
+
"loss": 0.2648021876811981,
|
| 1326 |
+
"step": 188
|
| 1327 |
+
},
|
| 1328 |
+
{
|
| 1329 |
+
"epoch": 1.380952380952381,
|
| 1330 |
+
"grad_norm": 1.0816098136800893,
|
| 1331 |
+
"learning_rate": 6.027644757849004e-06,
|
| 1332 |
+
"loss": 0.32366281747817993,
|
| 1333 |
+
"step": 189
|
| 1334 |
+
},
|
| 1335 |
+
{
|
| 1336 |
+
"epoch": 1.3882783882783882,
|
| 1337 |
+
"grad_norm": 1.0884347912067143,
|
| 1338 |
+
"learning_rate": 5.987888815859266e-06,
|
| 1339 |
+
"loss": 0.2866742014884949,
|
| 1340 |
+
"step": 190
|
| 1341 |
+
},
|
| 1342 |
+
{
|
| 1343 |
+
"epoch": 1.3956043956043955,
|
| 1344 |
+
"grad_norm": 0.915669390965943,
|
| 1345 |
+
"learning_rate": 5.948067773493205e-06,
|
| 1346 |
+
"loss": 0.30587273836135864,
|
| 1347 |
+
"step": 191
|
| 1348 |
+
},
|
| 1349 |
+
{
|
| 1350 |
+
"epoch": 1.4029304029304028,
|
| 1351 |
+
"grad_norm": 1.0927318653030724,
|
| 1352 |
+
"learning_rate": 5.908184254897183e-06,
|
| 1353 |
+
"loss": 0.314590185880661,
|
| 1354 |
+
"step": 192
|
| 1355 |
+
},
|
| 1356 |
+
{
|
| 1357 |
+
"epoch": 1.4102564102564101,
|
| 1358 |
+
"grad_norm": 1.1120641499678694,
|
| 1359 |
+
"learning_rate": 5.8682408883346535e-06,
|
| 1360 |
+
"loss": 0.30427268147468567,
|
| 1361 |
+
"step": 193
|
| 1362 |
+
},
|
| 1363 |
+
{
|
| 1364 |
+
"epoch": 1.4175824175824177,
|
| 1365 |
+
"grad_norm": 1.004808225175699,
|
| 1366 |
+
"learning_rate": 5.828240306012957e-06,
|
| 1367 |
+
"loss": 0.26962751150131226,
|
| 1368 |
+
"step": 194
|
| 1369 |
+
},
|
| 1370 |
+
{
|
| 1371 |
+
"epoch": 1.424908424908425,
|
| 1372 |
+
"grad_norm": 1.1800129602480383,
|
| 1373 |
+
"learning_rate": 5.788185143909868e-06,
|
| 1374 |
+
"loss": 0.3093605637550354,
|
| 1375 |
+
"step": 195
|
| 1376 |
+
},
|
| 1377 |
+
{
|
| 1378 |
+
"epoch": 1.4322344322344323,
|
| 1379 |
+
"grad_norm": 1.1081211032827851,
|
| 1380 |
+
"learning_rate": 5.74807804159989e-06,
|
| 1381 |
+
"loss": 0.2661038935184479,
|
| 1382 |
+
"step": 196
|
| 1383 |
+
},
|
| 1384 |
+
{
|
| 1385 |
+
"epoch": 1.4395604395604396,
|
| 1386 |
+
"grad_norm": 1.0397696208232112,
|
| 1387 |
+
"learning_rate": 5.7079216420803e-06,
|
| 1388 |
+
"loss": 0.26260125637054443,
|
| 1389 |
+
"step": 197
|
| 1390 |
+
},
|
| 1391 |
+
{
|
| 1392 |
+
"epoch": 1.4468864468864469,
|
| 1393 |
+
"grad_norm": 1.0675565712457995,
|
| 1394 |
+
"learning_rate": 5.66771859159699e-06,
|
| 1395 |
+
"loss": 0.30148035287857056,
|
| 1396 |
+
"step": 198
|
| 1397 |
+
},
|
| 1398 |
+
{
|
| 1399 |
+
"epoch": 1.4542124542124542,
|
| 1400 |
+
"grad_norm": 1.0592600391219584,
|
| 1401 |
+
"learning_rate": 5.6274715394700805e-06,
|
| 1402 |
+
"loss": 0.2963045537471771,
|
| 1403 |
+
"step": 199
|
| 1404 |
+
},
|
| 1405 |
+
{
|
| 1406 |
+
"epoch": 1.4615384615384617,
|
| 1407 |
+
"grad_norm": 1.1774403611908744,
|
| 1408 |
+
"learning_rate": 5.587183137919332e-06,
|
| 1409 |
+
"loss": 0.3152458071708679,
|
| 1410 |
+
"step": 200
|
| 1411 |
+
},
|
| 1412 |
+
{
|
| 1413 |
+
"epoch": 1.468864468864469,
|
| 1414 |
+
"grad_norm": 1.0787649372567354,
|
| 1415 |
+
"learning_rate": 5.546856041889374e-06,
|
| 1416 |
+
"loss": 0.27110299468040466,
|
| 1417 |
+
"step": 201
|
| 1418 |
+
},
|
| 1419 |
+
{
|
| 1420 |
+
"epoch": 1.4761904761904763,
|
| 1421 |
+
"grad_norm": 0.9830650827059149,
|
| 1422 |
+
"learning_rate": 5.5064929088747324e-06,
|
| 1423 |
+
"loss": 0.28375378251075745,
|
| 1424 |
+
"step": 202
|
| 1425 |
+
},
|
| 1426 |
+
{
|
| 1427 |
+
"epoch": 1.4835164835164836,
|
| 1428 |
+
"grad_norm": 1.134296905235914,
|
| 1429 |
+
"learning_rate": 5.46609639874473e-06,
|
| 1430 |
+
"loss": 0.29090097546577454,
|
| 1431 |
+
"step": 203
|
| 1432 |
+
},
|
| 1433 |
+
{
|
| 1434 |
+
"epoch": 1.4908424908424909,
|
| 1435 |
+
"grad_norm": 1.282298463772494,
|
| 1436 |
+
"learning_rate": 5.425669173568179e-06,
|
| 1437 |
+
"loss": 0.3167083263397217,
|
| 1438 |
+
"step": 204
|
| 1439 |
+
},
|
| 1440 |
+
{
|
| 1441 |
+
"epoch": 1.4981684981684982,
|
| 1442 |
+
"grad_norm": 1.0742616101894822,
|
| 1443 |
+
"learning_rate": 5.385213897437975e-06,
|
| 1444 |
+
"loss": 0.25165435671806335,
|
| 1445 |
+
"step": 205
|
| 1446 |
+
},
|
| 1447 |
+
{
|
| 1448 |
+
"epoch": 1.5054945054945055,
|
| 1449 |
+
"grad_norm": 1.1328142095892046,
|
| 1450 |
+
"learning_rate": 5.344733236295525e-06,
|
| 1451 |
+
"loss": 0.27617213129997253,
|
| 1452 |
+
"step": 206
|
| 1453 |
+
},
|
| 1454 |
+
{
|
| 1455 |
+
"epoch": 1.5128205128205128,
|
| 1456 |
+
"grad_norm": 1.0219367549951983,
|
| 1457 |
+
"learning_rate": 5.30422985775507e-06,
|
| 1458 |
+
"loss": 0.25958195328712463,
|
| 1459 |
+
"step": 207
|
| 1460 |
+
},
|
| 1461 |
+
{
|
| 1462 |
+
"epoch": 1.52014652014652,
|
| 1463 |
+
"grad_norm": 1.0847411482729885,
|
| 1464 |
+
"learning_rate": 5.263706430927895e-06,
|
| 1465 |
+
"loss": 0.2788093686103821,
|
| 1466 |
+
"step": 208
|
| 1467 |
+
},
|
| 1468 |
+
{
|
| 1469 |
+
"epoch": 1.5274725274725274,
|
| 1470 |
+
"grad_norm": 1.2394999596242242,
|
| 1471 |
+
"learning_rate": 5.223165626246432e-06,
|
| 1472 |
+
"loss": 0.30942243337631226,
|
| 1473 |
+
"step": 209
|
| 1474 |
+
},
|
| 1475 |
+
{
|
| 1476 |
+
"epoch": 1.5347985347985347,
|
| 1477 |
+
"grad_norm": 1.0406322641722239,
|
| 1478 |
+
"learning_rate": 5.182610115288296e-06,
|
| 1479 |
+
"loss": 0.3002859950065613,
|
| 1480 |
+
"step": 210
|
| 1481 |
+
},
|
| 1482 |
+
{
|
| 1483 |
+
"epoch": 1.542124542124542,
|
| 1484 |
+
"grad_norm": 1.0478051687617,
|
| 1485 |
+
"learning_rate": 5.142042570600212e-06,
|
| 1486 |
+
"loss": 0.2850934565067291,
|
| 1487 |
+
"step": 211
|
| 1488 |
+
},
|
| 1489 |
+
{
|
| 1490 |
+
"epoch": 1.5494505494505495,
|
| 1491 |
+
"grad_norm": 1.082184087642848,
|
| 1492 |
+
"learning_rate": 5.101465665521919e-06,
|
| 1493 |
+
"loss": 0.29597795009613037,
|
| 1494 |
+
"step": 212
|
| 1495 |
+
},
|
| 1496 |
+
{
|
| 1497 |
+
"epoch": 1.5567765567765568,
|
| 1498 |
+
"grad_norm": 1.1107024805480228,
|
| 1499 |
+
"learning_rate": 5.060882074009988e-06,
|
| 1500 |
+
"loss": 0.3078245520591736,
|
| 1501 |
+
"step": 213
|
| 1502 |
+
},
|
| 1503 |
+
{
|
| 1504 |
+
"epoch": 1.564102564102564,
|
| 1505 |
+
"grad_norm": 1.0296929677102222,
|
| 1506 |
+
"learning_rate": 5.020294470461615e-06,
|
| 1507 |
+
"loss": 0.2921220064163208,
|
| 1508 |
+
"step": 214
|
| 1509 |
+
},
|
| 1510 |
+
{
|
| 1511 |
+
"epoch": 1.5714285714285714,
|
| 1512 |
+
"grad_norm": 1.0540827764915854,
|
| 1513 |
+
"learning_rate": 4.979705529538385e-06,
|
| 1514 |
+
"loss": 0.2733391523361206,
|
| 1515 |
+
"step": 215
|
| 1516 |
+
},
|
| 1517 |
+
{
|
| 1518 |
+
"epoch": 1.578754578754579,
|
| 1519 |
+
"grad_norm": 0.9652888358034895,
|
| 1520 |
+
"learning_rate": 4.939117925990013e-06,
|
| 1521 |
+
"loss": 0.2933793365955353,
|
| 1522 |
+
"step": 216
|
| 1523 |
+
},
|
| 1524 |
+
{
|
| 1525 |
+
"epoch": 1.5860805860805862,
|
| 1526 |
+
"grad_norm": 1.1196595116135142,
|
| 1527 |
+
"learning_rate": 4.8985343344780815e-06,
|
| 1528 |
+
"loss": 0.31104928255081177,
|
| 1529 |
+
"step": 217
|
| 1530 |
+
},
|
| 1531 |
+
{
|
| 1532 |
+
"epoch": 1.5934065934065935,
|
| 1533 |
+
"grad_norm": 1.0078579598513866,
|
| 1534 |
+
"learning_rate": 4.857957429399788e-06,
|
| 1535 |
+
"loss": 0.2975787818431854,
|
| 1536 |
+
"step": 218
|
| 1537 |
+
},
|
| 1538 |
+
{
|
| 1539 |
+
"epoch": 1.6007326007326008,
|
| 1540 |
+
"grad_norm": 1.003543299759328,
|
| 1541 |
+
"learning_rate": 4.817389884711706e-06,
|
| 1542 |
+
"loss": 0.2911156117916107,
|
| 1543 |
+
"step": 219
|
| 1544 |
+
},
|
| 1545 |
+
{
|
| 1546 |
+
"epoch": 1.6080586080586081,
|
| 1547 |
+
"grad_norm": 1.117174701168215,
|
| 1548 |
+
"learning_rate": 4.7768343737535694e-06,
|
| 1549 |
+
"loss": 0.28502243757247925,
|
| 1550 |
+
"step": 220
|
| 1551 |
+
},
|
| 1552 |
+
{
|
| 1553 |
+
"epoch": 1.6153846153846154,
|
| 1554 |
+
"grad_norm": 1.2387468209978119,
|
| 1555 |
+
"learning_rate": 4.736293569072108e-06,
|
| 1556 |
+
"loss": 0.3383062779903412,
|
| 1557 |
+
"step": 221
|
| 1558 |
+
},
|
| 1559 |
+
{
|
| 1560 |
+
"epoch": 1.6227106227106227,
|
| 1561 |
+
"grad_norm": 0.9751319932294236,
|
| 1562 |
+
"learning_rate": 4.695770142244931e-06,
|
| 1563 |
+
"loss": 0.26932916045188904,
|
| 1564 |
+
"step": 222
|
| 1565 |
+
},
|
| 1566 |
+
{
|
| 1567 |
+
"epoch": 1.63003663003663,
|
| 1568 |
+
"grad_norm": 1.0756446276168852,
|
| 1569 |
+
"learning_rate": 4.655266763704476e-06,
|
| 1570 |
+
"loss": 0.2709274888038635,
|
| 1571 |
+
"step": 223
|
| 1572 |
+
},
|
| 1573 |
+
{
|
| 1574 |
+
"epoch": 1.6373626373626373,
|
| 1575 |
+
"grad_norm": 1.0873882111356061,
|
| 1576 |
+
"learning_rate": 4.614786102562026e-06,
|
| 1577 |
+
"loss": 0.30510762333869934,
|
| 1578 |
+
"step": 224
|
| 1579 |
+
},
|
| 1580 |
+
{
|
| 1581 |
+
"epoch": 1.6446886446886446,
|
| 1582 |
+
"grad_norm": 0.9991578718833676,
|
| 1583 |
+
"learning_rate": 4.574330826431822e-06,
|
| 1584 |
+
"loss": 0.271587610244751,
|
| 1585 |
+
"step": 225
|
| 1586 |
+
},
|
| 1587 |
+
{
|
| 1588 |
+
"epoch": 1.652014652014652,
|
| 1589 |
+
"grad_norm": 0.9959466132377315,
|
| 1590 |
+
"learning_rate": 4.533903601255272e-06,
|
| 1591 |
+
"loss": 0.27231907844543457,
|
| 1592 |
+
"step": 226
|
| 1593 |
+
},
|
| 1594 |
+
{
|
| 1595 |
+
"epoch": 1.6593406593406592,
|
| 1596 |
+
"grad_norm": 1.1774838310535634,
|
| 1597 |
+
"learning_rate": 4.493507091125269e-06,
|
| 1598 |
+
"loss": 0.2669839560985565,
|
| 1599 |
+
"step": 227
|
| 1600 |
+
},
|
| 1601 |
+
{
|
| 1602 |
+
"epoch": 1.6666666666666665,
|
| 1603 |
+
"grad_norm": 1.0881926934718549,
|
| 1604 |
+
"learning_rate": 4.4531439581106295e-06,
|
| 1605 |
+
"loss": 0.2904966175556183,
|
| 1606 |
+
"step": 228
|
| 1607 |
+
},
|
| 1608 |
+
{
|
| 1609 |
+
"epoch": 1.673992673992674,
|
| 1610 |
+
"grad_norm": 1.1146102161723215,
|
| 1611 |
+
"learning_rate": 4.412816862080668e-06,
|
| 1612 |
+
"loss": 0.2829638123512268,
|
| 1613 |
+
"step": 229
|
| 1614 |
+
},
|
| 1615 |
+
{
|
| 1616 |
+
"epoch": 1.6813186813186813,
|
| 1617 |
+
"grad_norm": 1.1410084762917667,
|
| 1618 |
+
"learning_rate": 4.37252846052992e-06,
|
| 1619 |
+
"loss": 0.31257230043411255,
|
| 1620 |
+
"step": 230
|
| 1621 |
+
},
|
| 1622 |
+
{
|
| 1623 |
+
"epoch": 1.6886446886446886,
|
| 1624 |
+
"grad_norm": 1.1796551533789368,
|
| 1625 |
+
"learning_rate": 4.332281408403011e-06,
|
| 1626 |
+
"loss": 0.2940324544906616,
|
| 1627 |
+
"step": 231
|
| 1628 |
+
},
|
| 1629 |
+
{
|
| 1630 |
+
"epoch": 1.695970695970696,
|
| 1631 |
+
"grad_norm": 0.9380068545214617,
|
| 1632 |
+
"learning_rate": 4.292078357919701e-06,
|
| 1633 |
+
"loss": 0.27315038442611694,
|
| 1634 |
+
"step": 232
|
| 1635 |
+
},
|
| 1636 |
+
{
|
| 1637 |
+
"epoch": 1.7032967032967035,
|
| 1638 |
+
"grad_norm": 1.1309971396055292,
|
| 1639 |
+
"learning_rate": 4.2519219584001106e-06,
|
| 1640 |
+
"loss": 0.31711578369140625,
|
| 1641 |
+
"step": 233
|
| 1642 |
+
},
|
| 1643 |
+
{
|
| 1644 |
+
"epoch": 1.7106227106227108,
|
| 1645 |
+
"grad_norm": 1.0898708429146375,
|
| 1646 |
+
"learning_rate": 4.2118148560901325e-06,
|
| 1647 |
+
"loss": 0.27645236253738403,
|
| 1648 |
+
"step": 234
|
| 1649 |
+
},
|
| 1650 |
+
{
|
| 1651 |
+
"epoch": 1.717948717948718,
|
| 1652 |
+
"grad_norm": 0.9890674690676207,
|
| 1653 |
+
"learning_rate": 4.171759693987046e-06,
|
| 1654 |
+
"loss": 0.2982947528362274,
|
| 1655 |
+
"step": 235
|
| 1656 |
+
},
|
| 1657 |
+
{
|
| 1658 |
+
"epoch": 1.7252747252747254,
|
| 1659 |
+
"grad_norm": 1.0308735193031042,
|
| 1660 |
+
"learning_rate": 4.131759111665349e-06,
|
| 1661 |
+
"loss": 0.27972856163978577,
|
| 1662 |
+
"step": 236
|
| 1663 |
+
},
|
| 1664 |
+
{
|
| 1665 |
+
"epoch": 1.7326007326007327,
|
| 1666 |
+
"grad_norm": 0.9974962409078789,
|
| 1667 |
+
"learning_rate": 4.091815745102818e-06,
|
| 1668 |
+
"loss": 0.2757408916950226,
|
| 1669 |
+
"step": 237
|
| 1670 |
+
},
|
| 1671 |
+
{
|
| 1672 |
+
"epoch": 1.73992673992674,
|
| 1673 |
+
"grad_norm": 1.040632796534077,
|
| 1674 |
+
"learning_rate": 4.051932226506797e-06,
|
| 1675 |
+
"loss": 0.2961726784706116,
|
| 1676 |
+
"step": 238
|
| 1677 |
+
},
|
| 1678 |
+
{
|
| 1679 |
+
"epoch": 1.7472527472527473,
|
| 1680 |
+
"grad_norm": 1.0688391666784938,
|
| 1681 |
+
"learning_rate": 4.0121111841407345e-06,
|
| 1682 |
+
"loss": 0.2576867938041687,
|
| 1683 |
+
"step": 239
|
| 1684 |
+
},
|
| 1685 |
+
{
|
| 1686 |
+
"epoch": 1.7545787545787546,
|
| 1687 |
+
"grad_norm": 1.044156456246768,
|
| 1688 |
+
"learning_rate": 3.9723552421509975e-06,
|
| 1689 |
+
"loss": 0.27895694971084595,
|
| 1690 |
+
"step": 240
|
| 1691 |
+
},
|
| 1692 |
+
{
|
| 1693 |
+
"epoch": 1.7619047619047619,
|
| 1694 |
+
"grad_norm": 0.9743851064122274,
|
| 1695 |
+
"learning_rate": 3.932667020393933e-06,
|
| 1696 |
+
"loss": 0.2776602804660797,
|
| 1697 |
+
"step": 241
|
| 1698 |
+
},
|
| 1699 |
+
{
|
| 1700 |
+
"epoch": 1.7692307692307692,
|
| 1701 |
+
"grad_norm": 0.9129387125371341,
|
| 1702 |
+
"learning_rate": 3.8930491342632235e-06,
|
| 1703 |
+
"loss": 0.2480865716934204,
|
| 1704 |
+
"step": 242
|
| 1705 |
+
},
|
| 1706 |
+
{
|
| 1707 |
+
"epoch": 1.7765567765567765,
|
| 1708 |
+
"grad_norm": 1.0565234983933456,
|
| 1709 |
+
"learning_rate": 3.853504194517551e-06,
|
| 1710 |
+
"loss": 0.290374755859375,
|
| 1711 |
+
"step": 243
|
| 1712 |
+
},
|
| 1713 |
+
{
|
| 1714 |
+
"epoch": 1.7838827838827838,
|
| 1715 |
+
"grad_norm": 1.0245173104357006,
|
| 1716 |
+
"learning_rate": 3.814034807108529e-06,
|
| 1717 |
+
"loss": 0.27799317240715027,
|
| 1718 |
+
"step": 244
|
| 1719 |
+
},
|
| 1720 |
+
{
|
| 1721 |
+
"epoch": 1.791208791208791,
|
| 1722 |
+
"grad_norm": 1.1247482481535258,
|
| 1723 |
+
"learning_rate": 3.774643573008995e-06,
|
| 1724 |
+
"loss": 0.287639319896698,
|
| 1725 |
+
"step": 245
|
| 1726 |
+
},
|
| 1727 |
+
{
|
| 1728 |
+
"epoch": 1.7985347985347986,
|
| 1729 |
+
"grad_norm": 1.2831629362435393,
|
| 1730 |
+
"learning_rate": 3.7353330880415963e-06,
|
| 1731 |
+
"loss": 0.2996615171432495,
|
| 1732 |
+
"step": 246
|
| 1733 |
+
},
|
| 1734 |
+
{
|
| 1735 |
+
"epoch": 1.8058608058608059,
|
| 1736 |
+
"grad_norm": 0.9631002049148443,
|
| 1737 |
+
"learning_rate": 3.6961059427077407e-06,
|
| 1738 |
+
"loss": 0.2891607880592346,
|
| 1739 |
+
"step": 247
|
| 1740 |
+
},
|
| 1741 |
+
{
|
| 1742 |
+
"epoch": 1.8131868131868132,
|
| 1743 |
+
"grad_norm": 1.0326234643935235,
|
| 1744 |
+
"learning_rate": 3.656964722016875e-06,
|
| 1745 |
+
"loss": 0.2577850818634033,
|
| 1746 |
+
"step": 248
|
| 1747 |
+
},
|
| 1748 |
+
{
|
| 1749 |
+
"epoch": 1.8205128205128205,
|
| 1750 |
+
"grad_norm": 0.9666099123254006,
|
| 1751 |
+
"learning_rate": 3.617912005316142e-06,
|
| 1752 |
+
"loss": 0.25415879487991333,
|
| 1753 |
+
"step": 249
|
| 1754 |
+
},
|
| 1755 |
+
{
|
| 1756 |
+
"epoch": 1.8278388278388278,
|
| 1757 |
+
"grad_norm": 0.9577101943470598,
|
| 1758 |
+
"learning_rate": 3.578950366120414e-06,
|
| 1759 |
+
"loss": 0.2674415111541748,
|
| 1760 |
+
"step": 250
|
| 1761 |
+
},
|
| 1762 |
+
{
|
| 1763 |
+
"epoch": 1.8351648351648353,
|
| 1764 |
+
"grad_norm": 1.2104620184418453,
|
| 1765 |
+
"learning_rate": 3.540082371942682e-06,
|
| 1766 |
+
"loss": 0.29486364126205444,
|
| 1767 |
+
"step": 251
|
| 1768 |
+
},
|
| 1769 |
+
{
|
| 1770 |
+
"epoch": 1.8424908424908426,
|
| 1771 |
+
"grad_norm": 1.1130183230560342,
|
| 1772 |
+
"learning_rate": 3.5013105841248794e-06,
|
| 1773 |
+
"loss": 0.28867706656455994,
|
| 1774 |
+
"step": 252
|
| 1775 |
+
},
|
| 1776 |
+
{
|
| 1777 |
+
"epoch": 1.84981684981685,
|
| 1778 |
+
"grad_norm": 0.960795493916683,
|
| 1779 |
+
"learning_rate": 3.462637557669084e-06,
|
| 1780 |
+
"loss": 0.27347224950790405,
|
| 1781 |
+
"step": 253
|
| 1782 |
+
},
|
| 1783 |
+
{
|
| 1784 |
+
"epoch": 1.8571428571428572,
|
| 1785 |
+
"grad_norm": 1.053963606829607,
|
| 1786 |
+
"learning_rate": 3.424065841069152e-06,
|
| 1787 |
+
"loss": 0.27742648124694824,
|
| 1788 |
+
"step": 254
|
| 1789 |
+
},
|
| 1790 |
+
{
|
| 1791 |
+
"epoch": 1.8644688644688645,
|
| 1792 |
+
"grad_norm": 1.073637011494531,
|
| 1793 |
+
"learning_rate": 3.3855979761427705e-06,
|
| 1794 |
+
"loss": 0.30111193656921387,
|
| 1795 |
+
"step": 255
|
| 1796 |
+
},
|
| 1797 |
+
{
|
| 1798 |
+
"epoch": 1.8717948717948718,
|
| 1799 |
+
"grad_norm": 1.006804490181391,
|
| 1800 |
+
"learning_rate": 3.347236497863957e-06,
|
| 1801 |
+
"loss": 0.2510993182659149,
|
| 1802 |
+
"step": 256
|
| 1803 |
+
},
|
| 1804 |
+
{
|
| 1805 |
+
"epoch": 1.879120879120879,
|
| 1806 |
+
"grad_norm": 0.9797151960888058,
|
| 1807 |
+
"learning_rate": 3.308983934196018e-06,
|
| 1808 |
+
"loss": 0.2800617218017578,
|
| 1809 |
+
"step": 257
|
| 1810 |
+
},
|
| 1811 |
+
{
|
| 1812 |
+
"epoch": 1.8864468864468864,
|
| 1813 |
+
"grad_norm": 1.1964125842584994,
|
| 1814 |
+
"learning_rate": 3.2708428059249437e-06,
|
| 1815 |
+
"loss": 0.28070536255836487,
|
| 1816 |
+
"step": 258
|
| 1817 |
+
},
|
| 1818 |
+
{
|
| 1819 |
+
"epoch": 1.8937728937728937,
|
| 1820 |
+
"grad_norm": 1.0143522113609016,
|
| 1821 |
+
"learning_rate": 3.2328156264933043e-06,
|
| 1822 |
+
"loss": 0.28813984990119934,
|
| 1823 |
+
"step": 259
|
| 1824 |
+
},
|
| 1825 |
+
{
|
| 1826 |
+
"epoch": 1.901098901098901,
|
| 1827 |
+
"grad_norm": 1.0887942458637438,
|
| 1828 |
+
"learning_rate": 3.194904901834613e-06,
|
| 1829 |
+
"loss": 0.27424943447113037,
|
| 1830 |
+
"step": 260
|
| 1831 |
+
},
|
| 1832 |
+
{
|
| 1833 |
+
"epoch": 1.9084249084249083,
|
| 1834 |
+
"grad_norm": 0.9073919323524343,
|
| 1835 |
+
"learning_rate": 3.1571131302081916e-06,
|
| 1836 |
+
"loss": 0.2768292725086212,
|
| 1837 |
+
"step": 261
|
| 1838 |
+
},
|
| 1839 |
+
{
|
| 1840 |
+
"epoch": 1.9157509157509156,
|
| 1841 |
+
"grad_norm": 0.9850360881093612,
|
| 1842 |
+
"learning_rate": 3.1194428020345375e-06,
|
| 1843 |
+
"loss": 0.318487286567688,
|
| 1844 |
+
"step": 262
|
| 1845 |
+
},
|
| 1846 |
+
{
|
| 1847 |
+
"epoch": 1.9230769230769231,
|
| 1848 |
+
"grad_norm": 1.0090745199197444,
|
| 1849 |
+
"learning_rate": 3.081896399731202e-06,
|
| 1850 |
+
"loss": 0.2533684968948364,
|
| 1851 |
+
"step": 263
|
| 1852 |
+
},
|
| 1853 |
+
{
|
| 1854 |
+
"epoch": 1.9304029304029304,
|
| 1855 |
+
"grad_norm": 1.1058329729628358,
|
| 1856 |
+
"learning_rate": 3.044476397549221e-06,
|
| 1857 |
+
"loss": 0.27426987886428833,
|
| 1858 |
+
"step": 264
|
| 1859 |
+
},
|
| 1860 |
+
{
|
| 1861 |
+
"epoch": 1.9377289377289377,
|
| 1862 |
+
"grad_norm": 1.0176581083684877,
|
| 1863 |
+
"learning_rate": 3.0071852614100427e-06,
|
| 1864 |
+
"loss": 0.27716314792633057,
|
| 1865 |
+
"step": 265
|
| 1866 |
+
},
|
| 1867 |
+
{
|
| 1868 |
+
"epoch": 1.945054945054945,
|
| 1869 |
+
"grad_norm": 1.0536498699210162,
|
| 1870 |
+
"learning_rate": 2.9700254487430448e-06,
|
| 1871 |
+
"loss": 0.2791192829608917,
|
| 1872 |
+
"step": 266
|
| 1873 |
+
},
|
| 1874 |
+
{
|
| 1875 |
+
"epoch": 1.9523809523809523,
|
| 1876 |
+
"grad_norm": 1.1327721722858968,
|
| 1877 |
+
"learning_rate": 2.9329994083235857e-06,
|
| 1878 |
+
"loss": 0.2645677626132965,
|
| 1879 |
+
"step": 267
|
| 1880 |
+
},
|
| 1881 |
+
{
|
| 1882 |
+
"epoch": 1.9597069597069599,
|
| 1883 |
+
"grad_norm": 1.078652769506114,
|
| 1884 |
+
"learning_rate": 2.896109580111634e-06,
|
| 1885 |
+
"loss": 0.27191221714019775,
|
| 1886 |
+
"step": 268
|
| 1887 |
+
},
|
| 1888 |
+
{
|
| 1889 |
+
"epoch": 1.9670329670329672,
|
| 1890 |
+
"grad_norm": 1.1837421082764947,
|
| 1891 |
+
"learning_rate": 2.8593583950909833e-06,
|
| 1892 |
+
"loss": 0.2969869375228882,
|
| 1893 |
+
"step": 269
|
| 1894 |
+
},
|
| 1895 |
+
{
|
| 1896 |
+
"epoch": 1.9743589743589745,
|
| 1897 |
+
"grad_norm": 0.9930141875119173,
|
| 1898 |
+
"learning_rate": 2.8227482751090445e-06,
|
| 1899 |
+
"loss": 0.25214335322380066,
|
| 1900 |
+
"step": 270
|
| 1901 |
+
},
|
| 1902 |
+
{
|
| 1903 |
+
"epoch": 1.9816849816849818,
|
| 1904 |
+
"grad_norm": 1.0475298808452358,
|
| 1905 |
+
"learning_rate": 2.786281632717264e-06,
|
| 1906 |
+
"loss": 0.29422906041145325,
|
| 1907 |
+
"step": 271
|
| 1908 |
+
},
|
| 1909 |
+
{
|
| 1910 |
+
"epoch": 1.989010989010989,
|
| 1911 |
+
"grad_norm": 1.0442095186311762,
|
| 1912 |
+
"learning_rate": 2.749960871012129e-06,
|
| 1913 |
+
"loss": 0.30069488286972046,
|
| 1914 |
+
"step": 272
|
| 1915 |
+
},
|
| 1916 |
+
{
|
| 1917 |
+
"epoch": 1.9963369963369964,
|
| 1918 |
+
"grad_norm": 0.9446344835083768,
|
| 1919 |
+
"learning_rate": 2.7137883834768076e-06,
|
| 1920 |
+
"loss": 0.29935750365257263,
|
| 1921 |
+
"step": 273
|
| 1922 |
+
},
|
| 1923 |
+
{
|
| 1924 |
+
"epoch": 2.0,
|
| 1925 |
+
"grad_norm": 1.8903335357771034,
|
| 1926 |
+
"learning_rate": 2.6777665538234292e-06,
|
| 1927 |
+
"loss": 0.26212257146835327,
|
| 1928 |
+
"step": 274
|
| 1929 |
+
},
|
| 1930 |
+
{
|
| 1931 |
+
"epoch": 2.0073260073260073,
|
| 1932 |
+
"grad_norm": 1.0872778312217004,
|
| 1933 |
+
"learning_rate": 2.641897755835997e-06,
|
| 1934 |
+
"loss": 0.2080368995666504,
|
| 1935 |
+
"step": 275
|
| 1936 |
+
},
|
| 1937 |
+
{
|
| 1938 |
+
"epoch": 2.0146520146520146,
|
| 1939 |
+
"grad_norm": 1.153142895526473,
|
| 1940 |
+
"learning_rate": 2.6061843532139563e-06,
|
| 1941 |
+
"loss": 0.22341328859329224,
|
| 1942 |
+
"step": 276
|
| 1943 |
+
},
|
| 1944 |
+
{
|
| 1945 |
+
"epoch": 2.021978021978022,
|
| 1946 |
+
"grad_norm": 0.9779095973602308,
|
| 1947 |
+
"learning_rate": 2.5706286994164315e-06,
|
| 1948 |
+
"loss": 0.22445546090602875,
|
| 1949 |
+
"step": 277
|
| 1950 |
+
},
|
| 1951 |
+
{
|
| 1952 |
+
"epoch": 2.029304029304029,
|
| 1953 |
+
"grad_norm": 1.1817760186238315,
|
| 1954 |
+
"learning_rate": 2.5352331375071437e-06,
|
| 1955 |
+
"loss": 0.23708981275558472,
|
| 1956 |
+
"step": 278
|
| 1957 |
+
},
|
| 1958 |
+
{
|
| 1959 |
+
"epoch": 2.0366300366300365,
|
| 1960 |
+
"grad_norm": 1.023239338905551,
|
| 1961 |
+
"learning_rate": 2.5000000000000015e-06,
|
| 1962 |
+
"loss": 0.22113129496574402,
|
| 1963 |
+
"step": 279
|
| 1964 |
+
},
|
| 1965 |
+
{
|
| 1966 |
+
"epoch": 2.043956043956044,
|
| 1967 |
+
"grad_norm": 1.1289343692866138,
|
| 1968 |
+
"learning_rate": 2.464931608705384e-06,
|
| 1969 |
+
"loss": 0.24936091899871826,
|
| 1970 |
+
"step": 280
|
| 1971 |
+
},
|
| 1972 |
+
{
|
| 1973 |
+
"epoch": 2.051282051282051,
|
| 1974 |
+
"grad_norm": 1.0298366936737875,
|
| 1975 |
+
"learning_rate": 2.430030274577151e-06,
|
| 1976 |
+
"loss": 0.22182141244411469,
|
| 1977 |
+
"step": 281
|
| 1978 |
+
},
|
| 1979 |
+
{
|
| 1980 |
+
"epoch": 2.0586080586080584,
|
| 1981 |
+
"grad_norm": 0.9322342047480516,
|
| 1982 |
+
"learning_rate": 2.3952982975603494e-06,
|
| 1983 |
+
"loss": 0.24618740379810333,
|
| 1984 |
+
"step": 282
|
| 1985 |
+
},
|
| 1986 |
+
{
|
| 1987 |
+
"epoch": 2.065934065934066,
|
| 1988 |
+
"grad_norm": 1.301143268306206,
|
| 1989 |
+
"learning_rate": 2.3607379664396414e-06,
|
| 1990 |
+
"loss": 0.22918632626533508,
|
| 1991 |
+
"step": 283
|
| 1992 |
+
},
|
| 1993 |
+
{
|
| 1994 |
+
"epoch": 2.0732600732600734,
|
| 1995 |
+
"grad_norm": 1.0677424151131676,
|
| 1996 |
+
"learning_rate": 2.3263515586884935e-06,
|
| 1997 |
+
"loss": 0.2351371943950653,
|
| 1998 |
+
"step": 284
|
| 1999 |
+
},
|
| 2000 |
+
{
|
| 2001 |
+
"epoch": 2.0805860805860807,
|
| 2002 |
+
"grad_norm": 1.122503313580565,
|
| 2003 |
+
"learning_rate": 2.2921413403190774e-06,
|
| 2004 |
+
"loss": 0.23036789894104004,
|
| 2005 |
+
"step": 285
|
| 2006 |
+
},
|
| 2007 |
+
{
|
| 2008 |
+
"epoch": 2.087912087912088,
|
| 2009 |
+
"grad_norm": 1.0871719769548138,
|
| 2010 |
+
"learning_rate": 2.25810956573296e-06,
|
| 2011 |
+
"loss": 0.24664072692394257,
|
| 2012 |
+
"step": 286
|
| 2013 |
+
},
|
| 2014 |
+
{
|
| 2015 |
+
"epoch": 2.0952380952380953,
|
| 2016 |
+
"grad_norm": 1.072946930604994,
|
| 2017 |
+
"learning_rate": 2.224258477572524e-06,
|
| 2018 |
+
"loss": 0.2169453501701355,
|
| 2019 |
+
"step": 287
|
| 2020 |
+
},
|
| 2021 |
+
{
|
| 2022 |
+
"epoch": 2.1025641025641026,
|
| 2023 |
+
"grad_norm": 1.1552824570087117,
|
| 2024 |
+
"learning_rate": 2.190590306573198e-06,
|
| 2025 |
+
"loss": 0.23637241125106812,
|
| 2026 |
+
"step": 288
|
| 2027 |
+
},
|
| 2028 |
+
{
|
| 2029 |
+
"epoch": 2.10989010989011,
|
| 2030 |
+
"grad_norm": 1.0605290517940913,
|
| 2031 |
+
"learning_rate": 2.1571072714164445e-06,
|
| 2032 |
+
"loss": 0.22414323687553406,
|
| 2033 |
+
"step": 289
|
| 2034 |
+
},
|
| 2035 |
+
{
|
| 2036 |
+
"epoch": 2.1172161172161172,
|
| 2037 |
+
"grad_norm": 1.043154934258016,
|
| 2038 |
+
"learning_rate": 2.1238115785835512e-06,
|
| 2039 |
+
"loss": 0.22473719716072083,
|
| 2040 |
+
"step": 290
|
| 2041 |
+
},
|
| 2042 |
+
{
|
| 2043 |
+
"epoch": 2.1245421245421245,
|
| 2044 |
+
"grad_norm": 1.2211410010717425,
|
| 2045 |
+
"learning_rate": 2.0907054222102367e-06,
|
| 2046 |
+
"loss": 0.21707648038864136,
|
| 2047 |
+
"step": 291
|
| 2048 |
+
},
|
| 2049 |
+
{
|
| 2050 |
+
"epoch": 2.131868131868132,
|
| 2051 |
+
"grad_norm": 1.0642724049563004,
|
| 2052 |
+
"learning_rate": 2.0577909839420468e-06,
|
| 2053 |
+
"loss": 0.21333038806915283,
|
| 2054 |
+
"step": 292
|
| 2055 |
+
},
|
| 2056 |
+
{
|
| 2057 |
+
"epoch": 2.139194139194139,
|
| 2058 |
+
"grad_norm": 1.0298997037587465,
|
| 2059 |
+
"learning_rate": 2.0250704327906025e-06,
|
| 2060 |
+
"loss": 0.23482055962085724,
|
| 2061 |
+
"step": 293
|
| 2062 |
+
},
|
| 2063 |
+
{
|
| 2064 |
+
"epoch": 2.1465201465201464,
|
| 2065 |
+
"grad_norm": 1.2521151418866294,
|
| 2066 |
+
"learning_rate": 1.9925459249906488e-06,
|
| 2067 |
+
"loss": 0.24669216573238373,
|
| 2068 |
+
"step": 294
|
| 2069 |
+
},
|
| 2070 |
+
{
|
| 2071 |
+
"epoch": 2.1538461538461537,
|
| 2072 |
+
"grad_norm": 1.0015347552107015,
|
| 2073 |
+
"learning_rate": 1.9602196038579774e-06,
|
| 2074 |
+
"loss": 0.21570074558258057,
|
| 2075 |
+
"step": 295
|
| 2076 |
+
},
|
| 2077 |
+
{
|
| 2078 |
+
"epoch": 2.161172161172161,
|
| 2079 |
+
"grad_norm": 1.1363173380860716,
|
| 2080 |
+
"learning_rate": 1.9280935996481792e-06,
|
| 2081 |
+
"loss": 0.21716558933258057,
|
| 2082 |
+
"step": 296
|
| 2083 |
+
},
|
| 2084 |
+
{
|
| 2085 |
+
"epoch": 2.1684981684981683,
|
| 2086 |
+
"grad_norm": 1.1171710714186258,
|
| 2087 |
+
"learning_rate": 1.8961700294162578e-06,
|
| 2088 |
+
"loss": 0.2021581530570984,
|
| 2089 |
+
"step": 297
|
| 2090 |
+
},
|
| 2091 |
+
{
|
| 2092 |
+
"epoch": 2.1758241758241756,
|
| 2093 |
+
"grad_norm": 1.0929444504935302,
|
| 2094 |
+
"learning_rate": 1.8644509968771302e-06,
|
| 2095 |
+
"loss": 0.2062225341796875,
|
| 2096 |
+
"step": 298
|
| 2097 |
+
},
|
| 2098 |
+
{
|
| 2099 |
+
"epoch": 2.183150183150183,
|
| 2100 |
+
"grad_norm": 1.041045504034978,
|
| 2101 |
+
"learning_rate": 1.832938592266984e-06,
|
| 2102 |
+
"loss": 0.2139657437801361,
|
| 2103 |
+
"step": 299
|
| 2104 |
+
},
|
| 2105 |
+
{
|
| 2106 |
+
"epoch": 2.1904761904761907,
|
| 2107 |
+
"grad_norm": 1.057190385371437,
|
| 2108 |
+
"learning_rate": 1.8016348922055448e-06,
|
| 2109 |
+
"loss": 0.1996728926897049,
|
| 2110 |
+
"step": 300
|
| 2111 |
+
},
|
| 2112 |
+
{
|
| 2113 |
+
"epoch": 2.197802197802198,
|
| 2114 |
+
"grad_norm": 1.1946122105787467,
|
| 2115 |
+
"learning_rate": 1.7705419595592193e-06,
|
| 2116 |
+
"loss": 0.25132063031196594,
|
| 2117 |
+
"step": 301
|
| 2118 |
+
},
|
| 2119 |
+
{
|
| 2120 |
+
"epoch": 2.2051282051282053,
|
| 2121 |
+
"grad_norm": 0.9259953268131886,
|
| 2122 |
+
"learning_rate": 1.7396618433051648e-06,
|
| 2123 |
+
"loss": 0.21299096941947937,
|
| 2124 |
+
"step": 302
|
| 2125 |
+
},
|
| 2126 |
+
{
|
| 2127 |
+
"epoch": 2.2124542124542126,
|
| 2128 |
+
"grad_norm": 1.213328353826304,
|
| 2129 |
+
"learning_rate": 1.7089965783962608e-06,
|
| 2130 |
+
"loss": 0.2140902727842331,
|
| 2131 |
+
"step": 303
|
| 2132 |
+
},
|
| 2133 |
+
{
|
| 2134 |
+
"epoch": 2.21978021978022,
|
| 2135 |
+
"grad_norm": 0.9761515672225444,
|
| 2136 |
+
"learning_rate": 1.6785481856270042e-06,
|
| 2137 |
+
"loss": 0.22363431751728058,
|
| 2138 |
+
"step": 304
|
| 2139 |
+
},
|
| 2140 |
+
{
|
| 2141 |
+
"epoch": 2.227106227106227,
|
| 2142 |
+
"grad_norm": 1.155337550086334,
|
| 2143 |
+
"learning_rate": 1.6483186715003523e-06,
|
| 2144 |
+
"loss": 0.23464494943618774,
|
| 2145 |
+
"step": 305
|
| 2146 |
+
},
|
| 2147 |
+
{
|
| 2148 |
+
"epoch": 2.2344322344322345,
|
| 2149 |
+
"grad_norm": 1.1140172781174638,
|
| 2150 |
+
"learning_rate": 1.618310028095486e-06,
|
| 2151 |
+
"loss": 0.21518093347549438,
|
| 2152 |
+
"step": 306
|
| 2153 |
+
},
|
| 2154 |
+
{
|
| 2155 |
+
"epoch": 2.241758241758242,
|
| 2156 |
+
"grad_norm": 1.2179937873095439,
|
| 2157 |
+
"learning_rate": 1.5885242329365448e-06,
|
| 2158 |
+
"loss": 0.2589687705039978,
|
| 2159 |
+
"step": 307
|
| 2160 |
+
},
|
| 2161 |
+
{
|
| 2162 |
+
"epoch": 2.249084249084249,
|
| 2163 |
+
"grad_norm": 1.083087208307822,
|
| 2164 |
+
"learning_rate": 1.5589632488623053e-06,
|
| 2165 |
+
"loss": 0.2202206552028656,
|
| 2166 |
+
"step": 308
|
| 2167 |
+
},
|
| 2168 |
+
{
|
| 2169 |
+
"epoch": 2.2564102564102564,
|
| 2170 |
+
"grad_norm": 1.1247253618959971,
|
| 2171 |
+
"learning_rate": 1.5296290238968303e-06,
|
| 2172 |
+
"loss": 0.2516007423400879,
|
| 2173 |
+
"step": 309
|
| 2174 |
+
},
|
| 2175 |
+
{
|
| 2176 |
+
"epoch": 2.2637362637362637,
|
| 2177 |
+
"grad_norm": 1.029732329010538,
|
| 2178 |
+
"learning_rate": 1.500523491121108e-06,
|
| 2179 |
+
"loss": 0.21486574411392212,
|
| 2180 |
+
"step": 310
|
| 2181 |
+
},
|
| 2182 |
+
{
|
| 2183 |
+
"epoch": 2.271062271062271,
|
| 2184 |
+
"grad_norm": 1.522644892476846,
|
| 2185 |
+
"learning_rate": 1.47164856854565e-06,
|
| 2186 |
+
"loss": 0.22302576899528503,
|
| 2187 |
+
"step": 311
|
| 2188 |
+
},
|
| 2189 |
+
{
|
| 2190 |
+
"epoch": 2.2783882783882783,
|
| 2191 |
+
"grad_norm": 1.0835410135357464,
|
| 2192 |
+
"learning_rate": 1.4430061589841122e-06,
|
| 2193 |
+
"loss": 0.2299138456583023,
|
| 2194 |
+
"step": 312
|
| 2195 |
+
},
|
| 2196 |
+
{
|
| 2197 |
+
"epoch": 2.2857142857142856,
|
| 2198 |
+
"grad_norm": 1.1608076314086253,
|
| 2199 |
+
"learning_rate": 1.4145981499278877e-06,
|
| 2200 |
+
"loss": 0.2284044623374939,
|
| 2201 |
+
"step": 313
|
| 2202 |
+
},
|
| 2203 |
+
{
|
| 2204 |
+
"epoch": 2.293040293040293,
|
| 2205 |
+
"grad_norm": 1.007806828890649,
|
| 2206 |
+
"learning_rate": 1.386426413421738e-06,
|
| 2207 |
+
"loss": 0.21568208932876587,
|
| 2208 |
+
"step": 314
|
| 2209 |
+
},
|
| 2210 |
+
{
|
| 2211 |
+
"epoch": 2.3003663003663,
|
| 2212 |
+
"grad_norm": 1.110614593649845,
|
| 2213 |
+
"learning_rate": 1.3584928059404207e-06,
|
| 2214 |
+
"loss": 0.21330109238624573,
|
| 2215 |
+
"step": 315
|
| 2216 |
+
},
|
| 2217 |
+
{
|
| 2218 |
+
"epoch": 2.3076923076923075,
|
| 2219 |
+
"grad_norm": 0.9269591001624151,
|
| 2220 |
+
"learning_rate": 1.3307991682663463e-06,
|
| 2221 |
+
"loss": 0.2049589455127716,
|
| 2222 |
+
"step": 316
|
| 2223 |
+
},
|
| 2224 |
+
{
|
| 2225 |
+
"epoch": 2.315018315018315,
|
| 2226 |
+
"grad_norm": 1.030660764247251,
|
| 2227 |
+
"learning_rate": 1.303347325368285e-06,
|
| 2228 |
+
"loss": 0.23808613419532776,
|
| 2229 |
+
"step": 317
|
| 2230 |
+
},
|
| 2231 |
+
{
|
| 2232 |
+
"epoch": 2.3223443223443225,
|
| 2233 |
+
"grad_norm": 1.0741881929381032,
|
| 2234 |
+
"learning_rate": 1.2761390862810907e-06,
|
| 2235 |
+
"loss": 0.2274160087108612,
|
| 2236 |
+
"step": 318
|
| 2237 |
+
},
|
| 2238 |
+
{
|
| 2239 |
+
"epoch": 2.32967032967033,
|
| 2240 |
+
"grad_norm": 1.23151478025897,
|
| 2241 |
+
"learning_rate": 1.2491762439865034e-06,
|
| 2242 |
+
"loss": 0.22255614399909973,
|
| 2243 |
+
"step": 319
|
| 2244 |
+
},
|
| 2245 |
+
{
|
| 2246 |
+
"epoch": 2.336996336996337,
|
| 2247 |
+
"grad_norm": 1.120344003470698,
|
| 2248 |
+
"learning_rate": 1.2224605752949786e-06,
|
| 2249 |
+
"loss": 0.2374870479106903,
|
| 2250 |
+
"step": 320
|
| 2251 |
+
},
|
| 2252 |
+
{
|
| 2253 |
+
"epoch": 2.3443223443223444,
|
| 2254 |
+
"grad_norm": 1.5560919363814774,
|
| 2255 |
+
"learning_rate": 1.1959938407286099e-06,
|
| 2256 |
+
"loss": 0.2206483781337738,
|
| 2257 |
+
"step": 321
|
| 2258 |
+
},
|
| 2259 |
+
{
|
| 2260 |
+
"epoch": 2.3516483516483517,
|
| 2261 |
+
"grad_norm": 0.9655470657059726,
|
| 2262 |
+
"learning_rate": 1.1697777844051105e-06,
|
| 2263 |
+
"loss": 0.20176303386688232,
|
| 2264 |
+
"step": 322
|
| 2265 |
+
},
|
| 2266 |
+
{
|
| 2267 |
+
"epoch": 2.358974358974359,
|
| 2268 |
+
"grad_norm": 1.096436902395159,
|
| 2269 |
+
"learning_rate": 1.143814133922872e-06,
|
| 2270 |
+
"loss": 0.22084000706672668,
|
| 2271 |
+
"step": 323
|
| 2272 |
+
},
|
| 2273 |
+
{
|
| 2274 |
+
"epoch": 2.3663003663003663,
|
| 2275 |
+
"grad_norm": 1.065227284623936,
|
| 2276 |
+
"learning_rate": 1.1181046002471292e-06,
|
| 2277 |
+
"loss": 0.20460768043994904,
|
| 2278 |
+
"step": 324
|
| 2279 |
+
},
|
| 2280 |
+
{
|
| 2281 |
+
"epoch": 2.3736263736263736,
|
| 2282 |
+
"grad_norm": 1.0697198399954104,
|
| 2283 |
+
"learning_rate": 1.0926508775971995e-06,
|
| 2284 |
+
"loss": 0.21005329489707947,
|
| 2285 |
+
"step": 325
|
| 2286 |
+
},
|
| 2287 |
+
{
|
| 2288 |
+
"epoch": 2.380952380952381,
|
| 2289 |
+
"grad_norm": 1.119132681089307,
|
| 2290 |
+
"learning_rate": 1.0674546433348453e-06,
|
| 2291 |
+
"loss": 0.23384399712085724,
|
| 2292 |
+
"step": 326
|
| 2293 |
+
},
|
| 2294 |
+
{
|
| 2295 |
+
"epoch": 2.3882783882783882,
|
| 2296 |
+
"grad_norm": 1.0612726585808296,
|
| 2297 |
+
"learning_rate": 1.04251755785373e-06,
|
| 2298 |
+
"loss": 0.2149549424648285,
|
| 2299 |
+
"step": 327
|
| 2300 |
+
},
|
| 2301 |
+
{
|
| 2302 |
+
"epoch": 2.3956043956043955,
|
| 2303 |
+
"grad_norm": 1.1103936104585082,
|
| 2304 |
+
"learning_rate": 1.0178412644700093e-06,
|
| 2305 |
+
"loss": 0.23808100819587708,
|
| 2306 |
+
"step": 328
|
| 2307 |
+
},
|
| 2308 |
+
{
|
| 2309 |
+
"epoch": 2.402930402930403,
|
| 2310 |
+
"grad_norm": 1.1803986673849467,
|
| 2311 |
+
"learning_rate": 9.934273893140335e-07,
|
| 2312 |
+
"loss": 0.21827144920825958,
|
| 2313 |
+
"step": 329
|
| 2314 |
+
},
|
| 2315 |
+
{
|
| 2316 |
+
"epoch": 2.41025641025641,
|
| 2317 |
+
"grad_norm": 1.7607496045758002,
|
| 2318 |
+
"learning_rate": 9.692775412231863e-07,
|
| 2319 |
+
"loss": 0.2156897485256195,
|
| 2320 |
+
"step": 330
|
| 2321 |
+
},
|
| 2322 |
+
{
|
| 2323 |
+
"epoch": 2.4175824175824174,
|
| 2324 |
+
"grad_norm": 1.0855693076540742,
|
| 2325 |
+
"learning_rate": 9.453933116358715e-07,
|
| 2326 |
+
"loss": 0.22576552629470825,
|
| 2327 |
+
"step": 331
|
| 2328 |
+
},
|
| 2329 |
+
{
|
| 2330 |
+
"epoch": 2.4249084249084247,
|
| 2331 |
+
"grad_norm": 1.0458722036651498,
|
| 2332 |
+
"learning_rate": 9.21776274486636e-07,
|
| 2333 |
+
"loss": 0.2029896229505539,
|
| 2334 |
+
"step": 332
|
| 2335 |
+
},
|
| 2336 |
+
{
|
| 2337 |
+
"epoch": 2.4322344322344325,
|
| 2338 |
+
"grad_norm": 1.0316218724135404,
|
| 2339 |
+
"learning_rate": 8.984279861024453e-07,
|
| 2340 |
+
"loss": 0.21579168736934662,
|
| 2341 |
+
"step": 333
|
| 2342 |
+
},
|
| 2343 |
+
{
|
| 2344 |
+
"epoch": 2.4395604395604398,
|
| 2345 |
+
"grad_norm": 1.0481067715510672,
|
| 2346 |
+
"learning_rate": 8.753499851001341e-07,
|
| 2347 |
+
"loss": 0.2032783031463623,
|
| 2348 |
+
"step": 334
|
| 2349 |
+
},
|
| 2350 |
+
{
|
| 2351 |
+
"epoch": 2.446886446886447,
|
| 2352 |
+
"grad_norm": 1.0255499821271086,
|
| 2353 |
+
"learning_rate": 8.525437922850033e-07,
|
| 2354 |
+
"loss": 0.21618527173995972,
|
| 2355 |
+
"step": 335
|
| 2356 |
+
},
|
| 2357 |
+
{
|
| 2358 |
+
"epoch": 2.4542124542124544,
|
| 2359 |
+
"grad_norm": 1.2612515831683861,
|
| 2360 |
+
"learning_rate": 8.30010910550611e-07,
|
| 2361 |
+
"loss": 0.22778677940368652,
|
| 2362 |
+
"step": 336
|
| 2363 |
+
},
|
| 2364 |
+
{
|
| 2365 |
+
"epoch": 2.4615384615384617,
|
| 2366 |
+
"grad_norm": 1.0389223185126732,
|
| 2367 |
+
"learning_rate": 8.077528247797234e-07,
|
| 2368 |
+
"loss": 0.21174968779087067,
|
| 2369 |
+
"step": 337
|
| 2370 |
+
},
|
| 2371 |
+
{
|
| 2372 |
+
"epoch": 2.468864468864469,
|
| 2373 |
+
"grad_norm": 1.056290930403573,
|
| 2374 |
+
"learning_rate": 7.857710017464737e-07,
|
| 2375 |
+
"loss": 0.2388148009777069,
|
| 2376 |
+
"step": 338
|
| 2377 |
+
},
|
| 2378 |
+
{
|
| 2379 |
+
"epoch": 2.4761904761904763,
|
| 2380 |
+
"grad_norm": 1.069550154228755,
|
| 2381 |
+
"learning_rate": 7.640668900196985e-07,
|
| 2382 |
+
"loss": 0.22967322170734406,
|
| 2383 |
+
"step": 339
|
| 2384 |
+
},
|
| 2385 |
+
{
|
| 2386 |
+
"epoch": 2.4835164835164836,
|
| 2387 |
+
"grad_norm": 1.1293770611150251,
|
| 2388 |
+
"learning_rate": 7.426419198674773e-07,
|
| 2389 |
+
"loss": 0.22522856295108795,
|
| 2390 |
+
"step": 340
|
| 2391 |
+
},
|
| 2392 |
+
{
|
| 2393 |
+
"epoch": 2.490842490842491,
|
| 2394 |
+
"grad_norm": 1.044662314903284,
|
| 2395 |
+
"learning_rate": 7.214975031628856e-07,
|
| 2396 |
+
"loss": 0.22356775403022766,
|
| 2397 |
+
"step": 341
|
| 2398 |
+
},
|
| 2399 |
+
{
|
| 2400 |
+
"epoch": 2.498168498168498,
|
| 2401 |
+
"grad_norm": 1.8203551388983328,
|
| 2402 |
+
"learning_rate": 7.006350332909495e-07,
|
| 2403 |
+
"loss": 0.23231935501098633,
|
| 2404 |
+
"step": 342
|
| 2405 |
+
},
|
| 2406 |
+
{
|
| 2407 |
+
"epoch": 2.5054945054945055,
|
| 2408 |
+
"grad_norm": 1.3212997188494113,
|
| 2409 |
+
"learning_rate": 6.800558850568295e-07,
|
| 2410 |
+
"loss": 0.2266559600830078,
|
| 2411 |
+
"step": 343
|
| 2412 |
+
},
|
| 2413 |
+
{
|
| 2414 |
+
"epoch": 2.5128205128205128,
|
| 2415 |
+
"grad_norm": 0.9853631772097284,
|
| 2416 |
+
"learning_rate": 6.597614145952136e-07,
|
| 2417 |
+
"loss": 0.22157558798789978,
|
| 2418 |
+
"step": 344
|
| 2419 |
+
},
|
| 2420 |
+
{
|
| 2421 |
+
"epoch": 2.52014652014652,
|
| 2422 |
+
"grad_norm": 0.9528136427940737,
|
| 2423 |
+
"learning_rate": 6.397529592809615e-07,
|
| 2424 |
+
"loss": 0.21530809998512268,
|
| 2425 |
+
"step": 345
|
| 2426 |
+
},
|
| 2427 |
+
{
|
| 2428 |
+
"epoch": 2.5274725274725274,
|
| 2429 |
+
"grad_norm": 0.973961814473209,
|
| 2430 |
+
"learning_rate": 6.20031837640967e-07,
|
| 2431 |
+
"loss": 0.21502554416656494,
|
| 2432 |
+
"step": 346
|
| 2433 |
+
},
|
| 2434 |
+
{
|
| 2435 |
+
"epoch": 2.5347985347985347,
|
| 2436 |
+
"grad_norm": 0.9865830937894688,
|
| 2437 |
+
"learning_rate": 6.005993492672657e-07,
|
| 2438 |
+
"loss": 0.23088479042053223,
|
| 2439 |
+
"step": 347
|
| 2440 |
+
},
|
| 2441 |
+
{
|
| 2442 |
+
"epoch": 2.542124542124542,
|
| 2443 |
+
"grad_norm": 1.031234686449057,
|
| 2444 |
+
"learning_rate": 5.814567747314049e-07,
|
| 2445 |
+
"loss": 0.2098679542541504,
|
| 2446 |
+
"step": 348
|
| 2447 |
+
},
|
| 2448 |
+
{
|
| 2449 |
+
"epoch": 2.5494505494505493,
|
| 2450 |
+
"grad_norm": 1.056068279344729,
|
| 2451 |
+
"learning_rate": 5.626053755000421e-07,
|
| 2452 |
+
"loss": 0.21406947076320648,
|
| 2453 |
+
"step": 349
|
| 2454 |
+
},
|
| 2455 |
+
{
|
| 2456 |
+
"epoch": 2.5567765567765566,
|
| 2457 |
+
"grad_norm": 0.9374826580586869,
|
| 2458 |
+
"learning_rate": 5.440463938518304e-07,
|
| 2459 |
+
"loss": 0.21536314487457275,
|
| 2460 |
+
"step": 350
|
| 2461 |
+
},
|
| 2462 |
+
{
|
| 2463 |
+
"epoch": 2.564102564102564,
|
| 2464 |
+
"grad_norm": 1.2706543007223374,
|
| 2465 |
+
"learning_rate": 5.25781052795541e-07,
|
| 2466 |
+
"loss": 0.21673786640167236,
|
| 2467 |
+
"step": 351
|
| 2468 |
+
},
|
| 2469 |
+
{
|
| 2470 |
+
"epoch": 2.571428571428571,
|
| 2471 |
+
"grad_norm": 1.0671257757787735,
|
| 2472 |
+
"learning_rate": 5.078105559894791e-07,
|
| 2473 |
+
"loss": 0.21061310172080994,
|
| 2474 |
+
"step": 352
|
| 2475 |
+
},
|
| 2476 |
+
{
|
| 2477 |
+
"epoch": 2.578754578754579,
|
| 2478 |
+
"grad_norm": 0.9344178285162987,
|
| 2479 |
+
"learning_rate": 4.901360876621597e-07,
|
| 2480 |
+
"loss": 0.20954422652721405,
|
| 2481 |
+
"step": 353
|
| 2482 |
+
},
|
| 2483 |
+
{
|
| 2484 |
+
"epoch": 2.586080586080586,
|
| 2485 |
+
"grad_norm": 0.9853291224784689,
|
| 2486 |
+
"learning_rate": 4.727588125342669e-07,
|
| 2487 |
+
"loss": 0.2262524664402008,
|
| 2488 |
+
"step": 354
|
| 2489 |
+
},
|
| 2490 |
+
{
|
| 2491 |
+
"epoch": 2.5934065934065935,
|
| 2492 |
+
"grad_norm": 1.1287752995473084,
|
| 2493 |
+
"learning_rate": 4.5567987574190677e-07,
|
| 2494 |
+
"loss": 0.2586604356765747,
|
| 2495 |
+
"step": 355
|
| 2496 |
+
},
|
| 2497 |
+
{
|
| 2498 |
+
"epoch": 2.600732600732601,
|
| 2499 |
+
"grad_norm": 1.0263217600262091,
|
| 2500 |
+
"learning_rate": 4.3890040276114044e-07,
|
| 2501 |
+
"loss": 0.21056286990642548,
|
| 2502 |
+
"step": 356
|
| 2503 |
+
},
|
| 2504 |
+
{
|
| 2505 |
+
"epoch": 2.608058608058608,
|
| 2506 |
+
"grad_norm": 1.059496022645036,
|
| 2507 |
+
"learning_rate": 4.224214993338149e-07,
|
| 2508 |
+
"loss": 0.2316097766160965,
|
| 2509 |
+
"step": 357
|
| 2510 |
+
},
|
| 2511 |
+
{
|
| 2512 |
+
"epoch": 2.6153846153846154,
|
| 2513 |
+
"grad_norm": 1.0445066802035055,
|
| 2514 |
+
"learning_rate": 4.062442513947007e-07,
|
| 2515 |
+
"loss": 0.2548368275165558,
|
| 2516 |
+
"step": 358
|
| 2517 |
+
},
|
| 2518 |
+
{
|
| 2519 |
+
"epoch": 2.6227106227106227,
|
| 2520 |
+
"grad_norm": 1.0677332887683673,
|
| 2521 |
+
"learning_rate": 3.903697249999289e-07,
|
| 2522 |
+
"loss": 0.21376073360443115,
|
| 2523 |
+
"step": 359
|
| 2524 |
+
},
|
| 2525 |
+
{
|
| 2526 |
+
"epoch": 2.63003663003663,
|
| 2527 |
+
"grad_norm": 1.0466606342655096,
|
| 2528 |
+
"learning_rate": 3.747989662567403e-07,
|
| 2529 |
+
"loss": 0.24471336603164673,
|
| 2530 |
+
"step": 360
|
| 2531 |
+
},
|
| 2532 |
+
{
|
| 2533 |
+
"epoch": 2.6373626373626373,
|
| 2534 |
+
"grad_norm": 1.120513746514606,
|
| 2535 |
+
"learning_rate": 3.595330012545445e-07,
|
| 2536 |
+
"loss": 0.23034799098968506,
|
| 2537 |
+
"step": 361
|
| 2538 |
+
},
|
| 2539 |
+
{
|
| 2540 |
+
"epoch": 2.6446886446886446,
|
| 2541 |
+
"grad_norm": 1.0798320309567475,
|
| 2542 |
+
"learning_rate": 3.445728359973094e-07,
|
| 2543 |
+
"loss": 0.20568513870239258,
|
| 2544 |
+
"step": 362
|
| 2545 |
+
},
|
| 2546 |
+
{
|
| 2547 |
+
"epoch": 2.652014652014652,
|
| 2548 |
+
"grad_norm": 1.103445307324226,
|
| 2549 |
+
"learning_rate": 3.299194563372604e-07,
|
| 2550 |
+
"loss": 0.24212944507598877,
|
| 2551 |
+
"step": 363
|
| 2552 |
+
},
|
| 2553 |
+
{
|
| 2554 |
+
"epoch": 2.659340659340659,
|
| 2555 |
+
"grad_norm": 1.0111358189326647,
|
| 2556 |
+
"learning_rate": 3.1557382790991686e-07,
|
| 2557 |
+
"loss": 0.216970294713974,
|
| 2558 |
+
"step": 364
|
| 2559 |
+
},
|
| 2560 |
+
{
|
| 2561 |
+
"epoch": 2.6666666666666665,
|
| 2562 |
+
"grad_norm": 1.0318010970274858,
|
| 2563 |
+
"learning_rate": 3.015368960704584e-07,
|
| 2564 |
+
"loss": 0.23717445135116577,
|
| 2565 |
+
"step": 365
|
| 2566 |
+
},
|
| 2567 |
+
{
|
| 2568 |
+
"epoch": 2.6739926739926743,
|
| 2569 |
+
"grad_norm": 1.1278229722297761,
|
| 2570 |
+
"learning_rate": 2.878095858314278e-07,
|
| 2571 |
+
"loss": 0.21703487634658813,
|
| 2572 |
+
"step": 366
|
| 2573 |
+
},
|
| 2574 |
+
{
|
| 2575 |
+
"epoch": 2.6813186813186816,
|
| 2576 |
+
"grad_norm": 1.0063580032703539,
|
| 2577 |
+
"learning_rate": 2.743928018017744e-07,
|
| 2578 |
+
"loss": 0.19310849905014038,
|
| 2579 |
+
"step": 367
|
| 2580 |
+
},
|
| 2581 |
+
{
|
| 2582 |
+
"epoch": 2.688644688644689,
|
| 2583 |
+
"grad_norm": 1.0725897334713086,
|
| 2584 |
+
"learning_rate": 2.612874281272371e-07,
|
| 2585 |
+
"loss": 0.21045850217342377,
|
| 2586 |
+
"step": 368
|
| 2587 |
+
},
|
| 2588 |
+
{
|
| 2589 |
+
"epoch": 2.695970695970696,
|
| 2590 |
+
"grad_norm": 1.1432574967176703,
|
| 2591 |
+
"learning_rate": 2.4849432843208786e-07,
|
| 2592 |
+
"loss": 0.23722723126411438,
|
| 2593 |
+
"step": 369
|
| 2594 |
+
},
|
| 2595 |
+
{
|
| 2596 |
+
"epoch": 2.7032967032967035,
|
| 2597 |
+
"grad_norm": 1.1944305105743942,
|
| 2598 |
+
"learning_rate": 2.3601434576221548e-07,
|
| 2599 |
+
"loss": 0.23865890502929688,
|
| 2600 |
+
"step": 370
|
| 2601 |
+
},
|
| 2602 |
+
{
|
| 2603 |
+
"epoch": 2.7106227106227108,
|
| 2604 |
+
"grad_norm": 1.0134760129247256,
|
| 2605 |
+
"learning_rate": 2.2384830252957068e-07,
|
| 2606 |
+
"loss": 0.22348350286483765,
|
| 2607 |
+
"step": 371
|
| 2608 |
+
},
|
| 2609 |
+
{
|
| 2610 |
+
"epoch": 2.717948717948718,
|
| 2611 |
+
"grad_norm": 0.9433770405793843,
|
| 2612 |
+
"learning_rate": 2.1199700045797077e-07,
|
| 2613 |
+
"loss": 0.2057940810918808,
|
| 2614 |
+
"step": 372
|
| 2615 |
+
},
|
| 2616 |
+
{
|
| 2617 |
+
"epoch": 2.7252747252747254,
|
| 2618 |
+
"grad_norm": 1.101087652221433,
|
| 2619 |
+
"learning_rate": 2.0046122053026697e-07,
|
| 2620 |
+
"loss": 0.21743959188461304,
|
| 2621 |
+
"step": 373
|
| 2622 |
+
},
|
| 2623 |
+
{
|
| 2624 |
+
"epoch": 2.7326007326007327,
|
| 2625 |
+
"grad_norm": 1.025514441353977,
|
| 2626 |
+
"learning_rate": 1.8924172293688148e-07,
|
| 2627 |
+
"loss": 0.21851155161857605,
|
| 2628 |
+
"step": 374
|
| 2629 |
+
},
|
| 2630 |
+
{
|
| 2631 |
+
"epoch": 2.73992673992674,
|
| 2632 |
+
"grad_norm": 1.0627298559202316,
|
| 2633 |
+
"learning_rate": 1.7833924702570725e-07,
|
| 2634 |
+
"loss": 0.2246307134628296,
|
| 2635 |
+
"step": 375
|
| 2636 |
+
},
|
| 2637 |
+
{
|
| 2638 |
+
"epoch": 2.7472527472527473,
|
| 2639 |
+
"grad_norm": 1.0363820350724882,
|
| 2640 |
+
"learning_rate": 1.677545112533896e-07,
|
| 2641 |
+
"loss": 0.20863071084022522,
|
| 2642 |
+
"step": 376
|
| 2643 |
+
},
|
| 2644 |
+
{
|
| 2645 |
+
"epoch": 2.7545787545787546,
|
| 2646 |
+
"grad_norm": 0.9833790666928801,
|
| 2647 |
+
"learning_rate": 1.5748821313798124e-07,
|
| 2648 |
+
"loss": 0.2220936417579651,
|
| 2649 |
+
"step": 377
|
| 2650 |
+
},
|
| 2651 |
+
{
|
| 2652 |
+
"epoch": 2.761904761904762,
|
| 2653 |
+
"grad_norm": 1.1353105880296717,
|
| 2654 |
+
"learning_rate": 1.4754102921297363e-07,
|
| 2655 |
+
"loss": 0.22596627473831177,
|
| 2656 |
+
"step": 378
|
| 2657 |
+
},
|
| 2658 |
+
{
|
| 2659 |
+
"epoch": 2.769230769230769,
|
| 2660 |
+
"grad_norm": 1.098762154582319,
|
| 2661 |
+
"learning_rate": 1.3791361498271704e-07,
|
| 2662 |
+
"loss": 0.23951691389083862,
|
| 2663 |
+
"step": 379
|
| 2664 |
+
},
|
| 2665 |
+
{
|
| 2666 |
+
"epoch": 2.7765567765567765,
|
| 2667 |
+
"grad_norm": 1.0516458633934982,
|
| 2668 |
+
"learning_rate": 1.2860660487922616e-07,
|
| 2669 |
+
"loss": 0.22323718667030334,
|
| 2670 |
+
"step": 380
|
| 2671 |
+
},
|
| 2672 |
+
{
|
| 2673 |
+
"epoch": 2.7838827838827838,
|
| 2674 |
+
"grad_norm": 1.0766560868652186,
|
| 2675 |
+
"learning_rate": 1.196206122203647e-07,
|
| 2676 |
+
"loss": 0.2271801382303238,
|
| 2677 |
+
"step": 381
|
| 2678 |
+
},
|
| 2679 |
+
{
|
| 2680 |
+
"epoch": 2.791208791208791,
|
| 2681 |
+
"grad_norm": 1.012988527675345,
|
| 2682 |
+
"learning_rate": 1.1095622916943494e-07,
|
| 2683 |
+
"loss": 0.2283664345741272,
|
| 2684 |
+
"step": 382
|
| 2685 |
+
},
|
| 2686 |
+
{
|
| 2687 |
+
"epoch": 2.7985347985347984,
|
| 2688 |
+
"grad_norm": 1.0479928682412392,
|
| 2689 |
+
"learning_rate": 1.0261402669615505e-07,
|
| 2690 |
+
"loss": 0.24376513063907623,
|
| 2691 |
+
"step": 383
|
| 2692 |
+
},
|
| 2693 |
+
{
|
| 2694 |
+
"epoch": 2.8058608058608057,
|
| 2695 |
+
"grad_norm": 1.0034449700163197,
|
| 2696 |
+
"learning_rate": 9.459455453902866e-08,
|
| 2697 |
+
"loss": 0.223099946975708,
|
| 2698 |
+
"step": 384
|
| 2699 |
+
},
|
| 2700 |
+
{
|
| 2701 |
+
"epoch": 2.813186813186813,
|
| 2702 |
+
"grad_norm": 0.909745107199666,
|
| 2703 |
+
"learning_rate": 8.68983411691221e-08,
|
| 2704 |
+
"loss": 0.20832499861717224,
|
| 2705 |
+
"step": 385
|
| 2706 |
+
},
|
| 2707 |
+
{
|
| 2708 |
+
"epoch": 2.8205128205128203,
|
| 2709 |
+
"grad_norm": 0.9952167120384509,
|
| 2710 |
+
"learning_rate": 7.952589375523567e-08,
|
| 2711 |
+
"loss": 0.21737533807754517,
|
| 2712 |
+
"step": 386
|
| 2713 |
+
},
|
| 2714 |
+
{
|
| 2715 |
+
"epoch": 2.8278388278388276,
|
| 2716 |
+
"grad_norm": 0.9659352926198512,
|
| 2717 |
+
"learning_rate": 7.247769813048644e-08,
|
| 2718 |
+
"loss": 0.22568273544311523,
|
| 2719 |
+
"step": 387
|
| 2720 |
+
},
|
| 2721 |
+
{
|
| 2722 |
+
"epoch": 2.8351648351648353,
|
| 2723 |
+
"grad_norm": 1.048929026784002,
|
| 2724 |
+
"learning_rate": 6.575421876028721e-08,
|
| 2725 |
+
"loss": 0.22502297163009644,
|
| 2726 |
+
"step": 388
|
| 2727 |
+
},
|
| 2728 |
+
{
|
| 2729 |
+
"epoch": 2.8424908424908426,
|
| 2730 |
+
"grad_norm": 1.0019261712810552,
|
| 2731 |
+
"learning_rate": 5.935589871174208e-08,
|
| 2732 |
+
"loss": 0.21102303266525269,
|
| 2733 |
+
"step": 389
|
| 2734 |
+
},
|
| 2735 |
+
{
|
| 2736 |
+
"epoch": 2.84981684981685,
|
| 2737 |
+
"grad_norm": 1.1048123277921031,
|
| 2738 |
+
"learning_rate": 5.3283159624448745e-08,
|
| 2739 |
+
"loss": 0.2348283976316452,
|
| 2740 |
+
"step": 390
|
| 2741 |
+
},
|
| 2742 |
+
{
|
| 2743 |
+
"epoch": 2.857142857142857,
|
| 2744 |
+
"grad_norm": 1.0414285166534145,
|
| 2745 |
+
"learning_rate": 4.753640168271456e-08,
|
| 2746 |
+
"loss": 0.22936861217021942,
|
| 2747 |
+
"step": 391
|
| 2748 |
+
},
|
| 2749 |
+
{
|
| 2750 |
+
"epoch": 2.8644688644688645,
|
| 2751 |
+
"grad_norm": 1.2429631645211932,
|
| 2752 |
+
"learning_rate": 4.211600358917989e-08,
|
| 2753 |
+
"loss": 0.24630418419837952,
|
| 2754 |
+
"step": 392
|
| 2755 |
+
},
|
| 2756 |
+
{
|
| 2757 |
+
"epoch": 2.871794871794872,
|
| 2758 |
+
"grad_norm": 0.9924039773066393,
|
| 2759 |
+
"learning_rate": 3.702232253986804e-08,
|
| 2760 |
+
"loss": 0.22691383957862854,
|
| 2761 |
+
"step": 393
|
| 2762 |
+
},
|
| 2763 |
+
{
|
| 2764 |
+
"epoch": 2.879120879120879,
|
| 2765 |
+
"grad_norm": 1.0577599551717047,
|
| 2766 |
+
"learning_rate": 3.2255694200643003e-08,
|
| 2767 |
+
"loss": 0.22667211294174194,
|
| 2768 |
+
"step": 394
|
| 2769 |
+
},
|
| 2770 |
+
{
|
| 2771 |
+
"epoch": 2.8864468864468864,
|
| 2772 |
+
"grad_norm": 1.1382843631032735,
|
| 2773 |
+
"learning_rate": 2.7816432685091598e-08,
|
| 2774 |
+
"loss": 0.20482704043388367,
|
| 2775 |
+
"step": 395
|
| 2776 |
+
},
|
| 2777 |
+
{
|
| 2778 |
+
"epoch": 2.8937728937728937,
|
| 2779 |
+
"grad_norm": 1.0580508429061475,
|
| 2780 |
+
"learning_rate": 2.370483053382111e-08,
|
| 2781 |
+
"loss": 0.23122745752334595,
|
| 2782 |
+
"step": 396
|
| 2783 |
+
},
|
| 2784 |
+
{
|
| 2785 |
+
"epoch": 2.901098901098901,
|
| 2786 |
+
"grad_norm": 1.0549784779989113,
|
| 2787 |
+
"learning_rate": 1.992115869518474e-08,
|
| 2788 |
+
"loss": 0.23232720792293549,
|
| 2789 |
+
"step": 397
|
| 2790 |
+
},
|
| 2791 |
+
{
|
| 2792 |
+
"epoch": 2.9084249084249083,
|
| 2793 |
+
"grad_norm": 1.0136739757000526,
|
| 2794 |
+
"learning_rate": 1.6465666507425314e-08,
|
| 2795 |
+
"loss": 0.24128326773643494,
|
| 2796 |
+
"step": 398
|
| 2797 |
+
},
|
| 2798 |
+
{
|
| 2799 |
+
"epoch": 2.9157509157509156,
|
| 2800 |
+
"grad_norm": 1.1068489652877105,
|
| 2801 |
+
"learning_rate": 1.333858168224178e-08,
|
| 2802 |
+
"loss": 0.24579691886901855,
|
| 2803 |
+
"step": 399
|
| 2804 |
+
},
|
| 2805 |
+
{
|
| 2806 |
+
"epoch": 2.9230769230769234,
|
| 2807 |
+
"grad_norm": 1.0482106591579268,
|
| 2808 |
+
"learning_rate": 1.0540110289786742e-08,
|
| 2809 |
+
"loss": 0.19634608924388885,
|
| 2810 |
+
"step": 400
|
| 2811 |
+
},
|
| 2812 |
+
{
|
| 2813 |
+
"epoch": 2.9304029304029307,
|
| 2814 |
+
"grad_norm": 0.9986056076887907,
|
| 2815 |
+
"learning_rate": 8.07043674508623e-09,
|
| 2816 |
+
"loss": 0.2212928682565689,
|
| 2817 |
+
"step": 401
|
| 2818 |
+
},
|
| 2819 |
+
{
|
| 2820 |
+
"epoch": 2.937728937728938,
|
| 2821 |
+
"grad_norm": 1.0118052358258176,
|
| 2822 |
+
"learning_rate": 5.929723795884967e-09,
|
| 2823 |
+
"loss": 0.21850597858428955,
|
| 2824 |
+
"step": 402
|
| 2825 |
+
},
|
| 2826 |
+
{
|
| 2827 |
+
"epoch": 2.9450549450549453,
|
| 2828 |
+
"grad_norm": 0.9704495600656273,
|
| 2829 |
+
"learning_rate": 4.1181125119221785e-09,
|
| 2830 |
+
"loss": 0.21226581931114197,
|
| 2831 |
+
"step": 403
|
| 2832 |
+
},
|
| 2833 |
+
{
|
| 2834 |
+
"epoch": 2.9523809523809526,
|
| 2835 |
+
"grad_norm": 0.966690163811677,
|
| 2836 |
+
"learning_rate": 2.635722275638464e-09,
|
| 2837 |
+
"loss": 0.21004317700862885,
|
| 2838 |
+
"step": 404
|
| 2839 |
+
},
|
| 2840 |
+
{
|
| 2841 |
+
"epoch": 2.95970695970696,
|
| 2842 |
+
"grad_norm": 1.6033220723893016,
|
| 2843 |
+
"learning_rate": 1.4826507743032071e-09,
|
| 2844 |
+
"loss": 0.20844367146492004,
|
| 2845 |
+
"step": 405
|
| 2846 |
+
},
|
| 2847 |
+
{
|
| 2848 |
+
"epoch": 2.967032967032967,
|
| 2849 |
+
"grad_norm": 1.076763214226366,
|
| 2850 |
+
"learning_rate": 6.589739935819461e-10,
|
| 2851 |
+
"loss": 0.21316523849964142,
|
| 2852 |
+
"step": 406
|
| 2853 |
+
},
|
| 2854 |
+
{
|
| 2855 |
+
"epoch": 2.9743589743589745,
|
| 2856 |
+
"grad_norm": 1.1351171984487796,
|
| 2857 |
+
"learning_rate": 1.6474621252704494e-10,
|
| 2858 |
+
"loss": 0.21295702457427979,
|
| 2859 |
+
"step": 407
|
| 2860 |
+
},
|
| 2861 |
+
{
|
| 2862 |
+
"epoch": 2.9816849816849818,
|
| 2863 |
+
"grad_norm": 0.9892972289109477,
|
| 2864 |
+
"learning_rate": 0.0,
|
| 2865 |
+
"loss": 0.19279634952545166,
|
| 2866 |
+
"step": 408
|
| 2867 |
+
}
|
| 2868 |
+
],
|
| 2869 |
+
"logging_steps": 1,
|
| 2870 |
+
"max_steps": 408,
|
| 2871 |
+
"num_input_tokens_seen": 0,
|
| 2872 |
+
"num_train_epochs": 3,
|
| 2873 |
+
"save_steps": 500,
|
| 2874 |
+
"stateful_callbacks": {
|
| 2875 |
+
"TrainerControl": {
|
| 2876 |
+
"args": {
|
| 2877 |
+
"should_epoch_stop": false,
|
| 2878 |
+
"should_evaluate": false,
|
| 2879 |
+
"should_log": false,
|
| 2880 |
+
"should_save": true,
|
| 2881 |
+
"should_training_stop": true
|
| 2882 |
+
},
|
| 2883 |
+
"attributes": {}
|
| 2884 |
+
}
|
| 2885 |
+
},
|
| 2886 |
+
"total_flos": 179589737414656.0,
|
| 2887 |
+
"train_batch_size": 4,
|
| 2888 |
+
"trial_name": null,
|
| 2889 |
+
"trial_params": null
|
| 2890 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84534c17027eca94cf096c295d3c81798dbd6ac0aa984e4634f1116128bacbd3
|
| 3 |
+
size 9080
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|