Update scenario_ratio_7B
Browse files- .gitattributes +1 -0
- scenario_ratio_7B/added_tokens.json +24 -0
- scenario_ratio_7B/all_results.json +12 -0
- scenario_ratio_7B/config.json +29 -0
- scenario_ratio_7B/eval_results.json +7 -0
- scenario_ratio_7B/generation_config.json +14 -0
- scenario_ratio_7B/merges.txt +0 -0
- scenario_ratio_7B/model.safetensors.index.json +346 -0
- scenario_ratio_7B/special_tokens_map.json +31 -0
- scenario_ratio_7B/tokenizer.json +3 -0
- scenario_ratio_7B/tokenizer_config.json +208 -0
- scenario_ratio_7B/train_results.json +8 -0
- scenario_ratio_7B/trainer_state.json +1435 -0
- scenario_ratio_7B/training_args.bin +3 -0
- scenario_ratio_7B/vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
scenario_cot_ratio_1.5B/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
scenario_cot_ratio_3B/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
scenario_cot_ratio_1.5B/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
scenario_cot_ratio_3B/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
scenario_ratio_7B/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
scenario_ratio_7B/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 |
+
}
|
scenario_ratio_7B/all_results.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 2.9947275922671355,
|
| 3 |
+
"eval_loss": 0.49775850772857666,
|
| 4 |
+
"eval_runtime": 6.9042,
|
| 5 |
+
"eval_samples_per_second": 12.022,
|
| 6 |
+
"eval_steps_per_second": 3.042,
|
| 7 |
+
"total_flos": 457793516601344.0,
|
| 8 |
+
"train_loss": 0.4100710519229489,
|
| 9 |
+
"train_runtime": 44735.0493,
|
| 10 |
+
"train_samples_per_second": 2.747,
|
| 11 |
+
"train_steps_per_second": 0.029
|
| 12 |
+
}
|
scenario_ratio_7B/config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/mnt/public/code/zhaojihao/models/Qwen2.5-7B-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": 3584,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"intermediate_size": 18944,
|
| 13 |
+
"max_position_embeddings": 32768,
|
| 14 |
+
"max_window_layers": 28,
|
| 15 |
+
"model_type": "qwen2",
|
| 16 |
+
"num_attention_heads": 28,
|
| 17 |
+
"num_hidden_layers": 28,
|
| 18 |
+
"num_key_value_heads": 4,
|
| 19 |
+
"rms_norm_eps": 1e-06,
|
| 20 |
+
"rope_scaling": null,
|
| 21 |
+
"rope_theta": 1000000.0,
|
| 22 |
+
"sliding_window": null,
|
| 23 |
+
"tie_word_embeddings": false,
|
| 24 |
+
"torch_dtype": "bfloat16",
|
| 25 |
+
"transformers_version": "4.46.1",
|
| 26 |
+
"use_cache": false,
|
| 27 |
+
"use_sliding_window": false,
|
| 28 |
+
"vocab_size": 152064
|
| 29 |
+
}
|
scenario_ratio_7B/eval_results.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 2.9947275922671355,
|
| 3 |
+
"eval_loss": 0.49775850772857666,
|
| 4 |
+
"eval_runtime": 6.9042,
|
| 5 |
+
"eval_samples_per_second": 12.022,
|
| 6 |
+
"eval_steps_per_second": 3.042
|
| 7 |
+
}
|
scenario_ratio_7B/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.46.1"
|
| 14 |
+
}
|
scenario_ratio_7B/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
scenario_ratio_7B/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,346 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 15231233024
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00004-of-00004.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 20 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 28 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 30 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 31 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 32 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 33 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 34 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 35 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 36 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 37 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 40 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 41 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 42 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 43 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 44 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 45 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 46 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 47 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 48 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 49 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 51 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 52 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 53 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 54 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 55 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 56 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 57 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 58 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 59 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 60 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 61 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 62 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 63 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 64 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 65 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 66 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 67 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 68 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 69 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 70 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 71 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 72 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 73 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 74 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 75 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 76 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 77 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 78 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 79 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 80 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 81 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 82 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 83 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 84 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 85 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 86 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 87 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 88 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 89 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 90 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 91 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 92 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 93 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 94 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 95 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 96 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 97 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 98 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 99 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 100 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 101 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 102 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 103 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 104 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 105 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 106 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 107 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 108 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 109 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 110 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 111 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 112 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 113 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 114 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 115 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 116 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 117 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 118 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 119 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 120 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 121 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 122 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 123 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 124 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 125 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 126 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 127 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 128 |
+
"model.layers.18.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 129 |
+
"model.layers.18.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 130 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 131 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 132 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 133 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 134 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 135 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 136 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 137 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 138 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 139 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 140 |
+
"model.layers.19.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 141 |
+
"model.layers.19.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 142 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 143 |
+
"model.layers.19.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 144 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 145 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 146 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 147 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 148 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 149 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 150 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 151 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 152 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 153 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 154 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 155 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 156 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 157 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 158 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 159 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 160 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 161 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 162 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 163 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 164 |
+
"model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 165 |
+
"model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 166 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 167 |
+
"model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 168 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 169 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 170 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 171 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 172 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 173 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 174 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 175 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 176 |
+
"model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 177 |
+
"model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 178 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 179 |
+
"model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 180 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 181 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 182 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 183 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 184 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 185 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 186 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 187 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 188 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 189 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 190 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 191 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 192 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 193 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 194 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 195 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 196 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 197 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 198 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 199 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 200 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 201 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 202 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 203 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 204 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 205 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 206 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 207 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 208 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 209 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 210 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 211 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 212 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 213 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 214 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 215 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 216 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 217 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 218 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 219 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 220 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 221 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 222 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 223 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 224 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 225 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 226 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 227 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 228 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 229 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 230 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 231 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 232 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 233 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 234 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 235 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 236 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 237 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 238 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 239 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 240 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 241 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 242 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 243 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 244 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 245 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 246 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 247 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 248 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 249 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 250 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 251 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 252 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 253 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 254 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 255 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 256 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 257 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 258 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 259 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 260 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 261 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 262 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 263 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 264 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 265 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 266 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 267 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 268 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 269 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 270 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 271 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 272 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 273 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 274 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 275 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 276 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 277 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 278 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 279 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 280 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 281 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 282 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 283 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 284 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 285 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 286 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 287 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 288 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 289 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 290 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 291 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 292 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 293 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 294 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 295 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 296 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 297 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 298 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 299 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 300 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 301 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 302 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 303 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 304 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 305 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 306 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 307 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 308 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 309 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 310 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 311 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 312 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 313 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 314 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 315 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 316 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 317 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 318 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 319 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 320 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 321 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 322 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 323 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 324 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 325 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 326 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 327 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 328 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 329 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 330 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 331 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 332 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 333 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 334 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 335 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 336 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 337 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 338 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 339 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 340 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 341 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 342 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 343 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 344 |
+
"model.norm.weight": "model-00003-of-00004.safetensors"
|
| 345 |
+
}
|
| 346 |
+
}
|
scenario_ratio_7B/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 |
+
}
|
scenario_ratio_7B/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
| 3 |
+
size 11421896
|
scenario_ratio_7B/tokenizer_config.json
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"padding_side": "right",
|
| 205 |
+
"split_special_tokens": false,
|
| 206 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 207 |
+
"unk_token": null
|
| 208 |
+
}
|
scenario_ratio_7B/train_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 2.9947275922671355,
|
| 3 |
+
"total_flos": 457793516601344.0,
|
| 4 |
+
"train_loss": 0.4100710519229489,
|
| 5 |
+
"train_runtime": 44735.0493,
|
| 6 |
+
"train_samples_per_second": 2.747,
|
| 7 |
+
"train_steps_per_second": 0.029
|
| 8 |
+
}
|
scenario_ratio_7B/trainer_state.json
ADDED
|
@@ -0,0 +1,1435 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": 0.49775850772857666,
|
| 3 |
+
"best_model_checkpoint": "/mnt/public/code/zhaojihao/train_model/scenario_train_40K_ratio_sc_qwen25_7B_3/checkpoint-840",
|
| 4 |
+
"epoch": 2.9947275922671355,
|
| 5 |
+
"eval_steps": 20,
|
| 6 |
+
"global_step": 1278,
|
| 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.023432923257176334,
|
| 13 |
+
"grad_norm": 5.322404495641149,
|
| 14 |
+
"learning_rate": 7.8125e-07,
|
| 15 |
+
"loss": 0.9704,
|
| 16 |
+
"step": 10
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.04686584651435267,
|
| 20 |
+
"grad_norm": 2.3537050585240715,
|
| 21 |
+
"learning_rate": 1.5625e-06,
|
| 22 |
+
"loss": 0.8803,
|
| 23 |
+
"step": 20
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.04686584651435267,
|
| 27 |
+
"eval_loss": 0.8319932222366333,
|
| 28 |
+
"eval_runtime": 6.8796,
|
| 29 |
+
"eval_samples_per_second": 12.065,
|
| 30 |
+
"eval_steps_per_second": 3.053,
|
| 31 |
+
"step": 20
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.070298769771529,
|
| 35 |
+
"grad_norm": 1.6370151600501506,
|
| 36 |
+
"learning_rate": 2.3437500000000002e-06,
|
| 37 |
+
"loss": 0.7536,
|
| 38 |
+
"step": 30
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.09373169302870533,
|
| 42 |
+
"grad_norm": 1.2654389222184044,
|
| 43 |
+
"learning_rate": 3.125e-06,
|
| 44 |
+
"loss": 0.6914,
|
| 45 |
+
"step": 40
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.09373169302870533,
|
| 49 |
+
"eval_loss": 0.6773133277893066,
|
| 50 |
+
"eval_runtime": 6.8557,
|
| 51 |
+
"eval_samples_per_second": 12.107,
|
| 52 |
+
"eval_steps_per_second": 3.063,
|
| 53 |
+
"step": 40
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"epoch": 0.11716461628588166,
|
| 57 |
+
"grad_norm": 1.0702172390482234,
|
| 58 |
+
"learning_rate": 3.90625e-06,
|
| 59 |
+
"loss": 0.6413,
|
| 60 |
+
"step": 50
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"epoch": 0.140597539543058,
|
| 64 |
+
"grad_norm": 1.095731735126781,
|
| 65 |
+
"learning_rate": 4.6875000000000004e-06,
|
| 66 |
+
"loss": 0.6208,
|
| 67 |
+
"step": 60
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"epoch": 0.140597539543058,
|
| 71 |
+
"eval_loss": 0.6241949200630188,
|
| 72 |
+
"eval_runtime": 6.8616,
|
| 73 |
+
"eval_samples_per_second": 12.096,
|
| 74 |
+
"eval_steps_per_second": 3.061,
|
| 75 |
+
"step": 60
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"epoch": 0.16403046280023434,
|
| 79 |
+
"grad_norm": 0.9546483943590885,
|
| 80 |
+
"learning_rate": 5.468750000000001e-06,
|
| 81 |
+
"loss": 0.6025,
|
| 82 |
+
"step": 70
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"epoch": 0.18746338605741067,
|
| 86 |
+
"grad_norm": 1.0361366241819066,
|
| 87 |
+
"learning_rate": 6.25e-06,
|
| 88 |
+
"loss": 0.5861,
|
| 89 |
+
"step": 80
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"epoch": 0.18746338605741067,
|
| 93 |
+
"eval_loss": 0.5996931195259094,
|
| 94 |
+
"eval_runtime": 6.8864,
|
| 95 |
+
"eval_samples_per_second": 12.053,
|
| 96 |
+
"eval_steps_per_second": 3.049,
|
| 97 |
+
"step": 80
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"epoch": 0.210896309314587,
|
| 101 |
+
"grad_norm": 1.0427070615586196,
|
| 102 |
+
"learning_rate": 7.031250000000001e-06,
|
| 103 |
+
"loss": 0.5703,
|
| 104 |
+
"step": 90
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"epoch": 0.23432923257176333,
|
| 108 |
+
"grad_norm": 1.0759019184355236,
|
| 109 |
+
"learning_rate": 7.8125e-06,
|
| 110 |
+
"loss": 0.5783,
|
| 111 |
+
"step": 100
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"epoch": 0.23432923257176333,
|
| 115 |
+
"eval_loss": 0.5848845839500427,
|
| 116 |
+
"eval_runtime": 6.8445,
|
| 117 |
+
"eval_samples_per_second": 12.127,
|
| 118 |
+
"eval_steps_per_second": 3.068,
|
| 119 |
+
"step": 100
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"epoch": 0.2577621558289397,
|
| 123 |
+
"grad_norm": 1.1101574933120002,
|
| 124 |
+
"learning_rate": 8.59375e-06,
|
| 125 |
+
"loss": 0.5545,
|
| 126 |
+
"step": 110
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"epoch": 0.281195079086116,
|
| 130 |
+
"grad_norm": 0.9659337459766423,
|
| 131 |
+
"learning_rate": 9.375000000000001e-06,
|
| 132 |
+
"loss": 0.5613,
|
| 133 |
+
"step": 120
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"epoch": 0.281195079086116,
|
| 137 |
+
"eval_loss": 0.5744733214378357,
|
| 138 |
+
"eval_runtime": 6.8747,
|
| 139 |
+
"eval_samples_per_second": 12.073,
|
| 140 |
+
"eval_steps_per_second": 3.055,
|
| 141 |
+
"step": 120
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"epoch": 0.30462800234329235,
|
| 145 |
+
"grad_norm": 0.9238292800857061,
|
| 146 |
+
"learning_rate": 9.999925371796981e-06,
|
| 147 |
+
"loss": 0.5535,
|
| 148 |
+
"step": 130
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"epoch": 0.3280609256004687,
|
| 152 |
+
"grad_norm": 0.9822222379228975,
|
| 153 |
+
"learning_rate": 9.997313618597327e-06,
|
| 154 |
+
"loss": 0.5528,
|
| 155 |
+
"step": 140
|
| 156 |
+
},
|
| 157 |
+
{
|
| 158 |
+
"epoch": 0.3280609256004687,
|
| 159 |
+
"eval_loss": 0.5670329332351685,
|
| 160 |
+
"eval_runtime": 6.861,
|
| 161 |
+
"eval_samples_per_second": 12.097,
|
| 162 |
+
"eval_steps_per_second": 3.061,
|
| 163 |
+
"step": 140
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 0.351493848857645,
|
| 167 |
+
"grad_norm": 1.0326786821314324,
|
| 168 |
+
"learning_rate": 9.990972682695259e-06,
|
| 169 |
+
"loss": 0.5413,
|
| 170 |
+
"step": 150
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 0.37492677211482134,
|
| 174 |
+
"grad_norm": 1.0249998992485643,
|
| 175 |
+
"learning_rate": 9.980907295934779e-06,
|
| 176 |
+
"loss": 0.5437,
|
| 177 |
+
"step": 160
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 0.37492677211482134,
|
| 181 |
+
"eval_loss": 0.5599193572998047,
|
| 182 |
+
"eval_runtime": 6.8567,
|
| 183 |
+
"eval_samples_per_second": 12.105,
|
| 184 |
+
"eval_steps_per_second": 3.063,
|
| 185 |
+
"step": 160
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.39835969537199767,
|
| 189 |
+
"grad_norm": 1.063100555759153,
|
| 190 |
+
"learning_rate": 9.967124969484698e-06,
|
| 191 |
+
"loss": 0.5423,
|
| 192 |
+
"step": 170
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.421792618629174,
|
| 196 |
+
"grad_norm": 1.691657845814101,
|
| 197 |
+
"learning_rate": 9.949635988233529e-06,
|
| 198 |
+
"loss": 0.5309,
|
| 199 |
+
"step": 180
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.421792618629174,
|
| 203 |
+
"eval_loss": 0.5551030039787292,
|
| 204 |
+
"eval_runtime": 6.8522,
|
| 205 |
+
"eval_samples_per_second": 12.113,
|
| 206 |
+
"eval_steps_per_second": 3.065,
|
| 207 |
+
"step": 180
|
| 208 |
+
},
|
| 209 |
+
{
|
| 210 |
+
"epoch": 0.44522554188635033,
|
| 211 |
+
"grad_norm": 0.9865934019961338,
|
| 212 |
+
"learning_rate": 9.928453403114494e-06,
|
| 213 |
+
"loss": 0.5387,
|
| 214 |
+
"step": 190
|
| 215 |
+
},
|
| 216 |
+
{
|
| 217 |
+
"epoch": 0.46865846514352666,
|
| 218 |
+
"grad_norm": 0.953318930671763,
|
| 219 |
+
"learning_rate": 9.903593021366454e-06,
|
| 220 |
+
"loss": 0.5296,
|
| 221 |
+
"step": 200
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"epoch": 0.46865846514352666,
|
| 225 |
+
"eval_loss": 0.5467991828918457,
|
| 226 |
+
"eval_runtime": 6.8469,
|
| 227 |
+
"eval_samples_per_second": 12.122,
|
| 228 |
+
"eval_steps_per_second": 3.067,
|
| 229 |
+
"step": 200
|
| 230 |
+
},
|
| 231 |
+
{
|
| 232 |
+
"epoch": 0.492091388400703,
|
| 233 |
+
"grad_norm": 0.9596895597138875,
|
| 234 |
+
"learning_rate": 9.875073394737942e-06,
|
| 235 |
+
"loss": 0.531,
|
| 236 |
+
"step": 210
|
| 237 |
+
},
|
| 238 |
+
{
|
| 239 |
+
"epoch": 0.5155243116578794,
|
| 240 |
+
"grad_norm": 0.978494551368458,
|
| 241 |
+
"learning_rate": 9.842915805643156e-06,
|
| 242 |
+
"loss": 0.525,
|
| 243 |
+
"step": 220
|
| 244 |
+
},
|
| 245 |
+
{
|
| 246 |
+
"epoch": 0.5155243116578794,
|
| 247 |
+
"eval_loss": 0.5445288419723511,
|
| 248 |
+
"eval_runtime": 6.8538,
|
| 249 |
+
"eval_samples_per_second": 12.11,
|
| 250 |
+
"eval_steps_per_second": 3.064,
|
| 251 |
+
"step": 220
|
| 252 |
+
},
|
| 253 |
+
{
|
| 254 |
+
"epoch": 0.5389572349150556,
|
| 255 |
+
"grad_norm": 0.9199420171408795,
|
| 256 |
+
"learning_rate": 9.80714425128022e-06,
|
| 257 |
+
"loss": 0.5257,
|
| 258 |
+
"step": 230
|
| 259 |
+
},
|
| 260 |
+
{
|
| 261 |
+
"epoch": 0.562390158172232,
|
| 262 |
+
"grad_norm": 0.9191286288617249,
|
| 263 |
+
"learning_rate": 9.767785425723583e-06,
|
| 264 |
+
"loss": 0.5275,
|
| 265 |
+
"step": 240
|
| 266 |
+
},
|
| 267 |
+
{
|
| 268 |
+
"epoch": 0.562390158172232,
|
| 269 |
+
"eval_loss": 0.5388731956481934,
|
| 270 |
+
"eval_runtime": 6.8481,
|
| 271 |
+
"eval_samples_per_second": 12.12,
|
| 272 |
+
"eval_steps_per_second": 3.067,
|
| 273 |
+
"step": 240
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"epoch": 0.5858230814294083,
|
| 277 |
+
"grad_norm": 0.8620180370758664,
|
| 278 |
+
"learning_rate": 9.72486870000389e-06,
|
| 279 |
+
"loss": 0.5255,
|
| 280 |
+
"step": 250
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"epoch": 0.6092560046865847,
|
| 284 |
+
"grad_norm": 0.9694636843087077,
|
| 285 |
+
"learning_rate": 9.678426100190233e-06,
|
| 286 |
+
"loss": 0.5237,
|
| 287 |
+
"step": 260
|
| 288 |
+
},
|
| 289 |
+
{
|
| 290 |
+
"epoch": 0.6092560046865847,
|
| 291 |
+
"eval_loss": 0.5360087156295776,
|
| 292 |
+
"eval_runtime": 6.8739,
|
| 293 |
+
"eval_samples_per_second": 12.075,
|
| 294 |
+
"eval_steps_per_second": 3.055,
|
| 295 |
+
"step": 260
|
| 296 |
+
},
|
| 297 |
+
{
|
| 298 |
+
"epoch": 0.632688927943761,
|
| 299 |
+
"grad_norm": 0.9720308463682571,
|
| 300 |
+
"learning_rate": 9.62849228349108e-06,
|
| 301 |
+
"loss": 0.5144,
|
| 302 |
+
"step": 270
|
| 303 |
+
},
|
| 304 |
+
{
|
| 305 |
+
"epoch": 0.6561218512009374,
|
| 306 |
+
"grad_norm": 0.8618200334281626,
|
| 307 |
+
"learning_rate": 9.575104512391782e-06,
|
| 308 |
+
"loss": 0.5151,
|
| 309 |
+
"step": 280
|
| 310 |
+
},
|
| 311 |
+
{
|
| 312 |
+
"epoch": 0.6561218512009374,
|
| 313 |
+
"eval_loss": 0.529883861541748,
|
| 314 |
+
"eval_runtime": 6.8621,
|
| 315 |
+
"eval_samples_per_second": 12.095,
|
| 316 |
+
"eval_steps_per_second": 3.06,
|
| 317 |
+
"step": 280
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"epoch": 0.6795547744581136,
|
| 321 |
+
"grad_norm": 0.8328693224294863,
|
| 322 |
+
"learning_rate": 9.518302626847902e-06,
|
| 323 |
+
"loss": 0.5116,
|
| 324 |
+
"step": 290
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 0.70298769771529,
|
| 328 |
+
"grad_norm": 0.9487518588285567,
|
| 329 |
+
"learning_rate": 9.458129014555153e-06,
|
| 330 |
+
"loss": 0.5151,
|
| 331 |
+
"step": 300
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"epoch": 0.70298769771529,
|
| 335 |
+
"eval_loss": 0.5296659469604492,
|
| 336 |
+
"eval_runtime": 6.8545,
|
| 337 |
+
"eval_samples_per_second": 12.109,
|
| 338 |
+
"eval_steps_per_second": 3.064,
|
| 339 |
+
"step": 300
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.7264206209724663,
|
| 343 |
+
"grad_norm": 0.8035196037537721,
|
| 344 |
+
"learning_rate": 9.394628579318101e-06,
|
| 345 |
+
"loss": 0.5161,
|
| 346 |
+
"step": 310
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.7498535442296427,
|
| 350 |
+
"grad_norm": 0.9081989609390617,
|
| 351 |
+
"learning_rate": 9.327848707541278e-06,
|
| 352 |
+
"loss": 0.5134,
|
| 353 |
+
"step": 320
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 0.7498535442296427,
|
| 357 |
+
"eval_loss": 0.5256572365760803,
|
| 358 |
+
"eval_runtime": 6.8588,
|
| 359 |
+
"eval_samples_per_second": 12.101,
|
| 360 |
+
"eval_steps_per_second": 3.062,
|
| 361 |
+
"step": 320
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"epoch": 0.773286467486819,
|
| 365 |
+
"grad_norm": 0.8379141500133639,
|
| 366 |
+
"learning_rate": 9.257839232867655e-06,
|
| 367 |
+
"loss": 0.5109,
|
| 368 |
+
"step": 330
|
| 369 |
+
},
|
| 370 |
+
{
|
| 371 |
+
"epoch": 0.7967193907439953,
|
| 372 |
+
"grad_norm": 0.8521116642129963,
|
| 373 |
+
"learning_rate": 9.184652398990922e-06,
|
| 374 |
+
"loss": 0.5055,
|
| 375 |
+
"step": 340
|
| 376 |
+
},
|
| 377 |
+
{
|
| 378 |
+
"epoch": 0.7967193907439953,
|
| 379 |
+
"eval_loss": 0.5245722532272339,
|
| 380 |
+
"eval_runtime": 6.8843,
|
| 381 |
+
"eval_samples_per_second": 12.056,
|
| 382 |
+
"eval_steps_per_second": 3.05,
|
| 383 |
+
"step": 340
|
| 384 |
+
},
|
| 385 |
+
{
|
| 386 |
+
"epoch": 0.8201523140011716,
|
| 387 |
+
"grad_norm": 0.8488295021912736,
|
| 388 |
+
"learning_rate": 9.108342820669281e-06,
|
| 389 |
+
"loss": 0.5019,
|
| 390 |
+
"step": 350
|
| 391 |
+
},
|
| 392 |
+
{
|
| 393 |
+
"epoch": 0.843585237258348,
|
| 394 |
+
"grad_norm": 0.8826068981490273,
|
| 395 |
+
"learning_rate": 9.028967442969867e-06,
|
| 396 |
+
"loss": 0.5033,
|
| 397 |
+
"step": 360
|
| 398 |
+
},
|
| 399 |
+
{
|
| 400 |
+
"epoch": 0.843585237258348,
|
| 401 |
+
"eval_loss": 0.520741879940033,
|
| 402 |
+
"eval_runtime": 6.8577,
|
| 403 |
+
"eval_samples_per_second": 12.103,
|
| 404 |
+
"eval_steps_per_second": 3.062,
|
| 405 |
+
"step": 360
|
| 406 |
+
},
|
| 407 |
+
{
|
| 408 |
+
"epoch": 0.8670181605155243,
|
| 409 |
+
"grad_norm": 0.8910334376436055,
|
| 410 |
+
"learning_rate": 8.946585498774205e-06,
|
| 411 |
+
"loss": 0.5041,
|
| 412 |
+
"step": 370
|
| 413 |
+
},
|
| 414 |
+
{
|
| 415 |
+
"epoch": 0.8904510837727007,
|
| 416 |
+
"grad_norm": 0.8982259489892881,
|
| 417 |
+
"learning_rate": 8.861258464576414e-06,
|
| 418 |
+
"loss": 0.5027,
|
| 419 |
+
"step": 380
|
| 420 |
+
},
|
| 421 |
+
{
|
| 422 |
+
"epoch": 0.8904510837727007,
|
| 423 |
+
"eval_loss": 0.5193905830383301,
|
| 424 |
+
"eval_runtime": 6.8577,
|
| 425 |
+
"eval_samples_per_second": 12.103,
|
| 426 |
+
"eval_steps_per_second": 3.062,
|
| 427 |
+
"step": 380
|
| 428 |
+
},
|
| 429 |
+
{
|
| 430 |
+
"epoch": 0.9138840070298769,
|
| 431 |
+
"grad_norm": 0.8219909336141432,
|
| 432 |
+
"learning_rate": 8.773050014607143e-06,
|
| 433 |
+
"loss": 0.5044,
|
| 434 |
+
"step": 390
|
| 435 |
+
},
|
| 436 |
+
{
|
| 437 |
+
"epoch": 0.9373169302870533,
|
| 438 |
+
"grad_norm": 0.8891456423396452,
|
| 439 |
+
"learning_rate": 8.682025973317477e-06,
|
| 440 |
+
"loss": 0.495,
|
| 441 |
+
"step": 400
|
| 442 |
+
},
|
| 443 |
+
{
|
| 444 |
+
"epoch": 0.9373169302870533,
|
| 445 |
+
"eval_loss": 0.5158688426017761,
|
| 446 |
+
"eval_runtime": 6.8596,
|
| 447 |
+
"eval_samples_per_second": 12.1,
|
| 448 |
+
"eval_steps_per_second": 3.061,
|
| 449 |
+
"step": 400
|
| 450 |
+
},
|
| 451 |
+
{
|
| 452 |
+
"epoch": 0.9607498535442296,
|
| 453 |
+
"grad_norm": 0.9171436951550399,
|
| 454 |
+
"learning_rate": 8.588254266258256e-06,
|
| 455 |
+
"loss": 0.4989,
|
| 456 |
+
"step": 410
|
| 457 |
+
},
|
| 458 |
+
{
|
| 459 |
+
"epoch": 0.984182776801406,
|
| 460 |
+
"grad_norm": 1.012773072840449,
|
| 461 |
+
"learning_rate": 8.491804869391496e-06,
|
| 462 |
+
"loss": 0.4927,
|
| 463 |
+
"step": 420
|
| 464 |
+
},
|
| 465 |
+
{
|
| 466 |
+
"epoch": 0.984182776801406,
|
| 467 |
+
"eval_loss": 0.5127629041671753,
|
| 468 |
+
"eval_runtime": 6.867,
|
| 469 |
+
"eval_samples_per_second": 12.087,
|
| 470 |
+
"eval_steps_per_second": 3.058,
|
| 471 |
+
"step": 420
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"epoch": 1.0076157000585824,
|
| 475 |
+
"grad_norm": 0.8457730568193386,
|
| 476 |
+
"learning_rate": 8.392749756871692e-06,
|
| 477 |
+
"loss": 0.4767,
|
| 478 |
+
"step": 430
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"epoch": 1.0310486233157587,
|
| 482 |
+
"grad_norm": 0.8687230168733169,
|
| 483 |
+
"learning_rate": 8.291162847336016e-06,
|
| 484 |
+
"loss": 0.4007,
|
| 485 |
+
"step": 440
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"epoch": 1.0310486233157587,
|
| 489 |
+
"eval_loss": 0.5217759609222412,
|
| 490 |
+
"eval_runtime": 6.8612,
|
| 491 |
+
"eval_samples_per_second": 12.097,
|
| 492 |
+
"eval_steps_per_second": 3.061,
|
| 493 |
+
"step": 440
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"epoch": 1.054481546572935,
|
| 497 |
+
"grad_norm": 0.8116863071274668,
|
| 498 |
+
"learning_rate": 8.18711994874345e-06,
|
| 499 |
+
"loss": 0.3936,
|
| 500 |
+
"step": 450
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 1.0779144698301113,
|
| 504 |
+
"grad_norm": 0.837351977617299,
|
| 505 |
+
"learning_rate": 8.080698701804054e-06,
|
| 506 |
+
"loss": 0.3969,
|
| 507 |
+
"step": 460
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 1.0779144698301113,
|
| 511 |
+
"eval_loss": 0.5214633345603943,
|
| 512 |
+
"eval_runtime": 6.8716,
|
| 513 |
+
"eval_samples_per_second": 12.079,
|
| 514 |
+
"eval_steps_per_second": 3.056,
|
| 515 |
+
"step": 460
|
| 516 |
+
},
|
| 517 |
+
{
|
| 518 |
+
"epoch": 1.1013473930872877,
|
| 519 |
+
"grad_norm": 0.8716458213370734,
|
| 520 |
+
"learning_rate": 7.971978522040558e-06,
|
| 521 |
+
"loss": 0.3941,
|
| 522 |
+
"step": 470
|
| 523 |
+
},
|
| 524 |
+
{
|
| 525 |
+
"epoch": 1.124780316344464,
|
| 526 |
+
"grad_norm": 0.8632857661517701,
|
| 527 |
+
"learning_rate": 7.861040540525516e-06,
|
| 528 |
+
"loss": 0.3908,
|
| 529 |
+
"step": 480
|
| 530 |
+
},
|
| 531 |
+
{
|
| 532 |
+
"epoch": 1.124780316344464,
|
| 533 |
+
"eval_loss": 0.518416166305542,
|
| 534 |
+
"eval_runtime": 6.8705,
|
| 535 |
+
"eval_samples_per_second": 12.081,
|
| 536 |
+
"eval_steps_per_second": 3.057,
|
| 537 |
+
"step": 480
|
| 538 |
+
},
|
| 539 |
+
{
|
| 540 |
+
"epoch": 1.1482132396016402,
|
| 541 |
+
"grad_norm": 0.8128564971451065,
|
| 542 |
+
"learning_rate": 7.747967543338267e-06,
|
| 543 |
+
"loss": 0.3881,
|
| 544 |
+
"step": 490
|
| 545 |
+
},
|
| 546 |
+
{
|
| 547 |
+
"epoch": 1.1716461628588166,
|
| 548 |
+
"grad_norm": 0.8124913426413789,
|
| 549 |
+
"learning_rate": 7.632843909786855e-06,
|
| 550 |
+
"loss": 0.392,
|
| 551 |
+
"step": 500
|
| 552 |
+
},
|
| 553 |
+
{
|
| 554 |
+
"epoch": 1.1716461628588166,
|
| 555 |
+
"eval_loss": 0.5162045359611511,
|
| 556 |
+
"eval_runtime": 6.8548,
|
| 557 |
+
"eval_samples_per_second": 12.108,
|
| 558 |
+
"eval_steps_per_second": 3.064,
|
| 559 |
+
"step": 500
|
| 560 |
+
},
|
| 561 |
+
{
|
| 562 |
+
"epoch": 1.195079086115993,
|
| 563 |
+
"grad_norm": 0.8291827276231823,
|
| 564 |
+
"learning_rate": 7.515755549441035e-06,
|
| 565 |
+
"loss": 0.3932,
|
| 566 |
+
"step": 510
|
| 567 |
+
},
|
| 568 |
+
{
|
| 569 |
+
"epoch": 1.2185120093731694,
|
| 570 |
+
"grad_norm": 0.8111013960927249,
|
| 571 |
+
"learning_rate": 7.396789838023315e-06,
|
| 572 |
+
"loss": 0.3915,
|
| 573 |
+
"step": 520
|
| 574 |
+
},
|
| 575 |
+
{
|
| 576 |
+
"epoch": 1.2185120093731694,
|
| 577 |
+
"eval_loss": 0.5183687806129456,
|
| 578 |
+
"eval_runtime": 6.8513,
|
| 579 |
+
"eval_samples_per_second": 12.115,
|
| 580 |
+
"eval_steps_per_second": 3.065,
|
| 581 |
+
"step": 520
|
| 582 |
+
},
|
| 583 |
+
{
|
| 584 |
+
"epoch": 1.2419449326303456,
|
| 585 |
+
"grad_norm": 0.800639602353055,
|
| 586 |
+
"learning_rate": 7.276035552205937e-06,
|
| 587 |
+
"loss": 0.3927,
|
| 588 |
+
"step": 530
|
| 589 |
+
},
|
| 590 |
+
{
|
| 591 |
+
"epoch": 1.265377855887522,
|
| 592 |
+
"grad_norm": 0.7874134726983582,
|
| 593 |
+
"learning_rate": 7.153582803362389e-06,
|
| 594 |
+
"loss": 0.394,
|
| 595 |
+
"step": 540
|
| 596 |
+
},
|
| 597 |
+
{
|
| 598 |
+
"epoch": 1.265377855887522,
|
| 599 |
+
"eval_loss": 0.5163713097572327,
|
| 600 |
+
"eval_runtime": 6.8463,
|
| 601 |
+
"eval_samples_per_second": 12.123,
|
| 602 |
+
"eval_steps_per_second": 3.067,
|
| 603 |
+
"step": 540
|
| 604 |
+
},
|
| 605 |
+
{
|
| 606 |
+
"epoch": 1.2888107791446983,
|
| 607 |
+
"grad_norm": 0.7958820231310323,
|
| 608 |
+
"learning_rate": 7.029522970322917e-06,
|
| 609 |
+
"loss": 0.3905,
|
| 610 |
+
"step": 550
|
| 611 |
+
},
|
| 612 |
+
{
|
| 613 |
+
"epoch": 1.3122437024018747,
|
| 614 |
+
"grad_norm": 0.825205844506711,
|
| 615 |
+
"learning_rate": 6.903948631184226e-06,
|
| 616 |
+
"loss": 0.387,
|
| 617 |
+
"step": 560
|
| 618 |
+
},
|
| 619 |
+
{
|
| 620 |
+
"epoch": 1.3122437024018747,
|
| 621 |
+
"eval_loss": 0.5151952505111694,
|
| 622 |
+
"eval_runtime": 6.8584,
|
| 623 |
+
"eval_samples_per_second": 12.102,
|
| 624 |
+
"eval_steps_per_second": 3.062,
|
| 625 |
+
"step": 560
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"epoch": 1.335676625659051,
|
| 629 |
+
"grad_norm": 0.8710831645647001,
|
| 630 |
+
"learning_rate": 6.7769534942242254e-06,
|
| 631 |
+
"loss": 0.3951,
|
| 632 |
+
"step": 570
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"epoch": 1.3591095489162273,
|
| 636 |
+
"grad_norm": 0.8696018041192264,
|
| 637 |
+
"learning_rate": 6.648632327973408e-06,
|
| 638 |
+
"loss": 0.3883,
|
| 639 |
+
"step": 580
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"epoch": 1.3591095489162273,
|
| 643 |
+
"eval_loss": 0.5164257287979126,
|
| 644 |
+
"eval_runtime": 6.8397,
|
| 645 |
+
"eval_samples_per_second": 12.135,
|
| 646 |
+
"eval_steps_per_second": 3.07,
|
| 647 |
+
"step": 580
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 1.3825424721734036,
|
| 651 |
+
"grad_norm": 0.892897577421514,
|
| 652 |
+
"learning_rate": 6.519080890495018e-06,
|
| 653 |
+
"loss": 0.3875,
|
| 654 |
+
"step": 590
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 1.40597539543058,
|
| 658 |
+
"grad_norm": 0.7921096071047794,
|
| 659 |
+
"learning_rate": 6.388395857926792e-06,
|
| 660 |
+
"loss": 0.3909,
|
| 661 |
+
"step": 600
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"epoch": 1.40597539543058,
|
| 665 |
+
"eval_loss": 0.5130771994590759,
|
| 666 |
+
"eval_runtime": 6.8687,
|
| 667 |
+
"eval_samples_per_second": 12.084,
|
| 668 |
+
"eval_steps_per_second": 3.057,
|
| 669 |
+
"step": 600
|
| 670 |
+
},
|
| 671 |
+
{
|
| 672 |
+
"epoch": 1.4294083186877562,
|
| 673 |
+
"grad_norm": 0.8264883945144167,
|
| 674 |
+
"learning_rate": 6.25667475233761e-06,
|
| 675 |
+
"loss": 0.391,
|
| 676 |
+
"step": 610
|
| 677 |
+
},
|
| 678 |
+
{
|
| 679 |
+
"epoch": 1.4528412419449326,
|
| 680 |
+
"grad_norm": 0.8968652842301085,
|
| 681 |
+
"learning_rate": 6.124015868952866e-06,
|
| 682 |
+
"loss": 0.3929,
|
| 683 |
+
"step": 620
|
| 684 |
+
},
|
| 685 |
+
{
|
| 686 |
+
"epoch": 1.4528412419449326,
|
| 687 |
+
"eval_loss": 0.5109802484512329,
|
| 688 |
+
"eval_runtime": 6.8606,
|
| 689 |
+
"eval_samples_per_second": 12.098,
|
| 690 |
+
"eval_steps_per_second": 3.061,
|
| 691 |
+
"step": 620
|
| 692 |
+
},
|
| 693 |
+
{
|
| 694 |
+
"epoch": 1.476274165202109,
|
| 695 |
+
"grad_norm": 0.8306275748506837,
|
| 696 |
+
"learning_rate": 5.990518202802891e-06,
|
| 697 |
+
"loss": 0.3828,
|
| 698 |
+
"step": 630
|
| 699 |
+
},
|
| 700 |
+
{
|
| 701 |
+
"epoch": 1.4997070884592854,
|
| 702 |
+
"grad_norm": 0.8240169999467182,
|
| 703 |
+
"learning_rate": 5.856281374849145e-06,
|
| 704 |
+
"loss": 0.3851,
|
| 705 |
+
"step": 640
|
| 706 |
+
},
|
| 707 |
+
{
|
| 708 |
+
"epoch": 1.4997070884592854,
|
| 709 |
+
"eval_loss": 0.5105913877487183,
|
| 710 |
+
"eval_runtime": 6.8745,
|
| 711 |
+
"eval_samples_per_second": 12.074,
|
| 712 |
+
"eval_steps_per_second": 3.055,
|
| 713 |
+
"step": 640
|
| 714 |
+
},
|
| 715 |
+
{
|
| 716 |
+
"epoch": 1.5231400117164617,
|
| 717 |
+
"grad_norm": 0.8306537386986356,
|
| 718 |
+
"learning_rate": 5.721405557643335e-06,
|
| 719 |
+
"loss": 0.3961,
|
| 720 |
+
"step": 650
|
| 721 |
+
},
|
| 722 |
+
{
|
| 723 |
+
"epoch": 1.546572934973638,
|
| 724 |
+
"grad_norm": 0.810960861463703,
|
| 725 |
+
"learning_rate": 5.585991400574887e-06,
|
| 726 |
+
"loss": 0.3886,
|
| 727 |
+
"step": 660
|
| 728 |
+
},
|
| 729 |
+
{
|
| 730 |
+
"epoch": 1.546572934973638,
|
| 731 |
+
"eval_loss": 0.5089380741119385,
|
| 732 |
+
"eval_runtime": 6.8494,
|
| 733 |
+
"eval_samples_per_second": 12.118,
|
| 734 |
+
"eval_steps_per_second": 3.066,
|
| 735 |
+
"step": 660
|
| 736 |
+
},
|
| 737 |
+
{
|
| 738 |
+
"epoch": 1.5700058582308143,
|
| 739 |
+
"grad_norm": 0.8037169402375282,
|
| 740 |
+
"learning_rate": 5.450139954762613e-06,
|
| 741 |
+
"loss": 0.3849,
|
| 742 |
+
"step": 670
|
| 743 |
+
},
|
| 744 |
+
{
|
| 745 |
+
"epoch": 1.5934387814879907,
|
| 746 |
+
"grad_norm": 0.7977881960247427,
|
| 747 |
+
"learning_rate": 5.3139525976465675e-06,
|
| 748 |
+
"loss": 0.3881,
|
| 749 |
+
"step": 680
|
| 750 |
+
},
|
| 751 |
+
{
|
| 752 |
+
"epoch": 1.5934387814879907,
|
| 753 |
+
"eval_loss": 0.5068591237068176,
|
| 754 |
+
"eval_runtime": 6.854,
|
| 755 |
+
"eval_samples_per_second": 12.11,
|
| 756 |
+
"eval_steps_per_second": 3.064,
|
| 757 |
+
"step": 680
|
| 758 |
+
},
|
| 759 |
+
{
|
| 760 |
+
"epoch": 1.6168717047451668,
|
| 761 |
+
"grad_norm": 0.8763739319196168,
|
| 762 |
+
"learning_rate": 5.177530957336416e-06,
|
| 763 |
+
"loss": 0.3843,
|
| 764 |
+
"step": 690
|
| 765 |
+
},
|
| 766 |
+
{
|
| 767 |
+
"epoch": 1.6403046280023434,
|
| 768 |
+
"grad_norm": 0.8246419787355598,
|
| 769 |
+
"learning_rate": 5.040976836772716e-06,
|
| 770 |
+
"loss": 0.3872,
|
| 771 |
+
"step": 700
|
| 772 |
+
},
|
| 773 |
+
{
|
| 774 |
+
"epoch": 1.6403046280023434,
|
| 775 |
+
"eval_loss": 0.5053003430366516,
|
| 776 |
+
"eval_runtime": 6.8707,
|
| 777 |
+
"eval_samples_per_second": 12.08,
|
| 778 |
+
"eval_steps_per_second": 3.056,
|
| 779 |
+
"step": 700
|
| 780 |
+
},
|
| 781 |
+
{
|
| 782 |
+
"epoch": 1.6637375512595196,
|
| 783 |
+
"grad_norm": 0.8082079535284143,
|
| 784 |
+
"learning_rate": 4.904392137757763e-06,
|
| 785 |
+
"loss": 0.3917,
|
| 786 |
+
"step": 710
|
| 787 |
+
},
|
| 788 |
+
{
|
| 789 |
+
"epoch": 1.687170474516696,
|
| 790 |
+
"grad_norm": 0.824319156844654,
|
| 791 |
+
"learning_rate": 4.767878784912633e-06,
|
| 792 |
+
"loss": 0.3805,
|
| 793 |
+
"step": 720
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"epoch": 1.687170474516696,
|
| 797 |
+
"eval_loss": 0.5057860612869263,
|
| 798 |
+
"eval_runtime": 6.8434,
|
| 799 |
+
"eval_samples_per_second": 12.129,
|
| 800 |
+
"eval_steps_per_second": 3.069,
|
| 801 |
+
"step": 720
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"epoch": 1.7106033977738724,
|
| 805 |
+
"grad_norm": 0.7794468295076807,
|
| 806 |
+
"learning_rate": 4.631538649617216e-06,
|
| 807 |
+
"loss": 0.3853,
|
| 808 |
+
"step": 730
|
| 809 |
+
},
|
| 810 |
+
{
|
| 811 |
+
"epoch": 1.7340363210310485,
|
| 812 |
+
"grad_norm": 0.7751509790235215,
|
| 813 |
+
"learning_rate": 4.495473473989978e-06,
|
| 814 |
+
"loss": 0.3945,
|
| 815 |
+
"step": 740
|
| 816 |
+
},
|
| 817 |
+
{
|
| 818 |
+
"epoch": 1.7340363210310485,
|
| 819 |
+
"eval_loss": 0.5034079551696777,
|
| 820 |
+
"eval_runtime": 6.8524,
|
| 821 |
+
"eval_samples_per_second": 12.113,
|
| 822 |
+
"eval_steps_per_second": 3.065,
|
| 823 |
+
"step": 740
|
| 824 |
+
},
|
| 825 |
+
{
|
| 826 |
+
"epoch": 1.757469244288225,
|
| 827 |
+
"grad_norm": 0.7972803167188072,
|
| 828 |
+
"learning_rate": 4.359784794964177e-06,
|
| 829 |
+
"loss": 0.3846,
|
| 830 |
+
"step": 750
|
| 831 |
+
},
|
| 832 |
+
{
|
| 833 |
+
"epoch": 1.7809021675454013,
|
| 834 |
+
"grad_norm": 0.7752264515722079,
|
| 835 |
+
"learning_rate": 4.22457386851719e-06,
|
| 836 |
+
"loss": 0.3849,
|
| 837 |
+
"step": 760
|
| 838 |
+
},
|
| 839 |
+
{
|
| 840 |
+
"epoch": 1.7809021675454013,
|
| 841 |
+
"eval_loss": 0.5030991435050964,
|
| 842 |
+
"eval_runtime": 6.8441,
|
| 843 |
+
"eval_samples_per_second": 12.127,
|
| 844 |
+
"eval_steps_per_second": 3.068,
|
| 845 |
+
"step": 760
|
| 846 |
+
},
|
| 847 |
+
{
|
| 848 |
+
"epoch": 1.8043350908025775,
|
| 849 |
+
"grad_norm": 0.787198802328244,
|
| 850 |
+
"learning_rate": 4.089941594109526e-06,
|
| 851 |
+
"loss": 0.3911,
|
| 852 |
+
"step": 770
|
| 853 |
+
},
|
| 854 |
+
{
|
| 855 |
+
"epoch": 1.827768014059754,
|
| 856 |
+
"grad_norm": 0.770272193314466,
|
| 857 |
+
"learning_rate": 3.955988439389848e-06,
|
| 858 |
+
"loss": 0.3816,
|
| 859 |
+
"step": 780
|
| 860 |
+
},
|
| 861 |
+
{
|
| 862 |
+
"epoch": 1.827768014059754,
|
| 863 |
+
"eval_loss": 0.5016986131668091,
|
| 864 |
+
"eval_runtime": 6.8514,
|
| 865 |
+
"eval_samples_per_second": 12.114,
|
| 866 |
+
"eval_steps_per_second": 3.065,
|
| 867 |
+
"step": 780
|
| 868 |
+
},
|
| 869 |
+
{
|
| 870 |
+
"epoch": 1.8512009373169303,
|
| 871 |
+
"grad_norm": 0.8058458013189954,
|
| 872 |
+
"learning_rate": 3.822814365222262e-06,
|
| 873 |
+
"loss": 0.3798,
|
| 874 |
+
"step": 790
|
| 875 |
+
},
|
| 876 |
+
{
|
| 877 |
+
"epoch": 1.8746338605741066,
|
| 878 |
+
"grad_norm": 0.7983222377047167,
|
| 879 |
+
"learning_rate": 3.6905187510917637e-06,
|
| 880 |
+
"loss": 0.3761,
|
| 881 |
+
"step": 800
|
| 882 |
+
},
|
| 883 |
+
{
|
| 884 |
+
"epoch": 1.8746338605741066,
|
| 885 |
+
"eval_loss": 0.5020421743392944,
|
| 886 |
+
"eval_runtime": 6.8752,
|
| 887 |
+
"eval_samples_per_second": 12.072,
|
| 888 |
+
"eval_steps_per_second": 3.054,
|
| 889 |
+
"step": 800
|
| 890 |
+
},
|
| 891 |
+
{
|
| 892 |
+
"epoch": 1.898066783831283,
|
| 893 |
+
"grad_norm": 0.770513769734169,
|
| 894 |
+
"learning_rate": 3.559200320943558e-06,
|
| 895 |
+
"loss": 0.387,
|
| 896 |
+
"step": 810
|
| 897 |
+
},
|
| 898 |
+
{
|
| 899 |
+
"epoch": 1.9214997070884592,
|
| 900 |
+
"grad_norm": 0.7954439749067661,
|
| 901 |
+
"learning_rate": 3.428957069511529e-06,
|
| 902 |
+
"loss": 0.3833,
|
| 903 |
+
"step": 820
|
| 904 |
+
},
|
| 905 |
+
{
|
| 906 |
+
"epoch": 1.9214997070884592,
|
| 907 |
+
"eval_loss": 0.5001519918441772,
|
| 908 |
+
"eval_runtime": 6.8592,
|
| 909 |
+
"eval_samples_per_second": 12.101,
|
| 910 |
+
"eval_steps_per_second": 3.062,
|
| 911 |
+
"step": 820
|
| 912 |
+
},
|
| 913 |
+
{
|
| 914 |
+
"epoch": 1.9449326303456356,
|
| 915 |
+
"grad_norm": 0.8598513804397304,
|
| 916 |
+
"learning_rate": 3.299886189190915e-06,
|
| 917 |
+
"loss": 0.3821,
|
| 918 |
+
"step": 830
|
| 919 |
+
},
|
| 920 |
+
{
|
| 921 |
+
"epoch": 1.968365553602812,
|
| 922 |
+
"grad_norm": 0.8059028573927589,
|
| 923 |
+
"learning_rate": 3.1720839975096974e-06,
|
| 924 |
+
"loss": 0.3901,
|
| 925 |
+
"step": 840
|
| 926 |
+
},
|
| 927 |
+
{
|
| 928 |
+
"epoch": 1.968365553602812,
|
| 929 |
+
"eval_loss": 0.49775850772857666,
|
| 930 |
+
"eval_runtime": 6.854,
|
| 931 |
+
"eval_samples_per_second": 12.11,
|
| 932 |
+
"eval_steps_per_second": 3.064,
|
| 933 |
+
"step": 840
|
| 934 |
+
},
|
| 935 |
+
{
|
| 936 |
+
"epoch": 1.9917984768599881,
|
| 937 |
+
"grad_norm": 0.7755185376536994,
|
| 938 |
+
"learning_rate": 3.045645865252842e-06,
|
| 939 |
+
"loss": 0.3821,
|
| 940 |
+
"step": 850
|
| 941 |
+
},
|
| 942 |
+
{
|
| 943 |
+
"epoch": 2.0152314001171647,
|
| 944 |
+
"grad_norm": 0.7446976776165791,
|
| 945 |
+
"learning_rate": 2.920666145293063e-06,
|
| 946 |
+
"loss": 0.3308,
|
| 947 |
+
"step": 860
|
| 948 |
+
},
|
| 949 |
+
{
|
| 950 |
+
"epoch": 2.0152314001171647,
|
| 951 |
+
"eval_loss": 0.5402255058288574,
|
| 952 |
+
"eval_runtime": 6.8591,
|
| 953 |
+
"eval_samples_per_second": 12.101,
|
| 954 |
+
"eval_steps_per_second": 3.062,
|
| 955 |
+
"step": 860
|
| 956 |
+
},
|
| 957 |
+
{
|
| 958 |
+
"epoch": 2.038664323374341,
|
| 959 |
+
"grad_norm": 0.8019698063933417,
|
| 960 |
+
"learning_rate": 2.7972381021811516e-06,
|
| 961 |
+
"loss": 0.2848,
|
| 962 |
+
"step": 870
|
| 963 |
+
},
|
| 964 |
+
{
|
| 965 |
+
"epoch": 2.0620972466315175,
|
| 966 |
+
"grad_norm": 0.7857469076146663,
|
| 967 |
+
"learning_rate": 2.6754538425484916e-06,
|
| 968 |
+
"loss": 0.2839,
|
| 969 |
+
"step": 880
|
| 970 |
+
},
|
| 971 |
+
{
|
| 972 |
+
"epoch": 2.0620972466315175,
|
| 973 |
+
"eval_loss": 0.5463818907737732,
|
| 974 |
+
"eval_runtime": 6.8434,
|
| 975 |
+
"eval_samples_per_second": 12.128,
|
| 976 |
+
"eval_steps_per_second": 3.069,
|
| 977 |
+
"step": 880
|
| 978 |
+
},
|
| 979 |
+
{
|
| 980 |
+
"epoch": 2.0855301698886937,
|
| 981 |
+
"grad_norm": 0.7854881029413089,
|
| 982 |
+
"learning_rate": 2.555404246373629e-06,
|
| 983 |
+
"loss": 0.2823,
|
| 984 |
+
"step": 890
|
| 985 |
+
},
|
| 986 |
+
{
|
| 987 |
+
"epoch": 2.10896309314587,
|
| 988 |
+
"grad_norm": 0.7550663193272501,
|
| 989 |
+
"learning_rate": 2.437178899164232e-06,
|
| 990 |
+
"loss": 0.2758,
|
| 991 |
+
"step": 900
|
| 992 |
+
},
|
| 993 |
+
{
|
| 994 |
+
"epoch": 2.10896309314587,
|
| 995 |
+
"eval_loss": 0.5424033999443054,
|
| 996 |
+
"eval_runtime": 6.8494,
|
| 997 |
+
"eval_samples_per_second": 12.118,
|
| 998 |
+
"eval_steps_per_second": 3.066,
|
| 999 |
+
"step": 900
|
| 1000 |
+
},
|
| 1001 |
+
{
|
| 1002 |
+
"epoch": 2.1323960164030464,
|
| 1003 |
+
"grad_norm": 0.7969738859168018,
|
| 1004 |
+
"learning_rate": 2.320866025105016e-06,
|
| 1005 |
+
"loss": 0.2781,
|
| 1006 |
+
"step": 910
|
| 1007 |
+
},
|
| 1008 |
+
{
|
| 1009 |
+
"epoch": 2.1558289396602226,
|
| 1010 |
+
"grad_norm": 0.8499713790472351,
|
| 1011 |
+
"learning_rate": 2.2065524212215744e-06,
|
| 1012 |
+
"loss": 0.2791,
|
| 1013 |
+
"step": 920
|
| 1014 |
+
},
|
| 1015 |
+
{
|
| 1016 |
+
"epoch": 2.1558289396602226,
|
| 1017 |
+
"eval_loss": 0.539867103099823,
|
| 1018 |
+
"eval_runtime": 6.8724,
|
| 1019 |
+
"eval_samples_per_second": 12.077,
|
| 1020 |
+
"eval_steps_per_second": 3.056,
|
| 1021 |
+
"step": 920
|
| 1022 |
+
},
|
| 1023 |
+
{
|
| 1024 |
+
"epoch": 2.1792618629173988,
|
| 1025 |
+
"grad_norm": 0.8183505012542354,
|
| 1026 |
+
"learning_rate": 2.094323392609158e-06,
|
| 1027 |
+
"loss": 0.2829,
|
| 1028 |
+
"step": 930
|
| 1029 |
+
},
|
| 1030 |
+
{
|
| 1031 |
+
"epoch": 2.2026947861745754,
|
| 1032 |
+
"grad_norm": 0.7706018482843252,
|
| 1033 |
+
"learning_rate": 1.9842626887748284e-06,
|
| 1034 |
+
"loss": 0.2806,
|
| 1035 |
+
"step": 940
|
| 1036 |
+
},
|
| 1037 |
+
{
|
| 1038 |
+
"epoch": 2.2026947861745754,
|
| 1039 |
+
"eval_loss": 0.5386549830436707,
|
| 1040 |
+
"eval_runtime": 6.8669,
|
| 1041 |
+
"eval_samples_per_second": 12.087,
|
| 1042 |
+
"eval_steps_per_second": 3.058,
|
| 1043 |
+
"step": 940
|
| 1044 |
+
},
|
| 1045 |
+
{
|
| 1046 |
+
"epoch": 2.2261277094317515,
|
| 1047 |
+
"grad_norm": 0.7698613159139776,
|
| 1048 |
+
"learning_rate": 1.8764524411404494e-06,
|
| 1049 |
+
"loss": 0.2789,
|
| 1050 |
+
"step": 950
|
| 1051 |
+
},
|
| 1052 |
+
{
|
| 1053 |
+
"epoch": 2.249560632688928,
|
| 1054 |
+
"grad_norm": 0.7721254751332236,
|
| 1055 |
+
"learning_rate": 1.7709731017531156e-06,
|
| 1056 |
+
"loss": 0.2767,
|
| 1057 |
+
"step": 960
|
| 1058 |
+
},
|
| 1059 |
+
{
|
| 1060 |
+
"epoch": 2.249560632688928,
|
| 1061 |
+
"eval_loss": 0.5390830039978027,
|
| 1062 |
+
"eval_runtime": 6.8539,
|
| 1063 |
+
"eval_samples_per_second": 12.11,
|
| 1064 |
+
"eval_steps_per_second": 3.064,
|
| 1065 |
+
"step": 960
|
| 1066 |
+
},
|
| 1067 |
+
{
|
| 1068 |
+
"epoch": 2.2729935559461043,
|
| 1069 |
+
"grad_norm": 0.7787204109197058,
|
| 1070 |
+
"learning_rate": 1.6679033832488433e-06,
|
| 1071 |
+
"loss": 0.2822,
|
| 1072 |
+
"step": 970
|
| 1073 |
+
},
|
| 1074 |
+
{
|
| 1075 |
+
"epoch": 2.2964264792032805,
|
| 1076 |
+
"grad_norm": 0.7551294204947154,
|
| 1077 |
+
"learning_rate": 1.5673202001142396e-06,
|
| 1078 |
+
"loss": 0.2812,
|
| 1079 |
+
"step": 980
|
| 1080 |
+
},
|
| 1081 |
+
{
|
| 1082 |
+
"epoch": 2.2964264792032805,
|
| 1083 |
+
"eval_loss": 0.5422590970993042,
|
| 1084 |
+
"eval_runtime": 6.8622,
|
| 1085 |
+
"eval_samples_per_second": 12.095,
|
| 1086 |
+
"eval_steps_per_second": 3.06,
|
| 1087 |
+
"step": 980
|
| 1088 |
+
},
|
| 1089 |
+
{
|
| 1090 |
+
"epoch": 2.319859402460457,
|
| 1091 |
+
"grad_norm": 0.7971177799209123,
|
| 1092 |
+
"learning_rate": 1.4692986112900315e-06,
|
| 1093 |
+
"loss": 0.2772,
|
| 1094 |
+
"step": 990
|
| 1095 |
+
},
|
| 1096 |
+
{
|
| 1097 |
+
"epoch": 2.3432923257176332,
|
| 1098 |
+
"grad_norm": 0.7450176462899643,
|
| 1099 |
+
"learning_rate": 1.3739117641592752e-06,
|
| 1100 |
+
"loss": 0.2834,
|
| 1101 |
+
"step": 1000
|
| 1102 |
+
},
|
| 1103 |
+
{
|
| 1104 |
+
"epoch": 2.3432923257176332,
|
| 1105 |
+
"eval_loss": 0.5395219922065735,
|
| 1106 |
+
"eval_runtime": 6.8503,
|
| 1107 |
+
"eval_samples_per_second": 12.116,
|
| 1108 |
+
"eval_steps_per_second": 3.066,
|
| 1109 |
+
"step": 1000
|
| 1110 |
+
},
|
| 1111 |
+
{
|
| 1112 |
+
"epoch": 2.3667252489748094,
|
| 1113 |
+
"grad_norm": 0.7786111586051575,
|
| 1114 |
+
"learning_rate": 1.281230839962036e-06,
|
| 1115 |
+
"loss": 0.2791,
|
| 1116 |
+
"step": 1010
|
| 1117 |
+
},
|
| 1118 |
+
{
|
| 1119 |
+
"epoch": 2.390158172231986,
|
| 1120 |
+
"grad_norm": 0.7892304948420056,
|
| 1121 |
+
"learning_rate": 1.1913250006772714e-06,
|
| 1122 |
+
"loss": 0.2816,
|
| 1123 |
+
"step": 1020
|
| 1124 |
+
},
|
| 1125 |
+
{
|
| 1126 |
+
"epoch": 2.390158172231986,
|
| 1127 |
+
"eval_loss": 0.5420347452163696,
|
| 1128 |
+
"eval_runtime": 6.859,
|
| 1129 |
+
"eval_samples_per_second": 12.101,
|
| 1130 |
+
"eval_steps_per_second": 3.062,
|
| 1131 |
+
"step": 1020
|
| 1132 |
+
},
|
| 1133 |
+
{
|
| 1134 |
+
"epoch": 2.413591095489162,
|
| 1135 |
+
"grad_norm": 0.7497724325591187,
|
| 1136 |
+
"learning_rate": 1.1042613374115896e-06,
|
| 1137 |
+
"loss": 0.2783,
|
| 1138 |
+
"step": 1030
|
| 1139 |
+
},
|
| 1140 |
+
{
|
| 1141 |
+
"epoch": 2.437024018746339,
|
| 1142 |
+
"grad_norm": 0.7554247942043497,
|
| 1143 |
+
"learning_rate": 1.0201048203333281e-06,
|
| 1144 |
+
"loss": 0.2762,
|
| 1145 |
+
"step": 1040
|
| 1146 |
+
},
|
| 1147 |
+
{
|
| 1148 |
+
"epoch": 2.437024018746339,
|
| 1149 |
+
"eval_loss": 0.5414301156997681,
|
| 1150 |
+
"eval_runtime": 6.8613,
|
| 1151 |
+
"eval_samples_per_second": 12.097,
|
| 1152 |
+
"eval_steps_per_second": 3.061,
|
| 1153 |
+
"step": 1040
|
| 1154 |
+
},
|
| 1155 |
+
{
|
| 1156 |
+
"epoch": 2.460456942003515,
|
| 1157 |
+
"grad_norm": 0.7700211768619959,
|
| 1158 |
+
"learning_rate": 9.389182501893967e-07,
|
| 1159 |
+
"loss": 0.285,
|
| 1160 |
+
"step": 1050
|
| 1161 |
+
},
|
| 1162 |
+
{
|
| 1163 |
+
"epoch": 2.483889865260691,
|
| 1164 |
+
"grad_norm": 0.7872827371301152,
|
| 1165 |
+
"learning_rate": 8.607622114410014e-07,
|
| 1166 |
+
"loss": 0.2756,
|
| 1167 |
+
"step": 1060
|
| 1168 |
+
},
|
| 1169 |
+
{
|
| 1170 |
+
"epoch": 2.483889865260691,
|
| 1171 |
+
"eval_loss": 0.5417543053627014,
|
| 1172 |
+
"eval_runtime": 6.8646,
|
| 1173 |
+
"eval_samples_per_second": 12.091,
|
| 1174 |
+
"eval_steps_per_second": 3.059,
|
| 1175 |
+
"step": 1060
|
| 1176 |
+
},
|
| 1177 |
+
{
|
| 1178 |
+
"epoch": 2.5073227885178677,
|
| 1179 |
+
"grad_norm": 0.7540422712115158,
|
| 1180 |
+
"learning_rate": 7.85695027053241e-07,
|
| 1181 |
+
"loss": 0.2799,
|
| 1182 |
+
"step": 1070
|
| 1183 |
+
},
|
| 1184 |
+
{
|
| 1185 |
+
"epoch": 2.530755711775044,
|
| 1186 |
+
"grad_norm": 0.7730676814596346,
|
| 1187 |
+
"learning_rate": 7.137727149723417e-07,
|
| 1188 |
+
"loss": 0.2763,
|
| 1189 |
+
"step": 1080
|
| 1190 |
+
},
|
| 1191 |
+
{
|
| 1192 |
+
"epoch": 2.530755711775044,
|
| 1193 |
+
"eval_loss": 0.5400538444519043,
|
| 1194 |
+
"eval_runtime": 6.8581,
|
| 1195 |
+
"eval_samples_per_second": 12.102,
|
| 1196 |
+
"eval_steps_per_second": 3.062,
|
| 1197 |
+
"step": 1080
|
| 1198 |
+
},
|
| 1199 |
+
{
|
| 1200 |
+
"epoch": 2.5541886350322205,
|
| 1201 |
+
"grad_norm": 0.7712875898736462,
|
| 1202 |
+
"learning_rate": 6.450489463229493e-07,
|
| 1203 |
+
"loss": 0.2774,
|
| 1204 |
+
"step": 1090
|
| 1205 |
+
},
|
| 1206 |
+
{
|
| 1207 |
+
"epoch": 2.5776215582893967,
|
| 1208 |
+
"grad_norm": 0.7745963503844014,
|
| 1209 |
+
"learning_rate": 5.79575005356735e-07,
|
| 1210 |
+
"loss": 0.2804,
|
| 1211 |
+
"step": 1100
|
| 1212 |
+
},
|
| 1213 |
+
{
|
| 1214 |
+
"epoch": 2.5776215582893967,
|
| 1215 |
+
"eval_loss": 0.5401105880737305,
|
| 1216 |
+
"eval_runtime": 6.8424,
|
| 1217 |
+
"eval_samples_per_second": 12.13,
|
| 1218 |
+
"eval_steps_per_second": 3.069,
|
| 1219 |
+
"step": 1100
|
| 1220 |
+
},
|
| 1221 |
+
{
|
| 1222 |
+
"epoch": 2.601054481546573,
|
| 1223 |
+
"grad_norm": 0.7504131613402398,
|
| 1224 |
+
"learning_rate": 5.173997511821599e-07,
|
| 1225 |
+
"loss": 0.2789,
|
| 1226 |
+
"step": 1110
|
| 1227 |
+
},
|
| 1228 |
+
{
|
| 1229 |
+
"epoch": 2.6244874048037494,
|
| 1230 |
+
"grad_norm": 0.8168437409441466,
|
| 1231 |
+
"learning_rate": 4.5856958130398146e-07,
|
| 1232 |
+
"loss": 0.2818,
|
| 1233 |
+
"step": 1120
|
| 1234 |
+
},
|
| 1235 |
+
{
|
| 1236 |
+
"epoch": 2.6244874048037494,
|
| 1237 |
+
"eval_loss": 0.5402423739433289,
|
| 1238 |
+
"eval_runtime": 6.9174,
|
| 1239 |
+
"eval_samples_per_second": 11.999,
|
| 1240 |
+
"eval_steps_per_second": 3.036,
|
| 1241 |
+
"step": 1120
|
| 1242 |
+
},
|
| 1243 |
+
{
|
| 1244 |
+
"epoch": 2.6479203280609256,
|
| 1245 |
+
"grad_norm": 0.7542096198684458,
|
| 1246 |
+
"learning_rate": 4.031283969996919e-07,
|
| 1247 |
+
"loss": 0.2816,
|
| 1248 |
+
"step": 1130
|
| 1249 |
+
},
|
| 1250 |
+
{
|
| 1251 |
+
"epoch": 2.671353251318102,
|
| 1252 |
+
"grad_norm": 0.7623696532356496,
|
| 1253 |
+
"learning_rate": 3.511175705587433e-07,
|
| 1254 |
+
"loss": 0.2768,
|
| 1255 |
+
"step": 1140
|
| 1256 |
+
},
|
| 1257 |
+
{
|
| 1258 |
+
"epoch": 2.671353251318102,
|
| 1259 |
+
"eval_loss": 0.5399875044822693,
|
| 1260 |
+
"eval_runtime": 6.8446,
|
| 1261 |
+
"eval_samples_per_second": 12.126,
|
| 1262 |
+
"eval_steps_per_second": 3.068,
|
| 1263 |
+
"step": 1140
|
| 1264 |
+
},
|
| 1265 |
+
{
|
| 1266 |
+
"epoch": 2.6947861745752784,
|
| 1267 |
+
"grad_norm": 0.7398703147625436,
|
| 1268 |
+
"learning_rate": 3.0257591440899235e-07,
|
| 1269 |
+
"loss": 0.2815,
|
| 1270 |
+
"step": 1150
|
| 1271 |
+
},
|
| 1272 |
+
{
|
| 1273 |
+
"epoch": 2.7182190978324545,
|
| 1274 |
+
"grad_norm": 0.7747620467860837,
|
| 1275 |
+
"learning_rate": 2.5753965215341347e-07,
|
| 1276 |
+
"loss": 0.2801,
|
| 1277 |
+
"step": 1160
|
| 1278 |
+
},
|
| 1279 |
+
{
|
| 1280 |
+
"epoch": 2.7182190978324545,
|
| 1281 |
+
"eval_loss": 0.5402843952178955,
|
| 1282 |
+
"eval_runtime": 6.854,
|
| 1283 |
+
"eval_samples_per_second": 12.11,
|
| 1284 |
+
"eval_steps_per_second": 3.064,
|
| 1285 |
+
"step": 1160
|
| 1286 |
+
},
|
| 1287 |
+
{
|
| 1288 |
+
"epoch": 2.7416520210896307,
|
| 1289 |
+
"grad_norm": 0.7679336009171306,
|
| 1290 |
+
"learning_rate": 2.1604239153869e-07,
|
| 1291 |
+
"loss": 0.2778,
|
| 1292 |
+
"step": 1170
|
| 1293 |
+
},
|
| 1294 |
+
{
|
| 1295 |
+
"epoch": 2.7650849443468073,
|
| 1296 |
+
"grad_norm": 0.7664516899549186,
|
| 1297 |
+
"learning_rate": 1.7811509937584958e-07,
|
| 1298 |
+
"loss": 0.2762,
|
| 1299 |
+
"step": 1180
|
| 1300 |
+
},
|
| 1301 |
+
{
|
| 1302 |
+
"epoch": 2.7650849443468073,
|
| 1303 |
+
"eval_loss": 0.5398624539375305,
|
| 1304 |
+
"eval_runtime": 6.8692,
|
| 1305 |
+
"eval_samples_per_second": 12.083,
|
| 1306 |
+
"eval_steps_per_second": 3.057,
|
| 1307 |
+
"step": 1180
|
| 1308 |
+
},
|
| 1309 |
+
{
|
| 1310 |
+
"epoch": 2.7885178676039835,
|
| 1311 |
+
"grad_norm": 0.762559792665266,
|
| 1312 |
+
"learning_rate": 1.4378607843167635e-07,
|
| 1313 |
+
"loss": 0.2813,
|
| 1314 |
+
"step": 1190
|
| 1315 |
+
},
|
| 1316 |
+
{
|
| 1317 |
+
"epoch": 2.81195079086116,
|
| 1318 |
+
"grad_norm": 0.8002177486857107,
|
| 1319 |
+
"learning_rate": 1.1308094630811784e-07,
|
| 1320 |
+
"loss": 0.2778,
|
| 1321 |
+
"step": 1200
|
| 1322 |
+
},
|
| 1323 |
+
{
|
| 1324 |
+
"epoch": 2.81195079086116,
|
| 1325 |
+
"eval_loss": 0.5403096675872803,
|
| 1326 |
+
"eval_runtime": 6.8495,
|
| 1327 |
+
"eval_samples_per_second": 12.118,
|
| 1328 |
+
"eval_steps_per_second": 3.066,
|
| 1329 |
+
"step": 1200
|
| 1330 |
+
},
|
| 1331 |
+
{
|
| 1332 |
+
"epoch": 2.8353837141183362,
|
| 1333 |
+
"grad_norm": 0.7570680096628735,
|
| 1334 |
+
"learning_rate": 8.602261632547626e-08,
|
| 1335 |
+
"loss": 0.2765,
|
| 1336 |
+
"step": 1210
|
| 1337 |
+
},
|
| 1338 |
+
{
|
| 1339 |
+
"epoch": 2.8588166373755124,
|
| 1340 |
+
"grad_norm": 0.7760197671672417,
|
| 1341 |
+
"learning_rate": 6.263128042362676e-08,
|
| 1342 |
+
"loss": 0.2803,
|
| 1343 |
+
"step": 1220
|
| 1344 |
+
},
|
| 1345 |
+
{
|
| 1346 |
+
"epoch": 2.8588166373755124,
|
| 1347 |
+
"eval_loss": 0.5402877926826477,
|
| 1348 |
+
"eval_runtime": 6.8585,
|
| 1349 |
+
"eval_samples_per_second": 12.102,
|
| 1350 |
+
"eval_steps_per_second": 3.062,
|
| 1351 |
+
"step": 1220
|
| 1352 |
+
},
|
| 1353 |
+
{
|
| 1354 |
+
"epoch": 2.882249560632689,
|
| 1355 |
+
"grad_norm": 0.7516124827349755,
|
| 1356 |
+
"learning_rate": 4.292439409403826e-08,
|
| 1357 |
+
"loss": 0.2788,
|
| 1358 |
+
"step": 1230
|
| 1359 |
+
},
|
| 1360 |
+
{
|
| 1361 |
+
"epoch": 2.905682483889865,
|
| 1362 |
+
"grad_norm": 0.7881049831837009,
|
| 1363 |
+
"learning_rate": 2.6916663353828142e-08,
|
| 1364 |
+
"loss": 0.2796,
|
| 1365 |
+
"step": 1240
|
| 1366 |
+
},
|
| 1367 |
+
{
|
| 1368 |
+
"epoch": 2.905682483889865,
|
| 1369 |
+
"eval_loss": 0.5403096079826355,
|
| 1370 |
+
"eval_runtime": 6.877,
|
| 1371 |
+
"eval_samples_per_second": 12.069,
|
| 1372 |
+
"eval_steps_per_second": 3.054,
|
| 1373 |
+
"step": 1240
|
| 1374 |
+
},
|
| 1375 |
+
{
|
| 1376 |
+
"epoch": 2.9291154071470418,
|
| 1377 |
+
"grad_norm": 0.7610329760613732,
|
| 1378 |
+
"learning_rate": 1.4620033771582942e-08,
|
| 1379 |
+
"loss": 0.2785,
|
| 1380 |
+
"step": 1250
|
| 1381 |
+
},
|
| 1382 |
+
{
|
| 1383 |
+
"epoch": 2.952548330404218,
|
| 1384 |
+
"grad_norm": 0.7470432261004997,
|
| 1385 |
+
"learning_rate": 6.0436815531284e-09,
|
| 1386 |
+
"loss": 0.2731,
|
| 1387 |
+
"step": 1260
|
| 1388 |
+
},
|
| 1389 |
+
{
|
| 1390 |
+
"epoch": 2.952548330404218,
|
| 1391 |
+
"eval_loss": 0.5395792722702026,
|
| 1392 |
+
"eval_runtime": 6.8492,
|
| 1393 |
+
"eval_samples_per_second": 12.118,
|
| 1394 |
+
"eval_steps_per_second": 3.066,
|
| 1395 |
+
"step": 1260
|
| 1396 |
+
},
|
| 1397 |
+
{
|
| 1398 |
+
"epoch": 2.975981253661394,
|
| 1399 |
+
"grad_norm": 0.753761854450565,
|
| 1400 |
+
"learning_rate": 1.1940066938981309e-09,
|
| 1401 |
+
"loss": 0.275,
|
| 1402 |
+
"step": 1270
|
| 1403 |
+
},
|
| 1404 |
+
{
|
| 1405 |
+
"epoch": 2.9947275922671355,
|
| 1406 |
+
"step": 1278,
|
| 1407 |
+
"total_flos": 457793516601344.0,
|
| 1408 |
+
"train_loss": 0.4100710519229489,
|
| 1409 |
+
"train_runtime": 44735.0493,
|
| 1410 |
+
"train_samples_per_second": 2.747,
|
| 1411 |
+
"train_steps_per_second": 0.029
|
| 1412 |
+
}
|
| 1413 |
+
],
|
| 1414 |
+
"logging_steps": 10,
|
| 1415 |
+
"max_steps": 1278,
|
| 1416 |
+
"num_input_tokens_seen": 0,
|
| 1417 |
+
"num_train_epochs": 3,
|
| 1418 |
+
"save_steps": 20,
|
| 1419 |
+
"stateful_callbacks": {
|
| 1420 |
+
"TrainerControl": {
|
| 1421 |
+
"args": {
|
| 1422 |
+
"should_epoch_stop": false,
|
| 1423 |
+
"should_evaluate": false,
|
| 1424 |
+
"should_log": false,
|
| 1425 |
+
"should_save": true,
|
| 1426 |
+
"should_training_stop": true
|
| 1427 |
+
},
|
| 1428 |
+
"attributes": {}
|
| 1429 |
+
}
|
| 1430 |
+
},
|
| 1431 |
+
"total_flos": 457793516601344.0,
|
| 1432 |
+
"train_batch_size": 1,
|
| 1433 |
+
"trial_name": null,
|
| 1434 |
+
"trial_params": null
|
| 1435 |
+
}
|
scenario_ratio_7B/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7a1e0f18c51026803005827722fc6dc1cfde8004d2d24ffd9e7c30897b72e26
|
| 3 |
+
size 7288
|
scenario_ratio_7B/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|