cjfcsjt commited on
Commit
c108e71
·
verified ·
1 Parent(s): 49aa16f

Upload folder using huggingface_hub

Browse files
Files changed (40) hide show
  1. .gitattributes +1 -0
  2. README.md +209 -0
  3. adapter_config.json +46 -0
  4. adapter_model.safetensors +3 -0
  5. added_tokens.json +28 -0
  6. chat_template.jinja +89 -0
  7. global_step200/bf16_zero_pp_rank_0_mp_rank_00_optim_states.pt +3 -0
  8. global_step200/bf16_zero_pp_rank_1_mp_rank_00_optim_states.pt +3 -0
  9. global_step200/bf16_zero_pp_rank_2_mp_rank_00_optim_states.pt +3 -0
  10. global_step200/bf16_zero_pp_rank_3_mp_rank_00_optim_states.pt +3 -0
  11. global_step200/bf16_zero_pp_rank_4_mp_rank_00_optim_states.pt +3 -0
  12. global_step200/bf16_zero_pp_rank_5_mp_rank_00_optim_states.pt +3 -0
  13. global_step200/bf16_zero_pp_rank_6_mp_rank_00_optim_states.pt +3 -0
  14. global_step200/bf16_zero_pp_rank_7_mp_rank_00_optim_states.pt +3 -0
  15. global_step200/zero_pp_rank_0_mp_rank_00_model_states.pt +3 -0
  16. global_step200/zero_pp_rank_1_mp_rank_00_model_states.pt +3 -0
  17. global_step200/zero_pp_rank_2_mp_rank_00_model_states.pt +3 -0
  18. global_step200/zero_pp_rank_3_mp_rank_00_model_states.pt +3 -0
  19. global_step200/zero_pp_rank_4_mp_rank_00_model_states.pt +3 -0
  20. global_step200/zero_pp_rank_5_mp_rank_00_model_states.pt +3 -0
  21. global_step200/zero_pp_rank_6_mp_rank_00_model_states.pt +3 -0
  22. global_step200/zero_pp_rank_7_mp_rank_00_model_states.pt +3 -0
  23. latest +1 -0
  24. merges.txt +0 -0
  25. rng_state_0.pth +3 -0
  26. rng_state_1.pth +3 -0
  27. rng_state_2.pth +3 -0
  28. rng_state_3.pth +3 -0
  29. rng_state_4.pth +3 -0
  30. rng_state_5.pth +3 -0
  31. rng_state_6.pth +3 -0
  32. rng_state_7.pth +3 -0
  33. scheduler.pt +3 -0
  34. special_tokens_map.json +31 -0
  35. tokenizer.json +3 -0
  36. tokenizer_config.json +240 -0
  37. trainer_state.json +834 -0
  38. training_args.bin +3 -0
  39. vocab.json +0 -0
  40. 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
README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-1.7B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen3-1.7B
7
+ - lora
8
+ - opsd
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.18.1
adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "Qwen/Qwen3-1.7B",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 128,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.1",
27
+ "qalora_group_size": 16,
28
+ "r": 64,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "k_proj",
33
+ "v_proj",
34
+ "q_proj",
35
+ "o_proj",
36
+ "gate_proj",
37
+ "up_proj",
38
+ "down_proj"
39
+ ],
40
+ "target_parameters": null,
41
+ "task_type": "CAUSAL_LM",
42
+ "trainable_token_indices": null,
43
+ "use_dora": false,
44
+ "use_qalora": false,
45
+ "use_rslora": false
46
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60d95b10b6e140a9626a7058d5038528f2ff80148dc4569b881db56052046509
3
+ size 40
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 %}
global_step200/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:f8bb00ead350f17de05bae3cc3394c47ce791ae10c59f18708e3e9e1a3ae9161
3
+ size 104599269
global_step200/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:4111c8fb050c97a526028eb69a10b86fb537e1d5fd76df496e2ab9ace292f119
3
+ size 104599269
global_step200/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:2a9fca77abfbfc3c4bd056c5d07de46e077d23aa28f8a18cdc1719b29b6a5783
3
+ size 104599269
global_step200/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:1225e7ef83b504640b3d01b61b1b56a5badbe6c07bafb982cf2f9cde231aa9e3
3
+ size 104599269
global_step200/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:004691d884f14884c195d4f6d8416cd4bc893d1b8367fab879fa15ea1ab41908
3
+ size 104599269
global_step200/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:8d7f6fe275f8f1e8a1d835694108e12322e05b62d5121bbf4eef5187fef54316
3
+ size 104599269
global_step200/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:c35257440fa3b490dcbca12010271860143b56cfd2a304c63ccfde7a06b9a69d
3
+ size 104599269
global_step200/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:addc59d2253f7669f1a70cc512ca1bd91ee96b8efcbd9058bec218086673dc7c
3
+ size 104599269
global_step200/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:d415ef927909c2efebe2a47461c4f5e5803cbf6f3de91416396cbefc086cbfef
3
+ size 392830
global_step200/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:38ab251ceb4e462ba2fa1fd3dda6036ec0310d4c3ee52b5222f2eabb5b519d03
3
+ size 392766
global_step200/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:cd66bbcf808f6226f853e429fd193adba5c21033edf094753bbd8bf07ef01d93
3
+ size 392766
global_step200/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:eba7ec61836041e9ad4d999472ca2240dd5da539ed3fd1ba3230a8682d164015
3
+ size 392766
global_step200/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:ac0f6f0682dce1024d1628d91845d83dd100dbb7d86cdac224b1b94baf5e16f4
3
+ size 392766
global_step200/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:c9b176968ff485d47f2f3da8080a12303fc617996352d7ea6cdae1e908083e46
3
+ size 392766
global_step200/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:66949a173433c6d83bbecb1d6da97b6270ca8baa0a1e94a2adbb5cd52ab292c6
3
+ size 392766
global_step200/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:3e201785bcac337918c54105e33f9c1af57574e1c0d1af6253d1669f9731ac18
3
+ size 392766
latest ADDED
@@ -0,0 +1 @@
 
 
1
+ global_step200
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26502f665f295d69866914762b94b92c656d538f8d64cd5c803ef466055808d0
3
+ size 16325
rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88f5be6a26021db96c71f6489077cb1b7778e597f43c70eae8ef42991a70e14a
3
+ size 16389
rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43b645b07859e85917fb3731ff58a3252868da984d0ec2ccdb326ed04ba88998
3
+ size 16389
rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ccbb206d935484946d527e54f48ea698bb92fa0c39f3c0a11c5a2ee87f80c8b
3
+ size 16325
rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de8650cb40faca148117a69a55273b5434ec7ecd48522c29c0a8996803f2a0c1
3
+ size 16325
rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7562990765a9ae987a310ae5051796a6dbb6304d021491010c02271ce3e63cf
3
+ size 16389
rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9ddcf055b73e9c8de9eea11b45e490a296641274a416851208fa3570127e205
3
+ size 16389
rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a62459e16f369491f9dd6096eee7a2b6a993fb88239cabd8ac238065b4583048
3
+ size 16325
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eec4422ea46ec56ba3a044ecabff3eeab77d668793e86e52458a938df870eeb1
3
+ size 1465
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:50f9787d552fa20c3bfa90dadaabccfeef9343fc4fee19e3cfca00cb2586fbf0
3
+ size 11422922
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,834 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.1631986944104447,
6
+ "eval_steps": 500,
7
+ "global_step": 200,
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.0016319869441044472,
14
+ "grad_norm": 0.058299943804740906,
15
+ "learning_rate": 0.00019983686786296902,
16
+ "loss": 0.023,
17
+ "on_policy_loss": 0.023,
18
+ "step": 2
19
+ },
20
+ {
21
+ "epoch": 0.0032639738882088943,
22
+ "grad_norm": 0.04990854486823082,
23
+ "learning_rate": 0.00019951060358890704,
24
+ "loss": 0.0236,
25
+ "on_policy_loss": 0.0236,
26
+ "step": 4
27
+ },
28
+ {
29
+ "epoch": 0.004895960832313341,
30
+ "grad_norm": 0.03872146084904671,
31
+ "learning_rate": 0.00019918433931484503,
32
+ "loss": 0.025,
33
+ "on_policy_loss": 0.025,
34
+ "step": 6
35
+ },
36
+ {
37
+ "epoch": 0.006527947776417789,
38
+ "grad_norm": 0.0333283431828022,
39
+ "learning_rate": 0.00019885807504078305,
40
+ "loss": 0.0245,
41
+ "on_policy_loss": 0.0245,
42
+ "step": 8
43
+ },
44
+ {
45
+ "epoch": 0.008159934720522236,
46
+ "grad_norm": 0.0277633685618639,
47
+ "learning_rate": 0.00019853181076672104,
48
+ "loss": 0.0229,
49
+ "on_policy_loss": 0.0229,
50
+ "step": 10
51
+ },
52
+ {
53
+ "epoch": 0.009791921664626682,
54
+ "grad_norm": 0.02402353286743164,
55
+ "learning_rate": 0.00019820554649265906,
56
+ "loss": 0.0219,
57
+ "on_policy_loss": 0.0219,
58
+ "step": 12
59
+ },
60
+ {
61
+ "epoch": 0.01142390860873113,
62
+ "grad_norm": 0.026979146525263786,
63
+ "learning_rate": 0.00019787928221859708,
64
+ "loss": 0.0228,
65
+ "on_policy_loss": 0.0228,
66
+ "step": 14
67
+ },
68
+ {
69
+ "epoch": 0.013055895552835577,
70
+ "grad_norm": 0.01897270232439041,
71
+ "learning_rate": 0.0001975530179445351,
72
+ "loss": 0.0224,
73
+ "on_policy_loss": 0.0224,
74
+ "step": 16
75
+ },
76
+ {
77
+ "epoch": 0.014687882496940025,
78
+ "grad_norm": 0.020191779360175133,
79
+ "learning_rate": 0.0001972267536704731,
80
+ "loss": 0.0223,
81
+ "on_policy_loss": 0.0223,
82
+ "step": 18
83
+ },
84
+ {
85
+ "epoch": 0.016319869441044473,
86
+ "grad_norm": 0.019388101994991302,
87
+ "learning_rate": 0.0001969004893964111,
88
+ "loss": 0.0207,
89
+ "on_policy_loss": 0.0207,
90
+ "step": 20
91
+ },
92
+ {
93
+ "epoch": 0.01795185638514892,
94
+ "grad_norm": 0.01775970496237278,
95
+ "learning_rate": 0.0001965742251223491,
96
+ "loss": 0.0225,
97
+ "on_policy_loss": 0.0225,
98
+ "step": 22
99
+ },
100
+ {
101
+ "epoch": 0.019583843329253364,
102
+ "grad_norm": 0.0191648006439209,
103
+ "learning_rate": 0.00019624796084828712,
104
+ "loss": 0.0227,
105
+ "on_policy_loss": 0.0227,
106
+ "step": 24
107
+ },
108
+ {
109
+ "epoch": 0.021215830273357814,
110
+ "grad_norm": 0.017626851797103882,
111
+ "learning_rate": 0.0001959216965742251,
112
+ "loss": 0.0212,
113
+ "on_policy_loss": 0.0212,
114
+ "step": 26
115
+ },
116
+ {
117
+ "epoch": 0.02284781721746226,
118
+ "grad_norm": 0.013785107992589474,
119
+ "learning_rate": 0.00019559543230016316,
120
+ "loss": 0.0196,
121
+ "on_policy_loss": 0.0196,
122
+ "step": 28
123
+ },
124
+ {
125
+ "epoch": 0.02447980416156671,
126
+ "grad_norm": 0.016143064945936203,
127
+ "learning_rate": 0.00019526916802610115,
128
+ "loss": 0.0227,
129
+ "on_policy_loss": 0.0227,
130
+ "step": 30
131
+ },
132
+ {
133
+ "epoch": 0.026111791105671155,
134
+ "grad_norm": 0.012568962760269642,
135
+ "learning_rate": 0.00019494290375203917,
136
+ "loss": 0.022,
137
+ "on_policy_loss": 0.022,
138
+ "step": 32
139
+ },
140
+ {
141
+ "epoch": 0.0277437780497756,
142
+ "grad_norm": 0.018003186210989952,
143
+ "learning_rate": 0.00019461663947797716,
144
+ "loss": 0.0231,
145
+ "on_policy_loss": 0.0231,
146
+ "step": 34
147
+ },
148
+ {
149
+ "epoch": 0.02937576499388005,
150
+ "grad_norm": 0.024327414110302925,
151
+ "learning_rate": 0.00019429037520391518,
152
+ "loss": 0.0274,
153
+ "on_policy_loss": 0.0274,
154
+ "step": 36
155
+ },
156
+ {
157
+ "epoch": 0.031007751937984496,
158
+ "grad_norm": 0.021259307861328125,
159
+ "learning_rate": 0.0001939641109298532,
160
+ "loss": 0.0268,
161
+ "on_policy_loss": 0.0268,
162
+ "step": 38
163
+ },
164
+ {
165
+ "epoch": 0.032639738882088945,
166
+ "grad_norm": 0.02104460634291172,
167
+ "learning_rate": 0.00019363784665579121,
168
+ "loss": 0.0265,
169
+ "on_policy_loss": 0.0265,
170
+ "step": 40
171
+ },
172
+ {
173
+ "epoch": 0.03427172582619339,
174
+ "grad_norm": 0.024325763806700706,
175
+ "learning_rate": 0.0001933115823817292,
176
+ "loss": 0.0312,
177
+ "on_policy_loss": 0.0312,
178
+ "step": 42
179
+ },
180
+ {
181
+ "epoch": 0.03590371277029784,
182
+ "grad_norm": 0.04464346170425415,
183
+ "learning_rate": 0.00019298531810766722,
184
+ "loss": 0.051,
185
+ "on_policy_loss": 0.051,
186
+ "step": 44
187
+ },
188
+ {
189
+ "epoch": 0.037535699714402286,
190
+ "grad_norm": 0.06272145360708237,
191
+ "learning_rate": 0.00019265905383360522,
192
+ "loss": 0.0672,
193
+ "on_policy_loss": NaN,
194
+ "step": 46
195
+ },
196
+ {
197
+ "epoch": 0.03916768665850673,
198
+ "grad_norm": 0.08038327842950821,
199
+ "learning_rate": 0.00019233278955954324,
200
+ "loss": 0.0802,
201
+ "on_policy_loss": NaN,
202
+ "step": 48
203
+ },
204
+ {
205
+ "epoch": 0.04079967360261118,
206
+ "grad_norm": 0.04722515493631363,
207
+ "learning_rate": 0.00019200652528548125,
208
+ "loss": 0.0521,
209
+ "on_policy_loss": NaN,
210
+ "step": 50
211
+ },
212
+ {
213
+ "epoch": 0.04243166054671563,
214
+ "grad_norm": 0.04557369276881218,
215
+ "learning_rate": 0.00019168026101141925,
216
+ "loss": 0.0507,
217
+ "on_policy_loss": 0.0507,
218
+ "step": 52
219
+ },
220
+ {
221
+ "epoch": 0.044063647490820076,
222
+ "grad_norm": 0.042579613626003265,
223
+ "learning_rate": 0.00019135399673735726,
224
+ "loss": 0.0501,
225
+ "on_policy_loss": 0.0501,
226
+ "step": 54
227
+ },
228
+ {
229
+ "epoch": 0.04569563443492452,
230
+ "grad_norm": 0.04415519908070564,
231
+ "learning_rate": 0.00019102773246329528,
232
+ "loss": 0.0531,
233
+ "on_policy_loss": 0.0531,
234
+ "step": 56
235
+ },
236
+ {
237
+ "epoch": 0.04732762137902897,
238
+ "grad_norm": 0.04244513437151909,
239
+ "learning_rate": 0.0001907014681892333,
240
+ "loss": 0.0537,
241
+ "on_policy_loss": 0.0537,
242
+ "step": 58
243
+ },
244
+ {
245
+ "epoch": 0.04895960832313342,
246
+ "grad_norm": 0.04231644049286842,
247
+ "learning_rate": 0.0001903752039151713,
248
+ "loss": 0.046,
249
+ "on_policy_loss": 0.046,
250
+ "step": 60
251
+ },
252
+ {
253
+ "epoch": 0.05059159526723786,
254
+ "grad_norm": 0.03901742026209831,
255
+ "learning_rate": 0.0001900489396411093,
256
+ "loss": 0.0481,
257
+ "on_policy_loss": 0.0481,
258
+ "step": 62
259
+ },
260
+ {
261
+ "epoch": 0.05222358221134231,
262
+ "grad_norm": 0.048259295523166656,
263
+ "learning_rate": 0.0001897226753670473,
264
+ "loss": 0.0578,
265
+ "on_policy_loss": 0.0578,
266
+ "step": 64
267
+ },
268
+ {
269
+ "epoch": 0.05385556915544676,
270
+ "grad_norm": 0.04231755807995796,
271
+ "learning_rate": 0.00018939641109298535,
272
+ "loss": 0.0531,
273
+ "on_policy_loss": 0.0531,
274
+ "step": 66
275
+ },
276
+ {
277
+ "epoch": 0.0554875560995512,
278
+ "grad_norm": 0.0582573339343071,
279
+ "learning_rate": 0.00018907014681892334,
280
+ "loss": 0.0723,
281
+ "on_policy_loss": 0.0723,
282
+ "step": 68
283
+ },
284
+ {
285
+ "epoch": 0.05711954304365565,
286
+ "grad_norm": 0.03717726469039917,
287
+ "learning_rate": 0.00018874388254486136,
288
+ "loss": 0.0515,
289
+ "on_policy_loss": 0.0515,
290
+ "step": 70
291
+ },
292
+ {
293
+ "epoch": 0.0587515299877601,
294
+ "grad_norm": 0.039125215262174606,
295
+ "learning_rate": 0.00018841761827079935,
296
+ "loss": 0.0444,
297
+ "on_policy_loss": 0.0444,
298
+ "step": 72
299
+ },
300
+ {
301
+ "epoch": 0.06038351693186454,
302
+ "grad_norm": 0.04124997928738594,
303
+ "learning_rate": 0.00018809135399673737,
304
+ "loss": 0.051,
305
+ "on_policy_loss": 0.051,
306
+ "step": 74
307
+ },
308
+ {
309
+ "epoch": 0.06201550387596899,
310
+ "grad_norm": 0.045977186411619186,
311
+ "learning_rate": 0.00018776508972267536,
312
+ "loss": 0.0545,
313
+ "on_policy_loss": 0.0545,
314
+ "step": 76
315
+ },
316
+ {
317
+ "epoch": 0.06364749082007344,
318
+ "grad_norm": 0.04227733239531517,
319
+ "learning_rate": 0.00018743882544861338,
320
+ "loss": 0.0513,
321
+ "on_policy_loss": 0.0513,
322
+ "step": 78
323
+ },
324
+ {
325
+ "epoch": 0.06527947776417789,
326
+ "grad_norm": 0.03969841077923775,
327
+ "learning_rate": 0.0001871125611745514,
328
+ "loss": 0.0487,
329
+ "on_policy_loss": 0.0487,
330
+ "step": 80
331
+ },
332
+ {
333
+ "epoch": 0.06691146470828234,
334
+ "grad_norm": 0.03437201678752899,
335
+ "learning_rate": 0.00018678629690048942,
336
+ "loss": 0.0519,
337
+ "on_policy_loss": 0.0519,
338
+ "step": 82
339
+ },
340
+ {
341
+ "epoch": 0.06854345165238677,
342
+ "grad_norm": 0.05064399167895317,
343
+ "learning_rate": 0.0001864600326264274,
344
+ "loss": 0.0532,
345
+ "on_policy_loss": 0.0532,
346
+ "step": 84
347
+ },
348
+ {
349
+ "epoch": 0.07017543859649122,
350
+ "grad_norm": 0.05297597497701645,
351
+ "learning_rate": 0.00018613376835236543,
352
+ "loss": 0.055,
353
+ "on_policy_loss": 0.055,
354
+ "step": 86
355
+ },
356
+ {
357
+ "epoch": 0.07180742554059567,
358
+ "grad_norm": 0.05343659967184067,
359
+ "learning_rate": 0.00018580750407830342,
360
+ "loss": 0.0482,
361
+ "on_policy_loss": 0.0482,
362
+ "step": 88
363
+ },
364
+ {
365
+ "epoch": 0.07343941248470012,
366
+ "grad_norm": 0.03496076166629791,
367
+ "learning_rate": 0.00018548123980424144,
368
+ "loss": 0.05,
369
+ "on_policy_loss": 0.05,
370
+ "step": 90
371
+ },
372
+ {
373
+ "epoch": 0.07507139942880457,
374
+ "grad_norm": 0.04398609325289726,
375
+ "learning_rate": 0.00018515497553017946,
376
+ "loss": 0.0484,
377
+ "on_policy_loss": 0.0484,
378
+ "step": 92
379
+ },
380
+ {
381
+ "epoch": 0.07670338637290902,
382
+ "grad_norm": 0.0509929358959198,
383
+ "learning_rate": 0.00018482871125611748,
384
+ "loss": 0.0532,
385
+ "on_policy_loss": 0.0532,
386
+ "step": 94
387
+ },
388
+ {
389
+ "epoch": 0.07833537331701346,
390
+ "grad_norm": 0.04439166933298111,
391
+ "learning_rate": 0.00018450244698205547,
392
+ "loss": 0.0517,
393
+ "on_policy_loss": 0.0517,
394
+ "step": 96
395
+ },
396
+ {
397
+ "epoch": 0.0799673602611179,
398
+ "grad_norm": 0.03571309149265289,
399
+ "learning_rate": 0.0001841761827079935,
400
+ "loss": 0.0509,
401
+ "on_policy_loss": 0.0509,
402
+ "step": 98
403
+ },
404
+ {
405
+ "epoch": 0.08159934720522236,
406
+ "grad_norm": 0.03795301914215088,
407
+ "learning_rate": 0.00018384991843393148,
408
+ "loss": 0.0513,
409
+ "on_policy_loss": 0.0513,
410
+ "step": 100
411
+ },
412
+ {
413
+ "epoch": 0.0832313341493268,
414
+ "grad_norm": 0.04838141053915024,
415
+ "learning_rate": 0.0001835236541598695,
416
+ "loss": 0.0508,
417
+ "on_policy_loss": 0.0508,
418
+ "step": 102
419
+ },
420
+ {
421
+ "epoch": 0.08486332109343125,
422
+ "grad_norm": 0.041026629507541656,
423
+ "learning_rate": 0.0001831973898858075,
424
+ "loss": 0.0481,
425
+ "on_policy_loss": 0.0481,
426
+ "step": 104
427
+ },
428
+ {
429
+ "epoch": 0.0864953080375357,
430
+ "grad_norm": 0.03260858356952667,
431
+ "learning_rate": 0.00018287112561174554,
432
+ "loss": 0.0436,
433
+ "on_policy_loss": 0.0436,
434
+ "step": 106
435
+ },
436
+ {
437
+ "epoch": 0.08812729498164015,
438
+ "grad_norm": 0.03473200276494026,
439
+ "learning_rate": 0.00018254486133768353,
440
+ "loss": 0.0436,
441
+ "on_policy_loss": 0.0436,
442
+ "step": 108
443
+ },
444
+ {
445
+ "epoch": 0.08975928192574459,
446
+ "grad_norm": 0.03827611356973648,
447
+ "learning_rate": 0.00018221859706362155,
448
+ "loss": 0.0472,
449
+ "on_policy_loss": 0.0472,
450
+ "step": 110
451
+ },
452
+ {
453
+ "epoch": 0.09139126886984904,
454
+ "grad_norm": 0.05292026698589325,
455
+ "learning_rate": 0.00018189233278955954,
456
+ "loss": 0.0525,
457
+ "on_policy_loss": 0.0525,
458
+ "step": 112
459
+ },
460
+ {
461
+ "epoch": 0.09302325581395349,
462
+ "grad_norm": 0.050034940242767334,
463
+ "learning_rate": 0.00018156606851549756,
464
+ "loss": 0.0508,
465
+ "on_policy_loss": 0.0508,
466
+ "step": 114
467
+ },
468
+ {
469
+ "epoch": 0.09465524275805794,
470
+ "grad_norm": 0.04287738725543022,
471
+ "learning_rate": 0.00018123980424143555,
472
+ "loss": 0.0496,
473
+ "on_policy_loss": 0.0496,
474
+ "step": 116
475
+ },
476
+ {
477
+ "epoch": 0.09628722970216239,
478
+ "grad_norm": 0.0442175529897213,
479
+ "learning_rate": 0.0001809135399673736,
480
+ "loss": 0.0484,
481
+ "on_policy_loss": 0.0484,
482
+ "step": 118
483
+ },
484
+ {
485
+ "epoch": 0.09791921664626684,
486
+ "grad_norm": 0.04303177818655968,
487
+ "learning_rate": 0.0001805872756933116,
488
+ "loss": 0.053,
489
+ "on_policy_loss": 0.053,
490
+ "step": 120
491
+ },
492
+ {
493
+ "epoch": 0.09955120359037127,
494
+ "grad_norm": 0.046395499259233475,
495
+ "learning_rate": 0.0001802610114192496,
496
+ "loss": 0.057,
497
+ "on_policy_loss": 0.057,
498
+ "step": 122
499
+ },
500
+ {
501
+ "epoch": 0.10118319053447572,
502
+ "grad_norm": 0.04695666581392288,
503
+ "learning_rate": 0.0001799347471451876,
504
+ "loss": 0.0546,
505
+ "on_policy_loss": 0.0546,
506
+ "step": 124
507
+ },
508
+ {
509
+ "epoch": 0.10281517747858017,
510
+ "grad_norm": 0.04866120219230652,
511
+ "learning_rate": 0.00017960848287112562,
512
+ "loss": 0.0548,
513
+ "on_policy_loss": 0.0548,
514
+ "step": 126
515
+ },
516
+ {
517
+ "epoch": 0.10444716442268462,
518
+ "grad_norm": 0.039415277540683746,
519
+ "learning_rate": 0.0001792822185970636,
520
+ "loss": 0.0557,
521
+ "on_policy_loss": NaN,
522
+ "step": 128
523
+ },
524
+ {
525
+ "epoch": 0.10607915136678907,
526
+ "grad_norm": 0.04781395196914673,
527
+ "learning_rate": 0.00017895595432300163,
528
+ "loss": 0.0517,
529
+ "on_policy_loss": 0.0517,
530
+ "step": 130
531
+ },
532
+ {
533
+ "epoch": 0.10771113831089352,
534
+ "grad_norm": 0.0389864556491375,
535
+ "learning_rate": 0.00017862969004893965,
536
+ "loss": 0.0515,
537
+ "on_policy_loss": 0.0515,
538
+ "step": 132
539
+ },
540
+ {
541
+ "epoch": 0.10934312525499797,
542
+ "grad_norm": 0.04027765989303589,
543
+ "learning_rate": 0.00017830342577487767,
544
+ "loss": 0.0492,
545
+ "on_policy_loss": 0.0492,
546
+ "step": 134
547
+ },
548
+ {
549
+ "epoch": 0.1109751121991024,
550
+ "grad_norm": 0.04564642161130905,
551
+ "learning_rate": 0.00017797716150081566,
552
+ "loss": 0.055,
553
+ "on_policy_loss": 0.055,
554
+ "step": 136
555
+ },
556
+ {
557
+ "epoch": 0.11260709914320685,
558
+ "grad_norm": 0.04376218840479851,
559
+ "learning_rate": 0.00017765089722675368,
560
+ "loss": 0.0495,
561
+ "on_policy_loss": 0.0495,
562
+ "step": 138
563
+ },
564
+ {
565
+ "epoch": 0.1142390860873113,
566
+ "grad_norm": 0.0441172830760479,
567
+ "learning_rate": 0.0001773246329526917,
568
+ "loss": 0.0515,
569
+ "on_policy_loss": 0.0515,
570
+ "step": 140
571
+ },
572
+ {
573
+ "epoch": 0.11587107303141575,
574
+ "grad_norm": 0.03999102860689163,
575
+ "learning_rate": 0.0001769983686786297,
576
+ "loss": 0.0508,
577
+ "on_policy_loss": 0.0508,
578
+ "step": 142
579
+ },
580
+ {
581
+ "epoch": 0.1175030599755202,
582
+ "grad_norm": 0.040877122431993484,
583
+ "learning_rate": 0.0001766721044045677,
584
+ "loss": 0.0486,
585
+ "on_policy_loss": 0.0486,
586
+ "step": 144
587
+ },
588
+ {
589
+ "epoch": 0.11913504691962465,
590
+ "grad_norm": 0.034374285489320755,
591
+ "learning_rate": 0.00017634584013050572,
592
+ "loss": 0.0486,
593
+ "on_policy_loss": 0.0486,
594
+ "step": 146
595
+ },
596
+ {
597
+ "epoch": 0.12076703386372908,
598
+ "grad_norm": 0.045045480132102966,
599
+ "learning_rate": 0.00017601957585644374,
600
+ "loss": 0.0482,
601
+ "on_policy_loss": 0.0482,
602
+ "step": 148
603
+ },
604
+ {
605
+ "epoch": 0.12239902080783353,
606
+ "grad_norm": 0.04038718342781067,
607
+ "learning_rate": 0.00017569331158238174,
608
+ "loss": 0.0673,
609
+ "on_policy_loss": 0.0673,
610
+ "step": 150
611
+ },
612
+ {
613
+ "epoch": 0.12403100775193798,
614
+ "grad_norm": 0.04703664407134056,
615
+ "learning_rate": 0.00017536704730831975,
616
+ "loss": 0.0505,
617
+ "on_policy_loss": 0.0505,
618
+ "step": 152
619
+ },
620
+ {
621
+ "epoch": 0.12566299469604242,
622
+ "grad_norm": 0.08692470192909241,
623
+ "learning_rate": 0.00017504078303425775,
624
+ "loss": 0.0646,
625
+ "on_policy_loss": 0.0646,
626
+ "step": 154
627
+ },
628
+ {
629
+ "epoch": 0.12729498164014688,
630
+ "grad_norm": 0.034957848489284515,
631
+ "learning_rate": 0.00017471451876019576,
632
+ "loss": 0.048,
633
+ "on_policy_loss": 0.048,
634
+ "step": 156
635
+ },
636
+ {
637
+ "epoch": 0.12892696858425132,
638
+ "grad_norm": 0.032591577619314194,
639
+ "learning_rate": 0.00017438825448613378,
640
+ "loss": 0.0469,
641
+ "on_policy_loss": 0.0469,
642
+ "step": 158
643
+ },
644
+ {
645
+ "epoch": 0.13055895552835578,
646
+ "grad_norm": 0.03767777606844902,
647
+ "learning_rate": 0.0001740619902120718,
648
+ "loss": 0.043,
649
+ "on_policy_loss": 0.043,
650
+ "step": 160
651
+ },
652
+ {
653
+ "epoch": 0.13219094247246022,
654
+ "grad_norm": 0.03873617574572563,
655
+ "learning_rate": 0.0001737357259380098,
656
+ "loss": 0.0474,
657
+ "on_policy_loss": 0.0474,
658
+ "step": 162
659
+ },
660
+ {
661
+ "epoch": 0.13382292941656468,
662
+ "grad_norm": 0.03672102466225624,
663
+ "learning_rate": 0.0001734094616639478,
664
+ "loss": 0.0514,
665
+ "on_policy_loss": 0.0514,
666
+ "step": 164
667
+ },
668
+ {
669
+ "epoch": 0.13545491636066911,
670
+ "grad_norm": 0.04233694076538086,
671
+ "learning_rate": 0.0001730831973898858,
672
+ "loss": 0.0477,
673
+ "on_policy_loss": 0.0477,
674
+ "step": 166
675
+ },
676
+ {
677
+ "epoch": 0.13708690330477355,
678
+ "grad_norm": 0.0341520719230175,
679
+ "learning_rate": 0.00017275693311582382,
680
+ "loss": 0.0468,
681
+ "on_policy_loss": 0.0468,
682
+ "step": 168
683
+ },
684
+ {
685
+ "epoch": 0.138718890248878,
686
+ "grad_norm": 0.031185219064354897,
687
+ "learning_rate": 0.00017243066884176184,
688
+ "loss": 0.0439,
689
+ "on_policy_loss": 0.0439,
690
+ "step": 170
691
+ },
692
+ {
693
+ "epoch": 0.14035087719298245,
694
+ "grad_norm": 0.041588034480810165,
695
+ "learning_rate": 0.00017210440456769986,
696
+ "loss": 0.044,
697
+ "on_policy_loss": 0.044,
698
+ "step": 172
699
+ },
700
+ {
701
+ "epoch": 0.1419828641370869,
702
+ "grad_norm": 0.03446938097476959,
703
+ "learning_rate": 0.00017177814029363785,
704
+ "loss": 0.0491,
705
+ "on_policy_loss": 0.0491,
706
+ "step": 174
707
+ },
708
+ {
709
+ "epoch": 0.14361485108119135,
710
+ "grad_norm": 0.03288084641098976,
711
+ "learning_rate": 0.00017145187601957587,
712
+ "loss": 0.0457,
713
+ "on_policy_loss": 0.0457,
714
+ "step": 176
715
+ },
716
+ {
717
+ "epoch": 0.1452468380252958,
718
+ "grad_norm": 0.03164874389767647,
719
+ "learning_rate": 0.00017112561174551386,
720
+ "loss": 0.047,
721
+ "on_policy_loss": 0.047,
722
+ "step": 178
723
+ },
724
+ {
725
+ "epoch": 0.14687882496940025,
726
+ "grad_norm": 0.03469070792198181,
727
+ "learning_rate": 0.00017079934747145188,
728
+ "loss": 0.0481,
729
+ "on_policy_loss": 0.0481,
730
+ "step": 180
731
+ },
732
+ {
733
+ "epoch": 0.14851081191350468,
734
+ "grad_norm": 0.03517889231443405,
735
+ "learning_rate": 0.0001704730831973899,
736
+ "loss": 0.0506,
737
+ "on_policy_loss": 0.0506,
738
+ "step": 182
739
+ },
740
+ {
741
+ "epoch": 0.15014279885760914,
742
+ "grad_norm": 0.03757636621594429,
743
+ "learning_rate": 0.00017014681892332792,
744
+ "loss": 0.0506,
745
+ "on_policy_loss": 0.0506,
746
+ "step": 184
747
+ },
748
+ {
749
+ "epoch": 0.15177478580171358,
750
+ "grad_norm": 0.034249041229486465,
751
+ "learning_rate": 0.0001698205546492659,
752
+ "loss": 0.0431,
753
+ "on_policy_loss": 0.0431,
754
+ "step": 186
755
+ },
756
+ {
757
+ "epoch": 0.15340677274581804,
758
+ "grad_norm": 0.03459709882736206,
759
+ "learning_rate": 0.00016949429037520393,
760
+ "loss": 0.0462,
761
+ "on_policy_loss": 0.0462,
762
+ "step": 188
763
+ },
764
+ {
765
+ "epoch": 0.15503875968992248,
766
+ "grad_norm": 0.031404901295900345,
767
+ "learning_rate": 0.00016916802610114192,
768
+ "loss": 0.0447,
769
+ "on_policy_loss": 0.0447,
770
+ "step": 190
771
+ },
772
+ {
773
+ "epoch": 0.15667074663402691,
774
+ "grad_norm": 0.056188613176345825,
775
+ "learning_rate": 0.00016884176182707994,
776
+ "loss": 0.0499,
777
+ "on_policy_loss": 0.0499,
778
+ "step": 192
779
+ },
780
+ {
781
+ "epoch": 0.15830273357813138,
782
+ "grad_norm": 0.03952009230852127,
783
+ "learning_rate": 0.00016851549755301793,
784
+ "loss": 0.0449,
785
+ "on_policy_loss": 0.0449,
786
+ "step": 194
787
+ },
788
+ {
789
+ "epoch": 0.1599347205222358,
790
+ "grad_norm": 0.034737277776002884,
791
+ "learning_rate": 0.00016818923327895598,
792
+ "loss": 0.0519,
793
+ "on_policy_loss": 0.0519,
794
+ "step": 196
795
+ },
796
+ {
797
+ "epoch": 0.16156670746634028,
798
+ "grad_norm": 0.03392937034368515,
799
+ "learning_rate": 0.00016786296900489397,
800
+ "loss": 0.0485,
801
+ "on_policy_loss": 0.0485,
802
+ "step": 198
803
+ },
804
+ {
805
+ "epoch": 0.1631986944104447,
806
+ "grad_norm": 0.03504011780023575,
807
+ "learning_rate": 0.000167536704730832,
808
+ "loss": 0.0453,
809
+ "on_policy_loss": 0.0453,
810
+ "step": 200
811
+ }
812
+ ],
813
+ "logging_steps": 2,
814
+ "max_steps": 1226,
815
+ "num_input_tokens_seen": 0,
816
+ "num_train_epochs": 1,
817
+ "save_steps": 50,
818
+ "stateful_callbacks": {
819
+ "TrainerControl": {
820
+ "args": {
821
+ "should_epoch_stop": false,
822
+ "should_evaluate": false,
823
+ "should_log": false,
824
+ "should_save": true,
825
+ "should_training_stop": false
826
+ },
827
+ "attributes": {}
828
+ }
829
+ },
830
+ "total_flos": 0.0,
831
+ "train_batch_size": 2,
832
+ "trial_name": null,
833
+ "trial_params": null
834
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0f3c18dffec1eed0be38bfe50fd525e0b1505a6486d8ce7421abc692604e6d3
3
+ size 9425
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 ZERO_STAGE not 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("Extracting fp32 weights")
713
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag)
714
+
715
+ logger.info("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)