yang335 commited on
Commit
bd2fb34
·
verified ·
1 Parent(s): 86ee89e

Upload folder using huggingface_hub

Browse files
Files changed (27) hide show
  1. .gitattributes +1 -0
  2. tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/_SUCCESS +0 -0
  3. tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/added_tokens.json +28 -0
  4. tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/chat_template.jinja +117 -0
  5. tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/config.json +38 -0
  6. tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/generation_config.json +13 -0
  7. tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/merges.txt +0 -0
  8. tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model-00001-of-00013.safetensors +3 -0
  9. tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model-00002-of-00013.safetensors +3 -0
  10. tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model-00003-of-00013.safetensors +3 -0
  11. tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model-00004-of-00013.safetensors +3 -0
  12. tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model-00005-of-00013.safetensors +3 -0
  13. tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model-00006-of-00013.safetensors +3 -0
  14. tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model-00007-of-00013.safetensors +3 -0
  15. tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model-00008-of-00013.safetensors +3 -0
  16. tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model-00009-of-00013.safetensors +3 -0
  17. tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model-00010-of-00013.safetensors +3 -0
  18. tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model-00011-of-00013.safetensors +3 -0
  19. tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model-00012-of-00013.safetensors +3 -0
  20. tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model-00013-of-00013.safetensors +3 -0
  21. tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model.safetensors.index.json +0 -0
  22. tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/special_tokens_map.json +31 -0
  23. tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/tokenizer.json +3 -0
  24. tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/tokenizer_config.json +240 -0
  25. tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/trainer_state.json +517 -0
  26. tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/training_args.bin +3 -0
  27. tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/vocab.json +0 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/tokenizer.json filter=lfs diff=lfs merge=lfs -text
tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/_SUCCESS ADDED
File without changes
tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/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
+ }
tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/chat_template.jinja ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {% macro render_extra_keys(json_dict, handled_keys) %}
2
+ {%- if json_dict is mapping %}
3
+ {%- for json_key in json_dict if json_key not in handled_keys %}
4
+ {%- if json_dict[json_key] is mapping or (json_dict[json_key] is sequence and json_dict[json_key] is not string) %}
5
+ {{- '\n<' ~ json_key ~ '>' ~ (json_dict[json_key] | tojson | safe) ~ '</' ~ json_key ~ '>' }}
6
+ {%- else %}
7
+ {{-'\n<' ~ json_key ~ '>' ~ (json_dict[json_key] | string) ~ '</' ~ json_key ~ '>' }}
8
+ {%- endif %}
9
+ {%- endfor %}
10
+ {%- endif %}
11
+ {% endmacro %}
12
+
13
+ {%- if messages[0]["role"] == "system" %}
14
+ {%- set system_message = messages[0]["content"] %}
15
+ {%- set loop_messages = messages[1:] %}
16
+ {%- else %}
17
+ {%- set loop_messages = messages %}
18
+ {%- endif %}
19
+
20
+ {%- if not tools is defined %}
21
+ {%- set tools = [] %}
22
+ {%- endif %}
23
+
24
+ {%- if system_message is defined %}
25
+ {{- "<|im_start|>system\n" + system_message }}
26
+ {%- else %}
27
+ {%- if tools is iterable and tools | length > 0 %}
28
+ {{- "<|im_start|>system\nYou are Qwen, a helpful AI assistant that can interact with a computer to solve tasks." }}
29
+ {%- endif %}
30
+ {%- endif %}
31
+ {%- if tools is iterable and tools | length > 0 %}
32
+ {{- "\n\n# Tools\n\nYou have access to the following functions:\n\n" }}
33
+ {{- "<tools>" }}
34
+ {%- for tool in tools %}
35
+ {%- if tool.function is defined %}
36
+ {%- set tool = tool.function %}
37
+ {%- endif %}
38
+ {{- "\n<function>\n<name>" ~ tool.name ~ "</name>" }}
39
+ {%- if tool.description is defined %}
40
+ {{- '\n<description>' ~ (tool.description | trim) ~ '</description>' }}
41
+ {%- endif %}
42
+ {{- '\n<parameters>' }}
43
+ {%- if tool.parameters is defined and tool.parameters is mapping and tool.parameters.properties is defined and tool.parameters.properties is mapping %}
44
+ {%- for param_name, param_fields in tool.parameters.properties|items %}
45
+ {{- '\n<parameter>' }}
46
+ {{- '\n<name>' ~ param_name ~ '</name>' }}
47
+ {%- if param_fields.type is defined %}
48
+ {{- '\n<type>' ~ (param_fields.type | string) ~ '</type>' }}
49
+ {%- endif %}
50
+ {%- if param_fields.description is defined %}
51
+ {{- '\n<description>' ~ (param_fields.description | trim) ~ '</description>' }}
52
+ {%- endif %}
53
+ {%- set handled_keys = ['name', 'type', 'description'] %}
54
+ {{- render_extra_keys(param_fields, handled_keys) }}
55
+ {{- '\n</parameter>' }}
56
+ {%- endfor %}
57
+ {%- endif %}
58
+ {% set handled_keys = ['type', 'properties'] %}
59
+ {{- render_extra_keys(tool.parameters, handled_keys) }}
60
+ {{- '\n</parameters>' }}
61
+ {%- set handled_keys = ['type', 'name', 'description', 'parameters'] %}
62
+ {{- render_extra_keys(tool, handled_keys) }}
63
+ {{- '\n</function>' }}
64
+ {%- endfor %}
65
+ {{- "\n</tools>" }}
66
+ {{- '\n\nIf you choose to call a function ONLY reply in the following format with NO suffix:\n\n<tool_call>\n<function=example_function_name>\n<parameter=example_parameter_1>\nvalue_1\n</parameter>\n<parameter=example_parameter_2>\nThis is the value for the second parameter\nthat can span\nmultiple lines\n</parameter>\n</function>\n</tool_call>\n\n<IMPORTANT>\nReminder:\n- Function calls MUST follow the specified format: an inner <function=...></function> block must be nested within <tool_call></tool_call> XML tags\n- Required parameters MUST be specified\n- You may provide optional reasoning for your function call in natural language BEFORE the function call, but NOT after\n- If there is no function call available, answer the question like normal with your current knowledge and do not tell the user about function calls\n</IMPORTANT>' }}
67
+ {%- endif %}
68
+ {%- if system_message is defined %}
69
+ {{- '<|im_end|>\n' }}
70
+ {%- else %}
71
+ {%- if tools is iterable and tools | length > 0 %}
72
+ {{- '<|im_end|>\n' }}
73
+ {%- endif %}
74
+ {%- endif %}
75
+ {%- for message in loop_messages %}
76
+ {%- if message.role == "assistant" and message.tool_calls is defined and message.tool_calls is iterable and message.tool_calls | length > 0 %}
77
+ {{- '<|im_start|>' + message.role }}
78
+ {%- if message.content is defined and message.content is string and message.content | trim | length > 0 %}
79
+ {{- '\n' + message.content | trim + '\n' }}
80
+ {%- endif %}
81
+ {%- for tool_call in message.tool_calls %}
82
+ {%- if tool_call.function is defined %}
83
+ {%- set tool_call = tool_call.function %}
84
+ {%- endif %}
85
+ {{- '\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
86
+ {%- if tool_call.arguments is defined %}
87
+ {%- for args_name, args_value in tool_call.arguments|items %}
88
+ {{- '<parameter=' + args_name + '>\n' }}
89
+ {%- set args_value = args_value | tojson | safe if args_value is mapping or (args_value is sequence and args_value is not string) else args_value | string %}
90
+ {{- args_value }}
91
+ {{- '\n</parameter>\n' }}
92
+ {%- endfor %}
93
+ {%- endif %}
94
+ {{- '</function>\n</tool_call>' }}
95
+ {%- endfor %}
96
+ {{- '<|im_end|>\n' }}
97
+ {%- elif message.role == "user" or message.role == "system" or message.role == "assistant" %}
98
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
99
+ {%- elif message.role == "tool" %}
100
+ {%- if loop.previtem and loop.previtem.role != "tool" %}
101
+ {{- '<|im_start|>user\n' }}
102
+ {%- endif %}
103
+ {{- '<tool_response>\n' }}
104
+ {{- message.content }}
105
+ {{- '\n</tool_response>\n' }}
106
+ {%- if not loop.last and loop.nextitem.role != "tool" %}
107
+ {{- '<|im_end|>\n' }}
108
+ {%- elif loop.last %}
109
+ {{- '<|im_end|>\n' }}
110
+ {%- endif %}
111
+ {%- else %}
112
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>\n' }}
113
+ {%- endif %}
114
+ {%- endfor %}
115
+ {%- if add_generation_prompt %}
116
+ {{- '<|im_start|>assistant\n' }}
117
+ {%- endif %}
tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3MoeForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "decoder_sparse_step": 1,
8
+ "dtype": "bfloat16",
9
+ "eos_token_id": 151645,
10
+ "head_dim": 128,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 2048,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 6144,
15
+ "max_position_embeddings": 262144,
16
+ "max_window_layers": 48,
17
+ "mlp_only_layers": [],
18
+ "model_type": "qwen3_moe",
19
+ "moe_intermediate_size": 768,
20
+ "norm_topk_prob": true,
21
+ "num_attention_heads": 32,
22
+ "num_experts": 128,
23
+ "num_experts_per_tok": 8,
24
+ "num_hidden_layers": 48,
25
+ "num_key_value_heads": 4,
26
+ "output_router_logits": false,
27
+ "pad_token_id": 151643,
28
+ "rms_norm_eps": 1e-06,
29
+ "rope_scaling": null,
30
+ "rope_theta": 10000000,
31
+ "router_aux_loss_coef": 0.001,
32
+ "sliding_window": null,
33
+ "tie_word_embeddings": false,
34
+ "transformers_version": "4.57.1",
35
+ "use_cache": false,
36
+ "use_sliding_window": false,
37
+ "vocab_size": 151936
38
+ }
tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_sample": true,
3
+ "eos_token_id": [
4
+ 151645,
5
+ 151643
6
+ ],
7
+ "pad_token_id": 151643,
8
+ "repetition_penalty": 1.05,
9
+ "temperature": 0.7,
10
+ "top_k": 20,
11
+ "top_p": 0.8,
12
+ "transformers_version": "4.57.1"
13
+ }
tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model-00001-of-00013.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e42071fa79270c34581a4f3efe7abc6c665584ec55a47afdfef22f6033a5a90c
3
+ size 4997184968
tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model-00002-of-00013.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faab5a0cc438312b08fff8737126bf6323a7dfaabdc6944347f3ebd816eaa207
3
+ size 4997741608
tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model-00003-of-00013.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0da772eafc553cc5aad740132b4eda49b95539b8f801f410d1ece6c2de5a9dd7
3
+ size 4997742208
tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model-00004-of-00013.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ac09e6564051a3d470c3cbada69ebdf3fb747f09ec1da4f3f872e03204720a4
3
+ size 4997743184
tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model-00005-of-00013.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d57f31a4e0ddf0564cead28f56e21104188015683f08b0c61571b58716db34a9
3
+ size 4997743184
tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model-00006-of-00013.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c67e2736b77f1002f0e9f0ac1bd89780bf3d9293bf89c0f71c975f90c2cfa82
3
+ size 4997743184
tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model-00007-of-00013.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46586ba6e25b130044a764380e1bb5b5c60695206aa69ed61e1de866722de047
3
+ size 4997743184
tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model-00008-of-00013.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5e0482236fa17140accddd2ab40fde7e45397eddfb1e39d33f42cf46cad7214
3
+ size 4997743184
tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model-00009-of-00013.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:911275d608d227732cd651000bf653e03c3a082b8fa91626f4f9162cef08e4ad
3
+ size 4997743184
tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model-00010-of-00013.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:510e56d133139b8c366282180978a990b2fd4125c3859792ef6dd22feeb09427
3
+ size 4997743184
tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model-00011-of-00013.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:982a9d051766d10fa3dcf01ed161e373c9731686fdf361ae288a60f2e0bccd02
3
+ size 4997743184
tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model-00012-of-00013.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f72311984fefcc1f23037193f9025a224e91f017afd3fb02a020bfd21cae39fd
3
+ size 4997743184
tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model-00013-of-00013.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:132292243eb4f87b1ef2a17f0674a12f80eb9d80e0512d7bf32f7b6915712818
3
+ size 1094220288
tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/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
+ }
tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
3
+ size 11422654
tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/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": 1048576,
235
+ "pad_token": "<|endoftext|>",
236
+ "padding_side": "right",
237
+ "split_special_tokens": false,
238
+ "tokenizer_class": "Qwen2Tokenizer",
239
+ "unk_token": null
240
+ }
tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/trainer_state.json ADDED
@@ -0,0 +1,517 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 690,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.04357298474945534,
14
+ "grad_norm": 0.4522840399548457,
15
+ "learning_rate": 1.9999576858841395e-05,
16
+ "loss": 0.2493,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.08714596949891068,
21
+ "grad_norm": 0.31348343047347144,
22
+ "learning_rate": 1.9984770677968e-05,
23
+ "loss": 0.1812,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.13071895424836602,
28
+ "grad_norm": 0.8766949036476201,
29
+ "learning_rate": 1.9948843235232534e-05,
30
+ "loss": 0.1639,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.17429193899782136,
35
+ "grad_norm": 0.3632838517168123,
36
+ "learning_rate": 1.989187052966899e-05,
37
+ "loss": 0.1609,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.2178649237472767,
42
+ "grad_norm": 0.32973551701927994,
43
+ "learning_rate": 1.9813973078360024e-05,
44
+ "loss": 0.1566,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.26143790849673204,
49
+ "grad_norm": 0.27091995274763747,
50
+ "learning_rate": 1.9715315661501454e-05,
51
+ "loss": 0.1463,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.30501089324618735,
56
+ "grad_norm": 0.45720610991030536,
57
+ "learning_rate": 1.9596106973834833e-05,
58
+ "loss": 0.1495,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.3485838779956427,
63
+ "grad_norm": 0.26457788075285904,
64
+ "learning_rate": 1.9456599183185508e-05,
65
+ "loss": 0.1444,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.39215686274509803,
70
+ "grad_norm": 0.3448114843828686,
71
+ "learning_rate": 1.9297087397039985e-05,
72
+ "loss": 0.1572,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.4357298474945534,
77
+ "grad_norm": 1.0941637231338552,
78
+ "learning_rate": 1.9117909038290975e-05,
79
+ "loss": 0.1413,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.4793028322440087,
84
+ "grad_norm": 0.289830295894563,
85
+ "learning_rate": 1.891944313147066e-05,
86
+ "loss": 0.155,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.5228758169934641,
91
+ "grad_norm": 0.5591093067329476,
92
+ "learning_rate": 1.870210950098201e-05,
93
+ "loss": 0.1597,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.5664488017429193,
98
+ "grad_norm": 0.23940605559209358,
99
+ "learning_rate": 1.8466367883024187e-05,
100
+ "loss": 0.146,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.6100217864923747,
105
+ "grad_norm": 0.2794052204310604,
106
+ "learning_rate": 1.8212716953090627e-05,
107
+ "loss": 0.1385,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.6535947712418301,
112
+ "grad_norm": 0.2804030374661795,
113
+ "learning_rate": 1.7941693271096966e-05,
114
+ "loss": 0.1326,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.6971677559912854,
119
+ "grad_norm": 0.22120226387823702,
120
+ "learning_rate": 1.765387014637027e-05,
121
+ "loss": 0.1457,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.7407407407407407,
126
+ "grad_norm": 0.2547349852942046,
127
+ "learning_rate": 1.734985642490043e-05,
128
+ "loss": 0.1395,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.7843137254901961,
133
+ "grad_norm": 0.21471333351383282,
134
+ "learning_rate": 1.703029520141921e-05,
135
+ "loss": 0.145,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.8278867102396514,
140
+ "grad_norm": 0.28985151300975615,
141
+ "learning_rate": 1.669586245903125e-05,
142
+ "loss": 0.1385,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.8714596949891068,
147
+ "grad_norm": 0.43244627797081386,
148
+ "learning_rate": 1.634726563927478e-05,
149
+ "loss": 0.1397,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.9150326797385621,
154
+ "grad_norm": 0.24233023411435914,
155
+ "learning_rate": 1.5985242145636753e-05,
156
+ "loss": 0.1358,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.9586056644880174,
161
+ "grad_norm": 0.24312594283184605,
162
+ "learning_rate": 1.561055778368807e-05,
163
+ "loss": 0.1276,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 1.0,
168
+ "grad_norm": 0.5332025099253912,
169
+ "learning_rate": 1.5224005141138509e-05,
170
+ "loss": 0.1308,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 1.0435729847494553,
175
+ "grad_norm": 0.3200924282076549,
176
+ "learning_rate": 1.4826401911238131e-05,
177
+ "loss": 0.1033,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 1.0871459694989107,
182
+ "grad_norm": 0.2279580530320654,
183
+ "learning_rate": 1.4418589163071721e-05,
184
+ "loss": 0.1004,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 1.130718954248366,
189
+ "grad_norm": 0.2140301888282749,
190
+ "learning_rate": 1.4001429562405227e-05,
191
+ "loss": 0.0943,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 1.1742919389978215,
196
+ "grad_norm": 0.1796537937005776,
197
+ "learning_rate": 1.35758055468477e-05,
198
+ "loss": 0.1048,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 1.2178649237472767,
203
+ "grad_norm": 0.3243667837085952,
204
+ "learning_rate": 1.31426174591889e-05,
205
+ "loss": 0.0915,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 1.261437908496732,
210
+ "grad_norm": 0.2068443670823198,
211
+ "learning_rate": 1.2702781642861252e-05,
212
+ "loss": 0.1009,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 1.3050108932461875,
217
+ "grad_norm": 0.21002724360752945,
218
+ "learning_rate": 1.2257228503554834e-05,
219
+ "loss": 0.0948,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 1.3485838779956427,
224
+ "grad_norm": 0.35478604633994054,
225
+ "learning_rate": 1.180690054108585e-05,
226
+ "loss": 0.0934,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 1.392156862745098,
231
+ "grad_norm": 0.2476253633920981,
232
+ "learning_rate": 1.1352750355681771e-05,
233
+ "loss": 0.0937,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 1.4357298474945535,
238
+ "grad_norm": 0.22101664790660844,
239
+ "learning_rate": 1.0895738632900637e-05,
240
+ "loss": 0.094,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 1.4793028322440087,
245
+ "grad_norm": 0.22393084621734768,
246
+ "learning_rate": 1.0436832111447034e-05,
247
+ "loss": 0.0974,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 1.522875816993464,
252
+ "grad_norm": 0.24292744689588497,
253
+ "learning_rate": 9.977001538183615e-06,
254
+ "loss": 0.091,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 1.5664488017429194,
259
+ "grad_norm": 0.215865488961116,
260
+ "learning_rate": 9.517219614663896e-06,
261
+ "loss": 0.0975,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 1.6100217864923747,
266
+ "grad_norm": 0.21826513206075018,
267
+ "learning_rate": 9.058458939530295e-06,
268
+ "loss": 0.101,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 1.65359477124183,
273
+ "grad_norm": 0.20812205754913463,
274
+ "learning_rate": 8.601689951129757e-06,
275
+ "loss": 0.1017,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 1.6971677559912854,
280
+ "grad_norm": 0.2488567524669264,
281
+ "learning_rate": 8.147878874699273e-06,
282
+ "loss": 0.0913,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 1.7407407407407407,
287
+ "grad_norm": 0.2263021812475993,
288
+ "learning_rate": 7.697985678463476e-06,
289
+ "loss": 0.095,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 1.784313725490196,
294
+ "grad_norm": 0.24714280512146383,
295
+ "learning_rate": 7.25296204296809e-06,
296
+ "loss": 0.0995,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 1.8278867102396514,
301
+ "grad_norm": 0.23848952412826824,
302
+ "learning_rate": 6.813749347944625e-06,
303
+ "loss": 0.0948,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 1.871459694989107,
308
+ "grad_norm": 0.194495160715168,
309
+ "learning_rate": 6.381276680964947e-06,
310
+ "loss": 0.0939,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 1.915032679738562,
315
+ "grad_norm": 0.23061250189724297,
316
+ "learning_rate": 5.956458872097966e-06,
317
+ "loss": 0.0959,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 1.9586056644880174,
322
+ "grad_norm": 0.2124542355694748,
323
+ "learning_rate": 5.540194558725973e-06,
324
+ "loss": 0.0921,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 2.0,
329
+ "grad_norm": 0.25573420774185224,
330
+ "learning_rate": 5.133364284614077e-06,
331
+ "loss": 0.0933,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 2.0435729847494555,
336
+ "grad_norm": 0.25085911741930494,
337
+ "learning_rate": 4.7368286372539775e-06,
338
+ "loss": 0.0633,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 2.0871459694989105,
343
+ "grad_norm": 0.2216539856845599,
344
+ "learning_rate": 4.351426427422165e-06,
345
+ "loss": 0.065,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 2.130718954248366,
350
+ "grad_norm": 0.2381697113244057,
351
+ "learning_rate": 3.977972914803487e-06,
352
+ "loss": 0.0688,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 2.1742919389978215,
357
+ "grad_norm": 0.21829646940986236,
358
+ "learning_rate": 3.617258083433396e-06,
359
+ "loss": 0.0605,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 2.2178649237472765,
364
+ "grad_norm": 0.21760172588593787,
365
+ "learning_rate": 3.2700449706070536e-06,
366
+ "loss": 0.0615,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 2.261437908496732,
371
+ "grad_norm": 0.25853702388486266,
372
+ "learning_rate": 2.937068052790112e-06,
373
+ "loss": 0.0585,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 2.3050108932461875,
378
+ "grad_norm": 0.19396514478592783,
379
+ "learning_rate": 2.6190316919456184e-06,
380
+ "loss": 0.0591,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 2.348583877995643,
385
+ "grad_norm": 0.2809981133346923,
386
+ "learning_rate": 2.3166086455635216e-06,
387
+ "loss": 0.0637,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 2.392156862745098,
392
+ "grad_norm": 0.18574598022490096,
393
+ "learning_rate": 2.030438643544663e-06,
394
+ "loss": 0.0593,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 2.4357298474945535,
399
+ "grad_norm": 0.19530609934506238,
400
+ "learning_rate": 1.7611270349495923e-06,
401
+ "loss": 0.0579,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 2.4793028322440085,
406
+ "grad_norm": 0.2015667518618375,
407
+ "learning_rate": 1.5092435074748145e-06,
408
+ "loss": 0.0572,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 2.522875816993464,
413
+ "grad_norm": 0.17466640899508173,
414
+ "learning_rate": 1.2753208823652142e-06,
415
+ "loss": 0.0567,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 2.5664488017429194,
420
+ "grad_norm": 0.2409392834540486,
421
+ "learning_rate": 1.0598539873118552e-06,
422
+ "loss": 0.0647,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 2.610021786492375,
427
+ "grad_norm": 0.20914710167564862,
428
+ "learning_rate": 8.632986097193574e-07,
429
+ "loss": 0.0619,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 2.65359477124183,
434
+ "grad_norm": 0.22375308170452685,
435
+ "learning_rate": 6.860705325570493e-07,
436
+ "loss": 0.06,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 2.6971677559912854,
441
+ "grad_norm": 0.23707517838111952,
442
+ "learning_rate": 5.285446548334072e-07,
443
+ "loss": 0.0622,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 2.7407407407407405,
448
+ "grad_norm": 0.18457475424451614,
449
+ "learning_rate": 3.9105419855430146e-07,
450
+ "loss": 0.062,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 2.784313725490196,
455
+ "grad_norm": 0.21944929540405267,
456
+ "learning_rate": 2.738900038425796e-07,
457
+ "loss": 0.0597,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 2.8278867102396514,
462
+ "grad_norm": 0.1961364495316805,
463
+ "learning_rate": 1.7729991371008504e-07,
464
+ "loss": 0.0567,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 2.871459694989107,
469
+ "grad_norm": 0.23872305881225686,
470
+ "learning_rate": 1.0148824978349791e-07,
471
+ "loss": 0.066,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 2.915032679738562,
476
+ "grad_norm": 0.2071017854751512,
477
+ "learning_rate": 4.6615380093055774e-08,
478
+ "loss": 0.0674,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 2.9586056644880174,
483
+ "grad_norm": 0.2407437007471865,
484
+ "learning_rate": 1.2797379838402901e-08,
485
+ "loss": 0.0601,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 3.0,
490
+ "grad_norm": 0.34886410381128535,
491
+ "learning_rate": 1.0578584918374824e-10,
492
+ "loss": 0.0666,
493
+ "step": 690
494
+ }
495
+ ],
496
+ "logging_steps": 10,
497
+ "max_steps": 690,
498
+ "num_input_tokens_seen": 0,
499
+ "num_train_epochs": 3,
500
+ "save_steps": 500,
501
+ "stateful_callbacks": {
502
+ "TrainerControl": {
503
+ "args": {
504
+ "should_epoch_stop": false,
505
+ "should_evaluate": false,
506
+ "should_log": false,
507
+ "should_save": true,
508
+ "should_training_stop": true
509
+ },
510
+ "attributes": {}
511
+ }
512
+ },
513
+ "total_flos": 7.613058851201352e+17,
514
+ "train_batch_size": 1,
515
+ "trial_name": null,
516
+ "trial_params": null
517
+ }
tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc386d136ddc2deaac86cb8533aa529ca4933fc26556ae5d3671fd510fe1aa83
3
+ size 8273
tmp/bytedance/qwen3_coder_30b_a3b-sft-step690/vocab.json ADDED
The diff for this file is too large to render. See raw diff