Seongyun commited on
Commit
a03b646
·
verified ·
1 Parent(s): 95b58c3

Upload folder using huggingface_hub

Browse files
Files changed (42) hide show
  1. .gitattributes +1 -0
  2. added_tokens.json +28 -0
  3. chat_template.jinja +89 -0
  4. config.json +68 -0
  5. generation_config.json +12 -0
  6. global_step5000/bf16_zero_pp_rank_0_mp_rank_00_optim_states.pt +3 -0
  7. global_step5000/bf16_zero_pp_rank_1_mp_rank_00_optim_states.pt +3 -0
  8. global_step5000/bf16_zero_pp_rank_2_mp_rank_00_optim_states.pt +3 -0
  9. global_step5000/bf16_zero_pp_rank_3_mp_rank_00_optim_states.pt +3 -0
  10. global_step5000/bf16_zero_pp_rank_4_mp_rank_00_optim_states.pt +3 -0
  11. global_step5000/bf16_zero_pp_rank_5_mp_rank_00_optim_states.pt +3 -0
  12. global_step5000/bf16_zero_pp_rank_6_mp_rank_00_optim_states.pt +3 -0
  13. global_step5000/bf16_zero_pp_rank_7_mp_rank_00_optim_states.pt +3 -0
  14. global_step5000/zero_pp_rank_0_mp_rank_00_model_states.pt +3 -0
  15. global_step5000/zero_pp_rank_1_mp_rank_00_model_states.pt +3 -0
  16. global_step5000/zero_pp_rank_2_mp_rank_00_model_states.pt +3 -0
  17. global_step5000/zero_pp_rank_3_mp_rank_00_model_states.pt +3 -0
  18. global_step5000/zero_pp_rank_4_mp_rank_00_model_states.pt +3 -0
  19. global_step5000/zero_pp_rank_5_mp_rank_00_model_states.pt +3 -0
  20. global_step5000/zero_pp_rank_6_mp_rank_00_model_states.pt +3 -0
  21. global_step5000/zero_pp_rank_7_mp_rank_00_model_states.pt +3 -0
  22. latest +1 -0
  23. merges.txt +0 -0
  24. model-00001-of-00002.safetensors +3 -0
  25. model-00002-of-00002.safetensors +3 -0
  26. model.safetensors.index.json +406 -0
  27. rng_state_0.pth +3 -0
  28. rng_state_1.pth +3 -0
  29. rng_state_2.pth +3 -0
  30. rng_state_3.pth +3 -0
  31. rng_state_4.pth +3 -0
  32. rng_state_5.pth +3 -0
  33. rng_state_6.pth +3 -0
  34. rng_state_7.pth +3 -0
  35. scheduler.pt +3 -0
  36. special_tokens_map.json +31 -0
  37. tokenizer.json +3 -0
  38. tokenizer_config.json +240 -0
  39. trainer_state.json +3534 -0
  40. training_args.bin +3 -0
  41. vocab.json +0 -0
  42. zero_to_fp32.py +760 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
added_tokens.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 151668,
3
+ "</tool_call>": 151658,
4
+ "</tool_response>": 151666,
5
+ "<think>": 151667,
6
+ "<tool_call>": 151657,
7
+ "<tool_response>": 151665,
8
+ "<|box_end|>": 151649,
9
+ "<|box_start|>": 151648,
10
+ "<|endoftext|>": 151643,
11
+ "<|file_sep|>": 151664,
12
+ "<|fim_middle|>": 151660,
13
+ "<|fim_pad|>": 151662,
14
+ "<|fim_prefix|>": 151659,
15
+ "<|fim_suffix|>": 151661,
16
+ "<|im_end|>": 151645,
17
+ "<|im_start|>": 151644,
18
+ "<|image_pad|>": 151655,
19
+ "<|object_ref_end|>": 151647,
20
+ "<|object_ref_start|>": 151646,
21
+ "<|quad_end|>": 151651,
22
+ "<|quad_start|>": 151650,
23
+ "<|repo_name|>": 151663,
24
+ "<|video_pad|>": 151656,
25
+ "<|vision_end|>": 151653,
26
+ "<|vision_pad|>": 151654,
27
+ "<|vision_start|>": 151652
28
+ }
chat_template.jinja ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0].role == 'system' %}
4
+ {{- messages[0].content + '\n\n' }}
5
+ {%- endif %}
6
+ {{- "# 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>" }}
7
+ {%- for tool in tools %}
8
+ {{- "\n" }}
9
+ {{- tool | tojson }}
10
+ {%- endfor %}
11
+ {{- "\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" }}
12
+ {%- else %}
13
+ {%- if messages[0].role == 'system' %}
14
+ {{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
15
+ {%- endif %}
16
+ {%- endif %}
17
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
18
+ {%- for message in messages[::-1] %}
19
+ {%- set index = (messages|length - 1) - loop.index0 %}
20
+ {%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
21
+ {%- set ns.multi_step_tool = false %}
22
+ {%- set ns.last_query_index = index %}
23
+ {%- endif %}
24
+ {%- endfor %}
25
+ {%- for message in messages %}
26
+ {%- if message.content is string %}
27
+ {%- set content = message.content %}
28
+ {%- else %}
29
+ {%- set content = '' %}
30
+ {%- endif %}
31
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
32
+ {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
33
+ {%- elif message.role == "assistant" %}
34
+ {%- set reasoning_content = '' %}
35
+ {%- if message.reasoning_content is string %}
36
+ {%- set reasoning_content = message.reasoning_content %}
37
+ {%- else %}
38
+ {%- if '</think>' in content %}
39
+ {%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
40
+ {%- set content = content.split('</think>')[-1].lstrip('\n') %}
41
+ {%- endif %}
42
+ {%- endif %}
43
+ {%- if loop.index0 > ns.last_query_index %}
44
+ {%- if loop.last or (not loop.last and reasoning_content) %}
45
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
46
+ {%- else %}
47
+ {{- '<|im_start|>' + message.role + '\n' + content }}
48
+ {%- endif %}
49
+ {%- else %}
50
+ {{- '<|im_start|>' + message.role + '\n' + content }}
51
+ {%- endif %}
52
+ {%- if message.tool_calls %}
53
+ {%- for tool_call in message.tool_calls %}
54
+ {%- if (loop.first and content) or (not loop.first) %}
55
+ {{- '\n' }}
56
+ {%- endif %}
57
+ {%- if tool_call.function %}
58
+ {%- set tool_call = tool_call.function %}
59
+ {%- endif %}
60
+ {{- '<tool_call>\n{"name": "' }}
61
+ {{- tool_call.name }}
62
+ {{- '", "arguments": ' }}
63
+ {%- if tool_call.arguments is string %}
64
+ {{- tool_call.arguments }}
65
+ {%- else %}
66
+ {{- tool_call.arguments | tojson }}
67
+ {%- endif %}
68
+ {{- '}\n</tool_call>' }}
69
+ {%- endfor %}
70
+ {%- endif %}
71
+ {{- '<|im_end|>\n' }}
72
+ {%- elif message.role == "tool" %}
73
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
74
+ {{- '<|im_start|>user' }}
75
+ {%- endif %}
76
+ {{- '\n<tool_response>\n' }}
77
+ {{- content }}
78
+ {{- '\n</tool_response>' }}
79
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
80
+ {{- '<|im_end|>\n' }}
81
+ {%- endif %}
82
+ {%- endif %}
83
+ {%- endfor %}
84
+ {%- if add_generation_prompt %}
85
+ {{- '<|im_start|>assistant\n' }}
86
+ {%- if enable_thinking is defined and enable_thinking is false %}
87
+ {{- '<think>\n\n</think>\n\n' }}
88
+ {%- endif %}
89
+ {%- endif %}
config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "dtype": "bfloat16",
8
+ "eos_token_id": 151645,
9
+ "head_dim": 128,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 2560,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 9728,
14
+ "layer_types": [
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention",
37
+ "full_attention",
38
+ "full_attention",
39
+ "full_attention",
40
+ "full_attention",
41
+ "full_attention",
42
+ "full_attention",
43
+ "full_attention",
44
+ "full_attention",
45
+ "full_attention",
46
+ "full_attention",
47
+ "full_attention",
48
+ "full_attention",
49
+ "full_attention",
50
+ "full_attention"
51
+ ],
52
+ "max_position_embeddings": 40960,
53
+ "max_window_layers": 36,
54
+ "model_type": "qwen3",
55
+ "num_attention_heads": 32,
56
+ "num_hidden_layers": 36,
57
+ "num_key_value_heads": 8,
58
+ "pad_token_id": 151643,
59
+ "rms_norm_eps": 1e-06,
60
+ "rope_scaling": null,
61
+ "rope_theta": 1000000,
62
+ "sliding_window": null,
63
+ "tie_word_embeddings": true,
64
+ "transformers_version": "4.57.1",
65
+ "use_cache": false,
66
+ "use_sliding_window": false,
67
+ "vocab_size": 151936
68
+ }
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_sample": true,
3
+ "eos_token_id": [
4
+ 151645,
5
+ 151643
6
+ ],
7
+ "pad_token_id": 151643,
8
+ "temperature": 0.6,
9
+ "top_k": 20,
10
+ "top_p": 0.95,
11
+ "transformers_version": "4.57.1"
12
+ }
global_step5000/bf16_zero_pp_rank_0_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4e534c2e89f1a0d5bcee3455252c9480cdf83d22a23ff2a6151f534eac1367b
3
+ size 6033707356
global_step5000/bf16_zero_pp_rank_1_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ebba6f4cd68ae94b09047bdfd63fbe6f34c346de0f6e37c3f36608cbfd2fb35
3
+ size 6033707356
global_step5000/bf16_zero_pp_rank_2_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6097768c0a5310ca5c4caa0cb90fcae05e82d170bee57f36147761d6c0ffe2ac
3
+ size 6033707356
global_step5000/bf16_zero_pp_rank_3_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07ea2ba60ca9da048b110209f3ca6951f981c8196cd8351121b5cca2b49b5af8
3
+ size 6033707356
global_step5000/bf16_zero_pp_rank_4_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d495398b9e91f7444bbe4921472ba7a9950ddb9b000187a7f45365928319589
3
+ size 6033707356
global_step5000/bf16_zero_pp_rank_5_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0ed5ffd7b25273d3afe0178018700f8ae8836f58a7dea68d609bc2a459b939d
3
+ size 6033707356
global_step5000/bf16_zero_pp_rank_6_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:925954336d40a8b778c98751d44cdc4a67c2f7e90c4db66e11372f2f523fe6c5
3
+ size 6033707356
global_step5000/bf16_zero_pp_rank_7_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8894942795c7516144e92fb5fc0e666c61af867ccc523b88209ce0cf2e9dfb36
3
+ size 6033707356
global_step5000/zero_pp_rank_0_mp_rank_00_model_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3935c45c06d9cdbeb07ff736eabdb713f015eb0317ca3724c0b1b97ae9ff697
3
+ size 202052
global_step5000/zero_pp_rank_1_mp_rank_00_model_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b83e9031c1377b1d6c8c5d2383b14fb29485462d097cdffb2adcdc42b0174460
3
+ size 201988
global_step5000/zero_pp_rank_2_mp_rank_00_model_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b74678b1756dd099b81b8e359b31009621253119885ebda8616057cf7f298c9
3
+ size 201988
global_step5000/zero_pp_rank_3_mp_rank_00_model_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c011c9e2ce6a66da942715a7fa5bd6042bf4578bcd139ebf50bd01b4784719b7
3
+ size 201988
global_step5000/zero_pp_rank_4_mp_rank_00_model_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eaa1c831075bebc0171bde8a5c8a6f6f1734ff9f27457f4f698b13047fbebb3
3
+ size 201988
global_step5000/zero_pp_rank_5_mp_rank_00_model_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c97760695e9f032c9bb832df1fe979fdad66d8110debcc43e78a7349f47b871
3
+ size 201988
global_step5000/zero_pp_rank_6_mp_rank_00_model_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdd3a79edc514e5fdfb7907b4d8b7b2bea49a5efb38cb2b58b17256f14dbcd24
3
+ size 201988
global_step5000/zero_pp_rank_7_mp_rank_00_model_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26690f4b16f00a8e761e2044333d1f448624e7e87d8e7f63c037fbab3dd5cf3b
3
+ size 201988
latest ADDED
@@ -0,0 +1 @@
 
 
1
+ global_step5000
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afe210f7d0eb174827f27db8c55c07f39110d3e52c4087af5eb5355d0d8e5042
3
+ size 4967215360
model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e14b95c2f8e40743f379af0303188c5169570b176786672ae36260d2a2dc3148
3
+ size 3077766632
model.safetensors.index.json ADDED
@@ -0,0 +1,406 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_parameters": 196096,
4
+ "total_size": 8044936192
5
+ },
6
+ "weight_map": {
7
+ "model.embed_tokens.weight": "model-00001-of-00002.safetensors",
8
+ "model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
9
+ "model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
10
+ "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
11
+ "model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
12
+ "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
13
+ "model.layers.0.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
14
+ "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
15
+ "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
16
+ "model.layers.0.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
17
+ "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
18
+ "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
19
+ "model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
20
+ "model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
21
+ "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
22
+ "model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
23
+ "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
24
+ "model.layers.1.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
25
+ "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
26
+ "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
27
+ "model.layers.1.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
28
+ "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
29
+ "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
30
+ "model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
31
+ "model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
32
+ "model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
33
+ "model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
34
+ "model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
35
+ "model.layers.10.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
36
+ "model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
37
+ "model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
38
+ "model.layers.10.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
39
+ "model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
40
+ "model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
41
+ "model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
42
+ "model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
43
+ "model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
44
+ "model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
45
+ "model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
46
+ "model.layers.11.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
47
+ "model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
48
+ "model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
49
+ "model.layers.11.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
50
+ "model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
51
+ "model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
52
+ "model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
53
+ "model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
54
+ "model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
55
+ "model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
56
+ "model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
57
+ "model.layers.12.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
58
+ "model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
59
+ "model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
60
+ "model.layers.12.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
61
+ "model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
62
+ "model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
63
+ "model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
64
+ "model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
65
+ "model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
66
+ "model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
67
+ "model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
68
+ "model.layers.13.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
69
+ "model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
70
+ "model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
71
+ "model.layers.13.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
72
+ "model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
73
+ "model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
74
+ "model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
75
+ "model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
76
+ "model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
77
+ "model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
78
+ "model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
79
+ "model.layers.14.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
80
+ "model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
81
+ "model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
82
+ "model.layers.14.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
83
+ "model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
84
+ "model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
85
+ "model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
86
+ "model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
87
+ "model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
88
+ "model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
89
+ "model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
90
+ "model.layers.15.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
91
+ "model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
92
+ "model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
93
+ "model.layers.15.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
94
+ "model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
95
+ "model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
96
+ "model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
97
+ "model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
98
+ "model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
99
+ "model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
100
+ "model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
101
+ "model.layers.16.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
102
+ "model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
103
+ "model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
104
+ "model.layers.16.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
105
+ "model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
106
+ "model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
107
+ "model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
108
+ "model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
109
+ "model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
110
+ "model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
111
+ "model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
112
+ "model.layers.17.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
113
+ "model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
114
+ "model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
115
+ "model.layers.17.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
116
+ "model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
117
+ "model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
118
+ "model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
119
+ "model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
120
+ "model.layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
121
+ "model.layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
122
+ "model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
123
+ "model.layers.18.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
124
+ "model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
125
+ "model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
126
+ "model.layers.18.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
127
+ "model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
128
+ "model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
129
+ "model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
130
+ "model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
131
+ "model.layers.19.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
132
+ "model.layers.19.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
133
+ "model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
134
+ "model.layers.19.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
135
+ "model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
136
+ "model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
137
+ "model.layers.19.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
138
+ "model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
139
+ "model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
140
+ "model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
141
+ "model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
142
+ "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
143
+ "model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
144
+ "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
145
+ "model.layers.2.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
146
+ "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
147
+ "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
148
+ "model.layers.2.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
149
+ "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
150
+ "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
151
+ "model.layers.20.input_layernorm.weight": "model-00002-of-00002.safetensors",
152
+ "model.layers.20.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
153
+ "model.layers.20.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
154
+ "model.layers.20.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
155
+ "model.layers.20.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
156
+ "model.layers.20.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
157
+ "model.layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
158
+ "model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
159
+ "model.layers.20.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
160
+ "model.layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
161
+ "model.layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
162
+ "model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
163
+ "model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
164
+ "model.layers.21.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
165
+ "model.layers.21.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
166
+ "model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
167
+ "model.layers.21.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
168
+ "model.layers.21.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
169
+ "model.layers.21.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
170
+ "model.layers.21.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
171
+ "model.layers.21.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
172
+ "model.layers.21.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
173
+ "model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
174
+ "model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
175
+ "model.layers.22.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
176
+ "model.layers.22.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
177
+ "model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
178
+ "model.layers.22.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
179
+ "model.layers.22.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
180
+ "model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
181
+ "model.layers.22.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
182
+ "model.layers.22.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
183
+ "model.layers.22.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
184
+ "model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
185
+ "model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
186
+ "model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
187
+ "model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
188
+ "model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
189
+ "model.layers.23.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
190
+ "model.layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
191
+ "model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
192
+ "model.layers.23.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
193
+ "model.layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
194
+ "model.layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
195
+ "model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
196
+ "model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
197
+ "model.layers.24.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
198
+ "model.layers.24.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
199
+ "model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
200
+ "model.layers.24.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
201
+ "model.layers.24.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
202
+ "model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
203
+ "model.layers.24.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
204
+ "model.layers.24.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
205
+ "model.layers.24.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
206
+ "model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
207
+ "model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
208
+ "model.layers.25.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
209
+ "model.layers.25.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
210
+ "model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
211
+ "model.layers.25.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
212
+ "model.layers.25.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
213
+ "model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
214
+ "model.layers.25.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
215
+ "model.layers.25.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
216
+ "model.layers.25.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
217
+ "model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
218
+ "model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
219
+ "model.layers.26.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
220
+ "model.layers.26.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
221
+ "model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
222
+ "model.layers.26.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
223
+ "model.layers.26.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
224
+ "model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
225
+ "model.layers.26.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
226
+ "model.layers.26.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
227
+ "model.layers.26.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
228
+ "model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
229
+ "model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
230
+ "model.layers.27.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
231
+ "model.layers.27.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
232
+ "model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
233
+ "model.layers.27.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
234
+ "model.layers.27.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
235
+ "model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
236
+ "model.layers.27.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
237
+ "model.layers.27.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
238
+ "model.layers.27.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
239
+ "model.layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors",
240
+ "model.layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
241
+ "model.layers.28.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
242
+ "model.layers.28.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
243
+ "model.layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
244
+ "model.layers.28.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
245
+ "model.layers.28.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
246
+ "model.layers.28.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
247
+ "model.layers.28.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
248
+ "model.layers.28.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
249
+ "model.layers.28.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
250
+ "model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
251
+ "model.layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
252
+ "model.layers.29.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
253
+ "model.layers.29.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
254
+ "model.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
255
+ "model.layers.29.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
256
+ "model.layers.29.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
257
+ "model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
258
+ "model.layers.29.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
259
+ "model.layers.29.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
260
+ "model.layers.29.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
261
+ "model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
262
+ "model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
263
+ "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
264
+ "model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
265
+ "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
266
+ "model.layers.3.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
267
+ "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
268
+ "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
269
+ "model.layers.3.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
270
+ "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
271
+ "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
272
+ "model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
273
+ "model.layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
274
+ "model.layers.30.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
275
+ "model.layers.30.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
276
+ "model.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
277
+ "model.layers.30.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
278
+ "model.layers.30.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
279
+ "model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
280
+ "model.layers.30.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
281
+ "model.layers.30.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
282
+ "model.layers.30.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
283
+ "model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
284
+ "model.layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
285
+ "model.layers.31.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
286
+ "model.layers.31.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
287
+ "model.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
288
+ "model.layers.31.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
289
+ "model.layers.31.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
290
+ "model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
291
+ "model.layers.31.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
292
+ "model.layers.31.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
293
+ "model.layers.31.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
294
+ "model.layers.32.input_layernorm.weight": "model-00002-of-00002.safetensors",
295
+ "model.layers.32.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
296
+ "model.layers.32.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
297
+ "model.layers.32.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
298
+ "model.layers.32.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
299
+ "model.layers.32.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
300
+ "model.layers.32.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
301
+ "model.layers.32.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
302
+ "model.layers.32.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
303
+ "model.layers.32.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
304
+ "model.layers.32.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
305
+ "model.layers.33.input_layernorm.weight": "model-00002-of-00002.safetensors",
306
+ "model.layers.33.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
307
+ "model.layers.33.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
308
+ "model.layers.33.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
309
+ "model.layers.33.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
310
+ "model.layers.33.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
311
+ "model.layers.33.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
312
+ "model.layers.33.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
313
+ "model.layers.33.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
314
+ "model.layers.33.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
315
+ "model.layers.33.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
316
+ "model.layers.34.input_layernorm.weight": "model-00002-of-00002.safetensors",
317
+ "model.layers.34.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
318
+ "model.layers.34.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
319
+ "model.layers.34.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
320
+ "model.layers.34.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
321
+ "model.layers.34.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
322
+ "model.layers.34.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
323
+ "model.layers.34.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
324
+ "model.layers.34.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
325
+ "model.layers.34.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
326
+ "model.layers.34.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
327
+ "model.layers.35.input_layernorm.weight": "model-00002-of-00002.safetensors",
328
+ "model.layers.35.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
329
+ "model.layers.35.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
330
+ "model.layers.35.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
331
+ "model.layers.35.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
332
+ "model.layers.35.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
333
+ "model.layers.35.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
334
+ "model.layers.35.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
335
+ "model.layers.35.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
336
+ "model.layers.35.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
337
+ "model.layers.35.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
338
+ "model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
339
+ "model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
340
+ "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
341
+ "model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
342
+ "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
343
+ "model.layers.4.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
344
+ "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
345
+ "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
346
+ "model.layers.4.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
347
+ "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
348
+ "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
349
+ "model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
350
+ "model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
351
+ "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
352
+ "model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
353
+ "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
354
+ "model.layers.5.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
355
+ "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
356
+ "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
357
+ "model.layers.5.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
358
+ "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
359
+ "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
360
+ "model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
361
+ "model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
362
+ "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
363
+ "model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
364
+ "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
365
+ "model.layers.6.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
366
+ "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
367
+ "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
368
+ "model.layers.6.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
369
+ "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
370
+ "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
371
+ "model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
372
+ "model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
373
+ "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
374
+ "model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
375
+ "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
376
+ "model.layers.7.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
377
+ "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
378
+ "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
379
+ "model.layers.7.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
380
+ "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
381
+ "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
382
+ "model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
383
+ "model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
384
+ "model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
385
+ "model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
386
+ "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
387
+ "model.layers.8.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
388
+ "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
389
+ "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
390
+ "model.layers.8.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
391
+ "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
392
+ "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
393
+ "model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
394
+ "model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
395
+ "model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
396
+ "model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
397
+ "model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
398
+ "model.layers.9.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
399
+ "model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
400
+ "model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
401
+ "model.layers.9.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
402
+ "model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
403
+ "model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
404
+ "model.norm.weight": "model-00002-of-00002.safetensors"
405
+ }
406
+ }
rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:955b895101e13c81ba510512313a06782795770a0bf998c90f718166d25f1664
3
+ size 15984
rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:096e351ace65ff91008be171a45173ed6369cc639fce73a288f671041e24b0ec
3
+ size 15984
rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f21c61b1a7e793bbdec183de3b52da90042305234bc7e5887986655cd3fc2192
3
+ size 15984
rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:348742498d81780506d9760c655a7a7555185b5fbd70a7ae296d88fd9aeecd84
3
+ size 15984
rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:399c4700dab9ae7b754110ce307fb7e26e22cb49b5bb233c435f0f12b77c202f
3
+ size 15984
rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:864ea2379cc907eb4189c52706cb978150d9c26e18abf74679590729a8f0c8e8
3
+ size 15984
rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25755ba07299ee6ff45936dd04df329596319c9f8095af71e6f3a219e7543e26
3
+ size 15984
rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:908f018cd701ed629c41299726da4a25f202f20a1d4bc2075a2266ed4013db3a
3
+ size 15984
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56ef787b02e3b40a13b599800ad87036df33f559cd1634b3c4473f4a4dc2298e
3
+ size 1064
special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
3
+ size 11422654
tokenizer_config.json ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<tool_response>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": false
188
+ },
189
+ "151666": {
190
+ "content": "</tool_response>",
191
+ "lstrip": false,
192
+ "normalized": false,
193
+ "rstrip": false,
194
+ "single_word": false,
195
+ "special": false
196
+ },
197
+ "151667": {
198
+ "content": "<think>",
199
+ "lstrip": false,
200
+ "normalized": false,
201
+ "rstrip": false,
202
+ "single_word": false,
203
+ "special": false
204
+ },
205
+ "151668": {
206
+ "content": "</think>",
207
+ "lstrip": false,
208
+ "normalized": false,
209
+ "rstrip": false,
210
+ "single_word": false,
211
+ "special": false
212
+ }
213
+ },
214
+ "additional_special_tokens": [
215
+ "<|im_start|>",
216
+ "<|im_end|>",
217
+ "<|object_ref_start|>",
218
+ "<|object_ref_end|>",
219
+ "<|box_start|>",
220
+ "<|box_end|>",
221
+ "<|quad_start|>",
222
+ "<|quad_end|>",
223
+ "<|vision_start|>",
224
+ "<|vision_end|>",
225
+ "<|vision_pad|>",
226
+ "<|image_pad|>",
227
+ "<|video_pad|>"
228
+ ],
229
+ "bos_token": null,
230
+ "clean_up_tokenization_spaces": false,
231
+ "eos_token": "<|im_end|>",
232
+ "errors": "replace",
233
+ "extra_special_tokens": {},
234
+ "model_max_length": 131072,
235
+ "pad_token": "<|endoftext|>",
236
+ "padding_side": "right",
237
+ "split_special_tokens": false,
238
+ "tokenizer_class": "Qwen2Tokenizer",
239
+ "unk_token": null
240
+ }
trainer_state.json ADDED
@@ -0,0 +1,3534 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.03999968000255998,
6
+ "eval_steps": 500,
7
+ "global_step": 5000,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 7.999936000511996e-05,
14
+ "grad_norm": 4.414881453815827,
15
+ "learning_rate": 7.199424046076314e-09,
16
+ "loss": 0.5441,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.00015999872001023991,
21
+ "grad_norm": 4.004957247533114,
22
+ "learning_rate": 1.519878409727222e-08,
23
+ "loss": 0.5353,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.00023999808001535987,
28
+ "grad_norm": 4.889790729834478,
29
+ "learning_rate": 2.3198144148468124e-08,
30
+ "loss": 0.537,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.00031999744002047983,
35
+ "grad_norm": 3.7138301639437508,
36
+ "learning_rate": 3.119750419966403e-08,
37
+ "loss": 0.5488,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.0003999968000255998,
42
+ "grad_norm": 4.208028943214464,
43
+ "learning_rate": 3.919686425085993e-08,
44
+ "loss": 0.5557,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.00047999616003071974,
49
+ "grad_norm": 4.326896533998126,
50
+ "learning_rate": 4.719622430205584e-08,
51
+ "loss": 0.5061,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.0005599955200358397,
56
+ "grad_norm": 7.1723877700496415,
57
+ "learning_rate": 5.519558435325175e-08,
58
+ "loss": 0.5193,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.0006399948800409597,
63
+ "grad_norm": 3.892238785520058,
64
+ "learning_rate": 6.319494440444764e-08,
65
+ "loss": 0.5311,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.0007199942400460796,
70
+ "grad_norm": 3.4517472540795513,
71
+ "learning_rate": 7.119430445564356e-08,
72
+ "loss": 0.5232,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.0007999936000511996,
77
+ "grad_norm": 4.094057558667446,
78
+ "learning_rate": 7.919366450683946e-08,
79
+ "loss": 0.5225,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.0008799929600563195,
84
+ "grad_norm": 3.4395682865399144,
85
+ "learning_rate": 8.719302455803536e-08,
86
+ "loss": 0.5371,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.0009599923200614395,
91
+ "grad_norm": 3.7029712275218682,
92
+ "learning_rate": 9.519238460923127e-08,
93
+ "loss": 0.5305,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.0010399916800665594,
98
+ "grad_norm": 3.493027269180126,
99
+ "learning_rate": 1.0319174466042718e-07,
100
+ "loss": 0.5167,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.0011199910400716794,
105
+ "grad_norm": 3.480790725115363,
106
+ "learning_rate": 1.1119110471162308e-07,
107
+ "loss": 0.5543,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.0011999904000767993,
112
+ "grad_norm": 3.0350778792458564,
113
+ "learning_rate": 1.1919046476281897e-07,
114
+ "loss": 0.5188,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.0012799897600819193,
119
+ "grad_norm": 2.7703962024693216,
120
+ "learning_rate": 1.271898248140149e-07,
121
+ "loss": 0.5176,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.0013599891200870393,
126
+ "grad_norm": 2.7312812150288277,
127
+ "learning_rate": 1.351891848652108e-07,
128
+ "loss": 0.5206,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.0014399884800921593,
133
+ "grad_norm": 2.6772442085163837,
134
+ "learning_rate": 1.431885449164067e-07,
135
+ "loss": 0.5187,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.0015199878400972793,
140
+ "grad_norm": 2.6017371604025503,
141
+ "learning_rate": 1.5118790496760262e-07,
142
+ "loss": 0.4858,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.0015999872001023993,
147
+ "grad_norm": 2.361921882047865,
148
+ "learning_rate": 1.5918726501879854e-07,
149
+ "loss": 0.4965,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.0016799865601075192,
154
+ "grad_norm": 1.9949603945902301,
155
+ "learning_rate": 1.6718662506999443e-07,
156
+ "loss": 0.49,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.001759985920112639,
161
+ "grad_norm": 1.689017850332906,
162
+ "learning_rate": 1.7518598512119031e-07,
163
+ "loss": 0.4474,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.001839985280117759,
168
+ "grad_norm": 1.7526108484730667,
169
+ "learning_rate": 1.8318534517238623e-07,
170
+ "loss": 0.4758,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.001919984640122879,
175
+ "grad_norm": 1.6619250196852287,
176
+ "learning_rate": 1.9118470522358212e-07,
177
+ "loss": 0.4551,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.001999984000127999,
182
+ "grad_norm": 1.4244411983222107,
183
+ "learning_rate": 1.9918406527477803e-07,
184
+ "loss": 0.4666,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.0020799833601331187,
189
+ "grad_norm": 1.4091371713945773,
190
+ "learning_rate": 2.0718342532597392e-07,
191
+ "loss": 0.4744,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.002159982720138239,
196
+ "grad_norm": 1.4037698231377602,
197
+ "learning_rate": 2.1518278537716986e-07,
198
+ "loss": 0.4577,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.0022399820801433587,
203
+ "grad_norm": 1.1233973407058262,
204
+ "learning_rate": 2.2318214542836575e-07,
205
+ "loss": 0.4442,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.002319981440148479,
210
+ "grad_norm": 1.0934034827825632,
211
+ "learning_rate": 2.3118150547956164e-07,
212
+ "loss": 0.4746,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.0023999808001535987,
217
+ "grad_norm": 0.9547032856231036,
218
+ "learning_rate": 2.3918086553075753e-07,
219
+ "loss": 0.4631,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.002479980160158719,
224
+ "grad_norm": 1.011447249716743,
225
+ "learning_rate": 2.4718022558195345e-07,
226
+ "loss": 0.4359,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.0025599795201638386,
231
+ "grad_norm": 0.7506687829382205,
232
+ "learning_rate": 2.5517958563314936e-07,
233
+ "loss": 0.4554,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.002639978880168959,
238
+ "grad_norm": 0.8268141903301145,
239
+ "learning_rate": 2.631789456843453e-07,
240
+ "loss": 0.4444,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.0027199782401740786,
245
+ "grad_norm": 0.9120933866995852,
246
+ "learning_rate": 2.711783057355412e-07,
247
+ "loss": 0.4662,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.0027999776001791984,
252
+ "grad_norm": 0.9481570868182263,
253
+ "learning_rate": 2.791776657867371e-07,
254
+ "loss": 0.4677,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.0028799769601843186,
259
+ "grad_norm": 0.8010445040150771,
260
+ "learning_rate": 2.8717702583793297e-07,
261
+ "loss": 0.4196,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.0029599763201894383,
266
+ "grad_norm": 0.8670839473253033,
267
+ "learning_rate": 2.951763858891289e-07,
268
+ "loss": 0.4492,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.0030399756801945585,
273
+ "grad_norm": 0.8536232676044045,
274
+ "learning_rate": 3.031757459403248e-07,
275
+ "loss": 0.4375,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.0031199750401996783,
280
+ "grad_norm": 0.8135677817452803,
281
+ "learning_rate": 3.111751059915207e-07,
282
+ "loss": 0.438,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.0031999744002047985,
287
+ "grad_norm": 0.9667962048008838,
288
+ "learning_rate": 3.191744660427166e-07,
289
+ "loss": 0.4348,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.0032799737602099183,
294
+ "grad_norm": 0.885059264680228,
295
+ "learning_rate": 3.271738260939125e-07,
296
+ "loss": 0.4295,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.0033599731202150385,
301
+ "grad_norm": 0.7112007856245484,
302
+ "learning_rate": 3.3517318614510846e-07,
303
+ "loss": 0.4412,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.0034399724802201583,
308
+ "grad_norm": 0.9486242885147141,
309
+ "learning_rate": 3.431725461963043e-07,
310
+ "loss": 0.4357,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.003519971840225278,
315
+ "grad_norm": 0.7792187180449996,
316
+ "learning_rate": 3.5117190624750024e-07,
317
+ "loss": 0.4053,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.0035999712002303982,
322
+ "grad_norm": 0.8013118911013118,
323
+ "learning_rate": 3.591712662986961e-07,
324
+ "loss": 0.4526,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.003679970560235518,
329
+ "grad_norm": 0.9290353407648725,
330
+ "learning_rate": 3.6717062634989207e-07,
331
+ "loss": 0.4394,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.003759969920240638,
336
+ "grad_norm": 0.7440275824040646,
337
+ "learning_rate": 3.7516998640108793e-07,
338
+ "loss": 0.4354,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.003839969280245758,
343
+ "grad_norm": 0.6661735557442742,
344
+ "learning_rate": 3.8316934645228385e-07,
345
+ "loss": 0.4132,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.003919968640250878,
350
+ "grad_norm": 0.80714967397643,
351
+ "learning_rate": 3.9116870650347976e-07,
352
+ "loss": 0.4247,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.003999968000255998,
357
+ "grad_norm": 0.7269691108846945,
358
+ "learning_rate": 3.9916806655467563e-07,
359
+ "loss": 0.4308,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 0.004079967360261118,
364
+ "grad_norm": 0.8112092339496537,
365
+ "learning_rate": 4.071674266058716e-07,
366
+ "loss": 0.4215,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 0.0041599667202662375,
371
+ "grad_norm": 0.8465738727092779,
372
+ "learning_rate": 4.1516678665706746e-07,
373
+ "loss": 0.4438,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 0.004239966080271358,
378
+ "grad_norm": 0.7947114246478345,
379
+ "learning_rate": 4.2316614670826337e-07,
380
+ "loss": 0.402,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 0.004319965440276478,
385
+ "grad_norm": 0.771445835897062,
386
+ "learning_rate": 4.311655067594593e-07,
387
+ "loss": 0.4434,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 0.004399964800281598,
392
+ "grad_norm": 0.7143580000434352,
393
+ "learning_rate": 4.3916486681065515e-07,
394
+ "loss": 0.4227,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 0.004479964160286717,
399
+ "grad_norm": 0.7487773075552359,
400
+ "learning_rate": 4.471642268618511e-07,
401
+ "loss": 0.438,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 0.004559963520291838,
406
+ "grad_norm": 0.7373810653849879,
407
+ "learning_rate": 4.55163586913047e-07,
408
+ "loss": 0.4288,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 0.004639962880296958,
413
+ "grad_norm": 0.7104505393064982,
414
+ "learning_rate": 4.631629469642429e-07,
415
+ "loss": 0.4462,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 0.004719962240302078,
420
+ "grad_norm": 0.6996674322090365,
421
+ "learning_rate": 4.7116230701543876e-07,
422
+ "loss": 0.4263,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 0.004799961600307197,
427
+ "grad_norm": 0.779468888606517,
428
+ "learning_rate": 4.791616670666347e-07,
429
+ "loss": 0.4378,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 0.0048799609603123175,
434
+ "grad_norm": 0.6348456379271163,
435
+ "learning_rate": 4.871610271178306e-07,
436
+ "loss": 0.4098,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 0.004959960320317438,
441
+ "grad_norm": 0.6384341588537313,
442
+ "learning_rate": 4.951603871690265e-07,
443
+ "loss": 0.4489,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 0.005039959680322557,
448
+ "grad_norm": 0.6779051066808497,
449
+ "learning_rate": 5.031597472202224e-07,
450
+ "loss": 0.4522,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 0.005119959040327677,
455
+ "grad_norm": 0.7405337420145796,
456
+ "learning_rate": 5.111591072714183e-07,
457
+ "loss": 0.4248,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 0.0051999584003327975,
462
+ "grad_norm": 0.6915688533513078,
463
+ "learning_rate": 5.191584673226143e-07,
464
+ "loss": 0.4129,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 0.005279957760337918,
469
+ "grad_norm": 0.6044444399034763,
470
+ "learning_rate": 5.271578273738101e-07,
471
+ "loss": 0.4237,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 0.005359957120343037,
476
+ "grad_norm": 0.7401624173362278,
477
+ "learning_rate": 5.351571874250061e-07,
478
+ "loss": 0.4216,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 0.005439956480348157,
483
+ "grad_norm": 0.7496141168534413,
484
+ "learning_rate": 5.43156547476202e-07,
485
+ "loss": 0.4268,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 0.005519955840353277,
490
+ "grad_norm": 0.730614366570662,
491
+ "learning_rate": 5.511559075273978e-07,
492
+ "loss": 0.4589,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 0.005599955200358397,
497
+ "grad_norm": 0.7836211351094068,
498
+ "learning_rate": 5.591552675785937e-07,
499
+ "loss": 0.4176,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 0.005679954560363517,
504
+ "grad_norm": 0.6648189022606215,
505
+ "learning_rate": 5.671546276297896e-07,
506
+ "loss": 0.4274,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 0.005759953920368637,
511
+ "grad_norm": 0.6607901995290275,
512
+ "learning_rate": 5.751539876809856e-07,
513
+ "loss": 0.428,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 0.005839953280373757,
518
+ "grad_norm": 0.8422142881250906,
519
+ "learning_rate": 5.831533477321815e-07,
520
+ "loss": 0.4206,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 0.005919952640378877,
525
+ "grad_norm": 0.8636103630308042,
526
+ "learning_rate": 5.911527077833774e-07,
527
+ "loss": 0.4384,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 0.005999952000383997,
532
+ "grad_norm": 0.7020283376881055,
533
+ "learning_rate": 5.991520678345733e-07,
534
+ "loss": 0.4336,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 0.006079951360389117,
539
+ "grad_norm": 0.6637768636661737,
540
+ "learning_rate": 6.071514278857692e-07,
541
+ "loss": 0.421,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 0.006159950720394236,
546
+ "grad_norm": 0.6720228370970702,
547
+ "learning_rate": 6.151507879369651e-07,
548
+ "loss": 0.4425,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 0.006239950080399357,
553
+ "grad_norm": 0.7915308024009126,
554
+ "learning_rate": 6.231501479881609e-07,
555
+ "loss": 0.4665,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 0.006319949440404477,
560
+ "grad_norm": 0.7005483141808596,
561
+ "learning_rate": 6.311495080393569e-07,
562
+ "loss": 0.4371,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 0.006399948800409597,
567
+ "grad_norm": 0.7085842808188052,
568
+ "learning_rate": 6.391488680905528e-07,
569
+ "loss": 0.4481,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 0.006479948160414716,
574
+ "grad_norm": 0.797364113205394,
575
+ "learning_rate": 6.471482281417488e-07,
576
+ "loss": 0.43,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 0.0065599475204198366,
581
+ "grad_norm": 0.7769920944189029,
582
+ "learning_rate": 6.551475881929446e-07,
583
+ "loss": 0.4421,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 0.006639946880424957,
588
+ "grad_norm": 0.7190098449382926,
589
+ "learning_rate": 6.631469482441405e-07,
590
+ "loss": 0.4524,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 0.006719946240430077,
595
+ "grad_norm": 0.8999089940382301,
596
+ "learning_rate": 6.711463082953363e-07,
597
+ "loss": 0.4327,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 0.006799945600435196,
602
+ "grad_norm": 0.8071258672281636,
603
+ "learning_rate": 6.791456683465323e-07,
604
+ "loss": 0.3999,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 0.0068799449604403165,
609
+ "grad_norm": 0.9718244104757909,
610
+ "learning_rate": 6.871450283977283e-07,
611
+ "loss": 0.4109,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 0.006959944320445437,
616
+ "grad_norm": 0.7260805899057289,
617
+ "learning_rate": 6.951443884489241e-07,
618
+ "loss": 0.4254,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 0.007039943680450556,
623
+ "grad_norm": 0.6793848246836304,
624
+ "learning_rate": 7.031437485001201e-07,
625
+ "loss": 0.4168,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 0.007119943040455676,
630
+ "grad_norm": 0.8220405330990818,
631
+ "learning_rate": 7.11143108551316e-07,
632
+ "loss": 0.4368,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 0.0071999424004607964,
637
+ "grad_norm": 0.8650021092848164,
638
+ "learning_rate": 7.191424686025118e-07,
639
+ "loss": 0.4336,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 0.007279941760465917,
644
+ "grad_norm": 0.6667689577948444,
645
+ "learning_rate": 7.271418286537078e-07,
646
+ "loss": 0.4325,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 0.007359941120471036,
651
+ "grad_norm": 0.6443211014509481,
652
+ "learning_rate": 7.351411887049036e-07,
653
+ "loss": 0.443,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 0.007439940480476156,
658
+ "grad_norm": 0.6067913066251965,
659
+ "learning_rate": 7.431405487560996e-07,
660
+ "loss": 0.4095,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 0.007519939840481276,
665
+ "grad_norm": 0.6935512372810877,
666
+ "learning_rate": 7.511399088072954e-07,
667
+ "loss": 0.4272,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 0.007599939200486396,
672
+ "grad_norm": 0.6599113657719949,
673
+ "learning_rate": 7.591392688584914e-07,
674
+ "loss": 0.3942,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 0.007679938560491516,
679
+ "grad_norm": 0.611225655896161,
680
+ "learning_rate": 7.671386289096873e-07,
681
+ "loss": 0.4451,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 0.007759937920496636,
686
+ "grad_norm": 0.757015652343119,
687
+ "learning_rate": 7.751379889608831e-07,
688
+ "loss": 0.4059,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 0.007839937280501755,
693
+ "grad_norm": 0.8456384517410107,
694
+ "learning_rate": 7.831373490120791e-07,
695
+ "loss": 0.4278,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 0.007919936640506876,
700
+ "grad_norm": 0.7996016208371923,
701
+ "learning_rate": 7.911367090632751e-07,
702
+ "loss": 0.4536,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 0.007999936000511996,
707
+ "grad_norm": 0.6228736248515305,
708
+ "learning_rate": 7.991360691144709e-07,
709
+ "loss": 0.3969,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 0.008079935360517116,
714
+ "grad_norm": 0.6440105424946402,
715
+ "learning_rate": 8.071354291656668e-07,
716
+ "loss": 0.4307,
717
+ "step": 1010
718
+ },
719
+ {
720
+ "epoch": 0.008159934720522236,
721
+ "grad_norm": 0.6636370756757088,
722
+ "learning_rate": 8.151347892168628e-07,
723
+ "loss": 0.4019,
724
+ "step": 1020
725
+ },
726
+ {
727
+ "epoch": 0.008239934080527356,
728
+ "grad_norm": 0.6534728964626215,
729
+ "learning_rate": 8.231341492680586e-07,
730
+ "loss": 0.4357,
731
+ "step": 1030
732
+ },
733
+ {
734
+ "epoch": 0.008319933440532475,
735
+ "grad_norm": 0.6854238349847609,
736
+ "learning_rate": 8.311335093192545e-07,
737
+ "loss": 0.4156,
738
+ "step": 1040
739
+ },
740
+ {
741
+ "epoch": 0.008399932800537595,
742
+ "grad_norm": 0.7692797686595098,
743
+ "learning_rate": 8.391328693704504e-07,
744
+ "loss": 0.4364,
745
+ "step": 1050
746
+ },
747
+ {
748
+ "epoch": 0.008479932160542715,
749
+ "grad_norm": 0.6892139807862941,
750
+ "learning_rate": 8.471322294216464e-07,
751
+ "loss": 0.4595,
752
+ "step": 1060
753
+ },
754
+ {
755
+ "epoch": 0.008559931520547836,
756
+ "grad_norm": 0.6786670330601587,
757
+ "learning_rate": 8.551315894728423e-07,
758
+ "loss": 0.4207,
759
+ "step": 1070
760
+ },
761
+ {
762
+ "epoch": 0.008639930880552956,
763
+ "grad_norm": 0.6118366771253826,
764
+ "learning_rate": 8.631309495240381e-07,
765
+ "loss": 0.4186,
766
+ "step": 1080
767
+ },
768
+ {
769
+ "epoch": 0.008719930240558076,
770
+ "grad_norm": 0.7157718863255984,
771
+ "learning_rate": 8.711303095752341e-07,
772
+ "loss": 0.4412,
773
+ "step": 1090
774
+ },
775
+ {
776
+ "epoch": 0.008799929600563196,
777
+ "grad_norm": 0.7102096103999658,
778
+ "learning_rate": 8.791296696264299e-07,
779
+ "loss": 0.4205,
780
+ "step": 1100
781
+ },
782
+ {
783
+ "epoch": 0.008879928960568315,
784
+ "grad_norm": 0.6326552697725677,
785
+ "learning_rate": 8.871290296776258e-07,
786
+ "loss": 0.4161,
787
+ "step": 1110
788
+ },
789
+ {
790
+ "epoch": 0.008959928320573435,
791
+ "grad_norm": 0.7455469536196851,
792
+ "learning_rate": 8.951283897288219e-07,
793
+ "loss": 0.4259,
794
+ "step": 1120
795
+ },
796
+ {
797
+ "epoch": 0.009039927680578555,
798
+ "grad_norm": 0.8219540514047248,
799
+ "learning_rate": 9.031277497800177e-07,
800
+ "loss": 0.4423,
801
+ "step": 1130
802
+ },
803
+ {
804
+ "epoch": 0.009119927040583675,
805
+ "grad_norm": 0.6428846698552027,
806
+ "learning_rate": 9.111271098312136e-07,
807
+ "loss": 0.432,
808
+ "step": 1140
809
+ },
810
+ {
811
+ "epoch": 0.009199926400588795,
812
+ "grad_norm": 0.7959015617833209,
813
+ "learning_rate": 9.191264698824094e-07,
814
+ "loss": 0.4374,
815
+ "step": 1150
816
+ },
817
+ {
818
+ "epoch": 0.009279925760593916,
819
+ "grad_norm": 0.722690696817927,
820
+ "learning_rate": 9.271258299336054e-07,
821
+ "loss": 0.4177,
822
+ "step": 1160
823
+ },
824
+ {
825
+ "epoch": 0.009359925120599036,
826
+ "grad_norm": 0.7583146312532495,
827
+ "learning_rate": 9.351251899848013e-07,
828
+ "loss": 0.4349,
829
+ "step": 1170
830
+ },
831
+ {
832
+ "epoch": 0.009439924480604156,
833
+ "grad_norm": 0.8841341873240007,
834
+ "learning_rate": 9.431245500359971e-07,
835
+ "loss": 0.4323,
836
+ "step": 1180
837
+ },
838
+ {
839
+ "epoch": 0.009519923840609274,
840
+ "grad_norm": 0.6844990736142492,
841
+ "learning_rate": 9.511239100871932e-07,
842
+ "loss": 0.4195,
843
+ "step": 1190
844
+ },
845
+ {
846
+ "epoch": 0.009599923200614395,
847
+ "grad_norm": 0.7129122863481299,
848
+ "learning_rate": 9.59123270138389e-07,
849
+ "loss": 0.4088,
850
+ "step": 1200
851
+ },
852
+ {
853
+ "epoch": 0.009679922560619515,
854
+ "grad_norm": 0.6532760834208395,
855
+ "learning_rate": 9.67122630189585e-07,
856
+ "loss": 0.3969,
857
+ "step": 1210
858
+ },
859
+ {
860
+ "epoch": 0.009759921920624635,
861
+ "grad_norm": 0.7563260927255472,
862
+ "learning_rate": 9.75121990240781e-07,
863
+ "loss": 0.4075,
864
+ "step": 1220
865
+ },
866
+ {
867
+ "epoch": 0.009839921280629755,
868
+ "grad_norm": 0.7704505024635662,
869
+ "learning_rate": 9.831213502919768e-07,
870
+ "loss": 0.3981,
871
+ "step": 1230
872
+ },
873
+ {
874
+ "epoch": 0.009919920640634875,
875
+ "grad_norm": 0.7056792723024738,
876
+ "learning_rate": 9.911207103431725e-07,
877
+ "loss": 0.4223,
878
+ "step": 1240
879
+ },
880
+ {
881
+ "epoch": 0.009999920000639996,
882
+ "grad_norm": 0.750390399783068,
883
+ "learning_rate": 9.991200703943684e-07,
884
+ "loss": 0.4102,
885
+ "step": 1250
886
+ },
887
+ {
888
+ "epoch": 0.010079919360645114,
889
+ "grad_norm": 0.7529460057363149,
890
+ "learning_rate": 1.0071194304455646e-06,
891
+ "loss": 0.4278,
892
+ "step": 1260
893
+ },
894
+ {
895
+ "epoch": 0.010159918720650234,
896
+ "grad_norm": 1.041695148553965,
897
+ "learning_rate": 1.0151187904967603e-06,
898
+ "loss": 0.4261,
899
+ "step": 1270
900
+ },
901
+ {
902
+ "epoch": 0.010239918080655355,
903
+ "grad_norm": 0.8098838670880232,
904
+ "learning_rate": 1.0231181505479562e-06,
905
+ "loss": 0.4163,
906
+ "step": 1280
907
+ },
908
+ {
909
+ "epoch": 0.010319917440660475,
910
+ "grad_norm": 0.7139180273227849,
911
+ "learning_rate": 1.0311175105991523e-06,
912
+ "loss": 0.4139,
913
+ "step": 1290
914
+ },
915
+ {
916
+ "epoch": 0.010399916800665595,
917
+ "grad_norm": 0.7293628900497775,
918
+ "learning_rate": 1.039116870650348e-06,
919
+ "loss": 0.4139,
920
+ "step": 1300
921
+ },
922
+ {
923
+ "epoch": 0.010479916160670715,
924
+ "grad_norm": 3.9899125178456276,
925
+ "learning_rate": 1.047116230701544e-06,
926
+ "loss": 0.4352,
927
+ "step": 1310
928
+ },
929
+ {
930
+ "epoch": 0.010559915520675835,
931
+ "grad_norm": 0.741428608083807,
932
+ "learning_rate": 1.0551155907527398e-06,
933
+ "loss": 0.4487,
934
+ "step": 1320
935
+ },
936
+ {
937
+ "epoch": 0.010639914880680954,
938
+ "grad_norm": 0.7645959836257802,
939
+ "learning_rate": 1.0631149508039358e-06,
940
+ "loss": 0.4509,
941
+ "step": 1330
942
+ },
943
+ {
944
+ "epoch": 0.010719914240686074,
945
+ "grad_norm": 0.6630163901596575,
946
+ "learning_rate": 1.0711143108551317e-06,
947
+ "loss": 0.422,
948
+ "step": 1340
949
+ },
950
+ {
951
+ "epoch": 0.010799913600691194,
952
+ "grad_norm": 0.7653242364061862,
953
+ "learning_rate": 1.0791136709063276e-06,
954
+ "loss": 0.4047,
955
+ "step": 1350
956
+ },
957
+ {
958
+ "epoch": 0.010879912960696314,
959
+ "grad_norm": 0.6952138151449674,
960
+ "learning_rate": 1.0871130309575235e-06,
961
+ "loss": 0.424,
962
+ "step": 1360
963
+ },
964
+ {
965
+ "epoch": 0.010959912320701435,
966
+ "grad_norm": 0.8400358998787617,
967
+ "learning_rate": 1.0951123910087194e-06,
968
+ "loss": 0.4329,
969
+ "step": 1370
970
+ },
971
+ {
972
+ "epoch": 0.011039911680706555,
973
+ "grad_norm": 0.7959368745719518,
974
+ "learning_rate": 1.1031117510599153e-06,
975
+ "loss": 0.4296,
976
+ "step": 1380
977
+ },
978
+ {
979
+ "epoch": 0.011119911040711675,
980
+ "grad_norm": 0.7182831330712102,
981
+ "learning_rate": 1.111111111111111e-06,
982
+ "loss": 0.4053,
983
+ "step": 1390
984
+ },
985
+ {
986
+ "epoch": 0.011199910400716794,
987
+ "grad_norm": 0.7631459457678664,
988
+ "learning_rate": 1.1191104711623072e-06,
989
+ "loss": 0.4174,
990
+ "step": 1400
991
+ },
992
+ {
993
+ "epoch": 0.011279909760721914,
994
+ "grad_norm": 0.6904060292491346,
995
+ "learning_rate": 1.127109831213503e-06,
996
+ "loss": 0.4262,
997
+ "step": 1410
998
+ },
999
+ {
1000
+ "epoch": 0.011359909120727034,
1001
+ "grad_norm": 0.7154968430224656,
1002
+ "learning_rate": 1.1351091912646988e-06,
1003
+ "loss": 0.4116,
1004
+ "step": 1420
1005
+ },
1006
+ {
1007
+ "epoch": 0.011439908480732154,
1008
+ "grad_norm": 0.6430506977204669,
1009
+ "learning_rate": 1.143108551315895e-06,
1010
+ "loss": 0.3985,
1011
+ "step": 1430
1012
+ },
1013
+ {
1014
+ "epoch": 0.011519907840737274,
1015
+ "grad_norm": 0.6060536937789834,
1016
+ "learning_rate": 1.1511079113670908e-06,
1017
+ "loss": 0.4366,
1018
+ "step": 1440
1019
+ },
1020
+ {
1021
+ "epoch": 0.011599907200742395,
1022
+ "grad_norm": 0.7070045694797042,
1023
+ "learning_rate": 1.1591072714182865e-06,
1024
+ "loss": 0.3951,
1025
+ "step": 1450
1026
+ },
1027
+ {
1028
+ "epoch": 0.011679906560747515,
1029
+ "grad_norm": 0.6799481270205386,
1030
+ "learning_rate": 1.1671066314694824e-06,
1031
+ "loss": 0.4277,
1032
+ "step": 1460
1033
+ },
1034
+ {
1035
+ "epoch": 0.011759905920752633,
1036
+ "grad_norm": 0.7706688131579046,
1037
+ "learning_rate": 1.1751059915206786e-06,
1038
+ "loss": 0.4106,
1039
+ "step": 1470
1040
+ },
1041
+ {
1042
+ "epoch": 0.011839905280757753,
1043
+ "grad_norm": 0.7659401655636618,
1044
+ "learning_rate": 1.1831053515718743e-06,
1045
+ "loss": 0.4147,
1046
+ "step": 1480
1047
+ },
1048
+ {
1049
+ "epoch": 0.011919904640762874,
1050
+ "grad_norm": 0.7880351649260696,
1051
+ "learning_rate": 1.1911047116230702e-06,
1052
+ "loss": 0.4018,
1053
+ "step": 1490
1054
+ },
1055
+ {
1056
+ "epoch": 0.011999904000767994,
1057
+ "grad_norm": 0.6643952514129879,
1058
+ "learning_rate": 1.1991040716742661e-06,
1059
+ "loss": 0.4225,
1060
+ "step": 1500
1061
+ },
1062
+ {
1063
+ "epoch": 0.012079903360773114,
1064
+ "grad_norm": 0.7410891062680932,
1065
+ "learning_rate": 1.207103431725462e-06,
1066
+ "loss": 0.4235,
1067
+ "step": 1510
1068
+ },
1069
+ {
1070
+ "epoch": 0.012159902720778234,
1071
+ "grad_norm": 0.6702465025094532,
1072
+ "learning_rate": 1.215102791776658e-06,
1073
+ "loss": 0.4485,
1074
+ "step": 1520
1075
+ },
1076
+ {
1077
+ "epoch": 0.012239902080783354,
1078
+ "grad_norm": 0.72511805103151,
1079
+ "learning_rate": 1.2231021518278539e-06,
1080
+ "loss": 0.4075,
1081
+ "step": 1530
1082
+ },
1083
+ {
1084
+ "epoch": 0.012319901440788473,
1085
+ "grad_norm": 0.7364457263640842,
1086
+ "learning_rate": 1.2311015118790498e-06,
1087
+ "loss": 0.4209,
1088
+ "step": 1540
1089
+ },
1090
+ {
1091
+ "epoch": 0.012399900800793593,
1092
+ "grad_norm": 0.6760801533876919,
1093
+ "learning_rate": 1.2391008719302457e-06,
1094
+ "loss": 0.4153,
1095
+ "step": 1550
1096
+ },
1097
+ {
1098
+ "epoch": 0.012479900160798713,
1099
+ "grad_norm": 1.329240774622819,
1100
+ "learning_rate": 1.2471002319814416e-06,
1101
+ "loss": 0.4569,
1102
+ "step": 1560
1103
+ },
1104
+ {
1105
+ "epoch": 0.012559899520803833,
1106
+ "grad_norm": 0.7197695590369367,
1107
+ "learning_rate": 1.2550995920326375e-06,
1108
+ "loss": 0.4148,
1109
+ "step": 1570
1110
+ },
1111
+ {
1112
+ "epoch": 0.012639898880808954,
1113
+ "grad_norm": 0.7197146321929337,
1114
+ "learning_rate": 1.2630989520838332e-06,
1115
+ "loss": 0.4309,
1116
+ "step": 1580
1117
+ },
1118
+ {
1119
+ "epoch": 0.012719898240814074,
1120
+ "grad_norm": 0.6941046794760515,
1121
+ "learning_rate": 1.2710983121350293e-06,
1122
+ "loss": 0.4266,
1123
+ "step": 1590
1124
+ },
1125
+ {
1126
+ "epoch": 0.012799897600819194,
1127
+ "grad_norm": 0.6685733935987979,
1128
+ "learning_rate": 1.2790976721862253e-06,
1129
+ "loss": 0.4148,
1130
+ "step": 1600
1131
+ },
1132
+ {
1133
+ "epoch": 0.012879896960824314,
1134
+ "grad_norm": 0.829963069106683,
1135
+ "learning_rate": 1.287097032237421e-06,
1136
+ "loss": 0.438,
1137
+ "step": 1610
1138
+ },
1139
+ {
1140
+ "epoch": 0.012959896320829433,
1141
+ "grad_norm": 0.8772001383565942,
1142
+ "learning_rate": 1.295096392288617e-06,
1143
+ "loss": 0.4167,
1144
+ "step": 1620
1145
+ },
1146
+ {
1147
+ "epoch": 0.013039895680834553,
1148
+ "grad_norm": 0.7693529714105686,
1149
+ "learning_rate": 1.303095752339813e-06,
1150
+ "loss": 0.4465,
1151
+ "step": 1630
1152
+ },
1153
+ {
1154
+ "epoch": 0.013119895040839673,
1155
+ "grad_norm": 0.6969819161826472,
1156
+ "learning_rate": 1.3110951123910087e-06,
1157
+ "loss": 0.4374,
1158
+ "step": 1640
1159
+ },
1160
+ {
1161
+ "epoch": 0.013199894400844793,
1162
+ "grad_norm": 0.7245418409893126,
1163
+ "learning_rate": 1.3190944724422048e-06,
1164
+ "loss": 0.4375,
1165
+ "step": 1650
1166
+ },
1167
+ {
1168
+ "epoch": 0.013279893760849914,
1169
+ "grad_norm": 0.6704658854506884,
1170
+ "learning_rate": 1.3270938324934008e-06,
1171
+ "loss": 0.4144,
1172
+ "step": 1660
1173
+ },
1174
+ {
1175
+ "epoch": 0.013359893120855034,
1176
+ "grad_norm": 0.7596780468310279,
1177
+ "learning_rate": 1.3350931925445965e-06,
1178
+ "loss": 0.4142,
1179
+ "step": 1670
1180
+ },
1181
+ {
1182
+ "epoch": 0.013439892480860154,
1183
+ "grad_norm": 0.799033496950235,
1184
+ "learning_rate": 1.3430925525957924e-06,
1185
+ "loss": 0.424,
1186
+ "step": 1680
1187
+ },
1188
+ {
1189
+ "epoch": 0.013519891840865272,
1190
+ "grad_norm": 0.8360146268303155,
1191
+ "learning_rate": 1.3510919126469885e-06,
1192
+ "loss": 0.4104,
1193
+ "step": 1690
1194
+ },
1195
+ {
1196
+ "epoch": 0.013599891200870393,
1197
+ "grad_norm": 0.7830381641790578,
1198
+ "learning_rate": 1.3590912726981842e-06,
1199
+ "loss": 0.4067,
1200
+ "step": 1700
1201
+ },
1202
+ {
1203
+ "epoch": 0.013679890560875513,
1204
+ "grad_norm": 0.7376045815830132,
1205
+ "learning_rate": 1.3670906327493801e-06,
1206
+ "loss": 0.4232,
1207
+ "step": 1710
1208
+ },
1209
+ {
1210
+ "epoch": 0.013759889920880633,
1211
+ "grad_norm": 0.7780257393234633,
1212
+ "learning_rate": 1.3750899928005762e-06,
1213
+ "loss": 0.4001,
1214
+ "step": 1720
1215
+ },
1216
+ {
1217
+ "epoch": 0.013839889280885753,
1218
+ "grad_norm": 0.7400853428241427,
1219
+ "learning_rate": 1.383089352851772e-06,
1220
+ "loss": 0.4283,
1221
+ "step": 1730
1222
+ },
1223
+ {
1224
+ "epoch": 0.013919888640890873,
1225
+ "grad_norm": 0.6301335389858812,
1226
+ "learning_rate": 1.3910887129029679e-06,
1227
+ "loss": 0.4315,
1228
+ "step": 1740
1229
+ },
1230
+ {
1231
+ "epoch": 0.013999888000895994,
1232
+ "grad_norm": 0.6873058205506691,
1233
+ "learning_rate": 1.3990880729541636e-06,
1234
+ "loss": 0.4294,
1235
+ "step": 1750
1236
+ },
1237
+ {
1238
+ "epoch": 0.014079887360901112,
1239
+ "grad_norm": 0.6118849450571252,
1240
+ "learning_rate": 1.4070874330053597e-06,
1241
+ "loss": 0.4116,
1242
+ "step": 1760
1243
+ },
1244
+ {
1245
+ "epoch": 0.014159886720906232,
1246
+ "grad_norm": 0.8643963519063279,
1247
+ "learning_rate": 1.4150867930565556e-06,
1248
+ "loss": 0.4189,
1249
+ "step": 1770
1250
+ },
1251
+ {
1252
+ "epoch": 0.014239886080911352,
1253
+ "grad_norm": 0.6986286668684888,
1254
+ "learning_rate": 1.4230861531077513e-06,
1255
+ "loss": 0.4393,
1256
+ "step": 1780
1257
+ },
1258
+ {
1259
+ "epoch": 0.014319885440916473,
1260
+ "grad_norm": 0.7361554237470329,
1261
+ "learning_rate": 1.4310855131589474e-06,
1262
+ "loss": 0.4048,
1263
+ "step": 1790
1264
+ },
1265
+ {
1266
+ "epoch": 0.014399884800921593,
1267
+ "grad_norm": 0.7526595512221772,
1268
+ "learning_rate": 1.4390848732101434e-06,
1269
+ "loss": 0.4434,
1270
+ "step": 1800
1271
+ },
1272
+ {
1273
+ "epoch": 0.014479884160926713,
1274
+ "grad_norm": 0.6793121490590498,
1275
+ "learning_rate": 1.447084233261339e-06,
1276
+ "loss": 0.4313,
1277
+ "step": 1810
1278
+ },
1279
+ {
1280
+ "epoch": 0.014559883520931833,
1281
+ "grad_norm": 0.7503593630371851,
1282
+ "learning_rate": 1.4550835933125352e-06,
1283
+ "loss": 0.4363,
1284
+ "step": 1820
1285
+ },
1286
+ {
1287
+ "epoch": 0.014639882880936952,
1288
+ "grad_norm": 0.6631126747097913,
1289
+ "learning_rate": 1.463082953363731e-06,
1290
+ "loss": 0.4172,
1291
+ "step": 1830
1292
+ },
1293
+ {
1294
+ "epoch": 0.014719882240942072,
1295
+ "grad_norm": 0.6201041671912539,
1296
+ "learning_rate": 1.4710823134149268e-06,
1297
+ "loss": 0.426,
1298
+ "step": 1840
1299
+ },
1300
+ {
1301
+ "epoch": 0.014799881600947192,
1302
+ "grad_norm": 0.7986575840999489,
1303
+ "learning_rate": 1.479081673466123e-06,
1304
+ "loss": 0.4418,
1305
+ "step": 1850
1306
+ },
1307
+ {
1308
+ "epoch": 0.014879880960952312,
1309
+ "grad_norm": 0.7485644191714067,
1310
+ "learning_rate": 1.4870810335173188e-06,
1311
+ "loss": 0.4315,
1312
+ "step": 1860
1313
+ },
1314
+ {
1315
+ "epoch": 0.014959880320957433,
1316
+ "grad_norm": 0.767180980787683,
1317
+ "learning_rate": 1.4950803935685146e-06,
1318
+ "loss": 0.44,
1319
+ "step": 1870
1320
+ },
1321
+ {
1322
+ "epoch": 0.015039879680962553,
1323
+ "grad_norm": 0.7085244935047633,
1324
+ "learning_rate": 1.5030797536197107e-06,
1325
+ "loss": 0.4197,
1326
+ "step": 1880
1327
+ },
1328
+ {
1329
+ "epoch": 0.015119879040967673,
1330
+ "grad_norm": 0.9096558305501717,
1331
+ "learning_rate": 1.5110791136709064e-06,
1332
+ "loss": 0.4276,
1333
+ "step": 1890
1334
+ },
1335
+ {
1336
+ "epoch": 0.015199878400972791,
1337
+ "grad_norm": 0.7782449144127891,
1338
+ "learning_rate": 1.5190784737221023e-06,
1339
+ "loss": 0.4433,
1340
+ "step": 1900
1341
+ },
1342
+ {
1343
+ "epoch": 0.015279877760977912,
1344
+ "grad_norm": 0.6784288997728832,
1345
+ "learning_rate": 1.5270778337732984e-06,
1346
+ "loss": 0.408,
1347
+ "step": 1910
1348
+ },
1349
+ {
1350
+ "epoch": 0.015359877120983032,
1351
+ "grad_norm": 0.7394160138728095,
1352
+ "learning_rate": 1.5350771938244941e-06,
1353
+ "loss": 0.427,
1354
+ "step": 1920
1355
+ },
1356
+ {
1357
+ "epoch": 0.015439876480988152,
1358
+ "grad_norm": 0.7020184796096351,
1359
+ "learning_rate": 1.54307655387569e-06,
1360
+ "loss": 0.4585,
1361
+ "step": 1930
1362
+ },
1363
+ {
1364
+ "epoch": 0.015519875840993272,
1365
+ "grad_norm": 0.6570216742745165,
1366
+ "learning_rate": 1.551075913926886e-06,
1367
+ "loss": 0.4203,
1368
+ "step": 1940
1369
+ },
1370
+ {
1371
+ "epoch": 0.015599875200998392,
1372
+ "grad_norm": 0.6492915506893296,
1373
+ "learning_rate": 1.5590752739780819e-06,
1374
+ "loss": 0.4225,
1375
+ "step": 1950
1376
+ },
1377
+ {
1378
+ "epoch": 0.01567987456100351,
1379
+ "grad_norm": 0.6404207960330748,
1380
+ "learning_rate": 1.5670746340292778e-06,
1381
+ "loss": 0.4155,
1382
+ "step": 1960
1383
+ },
1384
+ {
1385
+ "epoch": 0.01575987392100863,
1386
+ "grad_norm": 0.7069937527425317,
1387
+ "learning_rate": 1.5750739940804737e-06,
1388
+ "loss": 0.4017,
1389
+ "step": 1970
1390
+ },
1391
+ {
1392
+ "epoch": 0.01583987328101375,
1393
+ "grad_norm": 0.7497814910327999,
1394
+ "learning_rate": 1.5830733541316694e-06,
1395
+ "loss": 0.4336,
1396
+ "step": 1980
1397
+ },
1398
+ {
1399
+ "epoch": 0.01591987264101887,
1400
+ "grad_norm": 0.997502334828043,
1401
+ "learning_rate": 1.5910727141828655e-06,
1402
+ "loss": 0.4252,
1403
+ "step": 1990
1404
+ },
1405
+ {
1406
+ "epoch": 0.01599987200102399,
1407
+ "grad_norm": 0.7051737520195863,
1408
+ "learning_rate": 1.5990720742340615e-06,
1409
+ "loss": 0.4136,
1410
+ "step": 2000
1411
+ },
1412
+ {
1413
+ "epoch": 0.016079871361029112,
1414
+ "grad_norm": 0.7358677233078202,
1415
+ "learning_rate": 1.6070714342852572e-06,
1416
+ "loss": 0.4041,
1417
+ "step": 2010
1418
+ },
1419
+ {
1420
+ "epoch": 0.016159870721034232,
1421
+ "grad_norm": 0.7232160368639224,
1422
+ "learning_rate": 1.6150707943364533e-06,
1423
+ "loss": 0.3925,
1424
+ "step": 2020
1425
+ },
1426
+ {
1427
+ "epoch": 0.016239870081039352,
1428
+ "grad_norm": 0.7492396218793221,
1429
+ "learning_rate": 1.6230701543876492e-06,
1430
+ "loss": 0.4453,
1431
+ "step": 2030
1432
+ },
1433
+ {
1434
+ "epoch": 0.016319869441044473,
1435
+ "grad_norm": 0.7879468186487532,
1436
+ "learning_rate": 1.631069514438845e-06,
1437
+ "loss": 0.4143,
1438
+ "step": 2040
1439
+ },
1440
+ {
1441
+ "epoch": 0.016399868801049593,
1442
+ "grad_norm": 0.7027247029038095,
1443
+ "learning_rate": 1.639068874490041e-06,
1444
+ "loss": 0.4487,
1445
+ "step": 2050
1446
+ },
1447
+ {
1448
+ "epoch": 0.016479868161054713,
1449
+ "grad_norm": 0.6646702988688921,
1450
+ "learning_rate": 1.6470682345412367e-06,
1451
+ "loss": 0.4189,
1452
+ "step": 2060
1453
+ },
1454
+ {
1455
+ "epoch": 0.016559867521059833,
1456
+ "grad_norm": 0.7214592394412016,
1457
+ "learning_rate": 1.6550675945924326e-06,
1458
+ "loss": 0.4298,
1459
+ "step": 2070
1460
+ },
1461
+ {
1462
+ "epoch": 0.01663986688106495,
1463
+ "grad_norm": 0.7009780752105863,
1464
+ "learning_rate": 1.6630669546436288e-06,
1465
+ "loss": 0.43,
1466
+ "step": 2080
1467
+ },
1468
+ {
1469
+ "epoch": 0.01671986624107007,
1470
+ "grad_norm": 0.6802031501540443,
1471
+ "learning_rate": 1.6710663146948245e-06,
1472
+ "loss": 0.4064,
1473
+ "step": 2090
1474
+ },
1475
+ {
1476
+ "epoch": 0.01679986560107519,
1477
+ "grad_norm": 0.7764568933093239,
1478
+ "learning_rate": 1.6790656747460204e-06,
1479
+ "loss": 0.4192,
1480
+ "step": 2100
1481
+ },
1482
+ {
1483
+ "epoch": 0.01687986496108031,
1484
+ "grad_norm": 0.7257831241745193,
1485
+ "learning_rate": 1.6870650347972165e-06,
1486
+ "loss": 0.4137,
1487
+ "step": 2110
1488
+ },
1489
+ {
1490
+ "epoch": 0.01695986432108543,
1491
+ "grad_norm": 0.7231093177815116,
1492
+ "learning_rate": 1.6950643948484122e-06,
1493
+ "loss": 0.4321,
1494
+ "step": 2120
1495
+ },
1496
+ {
1497
+ "epoch": 0.01703986368109055,
1498
+ "grad_norm": 0.7604848904942334,
1499
+ "learning_rate": 1.7030637548996081e-06,
1500
+ "loss": 0.4173,
1501
+ "step": 2130
1502
+ },
1503
+ {
1504
+ "epoch": 0.01711986304109567,
1505
+ "grad_norm": 0.8671202797505491,
1506
+ "learning_rate": 1.7110631149508043e-06,
1507
+ "loss": 0.4172,
1508
+ "step": 2140
1509
+ },
1510
+ {
1511
+ "epoch": 0.01719986240110079,
1512
+ "grad_norm": 0.8818905733108134,
1513
+ "learning_rate": 1.719062475002e-06,
1514
+ "loss": 0.4096,
1515
+ "step": 2150
1516
+ },
1517
+ {
1518
+ "epoch": 0.01727986176110591,
1519
+ "grad_norm": 0.7073377083366502,
1520
+ "learning_rate": 1.7270618350531959e-06,
1521
+ "loss": 0.4327,
1522
+ "step": 2160
1523
+ },
1524
+ {
1525
+ "epoch": 0.01735986112111103,
1526
+ "grad_norm": 0.9637856611728648,
1527
+ "learning_rate": 1.735061195104392e-06,
1528
+ "loss": 0.457,
1529
+ "step": 2170
1530
+ },
1531
+ {
1532
+ "epoch": 0.017439860481116152,
1533
+ "grad_norm": 0.7763253238443666,
1534
+ "learning_rate": 1.7430605551555877e-06,
1535
+ "loss": 0.4444,
1536
+ "step": 2180
1537
+ },
1538
+ {
1539
+ "epoch": 0.017519859841121272,
1540
+ "grad_norm": 0.7532387544984117,
1541
+ "learning_rate": 1.7510599152067836e-06,
1542
+ "loss": 0.4193,
1543
+ "step": 2190
1544
+ },
1545
+ {
1546
+ "epoch": 0.017599859201126392,
1547
+ "grad_norm": 0.7001703245870058,
1548
+ "learning_rate": 1.7590592752579793e-06,
1549
+ "loss": 0.4334,
1550
+ "step": 2200
1551
+ },
1552
+ {
1553
+ "epoch": 0.017679858561131512,
1554
+ "grad_norm": 0.653320909525973,
1555
+ "learning_rate": 1.7670586353091755e-06,
1556
+ "loss": 0.4137,
1557
+ "step": 2210
1558
+ },
1559
+ {
1560
+ "epoch": 0.01775985792113663,
1561
+ "grad_norm": 0.6431905950303065,
1562
+ "learning_rate": 1.7750579953603714e-06,
1563
+ "loss": 0.4056,
1564
+ "step": 2220
1565
+ },
1566
+ {
1567
+ "epoch": 0.01783985728114175,
1568
+ "grad_norm": 0.6355510699319944,
1569
+ "learning_rate": 1.783057355411567e-06,
1570
+ "loss": 0.3967,
1571
+ "step": 2230
1572
+ },
1573
+ {
1574
+ "epoch": 0.01791985664114687,
1575
+ "grad_norm": 1.2693108108319435,
1576
+ "learning_rate": 1.7910567154627632e-06,
1577
+ "loss": 0.3958,
1578
+ "step": 2240
1579
+ },
1580
+ {
1581
+ "epoch": 0.01799985600115199,
1582
+ "grad_norm": 0.7084484301635297,
1583
+ "learning_rate": 1.7990560755139591e-06,
1584
+ "loss": 0.4341,
1585
+ "step": 2250
1586
+ },
1587
+ {
1588
+ "epoch": 0.01807985536115711,
1589
+ "grad_norm": 0.7305495029250423,
1590
+ "learning_rate": 1.8070554355651548e-06,
1591
+ "loss": 0.4343,
1592
+ "step": 2260
1593
+ },
1594
+ {
1595
+ "epoch": 0.01815985472116223,
1596
+ "grad_norm": 0.7855576477357182,
1597
+ "learning_rate": 1.8150547956163507e-06,
1598
+ "loss": 0.4158,
1599
+ "step": 2270
1600
+ },
1601
+ {
1602
+ "epoch": 0.01823985408116735,
1603
+ "grad_norm": 0.8272843321029247,
1604
+ "learning_rate": 1.8230541556675469e-06,
1605
+ "loss": 0.4355,
1606
+ "step": 2280
1607
+ },
1608
+ {
1609
+ "epoch": 0.01831985344117247,
1610
+ "grad_norm": 0.753702291149743,
1611
+ "learning_rate": 1.8310535157187426e-06,
1612
+ "loss": 0.4025,
1613
+ "step": 2290
1614
+ },
1615
+ {
1616
+ "epoch": 0.01839985280117759,
1617
+ "grad_norm": 0.7598104262546688,
1618
+ "learning_rate": 1.8390528757699385e-06,
1619
+ "loss": 0.413,
1620
+ "step": 2300
1621
+ },
1622
+ {
1623
+ "epoch": 0.01847985216118271,
1624
+ "grad_norm": 0.7611395927729616,
1625
+ "learning_rate": 1.8470522358211346e-06,
1626
+ "loss": 0.4373,
1627
+ "step": 2310
1628
+ },
1629
+ {
1630
+ "epoch": 0.01855985152118783,
1631
+ "grad_norm": 0.760722694363519,
1632
+ "learning_rate": 1.8550515958723303e-06,
1633
+ "loss": 0.4179,
1634
+ "step": 2320
1635
+ },
1636
+ {
1637
+ "epoch": 0.01863985088119295,
1638
+ "grad_norm": 0.5957047498546761,
1639
+ "learning_rate": 1.8630509559235262e-06,
1640
+ "loss": 0.4231,
1641
+ "step": 2330
1642
+ },
1643
+ {
1644
+ "epoch": 0.01871985024119807,
1645
+ "grad_norm": 0.7186940138009597,
1646
+ "learning_rate": 1.8710503159747224e-06,
1647
+ "loss": 0.4171,
1648
+ "step": 2340
1649
+ },
1650
+ {
1651
+ "epoch": 0.018799849601203192,
1652
+ "grad_norm": 0.7760364408450707,
1653
+ "learning_rate": 1.879049676025918e-06,
1654
+ "loss": 0.4003,
1655
+ "step": 2350
1656
+ },
1657
+ {
1658
+ "epoch": 0.018879848961208312,
1659
+ "grad_norm": 0.7481302705420546,
1660
+ "learning_rate": 1.887049036077114e-06,
1661
+ "loss": 0.4182,
1662
+ "step": 2360
1663
+ },
1664
+ {
1665
+ "epoch": 0.01895984832121343,
1666
+ "grad_norm": 0.7358536669321117,
1667
+ "learning_rate": 1.8950483961283097e-06,
1668
+ "loss": 0.4272,
1669
+ "step": 2370
1670
+ },
1671
+ {
1672
+ "epoch": 0.01903984768121855,
1673
+ "grad_norm": 0.7602582219791679,
1674
+ "learning_rate": 1.9030477561795058e-06,
1675
+ "loss": 0.4157,
1676
+ "step": 2380
1677
+ },
1678
+ {
1679
+ "epoch": 0.01911984704122367,
1680
+ "grad_norm": 0.7426387012574098,
1681
+ "learning_rate": 1.911047116230702e-06,
1682
+ "loss": 0.4136,
1683
+ "step": 2390
1684
+ },
1685
+ {
1686
+ "epoch": 0.01919984640122879,
1687
+ "grad_norm": 0.6954613448087369,
1688
+ "learning_rate": 1.9190464762818974e-06,
1689
+ "loss": 0.4081,
1690
+ "step": 2400
1691
+ },
1692
+ {
1693
+ "epoch": 0.01927984576123391,
1694
+ "grad_norm": 0.7604294663875293,
1695
+ "learning_rate": 1.9270458363330933e-06,
1696
+ "loss": 0.4116,
1697
+ "step": 2410
1698
+ },
1699
+ {
1700
+ "epoch": 0.01935984512123903,
1701
+ "grad_norm": 0.7196806209080392,
1702
+ "learning_rate": 1.9350451963842897e-06,
1703
+ "loss": 0.4253,
1704
+ "step": 2420
1705
+ },
1706
+ {
1707
+ "epoch": 0.01943984448124415,
1708
+ "grad_norm": 0.7619473447002568,
1709
+ "learning_rate": 1.943044556435485e-06,
1710
+ "loss": 0.4048,
1711
+ "step": 2430
1712
+ },
1713
+ {
1714
+ "epoch": 0.01951984384124927,
1715
+ "grad_norm": 0.7052222380767645,
1716
+ "learning_rate": 1.951043916486681e-06,
1717
+ "loss": 0.4092,
1718
+ "step": 2440
1719
+ },
1720
+ {
1721
+ "epoch": 0.01959984320125439,
1722
+ "grad_norm": 0.6311702076235657,
1723
+ "learning_rate": 1.9590432765378774e-06,
1724
+ "loss": 0.409,
1725
+ "step": 2450
1726
+ },
1727
+ {
1728
+ "epoch": 0.01967984256125951,
1729
+ "grad_norm": 0.7989650814927569,
1730
+ "learning_rate": 1.967042636589073e-06,
1731
+ "loss": 0.4031,
1732
+ "step": 2460
1733
+ },
1734
+ {
1735
+ "epoch": 0.01975984192126463,
1736
+ "grad_norm": 0.7243725001067509,
1737
+ "learning_rate": 1.975041996640269e-06,
1738
+ "loss": 0.4139,
1739
+ "step": 2470
1740
+ },
1741
+ {
1742
+ "epoch": 0.01983984128126975,
1743
+ "grad_norm": 0.7689695050248523,
1744
+ "learning_rate": 1.983041356691465e-06,
1745
+ "loss": 0.419,
1746
+ "step": 2480
1747
+ },
1748
+ {
1749
+ "epoch": 0.01991984064127487,
1750
+ "grad_norm": 0.6784111247678405,
1751
+ "learning_rate": 1.9910407167426607e-06,
1752
+ "loss": 0.4255,
1753
+ "step": 2490
1754
+ },
1755
+ {
1756
+ "epoch": 0.01999984000127999,
1757
+ "grad_norm": 0.696241896489532,
1758
+ "learning_rate": 1.9990400767938566e-06,
1759
+ "loss": 0.4387,
1760
+ "step": 2500
1761
+ },
1762
+ {
1763
+ "epoch": 0.020079839361285108,
1764
+ "grad_norm": 0.7337662500397681,
1765
+ "learning_rate": 2.0070394368450525e-06,
1766
+ "loss": 0.4107,
1767
+ "step": 2510
1768
+ },
1769
+ {
1770
+ "epoch": 0.02015983872129023,
1771
+ "grad_norm": 0.7522121421950386,
1772
+ "learning_rate": 2.0150387968962484e-06,
1773
+ "loss": 0.4341,
1774
+ "step": 2520
1775
+ },
1776
+ {
1777
+ "epoch": 0.02023983808129535,
1778
+ "grad_norm": 0.7635117961228429,
1779
+ "learning_rate": 2.0230381569474443e-06,
1780
+ "loss": 0.444,
1781
+ "step": 2530
1782
+ },
1783
+ {
1784
+ "epoch": 0.02031983744130047,
1785
+ "grad_norm": 0.7258340461733414,
1786
+ "learning_rate": 2.0310375169986402e-06,
1787
+ "loss": 0.4532,
1788
+ "step": 2540
1789
+ },
1790
+ {
1791
+ "epoch": 0.02039983680130559,
1792
+ "grad_norm": 0.8227531741667117,
1793
+ "learning_rate": 2.039036877049836e-06,
1794
+ "loss": 0.4211,
1795
+ "step": 2550
1796
+ },
1797
+ {
1798
+ "epoch": 0.02047983616131071,
1799
+ "grad_norm": 0.8046278992558573,
1800
+ "learning_rate": 2.047036237101032e-06,
1801
+ "loss": 0.4304,
1802
+ "step": 2560
1803
+ },
1804
+ {
1805
+ "epoch": 0.02055983552131583,
1806
+ "grad_norm": 0.8583586766230429,
1807
+ "learning_rate": 2.055035597152228e-06,
1808
+ "loss": 0.389,
1809
+ "step": 2570
1810
+ },
1811
+ {
1812
+ "epoch": 0.02063983488132095,
1813
+ "grad_norm": 0.7059091393994599,
1814
+ "learning_rate": 2.063034957203424e-06,
1815
+ "loss": 0.4143,
1816
+ "step": 2580
1817
+ },
1818
+ {
1819
+ "epoch": 0.02071983424132607,
1820
+ "grad_norm": 0.7169812723780176,
1821
+ "learning_rate": 2.07103431725462e-06,
1822
+ "loss": 0.4231,
1823
+ "step": 2590
1824
+ },
1825
+ {
1826
+ "epoch": 0.02079983360133119,
1827
+ "grad_norm": 0.744498117665369,
1828
+ "learning_rate": 2.0790336773058157e-06,
1829
+ "loss": 0.3931,
1830
+ "step": 2600
1831
+ },
1832
+ {
1833
+ "epoch": 0.02087983296133631,
1834
+ "grad_norm": 0.8714679551154206,
1835
+ "learning_rate": 2.0870330373570117e-06,
1836
+ "loss": 0.4227,
1837
+ "step": 2610
1838
+ },
1839
+ {
1840
+ "epoch": 0.02095983232134143,
1841
+ "grad_norm": 0.6310793333444085,
1842
+ "learning_rate": 2.0950323974082076e-06,
1843
+ "loss": 0.4092,
1844
+ "step": 2620
1845
+ },
1846
+ {
1847
+ "epoch": 0.02103983168134655,
1848
+ "grad_norm": 0.7793866057944923,
1849
+ "learning_rate": 2.1030317574594035e-06,
1850
+ "loss": 0.4139,
1851
+ "step": 2630
1852
+ },
1853
+ {
1854
+ "epoch": 0.02111983104135167,
1855
+ "grad_norm": 0.8117526334063988,
1856
+ "learning_rate": 2.1110311175105994e-06,
1857
+ "loss": 0.4154,
1858
+ "step": 2640
1859
+ },
1860
+ {
1861
+ "epoch": 0.021199830401356787,
1862
+ "grad_norm": 0.7466901509429923,
1863
+ "learning_rate": 2.1190304775617953e-06,
1864
+ "loss": 0.4139,
1865
+ "step": 2650
1866
+ },
1867
+ {
1868
+ "epoch": 0.021279829761361908,
1869
+ "grad_norm": 0.9396797684739518,
1870
+ "learning_rate": 2.1270298376129912e-06,
1871
+ "loss": 0.4166,
1872
+ "step": 2660
1873
+ },
1874
+ {
1875
+ "epoch": 0.021359829121367028,
1876
+ "grad_norm": 0.7212101339600039,
1877
+ "learning_rate": 2.135029197664187e-06,
1878
+ "loss": 0.4299,
1879
+ "step": 2670
1880
+ },
1881
+ {
1882
+ "epoch": 0.021439828481372148,
1883
+ "grad_norm": 0.9051397916977733,
1884
+ "learning_rate": 2.1430285577153826e-06,
1885
+ "loss": 0.4203,
1886
+ "step": 2680
1887
+ },
1888
+ {
1889
+ "epoch": 0.021519827841377268,
1890
+ "grad_norm": 0.6759148258397492,
1891
+ "learning_rate": 2.151027917766579e-06,
1892
+ "loss": 0.4065,
1893
+ "step": 2690
1894
+ },
1895
+ {
1896
+ "epoch": 0.02159982720138239,
1897
+ "grad_norm": 0.7191776566727898,
1898
+ "learning_rate": 2.159027277817775e-06,
1899
+ "loss": 0.3957,
1900
+ "step": 2700
1901
+ },
1902
+ {
1903
+ "epoch": 0.02167982656138751,
1904
+ "grad_norm": 0.7752464373073066,
1905
+ "learning_rate": 2.1670266378689704e-06,
1906
+ "loss": 0.4198,
1907
+ "step": 2710
1908
+ },
1909
+ {
1910
+ "epoch": 0.02175982592139263,
1911
+ "grad_norm": 0.7096879372714776,
1912
+ "learning_rate": 2.1750259979201667e-06,
1913
+ "loss": 0.4337,
1914
+ "step": 2720
1915
+ },
1916
+ {
1917
+ "epoch": 0.02183982528139775,
1918
+ "grad_norm": 0.7577341998111574,
1919
+ "learning_rate": 2.1830253579713626e-06,
1920
+ "loss": 0.4484,
1921
+ "step": 2730
1922
+ },
1923
+ {
1924
+ "epoch": 0.02191982464140287,
1925
+ "grad_norm": 0.8303467101337862,
1926
+ "learning_rate": 2.191024718022558e-06,
1927
+ "loss": 0.436,
1928
+ "step": 2740
1929
+ },
1930
+ {
1931
+ "epoch": 0.02199982400140799,
1932
+ "grad_norm": 0.740434972574641,
1933
+ "learning_rate": 2.1990240780737545e-06,
1934
+ "loss": 0.4026,
1935
+ "step": 2750
1936
+ },
1937
+ {
1938
+ "epoch": 0.02207982336141311,
1939
+ "grad_norm": 0.7385703007931491,
1940
+ "learning_rate": 2.2070234381249504e-06,
1941
+ "loss": 0.3994,
1942
+ "step": 2760
1943
+ },
1944
+ {
1945
+ "epoch": 0.02215982272141823,
1946
+ "grad_norm": 0.804160370262748,
1947
+ "learning_rate": 2.215022798176146e-06,
1948
+ "loss": 0.4247,
1949
+ "step": 2770
1950
+ },
1951
+ {
1952
+ "epoch": 0.02223982208142335,
1953
+ "grad_norm": 0.9699580286471233,
1954
+ "learning_rate": 2.2230221582273422e-06,
1955
+ "loss": 0.4158,
1956
+ "step": 2780
1957
+ },
1958
+ {
1959
+ "epoch": 0.02231982144142847,
1960
+ "grad_norm": 0.854317456477185,
1961
+ "learning_rate": 2.231021518278538e-06,
1962
+ "loss": 0.4224,
1963
+ "step": 2790
1964
+ },
1965
+ {
1966
+ "epoch": 0.022399820801433587,
1967
+ "grad_norm": 0.7261443031804087,
1968
+ "learning_rate": 2.2390208783297336e-06,
1969
+ "loss": 0.4153,
1970
+ "step": 2800
1971
+ },
1972
+ {
1973
+ "epoch": 0.022479820161438707,
1974
+ "grad_norm": 0.7221332661288903,
1975
+ "learning_rate": 2.24702023838093e-06,
1976
+ "loss": 0.4287,
1977
+ "step": 2810
1978
+ },
1979
+ {
1980
+ "epoch": 0.022559819521443827,
1981
+ "grad_norm": 0.8879662037891538,
1982
+ "learning_rate": 2.2550195984321255e-06,
1983
+ "loss": 0.4221,
1984
+ "step": 2820
1985
+ },
1986
+ {
1987
+ "epoch": 0.022639818881448948,
1988
+ "grad_norm": 0.7885980884870208,
1989
+ "learning_rate": 2.2630189584833214e-06,
1990
+ "loss": 0.4394,
1991
+ "step": 2830
1992
+ },
1993
+ {
1994
+ "epoch": 0.022719818241454068,
1995
+ "grad_norm": 4.841458093614334,
1996
+ "learning_rate": 2.2710183185345173e-06,
1997
+ "loss": 0.4306,
1998
+ "step": 2840
1999
+ },
2000
+ {
2001
+ "epoch": 0.022799817601459188,
2002
+ "grad_norm": 0.762762416297712,
2003
+ "learning_rate": 2.279017678585713e-06,
2004
+ "loss": 0.4248,
2005
+ "step": 2850
2006
+ },
2007
+ {
2008
+ "epoch": 0.022879816961464308,
2009
+ "grad_norm": 0.8448845187481899,
2010
+ "learning_rate": 2.287017038636909e-06,
2011
+ "loss": 0.4016,
2012
+ "step": 2860
2013
+ },
2014
+ {
2015
+ "epoch": 0.02295981632146943,
2016
+ "grad_norm": 0.7119692504285716,
2017
+ "learning_rate": 2.295016398688105e-06,
2018
+ "loss": 0.4187,
2019
+ "step": 2870
2020
+ },
2021
+ {
2022
+ "epoch": 0.02303981568147455,
2023
+ "grad_norm": 0.7322860524669678,
2024
+ "learning_rate": 2.303015758739301e-06,
2025
+ "loss": 0.3992,
2026
+ "step": 2880
2027
+ },
2028
+ {
2029
+ "epoch": 0.02311981504147967,
2030
+ "grad_norm": 0.7809553100217358,
2031
+ "learning_rate": 2.311015118790497e-06,
2032
+ "loss": 0.4323,
2033
+ "step": 2890
2034
+ },
2035
+ {
2036
+ "epoch": 0.02319981440148479,
2037
+ "grad_norm": 0.7497042609672665,
2038
+ "learning_rate": 2.3190144788416928e-06,
2039
+ "loss": 0.4216,
2040
+ "step": 2900
2041
+ },
2042
+ {
2043
+ "epoch": 0.02327981376148991,
2044
+ "grad_norm": 0.77908486703842,
2045
+ "learning_rate": 2.3270138388928887e-06,
2046
+ "loss": 0.4139,
2047
+ "step": 2910
2048
+ },
2049
+ {
2050
+ "epoch": 0.02335981312149503,
2051
+ "grad_norm": 0.8259941131428074,
2052
+ "learning_rate": 2.3350131989440846e-06,
2053
+ "loss": 0.4298,
2054
+ "step": 2920
2055
+ },
2056
+ {
2057
+ "epoch": 0.02343981248150015,
2058
+ "grad_norm": 0.7315958297934407,
2059
+ "learning_rate": 2.3430125589952805e-06,
2060
+ "loss": 0.4148,
2061
+ "step": 2930
2062
+ },
2063
+ {
2064
+ "epoch": 0.023519811841505266,
2065
+ "grad_norm": 0.7127501348213877,
2066
+ "learning_rate": 2.3510119190464764e-06,
2067
+ "loss": 0.4226,
2068
+ "step": 2940
2069
+ },
2070
+ {
2071
+ "epoch": 0.023599811201510387,
2072
+ "grad_norm": 0.7004822200975431,
2073
+ "learning_rate": 2.3590112790976724e-06,
2074
+ "loss": 0.4037,
2075
+ "step": 2950
2076
+ },
2077
+ {
2078
+ "epoch": 0.023679810561515507,
2079
+ "grad_norm": 0.7640873416448367,
2080
+ "learning_rate": 2.3670106391488683e-06,
2081
+ "loss": 0.4196,
2082
+ "step": 2960
2083
+ },
2084
+ {
2085
+ "epoch": 0.023759809921520627,
2086
+ "grad_norm": 0.7562584220469137,
2087
+ "learning_rate": 2.375009999200064e-06,
2088
+ "loss": 0.4226,
2089
+ "step": 2970
2090
+ },
2091
+ {
2092
+ "epoch": 0.023839809281525747,
2093
+ "grad_norm": 0.700408619087647,
2094
+ "learning_rate": 2.38300935925126e-06,
2095
+ "loss": 0.4194,
2096
+ "step": 2980
2097
+ },
2098
+ {
2099
+ "epoch": 0.023919808641530867,
2100
+ "grad_norm": 0.6926553567290514,
2101
+ "learning_rate": 2.391008719302456e-06,
2102
+ "loss": 0.4377,
2103
+ "step": 2990
2104
+ },
2105
+ {
2106
+ "epoch": 0.023999808001535988,
2107
+ "grad_norm": 0.8080569171783707,
2108
+ "learning_rate": 2.399008079353652e-06,
2109
+ "loss": 0.425,
2110
+ "step": 3000
2111
+ },
2112
+ {
2113
+ "epoch": 0.024079807361541108,
2114
+ "grad_norm": 0.7127303977340983,
2115
+ "learning_rate": 2.407007439404848e-06,
2116
+ "loss": 0.4132,
2117
+ "step": 3010
2118
+ },
2119
+ {
2120
+ "epoch": 0.024159806721546228,
2121
+ "grad_norm": 0.8197933173831502,
2122
+ "learning_rate": 2.4150067994560438e-06,
2123
+ "loss": 0.455,
2124
+ "step": 3020
2125
+ },
2126
+ {
2127
+ "epoch": 0.024239806081551348,
2128
+ "grad_norm": 0.7710243766351836,
2129
+ "learning_rate": 2.4230061595072397e-06,
2130
+ "loss": 0.4181,
2131
+ "step": 3030
2132
+ },
2133
+ {
2134
+ "epoch": 0.02431980544155647,
2135
+ "grad_norm": 0.7237467513596426,
2136
+ "learning_rate": 2.4310055195584356e-06,
2137
+ "loss": 0.4019,
2138
+ "step": 3040
2139
+ },
2140
+ {
2141
+ "epoch": 0.02439980480156159,
2142
+ "grad_norm": 0.6859301673181247,
2143
+ "learning_rate": 2.4390048796096315e-06,
2144
+ "loss": 0.417,
2145
+ "step": 3050
2146
+ },
2147
+ {
2148
+ "epoch": 0.02447980416156671,
2149
+ "grad_norm": 0.7468441788531288,
2150
+ "learning_rate": 2.4470042396608274e-06,
2151
+ "loss": 0.4332,
2152
+ "step": 3060
2153
+ },
2154
+ {
2155
+ "epoch": 0.02455980352157183,
2156
+ "grad_norm": 0.6969645352923937,
2157
+ "learning_rate": 2.4550035997120233e-06,
2158
+ "loss": 0.4253,
2159
+ "step": 3070
2160
+ },
2161
+ {
2162
+ "epoch": 0.024639802881576946,
2163
+ "grad_norm": 0.732458270879925,
2164
+ "learning_rate": 2.4630029597632193e-06,
2165
+ "loss": 0.4071,
2166
+ "step": 3080
2167
+ },
2168
+ {
2169
+ "epoch": 0.024719802241582066,
2170
+ "grad_norm": 1.0213686642017104,
2171
+ "learning_rate": 2.471002319814415e-06,
2172
+ "loss": 0.4284,
2173
+ "step": 3090
2174
+ },
2175
+ {
2176
+ "epoch": 0.024799801601587186,
2177
+ "grad_norm": 0.7109617020682577,
2178
+ "learning_rate": 2.479001679865611e-06,
2179
+ "loss": 0.4338,
2180
+ "step": 3100
2181
+ },
2182
+ {
2183
+ "epoch": 0.024879800961592306,
2184
+ "grad_norm": 0.7970001881138196,
2185
+ "learning_rate": 2.487001039916807e-06,
2186
+ "loss": 0.4071,
2187
+ "step": 3110
2188
+ },
2189
+ {
2190
+ "epoch": 0.024959800321597427,
2191
+ "grad_norm": 0.7531634719565369,
2192
+ "learning_rate": 2.495000399968003e-06,
2193
+ "loss": 0.4639,
2194
+ "step": 3120
2195
+ },
2196
+ {
2197
+ "epoch": 0.025039799681602547,
2198
+ "grad_norm": 0.6656181891345934,
2199
+ "learning_rate": 2.5029997600191984e-06,
2200
+ "loss": 0.4099,
2201
+ "step": 3130
2202
+ },
2203
+ {
2204
+ "epoch": 0.025119799041607667,
2205
+ "grad_norm": 0.9053194365491155,
2206
+ "learning_rate": 2.5109991200703947e-06,
2207
+ "loss": 0.4117,
2208
+ "step": 3140
2209
+ },
2210
+ {
2211
+ "epoch": 0.025199798401612787,
2212
+ "grad_norm": 0.7986025391471563,
2213
+ "learning_rate": 2.5189984801215907e-06,
2214
+ "loss": 0.4293,
2215
+ "step": 3150
2216
+ },
2217
+ {
2218
+ "epoch": 0.025279797761617907,
2219
+ "grad_norm": 0.7216163241881903,
2220
+ "learning_rate": 2.526997840172786e-06,
2221
+ "loss": 0.4014,
2222
+ "step": 3160
2223
+ },
2224
+ {
2225
+ "epoch": 0.025359797121623028,
2226
+ "grad_norm": 0.8773953768019375,
2227
+ "learning_rate": 2.5349972002239825e-06,
2228
+ "loss": 0.4272,
2229
+ "step": 3170
2230
+ },
2231
+ {
2232
+ "epoch": 0.025439796481628148,
2233
+ "grad_norm": 0.69671419994169,
2234
+ "learning_rate": 2.5429965602751784e-06,
2235
+ "loss": 0.4056,
2236
+ "step": 3180
2237
+ },
2238
+ {
2239
+ "epoch": 0.025519795841633268,
2240
+ "grad_norm": 0.8372255728456501,
2241
+ "learning_rate": 2.550995920326374e-06,
2242
+ "loss": 0.421,
2243
+ "step": 3190
2244
+ },
2245
+ {
2246
+ "epoch": 0.025599795201638388,
2247
+ "grad_norm": 0.7425111234564166,
2248
+ "learning_rate": 2.5589952803775702e-06,
2249
+ "loss": 0.42,
2250
+ "step": 3200
2251
+ },
2252
+ {
2253
+ "epoch": 0.02567979456164351,
2254
+ "grad_norm": 0.7792291619496273,
2255
+ "learning_rate": 2.566994640428766e-06,
2256
+ "loss": 0.3956,
2257
+ "step": 3210
2258
+ },
2259
+ {
2260
+ "epoch": 0.02575979392164863,
2261
+ "grad_norm": 0.791207552625433,
2262
+ "learning_rate": 2.5749940004799616e-06,
2263
+ "loss": 0.4284,
2264
+ "step": 3220
2265
+ },
2266
+ {
2267
+ "epoch": 0.025839793281653745,
2268
+ "grad_norm": 0.7836824912313216,
2269
+ "learning_rate": 2.5829933605311576e-06,
2270
+ "loss": 0.4091,
2271
+ "step": 3230
2272
+ },
2273
+ {
2274
+ "epoch": 0.025919792641658865,
2275
+ "grad_norm": 0.7110649040200595,
2276
+ "learning_rate": 2.590992720582354e-06,
2277
+ "loss": 0.4135,
2278
+ "step": 3240
2279
+ },
2280
+ {
2281
+ "epoch": 0.025999792001663986,
2282
+ "grad_norm": 0.7404153916766049,
2283
+ "learning_rate": 2.5989920806335494e-06,
2284
+ "loss": 0.429,
2285
+ "step": 3250
2286
+ },
2287
+ {
2288
+ "epoch": 0.026079791361669106,
2289
+ "grad_norm": 0.6986558695921249,
2290
+ "learning_rate": 2.6069914406847453e-06,
2291
+ "loss": 0.4334,
2292
+ "step": 3260
2293
+ },
2294
+ {
2295
+ "epoch": 0.026159790721674226,
2296
+ "grad_norm": 0.7632258973881477,
2297
+ "learning_rate": 2.6149908007359416e-06,
2298
+ "loss": 0.3944,
2299
+ "step": 3270
2300
+ },
2301
+ {
2302
+ "epoch": 0.026239790081679346,
2303
+ "grad_norm": 0.785186697637848,
2304
+ "learning_rate": 2.622990160787137e-06,
2305
+ "loss": 0.4178,
2306
+ "step": 3280
2307
+ },
2308
+ {
2309
+ "epoch": 0.026319789441684466,
2310
+ "grad_norm": 0.8661439723668041,
2311
+ "learning_rate": 2.630989520838333e-06,
2312
+ "loss": 0.4113,
2313
+ "step": 3290
2314
+ },
2315
+ {
2316
+ "epoch": 0.026399788801689587,
2317
+ "grad_norm": 0.7237402851018382,
2318
+ "learning_rate": 2.6389888808895294e-06,
2319
+ "loss": 0.4078,
2320
+ "step": 3300
2321
+ },
2322
+ {
2323
+ "epoch": 0.026479788161694707,
2324
+ "grad_norm": 0.8392950022908678,
2325
+ "learning_rate": 2.646988240940725e-06,
2326
+ "loss": 0.4223,
2327
+ "step": 3310
2328
+ },
2329
+ {
2330
+ "epoch": 0.026559787521699827,
2331
+ "grad_norm": 0.92567701672041,
2332
+ "learning_rate": 2.654987600991921e-06,
2333
+ "loss": 0.3845,
2334
+ "step": 3320
2335
+ },
2336
+ {
2337
+ "epoch": 0.026639786881704947,
2338
+ "grad_norm": 0.6933742034635484,
2339
+ "learning_rate": 2.662986961043117e-06,
2340
+ "loss": 0.427,
2341
+ "step": 3330
2342
+ },
2343
+ {
2344
+ "epoch": 0.026719786241710067,
2345
+ "grad_norm": 0.7620381540647038,
2346
+ "learning_rate": 2.6709863210943126e-06,
2347
+ "loss": 0.4209,
2348
+ "step": 3340
2349
+ },
2350
+ {
2351
+ "epoch": 0.026799785601715188,
2352
+ "grad_norm": 0.721902719522637,
2353
+ "learning_rate": 2.6789856811455085e-06,
2354
+ "loss": 0.41,
2355
+ "step": 3350
2356
+ },
2357
+ {
2358
+ "epoch": 0.026879784961720308,
2359
+ "grad_norm": 0.7299501620253848,
2360
+ "learning_rate": 2.6869850411967045e-06,
2361
+ "loss": 0.4166,
2362
+ "step": 3360
2363
+ },
2364
+ {
2365
+ "epoch": 0.026959784321725425,
2366
+ "grad_norm": 0.7715065662581788,
2367
+ "learning_rate": 2.6949844012479004e-06,
2368
+ "loss": 0.4024,
2369
+ "step": 3370
2370
+ },
2371
+ {
2372
+ "epoch": 0.027039783681730545,
2373
+ "grad_norm": 0.8682048882317643,
2374
+ "learning_rate": 2.7029837612990963e-06,
2375
+ "loss": 0.4131,
2376
+ "step": 3380
2377
+ },
2378
+ {
2379
+ "epoch": 0.027119783041735665,
2380
+ "grad_norm": 0.869764700266281,
2381
+ "learning_rate": 2.710983121350292e-06,
2382
+ "loss": 0.4261,
2383
+ "step": 3390
2384
+ },
2385
+ {
2386
+ "epoch": 0.027199782401740785,
2387
+ "grad_norm": 0.7340237050441278,
2388
+ "learning_rate": 2.718982481401488e-06,
2389
+ "loss": 0.4025,
2390
+ "step": 3400
2391
+ },
2392
+ {
2393
+ "epoch": 0.027279781761745905,
2394
+ "grad_norm": 0.8579554974753395,
2395
+ "learning_rate": 2.726981841452684e-06,
2396
+ "loss": 0.407,
2397
+ "step": 3410
2398
+ },
2399
+ {
2400
+ "epoch": 0.027359781121751026,
2401
+ "grad_norm": 0.7274223844530919,
2402
+ "learning_rate": 2.73498120150388e-06,
2403
+ "loss": 0.4133,
2404
+ "step": 3420
2405
+ },
2406
+ {
2407
+ "epoch": 0.027439780481756146,
2408
+ "grad_norm": 0.7441058560749837,
2409
+ "learning_rate": 2.742980561555076e-06,
2410
+ "loss": 0.4243,
2411
+ "step": 3430
2412
+ },
2413
+ {
2414
+ "epoch": 0.027519779841761266,
2415
+ "grad_norm": 0.8051355651618886,
2416
+ "learning_rate": 2.7509799216062718e-06,
2417
+ "loss": 0.4251,
2418
+ "step": 3440
2419
+ },
2420
+ {
2421
+ "epoch": 0.027599779201766386,
2422
+ "grad_norm": 0.7432285405318118,
2423
+ "learning_rate": 2.7589792816574677e-06,
2424
+ "loss": 0.4412,
2425
+ "step": 3450
2426
+ },
2427
+ {
2428
+ "epoch": 0.027679778561771506,
2429
+ "grad_norm": 0.6517122251801726,
2430
+ "learning_rate": 2.7669786417086636e-06,
2431
+ "loss": 0.4252,
2432
+ "step": 3460
2433
+ },
2434
+ {
2435
+ "epoch": 0.027759777921776627,
2436
+ "grad_norm": 0.6875721581221387,
2437
+ "learning_rate": 2.774978001759859e-06,
2438
+ "loss": 0.4177,
2439
+ "step": 3470
2440
+ },
2441
+ {
2442
+ "epoch": 0.027839777281781747,
2443
+ "grad_norm": 0.702253196059382,
2444
+ "learning_rate": 2.7829773618110554e-06,
2445
+ "loss": 0.4205,
2446
+ "step": 3480
2447
+ },
2448
+ {
2449
+ "epoch": 0.027919776641786867,
2450
+ "grad_norm": 0.8482036395209255,
2451
+ "learning_rate": 2.7909767218622514e-06,
2452
+ "loss": 0.4017,
2453
+ "step": 3490
2454
+ },
2455
+ {
2456
+ "epoch": 0.027999776001791987,
2457
+ "grad_norm": 0.6925655746894002,
2458
+ "learning_rate": 2.798976081913447e-06,
2459
+ "loss": 0.4121,
2460
+ "step": 3500
2461
+ },
2462
+ {
2463
+ "epoch": 0.028079775361797104,
2464
+ "grad_norm": 0.7220552449627191,
2465
+ "learning_rate": 2.806975441964643e-06,
2466
+ "loss": 0.4102,
2467
+ "step": 3510
2468
+ },
2469
+ {
2470
+ "epoch": 0.028159774721802224,
2471
+ "grad_norm": 0.8831384842937139,
2472
+ "learning_rate": 2.814974802015839e-06,
2473
+ "loss": 0.4228,
2474
+ "step": 3520
2475
+ },
2476
+ {
2477
+ "epoch": 0.028239774081807344,
2478
+ "grad_norm": 0.7579479724344111,
2479
+ "learning_rate": 2.8229741620670346e-06,
2480
+ "loss": 0.413,
2481
+ "step": 3530
2482
+ },
2483
+ {
2484
+ "epoch": 0.028319773441812465,
2485
+ "grad_norm": 0.7501882165699492,
2486
+ "learning_rate": 2.8309735221182305e-06,
2487
+ "loss": 0.4282,
2488
+ "step": 3540
2489
+ },
2490
+ {
2491
+ "epoch": 0.028399772801817585,
2492
+ "grad_norm": 0.8755928070904447,
2493
+ "learning_rate": 2.838972882169427e-06,
2494
+ "loss": 0.4007,
2495
+ "step": 3550
2496
+ },
2497
+ {
2498
+ "epoch": 0.028479772161822705,
2499
+ "grad_norm": 0.7554891461392241,
2500
+ "learning_rate": 2.8469722422206223e-06,
2501
+ "loss": 0.4168,
2502
+ "step": 3560
2503
+ },
2504
+ {
2505
+ "epoch": 0.028559771521827825,
2506
+ "grad_norm": 0.6985247419196446,
2507
+ "learning_rate": 2.8549716022718183e-06,
2508
+ "loss": 0.4169,
2509
+ "step": 3570
2510
+ },
2511
+ {
2512
+ "epoch": 0.028639770881832945,
2513
+ "grad_norm": 0.7592211529186911,
2514
+ "learning_rate": 2.8629709623230146e-06,
2515
+ "loss": 0.4065,
2516
+ "step": 3580
2517
+ },
2518
+ {
2519
+ "epoch": 0.028719770241838066,
2520
+ "grad_norm": 0.7833965541238131,
2521
+ "learning_rate": 2.87097032237421e-06,
2522
+ "loss": 0.4446,
2523
+ "step": 3590
2524
+ },
2525
+ {
2526
+ "epoch": 0.028799769601843186,
2527
+ "grad_norm": 0.7738713593579586,
2528
+ "learning_rate": 2.878969682425406e-06,
2529
+ "loss": 0.419,
2530
+ "step": 3600
2531
+ },
2532
+ {
2533
+ "epoch": 0.028879768961848306,
2534
+ "grad_norm": 0.8315629244025291,
2535
+ "learning_rate": 2.8869690424766023e-06,
2536
+ "loss": 0.4219,
2537
+ "step": 3610
2538
+ },
2539
+ {
2540
+ "epoch": 0.028959768321853426,
2541
+ "grad_norm": 0.781696668298691,
2542
+ "learning_rate": 2.894968402527798e-06,
2543
+ "loss": 0.4151,
2544
+ "step": 3620
2545
+ },
2546
+ {
2547
+ "epoch": 0.029039767681858546,
2548
+ "grad_norm": 0.7720539381394058,
2549
+ "learning_rate": 2.9029677625789938e-06,
2550
+ "loss": 0.4202,
2551
+ "step": 3630
2552
+ },
2553
+ {
2554
+ "epoch": 0.029119767041863667,
2555
+ "grad_norm": 0.7526278482938622,
2556
+ "learning_rate": 2.91096712263019e-06,
2557
+ "loss": 0.4436,
2558
+ "step": 3640
2559
+ },
2560
+ {
2561
+ "epoch": 0.029199766401868787,
2562
+ "grad_norm": 0.7337976104344518,
2563
+ "learning_rate": 2.9189664826813856e-06,
2564
+ "loss": 0.4236,
2565
+ "step": 3650
2566
+ },
2567
+ {
2568
+ "epoch": 0.029279765761873904,
2569
+ "grad_norm": 0.83533803326155,
2570
+ "learning_rate": 2.9269658427325815e-06,
2571
+ "loss": 0.4176,
2572
+ "step": 3660
2573
+ },
2574
+ {
2575
+ "epoch": 0.029359765121879024,
2576
+ "grad_norm": 0.787318610210915,
2577
+ "learning_rate": 2.934965202783778e-06,
2578
+ "loss": 0.4165,
2579
+ "step": 3670
2580
+ },
2581
+ {
2582
+ "epoch": 0.029439764481884144,
2583
+ "grad_norm": 1.4090517215188612,
2584
+ "learning_rate": 2.9429645628349733e-06,
2585
+ "loss": 0.4119,
2586
+ "step": 3680
2587
+ },
2588
+ {
2589
+ "epoch": 0.029519763841889264,
2590
+ "grad_norm": 0.9266366914858271,
2591
+ "learning_rate": 2.9509639228861692e-06,
2592
+ "loss": 0.4179,
2593
+ "step": 3690
2594
+ },
2595
+ {
2596
+ "epoch": 0.029599763201894384,
2597
+ "grad_norm": 0.934424674393174,
2598
+ "learning_rate": 2.9589632829373656e-06,
2599
+ "loss": 0.4,
2600
+ "step": 3700
2601
+ },
2602
+ {
2603
+ "epoch": 0.029679762561899505,
2604
+ "grad_norm": 0.8568902144006225,
2605
+ "learning_rate": 2.966962642988561e-06,
2606
+ "loss": 0.4096,
2607
+ "step": 3710
2608
+ },
2609
+ {
2610
+ "epoch": 0.029759761921904625,
2611
+ "grad_norm": 0.8114058465400533,
2612
+ "learning_rate": 2.974962003039757e-06,
2613
+ "loss": 0.4447,
2614
+ "step": 3720
2615
+ },
2616
+ {
2617
+ "epoch": 0.029839761281909745,
2618
+ "grad_norm": 1.6052989805278164,
2619
+ "learning_rate": 2.9829613630909533e-06,
2620
+ "loss": 0.4291,
2621
+ "step": 3730
2622
+ },
2623
+ {
2624
+ "epoch": 0.029919760641914865,
2625
+ "grad_norm": 0.73538618969903,
2626
+ "learning_rate": 2.990960723142149e-06,
2627
+ "loss": 0.4248,
2628
+ "step": 3740
2629
+ },
2630
+ {
2631
+ "epoch": 0.029999760001919985,
2632
+ "grad_norm": 0.7966165280123241,
2633
+ "learning_rate": 2.9989600831933447e-06,
2634
+ "loss": 0.4153,
2635
+ "step": 3750
2636
+ },
2637
+ {
2638
+ "epoch": 0.030079759361925106,
2639
+ "grad_norm": 0.8380095957922997,
2640
+ "learning_rate": 3.006959443244541e-06,
2641
+ "loss": 0.378,
2642
+ "step": 3760
2643
+ },
2644
+ {
2645
+ "epoch": 0.030159758721930226,
2646
+ "grad_norm": 0.9346417813995904,
2647
+ "learning_rate": 3.0149588032957366e-06,
2648
+ "loss": 0.4242,
2649
+ "step": 3770
2650
+ },
2651
+ {
2652
+ "epoch": 0.030239758081935346,
2653
+ "grad_norm": 0.7661127998339704,
2654
+ "learning_rate": 3.0229581633469325e-06,
2655
+ "loss": 0.4218,
2656
+ "step": 3780
2657
+ },
2658
+ {
2659
+ "epoch": 0.030319757441940466,
2660
+ "grad_norm": 0.7820076796497493,
2661
+ "learning_rate": 3.030957523398129e-06,
2662
+ "loss": 0.4057,
2663
+ "step": 3790
2664
+ },
2665
+ {
2666
+ "epoch": 0.030399756801945583,
2667
+ "grad_norm": 0.7683193002692328,
2668
+ "learning_rate": 3.0389568834493243e-06,
2669
+ "loss": 0.4282,
2670
+ "step": 3800
2671
+ },
2672
+ {
2673
+ "epoch": 0.030479756161950703,
2674
+ "grad_norm": 0.7330718238871217,
2675
+ "learning_rate": 3.0469562435005202e-06,
2676
+ "loss": 0.4155,
2677
+ "step": 3810
2678
+ },
2679
+ {
2680
+ "epoch": 0.030559755521955823,
2681
+ "grad_norm": 0.7070524082806218,
2682
+ "learning_rate": 3.0549556035517166e-06,
2683
+ "loss": 0.4087,
2684
+ "step": 3820
2685
+ },
2686
+ {
2687
+ "epoch": 0.030639754881960943,
2688
+ "grad_norm": 0.7825560701966258,
2689
+ "learning_rate": 3.062954963602912e-06,
2690
+ "loss": 0.4149,
2691
+ "step": 3830
2692
+ },
2693
+ {
2694
+ "epoch": 0.030719754241966064,
2695
+ "grad_norm": 0.674902754654649,
2696
+ "learning_rate": 3.070954323654108e-06,
2697
+ "loss": 0.4222,
2698
+ "step": 3840
2699
+ },
2700
+ {
2701
+ "epoch": 0.030799753601971184,
2702
+ "grad_norm": 0.6899663241225518,
2703
+ "learning_rate": 3.0789536837053035e-06,
2704
+ "loss": 0.4072,
2705
+ "step": 3850
2706
+ },
2707
+ {
2708
+ "epoch": 0.030879752961976304,
2709
+ "grad_norm": 0.747751536532187,
2710
+ "learning_rate": 3.0869530437565e-06,
2711
+ "loss": 0.4265,
2712
+ "step": 3860
2713
+ },
2714
+ {
2715
+ "epoch": 0.030959752321981424,
2716
+ "grad_norm": 0.7319670446839773,
2717
+ "learning_rate": 3.0949524038076957e-06,
2718
+ "loss": 0.4365,
2719
+ "step": 3870
2720
+ },
2721
+ {
2722
+ "epoch": 0.031039751681986544,
2723
+ "grad_norm": 0.8044391132448001,
2724
+ "learning_rate": 3.1029517638588912e-06,
2725
+ "loss": 0.4345,
2726
+ "step": 3880
2727
+ },
2728
+ {
2729
+ "epoch": 0.031119751041991665,
2730
+ "grad_norm": 0.6852016073842015,
2731
+ "learning_rate": 3.1109511239100876e-06,
2732
+ "loss": 0.3909,
2733
+ "step": 3890
2734
+ },
2735
+ {
2736
+ "epoch": 0.031199750401996785,
2737
+ "grad_norm": 0.8109666979474524,
2738
+ "learning_rate": 3.1189504839612835e-06,
2739
+ "loss": 0.4159,
2740
+ "step": 3900
2741
+ },
2742
+ {
2743
+ "epoch": 0.0312797497620019,
2744
+ "grad_norm": 0.7690716259319208,
2745
+ "learning_rate": 3.126949844012479e-06,
2746
+ "loss": 0.4261,
2747
+ "step": 3910
2748
+ },
2749
+ {
2750
+ "epoch": 0.03135974912200702,
2751
+ "grad_norm": 0.770382066563297,
2752
+ "learning_rate": 3.1349492040636753e-06,
2753
+ "loss": 0.4197,
2754
+ "step": 3920
2755
+ },
2756
+ {
2757
+ "epoch": 0.03143974848201214,
2758
+ "grad_norm": 0.7899366284185928,
2759
+ "learning_rate": 3.1429485641148712e-06,
2760
+ "loss": 0.4356,
2761
+ "step": 3930
2762
+ },
2763
+ {
2764
+ "epoch": 0.03151974784201726,
2765
+ "grad_norm": 0.7287030959080197,
2766
+ "learning_rate": 3.1509479241660667e-06,
2767
+ "loss": 0.4271,
2768
+ "step": 3940
2769
+ },
2770
+ {
2771
+ "epoch": 0.03159974720202238,
2772
+ "grad_norm": 0.6751549357858156,
2773
+ "learning_rate": 3.158947284217263e-06,
2774
+ "loss": 0.432,
2775
+ "step": 3950
2776
+ },
2777
+ {
2778
+ "epoch": 0.0316797465620275,
2779
+ "grad_norm": 0.7162873288902682,
2780
+ "learning_rate": 3.166946644268459e-06,
2781
+ "loss": 0.4168,
2782
+ "step": 3960
2783
+ },
2784
+ {
2785
+ "epoch": 0.03175974592203262,
2786
+ "grad_norm": 0.7624399562051731,
2787
+ "learning_rate": 3.1749460043196545e-06,
2788
+ "loss": 0.4077,
2789
+ "step": 3970
2790
+ },
2791
+ {
2792
+ "epoch": 0.03183974528203774,
2793
+ "grad_norm": 0.720382439048551,
2794
+ "learning_rate": 3.182945364370851e-06,
2795
+ "loss": 0.4186,
2796
+ "step": 3980
2797
+ },
2798
+ {
2799
+ "epoch": 0.03191974464204286,
2800
+ "grad_norm": 0.8771157238336784,
2801
+ "learning_rate": 3.1909447244220467e-06,
2802
+ "loss": 0.411,
2803
+ "step": 3990
2804
+ },
2805
+ {
2806
+ "epoch": 0.03199974400204798,
2807
+ "grad_norm": 0.8439843188095638,
2808
+ "learning_rate": 3.198944084473242e-06,
2809
+ "loss": 0.4254,
2810
+ "step": 4000
2811
+ },
2812
+ {
2813
+ "epoch": 0.032079743362053104,
2814
+ "grad_norm": 0.7522465189570665,
2815
+ "learning_rate": 3.2069434445244385e-06,
2816
+ "loss": 0.4182,
2817
+ "step": 4010
2818
+ },
2819
+ {
2820
+ "epoch": 0.032159742722058224,
2821
+ "grad_norm": 0.7990809626930068,
2822
+ "learning_rate": 3.214942804575634e-06,
2823
+ "loss": 0.4283,
2824
+ "step": 4020
2825
+ },
2826
+ {
2827
+ "epoch": 0.032239742082063344,
2828
+ "grad_norm": 0.7484878445246484,
2829
+ "learning_rate": 3.22294216462683e-06,
2830
+ "loss": 0.3957,
2831
+ "step": 4030
2832
+ },
2833
+ {
2834
+ "epoch": 0.032319741442068464,
2835
+ "grad_norm": 0.653062676131544,
2836
+ "learning_rate": 3.2309415246780263e-06,
2837
+ "loss": 0.4339,
2838
+ "step": 4040
2839
+ },
2840
+ {
2841
+ "epoch": 0.032399740802073584,
2842
+ "grad_norm": 0.7654847826834672,
2843
+ "learning_rate": 3.2389408847292218e-06,
2844
+ "loss": 0.4277,
2845
+ "step": 4050
2846
+ },
2847
+ {
2848
+ "epoch": 0.032479740162078705,
2849
+ "grad_norm": 0.7545901814731136,
2850
+ "learning_rate": 3.2469402447804177e-06,
2851
+ "loss": 0.4181,
2852
+ "step": 4060
2853
+ },
2854
+ {
2855
+ "epoch": 0.032559739522083825,
2856
+ "grad_norm": 0.6639250152597482,
2857
+ "learning_rate": 3.254939604831614e-06,
2858
+ "loss": 0.4259,
2859
+ "step": 4070
2860
+ },
2861
+ {
2862
+ "epoch": 0.032639738882088945,
2863
+ "grad_norm": 0.8320704412806774,
2864
+ "learning_rate": 3.2629389648828095e-06,
2865
+ "loss": 0.4258,
2866
+ "step": 4080
2867
+ },
2868
+ {
2869
+ "epoch": 0.032719738242094065,
2870
+ "grad_norm": 0.8748220246905324,
2871
+ "learning_rate": 3.2709383249340054e-06,
2872
+ "loss": 0.4348,
2873
+ "step": 4090
2874
+ },
2875
+ {
2876
+ "epoch": 0.032799737602099185,
2877
+ "grad_norm": 1.0006726922931282,
2878
+ "learning_rate": 3.2789376849852018e-06,
2879
+ "loss": 0.4111,
2880
+ "step": 4100
2881
+ },
2882
+ {
2883
+ "epoch": 0.032879736962104306,
2884
+ "grad_norm": 0.703908274983939,
2885
+ "learning_rate": 3.2869370450363973e-06,
2886
+ "loss": 0.4508,
2887
+ "step": 4110
2888
+ },
2889
+ {
2890
+ "epoch": 0.032959736322109426,
2891
+ "grad_norm": 0.7114379493698554,
2892
+ "learning_rate": 3.294936405087593e-06,
2893
+ "loss": 0.4011,
2894
+ "step": 4120
2895
+ },
2896
+ {
2897
+ "epoch": 0.033039735682114546,
2898
+ "grad_norm": 0.7836668838529308,
2899
+ "learning_rate": 3.3029357651387895e-06,
2900
+ "loss": 0.4059,
2901
+ "step": 4130
2902
+ },
2903
+ {
2904
+ "epoch": 0.033119735042119666,
2905
+ "grad_norm": 0.7037822230916331,
2906
+ "learning_rate": 3.310935125189985e-06,
2907
+ "loss": 0.4171,
2908
+ "step": 4140
2909
+ },
2910
+ {
2911
+ "epoch": 0.033199734402124786,
2912
+ "grad_norm": 0.8429288510951353,
2913
+ "learning_rate": 3.318934485241181e-06,
2914
+ "loss": 0.4336,
2915
+ "step": 4150
2916
+ },
2917
+ {
2918
+ "epoch": 0.0332797337621299,
2919
+ "grad_norm": 0.8160186312241915,
2920
+ "learning_rate": 3.3269338452923764e-06,
2921
+ "loss": 0.4313,
2922
+ "step": 4160
2923
+ },
2924
+ {
2925
+ "epoch": 0.03335973312213502,
2926
+ "grad_norm": 0.8158956823402862,
2927
+ "learning_rate": 3.3349332053435728e-06,
2928
+ "loss": 0.4117,
2929
+ "step": 4170
2930
+ },
2931
+ {
2932
+ "epoch": 0.03343973248214014,
2933
+ "grad_norm": 0.7830740452600919,
2934
+ "learning_rate": 3.3429325653947687e-06,
2935
+ "loss": 0.394,
2936
+ "step": 4180
2937
+ },
2938
+ {
2939
+ "epoch": 0.03351973184214526,
2940
+ "grad_norm": 0.8744626314539858,
2941
+ "learning_rate": 3.350931925445964e-06,
2942
+ "loss": 0.4229,
2943
+ "step": 4190
2944
+ },
2945
+ {
2946
+ "epoch": 0.03359973120215038,
2947
+ "grad_norm": 0.8927610578944701,
2948
+ "learning_rate": 3.3589312854971605e-06,
2949
+ "loss": 0.4582,
2950
+ "step": 4200
2951
+ },
2952
+ {
2953
+ "epoch": 0.0336797305621555,
2954
+ "grad_norm": 0.7195985669161646,
2955
+ "learning_rate": 3.3669306455483564e-06,
2956
+ "loss": 0.4335,
2957
+ "step": 4210
2958
+ },
2959
+ {
2960
+ "epoch": 0.03375972992216062,
2961
+ "grad_norm": 0.8906544223501964,
2962
+ "learning_rate": 3.374930005599552e-06,
2963
+ "loss": 0.4131,
2964
+ "step": 4220
2965
+ },
2966
+ {
2967
+ "epoch": 0.03383972928216574,
2968
+ "grad_norm": 0.7389006577317037,
2969
+ "learning_rate": 3.3829293656507483e-06,
2970
+ "loss": 0.4272,
2971
+ "step": 4230
2972
+ },
2973
+ {
2974
+ "epoch": 0.03391972864217086,
2975
+ "grad_norm": 0.742682266765258,
2976
+ "learning_rate": 3.390928725701944e-06,
2977
+ "loss": 0.4418,
2978
+ "step": 4240
2979
+ },
2980
+ {
2981
+ "epoch": 0.03399972800217598,
2982
+ "grad_norm": 0.6774990098774326,
2983
+ "learning_rate": 3.3989280857531397e-06,
2984
+ "loss": 0.4194,
2985
+ "step": 4250
2986
+ },
2987
+ {
2988
+ "epoch": 0.0340797273621811,
2989
+ "grad_norm": 0.9017975115557092,
2990
+ "learning_rate": 3.406927445804336e-06,
2991
+ "loss": 0.4148,
2992
+ "step": 4260
2993
+ },
2994
+ {
2995
+ "epoch": 0.03415972672218622,
2996
+ "grad_norm": 0.7641682976170854,
2997
+ "learning_rate": 3.414926805855532e-06,
2998
+ "loss": 0.4015,
2999
+ "step": 4270
3000
+ },
3001
+ {
3002
+ "epoch": 0.03423972608219134,
3003
+ "grad_norm": 1.7976847080628966,
3004
+ "learning_rate": 3.4229261659067274e-06,
3005
+ "loss": 0.4218,
3006
+ "step": 4280
3007
+ },
3008
+ {
3009
+ "epoch": 0.03431972544219646,
3010
+ "grad_norm": 0.7912987344925629,
3011
+ "learning_rate": 3.4309255259579237e-06,
3012
+ "loss": 0.4273,
3013
+ "step": 4290
3014
+ },
3015
+ {
3016
+ "epoch": 0.03439972480220158,
3017
+ "grad_norm": 0.865219190435078,
3018
+ "learning_rate": 3.4389248860091197e-06,
3019
+ "loss": 0.4155,
3020
+ "step": 4300
3021
+ },
3022
+ {
3023
+ "epoch": 0.0344797241622067,
3024
+ "grad_norm": 0.7247465267197502,
3025
+ "learning_rate": 3.446924246060315e-06,
3026
+ "loss": 0.4354,
3027
+ "step": 4310
3028
+ },
3029
+ {
3030
+ "epoch": 0.03455972352221182,
3031
+ "grad_norm": 0.7302003644690978,
3032
+ "learning_rate": 3.4549236061115115e-06,
3033
+ "loss": 0.4202,
3034
+ "step": 4320
3035
+ },
3036
+ {
3037
+ "epoch": 0.03463972288221694,
3038
+ "grad_norm": 0.7687470691197218,
3039
+ "learning_rate": 3.4629229661627074e-06,
3040
+ "loss": 0.4162,
3041
+ "step": 4330
3042
+ },
3043
+ {
3044
+ "epoch": 0.03471972224222206,
3045
+ "grad_norm": 0.8026747308203839,
3046
+ "learning_rate": 3.470922326213903e-06,
3047
+ "loss": 0.4168,
3048
+ "step": 4340
3049
+ },
3050
+ {
3051
+ "epoch": 0.034799721602227184,
3052
+ "grad_norm": 0.7280393352379876,
3053
+ "learning_rate": 3.4789216862650992e-06,
3054
+ "loss": 0.4196,
3055
+ "step": 4350
3056
+ },
3057
+ {
3058
+ "epoch": 0.034879720962232304,
3059
+ "grad_norm": 0.7564739490939029,
3060
+ "learning_rate": 3.486921046316295e-06,
3061
+ "loss": 0.4385,
3062
+ "step": 4360
3063
+ },
3064
+ {
3065
+ "epoch": 0.034959720322237424,
3066
+ "grad_norm": 0.8650076738362572,
3067
+ "learning_rate": 3.4949204063674906e-06,
3068
+ "loss": 0.4092,
3069
+ "step": 4370
3070
+ },
3071
+ {
3072
+ "epoch": 0.035039719682242544,
3073
+ "grad_norm": 0.7393962081468373,
3074
+ "learning_rate": 3.502919766418687e-06,
3075
+ "loss": 0.424,
3076
+ "step": 4380
3077
+ },
3078
+ {
3079
+ "epoch": 0.035119719042247664,
3080
+ "grad_norm": 0.9059758990047778,
3081
+ "learning_rate": 3.510919126469883e-06,
3082
+ "loss": 0.4222,
3083
+ "step": 4390
3084
+ },
3085
+ {
3086
+ "epoch": 0.035199718402252785,
3087
+ "grad_norm": 0.7241080903311046,
3088
+ "learning_rate": 3.5189184865210784e-06,
3089
+ "loss": 0.4176,
3090
+ "step": 4400
3091
+ },
3092
+ {
3093
+ "epoch": 0.035279717762257905,
3094
+ "grad_norm": 0.7393352165228971,
3095
+ "learning_rate": 3.5269178465722747e-06,
3096
+ "loss": 0.4193,
3097
+ "step": 4410
3098
+ },
3099
+ {
3100
+ "epoch": 0.035359717122263025,
3101
+ "grad_norm": 0.7178879442718987,
3102
+ "learning_rate": 3.5349172066234706e-06,
3103
+ "loss": 0.4219,
3104
+ "step": 4420
3105
+ },
3106
+ {
3107
+ "epoch": 0.035439716482268145,
3108
+ "grad_norm": 0.8075219805081396,
3109
+ "learning_rate": 3.542916566674666e-06,
3110
+ "loss": 0.4147,
3111
+ "step": 4430
3112
+ },
3113
+ {
3114
+ "epoch": 0.03551971584227326,
3115
+ "grad_norm": 1.2127017079493791,
3116
+ "learning_rate": 3.5509159267258625e-06,
3117
+ "loss": 0.4132,
3118
+ "step": 4440
3119
+ },
3120
+ {
3121
+ "epoch": 0.03559971520227838,
3122
+ "grad_norm": 0.7192010045742855,
3123
+ "learning_rate": 3.5589152867770584e-06,
3124
+ "loss": 0.411,
3125
+ "step": 4450
3126
+ },
3127
+ {
3128
+ "epoch": 0.0356797145622835,
3129
+ "grad_norm": 0.9428723692964156,
3130
+ "learning_rate": 3.566914646828254e-06,
3131
+ "loss": 0.4236,
3132
+ "step": 4460
3133
+ },
3134
+ {
3135
+ "epoch": 0.03575971392228862,
3136
+ "grad_norm": 0.8614292082386968,
3137
+ "learning_rate": 3.57491400687945e-06,
3138
+ "loss": 0.4213,
3139
+ "step": 4470
3140
+ },
3141
+ {
3142
+ "epoch": 0.03583971328229374,
3143
+ "grad_norm": 0.6673883560889204,
3144
+ "learning_rate": 3.582913366930646e-06,
3145
+ "loss": 0.4075,
3146
+ "step": 4480
3147
+ },
3148
+ {
3149
+ "epoch": 0.03591971264229886,
3150
+ "grad_norm": 0.9643089999372365,
3151
+ "learning_rate": 3.5909127269818416e-06,
3152
+ "loss": 0.4546,
3153
+ "step": 4490
3154
+ },
3155
+ {
3156
+ "epoch": 0.03599971200230398,
3157
+ "grad_norm": 0.9297826294459585,
3158
+ "learning_rate": 3.5989120870330375e-06,
3159
+ "loss": 0.4172,
3160
+ "step": 4500
3161
+ },
3162
+ {
3163
+ "epoch": 0.0360797113623091,
3164
+ "grad_norm": 0.7557684985300384,
3165
+ "learning_rate": 3.606911447084234e-06,
3166
+ "loss": 0.4105,
3167
+ "step": 4510
3168
+ },
3169
+ {
3170
+ "epoch": 0.03615971072231422,
3171
+ "grad_norm": 0.7931119899775526,
3172
+ "learning_rate": 3.6149108071354294e-06,
3173
+ "loss": 0.4123,
3174
+ "step": 4520
3175
+ },
3176
+ {
3177
+ "epoch": 0.03623971008231934,
3178
+ "grad_norm": 0.797325353191407,
3179
+ "learning_rate": 3.6229101671866253e-06,
3180
+ "loss": 0.4347,
3181
+ "step": 4530
3182
+ },
3183
+ {
3184
+ "epoch": 0.03631970944232446,
3185
+ "grad_norm": 0.74214327307857,
3186
+ "learning_rate": 3.6309095272378216e-06,
3187
+ "loss": 0.4212,
3188
+ "step": 4540
3189
+ },
3190
+ {
3191
+ "epoch": 0.03639970880232958,
3192
+ "grad_norm": 0.7681829935013766,
3193
+ "learning_rate": 3.638908887289017e-06,
3194
+ "loss": 0.4049,
3195
+ "step": 4550
3196
+ },
3197
+ {
3198
+ "epoch": 0.0364797081623347,
3199
+ "grad_norm": 0.8110044800452652,
3200
+ "learning_rate": 3.646908247340213e-06,
3201
+ "loss": 0.4152,
3202
+ "step": 4560
3203
+ },
3204
+ {
3205
+ "epoch": 0.03655970752233982,
3206
+ "grad_norm": 0.7505043518350412,
3207
+ "learning_rate": 3.654907607391409e-06,
3208
+ "loss": 0.4284,
3209
+ "step": 4570
3210
+ },
3211
+ {
3212
+ "epoch": 0.03663970688234494,
3213
+ "grad_norm": 0.7877830350035486,
3214
+ "learning_rate": 3.662906967442605e-06,
3215
+ "loss": 0.4329,
3216
+ "step": 4580
3217
+ },
3218
+ {
3219
+ "epoch": 0.03671970624235006,
3220
+ "grad_norm": 0.6812701461168307,
3221
+ "learning_rate": 3.6709063274938008e-06,
3222
+ "loss": 0.4173,
3223
+ "step": 4590
3224
+ },
3225
+ {
3226
+ "epoch": 0.03679970560235518,
3227
+ "grad_norm": 0.8001631177482795,
3228
+ "learning_rate": 3.6789056875449967e-06,
3229
+ "loss": 0.4331,
3230
+ "step": 4600
3231
+ },
3232
+ {
3233
+ "epoch": 0.0368797049623603,
3234
+ "grad_norm": 0.7895666869661798,
3235
+ "learning_rate": 3.6869050475961926e-06,
3236
+ "loss": 0.4033,
3237
+ "step": 4610
3238
+ },
3239
+ {
3240
+ "epoch": 0.03695970432236542,
3241
+ "grad_norm": 0.8173983494560131,
3242
+ "learning_rate": 3.6949044076473885e-06,
3243
+ "loss": 0.4164,
3244
+ "step": 4620
3245
+ },
3246
+ {
3247
+ "epoch": 0.03703970368237054,
3248
+ "grad_norm": 0.8378313154048689,
3249
+ "learning_rate": 3.7029037676985844e-06,
3250
+ "loss": 0.3991,
3251
+ "step": 4630
3252
+ },
3253
+ {
3254
+ "epoch": 0.03711970304237566,
3255
+ "grad_norm": 0.9935623637553458,
3256
+ "learning_rate": 3.7109031277497804e-06,
3257
+ "loss": 0.4162,
3258
+ "step": 4640
3259
+ },
3260
+ {
3261
+ "epoch": 0.03719970240238078,
3262
+ "grad_norm": 0.8245648280013409,
3263
+ "learning_rate": 3.7189024878009763e-06,
3264
+ "loss": 0.4269,
3265
+ "step": 4650
3266
+ },
3267
+ {
3268
+ "epoch": 0.0372797017623859,
3269
+ "grad_norm": 0.8268507152029221,
3270
+ "learning_rate": 3.726901847852172e-06,
3271
+ "loss": 0.4169,
3272
+ "step": 4660
3273
+ },
3274
+ {
3275
+ "epoch": 0.03735970112239102,
3276
+ "grad_norm": 0.7781820643589694,
3277
+ "learning_rate": 3.734901207903368e-06,
3278
+ "loss": 0.4277,
3279
+ "step": 4670
3280
+ },
3281
+ {
3282
+ "epoch": 0.03743970048239614,
3283
+ "grad_norm": 0.9906594923724112,
3284
+ "learning_rate": 3.7429005679545636e-06,
3285
+ "loss": 0.4402,
3286
+ "step": 4680
3287
+ },
3288
+ {
3289
+ "epoch": 0.03751969984240126,
3290
+ "grad_norm": 0.7088718853595577,
3291
+ "learning_rate": 3.75089992800576e-06,
3292
+ "loss": 0.4065,
3293
+ "step": 4690
3294
+ },
3295
+ {
3296
+ "epoch": 0.037599699202406384,
3297
+ "grad_norm": 0.7737684662407376,
3298
+ "learning_rate": 3.758899288056956e-06,
3299
+ "loss": 0.43,
3300
+ "step": 4700
3301
+ },
3302
+ {
3303
+ "epoch": 0.037679698562411504,
3304
+ "grad_norm": 0.6799556259390402,
3305
+ "learning_rate": 3.7668986481081513e-06,
3306
+ "loss": 0.4269,
3307
+ "step": 4710
3308
+ },
3309
+ {
3310
+ "epoch": 0.037759697922416624,
3311
+ "grad_norm": 0.8353980941780943,
3312
+ "learning_rate": 3.7748980081593477e-06,
3313
+ "loss": 0.4292,
3314
+ "step": 4720
3315
+ },
3316
+ {
3317
+ "epoch": 0.03783969728242174,
3318
+ "grad_norm": 0.9240909978256971,
3319
+ "learning_rate": 3.7828973682105436e-06,
3320
+ "loss": 0.4218,
3321
+ "step": 4730
3322
+ },
3323
+ {
3324
+ "epoch": 0.03791969664242686,
3325
+ "grad_norm": 0.793600464236656,
3326
+ "learning_rate": 3.790896728261739e-06,
3327
+ "loss": 0.4066,
3328
+ "step": 4740
3329
+ },
3330
+ {
3331
+ "epoch": 0.03799969600243198,
3332
+ "grad_norm": 0.853623661723338,
3333
+ "learning_rate": 3.7988960883129354e-06,
3334
+ "loss": 0.3968,
3335
+ "step": 4750
3336
+ },
3337
+ {
3338
+ "epoch": 0.0380796953624371,
3339
+ "grad_norm": 0.9308117082987841,
3340
+ "learning_rate": 3.8068954483641313e-06,
3341
+ "loss": 0.4127,
3342
+ "step": 4760
3343
+ },
3344
+ {
3345
+ "epoch": 0.03815969472244222,
3346
+ "grad_norm": 0.767583639173416,
3347
+ "learning_rate": 3.814894808415327e-06,
3348
+ "loss": 0.405,
3349
+ "step": 4770
3350
+ },
3351
+ {
3352
+ "epoch": 0.03823969408244734,
3353
+ "grad_norm": 0.7248396423731486,
3354
+ "learning_rate": 3.822894168466522e-06,
3355
+ "loss": 0.4049,
3356
+ "step": 4780
3357
+ },
3358
+ {
3359
+ "epoch": 0.03831969344245246,
3360
+ "grad_norm": 0.7835674270723467,
3361
+ "learning_rate": 3.830893528517719e-06,
3362
+ "loss": 0.4447,
3363
+ "step": 4790
3364
+ },
3365
+ {
3366
+ "epoch": 0.03839969280245758,
3367
+ "grad_norm": 0.7336637502161489,
3368
+ "learning_rate": 3.838892888568915e-06,
3369
+ "loss": 0.415,
3370
+ "step": 4800
3371
+ },
3372
+ {
3373
+ "epoch": 0.0384796921624627,
3374
+ "grad_norm": 0.8211434186162638,
3375
+ "learning_rate": 3.8468922486201105e-06,
3376
+ "loss": 0.4073,
3377
+ "step": 4810
3378
+ },
3379
+ {
3380
+ "epoch": 0.03855969152246782,
3381
+ "grad_norm": 0.6895255239007041,
3382
+ "learning_rate": 3.854891608671307e-06,
3383
+ "loss": 0.4315,
3384
+ "step": 4820
3385
+ },
3386
+ {
3387
+ "epoch": 0.03863969088247294,
3388
+ "grad_norm": 0.8404363403282458,
3389
+ "learning_rate": 3.862890968722502e-06,
3390
+ "loss": 0.4041,
3391
+ "step": 4830
3392
+ },
3393
+ {
3394
+ "epoch": 0.03871969024247806,
3395
+ "grad_norm": 0.8233254492362007,
3396
+ "learning_rate": 3.870890328773698e-06,
3397
+ "loss": 0.4197,
3398
+ "step": 4840
3399
+ },
3400
+ {
3401
+ "epoch": 0.03879968960248318,
3402
+ "grad_norm": 0.7092426325090834,
3403
+ "learning_rate": 3.878889688824894e-06,
3404
+ "loss": 0.415,
3405
+ "step": 4850
3406
+ },
3407
+ {
3408
+ "epoch": 0.0388796889624883,
3409
+ "grad_norm": 0.8335378303937002,
3410
+ "learning_rate": 3.8868890488760905e-06,
3411
+ "loss": 0.4213,
3412
+ "step": 4860
3413
+ },
3414
+ {
3415
+ "epoch": 0.03895968832249342,
3416
+ "grad_norm": 1.0339208338921473,
3417
+ "learning_rate": 3.894888408927286e-06,
3418
+ "loss": 0.4241,
3419
+ "step": 4870
3420
+ },
3421
+ {
3422
+ "epoch": 0.03903968768249854,
3423
+ "grad_norm": 0.7027107330027197,
3424
+ "learning_rate": 3.902887768978482e-06,
3425
+ "loss": 0.4335,
3426
+ "step": 4880
3427
+ },
3428
+ {
3429
+ "epoch": 0.03911968704250366,
3430
+ "grad_norm": 0.6792413425728526,
3431
+ "learning_rate": 3.910887129029678e-06,
3432
+ "loss": 0.4,
3433
+ "step": 4890
3434
+ },
3435
+ {
3436
+ "epoch": 0.03919968640250878,
3437
+ "grad_norm": 0.8489275951527085,
3438
+ "learning_rate": 3.918886489080873e-06,
3439
+ "loss": 0.4207,
3440
+ "step": 4900
3441
+ },
3442
+ {
3443
+ "epoch": 0.0392796857625139,
3444
+ "grad_norm": 0.7357801876777263,
3445
+ "learning_rate": 3.92688584913207e-06,
3446
+ "loss": 0.3994,
3447
+ "step": 4910
3448
+ },
3449
+ {
3450
+ "epoch": 0.03935968512251902,
3451
+ "grad_norm": 0.7141792707926279,
3452
+ "learning_rate": 3.934885209183266e-06,
3453
+ "loss": 0.4154,
3454
+ "step": 4920
3455
+ },
3456
+ {
3457
+ "epoch": 0.03943968448252414,
3458
+ "grad_norm": 0.6915855315198979,
3459
+ "learning_rate": 3.9428845692344615e-06,
3460
+ "loss": 0.433,
3461
+ "step": 4930
3462
+ },
3463
+ {
3464
+ "epoch": 0.03951968384252926,
3465
+ "grad_norm": 0.746029310002541,
3466
+ "learning_rate": 3.950883929285658e-06,
3467
+ "loss": 0.4239,
3468
+ "step": 4940
3469
+ },
3470
+ {
3471
+ "epoch": 0.03959968320253438,
3472
+ "grad_norm": 0.7613311051113969,
3473
+ "learning_rate": 3.958883289336853e-06,
3474
+ "loss": 0.4128,
3475
+ "step": 4950
3476
+ },
3477
+ {
3478
+ "epoch": 0.0396796825625395,
3479
+ "grad_norm": 0.7738245574431311,
3480
+ "learning_rate": 3.966882649388049e-06,
3481
+ "loss": 0.3933,
3482
+ "step": 4960
3483
+ },
3484
+ {
3485
+ "epoch": 0.03975968192254462,
3486
+ "grad_norm": 0.775290020753402,
3487
+ "learning_rate": 3.974882009439245e-06,
3488
+ "loss": 0.4193,
3489
+ "step": 4970
3490
+ },
3491
+ {
3492
+ "epoch": 0.03983968128254974,
3493
+ "grad_norm": 0.6385875554512914,
3494
+ "learning_rate": 3.9828813694904415e-06,
3495
+ "loss": 0.4327,
3496
+ "step": 4980
3497
+ },
3498
+ {
3499
+ "epoch": 0.03991968064255486,
3500
+ "grad_norm": 0.8273897543410583,
3501
+ "learning_rate": 3.990880729541637e-06,
3502
+ "loss": 0.3948,
3503
+ "step": 4990
3504
+ },
3505
+ {
3506
+ "epoch": 0.03999968000255998,
3507
+ "grad_norm": 0.8086324970076214,
3508
+ "learning_rate": 3.998880089592833e-06,
3509
+ "loss": 0.431,
3510
+ "step": 5000
3511
+ }
3512
+ ],
3513
+ "logging_steps": 10,
3514
+ "max_steps": 125001,
3515
+ "num_input_tokens_seen": 0,
3516
+ "num_train_epochs": 1,
3517
+ "save_steps": 1000,
3518
+ "stateful_callbacks": {
3519
+ "TrainerControl": {
3520
+ "args": {
3521
+ "should_epoch_stop": false,
3522
+ "should_evaluate": false,
3523
+ "should_log": false,
3524
+ "should_save": true,
3525
+ "should_training_stop": false
3526
+ },
3527
+ "attributes": {}
3528
+ }
3529
+ },
3530
+ "total_flos": 289047165403136.0,
3531
+ "train_batch_size": 1,
3532
+ "trial_name": null,
3533
+ "trial_params": null
3534
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2d0218b2de978c0fb669a44ee4979e8911e040543933e825b0f1ddf72ee6fdf
3
+ size 7736
vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
zero_to_fp32.py ADDED
@@ -0,0 +1,760 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python
2
+
3
+ # Copyright (c) Microsoft Corporation.
4
+ # SPDX-License-Identifier: Apache-2.0
5
+
6
+ # DeepSpeed Team
7
+
8
+ # This script extracts fp32 consolidated weights from a zero 1, 2 and 3 DeepSpeed checkpoints. It gets
9
+ # copied into the top level checkpoint dir, so the user can easily do the conversion at any point in
10
+ # the future. Once extracted, the weights don't require DeepSpeed and can be used in any
11
+ # application.
12
+ #
13
+ # example:
14
+ # python zero_to_fp32.py . output_dir/
15
+ # or
16
+ # python zero_to_fp32.py . output_dir/ --safe_serialization
17
+
18
+ import argparse
19
+ import torch
20
+ import glob
21
+ import math
22
+ import os
23
+ import re
24
+ import gc
25
+ import json
26
+ import numpy as np
27
+ from tqdm import tqdm
28
+ from collections import OrderedDict
29
+ from dataclasses import dataclass
30
+
31
+ # while this script doesn't use deepspeed to recover data, since the checkpoints are pickled with
32
+ # DeepSpeed data structures it has to be available in the current python environment.
33
+ from deepspeed.utils import logger
34
+ from deepspeed.checkpoint.constants import (DS_VERSION, OPTIMIZER_STATE_DICT, SINGLE_PARTITION_OF_FP32_GROUPS,
35
+ FP32_FLAT_GROUPS, ZERO_STAGE, PARTITION_COUNT, PARAM_SHAPES, BUFFER_NAMES,
36
+ FROZEN_PARAM_SHAPES, FROZEN_PARAM_FRAGMENTS)
37
+
38
+
39
+ @dataclass
40
+ class zero_model_state:
41
+ buffers: dict()
42
+ param_shapes: dict()
43
+ shared_params: list
44
+ ds_version: int
45
+ frozen_param_shapes: dict()
46
+ frozen_param_fragments: dict()
47
+
48
+
49
+ debug = 0
50
+
51
+ # load to cpu
52
+ device = torch.device('cpu')
53
+
54
+
55
+ def atoi(text):
56
+ return int(text) if text.isdigit() else text
57
+
58
+
59
+ def natural_keys(text):
60
+ '''
61
+ alist.sort(key=natural_keys) sorts in human order
62
+ http://nedbatchelder.com/blog/200712/human_sorting.html
63
+ (See Toothy's implementation in the comments)
64
+ '''
65
+ return [atoi(c) for c in re.split(r'(\d+)', text)]
66
+
67
+
68
+ def get_model_state_file(checkpoint_dir, zero_stage):
69
+ if not os.path.isdir(checkpoint_dir):
70
+ raise FileNotFoundError(f"Directory '{checkpoint_dir}' doesn't exist")
71
+
72
+ # there should be only one file
73
+ if zero_stage <= 2:
74
+ file = os.path.join(checkpoint_dir, "mp_rank_00_model_states.pt")
75
+ elif zero_stage == 3:
76
+ file = os.path.join(checkpoint_dir, "zero_pp_rank_0_mp_rank_00_model_states.pt")
77
+
78
+ if not os.path.exists(file):
79
+ raise FileNotFoundError(f"can't find model states file at '{file}'")
80
+
81
+ return file
82
+
83
+
84
+ def get_checkpoint_files(checkpoint_dir, glob_pattern):
85
+ # XXX: need to test that this simple glob rule works for multi-node setup too
86
+ ckpt_files = sorted(glob.glob(os.path.join(checkpoint_dir, glob_pattern)), key=natural_keys)
87
+
88
+ if len(ckpt_files) == 0:
89
+ raise FileNotFoundError(f"can't find {glob_pattern} files in directory '{checkpoint_dir}'")
90
+
91
+ return ckpt_files
92
+
93
+
94
+ def get_optim_files(checkpoint_dir):
95
+ return get_checkpoint_files(checkpoint_dir, "*_optim_states.pt")
96
+
97
+
98
+ def get_model_state_files(checkpoint_dir):
99
+ return get_checkpoint_files(checkpoint_dir, "*_model_states.pt")
100
+
101
+
102
+ def parse_model_states(files):
103
+ zero_model_states = []
104
+ for file in files:
105
+ state_dict = torch.load(file, map_location=device, weights_only=False)
106
+
107
+ if BUFFER_NAMES not in state_dict:
108
+ raise ValueError(f"{file} is not a model state checkpoint")
109
+ buffer_names = state_dict[BUFFER_NAMES]
110
+ if debug:
111
+ print("Found buffers:", buffer_names)
112
+
113
+ # recover just the buffers while restoring them to fp32 if they were saved in fp16
114
+ buffers = {k: v.float() for k, v in state_dict["module"].items() if k in buffer_names}
115
+ param_shapes = state_dict[PARAM_SHAPES]
116
+
117
+ # collect parameters that are included in param_shapes
118
+ param_names = []
119
+ for s in param_shapes:
120
+ for name in s.keys():
121
+ param_names.append(name)
122
+
123
+ # update with frozen parameters
124
+ frozen_param_shapes = state_dict.get(FROZEN_PARAM_SHAPES, None)
125
+ if frozen_param_shapes is not None:
126
+ if debug:
127
+ print(f"Found frozen_param_shapes: {frozen_param_shapes}")
128
+ param_names += list(frozen_param_shapes.keys())
129
+
130
+ # handle shared params
131
+ shared_params = [[k, v] for k, v in state_dict["shared_params"].items()]
132
+
133
+ ds_version = state_dict.get(DS_VERSION, None)
134
+
135
+ frozen_param_fragments = state_dict.get(FROZEN_PARAM_FRAGMENTS, None)
136
+
137
+ z_model_state = zero_model_state(buffers=buffers,
138
+ param_shapes=param_shapes,
139
+ shared_params=shared_params,
140
+ ds_version=ds_version,
141
+ frozen_param_shapes=frozen_param_shapes,
142
+ frozen_param_fragments=frozen_param_fragments)
143
+ zero_model_states.append(z_model_state)
144
+
145
+ return zero_model_states
146
+
147
+
148
+ def parse_optim_states(files, ds_checkpoint_dir):
149
+ total_files = len(files)
150
+ state_dicts = []
151
+ for f in tqdm(files, desc='Loading checkpoint shards'):
152
+ state_dict = torch.load(f, map_location=device, mmap=True, weights_only=False)
153
+ # immediately discard the potentially huge 2 optimizer states as we only care for fp32 master weights
154
+ # and also handle the case where it was already removed by another helper script
155
+ state_dict["optimizer_state_dict"].pop("optimizer_state_dict", None)
156
+ state_dicts.append(state_dict)
157
+
158
+ if not ZERO_STAGE in state_dicts[0][OPTIMIZER_STATE_DICT]:
159
+ raise ValueError(f"{files[0]} is not a zero checkpoint")
160
+ zero_stage = state_dicts[0][OPTIMIZER_STATE_DICT][ZERO_STAGE]
161
+ world_size = state_dicts[0][OPTIMIZER_STATE_DICT][PARTITION_COUNT]
162
+
163
+ # For ZeRO-2 each param group can have different partition_count as data parallelism for expert
164
+ # parameters can be different from data parallelism for non-expert parameters. So we can just
165
+ # use the max of the partition_count to get the dp world_size.
166
+
167
+ if type(world_size) is list:
168
+ world_size = max(world_size)
169
+
170
+ if world_size != total_files:
171
+ raise ValueError(
172
+ f"Expected {world_size} of '*_optim_states.pt' under '{ds_checkpoint_dir}' but found {total_files} files. "
173
+ "Possibly due to an overwrite of an old checkpoint, or a checkpoint didn't get saved by one or more processes."
174
+ )
175
+
176
+ # the groups are named differently in each stage
177
+ if zero_stage <= 2:
178
+ fp32_groups_key = SINGLE_PARTITION_OF_FP32_GROUPS
179
+ elif zero_stage == 3:
180
+ fp32_groups_key = FP32_FLAT_GROUPS
181
+ else:
182
+ raise ValueError(f"unknown zero stage {zero_stage}")
183
+
184
+ fp32_flat_groups = [state_dicts[i][OPTIMIZER_STATE_DICT][fp32_groups_key] for i in range(len(state_dicts))]
185
+ return zero_stage, world_size, fp32_flat_groups
186
+
187
+
188
+ def _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir, exclude_frozen_parameters):
189
+ """
190
+ Returns fp32 state_dict reconstructed from ds checkpoint
191
+
192
+ Args:
193
+ - ``ds_checkpoint_dir``: path to the deepspeed checkpoint folder (where the optimizer files are)
194
+
195
+ """
196
+ print(f"Processing zero checkpoint '{ds_checkpoint_dir}'")
197
+
198
+ optim_files = get_optim_files(ds_checkpoint_dir)
199
+ zero_stage, world_size, fp32_flat_groups = parse_optim_states(optim_files, ds_checkpoint_dir)
200
+ print(f"Detected checkpoint of type zero stage {zero_stage}, world_size: {world_size}")
201
+
202
+ model_files = get_model_state_files(ds_checkpoint_dir)
203
+
204
+ zero_model_states = parse_model_states(model_files)
205
+ print(f'Parsing checkpoint created by deepspeed=={zero_model_states[0].ds_version}')
206
+
207
+ if zero_stage <= 2:
208
+ return _get_fp32_state_dict_from_zero2_checkpoint(world_size, fp32_flat_groups, zero_model_states,
209
+ exclude_frozen_parameters)
210
+ elif zero_stage == 3:
211
+ return _get_fp32_state_dict_from_zero3_checkpoint(world_size, fp32_flat_groups, zero_model_states,
212
+ exclude_frozen_parameters)
213
+
214
+
215
+ def _zero2_merge_frozen_params(state_dict, zero_model_states):
216
+ if zero_model_states[0].frozen_param_shapes is None or len(zero_model_states[0].frozen_param_shapes) == 0:
217
+ return
218
+
219
+ frozen_param_shapes = zero_model_states[0].frozen_param_shapes
220
+ frozen_param_fragments = zero_model_states[0].frozen_param_fragments
221
+
222
+ if debug:
223
+ num_elem = sum(s.numel() for s in frozen_param_shapes.values())
224
+ print(f'rank 0: {FROZEN_PARAM_SHAPES}.numel = {num_elem}')
225
+
226
+ wanted_params = len(frozen_param_shapes)
227
+ wanted_numel = sum(s.numel() for s in frozen_param_shapes.values())
228
+ avail_numel = sum([p.numel() for p in frozen_param_fragments.values()])
229
+ print(f'Frozen params: Have {avail_numel} numels to process.')
230
+ print(f'Frozen params: Need {wanted_numel} numels in {wanted_params} params')
231
+
232
+ total_params = 0
233
+ total_numel = 0
234
+ for name, shape in frozen_param_shapes.items():
235
+ total_params += 1
236
+ unpartitioned_numel = shape.numel()
237
+ total_numel += unpartitioned_numel
238
+
239
+ state_dict[name] = frozen_param_fragments[name]
240
+
241
+ if debug:
242
+ print(f"{name} full shape: {shape} unpartitioned numel {unpartitioned_numel} ")
243
+
244
+ print(f"Reconstructed Frozen fp32 state dict with {total_params} params {total_numel} elements")
245
+
246
+
247
+ def _has_callable(obj, fn):
248
+ attr = getattr(obj, fn, None)
249
+ return callable(attr)
250
+
251
+
252
+ def _zero2_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states):
253
+ param_shapes = zero_model_states[0].param_shapes
254
+
255
+ # Reconstruction protocol:
256
+ #
257
+ # XXX: document this
258
+
259
+ if debug:
260
+ for i in range(world_size):
261
+ for j in range(len(fp32_flat_groups[0])):
262
+ print(f"{FP32_FLAT_GROUPS}[{i}][{j}].shape={fp32_flat_groups[i][j].shape}")
263
+
264
+ # XXX: memory usage doubles here (zero2)
265
+ num_param_groups = len(fp32_flat_groups[0])
266
+ merged_single_partition_of_fp32_groups = []
267
+ for i in range(num_param_groups):
268
+ merged_partitions = [sd[i] for sd in fp32_flat_groups]
269
+ full_single_fp32_vector = torch.cat(merged_partitions, 0)
270
+ merged_single_partition_of_fp32_groups.append(full_single_fp32_vector)
271
+ avail_numel = sum(
272
+ [full_single_fp32_vector.numel() for full_single_fp32_vector in merged_single_partition_of_fp32_groups])
273
+
274
+ if debug:
275
+ wanted_params = sum([len(shapes) for shapes in param_shapes])
276
+ wanted_numel = sum([sum(shape.numel() for shape in shapes.values()) for shapes in param_shapes])
277
+ # not asserting if there is a mismatch due to possible padding
278
+ print(f"Have {avail_numel} numels to process.")
279
+ print(f"Need {wanted_numel} numels in {wanted_params} params.")
280
+
281
+ # params
282
+ # XXX: for huge models that can't fit into the host's RAM we will have to recode this to support
283
+ # out-of-core computing solution
284
+ total_numel = 0
285
+ total_params = 0
286
+ for shapes, full_single_fp32_vector in zip(param_shapes, merged_single_partition_of_fp32_groups):
287
+ offset = 0
288
+ avail_numel = full_single_fp32_vector.numel()
289
+ for name, shape in shapes.items():
290
+
291
+ unpartitioned_numel = shape.numel() if _has_callable(shape, 'numel') else math.prod(shape)
292
+ total_numel += unpartitioned_numel
293
+ total_params += 1
294
+
295
+ if debug:
296
+ print(f"{name} full shape: {shape} unpartitioned numel {unpartitioned_numel} ")
297
+ state_dict[name] = full_single_fp32_vector.narrow(0, offset, unpartitioned_numel).view(shape)
298
+ offset += unpartitioned_numel
299
+
300
+ # Z2 started to align to 2*world_size to improve nccl performance. Therefore both offset and
301
+ # avail_numel can differ by anywhere between 0..2*world_size. Due to two unrelated complex
302
+ # paddings performed in the code it's almost impossible to predict the exact numbers w/o the
303
+ # live optimizer object, so we are checking that the numbers are within the right range
304
+ align_to = 2 * world_size
305
+
306
+ def zero2_align(x):
307
+ return align_to * math.ceil(x / align_to)
308
+
309
+ if debug:
310
+ print(f"original offset={offset}, avail_numel={avail_numel}")
311
+
312
+ offset = zero2_align(offset)
313
+ avail_numel = zero2_align(avail_numel)
314
+
315
+ if debug:
316
+ print(f"aligned offset={offset}, avail_numel={avail_numel}")
317
+
318
+ # Sanity check
319
+ if offset != avail_numel:
320
+ raise ValueError(f"consumed {offset} numels out of {avail_numel} - something is wrong")
321
+
322
+ print(f"Reconstructed fp32 state dict with {total_params} params {total_numel} elements")
323
+
324
+
325
+ def _get_fp32_state_dict_from_zero2_checkpoint(world_size, fp32_flat_groups, zero_model_states,
326
+ exclude_frozen_parameters):
327
+ state_dict = OrderedDict()
328
+
329
+ # buffers
330
+ buffers = zero_model_states[0].buffers
331
+ state_dict.update(buffers)
332
+ if debug:
333
+ print(f"added {len(buffers)} buffers")
334
+
335
+ if not exclude_frozen_parameters:
336
+ _zero2_merge_frozen_params(state_dict, zero_model_states)
337
+
338
+ _zero2_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states)
339
+
340
+ # recover shared parameters
341
+ for pair in zero_model_states[0].shared_params:
342
+ if pair[1] in state_dict:
343
+ state_dict[pair[0]] = state_dict[pair[1]]
344
+
345
+ return state_dict
346
+
347
+
348
+ def zero3_partitioned_param_info(unpartitioned_numel, world_size):
349
+ remainder = unpartitioned_numel % world_size
350
+ padding_numel = (world_size - remainder) if remainder else 0
351
+ partitioned_numel = math.ceil(unpartitioned_numel / world_size)
352
+ return partitioned_numel, padding_numel
353
+
354
+
355
+ def _zero3_merge_frozen_params(state_dict, world_size, zero_model_states):
356
+ if zero_model_states[0].frozen_param_shapes is None or len(zero_model_states[0].frozen_param_shapes) == 0:
357
+ return
358
+
359
+ if debug:
360
+ for i in range(world_size):
361
+ num_elem = sum(s.numel() for s in zero_model_states[i].frozen_param_fragments.values())
362
+ print(f'rank {i}: {FROZEN_PARAM_SHAPES}.numel = {num_elem}')
363
+
364
+ frozen_param_shapes = zero_model_states[0].frozen_param_shapes
365
+ wanted_params = len(frozen_param_shapes)
366
+ wanted_numel = sum(s.numel() for s in frozen_param_shapes.values())
367
+ avail_numel = sum([p.numel() for p in zero_model_states[0].frozen_param_fragments.values()]) * world_size
368
+ print(f'Frozen params: Have {avail_numel} numels to process.')
369
+ print(f'Frozen params: Need {wanted_numel} numels in {wanted_params} params')
370
+
371
+ total_params = 0
372
+ total_numel = 0
373
+ for name, shape in zero_model_states[0].frozen_param_shapes.items():
374
+ total_params += 1
375
+ unpartitioned_numel = shape.numel()
376
+ total_numel += unpartitioned_numel
377
+
378
+ param_frags = tuple(model_state.frozen_param_fragments[name] for model_state in zero_model_states)
379
+ state_dict[name] = torch.cat(param_frags, 0).narrow(0, 0, unpartitioned_numel).view(shape)
380
+
381
+ partitioned_numel, partitioned_padding_numel = zero3_partitioned_param_info(unpartitioned_numel, world_size)
382
+
383
+ if debug:
384
+ print(
385
+ f"Frozen params: {total_params} {name} full shape: {shape} partition0 numel={partitioned_numel} partitioned_padding_numel={partitioned_padding_numel}"
386
+ )
387
+
388
+ print(f"Reconstructed Frozen fp32 state dict with {total_params} params {total_numel} elements")
389
+
390
+
391
+ class GatheredTensor:
392
+ """
393
+ A pseudo tensor that collects partitioned weights.
394
+ It is more memory efficient when there are multiple groups.
395
+ """
396
+
397
+ def __init__(self, flat_groups, flat_groups_offset, offset, partitioned_numel, shape):
398
+ self.flat_groups = flat_groups
399
+ self.flat_groups_offset = flat_groups_offset
400
+ self.offset = offset
401
+ self.partitioned_numel = partitioned_numel
402
+ self.shape = shape
403
+ self.dtype = self.flat_groups[0][0].dtype
404
+
405
+ def contiguous(self):
406
+ """
407
+ Merge partitioned weights from flat_groups into a single tensor.
408
+ """
409
+ end_idx = self.offset + self.partitioned_numel
410
+ world_size = len(self.flat_groups)
411
+ pad_flat_param_chunks = []
412
+
413
+ for rank_i in range(world_size):
414
+ # for each rank, we need to collect weights from related group/groups
415
+ flat_groups_at_rank_i = self.flat_groups[rank_i]
416
+ start_group_id = None
417
+ end_group_id = None
418
+ for group_id in range(len(self.flat_groups_offset)):
419
+ if self.flat_groups_offset[group_id] <= self.offset < self.flat_groups_offset[group_id + 1]:
420
+ start_group_id = group_id
421
+ if self.flat_groups_offset[group_id] < end_idx <= self.flat_groups_offset[group_id + 1]:
422
+ end_group_id = group_id
423
+ break
424
+ # collect weights from related group/groups
425
+ for group_id in range(start_group_id, end_group_id + 1):
426
+ flat_tensor = flat_groups_at_rank_i[group_id]
427
+ start_offset = self.offset - self.flat_groups_offset[group_id]
428
+ end_offset = min(end_idx, self.flat_groups_offset[group_id + 1]) - self.flat_groups_offset[group_id]
429
+ pad_flat_param_chunks.append(flat_tensor[start_offset:end_offset])
430
+
431
+ # collect weights from all ranks
432
+ pad_flat_param = torch.cat(pad_flat_param_chunks, dim=0)
433
+ param = pad_flat_param[:self.shape.numel()].view(self.shape).contiguous()
434
+ return param
435
+
436
+
437
+ def _zero3_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states):
438
+ param_shapes = zero_model_states[0].param_shapes
439
+ avail_numel = sum([flat_group.numel() for flat_group in fp32_flat_groups[0]]) * world_size
440
+
441
+ # Reconstruction protocol: For zero3 we need to zip the partitions together at boundary of each
442
+ # param, re-consolidating each param, while dealing with padding if any
443
+
444
+ # merge list of dicts, preserving order
445
+ param_shapes = {k: v for d in param_shapes for k, v in d.items()}
446
+
447
+ if debug:
448
+ for i in range(world_size):
449
+ print(f"{FP32_FLAT_GROUPS}[{i}].shape={fp32_flat_groups[i].shape}")
450
+
451
+ wanted_params = len(param_shapes)
452
+ wanted_numel = sum(shape.numel() for shape in param_shapes.values())
453
+ # not asserting if there is a mismatch due to possible padding
454
+ avail_numel = fp32_flat_groups[0].numel() * world_size
455
+ print(f"Trainable params: Have {avail_numel} numels to process.")
456
+ print(f"Trainable params: Need {wanted_numel} numels in {wanted_params} params.")
457
+
458
+ # params
459
+ # XXX: for huge models that can't fit into the host's RAM we will have to recode this to support
460
+ # out-of-core computing solution
461
+ offset = 0
462
+ total_numel = 0
463
+ total_params = 0
464
+ flat_groups_offset = [0] + list(np.cumsum([flat_tensor.numel() for flat_tensor in fp32_flat_groups[0]]))
465
+ for name, shape in tqdm(param_shapes.items(), desc='Gathering sharded weights'):
466
+ unpartitioned_numel = shape.numel()
467
+ total_numel += unpartitioned_numel
468
+ total_params += 1
469
+ partitioned_numel, partitioned_padding_numel = zero3_partitioned_param_info(unpartitioned_numel, world_size)
470
+
471
+ if debug:
472
+ print(
473
+ f"Trainable params: {total_params} {name} full shape: {shape} partition0 numel={partitioned_numel} partitioned_padding_numel={partitioned_padding_numel}"
474
+ )
475
+
476
+ # memory efficient tensor
477
+ tensor = GatheredTensor(fp32_flat_groups, flat_groups_offset, offset, partitioned_numel, shape)
478
+ state_dict[name] = tensor
479
+ offset += partitioned_numel
480
+
481
+ offset *= world_size
482
+
483
+ # Sanity check
484
+ if offset != avail_numel:
485
+ raise ValueError(f"consumed {offset} numels out of {avail_numel} - something is wrong")
486
+
487
+ print(f"Reconstructed Trainable fp32 state dict with {total_params} params {total_numel} elements")
488
+
489
+
490
+ def _get_fp32_state_dict_from_zero3_checkpoint(world_size, fp32_flat_groups, zero_model_states,
491
+ exclude_frozen_parameters):
492
+ state_dict = OrderedDict()
493
+
494
+ # buffers
495
+ buffers = zero_model_states[0].buffers
496
+ state_dict.update(buffers)
497
+ if debug:
498
+ print(f"added {len(buffers)} buffers")
499
+
500
+ if not exclude_frozen_parameters:
501
+ _zero3_merge_frozen_params(state_dict, world_size, zero_model_states)
502
+
503
+ _zero3_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states)
504
+
505
+ # recover shared parameters
506
+ for pair in zero_model_states[0].shared_params:
507
+ if pair[1] in state_dict:
508
+ state_dict[pair[0]] = state_dict[pair[1]]
509
+
510
+ return state_dict
511
+
512
+
513
+ def to_torch_tensor(state_dict, return_empty_tensor=False):
514
+ """
515
+ Convert state_dict of GatheredTensor to torch tensor
516
+ """
517
+ torch_state_dict = {}
518
+ converted_tensors = {}
519
+ for name, tensor in state_dict.items():
520
+ tensor_id = id(tensor)
521
+ if tensor_id in converted_tensors: # shared tensors
522
+ shared_tensor = torch_state_dict[converted_tensors[tensor_id]]
523
+ torch_state_dict[name] = shared_tensor
524
+ else:
525
+ converted_tensors[tensor_id] = name
526
+ if return_empty_tensor:
527
+ torch_state_dict[name] = torch.empty(tensor.shape, dtype=tensor.dtype)
528
+ else:
529
+ torch_state_dict[name] = tensor.contiguous()
530
+ return torch_state_dict
531
+
532
+
533
+ def get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir,
534
+ tag=None,
535
+ exclude_frozen_parameters=False,
536
+ lazy_mode=False):
537
+ """
538
+ Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated state_dict that can be loaded with
539
+ ``load_state_dict()`` and used for training without DeepSpeed or shared with others, for example
540
+ via a model hub.
541
+
542
+ Args:
543
+ - ``checkpoint_dir``: path to the desired checkpoint folder
544
+ - ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in 'latest' file. e.g., ``global_step14``
545
+ - ``exclude_frozen_parameters``: exclude frozen parameters
546
+ - ``lazy_mode``: get state_dict in lazy mode. It returns a dict of pesduo tensor instead of torch tensor, which is more memory efficient.
547
+ Convert the pesduo tensor to torch tensor by ``.contiguous()``
548
+
549
+ Returns:
550
+ - pytorch ``state_dict``
551
+
552
+ A typical usage might be ::
553
+
554
+ from deepspeed.utils.zero_to_fp32 import get_fp32_state_dict_from_zero_checkpoint
555
+ # do the training and checkpoint saving
556
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir) # already on cpu
557
+ model = model.cpu() # move to cpu
558
+ model.load_state_dict(state_dict)
559
+ # submit to model hub or save the model to share with others
560
+
561
+ In this example the ``model`` will no longer be usable in the deepspeed context of the same
562
+ application. i.e. you will need to re-initialize the deepspeed engine, since
563
+ ``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it.
564
+
565
+ If you want it all done for you, use ``load_state_dict_from_zero_checkpoint`` instead.
566
+
567
+ Note: the above usage may not work if your application doesn't have sufficient free CPU memory.
568
+ You may need to use the offline approach using the ``zero_to_fp32.py`` script that is saved with
569
+ the checkpoint. Or you can load state_dict in lazy mode ::
570
+
571
+ from deepspeed.utils.zero_to_fp32 import get_fp32_state_dict_from_zero_checkpoint
572
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, lazy_mode=True) # not on cpu
573
+ for name, lazy_tensor in state_dict.item():
574
+ tensor = lazy_tensor.contiguous() # to cpu
575
+ print(name, tensor)
576
+ # del tensor to release memory if it no longer in use
577
+ """
578
+ if tag is None:
579
+ latest_path = os.path.join(checkpoint_dir, 'latest')
580
+ if os.path.isfile(latest_path):
581
+ with open(latest_path, 'r') as fd:
582
+ tag = fd.read().strip()
583
+ else:
584
+ raise ValueError(f"Unable to find 'latest' file at {latest_path}")
585
+
586
+ ds_checkpoint_dir = os.path.join(checkpoint_dir, tag)
587
+
588
+ if not os.path.isdir(ds_checkpoint_dir):
589
+ raise FileNotFoundError(f"Directory '{ds_checkpoint_dir}' doesn't exist")
590
+
591
+ state_dict = _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir, exclude_frozen_parameters)
592
+ if lazy_mode:
593
+ return state_dict
594
+ else:
595
+ return to_torch_tensor(state_dict)
596
+
597
+
598
+ def convert_zero_checkpoint_to_fp32_state_dict(checkpoint_dir,
599
+ output_dir,
600
+ max_shard_size="5GB",
601
+ safe_serialization=False,
602
+ tag=None,
603
+ exclude_frozen_parameters=False):
604
+ """
605
+ Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict`` file that can be
606
+ loaded with ``torch.load(file)`` + ``load_state_dict()`` and used for training without DeepSpeed.
607
+
608
+ Args:
609
+ - ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``)
610
+ - ``output_dir``: directory to the pytorch fp32 state_dict output files
611
+ - ``max_shard_size``: the maximum size for a checkpoint before being sharded, default value is 5GB
612
+ - ``safe_serialization``: whether to save the model using `safetensors` or the traditional PyTorch way (that uses `pickle`).
613
+ - ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in the file named ``latest`` in the checkpoint folder, e.g., ``global_step14``
614
+ - ``exclude_frozen_parameters``: exclude frozen parameters
615
+ """
616
+
617
+ # Dependency pre-check
618
+ if safe_serialization:
619
+ try:
620
+ from safetensors.torch import save_file
621
+ except ImportError:
622
+ print('If you want to use `safe_serialization`, please `pip install safetensors`')
623
+ raise
624
+ if max_shard_size is not None:
625
+ try:
626
+ from huggingface_hub import split_torch_state_dict_into_shards
627
+ except ImportError:
628
+ print('If you want to use `max_shard_size`, please `pip install huggingface_hub`')
629
+ raise
630
+
631
+ # Convert zero checkpoint to state_dict
632
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir,
633
+ tag,
634
+ exclude_frozen_parameters,
635
+ lazy_mode=True)
636
+
637
+ # Shard the model if it is too big.
638
+ weights_name = "model.safetensors" if safe_serialization else "pytorch_model.bin"
639
+ if max_shard_size is not None:
640
+ filename_pattern = weights_name.replace(".bin", "{suffix}.bin").replace(".safetensors", "{suffix}.safetensors")
641
+ # an memory-efficient approach for sharding
642
+ empty_state_dict = to_torch_tensor(state_dict, return_empty_tensor=True)
643
+ state_dict_split = split_torch_state_dict_into_shards(empty_state_dict,
644
+ filename_pattern=filename_pattern,
645
+ max_shard_size=max_shard_size)
646
+ else:
647
+ from collections import namedtuple
648
+ StateDictSplit = namedtuple("StateDictSplit", ["is_sharded", "filename_to_tensors"])
649
+ state_dict_split = StateDictSplit(is_sharded=False,
650
+ filename_to_tensors={weights_name: list(state_dict.keys())})
651
+
652
+ # Save the model by shard
653
+ os.makedirs(output_dir, exist_ok=True)
654
+ filename_to_tensors = state_dict_split.filename_to_tensors.items()
655
+ for shard_file, tensors in tqdm(filename_to_tensors, desc="Saving checkpoint shards"):
656
+ shard_state_dict = {tensor_name: state_dict[tensor_name] for tensor_name in tensors}
657
+ shard_state_dict = to_torch_tensor(shard_state_dict)
658
+ output_path = os.path.join(output_dir, shard_file)
659
+ if safe_serialization:
660
+ save_file(shard_state_dict, output_path, metadata={"format": "pt"})
661
+ else:
662
+ torch.save(shard_state_dict, output_path)
663
+ # release the memory of current shard
664
+ for tensor_name in list(shard_state_dict.keys()):
665
+ del state_dict[tensor_name]
666
+ del shard_state_dict[tensor_name]
667
+ del shard_state_dict
668
+ gc.collect()
669
+
670
+ # Save index if sharded
671
+ if state_dict_split.is_sharded:
672
+ index = {
673
+ "metadata": state_dict_split.metadata,
674
+ "weight_map": state_dict_split.tensor_to_filename,
675
+ }
676
+ save_index_file = "model.safetensors.index.json" if safe_serialization else "pytorch_model.bin.index.json"
677
+ save_index_file = os.path.join(output_dir, save_index_file)
678
+ with open(save_index_file, "w", encoding="utf-8") as f:
679
+ content = json.dumps(index, indent=2, sort_keys=True) + "\n"
680
+ f.write(content)
681
+
682
+
683
+ def load_state_dict_from_zero_checkpoint(model, checkpoint_dir, tag=None):
684
+ """
685
+ 1. Put the provided model to cpu
686
+ 2. Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict``
687
+ 3. Load it into the provided model
688
+
689
+ Args:
690
+ - ``model``: the model object to update
691
+ - ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``)
692
+ - ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in the file named ``latest`` in the checkpoint folder, e.g., ``global_step14``
693
+
694
+ Returns:
695
+ - ``model`: modified model
696
+
697
+ Make sure you have plenty of CPU memory available before you call this function. If you don't
698
+ have enough use the ``zero_to_fp32.py`` utility to do the conversion. You will find it
699
+ conveniently placed for you in the checkpoint folder.
700
+
701
+ A typical usage might be ::
702
+
703
+ from deepspeed.utils.zero_to_fp32 import load_state_dict_from_zero_checkpoint
704
+ model = load_state_dict_from_zero_checkpoint(trainer.model, checkpoint_dir)
705
+ # submit to model hub or save the model to share with others
706
+
707
+ Note, that once this was run, the ``model`` will no longer be usable in the deepspeed context
708
+ of the same application. i.e. you will need to re-initialize the deepspeed engine, since
709
+ ``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it.
710
+
711
+ """
712
+ logger.info(f"Extracting fp32 weights")
713
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag)
714
+
715
+ logger.info(f"Overwriting model with fp32 weights")
716
+ model = model.cpu()
717
+ model.load_state_dict(state_dict, strict=False)
718
+
719
+ return model
720
+
721
+
722
+ if __name__ == "__main__":
723
+ parser = argparse.ArgumentParser()
724
+ parser.add_argument("checkpoint_dir",
725
+ type=str,
726
+ help="path to the desired checkpoint folder, e.g., path/checkpoint-12")
727
+ parser.add_argument("output_dir",
728
+ type=str,
729
+ help="directory to the pytorch fp32 state_dict output files"
730
+ "(e.g. path/checkpoint-12-output/)")
731
+ parser.add_argument(
732
+ "--max_shard_size",
733
+ type=str,
734
+ default="5GB",
735
+ help="The maximum size for a checkpoint before being sharded. Checkpoints shard will then be each of size"
736
+ "lower than this size. If expressed as a string, needs to be digits followed by a unit (like `5MB`"
737
+ "We default it to 5GB in order for models to be able to run easily on free-tier google colab instances"
738
+ "without CPU OOM issues.")
739
+ parser.add_argument(
740
+ "--safe_serialization",
741
+ default=False,
742
+ action='store_true',
743
+ help="Whether to save the model using `safetensors` or the traditional PyTorch way (that uses `pickle`).")
744
+ parser.add_argument("-t",
745
+ "--tag",
746
+ type=str,
747
+ default=None,
748
+ help="checkpoint tag used as a unique identifier for checkpoint. e.g., global_step1")
749
+ parser.add_argument("--exclude_frozen_parameters", action='store_true', help="exclude frozen parameters")
750
+ parser.add_argument("-d", "--debug", action='store_true', help="enable debug")
751
+ args = parser.parse_args()
752
+
753
+ debug = args.debug
754
+
755
+ convert_zero_checkpoint_to_fp32_state_dict(args.checkpoint_dir,
756
+ args.output_dir,
757
+ max_shard_size=args.max_shard_size,
758
+ safe_serialization=args.safe_serialization,
759
+ tag=args.tag,
760
+ exclude_frozen_parameters=args.exclude_frozen_parameters)