Upload folder using huggingface_hub
Browse files- CREAM/outputs/.gitkeep +0 -0
- CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/00args.json +43 -0
- CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/added_tokens.json +24 -0
- CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/config.json +28 -0
- CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/generation_config.json +14 -0
- CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/merges.txt +0 -0
- CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/model-00001-of-00003.safetensors +3 -0
- CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/model-00002-of-00003.safetensors +3 -0
- CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/model-00003-of-00003.safetensors +3 -0
- CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/model.safetensors.index.json +586 -0
- CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/special_tokens_map.json +31 -0
- CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/tokenizer.json +0 -0
- CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/tokenizer_config.json +207 -0
- CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/trainer_state.json +3330 -0
- CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/training_args.bin +3 -0
- CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/vocab.json +0 -0
CREAM/outputs/.gitkeep
ADDED
|
File without changes
|
CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/00args.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 3,
|
| 3 |
+
"train_bsz": 1,
|
| 4 |
+
"eval_bsz": 2,
|
| 5 |
+
"lr": 5e-06,
|
| 6 |
+
"deepspeed": "./configs/ds_stage2.json",
|
| 7 |
+
"weight_decay": 0.01,
|
| 8 |
+
"save_eval_step_ratio": 0.999999,
|
| 9 |
+
"warmup_step_ratio": 0.1,
|
| 10 |
+
"grad_checkpointing": true,
|
| 11 |
+
"model": "qwen14b",
|
| 12 |
+
"common": {
|
| 13 |
+
"debug": false,
|
| 14 |
+
"device": "0,1,2,3,4,5,6,7",
|
| 15 |
+
"world_size": 8,
|
| 16 |
+
"rank": 0,
|
| 17 |
+
"master_address": "localhost",
|
| 18 |
+
"master_port": 43485,
|
| 19 |
+
"bf16": true,
|
| 20 |
+
"wandb_project_name": "CREAM",
|
| 21 |
+
"wandb_entity_name": "your_wandb_entity_name",
|
| 22 |
+
"run_name": "qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46",
|
| 23 |
+
"output_dir": "outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46",
|
| 24 |
+
"load_args_path": null
|
| 25 |
+
},
|
| 26 |
+
"checkpoint": null,
|
| 27 |
+
"train_stage": "sft",
|
| 28 |
+
"dataset": {
|
| 29 |
+
"name": "qwen_short_cot",
|
| 30 |
+
"limit_size": null,
|
| 31 |
+
"max_length": 4096
|
| 32 |
+
},
|
| 33 |
+
"lora": {
|
| 34 |
+
"enable": false,
|
| 35 |
+
"alpha": 64,
|
| 36 |
+
"r": 32,
|
| 37 |
+
"dropout": 0.1
|
| 38 |
+
},
|
| 39 |
+
"dpo": {
|
| 40 |
+
"beta": 0.1,
|
| 41 |
+
"method": "original"
|
| 42 |
+
}
|
| 43 |
+
}
|
CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/added_tokens.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</tool_call>": 151658,
|
| 3 |
+
"<tool_call>": 151657,
|
| 4 |
+
"<|box_end|>": 151649,
|
| 5 |
+
"<|box_start|>": 151648,
|
| 6 |
+
"<|endoftext|>": 151643,
|
| 7 |
+
"<|file_sep|>": 151664,
|
| 8 |
+
"<|fim_middle|>": 151660,
|
| 9 |
+
"<|fim_pad|>": 151662,
|
| 10 |
+
"<|fim_prefix|>": 151659,
|
| 11 |
+
"<|fim_suffix|>": 151661,
|
| 12 |
+
"<|im_end|>": 151645,
|
| 13 |
+
"<|im_start|>": 151644,
|
| 14 |
+
"<|image_pad|>": 151655,
|
| 15 |
+
"<|object_ref_end|>": 151647,
|
| 16 |
+
"<|object_ref_start|>": 151646,
|
| 17 |
+
"<|quad_end|>": 151651,
|
| 18 |
+
"<|quad_start|>": 151650,
|
| 19 |
+
"<|repo_name|>": 151663,
|
| 20 |
+
"<|video_pad|>": 151656,
|
| 21 |
+
"<|vision_end|>": 151653,
|
| 22 |
+
"<|vision_pad|>": 151654,
|
| 23 |
+
"<|vision_start|>": 151652
|
| 24 |
+
}
|
CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "Qwen/Qwen2.5-14B-Instruct",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Qwen2ForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 151643,
|
| 8 |
+
"eos_token_id": 151645,
|
| 9 |
+
"hidden_act": "silu",
|
| 10 |
+
"hidden_size": 5120,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"intermediate_size": 13824,
|
| 13 |
+
"max_position_embeddings": 32768,
|
| 14 |
+
"max_window_layers": 70,
|
| 15 |
+
"model_type": "qwen2",
|
| 16 |
+
"num_attention_heads": 40,
|
| 17 |
+
"num_hidden_layers": 48,
|
| 18 |
+
"num_key_value_heads": 8,
|
| 19 |
+
"rms_norm_eps": 1e-06,
|
| 20 |
+
"rope_theta": 1000000.0,
|
| 21 |
+
"sliding_window": null,
|
| 22 |
+
"tie_word_embeddings": false,
|
| 23 |
+
"torch_dtype": "bfloat16",
|
| 24 |
+
"transformers_version": "4.44.2",
|
| 25 |
+
"use_cache": true,
|
| 26 |
+
"use_sliding_window": false,
|
| 27 |
+
"vocab_size": 152064
|
| 28 |
+
}
|
CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/generation_config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"repetition_penalty": 1.05,
|
| 10 |
+
"temperature": 0.7,
|
| 11 |
+
"top_k": 20,
|
| 12 |
+
"top_p": 0.8,
|
| 13 |
+
"transformers_version": "4.44.2"
|
| 14 |
+
}
|
CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/model-00001-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e37d654e9452a48265132887269004c24b05eb871af5650dff128c9ccd75101
|
| 3 |
+
size 9941058640
|
CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/model-00002-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:038f6c1a134f3c4d1acdcf06e0fdaa4231f9c7e7f245abc4b16966918805535a
|
| 3 |
+
size 9909694792
|
CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/model-00003-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:802a2c422675f3b719efb6aa54ee1b6df24f7a1790c4400f03d2e329e662433a
|
| 3 |
+
size 9689380560
|
CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,586 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 29540067328
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00003-of-00003.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00003.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 20 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 28 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 30 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 31 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 32 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 33 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 34 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 35 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 36 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 37 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 40 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 41 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 42 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 43 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 44 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 45 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 46 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 47 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 48 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 49 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 51 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 52 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 53 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 54 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 55 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 56 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 57 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 58 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 59 |
+
"model.layers.12.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 60 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 61 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 62 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 63 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 64 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 65 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 66 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 67 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 68 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 69 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 70 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 71 |
+
"model.layers.13.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 72 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 73 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 74 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 75 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 76 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 77 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 78 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 79 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 80 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 81 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 82 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 83 |
+
"model.layers.14.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 84 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 85 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 86 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 87 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 88 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 89 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 90 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 91 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 92 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 93 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 94 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 95 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 96 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 97 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 98 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 99 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 100 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 101 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 102 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 103 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 104 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 105 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 106 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 107 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 108 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 109 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 110 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 111 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 112 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 113 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 114 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 115 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 116 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 117 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 118 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 119 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 120 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 121 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 122 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 123 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 124 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 125 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 126 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 127 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 128 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 129 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 130 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 131 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 132 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 133 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 134 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 135 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 136 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 137 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 138 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 139 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 140 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 141 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 142 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 143 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 144 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 145 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 146 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 147 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 148 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 149 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 150 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 151 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 152 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 153 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 154 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 155 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 156 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 157 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 158 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 159 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 160 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 161 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 162 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 163 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 164 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 165 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 166 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 167 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 168 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 169 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 170 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 171 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 172 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 173 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 174 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 175 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 176 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 177 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 178 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 179 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 180 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 181 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 182 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 183 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 184 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 185 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 186 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 187 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 188 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 189 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 190 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 191 |
+
"model.layers.22.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 192 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 193 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 194 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 195 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 196 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 197 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 198 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 199 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 200 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 201 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 202 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 203 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 204 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 205 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 206 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 207 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 208 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 209 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 210 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 211 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 212 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 213 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 214 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 215 |
+
"model.layers.24.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 216 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 217 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 218 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 219 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 220 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 221 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 222 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 223 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 224 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 225 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 226 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 227 |
+
"model.layers.25.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 228 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 229 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 230 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 231 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 232 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 233 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 234 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 235 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 236 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 237 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 238 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 239 |
+
"model.layers.26.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 240 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 241 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 242 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 243 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 244 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 245 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 246 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 247 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 248 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 249 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 250 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 251 |
+
"model.layers.27.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 252 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 253 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 254 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 255 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 256 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 257 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 258 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 259 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 260 |
+
"model.layers.28.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 261 |
+
"model.layers.28.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 262 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 263 |
+
"model.layers.28.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 264 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 265 |
+
"model.layers.28.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 266 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 267 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 268 |
+
"model.layers.28.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 269 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 270 |
+
"model.layers.28.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 271 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 272 |
+
"model.layers.29.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 273 |
+
"model.layers.29.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 274 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 275 |
+
"model.layers.29.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 276 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 277 |
+
"model.layers.29.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 278 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 279 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 280 |
+
"model.layers.29.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 281 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 282 |
+
"model.layers.29.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 283 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 284 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 285 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 286 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 287 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 288 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 289 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 290 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 291 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 292 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 293 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 294 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 295 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 296 |
+
"model.layers.30.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 297 |
+
"model.layers.30.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 298 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 299 |
+
"model.layers.30.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 300 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 301 |
+
"model.layers.30.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 302 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 303 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 304 |
+
"model.layers.30.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 305 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 306 |
+
"model.layers.30.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 307 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 308 |
+
"model.layers.31.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 309 |
+
"model.layers.31.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 310 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 311 |
+
"model.layers.31.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 312 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 313 |
+
"model.layers.31.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 314 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 315 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 316 |
+
"model.layers.31.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 317 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 318 |
+
"model.layers.31.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 319 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 320 |
+
"model.layers.32.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 321 |
+
"model.layers.32.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 322 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 323 |
+
"model.layers.32.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 324 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 325 |
+
"model.layers.32.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 326 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 327 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 328 |
+
"model.layers.32.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 329 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 330 |
+
"model.layers.32.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 331 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 332 |
+
"model.layers.33.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 333 |
+
"model.layers.33.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 334 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 335 |
+
"model.layers.33.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 336 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 337 |
+
"model.layers.33.self_attn.k_proj.bias": "model-00002-of-00003.safetensors",
|
| 338 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
| 339 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
|
| 340 |
+
"model.layers.33.self_attn.q_proj.bias": "model-00002-of-00003.safetensors",
|
| 341 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
|
| 342 |
+
"model.layers.33.self_attn.v_proj.bias": "model-00002-of-00003.safetensors",
|
| 343 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
|
| 344 |
+
"model.layers.34.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 345 |
+
"model.layers.34.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 346 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 347 |
+
"model.layers.34.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 348 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 349 |
+
"model.layers.34.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 350 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 351 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 352 |
+
"model.layers.34.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 353 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 354 |
+
"model.layers.34.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 355 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 356 |
+
"model.layers.35.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 357 |
+
"model.layers.35.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 358 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 359 |
+
"model.layers.35.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 360 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 361 |
+
"model.layers.35.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 362 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 363 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 364 |
+
"model.layers.35.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 365 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 366 |
+
"model.layers.35.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 367 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 368 |
+
"model.layers.36.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 369 |
+
"model.layers.36.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 370 |
+
"model.layers.36.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 371 |
+
"model.layers.36.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 372 |
+
"model.layers.36.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 373 |
+
"model.layers.36.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 374 |
+
"model.layers.36.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 375 |
+
"model.layers.36.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 376 |
+
"model.layers.36.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 377 |
+
"model.layers.36.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 378 |
+
"model.layers.36.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 379 |
+
"model.layers.36.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 380 |
+
"model.layers.37.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 381 |
+
"model.layers.37.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 382 |
+
"model.layers.37.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 383 |
+
"model.layers.37.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 384 |
+
"model.layers.37.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 385 |
+
"model.layers.37.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 386 |
+
"model.layers.37.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 387 |
+
"model.layers.37.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 388 |
+
"model.layers.37.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 389 |
+
"model.layers.37.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 390 |
+
"model.layers.37.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 391 |
+
"model.layers.37.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 392 |
+
"model.layers.38.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 393 |
+
"model.layers.38.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 394 |
+
"model.layers.38.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 395 |
+
"model.layers.38.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 396 |
+
"model.layers.38.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 397 |
+
"model.layers.38.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 398 |
+
"model.layers.38.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 399 |
+
"model.layers.38.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 400 |
+
"model.layers.38.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 401 |
+
"model.layers.38.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 402 |
+
"model.layers.38.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 403 |
+
"model.layers.38.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 404 |
+
"model.layers.39.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 405 |
+
"model.layers.39.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 406 |
+
"model.layers.39.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 407 |
+
"model.layers.39.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 408 |
+
"model.layers.39.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 409 |
+
"model.layers.39.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 410 |
+
"model.layers.39.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 411 |
+
"model.layers.39.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 412 |
+
"model.layers.39.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 413 |
+
"model.layers.39.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 414 |
+
"model.layers.39.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 415 |
+
"model.layers.39.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 416 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 417 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 418 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 419 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 420 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 421 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 422 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 423 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 424 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 425 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 426 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 427 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 428 |
+
"model.layers.40.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 429 |
+
"model.layers.40.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 430 |
+
"model.layers.40.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 431 |
+
"model.layers.40.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 432 |
+
"model.layers.40.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 433 |
+
"model.layers.40.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 434 |
+
"model.layers.40.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 435 |
+
"model.layers.40.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 436 |
+
"model.layers.40.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 437 |
+
"model.layers.40.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 438 |
+
"model.layers.40.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 439 |
+
"model.layers.40.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 440 |
+
"model.layers.41.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 441 |
+
"model.layers.41.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 442 |
+
"model.layers.41.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 443 |
+
"model.layers.41.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 444 |
+
"model.layers.41.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 445 |
+
"model.layers.41.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 446 |
+
"model.layers.41.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 447 |
+
"model.layers.41.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 448 |
+
"model.layers.41.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 449 |
+
"model.layers.41.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 450 |
+
"model.layers.41.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 451 |
+
"model.layers.41.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 452 |
+
"model.layers.42.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 453 |
+
"model.layers.42.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 454 |
+
"model.layers.42.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 455 |
+
"model.layers.42.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 456 |
+
"model.layers.42.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 457 |
+
"model.layers.42.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 458 |
+
"model.layers.42.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 459 |
+
"model.layers.42.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 460 |
+
"model.layers.42.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 461 |
+
"model.layers.42.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 462 |
+
"model.layers.42.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 463 |
+
"model.layers.42.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 464 |
+
"model.layers.43.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 465 |
+
"model.layers.43.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 466 |
+
"model.layers.43.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 467 |
+
"model.layers.43.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 468 |
+
"model.layers.43.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 469 |
+
"model.layers.43.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 470 |
+
"model.layers.43.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 471 |
+
"model.layers.43.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 472 |
+
"model.layers.43.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 473 |
+
"model.layers.43.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 474 |
+
"model.layers.43.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 475 |
+
"model.layers.43.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 476 |
+
"model.layers.44.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 477 |
+
"model.layers.44.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 478 |
+
"model.layers.44.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 479 |
+
"model.layers.44.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 480 |
+
"model.layers.44.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 481 |
+
"model.layers.44.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 482 |
+
"model.layers.44.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 483 |
+
"model.layers.44.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 484 |
+
"model.layers.44.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 485 |
+
"model.layers.44.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 486 |
+
"model.layers.44.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 487 |
+
"model.layers.44.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 488 |
+
"model.layers.45.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 489 |
+
"model.layers.45.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 490 |
+
"model.layers.45.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 491 |
+
"model.layers.45.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 492 |
+
"model.layers.45.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 493 |
+
"model.layers.45.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 494 |
+
"model.layers.45.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 495 |
+
"model.layers.45.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 496 |
+
"model.layers.45.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 497 |
+
"model.layers.45.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 498 |
+
"model.layers.45.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 499 |
+
"model.layers.45.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 500 |
+
"model.layers.46.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 501 |
+
"model.layers.46.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 502 |
+
"model.layers.46.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 503 |
+
"model.layers.46.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 504 |
+
"model.layers.46.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 505 |
+
"model.layers.46.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 506 |
+
"model.layers.46.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 507 |
+
"model.layers.46.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 508 |
+
"model.layers.46.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 509 |
+
"model.layers.46.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 510 |
+
"model.layers.46.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 511 |
+
"model.layers.46.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 512 |
+
"model.layers.47.input_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 513 |
+
"model.layers.47.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
|
| 514 |
+
"model.layers.47.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
|
| 515 |
+
"model.layers.47.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
|
| 516 |
+
"model.layers.47.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
|
| 517 |
+
"model.layers.47.self_attn.k_proj.bias": "model-00003-of-00003.safetensors",
|
| 518 |
+
"model.layers.47.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
|
| 519 |
+
"model.layers.47.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
|
| 520 |
+
"model.layers.47.self_attn.q_proj.bias": "model-00003-of-00003.safetensors",
|
| 521 |
+
"model.layers.47.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
|
| 522 |
+
"model.layers.47.self_attn.v_proj.bias": "model-00003-of-00003.safetensors",
|
| 523 |
+
"model.layers.47.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
|
| 524 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 525 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 526 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 527 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 528 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 529 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 530 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 531 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 532 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 533 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 534 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 535 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 536 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 537 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 538 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 539 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 540 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 541 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 542 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 543 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 544 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 545 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 546 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 547 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 548 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 549 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 550 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 551 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 552 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 553 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 554 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 555 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 556 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 557 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 558 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 559 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 560 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 561 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 562 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 563 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 564 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 565 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 566 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 567 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 568 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 569 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 570 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 571 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 572 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 573 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
|
| 574 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
|
| 575 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
|
| 576 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
|
| 577 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00001-of-00003.safetensors",
|
| 578 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
|
| 579 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
|
| 580 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00001-of-00003.safetensors",
|
| 581 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
|
| 582 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00001-of-00003.safetensors",
|
| 583 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
|
| 584 |
+
"model.norm.weight": "model-00003-of-00003.safetensors"
|
| 585 |
+
}
|
| 586 |
+
}
|
CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/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 |
+
}
|
CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/tokenizer_config.json
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
},
|
| 182 |
+
"additional_special_tokens": [
|
| 183 |
+
"<|im_start|>",
|
| 184 |
+
"<|im_end|>",
|
| 185 |
+
"<|object_ref_start|>",
|
| 186 |
+
"<|object_ref_end|>",
|
| 187 |
+
"<|box_start|>",
|
| 188 |
+
"<|box_end|>",
|
| 189 |
+
"<|quad_start|>",
|
| 190 |
+
"<|quad_end|>",
|
| 191 |
+
"<|vision_start|>",
|
| 192 |
+
"<|vision_end|>",
|
| 193 |
+
"<|vision_pad|>",
|
| 194 |
+
"<|image_pad|>",
|
| 195 |
+
"<|video_pad|>"
|
| 196 |
+
],
|
| 197 |
+
"bos_token": null,
|
| 198 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\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 {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.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 %}\n",
|
| 199 |
+
"clean_up_tokenization_spaces": false,
|
| 200 |
+
"eos_token": "<|im_end|>",
|
| 201 |
+
"errors": "replace",
|
| 202 |
+
"model_max_length": 131072,
|
| 203 |
+
"pad_token": "<|endoftext|>",
|
| 204 |
+
"split_special_tokens": false,
|
| 205 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 206 |
+
"unk_token": null
|
| 207 |
+
}
|
CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/trainer_state.json
ADDED
|
@@ -0,0 +1,3330 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 3.0,
|
| 5 |
+
"eval_steps": 15066,
|
| 6 |
+
"global_step": 15066,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 0.0,
|
| 13 |
+
"grad_norm": 15.861784934997559,
|
| 14 |
+
"learning_rate": 3.3178500331785007e-09,
|
| 15 |
+
"loss": 2.1545,
|
| 16 |
+
"step": 1
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.01,
|
| 20 |
+
"grad_norm": 17.788606643676758,
|
| 21 |
+
"learning_rate": 1.0617120106171202e-07,
|
| 22 |
+
"loss": 2.3653,
|
| 23 |
+
"step": 32
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.01,
|
| 27 |
+
"grad_norm": 16.857004165649414,
|
| 28 |
+
"learning_rate": 2.1234240212342404e-07,
|
| 29 |
+
"loss": 2.1664,
|
| 30 |
+
"step": 64
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.02,
|
| 34 |
+
"grad_norm": 8.184218406677246,
|
| 35 |
+
"learning_rate": 3.185136031851361e-07,
|
| 36 |
+
"loss": 1.9016,
|
| 37 |
+
"step": 96
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.03,
|
| 41 |
+
"grad_norm": 11.089315414428711,
|
| 42 |
+
"learning_rate": 4.246848042468481e-07,
|
| 43 |
+
"loss": 1.2687,
|
| 44 |
+
"step": 128
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 0.03,
|
| 48 |
+
"grad_norm": 2.3433008193969727,
|
| 49 |
+
"learning_rate": 5.308560053085602e-07,
|
| 50 |
+
"loss": 0.7031,
|
| 51 |
+
"step": 160
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.04,
|
| 55 |
+
"grad_norm": 2.8761188983917236,
|
| 56 |
+
"learning_rate": 6.370272063702722e-07,
|
| 57 |
+
"loss": 0.6355,
|
| 58 |
+
"step": 192
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 0.04,
|
| 62 |
+
"grad_norm": 1.8086258172988892,
|
| 63 |
+
"learning_rate": 7.431984074319841e-07,
|
| 64 |
+
"loss": 0.6157,
|
| 65 |
+
"step": 224
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.05,
|
| 69 |
+
"grad_norm": 1.3361790180206299,
|
| 70 |
+
"learning_rate": 8.493696084936962e-07,
|
| 71 |
+
"loss": 0.5823,
|
| 72 |
+
"step": 256
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"epoch": 0.06,
|
| 76 |
+
"grad_norm": 1.6081678867340088,
|
| 77 |
+
"learning_rate": 9.555408095554083e-07,
|
| 78 |
+
"loss": 0.5539,
|
| 79 |
+
"step": 288
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"epoch": 0.06,
|
| 83 |
+
"grad_norm": 6.2013325691223145,
|
| 84 |
+
"learning_rate": 1.0617120106171203e-06,
|
| 85 |
+
"loss": 0.5335,
|
| 86 |
+
"step": 320
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"epoch": 0.07,
|
| 90 |
+
"grad_norm": 1.5980337858200073,
|
| 91 |
+
"learning_rate": 1.1678832116788322e-06,
|
| 92 |
+
"loss": 0.5306,
|
| 93 |
+
"step": 352
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 0.08,
|
| 97 |
+
"grad_norm": 1.3959029912948608,
|
| 98 |
+
"learning_rate": 1.2740544127405444e-06,
|
| 99 |
+
"loss": 0.5101,
|
| 100 |
+
"step": 384
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.08,
|
| 104 |
+
"grad_norm": 1.574424386024475,
|
| 105 |
+
"learning_rate": 1.3802256138022562e-06,
|
| 106 |
+
"loss": 0.5119,
|
| 107 |
+
"step": 416
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"epoch": 0.09,
|
| 111 |
+
"grad_norm": 1.6043046712875366,
|
| 112 |
+
"learning_rate": 1.4863968148639683e-06,
|
| 113 |
+
"loss": 0.4991,
|
| 114 |
+
"step": 448
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.1,
|
| 118 |
+
"grad_norm": 1.544350028038025,
|
| 119 |
+
"learning_rate": 1.5925680159256803e-06,
|
| 120 |
+
"loss": 0.4923,
|
| 121 |
+
"step": 480
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 0.1,
|
| 125 |
+
"grad_norm": 1.3767935037612915,
|
| 126 |
+
"learning_rate": 1.6987392169873923e-06,
|
| 127 |
+
"loss": 0.493,
|
| 128 |
+
"step": 512
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 0.11,
|
| 132 |
+
"grad_norm": 1.2990076541900635,
|
| 133 |
+
"learning_rate": 1.8049104180491042e-06,
|
| 134 |
+
"loss": 0.4829,
|
| 135 |
+
"step": 544
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 0.11,
|
| 139 |
+
"grad_norm": 1.4568612575531006,
|
| 140 |
+
"learning_rate": 1.9110816191108166e-06,
|
| 141 |
+
"loss": 0.4707,
|
| 142 |
+
"step": 576
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 0.12,
|
| 146 |
+
"grad_norm": 1.4638981819152832,
|
| 147 |
+
"learning_rate": 2.0172528201725284e-06,
|
| 148 |
+
"loss": 0.4694,
|
| 149 |
+
"step": 608
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"epoch": 0.13,
|
| 153 |
+
"grad_norm": 1.5782190561294556,
|
| 154 |
+
"learning_rate": 2.1234240212342407e-06,
|
| 155 |
+
"loss": 0.4664,
|
| 156 |
+
"step": 640
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"epoch": 0.13,
|
| 160 |
+
"grad_norm": 1.4637874364852905,
|
| 161 |
+
"learning_rate": 2.2295952222959525e-06,
|
| 162 |
+
"loss": 0.4602,
|
| 163 |
+
"step": 672
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 0.14,
|
| 167 |
+
"grad_norm": 1.2158172130584717,
|
| 168 |
+
"learning_rate": 2.3357664233576643e-06,
|
| 169 |
+
"loss": 0.4595,
|
| 170 |
+
"step": 704
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 0.15,
|
| 174 |
+
"grad_norm": 1.7185492515563965,
|
| 175 |
+
"learning_rate": 2.4419376244193766e-06,
|
| 176 |
+
"loss": 0.4526,
|
| 177 |
+
"step": 736
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 0.15,
|
| 181 |
+
"grad_norm": 1.2440986633300781,
|
| 182 |
+
"learning_rate": 2.548108825481089e-06,
|
| 183 |
+
"loss": 0.4523,
|
| 184 |
+
"step": 768
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"epoch": 0.16,
|
| 188 |
+
"grad_norm": 1.3548916578292847,
|
| 189 |
+
"learning_rate": 2.6542800265428002e-06,
|
| 190 |
+
"loss": 0.4464,
|
| 191 |
+
"step": 800
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"epoch": 0.17,
|
| 195 |
+
"grad_norm": 1.7101390361785889,
|
| 196 |
+
"learning_rate": 2.7604512276045125e-06,
|
| 197 |
+
"loss": 0.4465,
|
| 198 |
+
"step": 832
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"epoch": 0.17,
|
| 202 |
+
"grad_norm": 1.2852809429168701,
|
| 203 |
+
"learning_rate": 2.8666224286662247e-06,
|
| 204 |
+
"loss": 0.4371,
|
| 205 |
+
"step": 864
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"epoch": 0.18,
|
| 209 |
+
"grad_norm": 1.0453855991363525,
|
| 210 |
+
"learning_rate": 2.9727936297279365e-06,
|
| 211 |
+
"loss": 0.4419,
|
| 212 |
+
"step": 896
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"epoch": 0.18,
|
| 216 |
+
"grad_norm": 1.2790417671203613,
|
| 217 |
+
"learning_rate": 3.0789648307896488e-06,
|
| 218 |
+
"loss": 0.4222,
|
| 219 |
+
"step": 928
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.19,
|
| 223 |
+
"grad_norm": 1.1465721130371094,
|
| 224 |
+
"learning_rate": 3.1851360318513606e-06,
|
| 225 |
+
"loss": 0.4409,
|
| 226 |
+
"step": 960
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 0.2,
|
| 230 |
+
"grad_norm": 1.2378520965576172,
|
| 231 |
+
"learning_rate": 3.2913072329130724e-06,
|
| 232 |
+
"loss": 0.4387,
|
| 233 |
+
"step": 992
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 0.2,
|
| 237 |
+
"grad_norm": 1.2385942935943604,
|
| 238 |
+
"learning_rate": 3.3974784339747847e-06,
|
| 239 |
+
"loss": 0.4349,
|
| 240 |
+
"step": 1024
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"epoch": 0.21,
|
| 244 |
+
"grad_norm": 1.356612205505371,
|
| 245 |
+
"learning_rate": 3.503649635036497e-06,
|
| 246 |
+
"loss": 0.4274,
|
| 247 |
+
"step": 1056
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"epoch": 0.22,
|
| 251 |
+
"grad_norm": 1.1762096881866455,
|
| 252 |
+
"learning_rate": 3.6098208360982083e-06,
|
| 253 |
+
"loss": 0.4224,
|
| 254 |
+
"step": 1088
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"epoch": 0.22,
|
| 258 |
+
"grad_norm": 1.3073230981826782,
|
| 259 |
+
"learning_rate": 3.7159920371599206e-06,
|
| 260 |
+
"loss": 0.4249,
|
| 261 |
+
"step": 1120
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"epoch": 0.23,
|
| 265 |
+
"grad_norm": 1.12436842918396,
|
| 266 |
+
"learning_rate": 3.822163238221633e-06,
|
| 267 |
+
"loss": 0.4136,
|
| 268 |
+
"step": 1152
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"epoch": 0.24,
|
| 272 |
+
"grad_norm": 1.2152477502822876,
|
| 273 |
+
"learning_rate": 3.928334439283345e-06,
|
| 274 |
+
"loss": 0.4265,
|
| 275 |
+
"step": 1184
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"epoch": 0.24,
|
| 279 |
+
"grad_norm": 1.4322705268859863,
|
| 280 |
+
"learning_rate": 4.034505640345057e-06,
|
| 281 |
+
"loss": 0.4228,
|
| 282 |
+
"step": 1216
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"epoch": 0.25,
|
| 286 |
+
"grad_norm": 1.2259882688522339,
|
| 287 |
+
"learning_rate": 4.140676841406769e-06,
|
| 288 |
+
"loss": 0.423,
|
| 289 |
+
"step": 1248
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 0.25,
|
| 293 |
+
"grad_norm": 1.4468910694122314,
|
| 294 |
+
"learning_rate": 4.246848042468481e-06,
|
| 295 |
+
"loss": 0.4312,
|
| 296 |
+
"step": 1280
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"epoch": 0.26,
|
| 300 |
+
"grad_norm": 1.10471510887146,
|
| 301 |
+
"learning_rate": 4.353019243530193e-06,
|
| 302 |
+
"loss": 0.4047,
|
| 303 |
+
"step": 1312
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"epoch": 0.27,
|
| 307 |
+
"grad_norm": 1.398850917816162,
|
| 308 |
+
"learning_rate": 4.459190444591905e-06,
|
| 309 |
+
"loss": 0.4108,
|
| 310 |
+
"step": 1344
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"epoch": 0.27,
|
| 314 |
+
"grad_norm": 1.2144904136657715,
|
| 315 |
+
"learning_rate": 4.565361645653617e-06,
|
| 316 |
+
"loss": 0.4145,
|
| 317 |
+
"step": 1376
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"epoch": 0.28,
|
| 321 |
+
"grad_norm": 1.1715329885482788,
|
| 322 |
+
"learning_rate": 4.671532846715329e-06,
|
| 323 |
+
"loss": 0.4197,
|
| 324 |
+
"step": 1408
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 0.29,
|
| 328 |
+
"grad_norm": 1.1917423009872437,
|
| 329 |
+
"learning_rate": 4.777704047777041e-06,
|
| 330 |
+
"loss": 0.4093,
|
| 331 |
+
"step": 1440
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"epoch": 0.29,
|
| 335 |
+
"grad_norm": 1.0857406854629517,
|
| 336 |
+
"learning_rate": 4.883875248838753e-06,
|
| 337 |
+
"loss": 0.4094,
|
| 338 |
+
"step": 1472
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"epoch": 0.3,
|
| 342 |
+
"grad_norm": 1.4424810409545898,
|
| 343 |
+
"learning_rate": 4.9900464499004645e-06,
|
| 344 |
+
"loss": 0.4158,
|
| 345 |
+
"step": 1504
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"epoch": 0.31,
|
| 349 |
+
"grad_norm": 1.1842881441116333,
|
| 350 |
+
"learning_rate": 4.999943564964996e-06,
|
| 351 |
+
"loss": 0.4122,
|
| 352 |
+
"step": 1536
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"epoch": 0.31,
|
| 356 |
+
"grad_norm": 1.138179063796997,
|
| 357 |
+
"learning_rate": 4.999750306706706e-06,
|
| 358 |
+
"loss": 0.4036,
|
| 359 |
+
"step": 1568
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"epoch": 0.32,
|
| 363 |
+
"grad_norm": 1.3266323804855347,
|
| 364 |
+
"learning_rate": 4.999419631904584e-06,
|
| 365 |
+
"loss": 0.4083,
|
| 366 |
+
"step": 1600
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"epoch": 0.32,
|
| 370 |
+
"grad_norm": 1.3375203609466553,
|
| 371 |
+
"learning_rate": 4.9989515587365245e-06,
|
| 372 |
+
"loss": 0.4072,
|
| 373 |
+
"step": 1632
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"epoch": 0.33,
|
| 377 |
+
"grad_norm": 1.2711100578308105,
|
| 378 |
+
"learning_rate": 4.9983461129334935e-06,
|
| 379 |
+
"loss": 0.4047,
|
| 380 |
+
"step": 1664
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"epoch": 0.34,
|
| 384 |
+
"grad_norm": 1.3271673917770386,
|
| 385 |
+
"learning_rate": 4.9976033277781236e-06,
|
| 386 |
+
"loss": 0.4034,
|
| 387 |
+
"step": 1696
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"epoch": 0.34,
|
| 391 |
+
"grad_norm": 1.138608694076538,
|
| 392 |
+
"learning_rate": 4.9967232441028815e-06,
|
| 393 |
+
"loss": 0.4083,
|
| 394 |
+
"step": 1728
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"epoch": 0.35,
|
| 398 |
+
"grad_norm": 1.1976908445358276,
|
| 399 |
+
"learning_rate": 4.995705910287821e-06,
|
| 400 |
+
"loss": 0.3974,
|
| 401 |
+
"step": 1760
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"epoch": 0.36,
|
| 405 |
+
"grad_norm": 1.210739016532898,
|
| 406 |
+
"learning_rate": 4.994551382257927e-06,
|
| 407 |
+
"loss": 0.3927,
|
| 408 |
+
"step": 1792
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"epoch": 0.36,
|
| 412 |
+
"grad_norm": 1.2446238994598389,
|
| 413 |
+
"learning_rate": 4.993259723480039e-06,
|
| 414 |
+
"loss": 0.4082,
|
| 415 |
+
"step": 1824
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 0.37,
|
| 419 |
+
"grad_norm": 1.5098798274993896,
|
| 420 |
+
"learning_rate": 4.991831004959362e-06,
|
| 421 |
+
"loss": 0.4045,
|
| 422 |
+
"step": 1856
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"epoch": 0.38,
|
| 426 |
+
"grad_norm": 1.0394607782363892,
|
| 427 |
+
"learning_rate": 4.990265305235567e-06,
|
| 428 |
+
"loss": 0.4007,
|
| 429 |
+
"step": 1888
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 0.38,
|
| 433 |
+
"grad_norm": 1.268601417541504,
|
| 434 |
+
"learning_rate": 4.988562710378466e-06,
|
| 435 |
+
"loss": 0.3961,
|
| 436 |
+
"step": 1920
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"epoch": 0.39,
|
| 440 |
+
"grad_norm": 1.0634905099868774,
|
| 441 |
+
"learning_rate": 4.986723313983288e-06,
|
| 442 |
+
"loss": 0.398,
|
| 443 |
+
"step": 1952
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"epoch": 0.4,
|
| 447 |
+
"grad_norm": 1.2129184007644653,
|
| 448 |
+
"learning_rate": 4.984747217165531e-06,
|
| 449 |
+
"loss": 0.3938,
|
| 450 |
+
"step": 1984
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 0.4,
|
| 454 |
+
"grad_norm": 1.0884493589401245,
|
| 455 |
+
"learning_rate": 4.9826345285554015e-06,
|
| 456 |
+
"loss": 0.3909,
|
| 457 |
+
"step": 2016
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"epoch": 0.41,
|
| 461 |
+
"grad_norm": 1.1943061351776123,
|
| 462 |
+
"learning_rate": 4.980385364291847e-06,
|
| 463 |
+
"loss": 0.4054,
|
| 464 |
+
"step": 2048
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"epoch": 0.41,
|
| 468 |
+
"grad_norm": 1.081852674484253,
|
| 469 |
+
"learning_rate": 4.977999848016168e-06,
|
| 470 |
+
"loss": 0.4064,
|
| 471 |
+
"step": 2080
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"epoch": 0.42,
|
| 475 |
+
"grad_norm": 1.2224043607711792,
|
| 476 |
+
"learning_rate": 4.975478110865223e-06,
|
| 477 |
+
"loss": 0.3972,
|
| 478 |
+
"step": 2112
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"epoch": 0.43,
|
| 482 |
+
"grad_norm": 1.047973394393921,
|
| 483 |
+
"learning_rate": 4.972820291464219e-06,
|
| 484 |
+
"loss": 0.3891,
|
| 485 |
+
"step": 2144
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"epoch": 0.43,
|
| 489 |
+
"grad_norm": 1.5962953567504883,
|
| 490 |
+
"learning_rate": 4.97002653591909e-06,
|
| 491 |
+
"loss": 0.3929,
|
| 492 |
+
"step": 2176
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"epoch": 0.44,
|
| 496 |
+
"grad_norm": 1.0555881261825562,
|
| 497 |
+
"learning_rate": 4.9670969978084695e-06,
|
| 498 |
+
"loss": 0.4022,
|
| 499 |
+
"step": 2208
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"epoch": 0.45,
|
| 503 |
+
"grad_norm": 1.1123954057693481,
|
| 504 |
+
"learning_rate": 4.964031838175241e-06,
|
| 505 |
+
"loss": 0.395,
|
| 506 |
+
"step": 2240
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"epoch": 0.45,
|
| 510 |
+
"grad_norm": 1.3058280944824219,
|
| 511 |
+
"learning_rate": 4.960831225517693e-06,
|
| 512 |
+
"loss": 0.4066,
|
| 513 |
+
"step": 2272
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"epoch": 0.46,
|
| 517 |
+
"grad_norm": 1.2261545658111572,
|
| 518 |
+
"learning_rate": 4.957495335780248e-06,
|
| 519 |
+
"loss": 0.3947,
|
| 520 |
+
"step": 2304
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"epoch": 0.47,
|
| 524 |
+
"grad_norm": 1.0844892263412476,
|
| 525 |
+
"learning_rate": 4.954024352343798e-06,
|
| 526 |
+
"loss": 0.3901,
|
| 527 |
+
"step": 2336
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"epoch": 0.47,
|
| 531 |
+
"grad_norm": 1.1942882537841797,
|
| 532 |
+
"learning_rate": 4.950418466015619e-06,
|
| 533 |
+
"loss": 0.4099,
|
| 534 |
+
"step": 2368
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 0.48,
|
| 538 |
+
"grad_norm": 1.4109705686569214,
|
| 539 |
+
"learning_rate": 4.9466778750188845e-06,
|
| 540 |
+
"loss": 0.4035,
|
| 541 |
+
"step": 2400
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"epoch": 0.48,
|
| 545 |
+
"grad_norm": 1.1272732019424438,
|
| 546 |
+
"learning_rate": 4.942802784981766e-06,
|
| 547 |
+
"loss": 0.3931,
|
| 548 |
+
"step": 2432
|
| 549 |
+
},
|
| 550 |
+
{
|
| 551 |
+
"epoch": 0.49,
|
| 552 |
+
"grad_norm": 1.1475287675857544,
|
| 553 |
+
"learning_rate": 4.938793408926131e-06,
|
| 554 |
+
"loss": 0.3922,
|
| 555 |
+
"step": 2464
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"epoch": 0.5,
|
| 559 |
+
"grad_norm": 1.1184591054916382,
|
| 560 |
+
"learning_rate": 4.934649967255834e-06,
|
| 561 |
+
"loss": 0.3891,
|
| 562 |
+
"step": 2496
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"epoch": 0.5,
|
| 566 |
+
"grad_norm": 1.0866855382919312,
|
| 567 |
+
"learning_rate": 4.930372687744598e-06,
|
| 568 |
+
"loss": 0.4029,
|
| 569 |
+
"step": 2528
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"epoch": 0.51,
|
| 573 |
+
"grad_norm": 1.1108638048171997,
|
| 574 |
+
"learning_rate": 4.925961805523494e-06,
|
| 575 |
+
"loss": 0.3933,
|
| 576 |
+
"step": 2560
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"epoch": 0.52,
|
| 580 |
+
"grad_norm": 1.1988886594772339,
|
| 581 |
+
"learning_rate": 4.921417563068015e-06,
|
| 582 |
+
"loss": 0.3774,
|
| 583 |
+
"step": 2592
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"epoch": 0.52,
|
| 587 |
+
"grad_norm": 1.0548280477523804,
|
| 588 |
+
"learning_rate": 4.9167402101847496e-06,
|
| 589 |
+
"loss": 0.3876,
|
| 590 |
+
"step": 2624
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"epoch": 0.53,
|
| 594 |
+
"grad_norm": 1.2720234394073486,
|
| 595 |
+
"learning_rate": 4.911930003997645e-06,
|
| 596 |
+
"loss": 0.3935,
|
| 597 |
+
"step": 2656
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"epoch": 0.54,
|
| 601 |
+
"grad_norm": 1.017087459564209,
|
| 602 |
+
"learning_rate": 4.906987208933874e-06,
|
| 603 |
+
"loss": 0.3886,
|
| 604 |
+
"step": 2688
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 0.54,
|
| 608 |
+
"grad_norm": 1.1831703186035156,
|
| 609 |
+
"learning_rate": 4.901912096709302e-06,
|
| 610 |
+
"loss": 0.4013,
|
| 611 |
+
"step": 2720
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"epoch": 0.55,
|
| 615 |
+
"grad_norm": 1.4336239099502563,
|
| 616 |
+
"learning_rate": 4.896704946313546e-06,
|
| 617 |
+
"loss": 0.3886,
|
| 618 |
+
"step": 2752
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"epoch": 0.55,
|
| 622 |
+
"grad_norm": 1.3524258136749268,
|
| 623 |
+
"learning_rate": 4.891366043994641e-06,
|
| 624 |
+
"loss": 0.3911,
|
| 625 |
+
"step": 2784
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"epoch": 0.56,
|
| 629 |
+
"grad_norm": 1.2585910558700562,
|
| 630 |
+
"learning_rate": 4.8858956832433e-06,
|
| 631 |
+
"loss": 0.3985,
|
| 632 |
+
"step": 2816
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"epoch": 0.57,
|
| 636 |
+
"grad_norm": 1.2802609205245972,
|
| 637 |
+
"learning_rate": 4.880294164776785e-06,
|
| 638 |
+
"loss": 0.3894,
|
| 639 |
+
"step": 2848
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"epoch": 0.57,
|
| 643 |
+
"grad_norm": 1.154340386390686,
|
| 644 |
+
"learning_rate": 4.874561796522377e-06,
|
| 645 |
+
"loss": 0.3905,
|
| 646 |
+
"step": 2880
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"epoch": 0.58,
|
| 650 |
+
"grad_norm": 1.0568464994430542,
|
| 651 |
+
"learning_rate": 4.8686988936004386e-06,
|
| 652 |
+
"loss": 0.3875,
|
| 653 |
+
"step": 2912
|
| 654 |
+
},
|
| 655 |
+
{
|
| 656 |
+
"epoch": 0.59,
|
| 657 |
+
"grad_norm": 1.0620440244674683,
|
| 658 |
+
"learning_rate": 4.862705778307105e-06,
|
| 659 |
+
"loss": 0.3935,
|
| 660 |
+
"step": 2944
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"epoch": 0.59,
|
| 664 |
+
"grad_norm": 1.1272939443588257,
|
| 665 |
+
"learning_rate": 4.856582780096558e-06,
|
| 666 |
+
"loss": 0.3819,
|
| 667 |
+
"step": 2976
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"epoch": 0.6,
|
| 671 |
+
"grad_norm": 1.0595206022262573,
|
| 672 |
+
"learning_rate": 4.850330235562915e-06,
|
| 673 |
+
"loss": 0.3876,
|
| 674 |
+
"step": 3008
|
| 675 |
+
},
|
| 676 |
+
{
|
| 677 |
+
"epoch": 0.61,
|
| 678 |
+
"grad_norm": 1.1870075464248657,
|
| 679 |
+
"learning_rate": 4.843948488421728e-06,
|
| 680 |
+
"loss": 0.3816,
|
| 681 |
+
"step": 3040
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"epoch": 0.61,
|
| 685 |
+
"grad_norm": 1.2812995910644531,
|
| 686 |
+
"learning_rate": 4.837437889491094e-06,
|
| 687 |
+
"loss": 0.3929,
|
| 688 |
+
"step": 3072
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"epoch": 0.62,
|
| 692 |
+
"grad_norm": 1.0136667490005493,
|
| 693 |
+
"learning_rate": 4.830798796672357e-06,
|
| 694 |
+
"loss": 0.3826,
|
| 695 |
+
"step": 3104
|
| 696 |
+
},
|
| 697 |
+
{
|
| 698 |
+
"epoch": 0.62,
|
| 699 |
+
"grad_norm": 1.0142866373062134,
|
| 700 |
+
"learning_rate": 4.8240315749304465e-06,
|
| 701 |
+
"loss": 0.3823,
|
| 702 |
+
"step": 3136
|
| 703 |
+
},
|
| 704 |
+
{
|
| 705 |
+
"epoch": 0.63,
|
| 706 |
+
"grad_norm": 1.391076683998108,
|
| 707 |
+
"learning_rate": 4.817136596273806e-06,
|
| 708 |
+
"loss": 0.3865,
|
| 709 |
+
"step": 3168
|
| 710 |
+
},
|
| 711 |
+
{
|
| 712 |
+
"epoch": 0.64,
|
| 713 |
+
"grad_norm": 1.0642139911651611,
|
| 714 |
+
"learning_rate": 4.810114239733948e-06,
|
| 715 |
+
"loss": 0.387,
|
| 716 |
+
"step": 3200
|
| 717 |
+
},
|
| 718 |
+
{
|
| 719 |
+
"epoch": 0.64,
|
| 720 |
+
"grad_norm": 1.2507323026657104,
|
| 721 |
+
"learning_rate": 4.802964891344611e-06,
|
| 722 |
+
"loss": 0.3837,
|
| 723 |
+
"step": 3232
|
| 724 |
+
},
|
| 725 |
+
{
|
| 726 |
+
"epoch": 0.65,
|
| 727 |
+
"grad_norm": 1.1517506837844849,
|
| 728 |
+
"learning_rate": 4.7956889441205525e-06,
|
| 729 |
+
"loss": 0.3868,
|
| 730 |
+
"step": 3264
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"epoch": 0.66,
|
| 734 |
+
"grad_norm": 1.0549813508987427,
|
| 735 |
+
"learning_rate": 4.7882867980359245e-06,
|
| 736 |
+
"loss": 0.3883,
|
| 737 |
+
"step": 3296
|
| 738 |
+
},
|
| 739 |
+
{
|
| 740 |
+
"epoch": 0.66,
|
| 741 |
+
"grad_norm": 1.1579716205596924,
|
| 742 |
+
"learning_rate": 4.780758860002303e-06,
|
| 743 |
+
"loss": 0.3913,
|
| 744 |
+
"step": 3328
|
| 745 |
+
},
|
| 746 |
+
{
|
| 747 |
+
"epoch": 0.67,
|
| 748 |
+
"grad_norm": 1.0801048278808594,
|
| 749 |
+
"learning_rate": 4.77310554384631e-06,
|
| 750 |
+
"loss": 0.3916,
|
| 751 |
+
"step": 3360
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"epoch": 0.68,
|
| 755 |
+
"grad_norm": 0.9929106831550598,
|
| 756 |
+
"learning_rate": 4.765327270286868e-06,
|
| 757 |
+
"loss": 0.3839,
|
| 758 |
+
"step": 3392
|
| 759 |
+
},
|
| 760 |
+
{
|
| 761 |
+
"epoch": 0.68,
|
| 762 |
+
"grad_norm": 1.0502469539642334,
|
| 763 |
+
"learning_rate": 4.7574244669120715e-06,
|
| 764 |
+
"loss": 0.3965,
|
| 765 |
+
"step": 3424
|
| 766 |
+
},
|
| 767 |
+
{
|
| 768 |
+
"epoch": 0.69,
|
| 769 |
+
"grad_norm": 1.2819041013717651,
|
| 770 |
+
"learning_rate": 4.749397568155681e-06,
|
| 771 |
+
"loss": 0.3893,
|
| 772 |
+
"step": 3456
|
| 773 |
+
},
|
| 774 |
+
{
|
| 775 |
+
"epoch": 0.69,
|
| 776 |
+
"grad_norm": 1.3111693859100342,
|
| 777 |
+
"learning_rate": 4.7412470152732405e-06,
|
| 778 |
+
"loss": 0.3876,
|
| 779 |
+
"step": 3488
|
| 780 |
+
},
|
| 781 |
+
{
|
| 782 |
+
"epoch": 0.7,
|
| 783 |
+
"grad_norm": 0.9922152161598206,
|
| 784 |
+
"learning_rate": 4.732973256317825e-06,
|
| 785 |
+
"loss": 0.368,
|
| 786 |
+
"step": 3520
|
| 787 |
+
},
|
| 788 |
+
{
|
| 789 |
+
"epoch": 0.71,
|
| 790 |
+
"grad_norm": 1.0946770906448364,
|
| 791 |
+
"learning_rate": 4.724576746115405e-06,
|
| 792 |
+
"loss": 0.3793,
|
| 793 |
+
"step": 3552
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"epoch": 0.71,
|
| 797 |
+
"grad_norm": 0.9933319091796875,
|
| 798 |
+
"learning_rate": 4.716057946239845e-06,
|
| 799 |
+
"loss": 0.3866,
|
| 800 |
+
"step": 3584
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"epoch": 0.72,
|
| 804 |
+
"grad_norm": 1.0144922733306885,
|
| 805 |
+
"learning_rate": 4.7074173249875335e-06,
|
| 806 |
+
"loss": 0.3927,
|
| 807 |
+
"step": 3616
|
| 808 |
+
},
|
| 809 |
+
{
|
| 810 |
+
"epoch": 0.73,
|
| 811 |
+
"grad_norm": 1.1155210733413696,
|
| 812 |
+
"learning_rate": 4.698655357351633e-06,
|
| 813 |
+
"loss": 0.397,
|
| 814 |
+
"step": 3648
|
| 815 |
+
},
|
| 816 |
+
{
|
| 817 |
+
"epoch": 0.73,
|
| 818 |
+
"grad_norm": 1.0693238973617554,
|
| 819 |
+
"learning_rate": 4.689772524995977e-06,
|
| 820 |
+
"loss": 0.3761,
|
| 821 |
+
"step": 3680
|
| 822 |
+
},
|
| 823 |
+
{
|
| 824 |
+
"epoch": 0.74,
|
| 825 |
+
"grad_norm": 1.2205610275268555,
|
| 826 |
+
"learning_rate": 4.680769316228585e-06,
|
| 827 |
+
"loss": 0.3891,
|
| 828 |
+
"step": 3712
|
| 829 |
+
},
|
| 830 |
+
{
|
| 831 |
+
"epoch": 0.75,
|
| 832 |
+
"grad_norm": 0.9990103840827942,
|
| 833 |
+
"learning_rate": 4.6716462259748195e-06,
|
| 834 |
+
"loss": 0.3799,
|
| 835 |
+
"step": 3744
|
| 836 |
+
},
|
| 837 |
+
{
|
| 838 |
+
"epoch": 0.75,
|
| 839 |
+
"grad_norm": 1.162751317024231,
|
| 840 |
+
"learning_rate": 4.662403755750185e-06,
|
| 841 |
+
"loss": 0.3899,
|
| 842 |
+
"step": 3776
|
| 843 |
+
},
|
| 844 |
+
{
|
| 845 |
+
"epoch": 0.76,
|
| 846 |
+
"grad_norm": 1.1127140522003174,
|
| 847 |
+
"learning_rate": 4.653042413632751e-06,
|
| 848 |
+
"loss": 0.3847,
|
| 849 |
+
"step": 3808
|
| 850 |
+
},
|
| 851 |
+
{
|
| 852 |
+
"epoch": 0.76,
|
| 853 |
+
"grad_norm": 1.1862664222717285,
|
| 854 |
+
"learning_rate": 4.64356271423523e-06,
|
| 855 |
+
"loss": 0.3975,
|
| 856 |
+
"step": 3840
|
| 857 |
+
},
|
| 858 |
+
{
|
| 859 |
+
"epoch": 0.77,
|
| 860 |
+
"grad_norm": 1.087441325187683,
|
| 861 |
+
"learning_rate": 4.633965178676679e-06,
|
| 862 |
+
"loss": 0.3733,
|
| 863 |
+
"step": 3872
|
| 864 |
+
},
|
| 865 |
+
{
|
| 866 |
+
"epoch": 0.78,
|
| 867 |
+
"grad_norm": 0.9520412087440491,
|
| 868 |
+
"learning_rate": 4.624250334553862e-06,
|
| 869 |
+
"loss": 0.3818,
|
| 870 |
+
"step": 3904
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"epoch": 0.78,
|
| 874 |
+
"grad_norm": 1.0426771640777588,
|
| 875 |
+
"learning_rate": 4.6144187159122355e-06,
|
| 876 |
+
"loss": 0.3844,
|
| 877 |
+
"step": 3936
|
| 878 |
+
},
|
| 879 |
+
{
|
| 880 |
+
"epoch": 0.79,
|
| 881 |
+
"grad_norm": 1.1824151277542114,
|
| 882 |
+
"learning_rate": 4.604470863216604e-06,
|
| 883 |
+
"loss": 0.3861,
|
| 884 |
+
"step": 3968
|
| 885 |
+
},
|
| 886 |
+
{
|
| 887 |
+
"epoch": 0.8,
|
| 888 |
+
"grad_norm": 1.155782699584961,
|
| 889 |
+
"learning_rate": 4.594407323321398e-06,
|
| 890 |
+
"loss": 0.3762,
|
| 891 |
+
"step": 4000
|
| 892 |
+
},
|
| 893 |
+
{
|
| 894 |
+
"epoch": 0.8,
|
| 895 |
+
"grad_norm": 1.1668391227722168,
|
| 896 |
+
"learning_rate": 4.5842286494406224e-06,
|
| 897 |
+
"loss": 0.3872,
|
| 898 |
+
"step": 4032
|
| 899 |
+
},
|
| 900 |
+
{
|
| 901 |
+
"epoch": 0.81,
|
| 902 |
+
"grad_norm": 1.2379133701324463,
|
| 903 |
+
"learning_rate": 4.5739354011174355e-06,
|
| 904 |
+
"loss": 0.3913,
|
| 905 |
+
"step": 4064
|
| 906 |
+
},
|
| 907 |
+
{
|
| 908 |
+
"epoch": 0.82,
|
| 909 |
+
"grad_norm": 1.2492693662643433,
|
| 910 |
+
"learning_rate": 4.563528144193395e-06,
|
| 911 |
+
"loss": 0.3909,
|
| 912 |
+
"step": 4096
|
| 913 |
+
},
|
| 914 |
+
{
|
| 915 |
+
"epoch": 0.82,
|
| 916 |
+
"grad_norm": 1.0948158502578735,
|
| 917 |
+
"learning_rate": 4.5530074507773535e-06,
|
| 918 |
+
"loss": 0.3867,
|
| 919 |
+
"step": 4128
|
| 920 |
+
},
|
| 921 |
+
{
|
| 922 |
+
"epoch": 0.83,
|
| 923 |
+
"grad_norm": 1.0528464317321777,
|
| 924 |
+
"learning_rate": 4.542373899214006e-06,
|
| 925 |
+
"loss": 0.3776,
|
| 926 |
+
"step": 4160
|
| 927 |
+
},
|
| 928 |
+
{
|
| 929 |
+
"epoch": 0.83,
|
| 930 |
+
"grad_norm": 1.0977307558059692,
|
| 931 |
+
"learning_rate": 4.531628074052096e-06,
|
| 932 |
+
"loss": 0.38,
|
| 933 |
+
"step": 4192
|
| 934 |
+
},
|
| 935 |
+
{
|
| 936 |
+
"epoch": 0.84,
|
| 937 |
+
"grad_norm": 1.07651686668396,
|
| 938 |
+
"learning_rate": 4.5207705660122855e-06,
|
| 939 |
+
"loss": 0.3761,
|
| 940 |
+
"step": 4224
|
| 941 |
+
},
|
| 942 |
+
{
|
| 943 |
+
"epoch": 0.85,
|
| 944 |
+
"grad_norm": 1.13429856300354,
|
| 945 |
+
"learning_rate": 4.509801971954681e-06,
|
| 946 |
+
"loss": 0.3683,
|
| 947 |
+
"step": 4256
|
| 948 |
+
},
|
| 949 |
+
{
|
| 950 |
+
"epoch": 0.85,
|
| 951 |
+
"grad_norm": 1.122430682182312,
|
| 952 |
+
"learning_rate": 4.4987228948460166e-06,
|
| 953 |
+
"loss": 0.3787,
|
| 954 |
+
"step": 4288
|
| 955 |
+
},
|
| 956 |
+
{
|
| 957 |
+
"epoch": 0.86,
|
| 958 |
+
"grad_norm": 1.0269503593444824,
|
| 959 |
+
"learning_rate": 4.487533943726518e-06,
|
| 960 |
+
"loss": 0.3826,
|
| 961 |
+
"step": 4320
|
| 962 |
+
},
|
| 963 |
+
{
|
| 964 |
+
"epoch": 0.87,
|
| 965 |
+
"grad_norm": 1.30316162109375,
|
| 966 |
+
"learning_rate": 4.476235733676412e-06,
|
| 967 |
+
"loss": 0.3784,
|
| 968 |
+
"step": 4352
|
| 969 |
+
},
|
| 970 |
+
{
|
| 971 |
+
"epoch": 0.87,
|
| 972 |
+
"grad_norm": 1.0606482028961182,
|
| 973 |
+
"learning_rate": 4.4648288857821245e-06,
|
| 974 |
+
"loss": 0.3714,
|
| 975 |
+
"step": 4384
|
| 976 |
+
},
|
| 977 |
+
{
|
| 978 |
+
"epoch": 0.88,
|
| 979 |
+
"grad_norm": 1.002287745475769,
|
| 980 |
+
"learning_rate": 4.453314027102128e-06,
|
| 981 |
+
"loss": 0.3911,
|
| 982 |
+
"step": 4416
|
| 983 |
+
},
|
| 984 |
+
{
|
| 985 |
+
"epoch": 0.89,
|
| 986 |
+
"grad_norm": 0.965377688407898,
|
| 987 |
+
"learning_rate": 4.441691790632479e-06,
|
| 988 |
+
"loss": 0.3744,
|
| 989 |
+
"step": 4448
|
| 990 |
+
},
|
| 991 |
+
{
|
| 992 |
+
"epoch": 0.89,
|
| 993 |
+
"grad_norm": 0.940441370010376,
|
| 994 |
+
"learning_rate": 4.429962815272014e-06,
|
| 995 |
+
"loss": 0.3823,
|
| 996 |
+
"step": 4480
|
| 997 |
+
},
|
| 998 |
+
{
|
| 999 |
+
"epoch": 0.9,
|
| 1000 |
+
"grad_norm": 1.1644710302352905,
|
| 1001 |
+
"learning_rate": 4.418127745787234e-06,
|
| 1002 |
+
"loss": 0.3854,
|
| 1003 |
+
"step": 4512
|
| 1004 |
+
},
|
| 1005 |
+
{
|
| 1006 |
+
"epoch": 0.9,
|
| 1007 |
+
"grad_norm": 1.0051690340042114,
|
| 1008 |
+
"learning_rate": 4.406187232776858e-06,
|
| 1009 |
+
"loss": 0.378,
|
| 1010 |
+
"step": 4544
|
| 1011 |
+
},
|
| 1012 |
+
{
|
| 1013 |
+
"epoch": 0.91,
|
| 1014 |
+
"grad_norm": 0.9830784201622009,
|
| 1015 |
+
"learning_rate": 4.394141932636055e-06,
|
| 1016 |
+
"loss": 0.3838,
|
| 1017 |
+
"step": 4576
|
| 1018 |
+
},
|
| 1019 |
+
{
|
| 1020 |
+
"epoch": 0.92,
|
| 1021 |
+
"grad_norm": 0.9700829386711121,
|
| 1022 |
+
"learning_rate": 4.381992507520366e-06,
|
| 1023 |
+
"loss": 0.3689,
|
| 1024 |
+
"step": 4608
|
| 1025 |
+
},
|
| 1026 |
+
{
|
| 1027 |
+
"epoch": 0.92,
|
| 1028 |
+
"grad_norm": 0.9510435461997986,
|
| 1029 |
+
"learning_rate": 4.369739625309301e-06,
|
| 1030 |
+
"loss": 0.3729,
|
| 1031 |
+
"step": 4640
|
| 1032 |
+
},
|
| 1033 |
+
{
|
| 1034 |
+
"epoch": 0.93,
|
| 1035 |
+
"grad_norm": 1.12239408493042,
|
| 1036 |
+
"learning_rate": 4.357383959569624e-06,
|
| 1037 |
+
"loss": 0.3797,
|
| 1038 |
+
"step": 4672
|
| 1039 |
+
},
|
| 1040 |
+
{
|
| 1041 |
+
"epoch": 0.94,
|
| 1042 |
+
"grad_norm": 1.1104124784469604,
|
| 1043 |
+
"learning_rate": 4.344926189518325e-06,
|
| 1044 |
+
"loss": 0.3732,
|
| 1045 |
+
"step": 4704
|
| 1046 |
+
},
|
| 1047 |
+
{
|
| 1048 |
+
"epoch": 0.94,
|
| 1049 |
+
"grad_norm": 1.3127937316894531,
|
| 1050 |
+
"learning_rate": 4.332366999985287e-06,
|
| 1051 |
+
"loss": 0.373,
|
| 1052 |
+
"step": 4736
|
| 1053 |
+
},
|
| 1054 |
+
{
|
| 1055 |
+
"epoch": 0.95,
|
| 1056 |
+
"grad_norm": 0.9870919585227966,
|
| 1057 |
+
"learning_rate": 4.319707081375631e-06,
|
| 1058 |
+
"loss": 0.3725,
|
| 1059 |
+
"step": 4768
|
| 1060 |
+
},
|
| 1061 |
+
{
|
| 1062 |
+
"epoch": 0.96,
|
| 1063 |
+
"grad_norm": 1.0262207984924316,
|
| 1064 |
+
"learning_rate": 4.3069471296317735e-06,
|
| 1065 |
+
"loss": 0.3763,
|
| 1066 |
+
"step": 4800
|
| 1067 |
+
},
|
| 1068 |
+
{
|
| 1069 |
+
"epoch": 0.96,
|
| 1070 |
+
"grad_norm": 1.137619137763977,
|
| 1071 |
+
"learning_rate": 4.294087846195157e-06,
|
| 1072 |
+
"loss": 0.3707,
|
| 1073 |
+
"step": 4832
|
| 1074 |
+
},
|
| 1075 |
+
{
|
| 1076 |
+
"epoch": 0.97,
|
| 1077 |
+
"grad_norm": 1.0497642755508423,
|
| 1078 |
+
"learning_rate": 4.2811299379677e-06,
|
| 1079 |
+
"loss": 0.3823,
|
| 1080 |
+
"step": 4864
|
| 1081 |
+
},
|
| 1082 |
+
{
|
| 1083 |
+
"epoch": 0.97,
|
| 1084 |
+
"grad_norm": 1.0143197774887085,
|
| 1085 |
+
"learning_rate": 4.2680741172729325e-06,
|
| 1086 |
+
"loss": 0.3772,
|
| 1087 |
+
"step": 4896
|
| 1088 |
+
},
|
| 1089 |
+
{
|
| 1090 |
+
"epoch": 0.98,
|
| 1091 |
+
"grad_norm": 1.0744478702545166,
|
| 1092 |
+
"learning_rate": 4.25492110181684e-06,
|
| 1093 |
+
"loss": 0.3763,
|
| 1094 |
+
"step": 4928
|
| 1095 |
+
},
|
| 1096 |
+
{
|
| 1097 |
+
"epoch": 0.99,
|
| 1098 |
+
"grad_norm": 1.113259196281433,
|
| 1099 |
+
"learning_rate": 4.241671614648411e-06,
|
| 1100 |
+
"loss": 0.3763,
|
| 1101 |
+
"step": 4960
|
| 1102 |
+
},
|
| 1103 |
+
{
|
| 1104 |
+
"epoch": 0.99,
|
| 1105 |
+
"grad_norm": 1.1132539510726929,
|
| 1106 |
+
"learning_rate": 4.228326384119882e-06,
|
| 1107 |
+
"loss": 0.3679,
|
| 1108 |
+
"step": 4992
|
| 1109 |
+
},
|
| 1110 |
+
{
|
| 1111 |
+
"epoch": 1.0,
|
| 1112 |
+
"grad_norm": 0.9480674862861633,
|
| 1113 |
+
"learning_rate": 4.214886143846707e-06,
|
| 1114 |
+
"loss": 0.3763,
|
| 1115 |
+
"step": 5024
|
| 1116 |
+
},
|
| 1117 |
+
{
|
| 1118 |
+
"epoch": 1.01,
|
| 1119 |
+
"grad_norm": 1.1497920751571655,
|
| 1120 |
+
"learning_rate": 4.201351632667227e-06,
|
| 1121 |
+
"loss": 0.3217,
|
| 1122 |
+
"step": 5056
|
| 1123 |
+
},
|
| 1124 |
+
{
|
| 1125 |
+
"epoch": 1.01,
|
| 1126 |
+
"grad_norm": 1.0451420545578003,
|
| 1127 |
+
"learning_rate": 4.187723594602054e-06,
|
| 1128 |
+
"loss": 0.3261,
|
| 1129 |
+
"step": 5088
|
| 1130 |
+
},
|
| 1131 |
+
{
|
| 1132 |
+
"epoch": 1.02,
|
| 1133 |
+
"grad_norm": 1.050591230392456,
|
| 1134 |
+
"learning_rate": 4.174002778813164e-06,
|
| 1135 |
+
"loss": 0.3213,
|
| 1136 |
+
"step": 5120
|
| 1137 |
+
},
|
| 1138 |
+
{
|
| 1139 |
+
"epoch": 1.03,
|
| 1140 |
+
"grad_norm": 1.0211747884750366,
|
| 1141 |
+
"learning_rate": 4.1601899395627285e-06,
|
| 1142 |
+
"loss": 0.3286,
|
| 1143 |
+
"step": 5152
|
| 1144 |
+
},
|
| 1145 |
+
{
|
| 1146 |
+
"epoch": 1.03,
|
| 1147 |
+
"grad_norm": 1.0216166973114014,
|
| 1148 |
+
"learning_rate": 4.146285836171636e-06,
|
| 1149 |
+
"loss": 0.3185,
|
| 1150 |
+
"step": 5184
|
| 1151 |
+
},
|
| 1152 |
+
{
|
| 1153 |
+
"epoch": 1.04,
|
| 1154 |
+
"grad_norm": 1.0201820135116577,
|
| 1155 |
+
"learning_rate": 4.13229123297776e-06,
|
| 1156 |
+
"loss": 0.3168,
|
| 1157 |
+
"step": 5216
|
| 1158 |
+
},
|
| 1159 |
+
{
|
| 1160 |
+
"epoch": 1.05,
|
| 1161 |
+
"grad_norm": 1.0070463418960571,
|
| 1162 |
+
"learning_rate": 4.11820689929394e-06,
|
| 1163 |
+
"loss": 0.3225,
|
| 1164 |
+
"step": 5248
|
| 1165 |
+
},
|
| 1166 |
+
{
|
| 1167 |
+
"epoch": 1.05,
|
| 1168 |
+
"grad_norm": 1.1246079206466675,
|
| 1169 |
+
"learning_rate": 4.104033609365687e-06,
|
| 1170 |
+
"loss": 0.3335,
|
| 1171 |
+
"step": 5280
|
| 1172 |
+
},
|
| 1173 |
+
{
|
| 1174 |
+
"epoch": 1.06,
|
| 1175 |
+
"grad_norm": 1.0078269243240356,
|
| 1176 |
+
"learning_rate": 4.089772142328628e-06,
|
| 1177 |
+
"loss": 0.3168,
|
| 1178 |
+
"step": 5312
|
| 1179 |
+
},
|
| 1180 |
+
{
|
| 1181 |
+
"epoch": 1.06,
|
| 1182 |
+
"grad_norm": 1.0369760990142822,
|
| 1183 |
+
"learning_rate": 4.075423282165665e-06,
|
| 1184 |
+
"loss": 0.3304,
|
| 1185 |
+
"step": 5344
|
| 1186 |
+
},
|
| 1187 |
+
{
|
| 1188 |
+
"epoch": 1.07,
|
| 1189 |
+
"grad_norm": 0.9748265147209167,
|
| 1190 |
+
"learning_rate": 4.0609878176638925e-06,
|
| 1191 |
+
"loss": 0.3283,
|
| 1192 |
+
"step": 5376
|
| 1193 |
+
},
|
| 1194 |
+
{
|
| 1195 |
+
"epoch": 1.08,
|
| 1196 |
+
"grad_norm": 1.0375062227249146,
|
| 1197 |
+
"learning_rate": 4.046466542371222e-06,
|
| 1198 |
+
"loss": 0.321,
|
| 1199 |
+
"step": 5408
|
| 1200 |
+
},
|
| 1201 |
+
{
|
| 1202 |
+
"epoch": 1.08,
|
| 1203 |
+
"grad_norm": 1.1058626174926758,
|
| 1204 |
+
"learning_rate": 4.031860254552767e-06,
|
| 1205 |
+
"loss": 0.3284,
|
| 1206 |
+
"step": 5440
|
| 1207 |
+
},
|
| 1208 |
+
{
|
| 1209 |
+
"epoch": 1.09,
|
| 1210 |
+
"grad_norm": 1.070448637008667,
|
| 1211 |
+
"learning_rate": 4.01716975714696e-06,
|
| 1212 |
+
"loss": 0.3224,
|
| 1213 |
+
"step": 5472
|
| 1214 |
+
},
|
| 1215 |
+
{
|
| 1216 |
+
"epoch": 1.1,
|
| 1217 |
+
"grad_norm": 1.1282106637954712,
|
| 1218 |
+
"learning_rate": 4.002395857721411e-06,
|
| 1219 |
+
"loss": 0.3159,
|
| 1220 |
+
"step": 5504
|
| 1221 |
+
},
|
| 1222 |
+
{
|
| 1223 |
+
"epoch": 1.1,
|
| 1224 |
+
"grad_norm": 1.093741536140442,
|
| 1225 |
+
"learning_rate": 3.987539368428514e-06,
|
| 1226 |
+
"loss": 0.3328,
|
| 1227 |
+
"step": 5536
|
| 1228 |
+
},
|
| 1229 |
+
{
|
| 1230 |
+
"epoch": 1.11,
|
| 1231 |
+
"grad_norm": 1.2170640230178833,
|
| 1232 |
+
"learning_rate": 3.972601105960804e-06,
|
| 1233 |
+
"loss": 0.3197,
|
| 1234 |
+
"step": 5568
|
| 1235 |
+
},
|
| 1236 |
+
{
|
| 1237 |
+
"epoch": 1.12,
|
| 1238 |
+
"grad_norm": 1.2086021900177002,
|
| 1239 |
+
"learning_rate": 3.957581891506057e-06,
|
| 1240 |
+
"loss": 0.3223,
|
| 1241 |
+
"step": 5600
|
| 1242 |
+
},
|
| 1243 |
+
{
|
| 1244 |
+
"epoch": 1.12,
|
| 1245 |
+
"grad_norm": 1.052445888519287,
|
| 1246 |
+
"learning_rate": 3.9424825507021534e-06,
|
| 1247 |
+
"loss": 0.317,
|
| 1248 |
+
"step": 5632
|
| 1249 |
+
},
|
| 1250 |
+
{
|
| 1251 |
+
"epoch": 1.13,
|
| 1252 |
+
"grad_norm": 1.2977054119110107,
|
| 1253 |
+
"learning_rate": 3.927303913591685e-06,
|
| 1254 |
+
"loss": 0.323,
|
| 1255 |
+
"step": 5664
|
| 1256 |
+
},
|
| 1257 |
+
{
|
| 1258 |
+
"epoch": 1.13,
|
| 1259 |
+
"grad_norm": 1.0437968969345093,
|
| 1260 |
+
"learning_rate": 3.912046814576334e-06,
|
| 1261 |
+
"loss": 0.3285,
|
| 1262 |
+
"step": 5696
|
| 1263 |
+
},
|
| 1264 |
+
{
|
| 1265 |
+
"epoch": 1.14,
|
| 1266 |
+
"grad_norm": 1.1401695013046265,
|
| 1267 |
+
"learning_rate": 3.896712092370991e-06,
|
| 1268 |
+
"loss": 0.3246,
|
| 1269 |
+
"step": 5728
|
| 1270 |
+
},
|
| 1271 |
+
{
|
| 1272 |
+
"epoch": 1.15,
|
| 1273 |
+
"grad_norm": 0.9710681438446045,
|
| 1274 |
+
"learning_rate": 3.881300589957663e-06,
|
| 1275 |
+
"loss": 0.3201,
|
| 1276 |
+
"step": 5760
|
| 1277 |
+
},
|
| 1278 |
+
{
|
| 1279 |
+
"epoch": 1.15,
|
| 1280 |
+
"grad_norm": 1.0901442766189575,
|
| 1281 |
+
"learning_rate": 3.865813154539125e-06,
|
| 1282 |
+
"loss": 0.3275,
|
| 1283 |
+
"step": 5792
|
| 1284 |
+
},
|
| 1285 |
+
{
|
| 1286 |
+
"epoch": 1.16,
|
| 1287 |
+
"grad_norm": 1.0210119485855103,
|
| 1288 |
+
"learning_rate": 3.85025063749235e-06,
|
| 1289 |
+
"loss": 0.3208,
|
| 1290 |
+
"step": 5824
|
| 1291 |
+
},
|
| 1292 |
+
{
|
| 1293 |
+
"epoch": 1.17,
|
| 1294 |
+
"grad_norm": 1.0676419734954834,
|
| 1295 |
+
"learning_rate": 3.834613894321705e-06,
|
| 1296 |
+
"loss": 0.3309,
|
| 1297 |
+
"step": 5856
|
| 1298 |
+
},
|
| 1299 |
+
{
|
| 1300 |
+
"epoch": 1.17,
|
| 1301 |
+
"grad_norm": 0.9977128505706787,
|
| 1302 |
+
"learning_rate": 3.818903784611925e-06,
|
| 1303 |
+
"loss": 0.3377,
|
| 1304 |
+
"step": 5888
|
| 1305 |
+
},
|
| 1306 |
+
{
|
| 1307 |
+
"epoch": 1.18,
|
| 1308 |
+
"grad_norm": 1.1163454055786133,
|
| 1309 |
+
"learning_rate": 3.803121171980857e-06,
|
| 1310 |
+
"loss": 0.3191,
|
| 1311 |
+
"step": 5920
|
| 1312 |
+
},
|
| 1313 |
+
{
|
| 1314 |
+
"epoch": 1.19,
|
| 1315 |
+
"grad_norm": 1.0978645086288452,
|
| 1316 |
+
"learning_rate": 3.787266924031987e-06,
|
| 1317 |
+
"loss": 0.32,
|
| 1318 |
+
"step": 5952
|
| 1319 |
+
},
|
| 1320 |
+
{
|
| 1321 |
+
"epoch": 1.19,
|
| 1322 |
+
"grad_norm": 1.113274097442627,
|
| 1323 |
+
"learning_rate": 3.7713419123067464e-06,
|
| 1324 |
+
"loss": 0.3328,
|
| 1325 |
+
"step": 5984
|
| 1326 |
+
},
|
| 1327 |
+
{
|
| 1328 |
+
"epoch": 1.2,
|
| 1329 |
+
"grad_norm": 1.1274746656417847,
|
| 1330 |
+
"learning_rate": 3.755347012236599e-06,
|
| 1331 |
+
"loss": 0.3205,
|
| 1332 |
+
"step": 6016
|
| 1333 |
+
},
|
| 1334 |
+
{
|
| 1335 |
+
"epoch": 1.2,
|
| 1336 |
+
"grad_norm": 1.1300851106643677,
|
| 1337 |
+
"learning_rate": 3.7392831030949182e-06,
|
| 1338 |
+
"loss": 0.3111,
|
| 1339 |
+
"step": 6048
|
| 1340 |
+
},
|
| 1341 |
+
{
|
| 1342 |
+
"epoch": 1.21,
|
| 1343 |
+
"grad_norm": 1.0431143045425415,
|
| 1344 |
+
"learning_rate": 3.723151067948653e-06,
|
| 1345 |
+
"loss": 0.3319,
|
| 1346 |
+
"step": 6080
|
| 1347 |
+
},
|
| 1348 |
+
{
|
| 1349 |
+
"epoch": 1.22,
|
| 1350 |
+
"grad_norm": 1.0392550230026245,
|
| 1351 |
+
"learning_rate": 3.706951793609782e-06,
|
| 1352 |
+
"loss": 0.3278,
|
| 1353 |
+
"step": 6112
|
| 1354 |
+
},
|
| 1355 |
+
{
|
| 1356 |
+
"epoch": 1.22,
|
| 1357 |
+
"grad_norm": 0.8391209244728088,
|
| 1358 |
+
"learning_rate": 3.6906861705865632e-06,
|
| 1359 |
+
"loss": 0.3273,
|
| 1360 |
+
"step": 6144
|
| 1361 |
+
},
|
| 1362 |
+
{
|
| 1363 |
+
"epoch": 1.23,
|
| 1364 |
+
"grad_norm": 0.9675939083099365,
|
| 1365 |
+
"learning_rate": 3.674355093034582e-06,
|
| 1366 |
+
"loss": 0.3258,
|
| 1367 |
+
"step": 6176
|
| 1368 |
+
},
|
| 1369 |
+
{
|
| 1370 |
+
"epoch": 1.24,
|
| 1371 |
+
"grad_norm": 1.1863322257995605,
|
| 1372 |
+
"learning_rate": 3.657959458707598e-06,
|
| 1373 |
+
"loss": 0.3283,
|
| 1374 |
+
"step": 6208
|
| 1375 |
+
},
|
| 1376 |
+
{
|
| 1377 |
+
"epoch": 1.24,
|
| 1378 |
+
"grad_norm": 1.0589362382888794,
|
| 1379 |
+
"learning_rate": 3.6415001689081912e-06,
|
| 1380 |
+
"loss": 0.335,
|
| 1381 |
+
"step": 6240
|
| 1382 |
+
},
|
| 1383 |
+
{
|
| 1384 |
+
"epoch": 1.25,
|
| 1385 |
+
"grad_norm": 1.1069774627685547,
|
| 1386 |
+
"learning_rate": 3.624978128438219e-06,
|
| 1387 |
+
"loss": 0.3314,
|
| 1388 |
+
"step": 6272
|
| 1389 |
+
},
|
| 1390 |
+
{
|
| 1391 |
+
"epoch": 1.26,
|
| 1392 |
+
"grad_norm": 0.9723530411720276,
|
| 1393 |
+
"learning_rate": 3.608394245549074e-06,
|
| 1394 |
+
"loss": 0.3195,
|
| 1395 |
+
"step": 6304
|
| 1396 |
+
},
|
| 1397 |
+
{
|
| 1398 |
+
"epoch": 1.26,
|
| 1399 |
+
"grad_norm": 0.9945602416992188,
|
| 1400 |
+
"learning_rate": 3.5917494318917573e-06,
|
| 1401 |
+
"loss": 0.3252,
|
| 1402 |
+
"step": 6336
|
| 1403 |
+
},
|
| 1404 |
+
{
|
| 1405 |
+
"epoch": 1.27,
|
| 1406 |
+
"grad_norm": 1.0707299709320068,
|
| 1407 |
+
"learning_rate": 3.575044602466763e-06,
|
| 1408 |
+
"loss": 0.3204,
|
| 1409 |
+
"step": 6368
|
| 1410 |
+
},
|
| 1411 |
+
{
|
| 1412 |
+
"epoch": 1.27,
|
| 1413 |
+
"grad_norm": 1.0709584951400757,
|
| 1414 |
+
"learning_rate": 3.558280675573778e-06,
|
| 1415 |
+
"loss": 0.3191,
|
| 1416 |
+
"step": 6400
|
| 1417 |
+
},
|
| 1418 |
+
{
|
| 1419 |
+
"epoch": 1.28,
|
| 1420 |
+
"grad_norm": 1.215785026550293,
|
| 1421 |
+
"learning_rate": 3.5414585727612026e-06,
|
| 1422 |
+
"loss": 0.3242,
|
| 1423 |
+
"step": 6432
|
| 1424 |
+
},
|
| 1425 |
+
{
|
| 1426 |
+
"epoch": 1.29,
|
| 1427 |
+
"grad_norm": 1.1426632404327393,
|
| 1428 |
+
"learning_rate": 3.524579218775489e-06,
|
| 1429 |
+
"loss": 0.3256,
|
| 1430 |
+
"step": 6464
|
| 1431 |
+
},
|
| 1432 |
+
{
|
| 1433 |
+
"epoch": 1.29,
|
| 1434 |
+
"grad_norm": 1.0948857069015503,
|
| 1435 |
+
"learning_rate": 3.5076435415103072e-06,
|
| 1436 |
+
"loss": 0.3312,
|
| 1437 |
+
"step": 6496
|
| 1438 |
+
},
|
| 1439 |
+
{
|
| 1440 |
+
"epoch": 1.3,
|
| 1441 |
+
"grad_norm": 1.0663847923278809,
|
| 1442 |
+
"learning_rate": 3.490652471955538e-06,
|
| 1443 |
+
"loss": 0.3356,
|
| 1444 |
+
"step": 6528
|
| 1445 |
+
},
|
| 1446 |
+
{
|
| 1447 |
+
"epoch": 1.31,
|
| 1448 |
+
"grad_norm": 1.0345847606658936,
|
| 1449 |
+
"learning_rate": 3.47360694414609e-06,
|
| 1450 |
+
"loss": 0.3437,
|
| 1451 |
+
"step": 6560
|
| 1452 |
+
},
|
| 1453 |
+
{
|
| 1454 |
+
"epoch": 1.31,
|
| 1455 |
+
"grad_norm": 1.0221242904663086,
|
| 1456 |
+
"learning_rate": 3.456507895110561e-06,
|
| 1457 |
+
"loss": 0.3271,
|
| 1458 |
+
"step": 6592
|
| 1459 |
+
},
|
| 1460 |
+
{
|
| 1461 |
+
"epoch": 1.32,
|
| 1462 |
+
"grad_norm": 1.0684123039245605,
|
| 1463 |
+
"learning_rate": 3.4393562648197197e-06,
|
| 1464 |
+
"loss": 0.3206,
|
| 1465 |
+
"step": 6624
|
| 1466 |
+
},
|
| 1467 |
+
{
|
| 1468 |
+
"epoch": 1.33,
|
| 1469 |
+
"grad_norm": 1.2369773387908936,
|
| 1470 |
+
"learning_rate": 3.4221529961348394e-06,
|
| 1471 |
+
"loss": 0.328,
|
| 1472 |
+
"step": 6656
|
| 1473 |
+
},
|
| 1474 |
+
{
|
| 1475 |
+
"epoch": 1.33,
|
| 1476 |
+
"grad_norm": 1.1667596101760864,
|
| 1477 |
+
"learning_rate": 3.404899034755864e-06,
|
| 1478 |
+
"loss": 0.3278,
|
| 1479 |
+
"step": 6688
|
| 1480 |
+
},
|
| 1481 |
+
{
|
| 1482 |
+
"epoch": 1.34,
|
| 1483 |
+
"grad_norm": 0.9238635301589966,
|
| 1484 |
+
"learning_rate": 3.387595329169423e-06,
|
| 1485 |
+
"loss": 0.3337,
|
| 1486 |
+
"step": 6720
|
| 1487 |
+
},
|
| 1488 |
+
{
|
| 1489 |
+
"epoch": 1.34,
|
| 1490 |
+
"grad_norm": 1.0524715185165405,
|
| 1491 |
+
"learning_rate": 3.3702428305966874e-06,
|
| 1492 |
+
"loss": 0.3218,
|
| 1493 |
+
"step": 6752
|
| 1494 |
+
},
|
| 1495 |
+
{
|
| 1496 |
+
"epoch": 1.35,
|
| 1497 |
+
"grad_norm": 0.9200053215026855,
|
| 1498 |
+
"learning_rate": 3.3528424929410814e-06,
|
| 1499 |
+
"loss": 0.3209,
|
| 1500 |
+
"step": 6784
|
| 1501 |
+
},
|
| 1502 |
+
{
|
| 1503 |
+
"epoch": 1.36,
|
| 1504 |
+
"grad_norm": 1.0644574165344238,
|
| 1505 |
+
"learning_rate": 3.3353952727358485e-06,
|
| 1506 |
+
"loss": 0.3269,
|
| 1507 |
+
"step": 6816
|
| 1508 |
+
},
|
| 1509 |
+
{
|
| 1510 |
+
"epoch": 1.36,
|
| 1511 |
+
"grad_norm": 1.0416203737258911,
|
| 1512 |
+
"learning_rate": 3.3179021290914614e-06,
|
| 1513 |
+
"loss": 0.3276,
|
| 1514 |
+
"step": 6848
|
| 1515 |
+
},
|
| 1516 |
+
{
|
| 1517 |
+
"epoch": 1.37,
|
| 1518 |
+
"grad_norm": 1.1865791082382202,
|
| 1519 |
+
"learning_rate": 3.3003640236429012e-06,
|
| 1520 |
+
"loss": 0.3223,
|
| 1521 |
+
"step": 6880
|
| 1522 |
+
},
|
| 1523 |
+
{
|
| 1524 |
+
"epoch": 1.38,
|
| 1525 |
+
"grad_norm": 1.1126179695129395,
|
| 1526 |
+
"learning_rate": 3.2827819204967948e-06,
|
| 1527 |
+
"loss": 0.3241,
|
| 1528 |
+
"step": 6912
|
| 1529 |
+
},
|
| 1530 |
+
{
|
| 1531 |
+
"epoch": 1.38,
|
| 1532 |
+
"grad_norm": 1.0376890897750854,
|
| 1533 |
+
"learning_rate": 3.265156786178415e-06,
|
| 1534 |
+
"loss": 0.3299,
|
| 1535 |
+
"step": 6944
|
| 1536 |
+
},
|
| 1537 |
+
{
|
| 1538 |
+
"epoch": 1.39,
|
| 1539 |
+
"grad_norm": 0.9320166110992432,
|
| 1540 |
+
"learning_rate": 3.2474895895785503e-06,
|
| 1541 |
+
"loss": 0.3224,
|
| 1542 |
+
"step": 6976
|
| 1543 |
+
},
|
| 1544 |
+
{
|
| 1545 |
+
"epoch": 1.4,
|
| 1546 |
+
"grad_norm": 1.3843213319778442,
|
| 1547 |
+
"learning_rate": 3.2297813019002383e-06,
|
| 1548 |
+
"loss": 0.3272,
|
| 1549 |
+
"step": 7008
|
| 1550 |
+
},
|
| 1551 |
+
{
|
| 1552 |
+
"epoch": 1.4,
|
| 1553 |
+
"grad_norm": 1.0767802000045776,
|
| 1554 |
+
"learning_rate": 3.2120328966053836e-06,
|
| 1555 |
+
"loss": 0.326,
|
| 1556 |
+
"step": 7040
|
| 1557 |
+
},
|
| 1558 |
+
{
|
| 1559 |
+
"epoch": 1.41,
|
| 1560 |
+
"grad_norm": 0.9737852811813354,
|
| 1561 |
+
"learning_rate": 3.194245349361238e-06,
|
| 1562 |
+
"loss": 0.3253,
|
| 1563 |
+
"step": 7072
|
| 1564 |
+
},
|
| 1565 |
+
{
|
| 1566 |
+
"epoch": 1.41,
|
| 1567 |
+
"grad_norm": 1.1968495845794678,
|
| 1568 |
+
"learning_rate": 3.176419637986769e-06,
|
| 1569 |
+
"loss": 0.3237,
|
| 1570 |
+
"step": 7104
|
| 1571 |
+
},
|
| 1572 |
+
{
|
| 1573 |
+
"epoch": 1.42,
|
| 1574 |
+
"grad_norm": 1.086237907409668,
|
| 1575 |
+
"learning_rate": 3.158556742398908e-06,
|
| 1576 |
+
"loss": 0.3174,
|
| 1577 |
+
"step": 7136
|
| 1578 |
+
},
|
| 1579 |
+
{
|
| 1580 |
+
"epoch": 1.43,
|
| 1581 |
+
"grad_norm": 1.1582037210464478,
|
| 1582 |
+
"learning_rate": 3.1406576445586813e-06,
|
| 1583 |
+
"loss": 0.322,
|
| 1584 |
+
"step": 7168
|
| 1585 |
+
},
|
| 1586 |
+
{
|
| 1587 |
+
"epoch": 1.43,
|
| 1588 |
+
"grad_norm": 1.0444362163543701,
|
| 1589 |
+
"learning_rate": 3.1227233284172265e-06,
|
| 1590 |
+
"loss": 0.3299,
|
| 1591 |
+
"step": 7200
|
| 1592 |
+
},
|
| 1593 |
+
{
|
| 1594 |
+
"epoch": 1.44,
|
| 1595 |
+
"grad_norm": 0.9630576372146606,
|
| 1596 |
+
"learning_rate": 3.1047547798617094e-06,
|
| 1597 |
+
"loss": 0.3215,
|
| 1598 |
+
"step": 7232
|
| 1599 |
+
},
|
| 1600 |
+
{
|
| 1601 |
+
"epoch": 1.45,
|
| 1602 |
+
"grad_norm": 1.123935341835022,
|
| 1603 |
+
"learning_rate": 3.086752986661121e-06,
|
| 1604 |
+
"loss": 0.3234,
|
| 1605 |
+
"step": 7264
|
| 1606 |
+
},
|
| 1607 |
+
{
|
| 1608 |
+
"epoch": 1.45,
|
| 1609 |
+
"grad_norm": 0.9781158566474915,
|
| 1610 |
+
"learning_rate": 3.068718938411981e-06,
|
| 1611 |
+
"loss": 0.3273,
|
| 1612 |
+
"step": 7296
|
| 1613 |
+
},
|
| 1614 |
+
{
|
| 1615 |
+
"epoch": 1.46,
|
| 1616 |
+
"grad_norm": 1.1303229331970215,
|
| 1617 |
+
"learning_rate": 3.050653626483937e-06,
|
| 1618 |
+
"loss": 0.3256,
|
| 1619 |
+
"step": 7328
|
| 1620 |
+
},
|
| 1621 |
+
{
|
| 1622 |
+
"epoch": 1.47,
|
| 1623 |
+
"grad_norm": 1.056015968322754,
|
| 1624 |
+
"learning_rate": 3.0325580439652685e-06,
|
| 1625 |
+
"loss": 0.3248,
|
| 1626 |
+
"step": 7360
|
| 1627 |
+
},
|
| 1628 |
+
{
|
| 1629 |
+
"epoch": 1.47,
|
| 1630 |
+
"grad_norm": 1.1457360982894897,
|
| 1631 |
+
"learning_rate": 3.014433185608292e-06,
|
| 1632 |
+
"loss": 0.3351,
|
| 1633 |
+
"step": 7392
|
| 1634 |
+
},
|
| 1635 |
+
{
|
| 1636 |
+
"epoch": 1.48,
|
| 1637 |
+
"grad_norm": 1.2207893133163452,
|
| 1638 |
+
"learning_rate": 2.9962800477746774e-06,
|
| 1639 |
+
"loss": 0.3239,
|
| 1640 |
+
"step": 7424
|
| 1641 |
+
},
|
| 1642 |
+
{
|
| 1643 |
+
"epoch": 1.48,
|
| 1644 |
+
"grad_norm": 1.0306360721588135,
|
| 1645 |
+
"learning_rate": 2.978099628380679e-06,
|
| 1646 |
+
"loss": 0.3268,
|
| 1647 |
+
"step": 7456
|
| 1648 |
+
},
|
| 1649 |
+
{
|
| 1650 |
+
"epoch": 1.49,
|
| 1651 |
+
"grad_norm": 1.1373237371444702,
|
| 1652 |
+
"learning_rate": 2.9598929268422754e-06,
|
| 1653 |
+
"loss": 0.3244,
|
| 1654 |
+
"step": 7488
|
| 1655 |
+
},
|
| 1656 |
+
{
|
| 1657 |
+
"epoch": 1.5,
|
| 1658 |
+
"grad_norm": 1.2428505420684814,
|
| 1659 |
+
"learning_rate": 2.941660944020229e-06,
|
| 1660 |
+
"loss": 0.3225,
|
| 1661 |
+
"step": 7520
|
| 1662 |
+
},
|
| 1663 |
+
{
|
| 1664 |
+
"epoch": 1.5,
|
| 1665 |
+
"grad_norm": 1.006510615348816,
|
| 1666 |
+
"learning_rate": 2.92340468216507e-06,
|
| 1667 |
+
"loss": 0.3094,
|
| 1668 |
+
"step": 7552
|
| 1669 |
+
},
|
| 1670 |
+
{
|
| 1671 |
+
"epoch": 1.51,
|
| 1672 |
+
"grad_norm": 1.0351347923278809,
|
| 1673 |
+
"learning_rate": 2.905125144861994e-06,
|
| 1674 |
+
"loss": 0.3269,
|
| 1675 |
+
"step": 7584
|
| 1676 |
+
},
|
| 1677 |
+
{
|
| 1678 |
+
"epoch": 1.52,
|
| 1679 |
+
"grad_norm": 1.1568477153778076,
|
| 1680 |
+
"learning_rate": 2.886823336975703e-06,
|
| 1681 |
+
"loss": 0.3213,
|
| 1682 |
+
"step": 7616
|
| 1683 |
+
},
|
| 1684 |
+
{
|
| 1685 |
+
"epoch": 1.52,
|
| 1686 |
+
"grad_norm": 0.9311596155166626,
|
| 1687 |
+
"learning_rate": 2.8685002645951553e-06,
|
| 1688 |
+
"loss": 0.3259,
|
| 1689 |
+
"step": 7648
|
| 1690 |
+
},
|
| 1691 |
+
{
|
| 1692 |
+
"epoch": 1.53,
|
| 1693 |
+
"grad_norm": 1.3714416027069092,
|
| 1694 |
+
"learning_rate": 2.8501569349782643e-06,
|
| 1695 |
+
"loss": 0.3226,
|
| 1696 |
+
"step": 7680
|
| 1697 |
+
},
|
| 1698 |
+
{
|
| 1699 |
+
"epoch": 1.54,
|
| 1700 |
+
"grad_norm": 1.212634801864624,
|
| 1701 |
+
"learning_rate": 2.8317943564965273e-06,
|
| 1702 |
+
"loss": 0.3178,
|
| 1703 |
+
"step": 7712
|
| 1704 |
+
},
|
| 1705 |
+
{
|
| 1706 |
+
"epoch": 1.54,
|
| 1707 |
+
"grad_norm": 1.128100872039795,
|
| 1708 |
+
"learning_rate": 2.813413538579592e-06,
|
| 1709 |
+
"loss": 0.3235,
|
| 1710 |
+
"step": 7744
|
| 1711 |
+
},
|
| 1712 |
+
{
|
| 1713 |
+
"epoch": 1.55,
|
| 1714 |
+
"grad_norm": 1.0316797494888306,
|
| 1715 |
+
"learning_rate": 2.7950154916597653e-06,
|
| 1716 |
+
"loss": 0.32,
|
| 1717 |
+
"step": 7776
|
| 1718 |
+
},
|
| 1719 |
+
{
|
| 1720 |
+
"epoch": 1.55,
|
| 1721 |
+
"grad_norm": 1.144771695137024,
|
| 1722 |
+
"learning_rate": 2.77660122711647e-06,
|
| 1723 |
+
"loss": 0.3213,
|
| 1724 |
+
"step": 7808
|
| 1725 |
+
},
|
| 1726 |
+
{
|
| 1727 |
+
"epoch": 1.56,
|
| 1728 |
+
"grad_norm": 1.0653690099716187,
|
| 1729 |
+
"learning_rate": 2.7581717572206445e-06,
|
| 1730 |
+
"loss": 0.3227,
|
| 1731 |
+
"step": 7840
|
| 1732 |
+
},
|
| 1733 |
+
{
|
| 1734 |
+
"epoch": 1.57,
|
| 1735 |
+
"grad_norm": 0.9339531660079956,
|
| 1736 |
+
"learning_rate": 2.739728095079099e-06,
|
| 1737 |
+
"loss": 0.3202,
|
| 1738 |
+
"step": 7872
|
| 1739 |
+
},
|
| 1740 |
+
{
|
| 1741 |
+
"epoch": 1.57,
|
| 1742 |
+
"grad_norm": 1.2507269382476807,
|
| 1743 |
+
"learning_rate": 2.72127125457882e-06,
|
| 1744 |
+
"loss": 0.321,
|
| 1745 |
+
"step": 7904
|
| 1746 |
+
},
|
| 1747 |
+
{
|
| 1748 |
+
"epoch": 1.58,
|
| 1749 |
+
"grad_norm": 1.0491323471069336,
|
| 1750 |
+
"learning_rate": 2.702802250331238e-06,
|
| 1751 |
+
"loss": 0.328,
|
| 1752 |
+
"step": 7936
|
| 1753 |
+
},
|
| 1754 |
+
{
|
| 1755 |
+
"epoch": 1.59,
|
| 1756 |
+
"grad_norm": 0.987471342086792,
|
| 1757 |
+
"learning_rate": 2.684322097616448e-06,
|
| 1758 |
+
"loss": 0.3254,
|
| 1759 |
+
"step": 7968
|
| 1760 |
+
},
|
| 1761 |
+
{
|
| 1762 |
+
"epoch": 1.59,
|
| 1763 |
+
"grad_norm": 1.098031759262085,
|
| 1764 |
+
"learning_rate": 2.6658318123274013e-06,
|
| 1765 |
+
"loss": 0.3208,
|
| 1766 |
+
"step": 8000
|
| 1767 |
+
},
|
| 1768 |
+
{
|
| 1769 |
+
"epoch": 1.6,
|
| 1770 |
+
"grad_norm": 0.9676088690757751,
|
| 1771 |
+
"learning_rate": 2.647332410914058e-06,
|
| 1772 |
+
"loss": 0.3301,
|
| 1773 |
+
"step": 8032
|
| 1774 |
+
},
|
| 1775 |
+
{
|
| 1776 |
+
"epoch": 1.61,
|
| 1777 |
+
"grad_norm": 0.9914807081222534,
|
| 1778 |
+
"learning_rate": 2.62882491032751e-06,
|
| 1779 |
+
"loss": 0.334,
|
| 1780 |
+
"step": 8064
|
| 1781 |
+
},
|
| 1782 |
+
{
|
| 1783 |
+
"epoch": 1.61,
|
| 1784 |
+
"grad_norm": 1.0016244649887085,
|
| 1785 |
+
"learning_rate": 2.6103103279640786e-06,
|
| 1786 |
+
"loss": 0.3207,
|
| 1787 |
+
"step": 8096
|
| 1788 |
+
},
|
| 1789 |
+
{
|
| 1790 |
+
"epoch": 1.62,
|
| 1791 |
+
"grad_norm": 1.1957006454467773,
|
| 1792 |
+
"learning_rate": 2.5917896816093848e-06,
|
| 1793 |
+
"loss": 0.3293,
|
| 1794 |
+
"step": 8128
|
| 1795 |
+
},
|
| 1796 |
+
{
|
| 1797 |
+
"epoch": 1.62,
|
| 1798 |
+
"grad_norm": 1.0136693716049194,
|
| 1799 |
+
"learning_rate": 2.5732639893824003e-06,
|
| 1800 |
+
"loss": 0.3217,
|
| 1801 |
+
"step": 8160
|
| 1802 |
+
},
|
| 1803 |
+
{
|
| 1804 |
+
"epoch": 1.63,
|
| 1805 |
+
"grad_norm": 1.02032470703125,
|
| 1806 |
+
"learning_rate": 2.5547342696794792e-06,
|
| 1807 |
+
"loss": 0.327,
|
| 1808 |
+
"step": 8192
|
| 1809 |
+
},
|
| 1810 |
+
{
|
| 1811 |
+
"epoch": 1.64,
|
| 1812 |
+
"grad_norm": 1.0116775035858154,
|
| 1813 |
+
"learning_rate": 2.5362015411183736e-06,
|
| 1814 |
+
"loss": 0.3157,
|
| 1815 |
+
"step": 8224
|
| 1816 |
+
},
|
| 1817 |
+
{
|
| 1818 |
+
"epoch": 1.64,
|
| 1819 |
+
"grad_norm": 1.040771722793579,
|
| 1820 |
+
"learning_rate": 2.51766682248224e-06,
|
| 1821 |
+
"loss": 0.3131,
|
| 1822 |
+
"step": 8256
|
| 1823 |
+
},
|
| 1824 |
+
{
|
| 1825 |
+
"epoch": 1.65,
|
| 1826 |
+
"grad_norm": 0.9721716642379761,
|
| 1827 |
+
"learning_rate": 2.4991311326636344e-06,
|
| 1828 |
+
"loss": 0.3132,
|
| 1829 |
+
"step": 8288
|
| 1830 |
+
},
|
| 1831 |
+
{
|
| 1832 |
+
"epoch": 1.66,
|
| 1833 |
+
"grad_norm": 0.9759429097175598,
|
| 1834 |
+
"learning_rate": 2.480595490608496e-06,
|
| 1835 |
+
"loss": 0.3178,
|
| 1836 |
+
"step": 8320
|
| 1837 |
+
},
|
| 1838 |
+
{
|
| 1839 |
+
"epoch": 1.66,
|
| 1840 |
+
"grad_norm": 0.9927918910980225,
|
| 1841 |
+
"learning_rate": 2.462060915260145e-06,
|
| 1842 |
+
"loss": 0.3214,
|
| 1843 |
+
"step": 8352
|
| 1844 |
+
},
|
| 1845 |
+
{
|
| 1846 |
+
"epoch": 1.67,
|
| 1847 |
+
"grad_norm": 1.1041028499603271,
|
| 1848 |
+
"learning_rate": 2.4435284255032562e-06,
|
| 1849 |
+
"loss": 0.3128,
|
| 1850 |
+
"step": 8384
|
| 1851 |
+
},
|
| 1852 |
+
{
|
| 1853 |
+
"epoch": 1.68,
|
| 1854 |
+
"grad_norm": 0.9102107286453247,
|
| 1855 |
+
"learning_rate": 2.4249990401078603e-06,
|
| 1856 |
+
"loss": 0.3279,
|
| 1857 |
+
"step": 8416
|
| 1858 |
+
},
|
| 1859 |
+
{
|
| 1860 |
+
"epoch": 1.68,
|
| 1861 |
+
"grad_norm": 1.1079301834106445,
|
| 1862 |
+
"learning_rate": 2.4064737776733317e-06,
|
| 1863 |
+
"loss": 0.3249,
|
| 1864 |
+
"step": 8448
|
| 1865 |
+
},
|
| 1866 |
+
{
|
| 1867 |
+
"epoch": 1.69,
|
| 1868 |
+
"grad_norm": 1.1040772199630737,
|
| 1869 |
+
"learning_rate": 2.387953656572397e-06,
|
| 1870 |
+
"loss": 0.3209,
|
| 1871 |
+
"step": 8480
|
| 1872 |
+
},
|
| 1873 |
+
{
|
| 1874 |
+
"epoch": 1.69,
|
| 1875 |
+
"grad_norm": 1.0137909650802612,
|
| 1876 |
+
"learning_rate": 2.3694396948951553e-06,
|
| 1877 |
+
"loss": 0.3188,
|
| 1878 |
+
"step": 8512
|
| 1879 |
+
},
|
| 1880 |
+
{
|
| 1881 |
+
"epoch": 1.7,
|
| 1882 |
+
"grad_norm": 1.2013212442398071,
|
| 1883 |
+
"learning_rate": 2.3509329103931046e-06,
|
| 1884 |
+
"loss": 0.3229,
|
| 1885 |
+
"step": 8544
|
| 1886 |
+
},
|
| 1887 |
+
{
|
| 1888 |
+
"epoch": 1.71,
|
| 1889 |
+
"grad_norm": 1.1045948266983032,
|
| 1890 |
+
"learning_rate": 2.3324343204232046e-06,
|
| 1891 |
+
"loss": 0.3272,
|
| 1892 |
+
"step": 8576
|
| 1893 |
+
},
|
| 1894 |
+
{
|
| 1895 |
+
"epoch": 1.71,
|
| 1896 |
+
"grad_norm": 1.0970181226730347,
|
| 1897 |
+
"learning_rate": 2.3139449418919374e-06,
|
| 1898 |
+
"loss": 0.3242,
|
| 1899 |
+
"step": 8608
|
| 1900 |
+
},
|
| 1901 |
+
{
|
| 1902 |
+
"epoch": 1.72,
|
| 1903 |
+
"grad_norm": 0.8859126567840576,
|
| 1904 |
+
"learning_rate": 2.2954657911994195e-06,
|
| 1905 |
+
"loss": 0.3231,
|
| 1906 |
+
"step": 8640
|
| 1907 |
+
},
|
| 1908 |
+
{
|
| 1909 |
+
"epoch": 1.73,
|
| 1910 |
+
"grad_norm": 0.8855715394020081,
|
| 1911 |
+
"learning_rate": 2.2769978841835164e-06,
|
| 1912 |
+
"loss": 0.3076,
|
| 1913 |
+
"step": 8672
|
| 1914 |
+
},
|
| 1915 |
+
{
|
| 1916 |
+
"epoch": 1.73,
|
| 1917 |
+
"grad_norm": 1.0653135776519775,
|
| 1918 |
+
"learning_rate": 2.258542236064009e-06,
|
| 1919 |
+
"loss": 0.3219,
|
| 1920 |
+
"step": 8704
|
| 1921 |
+
},
|
| 1922 |
+
{
|
| 1923 |
+
"epoch": 1.74,
|
| 1924 |
+
"grad_norm": 1.136330008506775,
|
| 1925 |
+
"learning_rate": 2.240099861386776e-06,
|
| 1926 |
+
"loss": 0.3298,
|
| 1927 |
+
"step": 8736
|
| 1928 |
+
},
|
| 1929 |
+
{
|
| 1930 |
+
"epoch": 1.75,
|
| 1931 |
+
"grad_norm": 1.0157207250595093,
|
| 1932 |
+
"learning_rate": 2.221671773968034e-06,
|
| 1933 |
+
"loss": 0.3201,
|
| 1934 |
+
"step": 8768
|
| 1935 |
+
},
|
| 1936 |
+
{
|
| 1937 |
+
"epoch": 1.75,
|
| 1938 |
+
"grad_norm": 1.1037923097610474,
|
| 1939 |
+
"learning_rate": 2.2032589868385912e-06,
|
| 1940 |
+
"loss": 0.3146,
|
| 1941 |
+
"step": 8800
|
| 1942 |
+
},
|
| 1943 |
+
{
|
| 1944 |
+
"epoch": 1.76,
|
| 1945 |
+
"grad_norm": 1.1770648956298828,
|
| 1946 |
+
"learning_rate": 2.184862512188172e-06,
|
| 1947 |
+
"loss": 0.316,
|
| 1948 |
+
"step": 8832
|
| 1949 |
+
},
|
| 1950 |
+
{
|
| 1951 |
+
"epoch": 1.77,
|
| 1952 |
+
"grad_norm": 0.9664033651351929,
|
| 1953 |
+
"learning_rate": 2.1664833613097667e-06,
|
| 1954 |
+
"loss": 0.3272,
|
| 1955 |
+
"step": 8864
|
| 1956 |
+
},
|
| 1957 |
+
{
|
| 1958 |
+
"epoch": 1.77,
|
| 1959 |
+
"grad_norm": 1.1088409423828125,
|
| 1960 |
+
"learning_rate": 2.1481225445440445e-06,
|
| 1961 |
+
"loss": 0.3183,
|
| 1962 |
+
"step": 8896
|
| 1963 |
+
},
|
| 1964 |
+
{
|
| 1965 |
+
"epoch": 1.78,
|
| 1966 |
+
"grad_norm": 1.0327556133270264,
|
| 1967 |
+
"learning_rate": 2.129781071223804e-06,
|
| 1968 |
+
"loss": 0.3187,
|
| 1969 |
+
"step": 8928
|
| 1970 |
+
},
|
| 1971 |
+
{
|
| 1972 |
+
"epoch": 1.78,
|
| 1973 |
+
"grad_norm": 1.0837349891662598,
|
| 1974 |
+
"learning_rate": 2.111459949618501e-06,
|
| 1975 |
+
"loss": 0.3192,
|
| 1976 |
+
"step": 8960
|
| 1977 |
+
},
|
| 1978 |
+
{
|
| 1979 |
+
"epoch": 1.79,
|
| 1980 |
+
"grad_norm": 1.1200575828552246,
|
| 1981 |
+
"learning_rate": 2.0931601868788076e-06,
|
| 1982 |
+
"loss": 0.3079,
|
| 1983 |
+
"step": 8992
|
| 1984 |
+
},
|
| 1985 |
+
{
|
| 1986 |
+
"epoch": 1.8,
|
| 1987 |
+
"grad_norm": 0.9722447991371155,
|
| 1988 |
+
"learning_rate": 2.07488278898126e-06,
|
| 1989 |
+
"loss": 0.3238,
|
| 1990 |
+
"step": 9024
|
| 1991 |
+
},
|
| 1992 |
+
{
|
| 1993 |
+
"epoch": 1.8,
|
| 1994 |
+
"grad_norm": 1.1324560642242432,
|
| 1995 |
+
"learning_rate": 2.0566287606729495e-06,
|
| 1996 |
+
"loss": 0.3187,
|
| 1997 |
+
"step": 9056
|
| 1998 |
+
},
|
| 1999 |
+
{
|
| 2000 |
+
"epoch": 1.81,
|
| 2001 |
+
"grad_norm": 0.9103668332099915,
|
| 2002 |
+
"learning_rate": 2.03839910541629e-06,
|
| 2003 |
+
"loss": 0.3245,
|
| 2004 |
+
"step": 9088
|
| 2005 |
+
},
|
| 2006 |
+
{
|
| 2007 |
+
"epoch": 1.82,
|
| 2008 |
+
"grad_norm": 1.1157492399215698,
|
| 2009 |
+
"learning_rate": 2.0201948253338605e-06,
|
| 2010 |
+
"loss": 0.3169,
|
| 2011 |
+
"step": 9120
|
| 2012 |
+
},
|
| 2013 |
+
{
|
| 2014 |
+
"epoch": 1.82,
|
| 2015 |
+
"grad_norm": 1.0973373651504517,
|
| 2016 |
+
"learning_rate": 2.002016921153311e-06,
|
| 2017 |
+
"loss": 0.3123,
|
| 2018 |
+
"step": 9152
|
| 2019 |
+
},
|
| 2020 |
+
{
|
| 2021 |
+
"epoch": 1.83,
|
| 2022 |
+
"grad_norm": 1.1510241031646729,
|
| 2023 |
+
"learning_rate": 1.983866392152353e-06,
|
| 2024 |
+
"loss": 0.3199,
|
| 2025 |
+
"step": 9184
|
| 2026 |
+
},
|
| 2027 |
+
{
|
| 2028 |
+
"epoch": 1.84,
|
| 2029 |
+
"grad_norm": 1.159393310546875,
|
| 2030 |
+
"learning_rate": 1.965744236103828e-06,
|
| 2031 |
+
"loss": 0.3206,
|
| 2032 |
+
"step": 9216
|
| 2033 |
+
},
|
| 2034 |
+
{
|
| 2035 |
+
"epoch": 1.84,
|
| 2036 |
+
"grad_norm": 1.053611397743225,
|
| 2037 |
+
"learning_rate": 1.9476514492208553e-06,
|
| 2038 |
+
"loss": 0.3282,
|
| 2039 |
+
"step": 9248
|
| 2040 |
+
},
|
| 2041 |
+
{
|
| 2042 |
+
"epoch": 1.85,
|
| 2043 |
+
"grad_norm": 1.0583845376968384,
|
| 2044 |
+
"learning_rate": 1.9295890261020682e-06,
|
| 2045 |
+
"loss": 0.3251,
|
| 2046 |
+
"step": 9280
|
| 2047 |
+
},
|
| 2048 |
+
{
|
| 2049 |
+
"epoch": 1.85,
|
| 2050 |
+
"grad_norm": 0.9920005798339844,
|
| 2051 |
+
"learning_rate": 1.9115579596769425e-06,
|
| 2052 |
+
"loss": 0.319,
|
| 2053 |
+
"step": 9312
|
| 2054 |
+
},
|
| 2055 |
+
{
|
| 2056 |
+
"epoch": 1.86,
|
| 2057 |
+
"grad_norm": 1.0284650325775146,
|
| 2058 |
+
"learning_rate": 1.8935592411512077e-06,
|
| 2059 |
+
"loss": 0.319,
|
| 2060 |
+
"step": 9344
|
| 2061 |
+
},
|
| 2062 |
+
{
|
| 2063 |
+
"epoch": 1.87,
|
| 2064 |
+
"grad_norm": 1.1910771131515503,
|
| 2065 |
+
"learning_rate": 1.875593859952364e-06,
|
| 2066 |
+
"loss": 0.3265,
|
| 2067 |
+
"step": 9376
|
| 2068 |
+
},
|
| 2069 |
+
{
|
| 2070 |
+
"epoch": 1.87,
|
| 2071 |
+
"grad_norm": 1.1365597248077393,
|
| 2072 |
+
"learning_rate": 1.8576628036752852e-06,
|
| 2073 |
+
"loss": 0.3089,
|
| 2074 |
+
"step": 9408
|
| 2075 |
+
},
|
| 2076 |
+
{
|
| 2077 |
+
"epoch": 1.88,
|
| 2078 |
+
"grad_norm": 0.9488004446029663,
|
| 2079 |
+
"learning_rate": 1.8397670580279357e-06,
|
| 2080 |
+
"loss": 0.314,
|
| 2081 |
+
"step": 9440
|
| 2082 |
+
},
|
| 2083 |
+
{
|
| 2084 |
+
"epoch": 1.89,
|
| 2085 |
+
"grad_norm": 1.0142693519592285,
|
| 2086 |
+
"learning_rate": 1.8219076067771755e-06,
|
| 2087 |
+
"loss": 0.3136,
|
| 2088 |
+
"step": 9472
|
| 2089 |
+
},
|
| 2090 |
+
{
|
| 2091 |
+
"epoch": 1.89,
|
| 2092 |
+
"grad_norm": 1.1403080224990845,
|
| 2093 |
+
"learning_rate": 1.8040854316946896e-06,
|
| 2094 |
+
"loss": 0.3131,
|
| 2095 |
+
"step": 9504
|
| 2096 |
+
},
|
| 2097 |
+
{
|
| 2098 |
+
"epoch": 1.9,
|
| 2099 |
+
"grad_norm": 0.9643501043319702,
|
| 2100 |
+
"learning_rate": 1.7863015125030102e-06,
|
| 2101 |
+
"loss": 0.3177,
|
| 2102 |
+
"step": 9536
|
| 2103 |
+
},
|
| 2104 |
+
{
|
| 2105 |
+
"epoch": 1.91,
|
| 2106 |
+
"grad_norm": 0.974354088306427,
|
| 2107 |
+
"learning_rate": 1.768556826821664e-06,
|
| 2108 |
+
"loss": 0.3137,
|
| 2109 |
+
"step": 9568
|
| 2110 |
+
},
|
| 2111 |
+
{
|
| 2112 |
+
"epoch": 1.91,
|
| 2113 |
+
"grad_norm": 1.1438343524932861,
|
| 2114 |
+
"learning_rate": 1.750852350113429e-06,
|
| 2115 |
+
"loss": 0.3211,
|
| 2116 |
+
"step": 9600
|
| 2117 |
+
},
|
| 2118 |
+
{
|
| 2119 |
+
"epoch": 1.92,
|
| 2120 |
+
"grad_norm": 0.9480288028717041,
|
| 2121 |
+
"learning_rate": 1.7331890556307096e-06,
|
| 2122 |
+
"loss": 0.3167,
|
| 2123 |
+
"step": 9632
|
| 2124 |
+
},
|
| 2125 |
+
{
|
| 2126 |
+
"epoch": 1.92,
|
| 2127 |
+
"grad_norm": 1.0253633260726929,
|
| 2128 |
+
"learning_rate": 1.71556791436204e-06,
|
| 2129 |
+
"loss": 0.3008,
|
| 2130 |
+
"step": 9664
|
| 2131 |
+
},
|
| 2132 |
+
{
|
| 2133 |
+
"epoch": 1.93,
|
| 2134 |
+
"grad_norm": 1.1114031076431274,
|
| 2135 |
+
"learning_rate": 1.6979898949786988e-06,
|
| 2136 |
+
"loss": 0.3193,
|
| 2137 |
+
"step": 9696
|
| 2138 |
+
},
|
| 2139 |
+
{
|
| 2140 |
+
"epoch": 1.94,
|
| 2141 |
+
"grad_norm": 1.1946877241134644,
|
| 2142 |
+
"learning_rate": 1.6804559637814682e-06,
|
| 2143 |
+
"loss": 0.3191,
|
| 2144 |
+
"step": 9728
|
| 2145 |
+
},
|
| 2146 |
+
{
|
| 2147 |
+
"epoch": 1.94,
|
| 2148 |
+
"grad_norm": 0.8322132229804993,
|
| 2149 |
+
"learning_rate": 1.6629670846475055e-06,
|
| 2150 |
+
"loss": 0.3108,
|
| 2151 |
+
"step": 9760
|
| 2152 |
+
},
|
| 2153 |
+
{
|
| 2154 |
+
"epoch": 1.95,
|
| 2155 |
+
"grad_norm": 1.1155304908752441,
|
| 2156 |
+
"learning_rate": 1.6455242189773646e-06,
|
| 2157 |
+
"loss": 0.3212,
|
| 2158 |
+
"step": 9792
|
| 2159 |
+
},
|
| 2160 |
+
{
|
| 2161 |
+
"epoch": 1.96,
|
| 2162 |
+
"grad_norm": 1.2104612588882446,
|
| 2163 |
+
"learning_rate": 1.6281283256421404e-06,
|
| 2164 |
+
"loss": 0.3188,
|
| 2165 |
+
"step": 9824
|
| 2166 |
+
},
|
| 2167 |
+
{
|
| 2168 |
+
"epoch": 1.96,
|
| 2169 |
+
"grad_norm": 1.1790159940719604,
|
| 2170 |
+
"learning_rate": 1.6107803609307598e-06,
|
| 2171 |
+
"loss": 0.3207,
|
| 2172 |
+
"step": 9856
|
| 2173 |
+
},
|
| 2174 |
+
{
|
| 2175 |
+
"epoch": 1.97,
|
| 2176 |
+
"grad_norm": 1.0311027765274048,
|
| 2177 |
+
"learning_rate": 1.593481278497413e-06,
|
| 2178 |
+
"loss": 0.3193,
|
| 2179 |
+
"step": 9888
|
| 2180 |
+
},
|
| 2181 |
+
{
|
| 2182 |
+
"epoch": 1.98,
|
| 2183 |
+
"grad_norm": 1.0055537223815918,
|
| 2184 |
+
"learning_rate": 1.5762320293091281e-06,
|
| 2185 |
+
"loss": 0.3107,
|
| 2186 |
+
"step": 9920
|
| 2187 |
+
},
|
| 2188 |
+
{
|
| 2189 |
+
"epoch": 1.98,
|
| 2190 |
+
"grad_norm": 1.201463222503662,
|
| 2191 |
+
"learning_rate": 1.5590335615934928e-06,
|
| 2192 |
+
"loss": 0.3122,
|
| 2193 |
+
"step": 9952
|
| 2194 |
+
},
|
| 2195 |
+
{
|
| 2196 |
+
"epoch": 1.99,
|
| 2197 |
+
"grad_norm": 1.1516947746276855,
|
| 2198 |
+
"learning_rate": 1.5418868207865339e-06,
|
| 2199 |
+
"loss": 0.3075,
|
| 2200 |
+
"step": 9984
|
| 2201 |
+
},
|
| 2202 |
+
{
|
| 2203 |
+
"epoch": 1.99,
|
| 2204 |
+
"grad_norm": 0.9799574613571167,
|
| 2205 |
+
"learning_rate": 1.5247927494807368e-06,
|
| 2206 |
+
"loss": 0.3172,
|
| 2207 |
+
"step": 10016
|
| 2208 |
+
},
|
| 2209 |
+
{
|
| 2210 |
+
"epoch": 2.0,
|
| 2211 |
+
"grad_norm": 0.9726473689079285,
|
| 2212 |
+
"learning_rate": 1.5077522873732375e-06,
|
| 2213 |
+
"loss": 0.3095,
|
| 2214 |
+
"step": 10048
|
| 2215 |
+
},
|
| 2216 |
+
{
|
| 2217 |
+
"epoch": 2.01,
|
| 2218 |
+
"grad_norm": 0.9812408685684204,
|
| 2219 |
+
"learning_rate": 1.4907663712141573e-06,
|
| 2220 |
+
"loss": 0.2575,
|
| 2221 |
+
"step": 10080
|
| 2222 |
+
},
|
| 2223 |
+
{
|
| 2224 |
+
"epoch": 2.01,
|
| 2225 |
+
"grad_norm": 0.9772374629974365,
|
| 2226 |
+
"learning_rate": 1.4738359347551156e-06,
|
| 2227 |
+
"loss": 0.2344,
|
| 2228 |
+
"step": 10112
|
| 2229 |
+
},
|
| 2230 |
+
{
|
| 2231 |
+
"epoch": 2.02,
|
| 2232 |
+
"grad_norm": 1.1157349348068237,
|
| 2233 |
+
"learning_rate": 1.4569619086978926e-06,
|
| 2234 |
+
"loss": 0.2444,
|
| 2235 |
+
"step": 10144
|
| 2236 |
+
},
|
| 2237 |
+
{
|
| 2238 |
+
"epoch": 2.03,
|
| 2239 |
+
"grad_norm": 0.9350994825363159,
|
| 2240 |
+
"learning_rate": 1.440145220643272e-06,
|
| 2241 |
+
"loss": 0.2429,
|
| 2242 |
+
"step": 10176
|
| 2243 |
+
},
|
| 2244 |
+
{
|
| 2245 |
+
"epoch": 2.03,
|
| 2246 |
+
"grad_norm": 1.1283538341522217,
|
| 2247 |
+
"learning_rate": 1.4233867950400444e-06,
|
| 2248 |
+
"loss": 0.2333,
|
| 2249 |
+
"step": 10208
|
| 2250 |
+
},
|
| 2251 |
+
{
|
| 2252 |
+
"epoch": 2.04,
|
| 2253 |
+
"grad_norm": 1.1436692476272583,
|
| 2254 |
+
"learning_rate": 1.406687553134194e-06,
|
| 2255 |
+
"loss": 0.2485,
|
| 2256 |
+
"step": 10240
|
| 2257 |
+
},
|
| 2258 |
+
{
|
| 2259 |
+
"epoch": 2.05,
|
| 2260 |
+
"grad_norm": 1.1271458864212036,
|
| 2261 |
+
"learning_rate": 1.390048412918248e-06,
|
| 2262 |
+
"loss": 0.236,
|
| 2263 |
+
"step": 10272
|
| 2264 |
+
},
|
| 2265 |
+
{
|
| 2266 |
+
"epoch": 2.05,
|
| 2267 |
+
"grad_norm": 1.089193344116211,
|
| 2268 |
+
"learning_rate": 1.3734702890808205e-06,
|
| 2269 |
+
"loss": 0.2403,
|
| 2270 |
+
"step": 10304
|
| 2271 |
+
},
|
| 2272 |
+
{
|
| 2273 |
+
"epoch": 2.06,
|
| 2274 |
+
"grad_norm": 1.275738000869751,
|
| 2275 |
+
"learning_rate": 1.3569540929563262e-06,
|
| 2276 |
+
"loss": 0.2428,
|
| 2277 |
+
"step": 10336
|
| 2278 |
+
},
|
| 2279 |
+
{
|
| 2280 |
+
"epoch": 2.06,
|
| 2281 |
+
"grad_norm": 0.9869887232780457,
|
| 2282 |
+
"learning_rate": 1.340500732474882e-06,
|
| 2283 |
+
"loss": 0.2514,
|
| 2284 |
+
"step": 10368
|
| 2285 |
+
},
|
| 2286 |
+
{
|
| 2287 |
+
"epoch": 2.07,
|
| 2288 |
+
"grad_norm": 1.2141892910003662,
|
| 2289 |
+
"learning_rate": 1.3241111121123956e-06,
|
| 2290 |
+
"loss": 0.2322,
|
| 2291 |
+
"step": 10400
|
| 2292 |
+
},
|
| 2293 |
+
{
|
| 2294 |
+
"epoch": 2.08,
|
| 2295 |
+
"grad_norm": 1.194463849067688,
|
| 2296 |
+
"learning_rate": 1.3077861328408497e-06,
|
| 2297 |
+
"loss": 0.247,
|
| 2298 |
+
"step": 10432
|
| 2299 |
+
},
|
| 2300 |
+
{
|
| 2301 |
+
"epoch": 2.08,
|
| 2302 |
+
"grad_norm": 1.0947892665863037,
|
| 2303 |
+
"learning_rate": 1.2915266920787672e-06,
|
| 2304 |
+
"loss": 0.2423,
|
| 2305 |
+
"step": 10464
|
| 2306 |
+
},
|
| 2307 |
+
{
|
| 2308 |
+
"epoch": 2.09,
|
| 2309 |
+
"grad_norm": 1.0153180360794067,
|
| 2310 |
+
"learning_rate": 1.2753336836418805e-06,
|
| 2311 |
+
"loss": 0.2397,
|
| 2312 |
+
"step": 10496
|
| 2313 |
+
},
|
| 2314 |
+
{
|
| 2315 |
+
"epoch": 2.1,
|
| 2316 |
+
"grad_norm": 1.0111596584320068,
|
| 2317 |
+
"learning_rate": 1.2592079976939998e-06,
|
| 2318 |
+
"loss": 0.2505,
|
| 2319 |
+
"step": 10528
|
| 2320 |
+
},
|
| 2321 |
+
{
|
| 2322 |
+
"epoch": 2.1,
|
| 2323 |
+
"grad_norm": 1.3424073457717896,
|
| 2324 |
+
"learning_rate": 1.2431505206980732e-06,
|
| 2325 |
+
"loss": 0.246,
|
| 2326 |
+
"step": 10560
|
| 2327 |
+
},
|
| 2328 |
+
{
|
| 2329 |
+
"epoch": 2.11,
|
| 2330 |
+
"grad_norm": 1.0698063373565674,
|
| 2331 |
+
"learning_rate": 1.227162135367462e-06,
|
| 2332 |
+
"loss": 0.2445,
|
| 2333 |
+
"step": 10592
|
| 2334 |
+
},
|
| 2335 |
+
{
|
| 2336 |
+
"epoch": 2.12,
|
| 2337 |
+
"grad_norm": 1.0742661952972412,
|
| 2338 |
+
"learning_rate": 1.2112437206174094e-06,
|
| 2339 |
+
"loss": 0.2423,
|
| 2340 |
+
"step": 10624
|
| 2341 |
+
},
|
| 2342 |
+
{
|
| 2343 |
+
"epoch": 2.12,
|
| 2344 |
+
"grad_norm": 1.0715097188949585,
|
| 2345 |
+
"learning_rate": 1.195396151516732e-06,
|
| 2346 |
+
"loss": 0.2413,
|
| 2347 |
+
"step": 10656
|
| 2348 |
+
},
|
| 2349 |
+
{
|
| 2350 |
+
"epoch": 2.13,
|
| 2351 |
+
"grad_norm": 1.041046142578125,
|
| 2352 |
+
"learning_rate": 1.1796202992397082e-06,
|
| 2353 |
+
"loss": 0.2445,
|
| 2354 |
+
"step": 10688
|
| 2355 |
+
},
|
| 2356 |
+
{
|
| 2357 |
+
"epoch": 2.13,
|
| 2358 |
+
"grad_norm": 0.8946874737739563,
|
| 2359 |
+
"learning_rate": 1.1639170310181952e-06,
|
| 2360 |
+
"loss": 0.2452,
|
| 2361 |
+
"step": 10720
|
| 2362 |
+
},
|
| 2363 |
+
{
|
| 2364 |
+
"epoch": 2.14,
|
| 2365 |
+
"grad_norm": 1.2150330543518066,
|
| 2366 |
+
"learning_rate": 1.148287210093947e-06,
|
| 2367 |
+
"loss": 0.2506,
|
| 2368 |
+
"step": 10752
|
| 2369 |
+
},
|
| 2370 |
+
{
|
| 2371 |
+
"epoch": 2.15,
|
| 2372 |
+
"grad_norm": 1.0310112237930298,
|
| 2373 |
+
"learning_rate": 1.1327316956711703e-06,
|
| 2374 |
+
"loss": 0.2506,
|
| 2375 |
+
"step": 10784
|
| 2376 |
+
},
|
| 2377 |
+
{
|
| 2378 |
+
"epoch": 2.15,
|
| 2379 |
+
"grad_norm": 1.1847726106643677,
|
| 2380 |
+
"learning_rate": 1.1172513428692815e-06,
|
| 2381 |
+
"loss": 0.2469,
|
| 2382 |
+
"step": 10816
|
| 2383 |
+
},
|
| 2384 |
+
{
|
| 2385 |
+
"epoch": 2.16,
|
| 2386 |
+
"grad_norm": 1.0254921913146973,
|
| 2387 |
+
"learning_rate": 1.1018470026759088e-06,
|
| 2388 |
+
"loss": 0.246,
|
| 2389 |
+
"step": 10848
|
| 2390 |
+
},
|
| 2391 |
+
{
|
| 2392 |
+
"epoch": 2.17,
|
| 2393 |
+
"grad_norm": 1.1089096069335938,
|
| 2394 |
+
"learning_rate": 1.0865195219001028e-06,
|
| 2395 |
+
"loss": 0.2441,
|
| 2396 |
+
"step": 10880
|
| 2397 |
+
},
|
| 2398 |
+
{
|
| 2399 |
+
"epoch": 2.17,
|
| 2400 |
+
"grad_norm": 1.0616801977157593,
|
| 2401 |
+
"learning_rate": 1.0712697431257931e-06,
|
| 2402 |
+
"loss": 0.2456,
|
| 2403 |
+
"step": 10912
|
| 2404 |
+
},
|
| 2405 |
+
{
|
| 2406 |
+
"epoch": 2.18,
|
| 2407 |
+
"grad_norm": 1.0265308618545532,
|
| 2408 |
+
"learning_rate": 1.0560985046654666e-06,
|
| 2409 |
+
"loss": 0.2393,
|
| 2410 |
+
"step": 10944
|
| 2411 |
+
},
|
| 2412 |
+
{
|
| 2413 |
+
"epoch": 2.19,
|
| 2414 |
+
"grad_norm": 0.9837111234664917,
|
| 2415 |
+
"learning_rate": 1.04100664051408e-06,
|
| 2416 |
+
"loss": 0.2381,
|
| 2417 |
+
"step": 10976
|
| 2418 |
+
},
|
| 2419 |
+
{
|
| 2420 |
+
"epoch": 2.19,
|
| 2421 |
+
"grad_norm": 1.1248365640640259,
|
| 2422 |
+
"learning_rate": 1.0259949803032217e-06,
|
| 2423 |
+
"loss": 0.246,
|
| 2424 |
+
"step": 11008
|
| 2425 |
+
},
|
| 2426 |
+
{
|
| 2427 |
+
"epoch": 2.2,
|
| 2428 |
+
"grad_norm": 1.0951381921768188,
|
| 2429 |
+
"learning_rate": 1.0110643492554964e-06,
|
| 2430 |
+
"loss": 0.2359,
|
| 2431 |
+
"step": 11040
|
| 2432 |
+
},
|
| 2433 |
+
{
|
| 2434 |
+
"epoch": 2.2,
|
| 2435 |
+
"grad_norm": 1.0301274061203003,
|
| 2436 |
+
"learning_rate": 9.962155681391678e-07,
|
| 2437 |
+
"loss": 0.2455,
|
| 2438 |
+
"step": 11072
|
| 2439 |
+
},
|
| 2440 |
+
{
|
| 2441 |
+
"epoch": 2.21,
|
| 2442 |
+
"grad_norm": 1.0847768783569336,
|
| 2443 |
+
"learning_rate": 9.814494532230343e-07,
|
| 2444 |
+
"loss": 0.2392,
|
| 2445 |
+
"step": 11104
|
| 2446 |
+
},
|
| 2447 |
+
{
|
| 2448 |
+
"epoch": 2.22,
|
| 2449 |
+
"grad_norm": 1.191899061203003,
|
| 2450 |
+
"learning_rate": 9.66766816231559e-07,
|
| 2451 |
+
"loss": 0.2473,
|
| 2452 |
+
"step": 11136
|
| 2453 |
+
},
|
| 2454 |
+
{
|
| 2455 |
+
"epoch": 2.22,
|
| 2456 |
+
"grad_norm": 1.6308176517486572,
|
| 2457 |
+
"learning_rate": 9.521684643002501e-07,
|
| 2458 |
+
"loss": 0.251,
|
| 2459 |
+
"step": 11168
|
| 2460 |
+
},
|
| 2461 |
+
{
|
| 2462 |
+
"epoch": 2.23,
|
| 2463 |
+
"grad_norm": 1.107154130935669,
|
| 2464 |
+
"learning_rate": 9.376551999312858e-07,
|
| 2465 |
+
"loss": 0.2459,
|
| 2466 |
+
"step": 11200
|
| 2467 |
+
},
|
| 2468 |
+
{
|
| 2469 |
+
"epoch": 2.24,
|
| 2470 |
+
"grad_norm": 1.1042745113372803,
|
| 2471 |
+
"learning_rate": 9.232278209494013e-07,
|
| 2472 |
+
"loss": 0.2486,
|
| 2473 |
+
"step": 11232
|
| 2474 |
+
},
|
| 2475 |
+
{
|
| 2476 |
+
"epoch": 2.24,
|
| 2477 |
+
"grad_norm": 1.080151081085205,
|
| 2478 |
+
"learning_rate": 9.088871204580341e-07,
|
| 2479 |
+
"loss": 0.2533,
|
| 2480 |
+
"step": 11264
|
| 2481 |
+
},
|
| 2482 |
+
{
|
| 2483 |
+
"epoch": 2.25,
|
| 2484 |
+
"grad_norm": 1.0867422819137573,
|
| 2485 |
+
"learning_rate": 8.946338867957183e-07,
|
| 2486 |
+
"loss": 0.2493,
|
| 2487 |
+
"step": 11296
|
| 2488 |
+
},
|
| 2489 |
+
{
|
| 2490 |
+
"epoch": 2.26,
|
| 2491 |
+
"grad_norm": 1.1670057773590088,
|
| 2492 |
+
"learning_rate": 8.804689034927564e-07,
|
| 2493 |
+
"loss": 0.236,
|
| 2494 |
+
"step": 11328
|
| 2495 |
+
},
|
| 2496 |
+
{
|
| 2497 |
+
"epoch": 2.26,
|
| 2498 |
+
"grad_norm": 1.1410850286483765,
|
| 2499 |
+
"learning_rate": 8.663929492281379e-07,
|
| 2500 |
+
"loss": 0.2437,
|
| 2501 |
+
"step": 11360
|
| 2502 |
+
},
|
| 2503 |
+
{
|
| 2504 |
+
"epoch": 2.27,
|
| 2505 |
+
"grad_norm": 1.1354265213012695,
|
| 2506 |
+
"learning_rate": 8.524067977867431e-07,
|
| 2507 |
+
"loss": 0.2436,
|
| 2508 |
+
"step": 11392
|
| 2509 |
+
},
|
| 2510 |
+
{
|
| 2511 |
+
"epoch": 2.27,
|
| 2512 |
+
"grad_norm": 1.142817735671997,
|
| 2513 |
+
"learning_rate": 8.385112180167979e-07,
|
| 2514 |
+
"loss": 0.2349,
|
| 2515 |
+
"step": 11424
|
| 2516 |
+
},
|
| 2517 |
+
{
|
| 2518 |
+
"epoch": 2.28,
|
| 2519 |
+
"grad_norm": 1.1933698654174805,
|
| 2520 |
+
"learning_rate": 8.247069737876151e-07,
|
| 2521 |
+
"loss": 0.2479,
|
| 2522 |
+
"step": 11456
|
| 2523 |
+
},
|
| 2524 |
+
{
|
| 2525 |
+
"epoch": 2.29,
|
| 2526 |
+
"grad_norm": 1.0865373611450195,
|
| 2527 |
+
"learning_rate": 8.109948239475984e-07,
|
| 2528 |
+
"loss": 0.2379,
|
| 2529 |
+
"step": 11488
|
| 2530 |
+
},
|
| 2531 |
+
{
|
| 2532 |
+
"epoch": 2.29,
|
| 2533 |
+
"grad_norm": 1.1452354192733765,
|
| 2534 |
+
"learning_rate": 7.97375522282531e-07,
|
| 2535 |
+
"loss": 0.2414,
|
| 2536 |
+
"step": 11520
|
| 2537 |
+
},
|
| 2538 |
+
{
|
| 2539 |
+
"epoch": 2.3,
|
| 2540 |
+
"grad_norm": 1.1934701204299927,
|
| 2541 |
+
"learning_rate": 7.838498174741332e-07,
|
| 2542 |
+
"loss": 0.2533,
|
| 2543 |
+
"step": 11552
|
| 2544 |
+
},
|
| 2545 |
+
{
|
| 2546 |
+
"epoch": 2.31,
|
| 2547 |
+
"grad_norm": 0.9815391302108765,
|
| 2548 |
+
"learning_rate": 7.704184530589114e-07,
|
| 2549 |
+
"loss": 0.2552,
|
| 2550 |
+
"step": 11584
|
| 2551 |
+
},
|
| 2552 |
+
{
|
| 2553 |
+
"epoch": 2.31,
|
| 2554 |
+
"grad_norm": 0.9655036926269531,
|
| 2555 |
+
"learning_rate": 7.570821673872819e-07,
|
| 2556 |
+
"loss": 0.2423,
|
| 2557 |
+
"step": 11616
|
| 2558 |
+
},
|
| 2559 |
+
{
|
| 2560 |
+
"epoch": 2.32,
|
| 2561 |
+
"grad_norm": 1.091679573059082,
|
| 2562 |
+
"learning_rate": 7.43841693582979e-07,
|
| 2563 |
+
"loss": 0.2474,
|
| 2564 |
+
"step": 11648
|
| 2565 |
+
},
|
| 2566 |
+
{
|
| 2567 |
+
"epoch": 2.33,
|
| 2568 |
+
"grad_norm": 1.0601979494094849,
|
| 2569 |
+
"learning_rate": 7.306977595027601e-07,
|
| 2570 |
+
"loss": 0.2533,
|
| 2571 |
+
"step": 11680
|
| 2572 |
+
},
|
| 2573 |
+
{
|
| 2574 |
+
"epoch": 2.33,
|
| 2575 |
+
"grad_norm": 1.1217659711837769,
|
| 2576 |
+
"learning_rate": 7.176510876963877e-07,
|
| 2577 |
+
"loss": 0.2495,
|
| 2578 |
+
"step": 11712
|
| 2579 |
+
},
|
| 2580 |
+
{
|
| 2581 |
+
"epoch": 2.34,
|
| 2582 |
+
"grad_norm": 1.207133412361145,
|
| 2583 |
+
"learning_rate": 7.047023953669147e-07,
|
| 2584 |
+
"loss": 0.2471,
|
| 2585 |
+
"step": 11744
|
| 2586 |
+
},
|
| 2587 |
+
{
|
| 2588 |
+
"epoch": 2.34,
|
| 2589 |
+
"grad_norm": 1.1191112995147705,
|
| 2590 |
+
"learning_rate": 6.91852394331253e-07,
|
| 2591 |
+
"loss": 0.2441,
|
| 2592 |
+
"step": 11776
|
| 2593 |
+
},
|
| 2594 |
+
{
|
| 2595 |
+
"epoch": 2.35,
|
| 2596 |
+
"grad_norm": 1.109110951423645,
|
| 2597 |
+
"learning_rate": 6.791017909810485e-07,
|
| 2598 |
+
"loss": 0.2455,
|
| 2599 |
+
"step": 11808
|
| 2600 |
+
},
|
| 2601 |
+
{
|
| 2602 |
+
"epoch": 2.36,
|
| 2603 |
+
"grad_norm": 1.1308753490447998,
|
| 2604 |
+
"learning_rate": 6.664512862438452e-07,
|
| 2605 |
+
"loss": 0.2519,
|
| 2606 |
+
"step": 11840
|
| 2607 |
+
},
|
| 2608 |
+
{
|
| 2609 |
+
"epoch": 2.36,
|
| 2610 |
+
"grad_norm": 1.0771924257278442,
|
| 2611 |
+
"learning_rate": 6.539015755445558e-07,
|
| 2612 |
+
"loss": 0.2542,
|
| 2613 |
+
"step": 11872
|
| 2614 |
+
},
|
| 2615 |
+
{
|
| 2616 |
+
"epoch": 2.37,
|
| 2617 |
+
"grad_norm": 1.2782262563705444,
|
| 2618 |
+
"learning_rate": 6.414533487672309e-07,
|
| 2619 |
+
"loss": 0.2445,
|
| 2620 |
+
"step": 11904
|
| 2621 |
+
},
|
| 2622 |
+
{
|
| 2623 |
+
"epoch": 2.38,
|
| 2624 |
+
"grad_norm": 1.0829001665115356,
|
| 2625 |
+
"learning_rate": 6.291072902171393e-07,
|
| 2626 |
+
"loss": 0.2422,
|
| 2627 |
+
"step": 11936
|
| 2628 |
+
},
|
| 2629 |
+
{
|
| 2630 |
+
"epoch": 2.38,
|
| 2631 |
+
"grad_norm": 1.0090858936309814,
|
| 2632 |
+
"learning_rate": 6.168640785831434e-07,
|
| 2633 |
+
"loss": 0.2413,
|
| 2634 |
+
"step": 11968
|
| 2635 |
+
},
|
| 2636 |
+
{
|
| 2637 |
+
"epoch": 2.39,
|
| 2638 |
+
"grad_norm": 1.0461190938949585,
|
| 2639 |
+
"learning_rate": 6.047243869003968e-07,
|
| 2640 |
+
"loss": 0.2388,
|
| 2641 |
+
"step": 12000
|
| 2642 |
+
},
|
| 2643 |
+
{
|
| 2644 |
+
"epoch": 2.4,
|
| 2645 |
+
"grad_norm": 0.9960162043571472,
|
| 2646 |
+
"learning_rate": 5.926888825133404e-07,
|
| 2647 |
+
"loss": 0.24,
|
| 2648 |
+
"step": 12032
|
| 2649 |
+
},
|
| 2650 |
+
{
|
| 2651 |
+
"epoch": 2.4,
|
| 2652 |
+
"grad_norm": 1.309798002243042,
|
| 2653 |
+
"learning_rate": 5.807582270390225e-07,
|
| 2654 |
+
"loss": 0.2506,
|
| 2655 |
+
"step": 12064
|
| 2656 |
+
},
|
| 2657 |
+
{
|
| 2658 |
+
"epoch": 2.41,
|
| 2659 |
+
"grad_norm": 1.129561185836792,
|
| 2660 |
+
"learning_rate": 5.689330763307229e-07,
|
| 2661 |
+
"loss": 0.2355,
|
| 2662 |
+
"step": 12096
|
| 2663 |
+
},
|
| 2664 |
+
{
|
| 2665 |
+
"epoch": 2.41,
|
| 2666 |
+
"grad_norm": 1.2323921918869019,
|
| 2667 |
+
"learning_rate": 5.572140804419049e-07,
|
| 2668 |
+
"loss": 0.2442,
|
| 2669 |
+
"step": 12128
|
| 2670 |
+
},
|
| 2671 |
+
{
|
| 2672 |
+
"epoch": 2.42,
|
| 2673 |
+
"grad_norm": 1.2903739213943481,
|
| 2674 |
+
"learning_rate": 5.45601883590475e-07,
|
| 2675 |
+
"loss": 0.2405,
|
| 2676 |
+
"step": 12160
|
| 2677 |
+
},
|
| 2678 |
+
{
|
| 2679 |
+
"epoch": 2.43,
|
| 2680 |
+
"grad_norm": 1.1188290119171143,
|
| 2681 |
+
"learning_rate": 5.340971241233728e-07,
|
| 2682 |
+
"loss": 0.2451,
|
| 2683 |
+
"step": 12192
|
| 2684 |
+
},
|
| 2685 |
+
{
|
| 2686 |
+
"epoch": 2.43,
|
| 2687 |
+
"grad_norm": 1.2080957889556885,
|
| 2688 |
+
"learning_rate": 5.227004344814792e-07,
|
| 2689 |
+
"loss": 0.2495,
|
| 2690 |
+
"step": 12224
|
| 2691 |
+
},
|
| 2692 |
+
{
|
| 2693 |
+
"epoch": 2.44,
|
| 2694 |
+
"grad_norm": 1.0671383142471313,
|
| 2695 |
+
"learning_rate": 5.114124411648466e-07,
|
| 2696 |
+
"loss": 0.2367,
|
| 2697 |
+
"step": 12256
|
| 2698 |
+
},
|
| 2699 |
+
{
|
| 2700 |
+
"epoch": 2.45,
|
| 2701 |
+
"grad_norm": 1.1058146953582764,
|
| 2702 |
+
"learning_rate": 5.002337646982641e-07,
|
| 2703 |
+
"loss": 0.2532,
|
| 2704 |
+
"step": 12288
|
| 2705 |
+
},
|
| 2706 |
+
{
|
| 2707 |
+
"epoch": 2.45,
|
| 2708 |
+
"grad_norm": 1.0272908210754395,
|
| 2709 |
+
"learning_rate": 4.891650195971406e-07,
|
| 2710 |
+
"loss": 0.2455,
|
| 2711 |
+
"step": 12320
|
| 2712 |
+
},
|
| 2713 |
+
{
|
| 2714 |
+
"epoch": 2.46,
|
| 2715 |
+
"grad_norm": 1.0757761001586914,
|
| 2716 |
+
"learning_rate": 4.782068143337279e-07,
|
| 2717 |
+
"loss": 0.2421,
|
| 2718 |
+
"step": 12352
|
| 2719 |
+
},
|
| 2720 |
+
{
|
| 2721 |
+
"epoch": 2.47,
|
| 2722 |
+
"grad_norm": 1.003451943397522,
|
| 2723 |
+
"learning_rate": 4.673597513036684e-07,
|
| 2724 |
+
"loss": 0.24,
|
| 2725 |
+
"step": 12384
|
| 2726 |
+
},
|
| 2727 |
+
{
|
| 2728 |
+
"epoch": 2.47,
|
| 2729 |
+
"grad_norm": 1.0739375352859497,
|
| 2730 |
+
"learning_rate": 4.5662442679288376e-07,
|
| 2731 |
+
"loss": 0.2467,
|
| 2732 |
+
"step": 12416
|
| 2733 |
+
},
|
| 2734 |
+
{
|
| 2735 |
+
"epoch": 2.48,
|
| 2736 |
+
"grad_norm": 1.070870041847229,
|
| 2737 |
+
"learning_rate": 4.4600143094479103e-07,
|
| 2738 |
+
"loss": 0.2466,
|
| 2739 |
+
"step": 12448
|
| 2740 |
+
},
|
| 2741 |
+
{
|
| 2742 |
+
"epoch": 2.49,
|
| 2743 |
+
"grad_norm": 1.0825251340866089,
|
| 2744 |
+
"learning_rate": 4.354913477278663e-07,
|
| 2745 |
+
"loss": 0.2441,
|
| 2746 |
+
"step": 12480
|
| 2747 |
+
},
|
| 2748 |
+
{
|
| 2749 |
+
"epoch": 2.49,
|
| 2750 |
+
"grad_norm": 0.9770128130912781,
|
| 2751 |
+
"learning_rate": 4.2509475490353893e-07,
|
| 2752 |
+
"loss": 0.2421,
|
| 2753 |
+
"step": 12512
|
| 2754 |
+
},
|
| 2755 |
+
{
|
| 2756 |
+
"epoch": 2.5,
|
| 2757 |
+
"grad_norm": 1.2835708856582642,
|
| 2758 |
+
"learning_rate": 4.148122239944316e-07,
|
| 2759 |
+
"loss": 0.2325,
|
| 2760 |
+
"step": 12544
|
| 2761 |
+
},
|
| 2762 |
+
{
|
| 2763 |
+
"epoch": 2.5,
|
| 2764 |
+
"grad_norm": 1.1013844013214111,
|
| 2765 |
+
"learning_rate": 4.0464432025294516e-07,
|
| 2766 |
+
"loss": 0.2488,
|
| 2767 |
+
"step": 12576
|
| 2768 |
+
},
|
| 2769 |
+
{
|
| 2770 |
+
"epoch": 2.51,
|
| 2771 |
+
"grad_norm": 1.2960447072982788,
|
| 2772 |
+
"learning_rate": 3.9459160263018185e-07,
|
| 2773 |
+
"loss": 0.2394,
|
| 2774 |
+
"step": 12608
|
| 2775 |
+
},
|
| 2776 |
+
{
|
| 2777 |
+
"epoch": 2.52,
|
| 2778 |
+
"grad_norm": 1.1596546173095703,
|
| 2779 |
+
"learning_rate": 3.846546237452198e-07,
|
| 2780 |
+
"loss": 0.2439,
|
| 2781 |
+
"step": 12640
|
| 2782 |
+
},
|
| 2783 |
+
{
|
| 2784 |
+
"epoch": 2.52,
|
| 2785 |
+
"grad_norm": 1.0801446437835693,
|
| 2786 |
+
"learning_rate": 3.7483392985473654e-07,
|
| 2787 |
+
"loss": 0.2397,
|
| 2788 |
+
"step": 12672
|
| 2789 |
+
},
|
| 2790 |
+
{
|
| 2791 |
+
"epoch": 2.53,
|
| 2792 |
+
"grad_norm": 1.1258620023727417,
|
| 2793 |
+
"learning_rate": 3.651300608229763e-07,
|
| 2794 |
+
"loss": 0.2452,
|
| 2795 |
+
"step": 12704
|
| 2796 |
+
},
|
| 2797 |
+
{
|
| 2798 |
+
"epoch": 2.54,
|
| 2799 |
+
"grad_norm": 1.116957664489746,
|
| 2800 |
+
"learning_rate": 3.555435500920765e-07,
|
| 2801 |
+
"loss": 0.2471,
|
| 2802 |
+
"step": 12736
|
| 2803 |
+
},
|
| 2804 |
+
{
|
| 2805 |
+
"epoch": 2.54,
|
| 2806 |
+
"grad_norm": 1.0061496496200562,
|
| 2807 |
+
"learning_rate": 3.4607492465273926e-07,
|
| 2808 |
+
"loss": 0.252,
|
| 2809 |
+
"step": 12768
|
| 2810 |
+
},
|
| 2811 |
+
{
|
| 2812 |
+
"epoch": 2.55,
|
| 2813 |
+
"grad_norm": 1.235310435295105,
|
| 2814 |
+
"learning_rate": 3.3672470501526584e-07,
|
| 2815 |
+
"loss": 0.2449,
|
| 2816 |
+
"step": 12800
|
| 2817 |
+
},
|
| 2818 |
+
{
|
| 2819 |
+
"epoch": 2.56,
|
| 2820 |
+
"grad_norm": 1.0887601375579834,
|
| 2821 |
+
"learning_rate": 3.2749340518093894e-07,
|
| 2822 |
+
"loss": 0.2458,
|
| 2823 |
+
"step": 12832
|
| 2824 |
+
},
|
| 2825 |
+
{
|
| 2826 |
+
"epoch": 2.56,
|
| 2827 |
+
"grad_norm": 1.1944972276687622,
|
| 2828 |
+
"learning_rate": 3.183815326137707e-07,
|
| 2829 |
+
"loss": 0.2425,
|
| 2830 |
+
"step": 12864
|
| 2831 |
+
},
|
| 2832 |
+
{
|
| 2833 |
+
"epoch": 2.57,
|
| 2834 |
+
"grad_norm": 1.072562575340271,
|
| 2835 |
+
"learning_rate": 3.093895882126044e-07,
|
| 2836 |
+
"loss": 0.2472,
|
| 2837 |
+
"step": 12896
|
| 2838 |
+
},
|
| 2839 |
+
{
|
| 2840 |
+
"epoch": 2.57,
|
| 2841 |
+
"grad_norm": 1.187567949295044,
|
| 2842 |
+
"learning_rate": 3.0051806628357744e-07,
|
| 2843 |
+
"loss": 0.2469,
|
| 2844 |
+
"step": 12928
|
| 2845 |
+
},
|
| 2846 |
+
{
|
| 2847 |
+
"epoch": 2.58,
|
| 2848 |
+
"grad_norm": 1.0741044282913208,
|
| 2849 |
+
"learning_rate": 2.9176745451295315e-07,
|
| 2850 |
+
"loss": 0.2451,
|
| 2851 |
+
"step": 12960
|
| 2852 |
+
},
|
| 2853 |
+
{
|
| 2854 |
+
"epoch": 2.59,
|
| 2855 |
+
"grad_norm": 1.0857914686203003,
|
| 2856 |
+
"learning_rate": 2.831382339403049e-07,
|
| 2857 |
+
"loss": 0.2453,
|
| 2858 |
+
"step": 12992
|
| 2859 |
+
},
|
| 2860 |
+
{
|
| 2861 |
+
"epoch": 2.59,
|
| 2862 |
+
"grad_norm": 1.2118492126464844,
|
| 2863 |
+
"learning_rate": 2.746308789320798e-07,
|
| 2864 |
+
"loss": 0.2465,
|
| 2865 |
+
"step": 13024
|
| 2866 |
+
},
|
| 2867 |
+
{
|
| 2868 |
+
"epoch": 2.6,
|
| 2869 |
+
"grad_norm": 1.0996769666671753,
|
| 2870 |
+
"learning_rate": 2.662458571555149e-07,
|
| 2871 |
+
"loss": 0.2498,
|
| 2872 |
+
"step": 13056
|
| 2873 |
+
},
|
| 2874 |
+
{
|
| 2875 |
+
"epoch": 2.61,
|
| 2876 |
+
"grad_norm": 1.0050989389419556,
|
| 2877 |
+
"learning_rate": 2.579836295529334e-07,
|
| 2878 |
+
"loss": 0.2467,
|
| 2879 |
+
"step": 13088
|
| 2880 |
+
},
|
| 2881 |
+
{
|
| 2882 |
+
"epoch": 2.61,
|
| 2883 |
+
"grad_norm": 1.2894530296325684,
|
| 2884 |
+
"learning_rate": 2.4984465031640286e-07,
|
| 2885 |
+
"loss": 0.2408,
|
| 2886 |
+
"step": 13120
|
| 2887 |
+
},
|
| 2888 |
+
{
|
| 2889 |
+
"epoch": 2.62,
|
| 2890 |
+
"grad_norm": 1.3517787456512451,
|
| 2891 |
+
"learning_rate": 2.4182936686277e-07,
|
| 2892 |
+
"loss": 0.2448,
|
| 2893 |
+
"step": 13152
|
| 2894 |
+
},
|
| 2895 |
+
{
|
| 2896 |
+
"epoch": 2.63,
|
| 2897 |
+
"grad_norm": 1.0544830560684204,
|
| 2898 |
+
"learning_rate": 2.339382198090609e-07,
|
| 2899 |
+
"loss": 0.2422,
|
| 2900 |
+
"step": 13184
|
| 2901 |
+
},
|
| 2902 |
+
{
|
| 2903 |
+
"epoch": 2.63,
|
| 2904 |
+
"grad_norm": 1.0484036207199097,
|
| 2905 |
+
"learning_rate": 2.261716429482652e-07,
|
| 2906 |
+
"loss": 0.2444,
|
| 2907 |
+
"step": 13216
|
| 2908 |
+
},
|
| 2909 |
+
{
|
| 2910 |
+
"epoch": 2.64,
|
| 2911 |
+
"grad_norm": 1.094588279724121,
|
| 2912 |
+
"learning_rate": 2.1853006322548388e-07,
|
| 2913 |
+
"loss": 0.2461,
|
| 2914 |
+
"step": 13248
|
| 2915 |
+
},
|
| 2916 |
+
{
|
| 2917 |
+
"epoch": 2.64,
|
| 2918 |
+
"grad_norm": 1.103279948234558,
|
| 2919 |
+
"learning_rate": 2.1101390071446265e-07,
|
| 2920 |
+
"loss": 0.2435,
|
| 2921 |
+
"step": 13280
|
| 2922 |
+
},
|
| 2923 |
+
{
|
| 2924 |
+
"epoch": 2.65,
|
| 2925 |
+
"grad_norm": 1.0666862726211548,
|
| 2926 |
+
"learning_rate": 2.0362356859449954e-07,
|
| 2927 |
+
"loss": 0.2487,
|
| 2928 |
+
"step": 13312
|
| 2929 |
+
},
|
| 2930 |
+
{
|
| 2931 |
+
"epoch": 2.66,
|
| 2932 |
+
"grad_norm": 1.2903568744659424,
|
| 2933 |
+
"learning_rate": 1.963594731277299e-07,
|
| 2934 |
+
"loss": 0.2513,
|
| 2935 |
+
"step": 13344
|
| 2936 |
+
},
|
| 2937 |
+
{
|
| 2938 |
+
"epoch": 2.66,
|
| 2939 |
+
"grad_norm": 1.0378022193908691,
|
| 2940 |
+
"learning_rate": 1.8922201363679338e-07,
|
| 2941 |
+
"loss": 0.2491,
|
| 2942 |
+
"step": 13376
|
| 2943 |
+
},
|
| 2944 |
+
{
|
| 2945 |
+
"epoch": 2.67,
|
| 2946 |
+
"grad_norm": 1.1184123754501343,
|
| 2947 |
+
"learning_rate": 1.8221158248288463e-07,
|
| 2948 |
+
"loss": 0.2464,
|
| 2949 |
+
"step": 13408
|
| 2950 |
+
},
|
| 2951 |
+
{
|
| 2952 |
+
"epoch": 2.68,
|
| 2953 |
+
"grad_norm": 1.0083402395248413,
|
| 2954 |
+
"learning_rate": 1.7532856504418188e-07,
|
| 2955 |
+
"loss": 0.2491,
|
| 2956 |
+
"step": 13440
|
| 2957 |
+
},
|
| 2958 |
+
{
|
| 2959 |
+
"epoch": 2.68,
|
| 2960 |
+
"grad_norm": 1.2430527210235596,
|
| 2961 |
+
"learning_rate": 1.6857333969466344e-07,
|
| 2962 |
+
"loss": 0.2397,
|
| 2963 |
+
"step": 13472
|
| 2964 |
+
},
|
| 2965 |
+
{
|
| 2966 |
+
"epoch": 2.69,
|
| 2967 |
+
"grad_norm": 1.0730229616165161,
|
| 2968 |
+
"learning_rate": 1.6194627778330696e-07,
|
| 2969 |
+
"loss": 0.2423,
|
| 2970 |
+
"step": 13504
|
| 2971 |
+
},
|
| 2972 |
+
{
|
| 2973 |
+
"epoch": 2.7,
|
| 2974 |
+
"grad_norm": 1.1082255840301514,
|
| 2975 |
+
"learning_rate": 1.5544774361367476e-07,
|
| 2976 |
+
"loss": 0.2519,
|
| 2977 |
+
"step": 13536
|
| 2978 |
+
},
|
| 2979 |
+
{
|
| 2980 |
+
"epoch": 2.7,
|
| 2981 |
+
"grad_norm": 1.084023356437683,
|
| 2982 |
+
"learning_rate": 1.490780944238898e-07,
|
| 2983 |
+
"loss": 0.2362,
|
| 2984 |
+
"step": 13568
|
| 2985 |
+
},
|
| 2986 |
+
{
|
| 2987 |
+
"epoch": 2.71,
|
| 2988 |
+
"grad_norm": 1.0378090143203735,
|
| 2989 |
+
"learning_rate": 1.4283768036699481e-07,
|
| 2990 |
+
"loss": 0.2404,
|
| 2991 |
+
"step": 13600
|
| 2992 |
+
},
|
| 2993 |
+
{
|
| 2994 |
+
"epoch": 2.71,
|
| 2995 |
+
"grad_norm": 1.2818440198898315,
|
| 2996 |
+
"learning_rate": 1.3672684449170582e-07,
|
| 2997 |
+
"loss": 0.2534,
|
| 2998 |
+
"step": 13632
|
| 2999 |
+
},
|
| 3000 |
+
{
|
| 3001 |
+
"epoch": 2.72,
|
| 3002 |
+
"grad_norm": 1.190710186958313,
|
| 3003 |
+
"learning_rate": 1.3074592272355164e-07,
|
| 3004 |
+
"loss": 0.2439,
|
| 3005 |
+
"step": 13664
|
| 3006 |
+
},
|
| 3007 |
+
{
|
| 3008 |
+
"epoch": 2.73,
|
| 3009 |
+
"grad_norm": 1.080256700515747,
|
| 3010 |
+
"learning_rate": 1.248952438464107e-07,
|
| 3011 |
+
"loss": 0.2507,
|
| 3012 |
+
"step": 13696
|
| 3013 |
+
},
|
| 3014 |
+
{
|
| 3015 |
+
"epoch": 2.73,
|
| 3016 |
+
"grad_norm": 1.0920093059539795,
|
| 3017 |
+
"learning_rate": 1.1917512948443288e-07,
|
| 3018 |
+
"loss": 0.2414,
|
| 3019 |
+
"step": 13728
|
| 3020 |
+
},
|
| 3021 |
+
{
|
| 3022 |
+
"epoch": 2.74,
|
| 3023 |
+
"grad_norm": 0.9547931551933289,
|
| 3024 |
+
"learning_rate": 1.1358589408436399e-07,
|
| 3025 |
+
"loss": 0.2363,
|
| 3026 |
+
"step": 13760
|
| 3027 |
+
},
|
| 3028 |
+
{
|
| 3029 |
+
"epoch": 2.75,
|
| 3030 |
+
"grad_norm": 1.108270287513733,
|
| 3031 |
+
"learning_rate": 1.0812784489825506e-07,
|
| 3032 |
+
"loss": 0.2407,
|
| 3033 |
+
"step": 13792
|
| 3034 |
+
},
|
| 3035 |
+
{
|
| 3036 |
+
"epoch": 2.75,
|
| 3037 |
+
"grad_norm": 1.083067536354065,
|
| 3038 |
+
"learning_rate": 1.0280128196657579e-07,
|
| 3039 |
+
"loss": 0.2494,
|
| 3040 |
+
"step": 13824
|
| 3041 |
+
},
|
| 3042 |
+
{
|
| 3043 |
+
"epoch": 2.76,
|
| 3044 |
+
"grad_norm": 1.0772831439971924,
|
| 3045 |
+
"learning_rate": 9.760649810171885e-08,
|
| 3046 |
+
"loss": 0.2398,
|
| 3047 |
+
"step": 13856
|
| 3048 |
+
},
|
| 3049 |
+
{
|
| 3050 |
+
"epoch": 2.77,
|
| 3051 |
+
"grad_norm": 1.2348062992095947,
|
| 3052 |
+
"learning_rate": 9.254377887190414e-08,
|
| 3053 |
+
"loss": 0.2442,
|
| 3054 |
+
"step": 13888
|
| 3055 |
+
},
|
| 3056 |
+
{
|
| 3057 |
+
"epoch": 2.77,
|
| 3058 |
+
"grad_norm": 1.1681050062179565,
|
| 3059 |
+
"learning_rate": 8.76134025854794e-08,
|
| 3060 |
+
"loss": 0.2368,
|
| 3061 |
+
"step": 13920
|
| 3062 |
+
},
|
| 3063 |
+
{
|
| 3064 |
+
"epoch": 2.78,
|
| 3065 |
+
"grad_norm": 1.2962055206298828,
|
| 3066 |
+
"learning_rate": 8.281564027562305e-08,
|
| 3067 |
+
"loss": 0.2409,
|
| 3068 |
+
"step": 13952
|
| 3069 |
+
},
|
| 3070 |
+
{
|
| 3071 |
+
"epoch": 2.78,
|
| 3072 |
+
"grad_norm": 1.2106220722198486,
|
| 3073 |
+
"learning_rate": 7.815075568544244e-08,
|
| 3074 |
+
"loss": 0.2407,
|
| 3075 |
+
"step": 13984
|
| 3076 |
+
},
|
| 3077 |
+
{
|
| 3078 |
+
"epoch": 2.79,
|
| 3079 |
+
"grad_norm": 1.3177499771118164,
|
| 3080 |
+
"learning_rate": 7.361900525347687e-08,
|
| 3081 |
+
"loss": 0.2523,
|
| 3082 |
+
"step": 14016
|
| 3083 |
+
},
|
| 3084 |
+
{
|
| 3085 |
+
"epoch": 2.8,
|
| 3086 |
+
"grad_norm": 1.024245262145996,
|
| 3087 |
+
"learning_rate": 6.922063809960134e-08,
|
| 3088 |
+
"loss": 0.2529,
|
| 3089 |
+
"step": 14048
|
| 3090 |
+
},
|
| 3091 |
+
{
|
| 3092 |
+
"epoch": 2.8,
|
| 3093 |
+
"grad_norm": 1.0427746772766113,
|
| 3094 |
+
"learning_rate": 6.49558960113289e-08,
|
| 3095 |
+
"loss": 0.2462,
|
| 3096 |
+
"step": 14080
|
| 3097 |
+
},
|
| 3098 |
+
{
|
| 3099 |
+
"epoch": 2.81,
|
| 3100 |
+
"grad_norm": 1.2270079851150513,
|
| 3101 |
+
"learning_rate": 6.082501343052327e-08,
|
| 3102 |
+
"loss": 0.228,
|
| 3103 |
+
"step": 14112
|
| 3104 |
+
},
|
| 3105 |
+
{
|
| 3106 |
+
"epoch": 2.82,
|
| 3107 |
+
"grad_norm": 1.09956693649292,
|
| 3108 |
+
"learning_rate": 5.682821744050715e-08,
|
| 3109 |
+
"loss": 0.2554,
|
| 3110 |
+
"step": 14144
|
| 3111 |
+
},
|
| 3112 |
+
{
|
| 3113 |
+
"epoch": 2.82,
|
| 3114 |
+
"grad_norm": 1.0953526496887207,
|
| 3115 |
+
"learning_rate": 5.296572775358166e-08,
|
| 3116 |
+
"loss": 0.2422,
|
| 3117 |
+
"step": 14176
|
| 3118 |
+
},
|
| 3119 |
+
{
|
| 3120 |
+
"epoch": 2.83,
|
| 3121 |
+
"grad_norm": 1.0091789960861206,
|
| 3122 |
+
"learning_rate": 4.923775669894659e-08,
|
| 3123 |
+
"loss": 0.247,
|
| 3124 |
+
"step": 14208
|
| 3125 |
+
},
|
| 3126 |
+
{
|
| 3127 |
+
"epoch": 2.84,
|
| 3128 |
+
"grad_norm": 1.0742987394332886,
|
| 3129 |
+
"learning_rate": 4.5644509211030253e-08,
|
| 3130 |
+
"loss": 0.2408,
|
| 3131 |
+
"step": 14240
|
| 3132 |
+
},
|
| 3133 |
+
{
|
| 3134 |
+
"epoch": 2.84,
|
| 3135 |
+
"grad_norm": 1.212641716003418,
|
| 3136 |
+
"learning_rate": 4.2186182818220734e-08,
|
| 3137 |
+
"loss": 0.2442,
|
| 3138 |
+
"step": 14272
|
| 3139 |
+
},
|
| 3140 |
+
{
|
| 3141 |
+
"epoch": 2.85,
|
| 3142 |
+
"grad_norm": 1.024273157119751,
|
| 3143 |
+
"learning_rate": 3.886296763201042e-08,
|
| 3144 |
+
"loss": 0.2463,
|
| 3145 |
+
"step": 14304
|
| 3146 |
+
},
|
| 3147 |
+
{
|
| 3148 |
+
"epoch": 2.85,
|
| 3149 |
+
"grad_norm": 1.2065999507904053,
|
| 3150 |
+
"learning_rate": 3.567504633654323e-08,
|
| 3151 |
+
"loss": 0.2456,
|
| 3152 |
+
"step": 14336
|
| 3153 |
+
},
|
| 3154 |
+
{
|
| 3155 |
+
"epoch": 2.86,
|
| 3156 |
+
"grad_norm": 1.0646214485168457,
|
| 3157 |
+
"learning_rate": 3.2622594178573216e-08,
|
| 3158 |
+
"loss": 0.2482,
|
| 3159 |
+
"step": 14368
|
| 3160 |
+
},
|
| 3161 |
+
{
|
| 3162 |
+
"epoch": 2.87,
|
| 3163 |
+
"grad_norm": 1.0027880668640137,
|
| 3164 |
+
"learning_rate": 2.9705778957829777e-08,
|
| 3165 |
+
"loss": 0.2411,
|
| 3166 |
+
"step": 14400
|
| 3167 |
+
},
|
| 3168 |
+
{
|
| 3169 |
+
"epoch": 2.87,
|
| 3170 |
+
"grad_norm": 1.4213387966156006,
|
| 3171 |
+
"learning_rate": 2.6924761017794453e-08,
|
| 3172 |
+
"loss": 0.2491,
|
| 3173 |
+
"step": 14432
|
| 3174 |
+
},
|
| 3175 |
+
{
|
| 3176 |
+
"epoch": 2.88,
|
| 3177 |
+
"grad_norm": 1.0677354335784912,
|
| 3178 |
+
"learning_rate": 2.4279693236885503e-08,
|
| 3179 |
+
"loss": 0.2421,
|
| 3180 |
+
"step": 14464
|
| 3181 |
+
},
|
| 3182 |
+
{
|
| 3183 |
+
"epoch": 2.89,
|
| 3184 |
+
"grad_norm": 1.1713104248046875,
|
| 3185 |
+
"learning_rate": 2.1770721020054895e-08,
|
| 3186 |
+
"loss": 0.2382,
|
| 3187 |
+
"step": 14496
|
| 3188 |
+
},
|
| 3189 |
+
{
|
| 3190 |
+
"epoch": 2.89,
|
| 3191 |
+
"grad_norm": 1.1479196548461914,
|
| 3192 |
+
"learning_rate": 1.9397982290794147e-08,
|
| 3193 |
+
"loss": 0.2359,
|
| 3194 |
+
"step": 14528
|
| 3195 |
+
},
|
| 3196 |
+
{
|
| 3197 |
+
"epoch": 2.9,
|
| 3198 |
+
"grad_norm": 1.1078578233718872,
|
| 3199 |
+
"learning_rate": 1.7161607483553165e-08,
|
| 3200 |
+
"loss": 0.2466,
|
| 3201 |
+
"step": 14560
|
| 3202 |
+
},
|
| 3203 |
+
{
|
| 3204 |
+
"epoch": 2.91,
|
| 3205 |
+
"grad_norm": 1.036629319190979,
|
| 3206 |
+
"learning_rate": 1.506171953656904e-08,
|
| 3207 |
+
"loss": 0.2409,
|
| 3208 |
+
"step": 14592
|
| 3209 |
+
},
|
| 3210 |
+
{
|
| 3211 |
+
"epoch": 2.91,
|
| 3212 |
+
"grad_norm": 1.0767490863800049,
|
| 3213 |
+
"learning_rate": 1.3098433885108953e-08,
|
| 3214 |
+
"loss": 0.2406,
|
| 3215 |
+
"step": 14624
|
| 3216 |
+
},
|
| 3217 |
+
{
|
| 3218 |
+
"epoch": 2.92,
|
| 3219 |
+
"grad_norm": 1.531785011291504,
|
| 3220 |
+
"learning_rate": 1.1271858455123852e-08,
|
| 3221 |
+
"loss": 0.249,
|
| 3222 |
+
"step": 14656
|
| 3223 |
+
},
|
| 3224 |
+
{
|
| 3225 |
+
"epoch": 2.92,
|
| 3226 |
+
"grad_norm": 1.5319863557815552,
|
| 3227 |
+
"learning_rate": 9.582093657315716e-09,
|
| 3228 |
+
"loss": 0.24,
|
| 3229 |
+
"step": 14688
|
| 3230 |
+
},
|
| 3231 |
+
{
|
| 3232 |
+
"epoch": 2.93,
|
| 3233 |
+
"grad_norm": 1.0609209537506104,
|
| 3234 |
+
"learning_rate": 8.029232381616958e-09,
|
| 3235 |
+
"loss": 0.2362,
|
| 3236 |
+
"step": 14720
|
| 3237 |
+
},
|
| 3238 |
+
{
|
| 3239 |
+
"epoch": 2.94,
|
| 3240 |
+
"grad_norm": 1.0139707326889038,
|
| 3241 |
+
"learning_rate": 6.613359992085622e-09,
|
| 3242 |
+
"loss": 0.235,
|
| 3243 |
+
"step": 14752
|
| 3244 |
+
},
|
| 3245 |
+
{
|
| 3246 |
+
"epoch": 2.94,
|
| 3247 |
+
"grad_norm": 1.0467095375061035,
|
| 3248 |
+
"learning_rate": 5.334554322211638e-09,
|
| 3249 |
+
"loss": 0.2378,
|
| 3250 |
+
"step": 14784
|
| 3251 |
+
},
|
| 3252 |
+
{
|
| 3253 |
+
"epoch": 2.95,
|
| 3254 |
+
"grad_norm": 1.1878961324691772,
|
| 3255 |
+
"learning_rate": 4.1928856706385805e-09,
|
| 3256 |
+
"loss": 0.2405,
|
| 3257 |
+
"step": 14816
|
| 3258 |
+
},
|
| 3259 |
+
{
|
| 3260 |
+
"epoch": 2.96,
|
| 3261 |
+
"grad_norm": 1.018918514251709,
|
| 3262 |
+
"learning_rate": 3.1884167972984213e-09,
|
| 3263 |
+
"loss": 0.2409,
|
| 3264 |
+
"step": 14848
|
| 3265 |
+
},
|
| 3266 |
+
{
|
| 3267 |
+
"epoch": 2.96,
|
| 3268 |
+
"grad_norm": 1.081251859664917,
|
| 3269 |
+
"learning_rate": 2.321202919962906e-09,
|
| 3270 |
+
"loss": 0.2285,
|
| 3271 |
+
"step": 14880
|
| 3272 |
+
},
|
| 3273 |
+
{
|
| 3274 |
+
"epoch": 2.97,
|
| 3275 |
+
"grad_norm": 1.11882483959198,
|
| 3276 |
+
"learning_rate": 1.591291711207088e-09,
|
| 3277 |
+
"loss": 0.247,
|
| 3278 |
+
"step": 14912
|
| 3279 |
+
},
|
| 3280 |
+
{
|
| 3281 |
+
"epoch": 2.98,
|
| 3282 |
+
"grad_norm": 1.1757475137710571,
|
| 3283 |
+
"learning_rate": 9.987232957880954e-10,
|
| 3284 |
+
"loss": 0.2485,
|
| 3285 |
+
"step": 14944
|
| 3286 |
+
},
|
| 3287 |
+
{
|
| 3288 |
+
"epoch": 2.98,
|
| 3289 |
+
"grad_norm": 1.1407628059387207,
|
| 3290 |
+
"learning_rate": 5.43530248441615e-10,
|
| 3291 |
+
"loss": 0.2426,
|
| 3292 |
+
"step": 14976
|
| 3293 |
+
},
|
| 3294 |
+
{
|
| 3295 |
+
"epoch": 2.99,
|
| 3296 |
+
"grad_norm": 1.1428720951080322,
|
| 3297 |
+
"learning_rate": 2.2573759208860401e-10,
|
| 3298 |
+
"loss": 0.241,
|
| 3299 |
+
"step": 15008
|
| 3300 |
+
},
|
| 3301 |
+
{
|
| 3302 |
+
"epoch": 2.99,
|
| 3303 |
+
"grad_norm": 1.1644700765609741,
|
| 3304 |
+
"learning_rate": 4.536279646111252e-11,
|
| 3305 |
+
"loss": 0.2475,
|
| 3306 |
+
"step": 15040
|
| 3307 |
+
}
|
| 3308 |
+
],
|
| 3309 |
+
"logging_steps": 32,
|
| 3310 |
+
"max_steps": 15066,
|
| 3311 |
+
"num_input_tokens_seen": 0,
|
| 3312 |
+
"num_train_epochs": 3,
|
| 3313 |
+
"save_steps": 15066,
|
| 3314 |
+
"stateful_callbacks": {
|
| 3315 |
+
"TrainerControl": {
|
| 3316 |
+
"args": {
|
| 3317 |
+
"should_epoch_stop": false,
|
| 3318 |
+
"should_evaluate": false,
|
| 3319 |
+
"should_log": false,
|
| 3320 |
+
"should_save": true,
|
| 3321 |
+
"should_training_stop": true
|
| 3322 |
+
},
|
| 3323 |
+
"attributes": {}
|
| 3324 |
+
}
|
| 3325 |
+
},
|
| 3326 |
+
"total_flos": 0.0,
|
| 3327 |
+
"train_batch_size": 1,
|
| 3328 |
+
"trial_name": null,
|
| 3329 |
+
"trial_params": null
|
| 3330 |
+
}
|
CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f78a96d0395d693193812deedfce30bf69dd2ed10f4dc07f0a02830d90edd7c8
|
| 3 |
+
size 6584
|
CREAM/outputs/sft/qwen_short_cot-lora_None-ckpt_None-25-10-06-01_35_46/checkpoint-15066/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|