sumuks commited on
Commit
ea9b93f
·
verified ·
1 Parent(s): 88d3b08

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. checkpoint-1000/README.md +202 -0
  2. checkpoint-1000/adapter_config.json +34 -0
  3. checkpoint-1000/adapter_model.safetensors +3 -0
  4. checkpoint-1000/added_tokens.json +24 -0
  5. checkpoint-1000/latest +1 -0
  6. checkpoint-1000/merges.txt +0 -0
  7. checkpoint-1000/special_tokens_map.json +31 -0
  8. checkpoint-1000/tokenizer.json +3 -0
  9. checkpoint-1000/tokenizer_config.json +208 -0
  10. checkpoint-1000/trainer_state.json +749 -0
  11. checkpoint-1000/training_args.bin +3 -0
  12. checkpoint-1000/vocab.json +0 -0
  13. checkpoint-1000/zero_to_fp32.py +674 -0
  14. checkpoint-1500/README.md +202 -0
  15. checkpoint-1500/adapter_config.json +34 -0
  16. checkpoint-1500/adapter_model.safetensors +3 -0
  17. checkpoint-1500/added_tokens.json +24 -0
  18. checkpoint-1500/latest +1 -0
  19. checkpoint-1500/merges.txt +0 -0
  20. checkpoint-1500/special_tokens_map.json +31 -0
  21. checkpoint-1500/tokenizer.json +3 -0
  22. checkpoint-1500/tokenizer_config.json +208 -0
  23. checkpoint-1500/trainer_state.json +1107 -0
  24. checkpoint-1500/training_args.bin +3 -0
  25. checkpoint-1500/vocab.json +0 -0
  26. checkpoint-1500/zero_to_fp32.py +674 -0
  27. checkpoint-2000/README.md +202 -0
  28. checkpoint-2000/adapter_config.json +34 -0
  29. checkpoint-2000/adapter_model.safetensors +3 -0
  30. checkpoint-2000/added_tokens.json +24 -0
  31. checkpoint-2000/latest +1 -0
  32. checkpoint-2000/merges.txt +0 -0
  33. checkpoint-2000/special_tokens_map.json +31 -0
  34. checkpoint-2000/tokenizer.json +3 -0
  35. checkpoint-2000/tokenizer_config.json +208 -0
  36. checkpoint-2000/trainer_state.json +1473 -0
  37. checkpoint-2000/training_args.bin +3 -0
  38. checkpoint-2000/vocab.json +0 -0
  39. checkpoint-2000/zero_to_fp32.py +674 -0
  40. checkpoint-500/README.md +202 -0
  41. checkpoint-500/adapter_config.json +34 -0
  42. checkpoint-500/adapter_model.safetensors +3 -0
  43. checkpoint-500/added_tokens.json +24 -0
  44. checkpoint-500/latest +1 -0
  45. checkpoint-500/merges.txt +0 -0
  46. checkpoint-500/special_tokens_map.json +31 -0
  47. checkpoint-500/tokenizer.json +3 -0
  48. checkpoint-500/tokenizer_config.json +208 -0
  49. checkpoint-500/trainer_state.json +391 -0
  50. checkpoint-500/training_args.bin +3 -0
checkpoint-1000/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- 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. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ 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).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
checkpoint-1000/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-7B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 128,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "down_proj",
24
+ "v_proj",
25
+ "o_proj",
26
+ "gate_proj",
27
+ "q_proj",
28
+ "up_proj",
29
+ "k_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": true
34
+ }
checkpoint-1000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:595ff0a38d1613cb7f3ba4687df0e4229d9c8b201b4b49f28dfed7fcd088c02e
3
+ size 645976488
checkpoint-1000/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
checkpoint-1000/latest ADDED
@@ -0,0 +1 @@
 
 
1
+ global_step1000
checkpoint-1000/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1000/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": "<|endoftext|>",
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
+ }
checkpoint-1000/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
checkpoint-1000/tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|endoftext|>",
201
+ "errors": "replace",
202
+ "model_max_length": 131072,
203
+ "pad_token": "<|endoftext|>",
204
+ "padding_side": "right",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,749 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.6027727546714888,
5
+ "eval_steps": 400,
6
+ "global_step": 1000,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.006027727546714889,
13
+ "grad_norm": 6.095676898956299,
14
+ "learning_rate": 1.0040160642570282e-06,
15
+ "loss": 1.8585,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.012055455093429777,
20
+ "grad_norm": 0.6981305480003357,
21
+ "learning_rate": 2.0080321285140564e-06,
22
+ "loss": 1.8607,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.018083182640144666,
27
+ "grad_norm": 0.33439213037490845,
28
+ "learning_rate": 3.0120481927710846e-06,
29
+ "loss": 1.8035,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.024110910186859555,
34
+ "grad_norm": 0.2445673942565918,
35
+ "learning_rate": 4.016064257028113e-06,
36
+ "loss": 1.7827,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.030138637733574444,
41
+ "grad_norm": 0.22277717292308807,
42
+ "learning_rate": 5.020080321285141e-06,
43
+ "loss": 1.7306,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.03616636528028933,
48
+ "grad_norm": 0.16803288459777832,
49
+ "learning_rate": 6.024096385542169e-06,
50
+ "loss": 1.728,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.04219409282700422,
55
+ "grad_norm": 0.1401725709438324,
56
+ "learning_rate": 7.028112449799197e-06,
57
+ "loss": 1.6623,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.04822182037371911,
62
+ "grad_norm": 0.14054332673549652,
63
+ "learning_rate": 8.032128514056226e-06,
64
+ "loss": 1.6226,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.054249547920433995,
69
+ "grad_norm": 0.1356767863035202,
70
+ "learning_rate": 9.036144578313253e-06,
71
+ "loss": 1.6497,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.06027727546714889,
76
+ "grad_norm": 0.14919587969779968,
77
+ "learning_rate": 1.0040160642570281e-05,
78
+ "loss": 1.6452,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.06630500301386377,
83
+ "grad_norm": 0.16640327870845795,
84
+ "learning_rate": 1.104417670682731e-05,
85
+ "loss": 1.6311,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.07233273056057866,
90
+ "grad_norm": 0.19770000874996185,
91
+ "learning_rate": 1.2048192771084338e-05,
92
+ "loss": 1.5925,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.07836045810729356,
97
+ "grad_norm": 0.20399077236652374,
98
+ "learning_rate": 1.3052208835341367e-05,
99
+ "loss": 1.5825,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.08438818565400844,
104
+ "grad_norm": 0.1512237936258316,
105
+ "learning_rate": 1.4056224899598394e-05,
106
+ "loss": 1.5478,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.09041591320072333,
111
+ "grad_norm": 0.14794760942459106,
112
+ "learning_rate": 1.5060240963855424e-05,
113
+ "loss": 1.5252,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.09644364074743822,
118
+ "grad_norm": 0.14903859794139862,
119
+ "learning_rate": 1.606425702811245e-05,
120
+ "loss": 1.5427,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.1024713682941531,
125
+ "grad_norm": 0.1387884020805359,
126
+ "learning_rate": 1.706827309236948e-05,
127
+ "loss": 1.554,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.10849909584086799,
132
+ "grad_norm": 0.14016373455524445,
133
+ "learning_rate": 1.8072289156626505e-05,
134
+ "loss": 1.5415,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.11452682338758288,
139
+ "grad_norm": 0.14568917453289032,
140
+ "learning_rate": 1.9076305220883535e-05,
141
+ "loss": 1.5516,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.12055455093429777,
146
+ "grad_norm": 0.14068633317947388,
147
+ "learning_rate": 2.0080321285140562e-05,
148
+ "loss": 1.5437,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.12658227848101267,
153
+ "grad_norm": 0.1428183913230896,
154
+ "learning_rate": 2.1084337349397593e-05,
155
+ "loss": 1.5315,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.13261000602772754,
160
+ "grad_norm": 0.1416633427143097,
161
+ "learning_rate": 2.208835341365462e-05,
162
+ "loss": 1.5276,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.13863773357444242,
167
+ "grad_norm": 0.14373181760311127,
168
+ "learning_rate": 2.309236947791165e-05,
169
+ "loss": 1.5275,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.14466546112115733,
174
+ "grad_norm": 0.16374213993549347,
175
+ "learning_rate": 2.4096385542168677e-05,
176
+ "loss": 1.5528,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.1506931886678722,
181
+ "grad_norm": 0.13819484412670135,
182
+ "learning_rate": 2.5100401606425704e-05,
183
+ "loss": 1.5389,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.1567209162145871,
188
+ "grad_norm": 0.14697293937206268,
189
+ "learning_rate": 2.6104417670682734e-05,
190
+ "loss": 1.5229,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.162748643761302,
195
+ "grad_norm": 0.14389023184776306,
196
+ "learning_rate": 2.7108433734939758e-05,
197
+ "loss": 1.5376,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.16877637130801687,
202
+ "grad_norm": 0.14889676868915558,
203
+ "learning_rate": 2.8112449799196788e-05,
204
+ "loss": 1.5508,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.17480409885473178,
209
+ "grad_norm": 0.15245158970355988,
210
+ "learning_rate": 2.911646586345382e-05,
211
+ "loss": 1.5342,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.18083182640144665,
216
+ "grad_norm": 0.143811896443367,
217
+ "learning_rate": 3.012048192771085e-05,
218
+ "loss": 1.5123,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.18685955394816153,
223
+ "grad_norm": 0.14010299742221832,
224
+ "learning_rate": 3.112449799196787e-05,
225
+ "loss": 1.5355,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.19288728149487644,
230
+ "grad_norm": 0.14191724359989166,
231
+ "learning_rate": 3.21285140562249e-05,
232
+ "loss": 1.5052,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.19891500904159132,
237
+ "grad_norm": 0.13444629311561584,
238
+ "learning_rate": 3.313253012048193e-05,
239
+ "loss": 1.5357,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.2049427365883062,
244
+ "grad_norm": 0.15248367190361023,
245
+ "learning_rate": 3.413654618473896e-05,
246
+ "loss": 1.5171,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.2109704641350211,
251
+ "grad_norm": 0.16744668781757355,
252
+ "learning_rate": 3.5140562248995983e-05,
253
+ "loss": 1.5379,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.21699819168173598,
258
+ "grad_norm": 0.1389068365097046,
259
+ "learning_rate": 3.614457831325301e-05,
260
+ "loss": 1.5142,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 0.2230259192284509,
265
+ "grad_norm": 0.13487495481967926,
266
+ "learning_rate": 3.7148594377510044e-05,
267
+ "loss": 1.5189,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 0.22905364677516576,
272
+ "grad_norm": 0.13311463594436646,
273
+ "learning_rate": 3.815261044176707e-05,
274
+ "loss": 1.5166,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 0.23508137432188064,
279
+ "grad_norm": 0.1321990191936493,
280
+ "learning_rate": 3.91566265060241e-05,
281
+ "loss": 1.5218,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 0.24110910186859555,
286
+ "grad_norm": 0.1350693255662918,
287
+ "learning_rate": 4.0160642570281125e-05,
288
+ "loss": 1.54,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 0.24110910186859555,
293
+ "eval_loss": 1.4954419136047363,
294
+ "eval_runtime": 110.0553,
295
+ "eval_samples_per_second": 9.75,
296
+ "eval_steps_per_second": 2.444,
297
+ "step": 400
298
+ },
299
+ {
300
+ "epoch": 0.24713682941531043,
301
+ "grad_norm": 0.1386946737766266,
302
+ "learning_rate": 4.116465863453816e-05,
303
+ "loss": 1.5307,
304
+ "step": 410
305
+ },
306
+ {
307
+ "epoch": 0.25316455696202533,
308
+ "grad_norm": 0.1321861445903778,
309
+ "learning_rate": 4.2168674698795186e-05,
310
+ "loss": 1.5036,
311
+ "step": 420
312
+ },
313
+ {
314
+ "epoch": 0.2591922845087402,
315
+ "grad_norm": 0.13090862333774567,
316
+ "learning_rate": 4.317269076305221e-05,
317
+ "loss": 1.5036,
318
+ "step": 430
319
+ },
320
+ {
321
+ "epoch": 0.2652200120554551,
322
+ "grad_norm": 0.14390167593955994,
323
+ "learning_rate": 4.417670682730924e-05,
324
+ "loss": 1.5245,
325
+ "step": 440
326
+ },
327
+ {
328
+ "epoch": 0.27124773960216997,
329
+ "grad_norm": 0.14252203702926636,
330
+ "learning_rate": 4.5180722891566266e-05,
331
+ "loss": 1.5361,
332
+ "step": 450
333
+ },
334
+ {
335
+ "epoch": 0.27727546714888485,
336
+ "grad_norm": 0.1380358338356018,
337
+ "learning_rate": 4.61847389558233e-05,
338
+ "loss": 1.5379,
339
+ "step": 460
340
+ },
341
+ {
342
+ "epoch": 0.2833031946955998,
343
+ "grad_norm": 0.17792685329914093,
344
+ "learning_rate": 4.718875502008032e-05,
345
+ "loss": 1.5107,
346
+ "step": 470
347
+ },
348
+ {
349
+ "epoch": 0.28933092224231466,
350
+ "grad_norm": 0.1495760679244995,
351
+ "learning_rate": 4.8192771084337354e-05,
352
+ "loss": 1.5063,
353
+ "step": 480
354
+ },
355
+ {
356
+ "epoch": 0.29535864978902954,
357
+ "grad_norm": 0.12926514446735382,
358
+ "learning_rate": 4.919678714859438e-05,
359
+ "loss": 1.5149,
360
+ "step": 490
361
+ },
362
+ {
363
+ "epoch": 0.3013863773357444,
364
+ "grad_norm": 0.12767350673675537,
365
+ "learning_rate": 4.999997540156068e-05,
366
+ "loss": 1.5052,
367
+ "step": 500
368
+ },
369
+ {
370
+ "epoch": 0.3074141048824593,
371
+ "grad_norm": 0.12568402290344238,
372
+ "learning_rate": 4.999911446126714e-05,
373
+ "loss": 1.541,
374
+ "step": 510
375
+ },
376
+ {
377
+ "epoch": 0.3134418324291742,
378
+ "grad_norm": 0.1353764533996582,
379
+ "learning_rate": 4.9997023647413776e-05,
380
+ "loss": 1.5218,
381
+ "step": 520
382
+ },
383
+ {
384
+ "epoch": 0.3194695599758891,
385
+ "grad_norm": 2.775493621826172,
386
+ "learning_rate": 4.999370306286171e-05,
387
+ "loss": 1.5301,
388
+ "step": 530
389
+ },
390
+ {
391
+ "epoch": 0.325497287522604,
392
+ "grad_norm": 0.12400302290916443,
393
+ "learning_rate": 4.998915287097269e-05,
394
+ "loss": 1.4685,
395
+ "step": 540
396
+ },
397
+ {
398
+ "epoch": 0.33152501506931886,
399
+ "grad_norm": 0.12950482964515686,
400
+ "learning_rate": 4.998337329560107e-05,
401
+ "loss": 1.5264,
402
+ "step": 550
403
+ },
404
+ {
405
+ "epoch": 0.33755274261603374,
406
+ "grad_norm": 0.12773030996322632,
407
+ "learning_rate": 4.99763646210828e-05,
408
+ "loss": 1.4937,
409
+ "step": 560
410
+ },
411
+ {
412
+ "epoch": 0.3435804701627486,
413
+ "grad_norm": 0.12648645043373108,
414
+ "learning_rate": 4.9968127192221436e-05,
415
+ "loss": 1.5126,
416
+ "step": 570
417
+ },
418
+ {
419
+ "epoch": 0.34960819770946355,
420
+ "grad_norm": 0.12337373942136765,
421
+ "learning_rate": 4.995866141427117e-05,
422
+ "loss": 1.4816,
423
+ "step": 580
424
+ },
425
+ {
426
+ "epoch": 0.35563592525617843,
427
+ "grad_norm": 0.1327151358127594,
428
+ "learning_rate": 4.99479677529169e-05,
429
+ "loss": 1.5131,
430
+ "step": 590
431
+ },
432
+ {
433
+ "epoch": 0.3616636528028933,
434
+ "grad_norm": 0.13992607593536377,
435
+ "learning_rate": 4.9936046734251313e-05,
436
+ "loss": 1.5089,
437
+ "step": 600
438
+ },
439
+ {
440
+ "epoch": 0.3676913803496082,
441
+ "grad_norm": 0.12979301810264587,
442
+ "learning_rate": 4.992289894474901e-05,
443
+ "loss": 1.5032,
444
+ "step": 610
445
+ },
446
+ {
447
+ "epoch": 0.37371910789632307,
448
+ "grad_norm": 0.1280072033405304,
449
+ "learning_rate": 4.990852503123765e-05,
450
+ "loss": 1.5012,
451
+ "step": 620
452
+ },
453
+ {
454
+ "epoch": 0.379746835443038,
455
+ "grad_norm": 0.1306256204843521,
456
+ "learning_rate": 4.989292570086612e-05,
457
+ "loss": 1.4564,
458
+ "step": 630
459
+ },
460
+ {
461
+ "epoch": 0.3857745629897529,
462
+ "grad_norm": 0.13198673725128174,
463
+ "learning_rate": 4.987610172106978e-05,
464
+ "loss": 1.5106,
465
+ "step": 640
466
+ },
467
+ {
468
+ "epoch": 0.39180229053646776,
469
+ "grad_norm": 0.1281399428844452,
470
+ "learning_rate": 4.9858053919532646e-05,
471
+ "loss": 1.4834,
472
+ "step": 650
473
+ },
474
+ {
475
+ "epoch": 0.39783001808318263,
476
+ "grad_norm": 0.13263563811779022,
477
+ "learning_rate": 4.983878318414674e-05,
478
+ "loss": 1.5208,
479
+ "step": 660
480
+ },
481
+ {
482
+ "epoch": 0.4038577456298975,
483
+ "grad_norm": 0.13027793169021606,
484
+ "learning_rate": 4.981829046296836e-05,
485
+ "loss": 1.4892,
486
+ "step": 670
487
+ },
488
+ {
489
+ "epoch": 0.4098854731766124,
490
+ "grad_norm": 0.13578078150749207,
491
+ "learning_rate": 4.9796576764171446e-05,
492
+ "loss": 1.4874,
493
+ "step": 680
494
+ },
495
+ {
496
+ "epoch": 0.4159132007233273,
497
+ "grad_norm": 0.13204683363437653,
498
+ "learning_rate": 4.9773643155998e-05,
499
+ "loss": 1.4867,
500
+ "step": 690
501
+ },
502
+ {
503
+ "epoch": 0.4219409282700422,
504
+ "grad_norm": 0.13477781414985657,
505
+ "learning_rate": 4.974949076670553e-05,
506
+ "loss": 1.5159,
507
+ "step": 700
508
+ },
509
+ {
510
+ "epoch": 0.4279686558167571,
511
+ "grad_norm": 0.13009533286094666,
512
+ "learning_rate": 4.972412078451151e-05,
513
+ "loss": 1.4806,
514
+ "step": 710
515
+ },
516
+ {
517
+ "epoch": 0.43399638336347196,
518
+ "grad_norm": 0.1321401745080948,
519
+ "learning_rate": 4.9697534457534966e-05,
520
+ "loss": 1.4641,
521
+ "step": 720
522
+ },
523
+ {
524
+ "epoch": 0.44002411091018684,
525
+ "grad_norm": 0.13463927805423737,
526
+ "learning_rate": 4.966973309373506e-05,
527
+ "loss": 1.4924,
528
+ "step": 730
529
+ },
530
+ {
531
+ "epoch": 0.4460518384569018,
532
+ "grad_norm": 0.1337679624557495,
533
+ "learning_rate": 4.9640718060846723e-05,
534
+ "loss": 1.4805,
535
+ "step": 740
536
+ },
537
+ {
538
+ "epoch": 0.45207956600361665,
539
+ "grad_norm": 0.1317020207643509,
540
+ "learning_rate": 4.96104907863134e-05,
541
+ "loss": 1.4678,
542
+ "step": 750
543
+ },
544
+ {
545
+ "epoch": 0.45810729355033153,
546
+ "grad_norm": 0.13243788480758667,
547
+ "learning_rate": 4.957905275721678e-05,
548
+ "loss": 1.4794,
549
+ "step": 760
550
+ },
551
+ {
552
+ "epoch": 0.4641350210970464,
553
+ "grad_norm": 0.13113069534301758,
554
+ "learning_rate": 4.954640552020369e-05,
555
+ "loss": 1.4734,
556
+ "step": 770
557
+ },
558
+ {
559
+ "epoch": 0.4701627486437613,
560
+ "grad_norm": 0.13361573219299316,
561
+ "learning_rate": 4.9512550681409946e-05,
562
+ "loss": 1.4803,
563
+ "step": 780
564
+ },
565
+ {
566
+ "epoch": 0.47619047619047616,
567
+ "grad_norm": 0.13844482600688934,
568
+ "learning_rate": 4.9477489906381414e-05,
569
+ "loss": 1.4665,
570
+ "step": 790
571
+ },
572
+ {
573
+ "epoch": 0.4822182037371911,
574
+ "grad_norm": 0.13865956664085388,
575
+ "learning_rate": 4.944122491999198e-05,
576
+ "loss": 1.4872,
577
+ "step": 800
578
+ },
579
+ {
580
+ "epoch": 0.4822182037371911,
581
+ "eval_loss": 1.4607902765274048,
582
+ "eval_runtime": 110.1311,
583
+ "eval_samples_per_second": 9.743,
584
+ "eval_steps_per_second": 2.443,
585
+ "step": 800
586
+ },
587
+ {
588
+ "epoch": 0.488245931283906,
589
+ "grad_norm": 0.13776348531246185,
590
+ "learning_rate": 4.9403757506358775e-05,
591
+ "loss": 1.5016,
592
+ "step": 810
593
+ },
594
+ {
595
+ "epoch": 0.49427365883062085,
596
+ "grad_norm": 0.14617718756198883,
597
+ "learning_rate": 4.936508950875432e-05,
598
+ "loss": 1.4857,
599
+ "step": 820
600
+ },
601
+ {
602
+ "epoch": 0.5003013863773358,
603
+ "grad_norm": 0.14705806970596313,
604
+ "learning_rate": 4.932522282951594e-05,
605
+ "loss": 1.4909,
606
+ "step": 830
607
+ },
608
+ {
609
+ "epoch": 0.5063291139240507,
610
+ "grad_norm": 0.14169825613498688,
611
+ "learning_rate": 4.928415942995208e-05,
612
+ "loss": 1.5106,
613
+ "step": 840
614
+ },
615
+ {
616
+ "epoch": 0.5123568414707655,
617
+ "grad_norm": 0.14307105541229248,
618
+ "learning_rate": 4.924190133024589e-05,
619
+ "loss": 1.492,
620
+ "step": 850
621
+ },
622
+ {
623
+ "epoch": 0.5183845690174804,
624
+ "grad_norm": 0.1347261369228363,
625
+ "learning_rate": 4.919845060935577e-05,
626
+ "loss": 1.5063,
627
+ "step": 860
628
+ },
629
+ {
630
+ "epoch": 0.5244122965641953,
631
+ "grad_norm": 0.1423402726650238,
632
+ "learning_rate": 4.915380940491315e-05,
633
+ "loss": 1.4682,
634
+ "step": 870
635
+ },
636
+ {
637
+ "epoch": 0.5304400241109102,
638
+ "grad_norm": 0.14149978756904602,
639
+ "learning_rate": 4.910797991311733e-05,
640
+ "loss": 1.4436,
641
+ "step": 880
642
+ },
643
+ {
644
+ "epoch": 0.5364677516576251,
645
+ "grad_norm": 0.1491919308900833,
646
+ "learning_rate": 4.906096438862735e-05,
647
+ "loss": 1.4851,
648
+ "step": 890
649
+ },
650
+ {
651
+ "epoch": 0.5424954792043399,
652
+ "grad_norm": 0.14350004494190216,
653
+ "learning_rate": 4.9012765144451186e-05,
654
+ "loss": 1.4546,
655
+ "step": 900
656
+ },
657
+ {
658
+ "epoch": 0.5485232067510548,
659
+ "grad_norm": 0.14726224541664124,
660
+ "learning_rate": 4.896338455183185e-05,
661
+ "loss": 1.473,
662
+ "step": 910
663
+ },
664
+ {
665
+ "epoch": 0.5545509342977697,
666
+ "grad_norm": 0.1460171639919281,
667
+ "learning_rate": 4.8912825040130814e-05,
668
+ "loss": 1.4802,
669
+ "step": 920
670
+ },
671
+ {
672
+ "epoch": 0.5605786618444847,
673
+ "grad_norm": 0.15167438983917236,
674
+ "learning_rate": 4.886108909670845e-05,
675
+ "loss": 1.4542,
676
+ "step": 930
677
+ },
678
+ {
679
+ "epoch": 0.5666063893911996,
680
+ "grad_norm": 0.15603500604629517,
681
+ "learning_rate": 4.880817926680167e-05,
682
+ "loss": 1.4565,
683
+ "step": 940
684
+ },
685
+ {
686
+ "epoch": 0.5726341169379144,
687
+ "grad_norm": 0.14839062094688416,
688
+ "learning_rate": 4.8754098153398706e-05,
689
+ "loss": 1.4833,
690
+ "step": 950
691
+ },
692
+ {
693
+ "epoch": 0.5786618444846293,
694
+ "grad_norm": 0.14976999163627625,
695
+ "learning_rate": 4.869884841711107e-05,
696
+ "loss": 1.4957,
697
+ "step": 960
698
+ },
699
+ {
700
+ "epoch": 0.5846895720313442,
701
+ "grad_norm": 0.15414153039455414,
702
+ "learning_rate": 4.8642432776042616e-05,
703
+ "loss": 1.4816,
704
+ "step": 970
705
+ },
706
+ {
707
+ "epoch": 0.5907172995780591,
708
+ "grad_norm": 0.15507987141609192,
709
+ "learning_rate": 4.858485400565589e-05,
710
+ "loss": 1.4728,
711
+ "step": 980
712
+ },
713
+ {
714
+ "epoch": 0.596745027124774,
715
+ "grad_norm": 0.1561218947172165,
716
+ "learning_rate": 4.85261149386355e-05,
717
+ "loss": 1.4936,
718
+ "step": 990
719
+ },
720
+ {
721
+ "epoch": 0.6027727546714888,
722
+ "grad_norm": 0.15994535386562347,
723
+ "learning_rate": 4.846621846474885e-05,
724
+ "loss": 1.4705,
725
+ "step": 1000
726
+ }
727
+ ],
728
+ "logging_steps": 10,
729
+ "max_steps": 4977,
730
+ "num_input_tokens_seen": 0,
731
+ "num_train_epochs": 3,
732
+ "save_steps": 500,
733
+ "stateful_callbacks": {
734
+ "TrainerControl": {
735
+ "args": {
736
+ "should_epoch_stop": false,
737
+ "should_evaluate": false,
738
+ "should_log": false,
739
+ "should_save": true,
740
+ "should_training_stop": false
741
+ },
742
+ "attributes": {}
743
+ }
744
+ },
745
+ "total_flos": 5.81454820016128e+18,
746
+ "train_batch_size": 4,
747
+ "trial_name": null,
748
+ "trial_params": null
749
+ }
checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:276772c4ef2f26970b87a5557f24d7c42bdfe56a8d7f3d49ad7c2ec614711f92
3
+ size 7032
checkpoint-1000/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1000/zero_to_fp32.py ADDED
@@ -0,0 +1,674 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 json
25
+ from tqdm import tqdm
26
+ from collections import OrderedDict
27
+ from dataclasses import dataclass
28
+
29
+ # while this script doesn't use deepspeed to recover data, since the checkpoints are pickled with
30
+ # DeepSpeed data structures it has to be available in the current python environment.
31
+ from deepspeed.utils import logger
32
+ from deepspeed.checkpoint.constants import (DS_VERSION, OPTIMIZER_STATE_DICT, SINGLE_PARTITION_OF_FP32_GROUPS,
33
+ FP32_FLAT_GROUPS, ZERO_STAGE, PARTITION_COUNT, PARAM_SHAPES, BUFFER_NAMES,
34
+ FROZEN_PARAM_SHAPES, FROZEN_PARAM_FRAGMENTS)
35
+
36
+
37
+ @dataclass
38
+ class zero_model_state:
39
+ buffers: dict()
40
+ param_shapes: dict()
41
+ shared_params: list
42
+ ds_version: int
43
+ frozen_param_shapes: dict()
44
+ frozen_param_fragments: dict()
45
+
46
+
47
+ debug = 0
48
+
49
+ # load to cpu
50
+ device = torch.device('cpu')
51
+
52
+
53
+ def atoi(text):
54
+ return int(text) if text.isdigit() else text
55
+
56
+
57
+ def natural_keys(text):
58
+ '''
59
+ alist.sort(key=natural_keys) sorts in human order
60
+ http://nedbatchelder.com/blog/200712/human_sorting.html
61
+ (See Toothy's implementation in the comments)
62
+ '''
63
+ return [atoi(c) for c in re.split(r'(\d+)', text)]
64
+
65
+
66
+ def get_model_state_file(checkpoint_dir, zero_stage):
67
+ if not os.path.isdir(checkpoint_dir):
68
+ raise FileNotFoundError(f"Directory '{checkpoint_dir}' doesn't exist")
69
+
70
+ # there should be only one file
71
+ if zero_stage <= 2:
72
+ file = os.path.join(checkpoint_dir, "mp_rank_00_model_states.pt")
73
+ elif zero_stage == 3:
74
+ file = os.path.join(checkpoint_dir, "zero_pp_rank_0_mp_rank_00_model_states.pt")
75
+
76
+ if not os.path.exists(file):
77
+ raise FileNotFoundError(f"can't find model states file at '{file}'")
78
+
79
+ return file
80
+
81
+
82
+ def get_checkpoint_files(checkpoint_dir, glob_pattern):
83
+ # XXX: need to test that this simple glob rule works for multi-node setup too
84
+ ckpt_files = sorted(glob.glob(os.path.join(checkpoint_dir, glob_pattern)), key=natural_keys)
85
+
86
+ if len(ckpt_files) == 0:
87
+ raise FileNotFoundError(f"can't find {glob_pattern} files in directory '{checkpoint_dir}'")
88
+
89
+ return ckpt_files
90
+
91
+
92
+ def get_optim_files(checkpoint_dir):
93
+ return get_checkpoint_files(checkpoint_dir, "*_optim_states.pt")
94
+
95
+
96
+ def get_model_state_files(checkpoint_dir):
97
+ return get_checkpoint_files(checkpoint_dir, "*_model_states.pt")
98
+
99
+
100
+ def parse_model_states(files):
101
+ zero_model_states = []
102
+ for file in files:
103
+ state_dict = torch.load(file, map_location=device)
104
+
105
+ if BUFFER_NAMES not in state_dict:
106
+ raise ValueError(f"{file} is not a model state checkpoint")
107
+ buffer_names = state_dict[BUFFER_NAMES]
108
+ if debug:
109
+ print("Found buffers:", buffer_names)
110
+
111
+ # recover just the buffers while restoring them to fp32 if they were saved in fp16
112
+ buffers = {k: v.float() for k, v in state_dict["module"].items() if k in buffer_names}
113
+ param_shapes = state_dict[PARAM_SHAPES]
114
+
115
+ # collect parameters that are included in param_shapes
116
+ param_names = []
117
+ for s in param_shapes:
118
+ for name in s.keys():
119
+ param_names.append(name)
120
+
121
+ # update with frozen parameters
122
+ frozen_param_shapes = state_dict.get(FROZEN_PARAM_SHAPES, None)
123
+ if frozen_param_shapes is not None:
124
+ if debug:
125
+ print(f"Found frozen_param_shapes: {frozen_param_shapes}")
126
+ param_names += list(frozen_param_shapes.keys())
127
+
128
+ # handle shared params
129
+ shared_params = [[k, v] for k, v in state_dict["shared_params"].items()]
130
+
131
+ ds_version = state_dict.get(DS_VERSION, None)
132
+
133
+ frozen_param_fragments = state_dict.get(FROZEN_PARAM_FRAGMENTS, None)
134
+
135
+ z_model_state = zero_model_state(buffers=buffers,
136
+ param_shapes=param_shapes,
137
+ shared_params=shared_params,
138
+ ds_version=ds_version,
139
+ frozen_param_shapes=frozen_param_shapes,
140
+ frozen_param_fragments=frozen_param_fragments)
141
+ zero_model_states.append(z_model_state)
142
+
143
+ return zero_model_states
144
+
145
+
146
+ def parse_optim_states(files, ds_checkpoint_dir):
147
+ total_files = len(files)
148
+ state_dicts = []
149
+ for f in files:
150
+ state_dict = torch.load(f, map_location=device)
151
+ # immediately discard the potentially huge 2 optimizer states as we only care for fp32 master weights
152
+ # and also handle the case where it was already removed by another helper script
153
+ state_dict["optimizer_state_dict"].pop("optimizer_state_dict", None)
154
+ state_dicts.append(state_dict)
155
+
156
+ if not ZERO_STAGE in state_dicts[0][OPTIMIZER_STATE_DICT]:
157
+ raise ValueError(f"{files[0]} is not a zero checkpoint")
158
+ zero_stage = state_dicts[0][OPTIMIZER_STATE_DICT][ZERO_STAGE]
159
+ world_size = state_dicts[0][OPTIMIZER_STATE_DICT][PARTITION_COUNT]
160
+
161
+ # For ZeRO-2 each param group can have different partition_count as data parallelism for expert
162
+ # parameters can be different from data parallelism for non-expert parameters. So we can just
163
+ # use the max of the partition_count to get the dp world_size.
164
+
165
+ if type(world_size) is list:
166
+ world_size = max(world_size)
167
+
168
+ if world_size != total_files:
169
+ raise ValueError(
170
+ f"Expected {world_size} of '*_optim_states.pt' under '{ds_checkpoint_dir}' but found {total_files} files. "
171
+ "Possibly due to an overwrite of an old checkpoint, or a checkpoint didn't get saved by one or more processes."
172
+ )
173
+
174
+ # the groups are named differently in each stage
175
+ if zero_stage <= 2:
176
+ fp32_groups_key = SINGLE_PARTITION_OF_FP32_GROUPS
177
+ elif zero_stage == 3:
178
+ fp32_groups_key = FP32_FLAT_GROUPS
179
+ else:
180
+ raise ValueError(f"unknown zero stage {zero_stage}")
181
+
182
+ if zero_stage <= 2:
183
+ fp32_flat_groups = [state_dicts[i][OPTIMIZER_STATE_DICT][fp32_groups_key] for i in range(len(state_dicts))]
184
+ elif zero_stage == 3:
185
+ # if there is more than one param group, there will be multiple flattened tensors - one
186
+ # flattened tensor per group - for simplicity merge them into a single tensor
187
+ #
188
+ # XXX: could make the script more memory efficient for when there are multiple groups - it
189
+ # will require matching the sub-lists of param_shapes for each param group flattened tensor
190
+
191
+ fp32_flat_groups = [
192
+ torch.cat(state_dicts[i][OPTIMIZER_STATE_DICT][fp32_groups_key], 0) for i in range(len(state_dicts))
193
+ ]
194
+
195
+ return zero_stage, world_size, fp32_flat_groups
196
+
197
+
198
+ def _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir, exclude_frozen_parameters):
199
+ """
200
+ Returns fp32 state_dict reconstructed from ds checkpoint
201
+
202
+ Args:
203
+ - ``ds_checkpoint_dir``: path to the deepspeed checkpoint folder (where the optimizer files are)
204
+
205
+ """
206
+ print(f"Processing zero checkpoint '{ds_checkpoint_dir}'")
207
+
208
+ optim_files = get_optim_files(ds_checkpoint_dir)
209
+ zero_stage, world_size, fp32_flat_groups = parse_optim_states(optim_files, ds_checkpoint_dir)
210
+ print(f"Detected checkpoint of type zero stage {zero_stage}, world_size: {world_size}")
211
+
212
+ model_files = get_model_state_files(ds_checkpoint_dir)
213
+
214
+ zero_model_states = parse_model_states(model_files)
215
+ print(f'Parsing checkpoint created by deepspeed=={zero_model_states[0].ds_version}')
216
+
217
+ if zero_stage <= 2:
218
+ return _get_fp32_state_dict_from_zero2_checkpoint(world_size, fp32_flat_groups, zero_model_states,
219
+ exclude_frozen_parameters)
220
+ elif zero_stage == 3:
221
+ return _get_fp32_state_dict_from_zero3_checkpoint(world_size, fp32_flat_groups, zero_model_states,
222
+ exclude_frozen_parameters)
223
+
224
+
225
+ def _zero2_merge_frozen_params(state_dict, zero_model_states):
226
+ if zero_model_states[0].frozen_param_shapes is None or len(zero_model_states[0].frozen_param_shapes) == 0:
227
+ return
228
+
229
+ frozen_param_shapes = zero_model_states[0].frozen_param_shapes
230
+ frozen_param_fragments = zero_model_states[0].frozen_param_fragments
231
+
232
+ if debug:
233
+ num_elem = sum(s.numel() for s in frozen_param_shapes.values())
234
+ print(f'rank 0: {FROZEN_PARAM_SHAPES}.numel = {num_elem}')
235
+
236
+ wanted_params = len(frozen_param_shapes)
237
+ wanted_numel = sum(s.numel() for s in frozen_param_shapes.values())
238
+ avail_numel = sum([p.numel() for p in frozen_param_fragments.values()])
239
+ print(f'Frozen params: Have {avail_numel} numels to process.')
240
+ print(f'Frozen params: Need {wanted_numel} numels in {wanted_params} params')
241
+
242
+ total_params = 0
243
+ total_numel = 0
244
+ for name, shape in frozen_param_shapes.items():
245
+ total_params += 1
246
+ unpartitioned_numel = shape.numel()
247
+ total_numel += unpartitioned_numel
248
+
249
+ state_dict[name] = frozen_param_fragments[name]
250
+
251
+ if debug:
252
+ print(f"{name} full shape: {shape} unpartitioned numel {unpartitioned_numel} ")
253
+
254
+ print(f"Reconstructed Frozen fp32 state dict with {total_params} params {total_numel} elements")
255
+
256
+
257
+ def _has_callable(obj, fn):
258
+ attr = getattr(obj, fn, None)
259
+ return callable(attr)
260
+
261
+
262
+ def _zero2_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states):
263
+ param_shapes = zero_model_states[0].param_shapes
264
+
265
+ # Reconstruction protocol:
266
+ #
267
+ # XXX: document this
268
+
269
+ if debug:
270
+ for i in range(world_size):
271
+ for j in range(len(fp32_flat_groups[0])):
272
+ print(f"{FP32_FLAT_GROUPS}[{i}][{j}].shape={fp32_flat_groups[i][j].shape}")
273
+
274
+ # XXX: memory usage doubles here (zero2)
275
+ num_param_groups = len(fp32_flat_groups[0])
276
+ merged_single_partition_of_fp32_groups = []
277
+ for i in range(num_param_groups):
278
+ merged_partitions = [sd[i] for sd in fp32_flat_groups]
279
+ full_single_fp32_vector = torch.cat(merged_partitions, 0)
280
+ merged_single_partition_of_fp32_groups.append(full_single_fp32_vector)
281
+ avail_numel = sum(
282
+ [full_single_fp32_vector.numel() for full_single_fp32_vector in merged_single_partition_of_fp32_groups])
283
+
284
+ if debug:
285
+ wanted_params = sum([len(shapes) for shapes in param_shapes])
286
+ wanted_numel = sum([sum(shape.numel() for shape in shapes.values()) for shapes in param_shapes])
287
+ # not asserting if there is a mismatch due to possible padding
288
+ print(f"Have {avail_numel} numels to process.")
289
+ print(f"Need {wanted_numel} numels in {wanted_params} params.")
290
+
291
+ # params
292
+ # XXX: for huge models that can't fit into the host's RAM we will have to recode this to support
293
+ # out-of-core computing solution
294
+ total_numel = 0
295
+ total_params = 0
296
+ for shapes, full_single_fp32_vector in zip(param_shapes, merged_single_partition_of_fp32_groups):
297
+ offset = 0
298
+ avail_numel = full_single_fp32_vector.numel()
299
+ for name, shape in shapes.items():
300
+
301
+ unpartitioned_numel = shape.numel() if _has_callable(shape, 'numel') else math.prod(shape)
302
+ total_numel += unpartitioned_numel
303
+ total_params += 1
304
+
305
+ if debug:
306
+ print(f"{name} full shape: {shape} unpartitioned numel {unpartitioned_numel} ")
307
+ state_dict[name] = full_single_fp32_vector.narrow(0, offset, unpartitioned_numel).view(shape)
308
+ offset += unpartitioned_numel
309
+
310
+ # Z2 started to align to 2*world_size to improve nccl performance. Therefore both offset and
311
+ # avail_numel can differ by anywhere between 0..2*world_size. Due to two unrelated complex
312
+ # paddings performed in the code it's almost impossible to predict the exact numbers w/o the
313
+ # live optimizer object, so we are checking that the numbers are within the right range
314
+ align_to = 2 * world_size
315
+
316
+ def zero2_align(x):
317
+ return align_to * math.ceil(x / align_to)
318
+
319
+ if debug:
320
+ print(f"original offset={offset}, avail_numel={avail_numel}")
321
+
322
+ offset = zero2_align(offset)
323
+ avail_numel = zero2_align(avail_numel)
324
+
325
+ if debug:
326
+ print(f"aligned offset={offset}, avail_numel={avail_numel}")
327
+
328
+ # Sanity check
329
+ if offset != avail_numel:
330
+ raise ValueError(f"consumed {offset} numels out of {avail_numel} - something is wrong")
331
+
332
+ print(f"Reconstructed fp32 state dict with {total_params} params {total_numel} elements")
333
+
334
+
335
+ def _get_fp32_state_dict_from_zero2_checkpoint(world_size, fp32_flat_groups, zero_model_states,
336
+ exclude_frozen_parameters):
337
+ state_dict = OrderedDict()
338
+
339
+ # buffers
340
+ buffers = zero_model_states[0].buffers
341
+ state_dict.update(buffers)
342
+ if debug:
343
+ print(f"added {len(buffers)} buffers")
344
+
345
+ if not exclude_frozen_parameters:
346
+ _zero2_merge_frozen_params(state_dict, zero_model_states)
347
+
348
+ _zero2_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states)
349
+
350
+ # recover shared parameters
351
+ for pair in zero_model_states[0].shared_params:
352
+ if pair[1] in state_dict:
353
+ state_dict[pair[0]] = state_dict[pair[1]]
354
+
355
+ return state_dict
356
+
357
+
358
+ def zero3_partitioned_param_info(unpartitioned_numel, world_size):
359
+ remainder = unpartitioned_numel % world_size
360
+ padding_numel = (world_size - remainder) if remainder else 0
361
+ partitioned_numel = math.ceil(unpartitioned_numel / world_size)
362
+ return partitioned_numel, padding_numel
363
+
364
+
365
+ def _zero3_merge_frozen_params(state_dict, world_size, zero_model_states):
366
+ if zero_model_states[0].frozen_param_shapes is None or len(zero_model_states[0].frozen_param_shapes) == 0:
367
+ return
368
+
369
+ if debug:
370
+ for i in range(world_size):
371
+ num_elem = sum(s.numel() for s in zero_model_states[i].frozen_param_fragments.values())
372
+ print(f'rank {i}: {FROZEN_PARAM_SHAPES}.numel = {num_elem}')
373
+
374
+ frozen_param_shapes = zero_model_states[0].frozen_param_shapes
375
+ wanted_params = len(frozen_param_shapes)
376
+ wanted_numel = sum(s.numel() for s in frozen_param_shapes.values())
377
+ avail_numel = sum([p.numel() for p in zero_model_states[0].frozen_param_fragments.values()]) * world_size
378
+ print(f'Frozen params: Have {avail_numel} numels to process.')
379
+ print(f'Frozen params: Need {wanted_numel} numels in {wanted_params} params')
380
+
381
+ total_params = 0
382
+ total_numel = 0
383
+ for name, shape in zero_model_states[0].frozen_param_shapes.items():
384
+ total_params += 1
385
+ unpartitioned_numel = shape.numel()
386
+ total_numel += unpartitioned_numel
387
+
388
+ param_frags = tuple(model_state.frozen_param_fragments[name] for model_state in zero_model_states)
389
+ state_dict[name] = torch.cat(param_frags, 0).narrow(0, 0, unpartitioned_numel).view(shape)
390
+
391
+ partitioned_numel, partitioned_padding_numel = zero3_partitioned_param_info(unpartitioned_numel, world_size)
392
+
393
+ if debug:
394
+ print(
395
+ f"Frozen params: {total_params} {name} full shape: {shape} partition0 numel={partitioned_numel} partitioned_padding_numel={partitioned_padding_numel}"
396
+ )
397
+
398
+ print(f"Reconstructed Frozen fp32 state dict with {total_params} params {total_numel} elements")
399
+
400
+
401
+ def _zero3_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states):
402
+ param_shapes = zero_model_states[0].param_shapes
403
+ avail_numel = fp32_flat_groups[0].numel() * world_size
404
+ # Reconstruction protocol: For zero3 we need to zip the partitions together at boundary of each
405
+ # param, re-consolidating each param, while dealing with padding if any
406
+
407
+ # merge list of dicts, preserving order
408
+ param_shapes = {k: v for d in param_shapes for k, v in d.items()}
409
+
410
+ if debug:
411
+ for i in range(world_size):
412
+ print(f"{FP32_FLAT_GROUPS}[{i}].shape={fp32_flat_groups[i].shape}")
413
+
414
+ wanted_params = len(param_shapes)
415
+ wanted_numel = sum(shape.numel() for shape in param_shapes.values())
416
+ # not asserting if there is a mismatch due to possible padding
417
+ avail_numel = fp32_flat_groups[0].numel() * world_size
418
+ print(f"Trainable params: Have {avail_numel} numels to process.")
419
+ print(f"Trainable params: Need {wanted_numel} numels in {wanted_params} params.")
420
+
421
+ # params
422
+ # XXX: for huge models that can't fit into the host's RAM we will have to recode this to support
423
+ # out-of-core computing solution
424
+ offset = 0
425
+ total_numel = 0
426
+ total_params = 0
427
+ for name, shape in tqdm(param_shapes.items(), desc='Gathering Sharded Weights'):
428
+ unpartitioned_numel = shape.numel()
429
+ total_numel += unpartitioned_numel
430
+ total_params += 1
431
+ partitioned_numel, partitioned_padding_numel = zero3_partitioned_param_info(unpartitioned_numel, world_size)
432
+
433
+ if debug:
434
+ print(
435
+ f"Trainable params: {total_params} {name} full shape: {shape} partition0 numel={partitioned_numel} partitioned_padding_numel={partitioned_padding_numel}"
436
+ )
437
+
438
+ # XXX: memory usage doubles here
439
+ state_dict[name] = torch.cat(
440
+ tuple(fp32_flat_groups[i].narrow(0, offset, partitioned_numel) for i in range(world_size)),
441
+ 0).narrow(0, 0, unpartitioned_numel).view(shape)
442
+ offset += partitioned_numel
443
+
444
+ offset *= world_size
445
+
446
+ # Sanity check
447
+ if offset != avail_numel:
448
+ raise ValueError(f"consumed {offset} numels out of {avail_numel} - something is wrong")
449
+
450
+ print(f"Reconstructed Trainable fp32 state dict with {total_params} params {total_numel} elements")
451
+
452
+
453
+ def _get_fp32_state_dict_from_zero3_checkpoint(world_size, fp32_flat_groups, zero_model_states,
454
+ exclude_frozen_parameters):
455
+ state_dict = OrderedDict()
456
+
457
+ # buffers
458
+ buffers = zero_model_states[0].buffers
459
+ state_dict.update(buffers)
460
+ if debug:
461
+ print(f"added {len(buffers)} buffers")
462
+
463
+ if not exclude_frozen_parameters:
464
+ _zero3_merge_frozen_params(state_dict, world_size, zero_model_states)
465
+
466
+ _zero3_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states)
467
+
468
+ # recover shared parameters
469
+ for pair in zero_model_states[0].shared_params:
470
+ if pair[1] in state_dict:
471
+ state_dict[pair[0]] = state_dict[pair[1]]
472
+
473
+ return state_dict
474
+
475
+
476
+ def get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag=None, exclude_frozen_parameters=False):
477
+ """
478
+ Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated state_dict that can be loaded with
479
+ ``load_state_dict()`` and used for training without DeepSpeed or shared with others, for example
480
+ via a model hub.
481
+
482
+ Args:
483
+ - ``checkpoint_dir``: path to the desired checkpoint folder
484
+ - ``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``
485
+ - ``exclude_frozen_parameters``: exclude frozen parameters
486
+
487
+ Returns:
488
+ - pytorch ``state_dict``
489
+
490
+ Note: this approach may not work if your application doesn't have sufficient free CPU memory and
491
+ you may need to use the offline approach using the ``zero_to_fp32.py`` script that is saved with
492
+ the checkpoint.
493
+
494
+ A typical usage might be ::
495
+
496
+ from deepspeed.utils.zero_to_fp32 import get_fp32_state_dict_from_zero_checkpoint
497
+ # do the training and checkpoint saving
498
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir) # already on cpu
499
+ model = model.cpu() # move to cpu
500
+ model.load_state_dict(state_dict)
501
+ # submit to model hub or save the model to share with others
502
+
503
+ In this example the ``model`` will no longer be usable in the deepspeed context of the same
504
+ application. i.e. you will need to re-initialize the deepspeed engine, since
505
+ ``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it.
506
+
507
+ If you want it all done for you, use ``load_state_dict_from_zero_checkpoint`` instead.
508
+
509
+ """
510
+ if tag is None:
511
+ latest_path = os.path.join(checkpoint_dir, 'latest')
512
+ if os.path.isfile(latest_path):
513
+ with open(latest_path, 'r') as fd:
514
+ tag = fd.read().strip()
515
+ else:
516
+ raise ValueError(f"Unable to find 'latest' file at {latest_path}")
517
+
518
+ ds_checkpoint_dir = os.path.join(checkpoint_dir, tag)
519
+
520
+ if not os.path.isdir(ds_checkpoint_dir):
521
+ raise FileNotFoundError(f"Directory '{ds_checkpoint_dir}' doesn't exist")
522
+
523
+ return _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir, exclude_frozen_parameters)
524
+
525
+
526
+ def convert_zero_checkpoint_to_fp32_state_dict(checkpoint_dir,
527
+ output_dir,
528
+ max_shard_size="5GB",
529
+ safe_serialization=False,
530
+ tag=None,
531
+ exclude_frozen_parameters=False):
532
+ """
533
+ Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict`` file that can be
534
+ loaded with ``torch.load(file)`` + ``load_state_dict()`` and used for training without DeepSpeed.
535
+
536
+ Args:
537
+ - ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``)
538
+ - ``output_dir``: directory to the pytorch fp32 state_dict output files
539
+ - ``max_shard_size``: the maximum size for a checkpoint before being sharded, default value is 5GB
540
+ - ``safe_serialization``: whether to save the model using `safetensors` or the traditional PyTorch way (that uses `pickle`).
541
+ - ``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``
542
+ - ``exclude_frozen_parameters``: exclude frozen parameters
543
+ """
544
+ # Dependency pre-check
545
+ if safe_serialization:
546
+ try:
547
+ from safetensors.torch import save_file
548
+ except ImportError:
549
+ print('If you want to use `safe_serialization`, please `pip install safetensors`')
550
+ raise
551
+ if max_shard_size is not None:
552
+ try:
553
+ from huggingface_hub import split_torch_state_dict_into_shards
554
+ except ImportError:
555
+ print('If you want to use `max_shard_size`, please `pip install huggingface_hub`')
556
+ raise
557
+
558
+ # Convert zero checkpoint to state_dict
559
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag, exclude_frozen_parameters)
560
+
561
+ # Shard the model if it is too big.
562
+ weights_name = "model.safetensors" if safe_serialization else "pytorch_model.bin"
563
+ if max_shard_size is not None:
564
+ filename_pattern = weights_name.replace(".bin", "{suffix}.bin").replace(".safetensors", "{suffix}.safetensors")
565
+ state_dict_split = split_torch_state_dict_into_shards(state_dict,
566
+ filename_pattern=filename_pattern,
567
+ max_shard_size=max_shard_size)
568
+ else:
569
+ from collections import namedtuple
570
+ StateDictSplit = namedtuple("StateDictSplit", ["is_sharded", "filename_to_tensors"])
571
+ state_dict_split = StateDictSplit(is_sharded=False,
572
+ filename_to_tensors={weights_name: list(state_dict.keys())})
573
+
574
+ # Save the model
575
+ filename_to_tensors = state_dict_split.filename_to_tensors.items()
576
+ for shard_file, tensors in tqdm(filename_to_tensors, desc="Saving checkpoint shards"):
577
+ shard = {tensor: state_dict[tensor].contiguous() for tensor in tensors}
578
+ output_path = os.path.join(output_dir, shard_file)
579
+ if safe_serialization:
580
+ save_file(shard, output_path, metadata={"format": "pt"})
581
+ else:
582
+ torch.save(shard, output_path)
583
+
584
+ # Save index if sharded
585
+ if state_dict_split.is_sharded:
586
+ index = {
587
+ "metadata": state_dict_split.metadata,
588
+ "weight_map": state_dict_split.tensor_to_filename,
589
+ }
590
+ save_index_file = "model.safetensors.index.json" if safe_serialization else "pytorch_model.bin.index.json"
591
+ save_index_file = os.path.join(output_dir, save_index_file)
592
+ with open(save_index_file, "w", encoding="utf-8") as f:
593
+ content = json.dumps(index, indent=2, sort_keys=True) + "\n"
594
+ f.write(content)
595
+
596
+
597
+ def load_state_dict_from_zero_checkpoint(model, checkpoint_dir, tag=None):
598
+ """
599
+ 1. Put the provided model to cpu
600
+ 2. Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict``
601
+ 3. Load it into the provided model
602
+
603
+ Args:
604
+ - ``model``: the model object to update
605
+ - ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``)
606
+ - ``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``
607
+
608
+ Returns:
609
+ - ``model`: modified model
610
+
611
+ Make sure you have plenty of CPU memory available before you call this function. If you don't
612
+ have enough use the ``zero_to_fp32.py`` utility to do the conversion. You will find it
613
+ conveniently placed for you in the checkpoint folder.
614
+
615
+ A typical usage might be ::
616
+
617
+ from deepspeed.utils.zero_to_fp32 import load_state_dict_from_zero_checkpoint
618
+ model = load_state_dict_from_zero_checkpoint(trainer.model, checkpoint_dir)
619
+ # submit to model hub or save the model to share with others
620
+
621
+ Note, that once this was run, the ``model`` will no longer be usable in the deepspeed context
622
+ of the same application. i.e. you will need to re-initialize the deepspeed engine, since
623
+ ``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it.
624
+
625
+ """
626
+ logger.info(f"Extracting fp32 weights")
627
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag)
628
+
629
+ logger.info(f"Overwriting model with fp32 weights")
630
+ model = model.cpu()
631
+ model.load_state_dict(state_dict, strict=False)
632
+
633
+ return model
634
+
635
+
636
+ if __name__ == "__main__":
637
+ parser = argparse.ArgumentParser()
638
+ parser.add_argument("checkpoint_dir",
639
+ type=str,
640
+ help="path to the desired checkpoint folder, e.g., path/checkpoint-12")
641
+ parser.add_argument("output_dir",
642
+ type=str,
643
+ help="directory to the pytorch fp32 state_dict output files"
644
+ "(e.g. path/checkpoint-12-output/)")
645
+ parser.add_argument(
646
+ "--max_shard_size",
647
+ type=str,
648
+ default="5GB",
649
+ help="The maximum size for a checkpoint before being sharded. Checkpoints shard will then be each of size"
650
+ "lower than this size. If expressed as a string, needs to be digits followed by a unit (like `5MB`"
651
+ "We default it to 5GB in order for models to be able to run easily on free-tier google colab instances"
652
+ "without CPU OOM issues.")
653
+ parser.add_argument(
654
+ "--safe_serialization",
655
+ default=False,
656
+ action='store_true',
657
+ help="Whether to save the model using `safetensors` or the traditional PyTorch way (that uses `pickle`).")
658
+ parser.add_argument("-t",
659
+ "--tag",
660
+ type=str,
661
+ default=None,
662
+ help="checkpoint tag used as a unique identifier for checkpoint. e.g., global_step1")
663
+ parser.add_argument("--exclude_frozen_parameters", action='store_true', help="exclude frozen parameters")
664
+ parser.add_argument("-d", "--debug", action='store_true', help="enable debug")
665
+ args = parser.parse_args()
666
+
667
+ debug = args.debug
668
+
669
+ convert_zero_checkpoint_to_fp32_state_dict(args.checkpoint_dir,
670
+ args.output_dir,
671
+ max_shard_size=args.max_shard_size,
672
+ safe_serialization=args.safe_serialization,
673
+ tag=args.tag,
674
+ exclude_frozen_parameters=args.exclude_frozen_parameters)
checkpoint-1500/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- 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. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ 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).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
checkpoint-1500/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-7B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 128,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "down_proj",
24
+ "v_proj",
25
+ "o_proj",
26
+ "gate_proj",
27
+ "q_proj",
28
+ "up_proj",
29
+ "k_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": true
34
+ }
checkpoint-1500/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94314d88f86fb8de9b54f5c5c819c6dfc22dc2bd60b3bfebdf17675266034eba
3
+ size 645976488
checkpoint-1500/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
checkpoint-1500/latest ADDED
@@ -0,0 +1 @@
 
 
1
+ global_step1500
checkpoint-1500/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1500/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": "<|endoftext|>",
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
+ }
checkpoint-1500/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
checkpoint-1500/tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|endoftext|>",
201
+ "errors": "replace",
202
+ "model_max_length": 131072,
203
+ "pad_token": "<|endoftext|>",
204
+ "padding_side": "right",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
checkpoint-1500/trainer_state.json ADDED
@@ -0,0 +1,1107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.9041591320072333,
5
+ "eval_steps": 400,
6
+ "global_step": 1500,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.006027727546714889,
13
+ "grad_norm": 6.095676898956299,
14
+ "learning_rate": 1.0040160642570282e-06,
15
+ "loss": 1.8585,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.012055455093429777,
20
+ "grad_norm": 0.6981305480003357,
21
+ "learning_rate": 2.0080321285140564e-06,
22
+ "loss": 1.8607,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.018083182640144666,
27
+ "grad_norm": 0.33439213037490845,
28
+ "learning_rate": 3.0120481927710846e-06,
29
+ "loss": 1.8035,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.024110910186859555,
34
+ "grad_norm": 0.2445673942565918,
35
+ "learning_rate": 4.016064257028113e-06,
36
+ "loss": 1.7827,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.030138637733574444,
41
+ "grad_norm": 0.22277717292308807,
42
+ "learning_rate": 5.020080321285141e-06,
43
+ "loss": 1.7306,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.03616636528028933,
48
+ "grad_norm": 0.16803288459777832,
49
+ "learning_rate": 6.024096385542169e-06,
50
+ "loss": 1.728,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.04219409282700422,
55
+ "grad_norm": 0.1401725709438324,
56
+ "learning_rate": 7.028112449799197e-06,
57
+ "loss": 1.6623,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.04822182037371911,
62
+ "grad_norm": 0.14054332673549652,
63
+ "learning_rate": 8.032128514056226e-06,
64
+ "loss": 1.6226,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.054249547920433995,
69
+ "grad_norm": 0.1356767863035202,
70
+ "learning_rate": 9.036144578313253e-06,
71
+ "loss": 1.6497,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.06027727546714889,
76
+ "grad_norm": 0.14919587969779968,
77
+ "learning_rate": 1.0040160642570281e-05,
78
+ "loss": 1.6452,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.06630500301386377,
83
+ "grad_norm": 0.16640327870845795,
84
+ "learning_rate": 1.104417670682731e-05,
85
+ "loss": 1.6311,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.07233273056057866,
90
+ "grad_norm": 0.19770000874996185,
91
+ "learning_rate": 1.2048192771084338e-05,
92
+ "loss": 1.5925,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.07836045810729356,
97
+ "grad_norm": 0.20399077236652374,
98
+ "learning_rate": 1.3052208835341367e-05,
99
+ "loss": 1.5825,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.08438818565400844,
104
+ "grad_norm": 0.1512237936258316,
105
+ "learning_rate": 1.4056224899598394e-05,
106
+ "loss": 1.5478,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.09041591320072333,
111
+ "grad_norm": 0.14794760942459106,
112
+ "learning_rate": 1.5060240963855424e-05,
113
+ "loss": 1.5252,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.09644364074743822,
118
+ "grad_norm": 0.14903859794139862,
119
+ "learning_rate": 1.606425702811245e-05,
120
+ "loss": 1.5427,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.1024713682941531,
125
+ "grad_norm": 0.1387884020805359,
126
+ "learning_rate": 1.706827309236948e-05,
127
+ "loss": 1.554,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.10849909584086799,
132
+ "grad_norm": 0.14016373455524445,
133
+ "learning_rate": 1.8072289156626505e-05,
134
+ "loss": 1.5415,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.11452682338758288,
139
+ "grad_norm": 0.14568917453289032,
140
+ "learning_rate": 1.9076305220883535e-05,
141
+ "loss": 1.5516,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.12055455093429777,
146
+ "grad_norm": 0.14068633317947388,
147
+ "learning_rate": 2.0080321285140562e-05,
148
+ "loss": 1.5437,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.12658227848101267,
153
+ "grad_norm": 0.1428183913230896,
154
+ "learning_rate": 2.1084337349397593e-05,
155
+ "loss": 1.5315,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.13261000602772754,
160
+ "grad_norm": 0.1416633427143097,
161
+ "learning_rate": 2.208835341365462e-05,
162
+ "loss": 1.5276,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.13863773357444242,
167
+ "grad_norm": 0.14373181760311127,
168
+ "learning_rate": 2.309236947791165e-05,
169
+ "loss": 1.5275,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.14466546112115733,
174
+ "grad_norm": 0.16374213993549347,
175
+ "learning_rate": 2.4096385542168677e-05,
176
+ "loss": 1.5528,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.1506931886678722,
181
+ "grad_norm": 0.13819484412670135,
182
+ "learning_rate": 2.5100401606425704e-05,
183
+ "loss": 1.5389,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.1567209162145871,
188
+ "grad_norm": 0.14697293937206268,
189
+ "learning_rate": 2.6104417670682734e-05,
190
+ "loss": 1.5229,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.162748643761302,
195
+ "grad_norm": 0.14389023184776306,
196
+ "learning_rate": 2.7108433734939758e-05,
197
+ "loss": 1.5376,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.16877637130801687,
202
+ "grad_norm": 0.14889676868915558,
203
+ "learning_rate": 2.8112449799196788e-05,
204
+ "loss": 1.5508,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.17480409885473178,
209
+ "grad_norm": 0.15245158970355988,
210
+ "learning_rate": 2.911646586345382e-05,
211
+ "loss": 1.5342,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.18083182640144665,
216
+ "grad_norm": 0.143811896443367,
217
+ "learning_rate": 3.012048192771085e-05,
218
+ "loss": 1.5123,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.18685955394816153,
223
+ "grad_norm": 0.14010299742221832,
224
+ "learning_rate": 3.112449799196787e-05,
225
+ "loss": 1.5355,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.19288728149487644,
230
+ "grad_norm": 0.14191724359989166,
231
+ "learning_rate": 3.21285140562249e-05,
232
+ "loss": 1.5052,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.19891500904159132,
237
+ "grad_norm": 0.13444629311561584,
238
+ "learning_rate": 3.313253012048193e-05,
239
+ "loss": 1.5357,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.2049427365883062,
244
+ "grad_norm": 0.15248367190361023,
245
+ "learning_rate": 3.413654618473896e-05,
246
+ "loss": 1.5171,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.2109704641350211,
251
+ "grad_norm": 0.16744668781757355,
252
+ "learning_rate": 3.5140562248995983e-05,
253
+ "loss": 1.5379,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.21699819168173598,
258
+ "grad_norm": 0.1389068365097046,
259
+ "learning_rate": 3.614457831325301e-05,
260
+ "loss": 1.5142,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 0.2230259192284509,
265
+ "grad_norm": 0.13487495481967926,
266
+ "learning_rate": 3.7148594377510044e-05,
267
+ "loss": 1.5189,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 0.22905364677516576,
272
+ "grad_norm": 0.13311463594436646,
273
+ "learning_rate": 3.815261044176707e-05,
274
+ "loss": 1.5166,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 0.23508137432188064,
279
+ "grad_norm": 0.1321990191936493,
280
+ "learning_rate": 3.91566265060241e-05,
281
+ "loss": 1.5218,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 0.24110910186859555,
286
+ "grad_norm": 0.1350693255662918,
287
+ "learning_rate": 4.0160642570281125e-05,
288
+ "loss": 1.54,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 0.24110910186859555,
293
+ "eval_loss": 1.4954419136047363,
294
+ "eval_runtime": 110.0553,
295
+ "eval_samples_per_second": 9.75,
296
+ "eval_steps_per_second": 2.444,
297
+ "step": 400
298
+ },
299
+ {
300
+ "epoch": 0.24713682941531043,
301
+ "grad_norm": 0.1386946737766266,
302
+ "learning_rate": 4.116465863453816e-05,
303
+ "loss": 1.5307,
304
+ "step": 410
305
+ },
306
+ {
307
+ "epoch": 0.25316455696202533,
308
+ "grad_norm": 0.1321861445903778,
309
+ "learning_rate": 4.2168674698795186e-05,
310
+ "loss": 1.5036,
311
+ "step": 420
312
+ },
313
+ {
314
+ "epoch": 0.2591922845087402,
315
+ "grad_norm": 0.13090862333774567,
316
+ "learning_rate": 4.317269076305221e-05,
317
+ "loss": 1.5036,
318
+ "step": 430
319
+ },
320
+ {
321
+ "epoch": 0.2652200120554551,
322
+ "grad_norm": 0.14390167593955994,
323
+ "learning_rate": 4.417670682730924e-05,
324
+ "loss": 1.5245,
325
+ "step": 440
326
+ },
327
+ {
328
+ "epoch": 0.27124773960216997,
329
+ "grad_norm": 0.14252203702926636,
330
+ "learning_rate": 4.5180722891566266e-05,
331
+ "loss": 1.5361,
332
+ "step": 450
333
+ },
334
+ {
335
+ "epoch": 0.27727546714888485,
336
+ "grad_norm": 0.1380358338356018,
337
+ "learning_rate": 4.61847389558233e-05,
338
+ "loss": 1.5379,
339
+ "step": 460
340
+ },
341
+ {
342
+ "epoch": 0.2833031946955998,
343
+ "grad_norm": 0.17792685329914093,
344
+ "learning_rate": 4.718875502008032e-05,
345
+ "loss": 1.5107,
346
+ "step": 470
347
+ },
348
+ {
349
+ "epoch": 0.28933092224231466,
350
+ "grad_norm": 0.1495760679244995,
351
+ "learning_rate": 4.8192771084337354e-05,
352
+ "loss": 1.5063,
353
+ "step": 480
354
+ },
355
+ {
356
+ "epoch": 0.29535864978902954,
357
+ "grad_norm": 0.12926514446735382,
358
+ "learning_rate": 4.919678714859438e-05,
359
+ "loss": 1.5149,
360
+ "step": 490
361
+ },
362
+ {
363
+ "epoch": 0.3013863773357444,
364
+ "grad_norm": 0.12767350673675537,
365
+ "learning_rate": 4.999997540156068e-05,
366
+ "loss": 1.5052,
367
+ "step": 500
368
+ },
369
+ {
370
+ "epoch": 0.3074141048824593,
371
+ "grad_norm": 0.12568402290344238,
372
+ "learning_rate": 4.999911446126714e-05,
373
+ "loss": 1.541,
374
+ "step": 510
375
+ },
376
+ {
377
+ "epoch": 0.3134418324291742,
378
+ "grad_norm": 0.1353764533996582,
379
+ "learning_rate": 4.9997023647413776e-05,
380
+ "loss": 1.5218,
381
+ "step": 520
382
+ },
383
+ {
384
+ "epoch": 0.3194695599758891,
385
+ "grad_norm": 2.775493621826172,
386
+ "learning_rate": 4.999370306286171e-05,
387
+ "loss": 1.5301,
388
+ "step": 530
389
+ },
390
+ {
391
+ "epoch": 0.325497287522604,
392
+ "grad_norm": 0.12400302290916443,
393
+ "learning_rate": 4.998915287097269e-05,
394
+ "loss": 1.4685,
395
+ "step": 540
396
+ },
397
+ {
398
+ "epoch": 0.33152501506931886,
399
+ "grad_norm": 0.12950482964515686,
400
+ "learning_rate": 4.998337329560107e-05,
401
+ "loss": 1.5264,
402
+ "step": 550
403
+ },
404
+ {
405
+ "epoch": 0.33755274261603374,
406
+ "grad_norm": 0.12773030996322632,
407
+ "learning_rate": 4.99763646210828e-05,
408
+ "loss": 1.4937,
409
+ "step": 560
410
+ },
411
+ {
412
+ "epoch": 0.3435804701627486,
413
+ "grad_norm": 0.12648645043373108,
414
+ "learning_rate": 4.9968127192221436e-05,
415
+ "loss": 1.5126,
416
+ "step": 570
417
+ },
418
+ {
419
+ "epoch": 0.34960819770946355,
420
+ "grad_norm": 0.12337373942136765,
421
+ "learning_rate": 4.995866141427117e-05,
422
+ "loss": 1.4816,
423
+ "step": 580
424
+ },
425
+ {
426
+ "epoch": 0.35563592525617843,
427
+ "grad_norm": 0.1327151358127594,
428
+ "learning_rate": 4.99479677529169e-05,
429
+ "loss": 1.5131,
430
+ "step": 590
431
+ },
432
+ {
433
+ "epoch": 0.3616636528028933,
434
+ "grad_norm": 0.13992607593536377,
435
+ "learning_rate": 4.9936046734251313e-05,
436
+ "loss": 1.5089,
437
+ "step": 600
438
+ },
439
+ {
440
+ "epoch": 0.3676913803496082,
441
+ "grad_norm": 0.12979301810264587,
442
+ "learning_rate": 4.992289894474901e-05,
443
+ "loss": 1.5032,
444
+ "step": 610
445
+ },
446
+ {
447
+ "epoch": 0.37371910789632307,
448
+ "grad_norm": 0.1280072033405304,
449
+ "learning_rate": 4.990852503123765e-05,
450
+ "loss": 1.5012,
451
+ "step": 620
452
+ },
453
+ {
454
+ "epoch": 0.379746835443038,
455
+ "grad_norm": 0.1306256204843521,
456
+ "learning_rate": 4.989292570086612e-05,
457
+ "loss": 1.4564,
458
+ "step": 630
459
+ },
460
+ {
461
+ "epoch": 0.3857745629897529,
462
+ "grad_norm": 0.13198673725128174,
463
+ "learning_rate": 4.987610172106978e-05,
464
+ "loss": 1.5106,
465
+ "step": 640
466
+ },
467
+ {
468
+ "epoch": 0.39180229053646776,
469
+ "grad_norm": 0.1281399428844452,
470
+ "learning_rate": 4.9858053919532646e-05,
471
+ "loss": 1.4834,
472
+ "step": 650
473
+ },
474
+ {
475
+ "epoch": 0.39783001808318263,
476
+ "grad_norm": 0.13263563811779022,
477
+ "learning_rate": 4.983878318414674e-05,
478
+ "loss": 1.5208,
479
+ "step": 660
480
+ },
481
+ {
482
+ "epoch": 0.4038577456298975,
483
+ "grad_norm": 0.13027793169021606,
484
+ "learning_rate": 4.981829046296836e-05,
485
+ "loss": 1.4892,
486
+ "step": 670
487
+ },
488
+ {
489
+ "epoch": 0.4098854731766124,
490
+ "grad_norm": 0.13578078150749207,
491
+ "learning_rate": 4.9796576764171446e-05,
492
+ "loss": 1.4874,
493
+ "step": 680
494
+ },
495
+ {
496
+ "epoch": 0.4159132007233273,
497
+ "grad_norm": 0.13204683363437653,
498
+ "learning_rate": 4.9773643155998e-05,
499
+ "loss": 1.4867,
500
+ "step": 690
501
+ },
502
+ {
503
+ "epoch": 0.4219409282700422,
504
+ "grad_norm": 0.13477781414985657,
505
+ "learning_rate": 4.974949076670553e-05,
506
+ "loss": 1.5159,
507
+ "step": 700
508
+ },
509
+ {
510
+ "epoch": 0.4279686558167571,
511
+ "grad_norm": 0.13009533286094666,
512
+ "learning_rate": 4.972412078451151e-05,
513
+ "loss": 1.4806,
514
+ "step": 710
515
+ },
516
+ {
517
+ "epoch": 0.43399638336347196,
518
+ "grad_norm": 0.1321401745080948,
519
+ "learning_rate": 4.9697534457534966e-05,
520
+ "loss": 1.4641,
521
+ "step": 720
522
+ },
523
+ {
524
+ "epoch": 0.44002411091018684,
525
+ "grad_norm": 0.13463927805423737,
526
+ "learning_rate": 4.966973309373506e-05,
527
+ "loss": 1.4924,
528
+ "step": 730
529
+ },
530
+ {
531
+ "epoch": 0.4460518384569018,
532
+ "grad_norm": 0.1337679624557495,
533
+ "learning_rate": 4.9640718060846723e-05,
534
+ "loss": 1.4805,
535
+ "step": 740
536
+ },
537
+ {
538
+ "epoch": 0.45207956600361665,
539
+ "grad_norm": 0.1317020207643509,
540
+ "learning_rate": 4.96104907863134e-05,
541
+ "loss": 1.4678,
542
+ "step": 750
543
+ },
544
+ {
545
+ "epoch": 0.45810729355033153,
546
+ "grad_norm": 0.13243788480758667,
547
+ "learning_rate": 4.957905275721678e-05,
548
+ "loss": 1.4794,
549
+ "step": 760
550
+ },
551
+ {
552
+ "epoch": 0.4641350210970464,
553
+ "grad_norm": 0.13113069534301758,
554
+ "learning_rate": 4.954640552020369e-05,
555
+ "loss": 1.4734,
556
+ "step": 770
557
+ },
558
+ {
559
+ "epoch": 0.4701627486437613,
560
+ "grad_norm": 0.13361573219299316,
561
+ "learning_rate": 4.9512550681409946e-05,
562
+ "loss": 1.4803,
563
+ "step": 780
564
+ },
565
+ {
566
+ "epoch": 0.47619047619047616,
567
+ "grad_norm": 0.13844482600688934,
568
+ "learning_rate": 4.9477489906381414e-05,
569
+ "loss": 1.4665,
570
+ "step": 790
571
+ },
572
+ {
573
+ "epoch": 0.4822182037371911,
574
+ "grad_norm": 0.13865956664085388,
575
+ "learning_rate": 4.944122491999198e-05,
576
+ "loss": 1.4872,
577
+ "step": 800
578
+ },
579
+ {
580
+ "epoch": 0.4822182037371911,
581
+ "eval_loss": 1.4607902765274048,
582
+ "eval_runtime": 110.1311,
583
+ "eval_samples_per_second": 9.743,
584
+ "eval_steps_per_second": 2.443,
585
+ "step": 800
586
+ },
587
+ {
588
+ "epoch": 0.488245931283906,
589
+ "grad_norm": 0.13776348531246185,
590
+ "learning_rate": 4.9403757506358775e-05,
591
+ "loss": 1.5016,
592
+ "step": 810
593
+ },
594
+ {
595
+ "epoch": 0.49427365883062085,
596
+ "grad_norm": 0.14617718756198883,
597
+ "learning_rate": 4.936508950875432e-05,
598
+ "loss": 1.4857,
599
+ "step": 820
600
+ },
601
+ {
602
+ "epoch": 0.5003013863773358,
603
+ "grad_norm": 0.14705806970596313,
604
+ "learning_rate": 4.932522282951594e-05,
605
+ "loss": 1.4909,
606
+ "step": 830
607
+ },
608
+ {
609
+ "epoch": 0.5063291139240507,
610
+ "grad_norm": 0.14169825613498688,
611
+ "learning_rate": 4.928415942995208e-05,
612
+ "loss": 1.5106,
613
+ "step": 840
614
+ },
615
+ {
616
+ "epoch": 0.5123568414707655,
617
+ "grad_norm": 0.14307105541229248,
618
+ "learning_rate": 4.924190133024589e-05,
619
+ "loss": 1.492,
620
+ "step": 850
621
+ },
622
+ {
623
+ "epoch": 0.5183845690174804,
624
+ "grad_norm": 0.1347261369228363,
625
+ "learning_rate": 4.919845060935577e-05,
626
+ "loss": 1.5063,
627
+ "step": 860
628
+ },
629
+ {
630
+ "epoch": 0.5244122965641953,
631
+ "grad_norm": 0.1423402726650238,
632
+ "learning_rate": 4.915380940491315e-05,
633
+ "loss": 1.4682,
634
+ "step": 870
635
+ },
636
+ {
637
+ "epoch": 0.5304400241109102,
638
+ "grad_norm": 0.14149978756904602,
639
+ "learning_rate": 4.910797991311733e-05,
640
+ "loss": 1.4436,
641
+ "step": 880
642
+ },
643
+ {
644
+ "epoch": 0.5364677516576251,
645
+ "grad_norm": 0.1491919308900833,
646
+ "learning_rate": 4.906096438862735e-05,
647
+ "loss": 1.4851,
648
+ "step": 890
649
+ },
650
+ {
651
+ "epoch": 0.5424954792043399,
652
+ "grad_norm": 0.14350004494190216,
653
+ "learning_rate": 4.9012765144451186e-05,
654
+ "loss": 1.4546,
655
+ "step": 900
656
+ },
657
+ {
658
+ "epoch": 0.5485232067510548,
659
+ "grad_norm": 0.14726224541664124,
660
+ "learning_rate": 4.896338455183185e-05,
661
+ "loss": 1.473,
662
+ "step": 910
663
+ },
664
+ {
665
+ "epoch": 0.5545509342977697,
666
+ "grad_norm": 0.1460171639919281,
667
+ "learning_rate": 4.8912825040130814e-05,
668
+ "loss": 1.4802,
669
+ "step": 920
670
+ },
671
+ {
672
+ "epoch": 0.5605786618444847,
673
+ "grad_norm": 0.15167438983917236,
674
+ "learning_rate": 4.886108909670845e-05,
675
+ "loss": 1.4542,
676
+ "step": 930
677
+ },
678
+ {
679
+ "epoch": 0.5666063893911996,
680
+ "grad_norm": 0.15603500604629517,
681
+ "learning_rate": 4.880817926680167e-05,
682
+ "loss": 1.4565,
683
+ "step": 940
684
+ },
685
+ {
686
+ "epoch": 0.5726341169379144,
687
+ "grad_norm": 0.14839062094688416,
688
+ "learning_rate": 4.8754098153398706e-05,
689
+ "loss": 1.4833,
690
+ "step": 950
691
+ },
692
+ {
693
+ "epoch": 0.5786618444846293,
694
+ "grad_norm": 0.14976999163627625,
695
+ "learning_rate": 4.869884841711107e-05,
696
+ "loss": 1.4957,
697
+ "step": 960
698
+ },
699
+ {
700
+ "epoch": 0.5846895720313442,
701
+ "grad_norm": 0.15414153039455414,
702
+ "learning_rate": 4.8642432776042616e-05,
703
+ "loss": 1.4816,
704
+ "step": 970
705
+ },
706
+ {
707
+ "epoch": 0.5907172995780591,
708
+ "grad_norm": 0.15507987141609192,
709
+ "learning_rate": 4.858485400565589e-05,
710
+ "loss": 1.4728,
711
+ "step": 980
712
+ },
713
+ {
714
+ "epoch": 0.596745027124774,
715
+ "grad_norm": 0.1561218947172165,
716
+ "learning_rate": 4.85261149386355e-05,
717
+ "loss": 1.4936,
718
+ "step": 990
719
+ },
720
+ {
721
+ "epoch": 0.6027727546714888,
722
+ "grad_norm": 0.15994535386562347,
723
+ "learning_rate": 4.846621846474885e-05,
724
+ "loss": 1.4705,
725
+ "step": 1000
726
+ },
727
+ {
728
+ "epoch": 0.6088004822182037,
729
+ "grad_norm": 0.14968565106391907,
730
+ "learning_rate": 4.840516753070387e-05,
731
+ "loss": 1.4638,
732
+ "step": 1010
733
+ },
734
+ {
735
+ "epoch": 0.6148282097649186,
736
+ "grad_norm": 0.1536279022693634,
737
+ "learning_rate": 4.834296514000416e-05,
738
+ "loss": 1.4757,
739
+ "step": 1020
740
+ },
741
+ {
742
+ "epoch": 0.6208559373116335,
743
+ "grad_norm": 0.1513814926147461,
744
+ "learning_rate": 4.827961435280112e-05,
745
+ "loss": 1.4548,
746
+ "step": 1030
747
+ },
748
+ {
749
+ "epoch": 0.6268836648583485,
750
+ "grad_norm": 0.16222743690013885,
751
+ "learning_rate": 4.821511828574349e-05,
752
+ "loss": 1.4643,
753
+ "step": 1040
754
+ },
755
+ {
756
+ "epoch": 0.6329113924050633,
757
+ "grad_norm": 0.1569400429725647,
758
+ "learning_rate": 4.814948011182395e-05,
759
+ "loss": 1.4459,
760
+ "step": 1050
761
+ },
762
+ {
763
+ "epoch": 0.6389391199517782,
764
+ "grad_norm": 0.15996038913726807,
765
+ "learning_rate": 4.808270306022308e-05,
766
+ "loss": 1.4403,
767
+ "step": 1060
768
+ },
769
+ {
770
+ "epoch": 0.6449668474984931,
771
+ "grad_norm": 0.1647796779870987,
772
+ "learning_rate": 4.801479041615046e-05,
773
+ "loss": 1.4844,
774
+ "step": 1070
775
+ },
776
+ {
777
+ "epoch": 0.650994575045208,
778
+ "grad_norm": 0.17005598545074463,
779
+ "learning_rate": 4.7945745520683025e-05,
780
+ "loss": 1.4628,
781
+ "step": 1080
782
+ },
783
+ {
784
+ "epoch": 0.6570223025919228,
785
+ "grad_norm": 0.1692131757736206,
786
+ "learning_rate": 4.787557177060077e-05,
787
+ "loss": 1.4842,
788
+ "step": 1090
789
+ },
790
+ {
791
+ "epoch": 0.6630500301386377,
792
+ "grad_norm": 0.16042789816856384,
793
+ "learning_rate": 4.780427261821957e-05,
794
+ "loss": 1.4338,
795
+ "step": 1100
796
+ },
797
+ {
798
+ "epoch": 0.6690777576853526,
799
+ "grad_norm": 0.1652117818593979,
800
+ "learning_rate": 4.773185157122136e-05,
801
+ "loss": 1.4623,
802
+ "step": 1110
803
+ },
804
+ {
805
+ "epoch": 0.6751054852320675,
806
+ "grad_norm": 0.17494116723537445,
807
+ "learning_rate": 4.7658312192481587e-05,
808
+ "loss": 1.4542,
809
+ "step": 1120
810
+ },
811
+ {
812
+ "epoch": 0.6811332127787824,
813
+ "grad_norm": 0.15841905772686005,
814
+ "learning_rate": 4.758365809989389e-05,
815
+ "loss": 1.4461,
816
+ "step": 1130
817
+ },
818
+ {
819
+ "epoch": 0.6871609403254972,
820
+ "grad_norm": 0.16204172372817993,
821
+ "learning_rate": 4.750789296619216e-05,
822
+ "loss": 1.4587,
823
+ "step": 1140
824
+ },
825
+ {
826
+ "epoch": 0.6931886678722122,
827
+ "grad_norm": 0.16820771992206573,
828
+ "learning_rate": 4.743102051876981e-05,
829
+ "loss": 1.4434,
830
+ "step": 1150
831
+ },
832
+ {
833
+ "epoch": 0.6992163954189271,
834
+ "grad_norm": 0.16587768495082855,
835
+ "learning_rate": 4.735304453949642e-05,
836
+ "loss": 1.4295,
837
+ "step": 1160
838
+ },
839
+ {
840
+ "epoch": 0.705244122965642,
841
+ "grad_norm": 0.17122101783752441,
842
+ "learning_rate": 4.727396886453168e-05,
843
+ "loss": 1.4533,
844
+ "step": 1170
845
+ },
846
+ {
847
+ "epoch": 0.7112718505123569,
848
+ "grad_norm": 0.16851390898227692,
849
+ "learning_rate": 4.719379738413667e-05,
850
+ "loss": 1.4473,
851
+ "step": 1180
852
+ },
853
+ {
854
+ "epoch": 0.7172995780590717,
855
+ "grad_norm": 0.17578575015068054,
856
+ "learning_rate": 4.7112534042482456e-05,
857
+ "loss": 1.4211,
858
+ "step": 1190
859
+ },
860
+ {
861
+ "epoch": 0.7233273056057866,
862
+ "grad_norm": 0.17948541045188904,
863
+ "learning_rate": 4.703018283745607e-05,
864
+ "loss": 1.4639,
865
+ "step": 1200
866
+ },
867
+ {
868
+ "epoch": 0.7233273056057866,
869
+ "eval_loss": 1.4173197746276855,
870
+ "eval_runtime": 110.1107,
871
+ "eval_samples_per_second": 9.745,
872
+ "eval_steps_per_second": 2.443,
873
+ "step": 1200
874
+ },
875
+ {
876
+ "epoch": 0.7293550331525015,
877
+ "grad_norm": 0.17049939930438995,
878
+ "learning_rate": 4.6946747820463784e-05,
879
+ "loss": 1.4517,
880
+ "step": 1210
881
+ },
882
+ {
883
+ "epoch": 0.7353827606992164,
884
+ "grad_norm": 0.18009638786315918,
885
+ "learning_rate": 4.686223309623186e-05,
886
+ "loss": 1.4233,
887
+ "step": 1220
888
+ },
889
+ {
890
+ "epoch": 0.7414104882459313,
891
+ "grad_norm": 0.18773365020751953,
892
+ "learning_rate": 4.677664282260457e-05,
893
+ "loss": 1.4673,
894
+ "step": 1230
895
+ },
896
+ {
897
+ "epoch": 0.7474382157926461,
898
+ "grad_norm": 0.19085349142551422,
899
+ "learning_rate": 4.6689981210339636e-05,
900
+ "loss": 1.4211,
901
+ "step": 1240
902
+ },
903
+ {
904
+ "epoch": 0.753465943339361,
905
+ "grad_norm": 0.17285512387752533,
906
+ "learning_rate": 4.660225252290111e-05,
907
+ "loss": 1.4312,
908
+ "step": 1250
909
+ },
910
+ {
911
+ "epoch": 0.759493670886076,
912
+ "grad_norm": 0.18272553384304047,
913
+ "learning_rate": 4.651346107624959e-05,
914
+ "loss": 1.448,
915
+ "step": 1260
916
+ },
917
+ {
918
+ "epoch": 0.7655213984327909,
919
+ "grad_norm": 0.1952652931213379,
920
+ "learning_rate": 4.642361123862991e-05,
921
+ "loss": 1.4437,
922
+ "step": 1270
923
+ },
924
+ {
925
+ "epoch": 0.7715491259795058,
926
+ "grad_norm": 0.18138745427131653,
927
+ "learning_rate": 4.6332707430356214e-05,
928
+ "loss": 1.4338,
929
+ "step": 1280
930
+ },
931
+ {
932
+ "epoch": 0.7775768535262206,
933
+ "grad_norm": 0.18755076825618744,
934
+ "learning_rate": 4.6240754123594555e-05,
935
+ "loss": 1.4129,
936
+ "step": 1290
937
+ },
938
+ {
939
+ "epoch": 0.7836045810729355,
940
+ "grad_norm": 0.18552865087985992,
941
+ "learning_rate": 4.6147755842142785e-05,
942
+ "loss": 1.4414,
943
+ "step": 1300
944
+ },
945
+ {
946
+ "epoch": 0.7896323086196504,
947
+ "grad_norm": 0.1893608421087265,
948
+ "learning_rate": 4.605371716120805e-05,
949
+ "loss": 1.4264,
950
+ "step": 1310
951
+ },
952
+ {
953
+ "epoch": 0.7956600361663653,
954
+ "grad_norm": 0.1964706927537918,
955
+ "learning_rate": 4.595864270718175e-05,
956
+ "loss": 1.4267,
957
+ "step": 1320
958
+ },
959
+ {
960
+ "epoch": 0.8016877637130801,
961
+ "grad_norm": 0.1870163083076477,
962
+ "learning_rate": 4.586253715741182e-05,
963
+ "loss": 1.4051,
964
+ "step": 1330
965
+ },
966
+ {
967
+ "epoch": 0.807715491259795,
968
+ "grad_norm": 0.19142790138721466,
969
+ "learning_rate": 4.5765405239972736e-05,
970
+ "loss": 1.3907,
971
+ "step": 1340
972
+ },
973
+ {
974
+ "epoch": 0.8137432188065099,
975
+ "grad_norm": 0.20232027769088745,
976
+ "learning_rate": 4.566725173343285e-05,
977
+ "loss": 1.4212,
978
+ "step": 1350
979
+ },
980
+ {
981
+ "epoch": 0.8197709463532248,
982
+ "grad_norm": 0.2128591388463974,
983
+ "learning_rate": 4.5568081466619286e-05,
984
+ "loss": 1.4435,
985
+ "step": 1360
986
+ },
987
+ {
988
+ "epoch": 0.8257986738999398,
989
+ "grad_norm": 0.19985191524028778,
990
+ "learning_rate": 4.546789931838044e-05,
991
+ "loss": 1.41,
992
+ "step": 1370
993
+ },
994
+ {
995
+ "epoch": 0.8318264014466547,
996
+ "grad_norm": 0.20753121376037598,
997
+ "learning_rate": 4.53667102173459e-05,
998
+ "loss": 1.4132,
999
+ "step": 1380
1000
+ },
1001
+ {
1002
+ "epoch": 0.8378541289933695,
1003
+ "grad_norm": 0.20165076851844788,
1004
+ "learning_rate": 4.5264519141684e-05,
1005
+ "loss": 1.4049,
1006
+ "step": 1390
1007
+ },
1008
+ {
1009
+ "epoch": 0.8438818565400844,
1010
+ "grad_norm": 0.20434871315956116,
1011
+ "learning_rate": 4.5161331118856885e-05,
1012
+ "loss": 1.4151,
1013
+ "step": 1400
1014
+ },
1015
+ {
1016
+ "epoch": 0.8499095840867993,
1017
+ "grad_norm": 0.21217265725135803,
1018
+ "learning_rate": 4.5057151225373226e-05,
1019
+ "loss": 1.4253,
1020
+ "step": 1410
1021
+ },
1022
+ {
1023
+ "epoch": 0.8559373116335142,
1024
+ "grad_norm": 0.20287655293941498,
1025
+ "learning_rate": 4.495198458653843e-05,
1026
+ "loss": 1.4054,
1027
+ "step": 1420
1028
+ },
1029
+ {
1030
+ "epoch": 0.861965039180229,
1031
+ "grad_norm": 0.21480686962604523,
1032
+ "learning_rate": 4.4845836376202496e-05,
1033
+ "loss": 1.4149,
1034
+ "step": 1430
1035
+ },
1036
+ {
1037
+ "epoch": 0.8679927667269439,
1038
+ "grad_norm": 0.21573026478290558,
1039
+ "learning_rate": 4.473871181650549e-05,
1040
+ "loss": 1.4029,
1041
+ "step": 1440
1042
+ },
1043
+ {
1044
+ "epoch": 0.8740204942736588,
1045
+ "grad_norm": 0.20224231481552124,
1046
+ "learning_rate": 4.463061617762064e-05,
1047
+ "loss": 1.4278,
1048
+ "step": 1450
1049
+ },
1050
+ {
1051
+ "epoch": 0.8800482218203737,
1052
+ "grad_norm": 0.21252532303333282,
1053
+ "learning_rate": 4.452155477749503e-05,
1054
+ "loss": 1.3834,
1055
+ "step": 1460
1056
+ },
1057
+ {
1058
+ "epoch": 0.8860759493670886,
1059
+ "grad_norm": 0.2173161506652832,
1060
+ "learning_rate": 4.441153298158803e-05,
1061
+ "loss": 1.4152,
1062
+ "step": 1470
1063
+ },
1064
+ {
1065
+ "epoch": 0.8921036769138035,
1066
+ "grad_norm": 0.2368983030319214,
1067
+ "learning_rate": 4.430055620260726e-05,
1068
+ "loss": 1.404,
1069
+ "step": 1480
1070
+ },
1071
+ {
1072
+ "epoch": 0.8981314044605184,
1073
+ "grad_norm": 0.22046008706092834,
1074
+ "learning_rate": 4.4188629900242376e-05,
1075
+ "loss": 1.4049,
1076
+ "step": 1490
1077
+ },
1078
+ {
1079
+ "epoch": 0.9041591320072333,
1080
+ "grad_norm": 0.21961750090122223,
1081
+ "learning_rate": 4.40757595808964e-05,
1082
+ "loss": 1.3673,
1083
+ "step": 1500
1084
+ }
1085
+ ],
1086
+ "logging_steps": 10,
1087
+ "max_steps": 4977,
1088
+ "num_input_tokens_seen": 0,
1089
+ "num_train_epochs": 3,
1090
+ "save_steps": 500,
1091
+ "stateful_callbacks": {
1092
+ "TrainerControl": {
1093
+ "args": {
1094
+ "should_epoch_stop": false,
1095
+ "should_evaluate": false,
1096
+ "should_log": false,
1097
+ "should_save": true,
1098
+ "should_training_stop": false
1099
+ },
1100
+ "attributes": {}
1101
+ }
1102
+ },
1103
+ "total_flos": 8.72182230024192e+18,
1104
+ "train_batch_size": 4,
1105
+ "trial_name": null,
1106
+ "trial_params": null
1107
+ }
checkpoint-1500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:276772c4ef2f26970b87a5557f24d7c42bdfe56a8d7f3d49ad7c2ec614711f92
3
+ size 7032
checkpoint-1500/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1500/zero_to_fp32.py ADDED
@@ -0,0 +1,674 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 json
25
+ from tqdm import tqdm
26
+ from collections import OrderedDict
27
+ from dataclasses import dataclass
28
+
29
+ # while this script doesn't use deepspeed to recover data, since the checkpoints are pickled with
30
+ # DeepSpeed data structures it has to be available in the current python environment.
31
+ from deepspeed.utils import logger
32
+ from deepspeed.checkpoint.constants import (DS_VERSION, OPTIMIZER_STATE_DICT, SINGLE_PARTITION_OF_FP32_GROUPS,
33
+ FP32_FLAT_GROUPS, ZERO_STAGE, PARTITION_COUNT, PARAM_SHAPES, BUFFER_NAMES,
34
+ FROZEN_PARAM_SHAPES, FROZEN_PARAM_FRAGMENTS)
35
+
36
+
37
+ @dataclass
38
+ class zero_model_state:
39
+ buffers: dict()
40
+ param_shapes: dict()
41
+ shared_params: list
42
+ ds_version: int
43
+ frozen_param_shapes: dict()
44
+ frozen_param_fragments: dict()
45
+
46
+
47
+ debug = 0
48
+
49
+ # load to cpu
50
+ device = torch.device('cpu')
51
+
52
+
53
+ def atoi(text):
54
+ return int(text) if text.isdigit() else text
55
+
56
+
57
+ def natural_keys(text):
58
+ '''
59
+ alist.sort(key=natural_keys) sorts in human order
60
+ http://nedbatchelder.com/blog/200712/human_sorting.html
61
+ (See Toothy's implementation in the comments)
62
+ '''
63
+ return [atoi(c) for c in re.split(r'(\d+)', text)]
64
+
65
+
66
+ def get_model_state_file(checkpoint_dir, zero_stage):
67
+ if not os.path.isdir(checkpoint_dir):
68
+ raise FileNotFoundError(f"Directory '{checkpoint_dir}' doesn't exist")
69
+
70
+ # there should be only one file
71
+ if zero_stage <= 2:
72
+ file = os.path.join(checkpoint_dir, "mp_rank_00_model_states.pt")
73
+ elif zero_stage == 3:
74
+ file = os.path.join(checkpoint_dir, "zero_pp_rank_0_mp_rank_00_model_states.pt")
75
+
76
+ if not os.path.exists(file):
77
+ raise FileNotFoundError(f"can't find model states file at '{file}'")
78
+
79
+ return file
80
+
81
+
82
+ def get_checkpoint_files(checkpoint_dir, glob_pattern):
83
+ # XXX: need to test that this simple glob rule works for multi-node setup too
84
+ ckpt_files = sorted(glob.glob(os.path.join(checkpoint_dir, glob_pattern)), key=natural_keys)
85
+
86
+ if len(ckpt_files) == 0:
87
+ raise FileNotFoundError(f"can't find {glob_pattern} files in directory '{checkpoint_dir}'")
88
+
89
+ return ckpt_files
90
+
91
+
92
+ def get_optim_files(checkpoint_dir):
93
+ return get_checkpoint_files(checkpoint_dir, "*_optim_states.pt")
94
+
95
+
96
+ def get_model_state_files(checkpoint_dir):
97
+ return get_checkpoint_files(checkpoint_dir, "*_model_states.pt")
98
+
99
+
100
+ def parse_model_states(files):
101
+ zero_model_states = []
102
+ for file in files:
103
+ state_dict = torch.load(file, map_location=device)
104
+
105
+ if BUFFER_NAMES not in state_dict:
106
+ raise ValueError(f"{file} is not a model state checkpoint")
107
+ buffer_names = state_dict[BUFFER_NAMES]
108
+ if debug:
109
+ print("Found buffers:", buffer_names)
110
+
111
+ # recover just the buffers while restoring them to fp32 if they were saved in fp16
112
+ buffers = {k: v.float() for k, v in state_dict["module"].items() if k in buffer_names}
113
+ param_shapes = state_dict[PARAM_SHAPES]
114
+
115
+ # collect parameters that are included in param_shapes
116
+ param_names = []
117
+ for s in param_shapes:
118
+ for name in s.keys():
119
+ param_names.append(name)
120
+
121
+ # update with frozen parameters
122
+ frozen_param_shapes = state_dict.get(FROZEN_PARAM_SHAPES, None)
123
+ if frozen_param_shapes is not None:
124
+ if debug:
125
+ print(f"Found frozen_param_shapes: {frozen_param_shapes}")
126
+ param_names += list(frozen_param_shapes.keys())
127
+
128
+ # handle shared params
129
+ shared_params = [[k, v] for k, v in state_dict["shared_params"].items()]
130
+
131
+ ds_version = state_dict.get(DS_VERSION, None)
132
+
133
+ frozen_param_fragments = state_dict.get(FROZEN_PARAM_FRAGMENTS, None)
134
+
135
+ z_model_state = zero_model_state(buffers=buffers,
136
+ param_shapes=param_shapes,
137
+ shared_params=shared_params,
138
+ ds_version=ds_version,
139
+ frozen_param_shapes=frozen_param_shapes,
140
+ frozen_param_fragments=frozen_param_fragments)
141
+ zero_model_states.append(z_model_state)
142
+
143
+ return zero_model_states
144
+
145
+
146
+ def parse_optim_states(files, ds_checkpoint_dir):
147
+ total_files = len(files)
148
+ state_dicts = []
149
+ for f in files:
150
+ state_dict = torch.load(f, map_location=device)
151
+ # immediately discard the potentially huge 2 optimizer states as we only care for fp32 master weights
152
+ # and also handle the case where it was already removed by another helper script
153
+ state_dict["optimizer_state_dict"].pop("optimizer_state_dict", None)
154
+ state_dicts.append(state_dict)
155
+
156
+ if not ZERO_STAGE in state_dicts[0][OPTIMIZER_STATE_DICT]:
157
+ raise ValueError(f"{files[0]} is not a zero checkpoint")
158
+ zero_stage = state_dicts[0][OPTIMIZER_STATE_DICT][ZERO_STAGE]
159
+ world_size = state_dicts[0][OPTIMIZER_STATE_DICT][PARTITION_COUNT]
160
+
161
+ # For ZeRO-2 each param group can have different partition_count as data parallelism for expert
162
+ # parameters can be different from data parallelism for non-expert parameters. So we can just
163
+ # use the max of the partition_count to get the dp world_size.
164
+
165
+ if type(world_size) is list:
166
+ world_size = max(world_size)
167
+
168
+ if world_size != total_files:
169
+ raise ValueError(
170
+ f"Expected {world_size} of '*_optim_states.pt' under '{ds_checkpoint_dir}' but found {total_files} files. "
171
+ "Possibly due to an overwrite of an old checkpoint, or a checkpoint didn't get saved by one or more processes."
172
+ )
173
+
174
+ # the groups are named differently in each stage
175
+ if zero_stage <= 2:
176
+ fp32_groups_key = SINGLE_PARTITION_OF_FP32_GROUPS
177
+ elif zero_stage == 3:
178
+ fp32_groups_key = FP32_FLAT_GROUPS
179
+ else:
180
+ raise ValueError(f"unknown zero stage {zero_stage}")
181
+
182
+ if zero_stage <= 2:
183
+ fp32_flat_groups = [state_dicts[i][OPTIMIZER_STATE_DICT][fp32_groups_key] for i in range(len(state_dicts))]
184
+ elif zero_stage == 3:
185
+ # if there is more than one param group, there will be multiple flattened tensors - one
186
+ # flattened tensor per group - for simplicity merge them into a single tensor
187
+ #
188
+ # XXX: could make the script more memory efficient for when there are multiple groups - it
189
+ # will require matching the sub-lists of param_shapes for each param group flattened tensor
190
+
191
+ fp32_flat_groups = [
192
+ torch.cat(state_dicts[i][OPTIMIZER_STATE_DICT][fp32_groups_key], 0) for i in range(len(state_dicts))
193
+ ]
194
+
195
+ return zero_stage, world_size, fp32_flat_groups
196
+
197
+
198
+ def _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir, exclude_frozen_parameters):
199
+ """
200
+ Returns fp32 state_dict reconstructed from ds checkpoint
201
+
202
+ Args:
203
+ - ``ds_checkpoint_dir``: path to the deepspeed checkpoint folder (where the optimizer files are)
204
+
205
+ """
206
+ print(f"Processing zero checkpoint '{ds_checkpoint_dir}'")
207
+
208
+ optim_files = get_optim_files(ds_checkpoint_dir)
209
+ zero_stage, world_size, fp32_flat_groups = parse_optim_states(optim_files, ds_checkpoint_dir)
210
+ print(f"Detected checkpoint of type zero stage {zero_stage}, world_size: {world_size}")
211
+
212
+ model_files = get_model_state_files(ds_checkpoint_dir)
213
+
214
+ zero_model_states = parse_model_states(model_files)
215
+ print(f'Parsing checkpoint created by deepspeed=={zero_model_states[0].ds_version}')
216
+
217
+ if zero_stage <= 2:
218
+ return _get_fp32_state_dict_from_zero2_checkpoint(world_size, fp32_flat_groups, zero_model_states,
219
+ exclude_frozen_parameters)
220
+ elif zero_stage == 3:
221
+ return _get_fp32_state_dict_from_zero3_checkpoint(world_size, fp32_flat_groups, zero_model_states,
222
+ exclude_frozen_parameters)
223
+
224
+
225
+ def _zero2_merge_frozen_params(state_dict, zero_model_states):
226
+ if zero_model_states[0].frozen_param_shapes is None or len(zero_model_states[0].frozen_param_shapes) == 0:
227
+ return
228
+
229
+ frozen_param_shapes = zero_model_states[0].frozen_param_shapes
230
+ frozen_param_fragments = zero_model_states[0].frozen_param_fragments
231
+
232
+ if debug:
233
+ num_elem = sum(s.numel() for s in frozen_param_shapes.values())
234
+ print(f'rank 0: {FROZEN_PARAM_SHAPES}.numel = {num_elem}')
235
+
236
+ wanted_params = len(frozen_param_shapes)
237
+ wanted_numel = sum(s.numel() for s in frozen_param_shapes.values())
238
+ avail_numel = sum([p.numel() for p in frozen_param_fragments.values()])
239
+ print(f'Frozen params: Have {avail_numel} numels to process.')
240
+ print(f'Frozen params: Need {wanted_numel} numels in {wanted_params} params')
241
+
242
+ total_params = 0
243
+ total_numel = 0
244
+ for name, shape in frozen_param_shapes.items():
245
+ total_params += 1
246
+ unpartitioned_numel = shape.numel()
247
+ total_numel += unpartitioned_numel
248
+
249
+ state_dict[name] = frozen_param_fragments[name]
250
+
251
+ if debug:
252
+ print(f"{name} full shape: {shape} unpartitioned numel {unpartitioned_numel} ")
253
+
254
+ print(f"Reconstructed Frozen fp32 state dict with {total_params} params {total_numel} elements")
255
+
256
+
257
+ def _has_callable(obj, fn):
258
+ attr = getattr(obj, fn, None)
259
+ return callable(attr)
260
+
261
+
262
+ def _zero2_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states):
263
+ param_shapes = zero_model_states[0].param_shapes
264
+
265
+ # Reconstruction protocol:
266
+ #
267
+ # XXX: document this
268
+
269
+ if debug:
270
+ for i in range(world_size):
271
+ for j in range(len(fp32_flat_groups[0])):
272
+ print(f"{FP32_FLAT_GROUPS}[{i}][{j}].shape={fp32_flat_groups[i][j].shape}")
273
+
274
+ # XXX: memory usage doubles here (zero2)
275
+ num_param_groups = len(fp32_flat_groups[0])
276
+ merged_single_partition_of_fp32_groups = []
277
+ for i in range(num_param_groups):
278
+ merged_partitions = [sd[i] for sd in fp32_flat_groups]
279
+ full_single_fp32_vector = torch.cat(merged_partitions, 0)
280
+ merged_single_partition_of_fp32_groups.append(full_single_fp32_vector)
281
+ avail_numel = sum(
282
+ [full_single_fp32_vector.numel() for full_single_fp32_vector in merged_single_partition_of_fp32_groups])
283
+
284
+ if debug:
285
+ wanted_params = sum([len(shapes) for shapes in param_shapes])
286
+ wanted_numel = sum([sum(shape.numel() for shape in shapes.values()) for shapes in param_shapes])
287
+ # not asserting if there is a mismatch due to possible padding
288
+ print(f"Have {avail_numel} numels to process.")
289
+ print(f"Need {wanted_numel} numels in {wanted_params} params.")
290
+
291
+ # params
292
+ # XXX: for huge models that can't fit into the host's RAM we will have to recode this to support
293
+ # out-of-core computing solution
294
+ total_numel = 0
295
+ total_params = 0
296
+ for shapes, full_single_fp32_vector in zip(param_shapes, merged_single_partition_of_fp32_groups):
297
+ offset = 0
298
+ avail_numel = full_single_fp32_vector.numel()
299
+ for name, shape in shapes.items():
300
+
301
+ unpartitioned_numel = shape.numel() if _has_callable(shape, 'numel') else math.prod(shape)
302
+ total_numel += unpartitioned_numel
303
+ total_params += 1
304
+
305
+ if debug:
306
+ print(f"{name} full shape: {shape} unpartitioned numel {unpartitioned_numel} ")
307
+ state_dict[name] = full_single_fp32_vector.narrow(0, offset, unpartitioned_numel).view(shape)
308
+ offset += unpartitioned_numel
309
+
310
+ # Z2 started to align to 2*world_size to improve nccl performance. Therefore both offset and
311
+ # avail_numel can differ by anywhere between 0..2*world_size. Due to two unrelated complex
312
+ # paddings performed in the code it's almost impossible to predict the exact numbers w/o the
313
+ # live optimizer object, so we are checking that the numbers are within the right range
314
+ align_to = 2 * world_size
315
+
316
+ def zero2_align(x):
317
+ return align_to * math.ceil(x / align_to)
318
+
319
+ if debug:
320
+ print(f"original offset={offset}, avail_numel={avail_numel}")
321
+
322
+ offset = zero2_align(offset)
323
+ avail_numel = zero2_align(avail_numel)
324
+
325
+ if debug:
326
+ print(f"aligned offset={offset}, avail_numel={avail_numel}")
327
+
328
+ # Sanity check
329
+ if offset != avail_numel:
330
+ raise ValueError(f"consumed {offset} numels out of {avail_numel} - something is wrong")
331
+
332
+ print(f"Reconstructed fp32 state dict with {total_params} params {total_numel} elements")
333
+
334
+
335
+ def _get_fp32_state_dict_from_zero2_checkpoint(world_size, fp32_flat_groups, zero_model_states,
336
+ exclude_frozen_parameters):
337
+ state_dict = OrderedDict()
338
+
339
+ # buffers
340
+ buffers = zero_model_states[0].buffers
341
+ state_dict.update(buffers)
342
+ if debug:
343
+ print(f"added {len(buffers)} buffers")
344
+
345
+ if not exclude_frozen_parameters:
346
+ _zero2_merge_frozen_params(state_dict, zero_model_states)
347
+
348
+ _zero2_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states)
349
+
350
+ # recover shared parameters
351
+ for pair in zero_model_states[0].shared_params:
352
+ if pair[1] in state_dict:
353
+ state_dict[pair[0]] = state_dict[pair[1]]
354
+
355
+ return state_dict
356
+
357
+
358
+ def zero3_partitioned_param_info(unpartitioned_numel, world_size):
359
+ remainder = unpartitioned_numel % world_size
360
+ padding_numel = (world_size - remainder) if remainder else 0
361
+ partitioned_numel = math.ceil(unpartitioned_numel / world_size)
362
+ return partitioned_numel, padding_numel
363
+
364
+
365
+ def _zero3_merge_frozen_params(state_dict, world_size, zero_model_states):
366
+ if zero_model_states[0].frozen_param_shapes is None or len(zero_model_states[0].frozen_param_shapes) == 0:
367
+ return
368
+
369
+ if debug:
370
+ for i in range(world_size):
371
+ num_elem = sum(s.numel() for s in zero_model_states[i].frozen_param_fragments.values())
372
+ print(f'rank {i}: {FROZEN_PARAM_SHAPES}.numel = {num_elem}')
373
+
374
+ frozen_param_shapes = zero_model_states[0].frozen_param_shapes
375
+ wanted_params = len(frozen_param_shapes)
376
+ wanted_numel = sum(s.numel() for s in frozen_param_shapes.values())
377
+ avail_numel = sum([p.numel() for p in zero_model_states[0].frozen_param_fragments.values()]) * world_size
378
+ print(f'Frozen params: Have {avail_numel} numels to process.')
379
+ print(f'Frozen params: Need {wanted_numel} numels in {wanted_params} params')
380
+
381
+ total_params = 0
382
+ total_numel = 0
383
+ for name, shape in zero_model_states[0].frozen_param_shapes.items():
384
+ total_params += 1
385
+ unpartitioned_numel = shape.numel()
386
+ total_numel += unpartitioned_numel
387
+
388
+ param_frags = tuple(model_state.frozen_param_fragments[name] for model_state in zero_model_states)
389
+ state_dict[name] = torch.cat(param_frags, 0).narrow(0, 0, unpartitioned_numel).view(shape)
390
+
391
+ partitioned_numel, partitioned_padding_numel = zero3_partitioned_param_info(unpartitioned_numel, world_size)
392
+
393
+ if debug:
394
+ print(
395
+ f"Frozen params: {total_params} {name} full shape: {shape} partition0 numel={partitioned_numel} partitioned_padding_numel={partitioned_padding_numel}"
396
+ )
397
+
398
+ print(f"Reconstructed Frozen fp32 state dict with {total_params} params {total_numel} elements")
399
+
400
+
401
+ def _zero3_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states):
402
+ param_shapes = zero_model_states[0].param_shapes
403
+ avail_numel = fp32_flat_groups[0].numel() * world_size
404
+ # Reconstruction protocol: For zero3 we need to zip the partitions together at boundary of each
405
+ # param, re-consolidating each param, while dealing with padding if any
406
+
407
+ # merge list of dicts, preserving order
408
+ param_shapes = {k: v for d in param_shapes for k, v in d.items()}
409
+
410
+ if debug:
411
+ for i in range(world_size):
412
+ print(f"{FP32_FLAT_GROUPS}[{i}].shape={fp32_flat_groups[i].shape}")
413
+
414
+ wanted_params = len(param_shapes)
415
+ wanted_numel = sum(shape.numel() for shape in param_shapes.values())
416
+ # not asserting if there is a mismatch due to possible padding
417
+ avail_numel = fp32_flat_groups[0].numel() * world_size
418
+ print(f"Trainable params: Have {avail_numel} numels to process.")
419
+ print(f"Trainable params: Need {wanted_numel} numels in {wanted_params} params.")
420
+
421
+ # params
422
+ # XXX: for huge models that can't fit into the host's RAM we will have to recode this to support
423
+ # out-of-core computing solution
424
+ offset = 0
425
+ total_numel = 0
426
+ total_params = 0
427
+ for name, shape in tqdm(param_shapes.items(), desc='Gathering Sharded Weights'):
428
+ unpartitioned_numel = shape.numel()
429
+ total_numel += unpartitioned_numel
430
+ total_params += 1
431
+ partitioned_numel, partitioned_padding_numel = zero3_partitioned_param_info(unpartitioned_numel, world_size)
432
+
433
+ if debug:
434
+ print(
435
+ f"Trainable params: {total_params} {name} full shape: {shape} partition0 numel={partitioned_numel} partitioned_padding_numel={partitioned_padding_numel}"
436
+ )
437
+
438
+ # XXX: memory usage doubles here
439
+ state_dict[name] = torch.cat(
440
+ tuple(fp32_flat_groups[i].narrow(0, offset, partitioned_numel) for i in range(world_size)),
441
+ 0).narrow(0, 0, unpartitioned_numel).view(shape)
442
+ offset += partitioned_numel
443
+
444
+ offset *= world_size
445
+
446
+ # Sanity check
447
+ if offset != avail_numel:
448
+ raise ValueError(f"consumed {offset} numels out of {avail_numel} - something is wrong")
449
+
450
+ print(f"Reconstructed Trainable fp32 state dict with {total_params} params {total_numel} elements")
451
+
452
+
453
+ def _get_fp32_state_dict_from_zero3_checkpoint(world_size, fp32_flat_groups, zero_model_states,
454
+ exclude_frozen_parameters):
455
+ state_dict = OrderedDict()
456
+
457
+ # buffers
458
+ buffers = zero_model_states[0].buffers
459
+ state_dict.update(buffers)
460
+ if debug:
461
+ print(f"added {len(buffers)} buffers")
462
+
463
+ if not exclude_frozen_parameters:
464
+ _zero3_merge_frozen_params(state_dict, world_size, zero_model_states)
465
+
466
+ _zero3_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states)
467
+
468
+ # recover shared parameters
469
+ for pair in zero_model_states[0].shared_params:
470
+ if pair[1] in state_dict:
471
+ state_dict[pair[0]] = state_dict[pair[1]]
472
+
473
+ return state_dict
474
+
475
+
476
+ def get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag=None, exclude_frozen_parameters=False):
477
+ """
478
+ Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated state_dict that can be loaded with
479
+ ``load_state_dict()`` and used for training without DeepSpeed or shared with others, for example
480
+ via a model hub.
481
+
482
+ Args:
483
+ - ``checkpoint_dir``: path to the desired checkpoint folder
484
+ - ``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``
485
+ - ``exclude_frozen_parameters``: exclude frozen parameters
486
+
487
+ Returns:
488
+ - pytorch ``state_dict``
489
+
490
+ Note: this approach may not work if your application doesn't have sufficient free CPU memory and
491
+ you may need to use the offline approach using the ``zero_to_fp32.py`` script that is saved with
492
+ the checkpoint.
493
+
494
+ A typical usage might be ::
495
+
496
+ from deepspeed.utils.zero_to_fp32 import get_fp32_state_dict_from_zero_checkpoint
497
+ # do the training and checkpoint saving
498
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir) # already on cpu
499
+ model = model.cpu() # move to cpu
500
+ model.load_state_dict(state_dict)
501
+ # submit to model hub or save the model to share with others
502
+
503
+ In this example the ``model`` will no longer be usable in the deepspeed context of the same
504
+ application. i.e. you will need to re-initialize the deepspeed engine, since
505
+ ``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it.
506
+
507
+ If you want it all done for you, use ``load_state_dict_from_zero_checkpoint`` instead.
508
+
509
+ """
510
+ if tag is None:
511
+ latest_path = os.path.join(checkpoint_dir, 'latest')
512
+ if os.path.isfile(latest_path):
513
+ with open(latest_path, 'r') as fd:
514
+ tag = fd.read().strip()
515
+ else:
516
+ raise ValueError(f"Unable to find 'latest' file at {latest_path}")
517
+
518
+ ds_checkpoint_dir = os.path.join(checkpoint_dir, tag)
519
+
520
+ if not os.path.isdir(ds_checkpoint_dir):
521
+ raise FileNotFoundError(f"Directory '{ds_checkpoint_dir}' doesn't exist")
522
+
523
+ return _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir, exclude_frozen_parameters)
524
+
525
+
526
+ def convert_zero_checkpoint_to_fp32_state_dict(checkpoint_dir,
527
+ output_dir,
528
+ max_shard_size="5GB",
529
+ safe_serialization=False,
530
+ tag=None,
531
+ exclude_frozen_parameters=False):
532
+ """
533
+ Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict`` file that can be
534
+ loaded with ``torch.load(file)`` + ``load_state_dict()`` and used for training without DeepSpeed.
535
+
536
+ Args:
537
+ - ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``)
538
+ - ``output_dir``: directory to the pytorch fp32 state_dict output files
539
+ - ``max_shard_size``: the maximum size for a checkpoint before being sharded, default value is 5GB
540
+ - ``safe_serialization``: whether to save the model using `safetensors` or the traditional PyTorch way (that uses `pickle`).
541
+ - ``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``
542
+ - ``exclude_frozen_parameters``: exclude frozen parameters
543
+ """
544
+ # Dependency pre-check
545
+ if safe_serialization:
546
+ try:
547
+ from safetensors.torch import save_file
548
+ except ImportError:
549
+ print('If you want to use `safe_serialization`, please `pip install safetensors`')
550
+ raise
551
+ if max_shard_size is not None:
552
+ try:
553
+ from huggingface_hub import split_torch_state_dict_into_shards
554
+ except ImportError:
555
+ print('If you want to use `max_shard_size`, please `pip install huggingface_hub`')
556
+ raise
557
+
558
+ # Convert zero checkpoint to state_dict
559
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag, exclude_frozen_parameters)
560
+
561
+ # Shard the model if it is too big.
562
+ weights_name = "model.safetensors" if safe_serialization else "pytorch_model.bin"
563
+ if max_shard_size is not None:
564
+ filename_pattern = weights_name.replace(".bin", "{suffix}.bin").replace(".safetensors", "{suffix}.safetensors")
565
+ state_dict_split = split_torch_state_dict_into_shards(state_dict,
566
+ filename_pattern=filename_pattern,
567
+ max_shard_size=max_shard_size)
568
+ else:
569
+ from collections import namedtuple
570
+ StateDictSplit = namedtuple("StateDictSplit", ["is_sharded", "filename_to_tensors"])
571
+ state_dict_split = StateDictSplit(is_sharded=False,
572
+ filename_to_tensors={weights_name: list(state_dict.keys())})
573
+
574
+ # Save the model
575
+ filename_to_tensors = state_dict_split.filename_to_tensors.items()
576
+ for shard_file, tensors in tqdm(filename_to_tensors, desc="Saving checkpoint shards"):
577
+ shard = {tensor: state_dict[tensor].contiguous() for tensor in tensors}
578
+ output_path = os.path.join(output_dir, shard_file)
579
+ if safe_serialization:
580
+ save_file(shard, output_path, metadata={"format": "pt"})
581
+ else:
582
+ torch.save(shard, output_path)
583
+
584
+ # Save index if sharded
585
+ if state_dict_split.is_sharded:
586
+ index = {
587
+ "metadata": state_dict_split.metadata,
588
+ "weight_map": state_dict_split.tensor_to_filename,
589
+ }
590
+ save_index_file = "model.safetensors.index.json" if safe_serialization else "pytorch_model.bin.index.json"
591
+ save_index_file = os.path.join(output_dir, save_index_file)
592
+ with open(save_index_file, "w", encoding="utf-8") as f:
593
+ content = json.dumps(index, indent=2, sort_keys=True) + "\n"
594
+ f.write(content)
595
+
596
+
597
+ def load_state_dict_from_zero_checkpoint(model, checkpoint_dir, tag=None):
598
+ """
599
+ 1. Put the provided model to cpu
600
+ 2. Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict``
601
+ 3. Load it into the provided model
602
+
603
+ Args:
604
+ - ``model``: the model object to update
605
+ - ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``)
606
+ - ``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``
607
+
608
+ Returns:
609
+ - ``model`: modified model
610
+
611
+ Make sure you have plenty of CPU memory available before you call this function. If you don't
612
+ have enough use the ``zero_to_fp32.py`` utility to do the conversion. You will find it
613
+ conveniently placed for you in the checkpoint folder.
614
+
615
+ A typical usage might be ::
616
+
617
+ from deepspeed.utils.zero_to_fp32 import load_state_dict_from_zero_checkpoint
618
+ model = load_state_dict_from_zero_checkpoint(trainer.model, checkpoint_dir)
619
+ # submit to model hub or save the model to share with others
620
+
621
+ Note, that once this was run, the ``model`` will no longer be usable in the deepspeed context
622
+ of the same application. i.e. you will need to re-initialize the deepspeed engine, since
623
+ ``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it.
624
+
625
+ """
626
+ logger.info(f"Extracting fp32 weights")
627
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag)
628
+
629
+ logger.info(f"Overwriting model with fp32 weights")
630
+ model = model.cpu()
631
+ model.load_state_dict(state_dict, strict=False)
632
+
633
+ return model
634
+
635
+
636
+ if __name__ == "__main__":
637
+ parser = argparse.ArgumentParser()
638
+ parser.add_argument("checkpoint_dir",
639
+ type=str,
640
+ help="path to the desired checkpoint folder, e.g., path/checkpoint-12")
641
+ parser.add_argument("output_dir",
642
+ type=str,
643
+ help="directory to the pytorch fp32 state_dict output files"
644
+ "(e.g. path/checkpoint-12-output/)")
645
+ parser.add_argument(
646
+ "--max_shard_size",
647
+ type=str,
648
+ default="5GB",
649
+ help="The maximum size for a checkpoint before being sharded. Checkpoints shard will then be each of size"
650
+ "lower than this size. If expressed as a string, needs to be digits followed by a unit (like `5MB`"
651
+ "We default it to 5GB in order for models to be able to run easily on free-tier google colab instances"
652
+ "without CPU OOM issues.")
653
+ parser.add_argument(
654
+ "--safe_serialization",
655
+ default=False,
656
+ action='store_true',
657
+ help="Whether to save the model using `safetensors` or the traditional PyTorch way (that uses `pickle`).")
658
+ parser.add_argument("-t",
659
+ "--tag",
660
+ type=str,
661
+ default=None,
662
+ help="checkpoint tag used as a unique identifier for checkpoint. e.g., global_step1")
663
+ parser.add_argument("--exclude_frozen_parameters", action='store_true', help="exclude frozen parameters")
664
+ parser.add_argument("-d", "--debug", action='store_true', help="enable debug")
665
+ args = parser.parse_args()
666
+
667
+ debug = args.debug
668
+
669
+ convert_zero_checkpoint_to_fp32_state_dict(args.checkpoint_dir,
670
+ args.output_dir,
671
+ max_shard_size=args.max_shard_size,
672
+ safe_serialization=args.safe_serialization,
673
+ tag=args.tag,
674
+ exclude_frozen_parameters=args.exclude_frozen_parameters)
checkpoint-2000/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- 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. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ 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).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
checkpoint-2000/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-7B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 128,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "down_proj",
24
+ "v_proj",
25
+ "o_proj",
26
+ "gate_proj",
27
+ "q_proj",
28
+ "up_proj",
29
+ "k_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": true
34
+ }
checkpoint-2000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d51fdca17c4377c80b28b10d2b1716ae6dc1835f2e4c04ad8566e9e646dd2c96
3
+ size 645976488
checkpoint-2000/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
checkpoint-2000/latest ADDED
@@ -0,0 +1 @@
 
 
1
+ global_step2000
checkpoint-2000/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-2000/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": "<|endoftext|>",
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
+ }
checkpoint-2000/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
checkpoint-2000/tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|endoftext|>",
201
+ "errors": "replace",
202
+ "model_max_length": 131072,
203
+ "pad_token": "<|endoftext|>",
204
+ "padding_side": "right",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
checkpoint-2000/trainer_state.json ADDED
@@ -0,0 +1,1473 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.2055455093429777,
5
+ "eval_steps": 400,
6
+ "global_step": 2000,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.006027727546714889,
13
+ "grad_norm": 6.095676898956299,
14
+ "learning_rate": 1.0040160642570282e-06,
15
+ "loss": 1.8585,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.012055455093429777,
20
+ "grad_norm": 0.6981305480003357,
21
+ "learning_rate": 2.0080321285140564e-06,
22
+ "loss": 1.8607,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.018083182640144666,
27
+ "grad_norm": 0.33439213037490845,
28
+ "learning_rate": 3.0120481927710846e-06,
29
+ "loss": 1.8035,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.024110910186859555,
34
+ "grad_norm": 0.2445673942565918,
35
+ "learning_rate": 4.016064257028113e-06,
36
+ "loss": 1.7827,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.030138637733574444,
41
+ "grad_norm": 0.22277717292308807,
42
+ "learning_rate": 5.020080321285141e-06,
43
+ "loss": 1.7306,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.03616636528028933,
48
+ "grad_norm": 0.16803288459777832,
49
+ "learning_rate": 6.024096385542169e-06,
50
+ "loss": 1.728,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.04219409282700422,
55
+ "grad_norm": 0.1401725709438324,
56
+ "learning_rate": 7.028112449799197e-06,
57
+ "loss": 1.6623,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.04822182037371911,
62
+ "grad_norm": 0.14054332673549652,
63
+ "learning_rate": 8.032128514056226e-06,
64
+ "loss": 1.6226,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.054249547920433995,
69
+ "grad_norm": 0.1356767863035202,
70
+ "learning_rate": 9.036144578313253e-06,
71
+ "loss": 1.6497,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.06027727546714889,
76
+ "grad_norm": 0.14919587969779968,
77
+ "learning_rate": 1.0040160642570281e-05,
78
+ "loss": 1.6452,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.06630500301386377,
83
+ "grad_norm": 0.16640327870845795,
84
+ "learning_rate": 1.104417670682731e-05,
85
+ "loss": 1.6311,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.07233273056057866,
90
+ "grad_norm": 0.19770000874996185,
91
+ "learning_rate": 1.2048192771084338e-05,
92
+ "loss": 1.5925,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.07836045810729356,
97
+ "grad_norm": 0.20399077236652374,
98
+ "learning_rate": 1.3052208835341367e-05,
99
+ "loss": 1.5825,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.08438818565400844,
104
+ "grad_norm": 0.1512237936258316,
105
+ "learning_rate": 1.4056224899598394e-05,
106
+ "loss": 1.5478,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.09041591320072333,
111
+ "grad_norm": 0.14794760942459106,
112
+ "learning_rate": 1.5060240963855424e-05,
113
+ "loss": 1.5252,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.09644364074743822,
118
+ "grad_norm": 0.14903859794139862,
119
+ "learning_rate": 1.606425702811245e-05,
120
+ "loss": 1.5427,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.1024713682941531,
125
+ "grad_norm": 0.1387884020805359,
126
+ "learning_rate": 1.706827309236948e-05,
127
+ "loss": 1.554,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.10849909584086799,
132
+ "grad_norm": 0.14016373455524445,
133
+ "learning_rate": 1.8072289156626505e-05,
134
+ "loss": 1.5415,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.11452682338758288,
139
+ "grad_norm": 0.14568917453289032,
140
+ "learning_rate": 1.9076305220883535e-05,
141
+ "loss": 1.5516,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.12055455093429777,
146
+ "grad_norm": 0.14068633317947388,
147
+ "learning_rate": 2.0080321285140562e-05,
148
+ "loss": 1.5437,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.12658227848101267,
153
+ "grad_norm": 0.1428183913230896,
154
+ "learning_rate": 2.1084337349397593e-05,
155
+ "loss": 1.5315,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.13261000602772754,
160
+ "grad_norm": 0.1416633427143097,
161
+ "learning_rate": 2.208835341365462e-05,
162
+ "loss": 1.5276,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.13863773357444242,
167
+ "grad_norm": 0.14373181760311127,
168
+ "learning_rate": 2.309236947791165e-05,
169
+ "loss": 1.5275,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.14466546112115733,
174
+ "grad_norm": 0.16374213993549347,
175
+ "learning_rate": 2.4096385542168677e-05,
176
+ "loss": 1.5528,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.1506931886678722,
181
+ "grad_norm": 0.13819484412670135,
182
+ "learning_rate": 2.5100401606425704e-05,
183
+ "loss": 1.5389,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.1567209162145871,
188
+ "grad_norm": 0.14697293937206268,
189
+ "learning_rate": 2.6104417670682734e-05,
190
+ "loss": 1.5229,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.162748643761302,
195
+ "grad_norm": 0.14389023184776306,
196
+ "learning_rate": 2.7108433734939758e-05,
197
+ "loss": 1.5376,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.16877637130801687,
202
+ "grad_norm": 0.14889676868915558,
203
+ "learning_rate": 2.8112449799196788e-05,
204
+ "loss": 1.5508,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.17480409885473178,
209
+ "grad_norm": 0.15245158970355988,
210
+ "learning_rate": 2.911646586345382e-05,
211
+ "loss": 1.5342,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.18083182640144665,
216
+ "grad_norm": 0.143811896443367,
217
+ "learning_rate": 3.012048192771085e-05,
218
+ "loss": 1.5123,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.18685955394816153,
223
+ "grad_norm": 0.14010299742221832,
224
+ "learning_rate": 3.112449799196787e-05,
225
+ "loss": 1.5355,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.19288728149487644,
230
+ "grad_norm": 0.14191724359989166,
231
+ "learning_rate": 3.21285140562249e-05,
232
+ "loss": 1.5052,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.19891500904159132,
237
+ "grad_norm": 0.13444629311561584,
238
+ "learning_rate": 3.313253012048193e-05,
239
+ "loss": 1.5357,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.2049427365883062,
244
+ "grad_norm": 0.15248367190361023,
245
+ "learning_rate": 3.413654618473896e-05,
246
+ "loss": 1.5171,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.2109704641350211,
251
+ "grad_norm": 0.16744668781757355,
252
+ "learning_rate": 3.5140562248995983e-05,
253
+ "loss": 1.5379,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.21699819168173598,
258
+ "grad_norm": 0.1389068365097046,
259
+ "learning_rate": 3.614457831325301e-05,
260
+ "loss": 1.5142,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 0.2230259192284509,
265
+ "grad_norm": 0.13487495481967926,
266
+ "learning_rate": 3.7148594377510044e-05,
267
+ "loss": 1.5189,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 0.22905364677516576,
272
+ "grad_norm": 0.13311463594436646,
273
+ "learning_rate": 3.815261044176707e-05,
274
+ "loss": 1.5166,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 0.23508137432188064,
279
+ "grad_norm": 0.1321990191936493,
280
+ "learning_rate": 3.91566265060241e-05,
281
+ "loss": 1.5218,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 0.24110910186859555,
286
+ "grad_norm": 0.1350693255662918,
287
+ "learning_rate": 4.0160642570281125e-05,
288
+ "loss": 1.54,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 0.24110910186859555,
293
+ "eval_loss": 1.4954419136047363,
294
+ "eval_runtime": 110.0553,
295
+ "eval_samples_per_second": 9.75,
296
+ "eval_steps_per_second": 2.444,
297
+ "step": 400
298
+ },
299
+ {
300
+ "epoch": 0.24713682941531043,
301
+ "grad_norm": 0.1386946737766266,
302
+ "learning_rate": 4.116465863453816e-05,
303
+ "loss": 1.5307,
304
+ "step": 410
305
+ },
306
+ {
307
+ "epoch": 0.25316455696202533,
308
+ "grad_norm": 0.1321861445903778,
309
+ "learning_rate": 4.2168674698795186e-05,
310
+ "loss": 1.5036,
311
+ "step": 420
312
+ },
313
+ {
314
+ "epoch": 0.2591922845087402,
315
+ "grad_norm": 0.13090862333774567,
316
+ "learning_rate": 4.317269076305221e-05,
317
+ "loss": 1.5036,
318
+ "step": 430
319
+ },
320
+ {
321
+ "epoch": 0.2652200120554551,
322
+ "grad_norm": 0.14390167593955994,
323
+ "learning_rate": 4.417670682730924e-05,
324
+ "loss": 1.5245,
325
+ "step": 440
326
+ },
327
+ {
328
+ "epoch": 0.27124773960216997,
329
+ "grad_norm": 0.14252203702926636,
330
+ "learning_rate": 4.5180722891566266e-05,
331
+ "loss": 1.5361,
332
+ "step": 450
333
+ },
334
+ {
335
+ "epoch": 0.27727546714888485,
336
+ "grad_norm": 0.1380358338356018,
337
+ "learning_rate": 4.61847389558233e-05,
338
+ "loss": 1.5379,
339
+ "step": 460
340
+ },
341
+ {
342
+ "epoch": 0.2833031946955998,
343
+ "grad_norm": 0.17792685329914093,
344
+ "learning_rate": 4.718875502008032e-05,
345
+ "loss": 1.5107,
346
+ "step": 470
347
+ },
348
+ {
349
+ "epoch": 0.28933092224231466,
350
+ "grad_norm": 0.1495760679244995,
351
+ "learning_rate": 4.8192771084337354e-05,
352
+ "loss": 1.5063,
353
+ "step": 480
354
+ },
355
+ {
356
+ "epoch": 0.29535864978902954,
357
+ "grad_norm": 0.12926514446735382,
358
+ "learning_rate": 4.919678714859438e-05,
359
+ "loss": 1.5149,
360
+ "step": 490
361
+ },
362
+ {
363
+ "epoch": 0.3013863773357444,
364
+ "grad_norm": 0.12767350673675537,
365
+ "learning_rate": 4.999997540156068e-05,
366
+ "loss": 1.5052,
367
+ "step": 500
368
+ },
369
+ {
370
+ "epoch": 0.3074141048824593,
371
+ "grad_norm": 0.12568402290344238,
372
+ "learning_rate": 4.999911446126714e-05,
373
+ "loss": 1.541,
374
+ "step": 510
375
+ },
376
+ {
377
+ "epoch": 0.3134418324291742,
378
+ "grad_norm": 0.1353764533996582,
379
+ "learning_rate": 4.9997023647413776e-05,
380
+ "loss": 1.5218,
381
+ "step": 520
382
+ },
383
+ {
384
+ "epoch": 0.3194695599758891,
385
+ "grad_norm": 2.775493621826172,
386
+ "learning_rate": 4.999370306286171e-05,
387
+ "loss": 1.5301,
388
+ "step": 530
389
+ },
390
+ {
391
+ "epoch": 0.325497287522604,
392
+ "grad_norm": 0.12400302290916443,
393
+ "learning_rate": 4.998915287097269e-05,
394
+ "loss": 1.4685,
395
+ "step": 540
396
+ },
397
+ {
398
+ "epoch": 0.33152501506931886,
399
+ "grad_norm": 0.12950482964515686,
400
+ "learning_rate": 4.998337329560107e-05,
401
+ "loss": 1.5264,
402
+ "step": 550
403
+ },
404
+ {
405
+ "epoch": 0.33755274261603374,
406
+ "grad_norm": 0.12773030996322632,
407
+ "learning_rate": 4.99763646210828e-05,
408
+ "loss": 1.4937,
409
+ "step": 560
410
+ },
411
+ {
412
+ "epoch": 0.3435804701627486,
413
+ "grad_norm": 0.12648645043373108,
414
+ "learning_rate": 4.9968127192221436e-05,
415
+ "loss": 1.5126,
416
+ "step": 570
417
+ },
418
+ {
419
+ "epoch": 0.34960819770946355,
420
+ "grad_norm": 0.12337373942136765,
421
+ "learning_rate": 4.995866141427117e-05,
422
+ "loss": 1.4816,
423
+ "step": 580
424
+ },
425
+ {
426
+ "epoch": 0.35563592525617843,
427
+ "grad_norm": 0.1327151358127594,
428
+ "learning_rate": 4.99479677529169e-05,
429
+ "loss": 1.5131,
430
+ "step": 590
431
+ },
432
+ {
433
+ "epoch": 0.3616636528028933,
434
+ "grad_norm": 0.13992607593536377,
435
+ "learning_rate": 4.9936046734251313e-05,
436
+ "loss": 1.5089,
437
+ "step": 600
438
+ },
439
+ {
440
+ "epoch": 0.3676913803496082,
441
+ "grad_norm": 0.12979301810264587,
442
+ "learning_rate": 4.992289894474901e-05,
443
+ "loss": 1.5032,
444
+ "step": 610
445
+ },
446
+ {
447
+ "epoch": 0.37371910789632307,
448
+ "grad_norm": 0.1280072033405304,
449
+ "learning_rate": 4.990852503123765e-05,
450
+ "loss": 1.5012,
451
+ "step": 620
452
+ },
453
+ {
454
+ "epoch": 0.379746835443038,
455
+ "grad_norm": 0.1306256204843521,
456
+ "learning_rate": 4.989292570086612e-05,
457
+ "loss": 1.4564,
458
+ "step": 630
459
+ },
460
+ {
461
+ "epoch": 0.3857745629897529,
462
+ "grad_norm": 0.13198673725128174,
463
+ "learning_rate": 4.987610172106978e-05,
464
+ "loss": 1.5106,
465
+ "step": 640
466
+ },
467
+ {
468
+ "epoch": 0.39180229053646776,
469
+ "grad_norm": 0.1281399428844452,
470
+ "learning_rate": 4.9858053919532646e-05,
471
+ "loss": 1.4834,
472
+ "step": 650
473
+ },
474
+ {
475
+ "epoch": 0.39783001808318263,
476
+ "grad_norm": 0.13263563811779022,
477
+ "learning_rate": 4.983878318414674e-05,
478
+ "loss": 1.5208,
479
+ "step": 660
480
+ },
481
+ {
482
+ "epoch": 0.4038577456298975,
483
+ "grad_norm": 0.13027793169021606,
484
+ "learning_rate": 4.981829046296836e-05,
485
+ "loss": 1.4892,
486
+ "step": 670
487
+ },
488
+ {
489
+ "epoch": 0.4098854731766124,
490
+ "grad_norm": 0.13578078150749207,
491
+ "learning_rate": 4.9796576764171446e-05,
492
+ "loss": 1.4874,
493
+ "step": 680
494
+ },
495
+ {
496
+ "epoch": 0.4159132007233273,
497
+ "grad_norm": 0.13204683363437653,
498
+ "learning_rate": 4.9773643155998e-05,
499
+ "loss": 1.4867,
500
+ "step": 690
501
+ },
502
+ {
503
+ "epoch": 0.4219409282700422,
504
+ "grad_norm": 0.13477781414985657,
505
+ "learning_rate": 4.974949076670553e-05,
506
+ "loss": 1.5159,
507
+ "step": 700
508
+ },
509
+ {
510
+ "epoch": 0.4279686558167571,
511
+ "grad_norm": 0.13009533286094666,
512
+ "learning_rate": 4.972412078451151e-05,
513
+ "loss": 1.4806,
514
+ "step": 710
515
+ },
516
+ {
517
+ "epoch": 0.43399638336347196,
518
+ "grad_norm": 0.1321401745080948,
519
+ "learning_rate": 4.9697534457534966e-05,
520
+ "loss": 1.4641,
521
+ "step": 720
522
+ },
523
+ {
524
+ "epoch": 0.44002411091018684,
525
+ "grad_norm": 0.13463927805423737,
526
+ "learning_rate": 4.966973309373506e-05,
527
+ "loss": 1.4924,
528
+ "step": 730
529
+ },
530
+ {
531
+ "epoch": 0.4460518384569018,
532
+ "grad_norm": 0.1337679624557495,
533
+ "learning_rate": 4.9640718060846723e-05,
534
+ "loss": 1.4805,
535
+ "step": 740
536
+ },
537
+ {
538
+ "epoch": 0.45207956600361665,
539
+ "grad_norm": 0.1317020207643509,
540
+ "learning_rate": 4.96104907863134e-05,
541
+ "loss": 1.4678,
542
+ "step": 750
543
+ },
544
+ {
545
+ "epoch": 0.45810729355033153,
546
+ "grad_norm": 0.13243788480758667,
547
+ "learning_rate": 4.957905275721678e-05,
548
+ "loss": 1.4794,
549
+ "step": 760
550
+ },
551
+ {
552
+ "epoch": 0.4641350210970464,
553
+ "grad_norm": 0.13113069534301758,
554
+ "learning_rate": 4.954640552020369e-05,
555
+ "loss": 1.4734,
556
+ "step": 770
557
+ },
558
+ {
559
+ "epoch": 0.4701627486437613,
560
+ "grad_norm": 0.13361573219299316,
561
+ "learning_rate": 4.9512550681409946e-05,
562
+ "loss": 1.4803,
563
+ "step": 780
564
+ },
565
+ {
566
+ "epoch": 0.47619047619047616,
567
+ "grad_norm": 0.13844482600688934,
568
+ "learning_rate": 4.9477489906381414e-05,
569
+ "loss": 1.4665,
570
+ "step": 790
571
+ },
572
+ {
573
+ "epoch": 0.4822182037371911,
574
+ "grad_norm": 0.13865956664085388,
575
+ "learning_rate": 4.944122491999198e-05,
576
+ "loss": 1.4872,
577
+ "step": 800
578
+ },
579
+ {
580
+ "epoch": 0.4822182037371911,
581
+ "eval_loss": 1.4607902765274048,
582
+ "eval_runtime": 110.1311,
583
+ "eval_samples_per_second": 9.743,
584
+ "eval_steps_per_second": 2.443,
585
+ "step": 800
586
+ },
587
+ {
588
+ "epoch": 0.488245931283906,
589
+ "grad_norm": 0.13776348531246185,
590
+ "learning_rate": 4.9403757506358775e-05,
591
+ "loss": 1.5016,
592
+ "step": 810
593
+ },
594
+ {
595
+ "epoch": 0.49427365883062085,
596
+ "grad_norm": 0.14617718756198883,
597
+ "learning_rate": 4.936508950875432e-05,
598
+ "loss": 1.4857,
599
+ "step": 820
600
+ },
601
+ {
602
+ "epoch": 0.5003013863773358,
603
+ "grad_norm": 0.14705806970596313,
604
+ "learning_rate": 4.932522282951594e-05,
605
+ "loss": 1.4909,
606
+ "step": 830
607
+ },
608
+ {
609
+ "epoch": 0.5063291139240507,
610
+ "grad_norm": 0.14169825613498688,
611
+ "learning_rate": 4.928415942995208e-05,
612
+ "loss": 1.5106,
613
+ "step": 840
614
+ },
615
+ {
616
+ "epoch": 0.5123568414707655,
617
+ "grad_norm": 0.14307105541229248,
618
+ "learning_rate": 4.924190133024589e-05,
619
+ "loss": 1.492,
620
+ "step": 850
621
+ },
622
+ {
623
+ "epoch": 0.5183845690174804,
624
+ "grad_norm": 0.1347261369228363,
625
+ "learning_rate": 4.919845060935577e-05,
626
+ "loss": 1.5063,
627
+ "step": 860
628
+ },
629
+ {
630
+ "epoch": 0.5244122965641953,
631
+ "grad_norm": 0.1423402726650238,
632
+ "learning_rate": 4.915380940491315e-05,
633
+ "loss": 1.4682,
634
+ "step": 870
635
+ },
636
+ {
637
+ "epoch": 0.5304400241109102,
638
+ "grad_norm": 0.14149978756904602,
639
+ "learning_rate": 4.910797991311733e-05,
640
+ "loss": 1.4436,
641
+ "step": 880
642
+ },
643
+ {
644
+ "epoch": 0.5364677516576251,
645
+ "grad_norm": 0.1491919308900833,
646
+ "learning_rate": 4.906096438862735e-05,
647
+ "loss": 1.4851,
648
+ "step": 890
649
+ },
650
+ {
651
+ "epoch": 0.5424954792043399,
652
+ "grad_norm": 0.14350004494190216,
653
+ "learning_rate": 4.9012765144451186e-05,
654
+ "loss": 1.4546,
655
+ "step": 900
656
+ },
657
+ {
658
+ "epoch": 0.5485232067510548,
659
+ "grad_norm": 0.14726224541664124,
660
+ "learning_rate": 4.896338455183185e-05,
661
+ "loss": 1.473,
662
+ "step": 910
663
+ },
664
+ {
665
+ "epoch": 0.5545509342977697,
666
+ "grad_norm": 0.1460171639919281,
667
+ "learning_rate": 4.8912825040130814e-05,
668
+ "loss": 1.4802,
669
+ "step": 920
670
+ },
671
+ {
672
+ "epoch": 0.5605786618444847,
673
+ "grad_norm": 0.15167438983917236,
674
+ "learning_rate": 4.886108909670845e-05,
675
+ "loss": 1.4542,
676
+ "step": 930
677
+ },
678
+ {
679
+ "epoch": 0.5666063893911996,
680
+ "grad_norm": 0.15603500604629517,
681
+ "learning_rate": 4.880817926680167e-05,
682
+ "loss": 1.4565,
683
+ "step": 940
684
+ },
685
+ {
686
+ "epoch": 0.5726341169379144,
687
+ "grad_norm": 0.14839062094688416,
688
+ "learning_rate": 4.8754098153398706e-05,
689
+ "loss": 1.4833,
690
+ "step": 950
691
+ },
692
+ {
693
+ "epoch": 0.5786618444846293,
694
+ "grad_norm": 0.14976999163627625,
695
+ "learning_rate": 4.869884841711107e-05,
696
+ "loss": 1.4957,
697
+ "step": 960
698
+ },
699
+ {
700
+ "epoch": 0.5846895720313442,
701
+ "grad_norm": 0.15414153039455414,
702
+ "learning_rate": 4.8642432776042616e-05,
703
+ "loss": 1.4816,
704
+ "step": 970
705
+ },
706
+ {
707
+ "epoch": 0.5907172995780591,
708
+ "grad_norm": 0.15507987141609192,
709
+ "learning_rate": 4.858485400565589e-05,
710
+ "loss": 1.4728,
711
+ "step": 980
712
+ },
713
+ {
714
+ "epoch": 0.596745027124774,
715
+ "grad_norm": 0.1561218947172165,
716
+ "learning_rate": 4.85261149386355e-05,
717
+ "loss": 1.4936,
718
+ "step": 990
719
+ },
720
+ {
721
+ "epoch": 0.6027727546714888,
722
+ "grad_norm": 0.15994535386562347,
723
+ "learning_rate": 4.846621846474885e-05,
724
+ "loss": 1.4705,
725
+ "step": 1000
726
+ },
727
+ {
728
+ "epoch": 0.6088004822182037,
729
+ "grad_norm": 0.14968565106391907,
730
+ "learning_rate": 4.840516753070387e-05,
731
+ "loss": 1.4638,
732
+ "step": 1010
733
+ },
734
+ {
735
+ "epoch": 0.6148282097649186,
736
+ "grad_norm": 0.1536279022693634,
737
+ "learning_rate": 4.834296514000416e-05,
738
+ "loss": 1.4757,
739
+ "step": 1020
740
+ },
741
+ {
742
+ "epoch": 0.6208559373116335,
743
+ "grad_norm": 0.1513814926147461,
744
+ "learning_rate": 4.827961435280112e-05,
745
+ "loss": 1.4548,
746
+ "step": 1030
747
+ },
748
+ {
749
+ "epoch": 0.6268836648583485,
750
+ "grad_norm": 0.16222743690013885,
751
+ "learning_rate": 4.821511828574349e-05,
752
+ "loss": 1.4643,
753
+ "step": 1040
754
+ },
755
+ {
756
+ "epoch": 0.6329113924050633,
757
+ "grad_norm": 0.1569400429725647,
758
+ "learning_rate": 4.814948011182395e-05,
759
+ "loss": 1.4459,
760
+ "step": 1050
761
+ },
762
+ {
763
+ "epoch": 0.6389391199517782,
764
+ "grad_norm": 0.15996038913726807,
765
+ "learning_rate": 4.808270306022308e-05,
766
+ "loss": 1.4403,
767
+ "step": 1060
768
+ },
769
+ {
770
+ "epoch": 0.6449668474984931,
771
+ "grad_norm": 0.1647796779870987,
772
+ "learning_rate": 4.801479041615046e-05,
773
+ "loss": 1.4844,
774
+ "step": 1070
775
+ },
776
+ {
777
+ "epoch": 0.650994575045208,
778
+ "grad_norm": 0.17005598545074463,
779
+ "learning_rate": 4.7945745520683025e-05,
780
+ "loss": 1.4628,
781
+ "step": 1080
782
+ },
783
+ {
784
+ "epoch": 0.6570223025919228,
785
+ "grad_norm": 0.1692131757736206,
786
+ "learning_rate": 4.787557177060077e-05,
787
+ "loss": 1.4842,
788
+ "step": 1090
789
+ },
790
+ {
791
+ "epoch": 0.6630500301386377,
792
+ "grad_norm": 0.16042789816856384,
793
+ "learning_rate": 4.780427261821957e-05,
794
+ "loss": 1.4338,
795
+ "step": 1100
796
+ },
797
+ {
798
+ "epoch": 0.6690777576853526,
799
+ "grad_norm": 0.1652117818593979,
800
+ "learning_rate": 4.773185157122136e-05,
801
+ "loss": 1.4623,
802
+ "step": 1110
803
+ },
804
+ {
805
+ "epoch": 0.6751054852320675,
806
+ "grad_norm": 0.17494116723537445,
807
+ "learning_rate": 4.7658312192481587e-05,
808
+ "loss": 1.4542,
809
+ "step": 1120
810
+ },
811
+ {
812
+ "epoch": 0.6811332127787824,
813
+ "grad_norm": 0.15841905772686005,
814
+ "learning_rate": 4.758365809989389e-05,
815
+ "loss": 1.4461,
816
+ "step": 1130
817
+ },
818
+ {
819
+ "epoch": 0.6871609403254972,
820
+ "grad_norm": 0.16204172372817993,
821
+ "learning_rate": 4.750789296619216e-05,
822
+ "loss": 1.4587,
823
+ "step": 1140
824
+ },
825
+ {
826
+ "epoch": 0.6931886678722122,
827
+ "grad_norm": 0.16820771992206573,
828
+ "learning_rate": 4.743102051876981e-05,
829
+ "loss": 1.4434,
830
+ "step": 1150
831
+ },
832
+ {
833
+ "epoch": 0.6992163954189271,
834
+ "grad_norm": 0.16587768495082855,
835
+ "learning_rate": 4.735304453949642e-05,
836
+ "loss": 1.4295,
837
+ "step": 1160
838
+ },
839
+ {
840
+ "epoch": 0.705244122965642,
841
+ "grad_norm": 0.17122101783752441,
842
+ "learning_rate": 4.727396886453168e-05,
843
+ "loss": 1.4533,
844
+ "step": 1170
845
+ },
846
+ {
847
+ "epoch": 0.7112718505123569,
848
+ "grad_norm": 0.16851390898227692,
849
+ "learning_rate": 4.719379738413667e-05,
850
+ "loss": 1.4473,
851
+ "step": 1180
852
+ },
853
+ {
854
+ "epoch": 0.7172995780590717,
855
+ "grad_norm": 0.17578575015068054,
856
+ "learning_rate": 4.7112534042482456e-05,
857
+ "loss": 1.4211,
858
+ "step": 1190
859
+ },
860
+ {
861
+ "epoch": 0.7233273056057866,
862
+ "grad_norm": 0.17948541045188904,
863
+ "learning_rate": 4.703018283745607e-05,
864
+ "loss": 1.4639,
865
+ "step": 1200
866
+ },
867
+ {
868
+ "epoch": 0.7233273056057866,
869
+ "eval_loss": 1.4173197746276855,
870
+ "eval_runtime": 110.1107,
871
+ "eval_samples_per_second": 9.745,
872
+ "eval_steps_per_second": 2.443,
873
+ "step": 1200
874
+ },
875
+ {
876
+ "epoch": 0.7293550331525015,
877
+ "grad_norm": 0.17049939930438995,
878
+ "learning_rate": 4.6946747820463784e-05,
879
+ "loss": 1.4517,
880
+ "step": 1210
881
+ },
882
+ {
883
+ "epoch": 0.7353827606992164,
884
+ "grad_norm": 0.18009638786315918,
885
+ "learning_rate": 4.686223309623186e-05,
886
+ "loss": 1.4233,
887
+ "step": 1220
888
+ },
889
+ {
890
+ "epoch": 0.7414104882459313,
891
+ "grad_norm": 0.18773365020751953,
892
+ "learning_rate": 4.677664282260457e-05,
893
+ "loss": 1.4673,
894
+ "step": 1230
895
+ },
896
+ {
897
+ "epoch": 0.7474382157926461,
898
+ "grad_norm": 0.19085349142551422,
899
+ "learning_rate": 4.6689981210339636e-05,
900
+ "loss": 1.4211,
901
+ "step": 1240
902
+ },
903
+ {
904
+ "epoch": 0.753465943339361,
905
+ "grad_norm": 0.17285512387752533,
906
+ "learning_rate": 4.660225252290111e-05,
907
+ "loss": 1.4312,
908
+ "step": 1250
909
+ },
910
+ {
911
+ "epoch": 0.759493670886076,
912
+ "grad_norm": 0.18272553384304047,
913
+ "learning_rate": 4.651346107624959e-05,
914
+ "loss": 1.448,
915
+ "step": 1260
916
+ },
917
+ {
918
+ "epoch": 0.7655213984327909,
919
+ "grad_norm": 0.1952652931213379,
920
+ "learning_rate": 4.642361123862991e-05,
921
+ "loss": 1.4437,
922
+ "step": 1270
923
+ },
924
+ {
925
+ "epoch": 0.7715491259795058,
926
+ "grad_norm": 0.18138745427131653,
927
+ "learning_rate": 4.6332707430356214e-05,
928
+ "loss": 1.4338,
929
+ "step": 1280
930
+ },
931
+ {
932
+ "epoch": 0.7775768535262206,
933
+ "grad_norm": 0.18755076825618744,
934
+ "learning_rate": 4.6240754123594555e-05,
935
+ "loss": 1.4129,
936
+ "step": 1290
937
+ },
938
+ {
939
+ "epoch": 0.7836045810729355,
940
+ "grad_norm": 0.18552865087985992,
941
+ "learning_rate": 4.6147755842142785e-05,
942
+ "loss": 1.4414,
943
+ "step": 1300
944
+ },
945
+ {
946
+ "epoch": 0.7896323086196504,
947
+ "grad_norm": 0.1893608421087265,
948
+ "learning_rate": 4.605371716120805e-05,
949
+ "loss": 1.4264,
950
+ "step": 1310
951
+ },
952
+ {
953
+ "epoch": 0.7956600361663653,
954
+ "grad_norm": 0.1964706927537918,
955
+ "learning_rate": 4.595864270718175e-05,
956
+ "loss": 1.4267,
957
+ "step": 1320
958
+ },
959
+ {
960
+ "epoch": 0.8016877637130801,
961
+ "grad_norm": 0.1870163083076477,
962
+ "learning_rate": 4.586253715741182e-05,
963
+ "loss": 1.4051,
964
+ "step": 1330
965
+ },
966
+ {
967
+ "epoch": 0.807715491259795,
968
+ "grad_norm": 0.19142790138721466,
969
+ "learning_rate": 4.5765405239972736e-05,
970
+ "loss": 1.3907,
971
+ "step": 1340
972
+ },
973
+ {
974
+ "epoch": 0.8137432188065099,
975
+ "grad_norm": 0.20232027769088745,
976
+ "learning_rate": 4.566725173343285e-05,
977
+ "loss": 1.4212,
978
+ "step": 1350
979
+ },
980
+ {
981
+ "epoch": 0.8197709463532248,
982
+ "grad_norm": 0.2128591388463974,
983
+ "learning_rate": 4.5568081466619286e-05,
984
+ "loss": 1.4435,
985
+ "step": 1360
986
+ },
987
+ {
988
+ "epoch": 0.8257986738999398,
989
+ "grad_norm": 0.19985191524028778,
990
+ "learning_rate": 4.546789931838044e-05,
991
+ "loss": 1.41,
992
+ "step": 1370
993
+ },
994
+ {
995
+ "epoch": 0.8318264014466547,
996
+ "grad_norm": 0.20753121376037598,
997
+ "learning_rate": 4.53667102173459e-05,
998
+ "loss": 1.4132,
999
+ "step": 1380
1000
+ },
1001
+ {
1002
+ "epoch": 0.8378541289933695,
1003
+ "grad_norm": 0.20165076851844788,
1004
+ "learning_rate": 4.5264519141684e-05,
1005
+ "loss": 1.4049,
1006
+ "step": 1390
1007
+ },
1008
+ {
1009
+ "epoch": 0.8438818565400844,
1010
+ "grad_norm": 0.20434871315956116,
1011
+ "learning_rate": 4.5161331118856885e-05,
1012
+ "loss": 1.4151,
1013
+ "step": 1400
1014
+ },
1015
+ {
1016
+ "epoch": 0.8499095840867993,
1017
+ "grad_norm": 0.21217265725135803,
1018
+ "learning_rate": 4.5057151225373226e-05,
1019
+ "loss": 1.4253,
1020
+ "step": 1410
1021
+ },
1022
+ {
1023
+ "epoch": 0.8559373116335142,
1024
+ "grad_norm": 0.20287655293941498,
1025
+ "learning_rate": 4.495198458653843e-05,
1026
+ "loss": 1.4054,
1027
+ "step": 1420
1028
+ },
1029
+ {
1030
+ "epoch": 0.861965039180229,
1031
+ "grad_norm": 0.21480686962604523,
1032
+ "learning_rate": 4.4845836376202496e-05,
1033
+ "loss": 1.4149,
1034
+ "step": 1430
1035
+ },
1036
+ {
1037
+ "epoch": 0.8679927667269439,
1038
+ "grad_norm": 0.21573026478290558,
1039
+ "learning_rate": 4.473871181650549e-05,
1040
+ "loss": 1.4029,
1041
+ "step": 1440
1042
+ },
1043
+ {
1044
+ "epoch": 0.8740204942736588,
1045
+ "grad_norm": 0.20224231481552124,
1046
+ "learning_rate": 4.463061617762064e-05,
1047
+ "loss": 1.4278,
1048
+ "step": 1450
1049
+ },
1050
+ {
1051
+ "epoch": 0.8800482218203737,
1052
+ "grad_norm": 0.21252532303333282,
1053
+ "learning_rate": 4.452155477749503e-05,
1054
+ "loss": 1.3834,
1055
+ "step": 1460
1056
+ },
1057
+ {
1058
+ "epoch": 0.8860759493670886,
1059
+ "grad_norm": 0.2173161506652832,
1060
+ "learning_rate": 4.441153298158803e-05,
1061
+ "loss": 1.4152,
1062
+ "step": 1470
1063
+ },
1064
+ {
1065
+ "epoch": 0.8921036769138035,
1066
+ "grad_norm": 0.2368983030319214,
1067
+ "learning_rate": 4.430055620260726e-05,
1068
+ "loss": 1.404,
1069
+ "step": 1480
1070
+ },
1071
+ {
1072
+ "epoch": 0.8981314044605184,
1073
+ "grad_norm": 0.22046008706092834,
1074
+ "learning_rate": 4.4188629900242376e-05,
1075
+ "loss": 1.4049,
1076
+ "step": 1490
1077
+ },
1078
+ {
1079
+ "epoch": 0.9041591320072333,
1080
+ "grad_norm": 0.21961750090122223,
1081
+ "learning_rate": 4.40757595808964e-05,
1082
+ "loss": 1.3673,
1083
+ "step": 1500
1084
+ },
1085
+ {
1086
+ "epoch": 0.9101868595539482,
1087
+ "grad_norm": 0.21616864204406738,
1088
+ "learning_rate": 4.396195079741489e-05,
1089
+ "loss": 1.3827,
1090
+ "step": 1510
1091
+ },
1092
+ {
1093
+ "epoch": 0.9162145871006631,
1094
+ "grad_norm": 0.22866834700107574,
1095
+ "learning_rate": 4.384720914881273e-05,
1096
+ "loss": 1.3799,
1097
+ "step": 1520
1098
+ },
1099
+ {
1100
+ "epoch": 0.9222423146473779,
1101
+ "grad_norm": 0.23651176691055298,
1102
+ "learning_rate": 4.373154027999865e-05,
1103
+ "loss": 1.3674,
1104
+ "step": 1530
1105
+ },
1106
+ {
1107
+ "epoch": 0.9282700421940928,
1108
+ "grad_norm": 0.2270604968070984,
1109
+ "learning_rate": 4.3614949881497555e-05,
1110
+ "loss": 1.404,
1111
+ "step": 1540
1112
+ },
1113
+ {
1114
+ "epoch": 0.9342977697408077,
1115
+ "grad_norm": 0.24052606523036957,
1116
+ "learning_rate": 4.349744368917057e-05,
1117
+ "loss": 1.3926,
1118
+ "step": 1550
1119
+ },
1120
+ {
1121
+ "epoch": 0.9403254972875226,
1122
+ "grad_norm": 0.25563594698905945,
1123
+ "learning_rate": 4.337902748393281e-05,
1124
+ "loss": 1.3814,
1125
+ "step": 1560
1126
+ },
1127
+ {
1128
+ "epoch": 0.9463532248342374,
1129
+ "grad_norm": 0.23579391837120056,
1130
+ "learning_rate": 4.3259707091469036e-05,
1131
+ "loss": 1.4086,
1132
+ "step": 1570
1133
+ },
1134
+ {
1135
+ "epoch": 0.9523809523809523,
1136
+ "grad_norm": 0.24091574549674988,
1137
+ "learning_rate": 4.313948838194701e-05,
1138
+ "loss": 1.3929,
1139
+ "step": 1580
1140
+ },
1141
+ {
1142
+ "epoch": 0.9584086799276673,
1143
+ "grad_norm": 0.24928399920463562,
1144
+ "learning_rate": 4.301837726972871e-05,
1145
+ "loss": 1.4287,
1146
+ "step": 1590
1147
+ },
1148
+ {
1149
+ "epoch": 0.9644364074743822,
1150
+ "grad_norm": 0.2525610625743866,
1151
+ "learning_rate": 4.289637971307938e-05,
1152
+ "loss": 1.3837,
1153
+ "step": 1600
1154
+ },
1155
+ {
1156
+ "epoch": 0.9644364074743822,
1157
+ "eval_loss": 1.3578946590423584,
1158
+ "eval_runtime": 109.9596,
1159
+ "eval_samples_per_second": 9.758,
1160
+ "eval_steps_per_second": 2.446,
1161
+ "step": 1600
1162
+ },
1163
+ {
1164
+ "epoch": 0.9704641350210971,
1165
+ "grad_norm": 0.23288561403751373,
1166
+ "learning_rate": 4.27735017138744e-05,
1167
+ "loss": 1.3653,
1168
+ "step": 1610
1169
+ },
1170
+ {
1171
+ "epoch": 0.976491862567812,
1172
+ "grad_norm": 0.23934006690979004,
1173
+ "learning_rate": 4.264974931730396e-05,
1174
+ "loss": 1.3944,
1175
+ "step": 1620
1176
+ },
1177
+ {
1178
+ "epoch": 0.9825195901145268,
1179
+ "grad_norm": 0.2440434992313385,
1180
+ "learning_rate": 4.252512861157577e-05,
1181
+ "loss": 1.3721,
1182
+ "step": 1630
1183
+ },
1184
+ {
1185
+ "epoch": 0.9885473176612417,
1186
+ "grad_norm": 0.24858222901821136,
1187
+ "learning_rate": 4.239964572761542e-05,
1188
+ "loss": 1.3672,
1189
+ "step": 1640
1190
+ },
1191
+ {
1192
+ "epoch": 0.9945750452079566,
1193
+ "grad_norm": 0.255058616399765,
1194
+ "learning_rate": 4.2273306838764825e-05,
1195
+ "loss": 1.3768,
1196
+ "step": 1650
1197
+ },
1198
+ {
1199
+ "epoch": 1.0006027727546716,
1200
+ "grad_norm": 0.2636558413505554,
1201
+ "learning_rate": 4.2146118160478505e-05,
1202
+ "loss": 1.3438,
1203
+ "step": 1660
1204
+ },
1205
+ {
1206
+ "epoch": 1.0066305003013865,
1207
+ "grad_norm": 0.2660534977912903,
1208
+ "learning_rate": 4.2018085950017804e-05,
1209
+ "loss": 1.3228,
1210
+ "step": 1670
1211
+ },
1212
+ {
1213
+ "epoch": 1.0126582278481013,
1214
+ "grad_norm": 0.2813737094402313,
1215
+ "learning_rate": 4.1889216506143056e-05,
1216
+ "loss": 1.3205,
1217
+ "step": 1680
1218
+ },
1219
+ {
1220
+ "epoch": 1.0186859553948162,
1221
+ "grad_norm": 0.2968331277370453,
1222
+ "learning_rate": 4.1759516168803694e-05,
1223
+ "loss": 1.3069,
1224
+ "step": 1690
1225
+ },
1226
+ {
1227
+ "epoch": 1.024713682941531,
1228
+ "grad_norm": 0.28205934166908264,
1229
+ "learning_rate": 4.1628991318826365e-05,
1230
+ "loss": 1.3161,
1231
+ "step": 1700
1232
+ },
1233
+ {
1234
+ "epoch": 1.030741410488246,
1235
+ "grad_norm": 0.27789610624313354,
1236
+ "learning_rate": 4.1497648377601005e-05,
1237
+ "loss": 1.3354,
1238
+ "step": 1710
1239
+ },
1240
+ {
1241
+ "epoch": 1.0367691380349608,
1242
+ "grad_norm": 0.27981898188591003,
1243
+ "learning_rate": 4.136549380676491e-05,
1244
+ "loss": 1.3201,
1245
+ "step": 1720
1246
+ },
1247
+ {
1248
+ "epoch": 1.0427968655816757,
1249
+ "grad_norm": 0.2824476957321167,
1250
+ "learning_rate": 4.123253410788488e-05,
1251
+ "loss": 1.3295,
1252
+ "step": 1730
1253
+ },
1254
+ {
1255
+ "epoch": 1.0488245931283906,
1256
+ "grad_norm": 0.279563307762146,
1257
+ "learning_rate": 4.1098775822137346e-05,
1258
+ "loss": 1.2988,
1259
+ "step": 1740
1260
+ },
1261
+ {
1262
+ "epoch": 1.0548523206751055,
1263
+ "grad_norm": 0.30854421854019165,
1264
+ "learning_rate": 4.096422552998654e-05,
1265
+ "loss": 1.3295,
1266
+ "step": 1750
1267
+ },
1268
+ {
1269
+ "epoch": 1.0608800482218204,
1270
+ "grad_norm": 0.292086124420166,
1271
+ "learning_rate": 4.082888985086084e-05,
1272
+ "loss": 1.2776,
1273
+ "step": 1760
1274
+ },
1275
+ {
1276
+ "epoch": 1.0669077757685352,
1277
+ "grad_norm": 0.2996542155742645,
1278
+ "learning_rate": 4.069277544282699e-05,
1279
+ "loss": 1.3308,
1280
+ "step": 1770
1281
+ },
1282
+ {
1283
+ "epoch": 1.0729355033152501,
1284
+ "grad_norm": 0.2958160936832428,
1285
+ "learning_rate": 4.055588900226267e-05,
1286
+ "loss": 1.3138,
1287
+ "step": 1780
1288
+ },
1289
+ {
1290
+ "epoch": 1.078963230861965,
1291
+ "grad_norm": 0.29136922955513,
1292
+ "learning_rate": 4.041823726352696e-05,
1293
+ "loss": 1.3303,
1294
+ "step": 1790
1295
+ },
1296
+ {
1297
+ "epoch": 1.0849909584086799,
1298
+ "grad_norm": 0.29927417635917664,
1299
+ "learning_rate": 4.02798269986291e-05,
1300
+ "loss": 1.2884,
1301
+ "step": 1800
1302
+ },
1303
+ {
1304
+ "epoch": 1.0910186859553948,
1305
+ "grad_norm": 0.30471071600914,
1306
+ "learning_rate": 4.014066501689531e-05,
1307
+ "loss": 1.3305,
1308
+ "step": 1810
1309
+ },
1310
+ {
1311
+ "epoch": 1.0970464135021096,
1312
+ "grad_norm": 0.2950434684753418,
1313
+ "learning_rate": 4.0000758164633745e-05,
1314
+ "loss": 1.3009,
1315
+ "step": 1820
1316
+ },
1317
+ {
1318
+ "epoch": 1.1030741410488245,
1319
+ "grad_norm": 0.30433064699172974,
1320
+ "learning_rate": 3.986011332479777e-05,
1321
+ "loss": 1.3154,
1322
+ "step": 1830
1323
+ },
1324
+ {
1325
+ "epoch": 1.1091018685955394,
1326
+ "grad_norm": 0.32296738028526306,
1327
+ "learning_rate": 3.971873741664726e-05,
1328
+ "loss": 1.2916,
1329
+ "step": 1840
1330
+ },
1331
+ {
1332
+ "epoch": 1.1151295961422543,
1333
+ "grad_norm": 0.30300599336624146,
1334
+ "learning_rate": 3.957663739540823e-05,
1335
+ "loss": 1.2712,
1336
+ "step": 1850
1337
+ },
1338
+ {
1339
+ "epoch": 1.1211573236889691,
1340
+ "grad_norm": 0.3014506697654724,
1341
+ "learning_rate": 3.9433820251930675e-05,
1342
+ "loss": 1.2903,
1343
+ "step": 1860
1344
+ },
1345
+ {
1346
+ "epoch": 1.1271850512356842,
1347
+ "grad_norm": 0.3053356409072876,
1348
+ "learning_rate": 3.9290293012344624e-05,
1349
+ "loss": 1.3064,
1350
+ "step": 1870
1351
+ },
1352
+ {
1353
+ "epoch": 1.1332127787823991,
1354
+ "grad_norm": 0.31932970881462097,
1355
+ "learning_rate": 3.914606273771446e-05,
1356
+ "loss": 1.2805,
1357
+ "step": 1880
1358
+ },
1359
+ {
1360
+ "epoch": 1.139240506329114,
1361
+ "grad_norm": 0.3033607006072998,
1362
+ "learning_rate": 3.9001136523691584e-05,
1363
+ "loss": 1.26,
1364
+ "step": 1890
1365
+ },
1366
+ {
1367
+ "epoch": 1.1452682338758289,
1368
+ "grad_norm": 0.30965933203697205,
1369
+ "learning_rate": 3.885552150016528e-05,
1370
+ "loss": 1.2992,
1371
+ "step": 1900
1372
+ },
1373
+ {
1374
+ "epoch": 1.1512959614225438,
1375
+ "grad_norm": 0.30874183773994446,
1376
+ "learning_rate": 3.8709224830912024e-05,
1377
+ "loss": 1.2718,
1378
+ "step": 1910
1379
+ },
1380
+ {
1381
+ "epoch": 1.1573236889692586,
1382
+ "grad_norm": 0.31119504570961,
1383
+ "learning_rate": 3.856225371324295e-05,
1384
+ "loss": 1.3106,
1385
+ "step": 1920
1386
+ },
1387
+ {
1388
+ "epoch": 1.1633514165159735,
1389
+ "grad_norm": 0.32276487350463867,
1390
+ "learning_rate": 3.841461537764984e-05,
1391
+ "loss": 1.2818,
1392
+ "step": 1930
1393
+ },
1394
+ {
1395
+ "epoch": 1.1693791440626884,
1396
+ "grad_norm": 0.31319287419319153,
1397
+ "learning_rate": 3.8266317087449385e-05,
1398
+ "loss": 1.3154,
1399
+ "step": 1940
1400
+ },
1401
+ {
1402
+ "epoch": 1.1754068716094033,
1403
+ "grad_norm": 0.3152843117713928,
1404
+ "learning_rate": 3.811736613842588e-05,
1405
+ "loss": 1.3068,
1406
+ "step": 1950
1407
+ },
1408
+ {
1409
+ "epoch": 1.1814345991561181,
1410
+ "grad_norm": 0.3310001492500305,
1411
+ "learning_rate": 3.796776985847222e-05,
1412
+ "loss": 1.2885,
1413
+ "step": 1960
1414
+ },
1415
+ {
1416
+ "epoch": 1.187462326702833,
1417
+ "grad_norm": 0.335748553276062,
1418
+ "learning_rate": 3.781753560722948e-05,
1419
+ "loss": 1.282,
1420
+ "step": 1970
1421
+ },
1422
+ {
1423
+ "epoch": 1.193490054249548,
1424
+ "grad_norm": 0.30873429775238037,
1425
+ "learning_rate": 3.76666707757248e-05,
1426
+ "loss": 1.288,
1427
+ "step": 1980
1428
+ },
1429
+ {
1430
+ "epoch": 1.1995177817962628,
1431
+ "grad_norm": 0.336524099111557,
1432
+ "learning_rate": 3.7515182786007774e-05,
1433
+ "loss": 1.2613,
1434
+ "step": 1990
1435
+ },
1436
+ {
1437
+ "epoch": 1.2055455093429777,
1438
+ "grad_norm": 0.337877094745636,
1439
+ "learning_rate": 3.73630790907853e-05,
1440
+ "loss": 1.2826,
1441
+ "step": 2000
1442
+ },
1443
+ {
1444
+ "epoch": 1.2055455093429777,
1445
+ "eval_loss": 1.293273687362671,
1446
+ "eval_runtime": 110.0977,
1447
+ "eval_samples_per_second": 9.746,
1448
+ "eval_steps_per_second": 2.443,
1449
+ "step": 2000
1450
+ }
1451
+ ],
1452
+ "logging_steps": 10,
1453
+ "max_steps": 4977,
1454
+ "num_input_tokens_seen": 0,
1455
+ "num_train_epochs": 3,
1456
+ "save_steps": 500,
1457
+ "stateful_callbacks": {
1458
+ "TrainerControl": {
1459
+ "args": {
1460
+ "should_epoch_stop": false,
1461
+ "should_evaluate": false,
1462
+ "should_log": false,
1463
+ "should_save": true,
1464
+ "should_training_stop": false
1465
+ },
1466
+ "attributes": {}
1467
+ }
1468
+ },
1469
+ "total_flos": 1.162909640032256e+19,
1470
+ "train_batch_size": 4,
1471
+ "trial_name": null,
1472
+ "trial_params": null
1473
+ }
checkpoint-2000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:276772c4ef2f26970b87a5557f24d7c42bdfe56a8d7f3d49ad7c2ec614711f92
3
+ size 7032
checkpoint-2000/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-2000/zero_to_fp32.py ADDED
@@ -0,0 +1,674 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 json
25
+ from tqdm import tqdm
26
+ from collections import OrderedDict
27
+ from dataclasses import dataclass
28
+
29
+ # while this script doesn't use deepspeed to recover data, since the checkpoints are pickled with
30
+ # DeepSpeed data structures it has to be available in the current python environment.
31
+ from deepspeed.utils import logger
32
+ from deepspeed.checkpoint.constants import (DS_VERSION, OPTIMIZER_STATE_DICT, SINGLE_PARTITION_OF_FP32_GROUPS,
33
+ FP32_FLAT_GROUPS, ZERO_STAGE, PARTITION_COUNT, PARAM_SHAPES, BUFFER_NAMES,
34
+ FROZEN_PARAM_SHAPES, FROZEN_PARAM_FRAGMENTS)
35
+
36
+
37
+ @dataclass
38
+ class zero_model_state:
39
+ buffers: dict()
40
+ param_shapes: dict()
41
+ shared_params: list
42
+ ds_version: int
43
+ frozen_param_shapes: dict()
44
+ frozen_param_fragments: dict()
45
+
46
+
47
+ debug = 0
48
+
49
+ # load to cpu
50
+ device = torch.device('cpu')
51
+
52
+
53
+ def atoi(text):
54
+ return int(text) if text.isdigit() else text
55
+
56
+
57
+ def natural_keys(text):
58
+ '''
59
+ alist.sort(key=natural_keys) sorts in human order
60
+ http://nedbatchelder.com/blog/200712/human_sorting.html
61
+ (See Toothy's implementation in the comments)
62
+ '''
63
+ return [atoi(c) for c in re.split(r'(\d+)', text)]
64
+
65
+
66
+ def get_model_state_file(checkpoint_dir, zero_stage):
67
+ if not os.path.isdir(checkpoint_dir):
68
+ raise FileNotFoundError(f"Directory '{checkpoint_dir}' doesn't exist")
69
+
70
+ # there should be only one file
71
+ if zero_stage <= 2:
72
+ file = os.path.join(checkpoint_dir, "mp_rank_00_model_states.pt")
73
+ elif zero_stage == 3:
74
+ file = os.path.join(checkpoint_dir, "zero_pp_rank_0_mp_rank_00_model_states.pt")
75
+
76
+ if not os.path.exists(file):
77
+ raise FileNotFoundError(f"can't find model states file at '{file}'")
78
+
79
+ return file
80
+
81
+
82
+ def get_checkpoint_files(checkpoint_dir, glob_pattern):
83
+ # XXX: need to test that this simple glob rule works for multi-node setup too
84
+ ckpt_files = sorted(glob.glob(os.path.join(checkpoint_dir, glob_pattern)), key=natural_keys)
85
+
86
+ if len(ckpt_files) == 0:
87
+ raise FileNotFoundError(f"can't find {glob_pattern} files in directory '{checkpoint_dir}'")
88
+
89
+ return ckpt_files
90
+
91
+
92
+ def get_optim_files(checkpoint_dir):
93
+ return get_checkpoint_files(checkpoint_dir, "*_optim_states.pt")
94
+
95
+
96
+ def get_model_state_files(checkpoint_dir):
97
+ return get_checkpoint_files(checkpoint_dir, "*_model_states.pt")
98
+
99
+
100
+ def parse_model_states(files):
101
+ zero_model_states = []
102
+ for file in files:
103
+ state_dict = torch.load(file, map_location=device)
104
+
105
+ if BUFFER_NAMES not in state_dict:
106
+ raise ValueError(f"{file} is not a model state checkpoint")
107
+ buffer_names = state_dict[BUFFER_NAMES]
108
+ if debug:
109
+ print("Found buffers:", buffer_names)
110
+
111
+ # recover just the buffers while restoring them to fp32 if they were saved in fp16
112
+ buffers = {k: v.float() for k, v in state_dict["module"].items() if k in buffer_names}
113
+ param_shapes = state_dict[PARAM_SHAPES]
114
+
115
+ # collect parameters that are included in param_shapes
116
+ param_names = []
117
+ for s in param_shapes:
118
+ for name in s.keys():
119
+ param_names.append(name)
120
+
121
+ # update with frozen parameters
122
+ frozen_param_shapes = state_dict.get(FROZEN_PARAM_SHAPES, None)
123
+ if frozen_param_shapes is not None:
124
+ if debug:
125
+ print(f"Found frozen_param_shapes: {frozen_param_shapes}")
126
+ param_names += list(frozen_param_shapes.keys())
127
+
128
+ # handle shared params
129
+ shared_params = [[k, v] for k, v in state_dict["shared_params"].items()]
130
+
131
+ ds_version = state_dict.get(DS_VERSION, None)
132
+
133
+ frozen_param_fragments = state_dict.get(FROZEN_PARAM_FRAGMENTS, None)
134
+
135
+ z_model_state = zero_model_state(buffers=buffers,
136
+ param_shapes=param_shapes,
137
+ shared_params=shared_params,
138
+ ds_version=ds_version,
139
+ frozen_param_shapes=frozen_param_shapes,
140
+ frozen_param_fragments=frozen_param_fragments)
141
+ zero_model_states.append(z_model_state)
142
+
143
+ return zero_model_states
144
+
145
+
146
+ def parse_optim_states(files, ds_checkpoint_dir):
147
+ total_files = len(files)
148
+ state_dicts = []
149
+ for f in files:
150
+ state_dict = torch.load(f, map_location=device)
151
+ # immediately discard the potentially huge 2 optimizer states as we only care for fp32 master weights
152
+ # and also handle the case where it was already removed by another helper script
153
+ state_dict["optimizer_state_dict"].pop("optimizer_state_dict", None)
154
+ state_dicts.append(state_dict)
155
+
156
+ if not ZERO_STAGE in state_dicts[0][OPTIMIZER_STATE_DICT]:
157
+ raise ValueError(f"{files[0]} is not a zero checkpoint")
158
+ zero_stage = state_dicts[0][OPTIMIZER_STATE_DICT][ZERO_STAGE]
159
+ world_size = state_dicts[0][OPTIMIZER_STATE_DICT][PARTITION_COUNT]
160
+
161
+ # For ZeRO-2 each param group can have different partition_count as data parallelism for expert
162
+ # parameters can be different from data parallelism for non-expert parameters. So we can just
163
+ # use the max of the partition_count to get the dp world_size.
164
+
165
+ if type(world_size) is list:
166
+ world_size = max(world_size)
167
+
168
+ if world_size != total_files:
169
+ raise ValueError(
170
+ f"Expected {world_size} of '*_optim_states.pt' under '{ds_checkpoint_dir}' but found {total_files} files. "
171
+ "Possibly due to an overwrite of an old checkpoint, or a checkpoint didn't get saved by one or more processes."
172
+ )
173
+
174
+ # the groups are named differently in each stage
175
+ if zero_stage <= 2:
176
+ fp32_groups_key = SINGLE_PARTITION_OF_FP32_GROUPS
177
+ elif zero_stage == 3:
178
+ fp32_groups_key = FP32_FLAT_GROUPS
179
+ else:
180
+ raise ValueError(f"unknown zero stage {zero_stage}")
181
+
182
+ if zero_stage <= 2:
183
+ fp32_flat_groups = [state_dicts[i][OPTIMIZER_STATE_DICT][fp32_groups_key] for i in range(len(state_dicts))]
184
+ elif zero_stage == 3:
185
+ # if there is more than one param group, there will be multiple flattened tensors - one
186
+ # flattened tensor per group - for simplicity merge them into a single tensor
187
+ #
188
+ # XXX: could make the script more memory efficient for when there are multiple groups - it
189
+ # will require matching the sub-lists of param_shapes for each param group flattened tensor
190
+
191
+ fp32_flat_groups = [
192
+ torch.cat(state_dicts[i][OPTIMIZER_STATE_DICT][fp32_groups_key], 0) for i in range(len(state_dicts))
193
+ ]
194
+
195
+ return zero_stage, world_size, fp32_flat_groups
196
+
197
+
198
+ def _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir, exclude_frozen_parameters):
199
+ """
200
+ Returns fp32 state_dict reconstructed from ds checkpoint
201
+
202
+ Args:
203
+ - ``ds_checkpoint_dir``: path to the deepspeed checkpoint folder (where the optimizer files are)
204
+
205
+ """
206
+ print(f"Processing zero checkpoint '{ds_checkpoint_dir}'")
207
+
208
+ optim_files = get_optim_files(ds_checkpoint_dir)
209
+ zero_stage, world_size, fp32_flat_groups = parse_optim_states(optim_files, ds_checkpoint_dir)
210
+ print(f"Detected checkpoint of type zero stage {zero_stage}, world_size: {world_size}")
211
+
212
+ model_files = get_model_state_files(ds_checkpoint_dir)
213
+
214
+ zero_model_states = parse_model_states(model_files)
215
+ print(f'Parsing checkpoint created by deepspeed=={zero_model_states[0].ds_version}')
216
+
217
+ if zero_stage <= 2:
218
+ return _get_fp32_state_dict_from_zero2_checkpoint(world_size, fp32_flat_groups, zero_model_states,
219
+ exclude_frozen_parameters)
220
+ elif zero_stage == 3:
221
+ return _get_fp32_state_dict_from_zero3_checkpoint(world_size, fp32_flat_groups, zero_model_states,
222
+ exclude_frozen_parameters)
223
+
224
+
225
+ def _zero2_merge_frozen_params(state_dict, zero_model_states):
226
+ if zero_model_states[0].frozen_param_shapes is None or len(zero_model_states[0].frozen_param_shapes) == 0:
227
+ return
228
+
229
+ frozen_param_shapes = zero_model_states[0].frozen_param_shapes
230
+ frozen_param_fragments = zero_model_states[0].frozen_param_fragments
231
+
232
+ if debug:
233
+ num_elem = sum(s.numel() for s in frozen_param_shapes.values())
234
+ print(f'rank 0: {FROZEN_PARAM_SHAPES}.numel = {num_elem}')
235
+
236
+ wanted_params = len(frozen_param_shapes)
237
+ wanted_numel = sum(s.numel() for s in frozen_param_shapes.values())
238
+ avail_numel = sum([p.numel() for p in frozen_param_fragments.values()])
239
+ print(f'Frozen params: Have {avail_numel} numels to process.')
240
+ print(f'Frozen params: Need {wanted_numel} numels in {wanted_params} params')
241
+
242
+ total_params = 0
243
+ total_numel = 0
244
+ for name, shape in frozen_param_shapes.items():
245
+ total_params += 1
246
+ unpartitioned_numel = shape.numel()
247
+ total_numel += unpartitioned_numel
248
+
249
+ state_dict[name] = frozen_param_fragments[name]
250
+
251
+ if debug:
252
+ print(f"{name} full shape: {shape} unpartitioned numel {unpartitioned_numel} ")
253
+
254
+ print(f"Reconstructed Frozen fp32 state dict with {total_params} params {total_numel} elements")
255
+
256
+
257
+ def _has_callable(obj, fn):
258
+ attr = getattr(obj, fn, None)
259
+ return callable(attr)
260
+
261
+
262
+ def _zero2_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states):
263
+ param_shapes = zero_model_states[0].param_shapes
264
+
265
+ # Reconstruction protocol:
266
+ #
267
+ # XXX: document this
268
+
269
+ if debug:
270
+ for i in range(world_size):
271
+ for j in range(len(fp32_flat_groups[0])):
272
+ print(f"{FP32_FLAT_GROUPS}[{i}][{j}].shape={fp32_flat_groups[i][j].shape}")
273
+
274
+ # XXX: memory usage doubles here (zero2)
275
+ num_param_groups = len(fp32_flat_groups[0])
276
+ merged_single_partition_of_fp32_groups = []
277
+ for i in range(num_param_groups):
278
+ merged_partitions = [sd[i] for sd in fp32_flat_groups]
279
+ full_single_fp32_vector = torch.cat(merged_partitions, 0)
280
+ merged_single_partition_of_fp32_groups.append(full_single_fp32_vector)
281
+ avail_numel = sum(
282
+ [full_single_fp32_vector.numel() for full_single_fp32_vector in merged_single_partition_of_fp32_groups])
283
+
284
+ if debug:
285
+ wanted_params = sum([len(shapes) for shapes in param_shapes])
286
+ wanted_numel = sum([sum(shape.numel() for shape in shapes.values()) for shapes in param_shapes])
287
+ # not asserting if there is a mismatch due to possible padding
288
+ print(f"Have {avail_numel} numels to process.")
289
+ print(f"Need {wanted_numel} numels in {wanted_params} params.")
290
+
291
+ # params
292
+ # XXX: for huge models that can't fit into the host's RAM we will have to recode this to support
293
+ # out-of-core computing solution
294
+ total_numel = 0
295
+ total_params = 0
296
+ for shapes, full_single_fp32_vector in zip(param_shapes, merged_single_partition_of_fp32_groups):
297
+ offset = 0
298
+ avail_numel = full_single_fp32_vector.numel()
299
+ for name, shape in shapes.items():
300
+
301
+ unpartitioned_numel = shape.numel() if _has_callable(shape, 'numel') else math.prod(shape)
302
+ total_numel += unpartitioned_numel
303
+ total_params += 1
304
+
305
+ if debug:
306
+ print(f"{name} full shape: {shape} unpartitioned numel {unpartitioned_numel} ")
307
+ state_dict[name] = full_single_fp32_vector.narrow(0, offset, unpartitioned_numel).view(shape)
308
+ offset += unpartitioned_numel
309
+
310
+ # Z2 started to align to 2*world_size to improve nccl performance. Therefore both offset and
311
+ # avail_numel can differ by anywhere between 0..2*world_size. Due to two unrelated complex
312
+ # paddings performed in the code it's almost impossible to predict the exact numbers w/o the
313
+ # live optimizer object, so we are checking that the numbers are within the right range
314
+ align_to = 2 * world_size
315
+
316
+ def zero2_align(x):
317
+ return align_to * math.ceil(x / align_to)
318
+
319
+ if debug:
320
+ print(f"original offset={offset}, avail_numel={avail_numel}")
321
+
322
+ offset = zero2_align(offset)
323
+ avail_numel = zero2_align(avail_numel)
324
+
325
+ if debug:
326
+ print(f"aligned offset={offset}, avail_numel={avail_numel}")
327
+
328
+ # Sanity check
329
+ if offset != avail_numel:
330
+ raise ValueError(f"consumed {offset} numels out of {avail_numel} - something is wrong")
331
+
332
+ print(f"Reconstructed fp32 state dict with {total_params} params {total_numel} elements")
333
+
334
+
335
+ def _get_fp32_state_dict_from_zero2_checkpoint(world_size, fp32_flat_groups, zero_model_states,
336
+ exclude_frozen_parameters):
337
+ state_dict = OrderedDict()
338
+
339
+ # buffers
340
+ buffers = zero_model_states[0].buffers
341
+ state_dict.update(buffers)
342
+ if debug:
343
+ print(f"added {len(buffers)} buffers")
344
+
345
+ if not exclude_frozen_parameters:
346
+ _zero2_merge_frozen_params(state_dict, zero_model_states)
347
+
348
+ _zero2_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states)
349
+
350
+ # recover shared parameters
351
+ for pair in zero_model_states[0].shared_params:
352
+ if pair[1] in state_dict:
353
+ state_dict[pair[0]] = state_dict[pair[1]]
354
+
355
+ return state_dict
356
+
357
+
358
+ def zero3_partitioned_param_info(unpartitioned_numel, world_size):
359
+ remainder = unpartitioned_numel % world_size
360
+ padding_numel = (world_size - remainder) if remainder else 0
361
+ partitioned_numel = math.ceil(unpartitioned_numel / world_size)
362
+ return partitioned_numel, padding_numel
363
+
364
+
365
+ def _zero3_merge_frozen_params(state_dict, world_size, zero_model_states):
366
+ if zero_model_states[0].frozen_param_shapes is None or len(zero_model_states[0].frozen_param_shapes) == 0:
367
+ return
368
+
369
+ if debug:
370
+ for i in range(world_size):
371
+ num_elem = sum(s.numel() for s in zero_model_states[i].frozen_param_fragments.values())
372
+ print(f'rank {i}: {FROZEN_PARAM_SHAPES}.numel = {num_elem}')
373
+
374
+ frozen_param_shapes = zero_model_states[0].frozen_param_shapes
375
+ wanted_params = len(frozen_param_shapes)
376
+ wanted_numel = sum(s.numel() for s in frozen_param_shapes.values())
377
+ avail_numel = sum([p.numel() for p in zero_model_states[0].frozen_param_fragments.values()]) * world_size
378
+ print(f'Frozen params: Have {avail_numel} numels to process.')
379
+ print(f'Frozen params: Need {wanted_numel} numels in {wanted_params} params')
380
+
381
+ total_params = 0
382
+ total_numel = 0
383
+ for name, shape in zero_model_states[0].frozen_param_shapes.items():
384
+ total_params += 1
385
+ unpartitioned_numel = shape.numel()
386
+ total_numel += unpartitioned_numel
387
+
388
+ param_frags = tuple(model_state.frozen_param_fragments[name] for model_state in zero_model_states)
389
+ state_dict[name] = torch.cat(param_frags, 0).narrow(0, 0, unpartitioned_numel).view(shape)
390
+
391
+ partitioned_numel, partitioned_padding_numel = zero3_partitioned_param_info(unpartitioned_numel, world_size)
392
+
393
+ if debug:
394
+ print(
395
+ f"Frozen params: {total_params} {name} full shape: {shape} partition0 numel={partitioned_numel} partitioned_padding_numel={partitioned_padding_numel}"
396
+ )
397
+
398
+ print(f"Reconstructed Frozen fp32 state dict with {total_params} params {total_numel} elements")
399
+
400
+
401
+ def _zero3_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states):
402
+ param_shapes = zero_model_states[0].param_shapes
403
+ avail_numel = fp32_flat_groups[0].numel() * world_size
404
+ # Reconstruction protocol: For zero3 we need to zip the partitions together at boundary of each
405
+ # param, re-consolidating each param, while dealing with padding if any
406
+
407
+ # merge list of dicts, preserving order
408
+ param_shapes = {k: v for d in param_shapes for k, v in d.items()}
409
+
410
+ if debug:
411
+ for i in range(world_size):
412
+ print(f"{FP32_FLAT_GROUPS}[{i}].shape={fp32_flat_groups[i].shape}")
413
+
414
+ wanted_params = len(param_shapes)
415
+ wanted_numel = sum(shape.numel() for shape in param_shapes.values())
416
+ # not asserting if there is a mismatch due to possible padding
417
+ avail_numel = fp32_flat_groups[0].numel() * world_size
418
+ print(f"Trainable params: Have {avail_numel} numels to process.")
419
+ print(f"Trainable params: Need {wanted_numel} numels in {wanted_params} params.")
420
+
421
+ # params
422
+ # XXX: for huge models that can't fit into the host's RAM we will have to recode this to support
423
+ # out-of-core computing solution
424
+ offset = 0
425
+ total_numel = 0
426
+ total_params = 0
427
+ for name, shape in tqdm(param_shapes.items(), desc='Gathering Sharded Weights'):
428
+ unpartitioned_numel = shape.numel()
429
+ total_numel += unpartitioned_numel
430
+ total_params += 1
431
+ partitioned_numel, partitioned_padding_numel = zero3_partitioned_param_info(unpartitioned_numel, world_size)
432
+
433
+ if debug:
434
+ print(
435
+ f"Trainable params: {total_params} {name} full shape: {shape} partition0 numel={partitioned_numel} partitioned_padding_numel={partitioned_padding_numel}"
436
+ )
437
+
438
+ # XXX: memory usage doubles here
439
+ state_dict[name] = torch.cat(
440
+ tuple(fp32_flat_groups[i].narrow(0, offset, partitioned_numel) for i in range(world_size)),
441
+ 0).narrow(0, 0, unpartitioned_numel).view(shape)
442
+ offset += partitioned_numel
443
+
444
+ offset *= world_size
445
+
446
+ # Sanity check
447
+ if offset != avail_numel:
448
+ raise ValueError(f"consumed {offset} numels out of {avail_numel} - something is wrong")
449
+
450
+ print(f"Reconstructed Trainable fp32 state dict with {total_params} params {total_numel} elements")
451
+
452
+
453
+ def _get_fp32_state_dict_from_zero3_checkpoint(world_size, fp32_flat_groups, zero_model_states,
454
+ exclude_frozen_parameters):
455
+ state_dict = OrderedDict()
456
+
457
+ # buffers
458
+ buffers = zero_model_states[0].buffers
459
+ state_dict.update(buffers)
460
+ if debug:
461
+ print(f"added {len(buffers)} buffers")
462
+
463
+ if not exclude_frozen_parameters:
464
+ _zero3_merge_frozen_params(state_dict, world_size, zero_model_states)
465
+
466
+ _zero3_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states)
467
+
468
+ # recover shared parameters
469
+ for pair in zero_model_states[0].shared_params:
470
+ if pair[1] in state_dict:
471
+ state_dict[pair[0]] = state_dict[pair[1]]
472
+
473
+ return state_dict
474
+
475
+
476
+ def get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag=None, exclude_frozen_parameters=False):
477
+ """
478
+ Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated state_dict that can be loaded with
479
+ ``load_state_dict()`` and used for training without DeepSpeed or shared with others, for example
480
+ via a model hub.
481
+
482
+ Args:
483
+ - ``checkpoint_dir``: path to the desired checkpoint folder
484
+ - ``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``
485
+ - ``exclude_frozen_parameters``: exclude frozen parameters
486
+
487
+ Returns:
488
+ - pytorch ``state_dict``
489
+
490
+ Note: this approach may not work if your application doesn't have sufficient free CPU memory and
491
+ you may need to use the offline approach using the ``zero_to_fp32.py`` script that is saved with
492
+ the checkpoint.
493
+
494
+ A typical usage might be ::
495
+
496
+ from deepspeed.utils.zero_to_fp32 import get_fp32_state_dict_from_zero_checkpoint
497
+ # do the training and checkpoint saving
498
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir) # already on cpu
499
+ model = model.cpu() # move to cpu
500
+ model.load_state_dict(state_dict)
501
+ # submit to model hub or save the model to share with others
502
+
503
+ In this example the ``model`` will no longer be usable in the deepspeed context of the same
504
+ application. i.e. you will need to re-initialize the deepspeed engine, since
505
+ ``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it.
506
+
507
+ If you want it all done for you, use ``load_state_dict_from_zero_checkpoint`` instead.
508
+
509
+ """
510
+ if tag is None:
511
+ latest_path = os.path.join(checkpoint_dir, 'latest')
512
+ if os.path.isfile(latest_path):
513
+ with open(latest_path, 'r') as fd:
514
+ tag = fd.read().strip()
515
+ else:
516
+ raise ValueError(f"Unable to find 'latest' file at {latest_path}")
517
+
518
+ ds_checkpoint_dir = os.path.join(checkpoint_dir, tag)
519
+
520
+ if not os.path.isdir(ds_checkpoint_dir):
521
+ raise FileNotFoundError(f"Directory '{ds_checkpoint_dir}' doesn't exist")
522
+
523
+ return _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir, exclude_frozen_parameters)
524
+
525
+
526
+ def convert_zero_checkpoint_to_fp32_state_dict(checkpoint_dir,
527
+ output_dir,
528
+ max_shard_size="5GB",
529
+ safe_serialization=False,
530
+ tag=None,
531
+ exclude_frozen_parameters=False):
532
+ """
533
+ Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict`` file that can be
534
+ loaded with ``torch.load(file)`` + ``load_state_dict()`` and used for training without DeepSpeed.
535
+
536
+ Args:
537
+ - ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``)
538
+ - ``output_dir``: directory to the pytorch fp32 state_dict output files
539
+ - ``max_shard_size``: the maximum size for a checkpoint before being sharded, default value is 5GB
540
+ - ``safe_serialization``: whether to save the model using `safetensors` or the traditional PyTorch way (that uses `pickle`).
541
+ - ``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``
542
+ - ``exclude_frozen_parameters``: exclude frozen parameters
543
+ """
544
+ # Dependency pre-check
545
+ if safe_serialization:
546
+ try:
547
+ from safetensors.torch import save_file
548
+ except ImportError:
549
+ print('If you want to use `safe_serialization`, please `pip install safetensors`')
550
+ raise
551
+ if max_shard_size is not None:
552
+ try:
553
+ from huggingface_hub import split_torch_state_dict_into_shards
554
+ except ImportError:
555
+ print('If you want to use `max_shard_size`, please `pip install huggingface_hub`')
556
+ raise
557
+
558
+ # Convert zero checkpoint to state_dict
559
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag, exclude_frozen_parameters)
560
+
561
+ # Shard the model if it is too big.
562
+ weights_name = "model.safetensors" if safe_serialization else "pytorch_model.bin"
563
+ if max_shard_size is not None:
564
+ filename_pattern = weights_name.replace(".bin", "{suffix}.bin").replace(".safetensors", "{suffix}.safetensors")
565
+ state_dict_split = split_torch_state_dict_into_shards(state_dict,
566
+ filename_pattern=filename_pattern,
567
+ max_shard_size=max_shard_size)
568
+ else:
569
+ from collections import namedtuple
570
+ StateDictSplit = namedtuple("StateDictSplit", ["is_sharded", "filename_to_tensors"])
571
+ state_dict_split = StateDictSplit(is_sharded=False,
572
+ filename_to_tensors={weights_name: list(state_dict.keys())})
573
+
574
+ # Save the model
575
+ filename_to_tensors = state_dict_split.filename_to_tensors.items()
576
+ for shard_file, tensors in tqdm(filename_to_tensors, desc="Saving checkpoint shards"):
577
+ shard = {tensor: state_dict[tensor].contiguous() for tensor in tensors}
578
+ output_path = os.path.join(output_dir, shard_file)
579
+ if safe_serialization:
580
+ save_file(shard, output_path, metadata={"format": "pt"})
581
+ else:
582
+ torch.save(shard, output_path)
583
+
584
+ # Save index if sharded
585
+ if state_dict_split.is_sharded:
586
+ index = {
587
+ "metadata": state_dict_split.metadata,
588
+ "weight_map": state_dict_split.tensor_to_filename,
589
+ }
590
+ save_index_file = "model.safetensors.index.json" if safe_serialization else "pytorch_model.bin.index.json"
591
+ save_index_file = os.path.join(output_dir, save_index_file)
592
+ with open(save_index_file, "w", encoding="utf-8") as f:
593
+ content = json.dumps(index, indent=2, sort_keys=True) + "\n"
594
+ f.write(content)
595
+
596
+
597
+ def load_state_dict_from_zero_checkpoint(model, checkpoint_dir, tag=None):
598
+ """
599
+ 1. Put the provided model to cpu
600
+ 2. Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict``
601
+ 3. Load it into the provided model
602
+
603
+ Args:
604
+ - ``model``: the model object to update
605
+ - ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``)
606
+ - ``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``
607
+
608
+ Returns:
609
+ - ``model`: modified model
610
+
611
+ Make sure you have plenty of CPU memory available before you call this function. If you don't
612
+ have enough use the ``zero_to_fp32.py`` utility to do the conversion. You will find it
613
+ conveniently placed for you in the checkpoint folder.
614
+
615
+ A typical usage might be ::
616
+
617
+ from deepspeed.utils.zero_to_fp32 import load_state_dict_from_zero_checkpoint
618
+ model = load_state_dict_from_zero_checkpoint(trainer.model, checkpoint_dir)
619
+ # submit to model hub or save the model to share with others
620
+
621
+ Note, that once this was run, the ``model`` will no longer be usable in the deepspeed context
622
+ of the same application. i.e. you will need to re-initialize the deepspeed engine, since
623
+ ``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it.
624
+
625
+ """
626
+ logger.info(f"Extracting fp32 weights")
627
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag)
628
+
629
+ logger.info(f"Overwriting model with fp32 weights")
630
+ model = model.cpu()
631
+ model.load_state_dict(state_dict, strict=False)
632
+
633
+ return model
634
+
635
+
636
+ if __name__ == "__main__":
637
+ parser = argparse.ArgumentParser()
638
+ parser.add_argument("checkpoint_dir",
639
+ type=str,
640
+ help="path to the desired checkpoint folder, e.g., path/checkpoint-12")
641
+ parser.add_argument("output_dir",
642
+ type=str,
643
+ help="directory to the pytorch fp32 state_dict output files"
644
+ "(e.g. path/checkpoint-12-output/)")
645
+ parser.add_argument(
646
+ "--max_shard_size",
647
+ type=str,
648
+ default="5GB",
649
+ help="The maximum size for a checkpoint before being sharded. Checkpoints shard will then be each of size"
650
+ "lower than this size. If expressed as a string, needs to be digits followed by a unit (like `5MB`"
651
+ "We default it to 5GB in order for models to be able to run easily on free-tier google colab instances"
652
+ "without CPU OOM issues.")
653
+ parser.add_argument(
654
+ "--safe_serialization",
655
+ default=False,
656
+ action='store_true',
657
+ help="Whether to save the model using `safetensors` or the traditional PyTorch way (that uses `pickle`).")
658
+ parser.add_argument("-t",
659
+ "--tag",
660
+ type=str,
661
+ default=None,
662
+ help="checkpoint tag used as a unique identifier for checkpoint. e.g., global_step1")
663
+ parser.add_argument("--exclude_frozen_parameters", action='store_true', help="exclude frozen parameters")
664
+ parser.add_argument("-d", "--debug", action='store_true', help="enable debug")
665
+ args = parser.parse_args()
666
+
667
+ debug = args.debug
668
+
669
+ convert_zero_checkpoint_to_fp32_state_dict(args.checkpoint_dir,
670
+ args.output_dir,
671
+ max_shard_size=args.max_shard_size,
672
+ safe_serialization=args.safe_serialization,
673
+ tag=args.tag,
674
+ exclude_frozen_parameters=args.exclude_frozen_parameters)
checkpoint-500/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- 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. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ 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).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
checkpoint-500/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-7B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 128,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "down_proj",
24
+ "v_proj",
25
+ "o_proj",
26
+ "gate_proj",
27
+ "q_proj",
28
+ "up_proj",
29
+ "k_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": true
34
+ }
checkpoint-500/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba9b182f3b0d351540a22af8bd990c9e2749139859a561b24dc1132229677db7
3
+ size 645976488
checkpoint-500/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
checkpoint-500/latest ADDED
@@ -0,0 +1 @@
 
 
1
+ global_step500
checkpoint-500/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-500/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": "<|endoftext|>",
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
+ }
checkpoint-500/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
checkpoint-500/tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|endoftext|>",
201
+ "errors": "replace",
202
+ "model_max_length": 131072,
203
+ "pad_token": "<|endoftext|>",
204
+ "padding_side": "right",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
checkpoint-500/trainer_state.json ADDED
@@ -0,0 +1,391 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.3013863773357444,
5
+ "eval_steps": 400,
6
+ "global_step": 500,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.006027727546714889,
13
+ "grad_norm": 6.095676898956299,
14
+ "learning_rate": 1.0040160642570282e-06,
15
+ "loss": 1.8585,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.012055455093429777,
20
+ "grad_norm": 0.6981305480003357,
21
+ "learning_rate": 2.0080321285140564e-06,
22
+ "loss": 1.8607,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.018083182640144666,
27
+ "grad_norm": 0.33439213037490845,
28
+ "learning_rate": 3.0120481927710846e-06,
29
+ "loss": 1.8035,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.024110910186859555,
34
+ "grad_norm": 0.2445673942565918,
35
+ "learning_rate": 4.016064257028113e-06,
36
+ "loss": 1.7827,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.030138637733574444,
41
+ "grad_norm": 0.22277717292308807,
42
+ "learning_rate": 5.020080321285141e-06,
43
+ "loss": 1.7306,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.03616636528028933,
48
+ "grad_norm": 0.16803288459777832,
49
+ "learning_rate": 6.024096385542169e-06,
50
+ "loss": 1.728,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.04219409282700422,
55
+ "grad_norm": 0.1401725709438324,
56
+ "learning_rate": 7.028112449799197e-06,
57
+ "loss": 1.6623,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.04822182037371911,
62
+ "grad_norm": 0.14054332673549652,
63
+ "learning_rate": 8.032128514056226e-06,
64
+ "loss": 1.6226,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.054249547920433995,
69
+ "grad_norm": 0.1356767863035202,
70
+ "learning_rate": 9.036144578313253e-06,
71
+ "loss": 1.6497,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.06027727546714889,
76
+ "grad_norm": 0.14919587969779968,
77
+ "learning_rate": 1.0040160642570281e-05,
78
+ "loss": 1.6452,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.06630500301386377,
83
+ "grad_norm": 0.16640327870845795,
84
+ "learning_rate": 1.104417670682731e-05,
85
+ "loss": 1.6311,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.07233273056057866,
90
+ "grad_norm": 0.19770000874996185,
91
+ "learning_rate": 1.2048192771084338e-05,
92
+ "loss": 1.5925,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.07836045810729356,
97
+ "grad_norm": 0.20399077236652374,
98
+ "learning_rate": 1.3052208835341367e-05,
99
+ "loss": 1.5825,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.08438818565400844,
104
+ "grad_norm": 0.1512237936258316,
105
+ "learning_rate": 1.4056224899598394e-05,
106
+ "loss": 1.5478,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.09041591320072333,
111
+ "grad_norm": 0.14794760942459106,
112
+ "learning_rate": 1.5060240963855424e-05,
113
+ "loss": 1.5252,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.09644364074743822,
118
+ "grad_norm": 0.14903859794139862,
119
+ "learning_rate": 1.606425702811245e-05,
120
+ "loss": 1.5427,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.1024713682941531,
125
+ "grad_norm": 0.1387884020805359,
126
+ "learning_rate": 1.706827309236948e-05,
127
+ "loss": 1.554,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.10849909584086799,
132
+ "grad_norm": 0.14016373455524445,
133
+ "learning_rate": 1.8072289156626505e-05,
134
+ "loss": 1.5415,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.11452682338758288,
139
+ "grad_norm": 0.14568917453289032,
140
+ "learning_rate": 1.9076305220883535e-05,
141
+ "loss": 1.5516,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.12055455093429777,
146
+ "grad_norm": 0.14068633317947388,
147
+ "learning_rate": 2.0080321285140562e-05,
148
+ "loss": 1.5437,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.12658227848101267,
153
+ "grad_norm": 0.1428183913230896,
154
+ "learning_rate": 2.1084337349397593e-05,
155
+ "loss": 1.5315,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.13261000602772754,
160
+ "grad_norm": 0.1416633427143097,
161
+ "learning_rate": 2.208835341365462e-05,
162
+ "loss": 1.5276,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.13863773357444242,
167
+ "grad_norm": 0.14373181760311127,
168
+ "learning_rate": 2.309236947791165e-05,
169
+ "loss": 1.5275,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.14466546112115733,
174
+ "grad_norm": 0.16374213993549347,
175
+ "learning_rate": 2.4096385542168677e-05,
176
+ "loss": 1.5528,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.1506931886678722,
181
+ "grad_norm": 0.13819484412670135,
182
+ "learning_rate": 2.5100401606425704e-05,
183
+ "loss": 1.5389,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.1567209162145871,
188
+ "grad_norm": 0.14697293937206268,
189
+ "learning_rate": 2.6104417670682734e-05,
190
+ "loss": 1.5229,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.162748643761302,
195
+ "grad_norm": 0.14389023184776306,
196
+ "learning_rate": 2.7108433734939758e-05,
197
+ "loss": 1.5376,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.16877637130801687,
202
+ "grad_norm": 0.14889676868915558,
203
+ "learning_rate": 2.8112449799196788e-05,
204
+ "loss": 1.5508,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.17480409885473178,
209
+ "grad_norm": 0.15245158970355988,
210
+ "learning_rate": 2.911646586345382e-05,
211
+ "loss": 1.5342,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.18083182640144665,
216
+ "grad_norm": 0.143811896443367,
217
+ "learning_rate": 3.012048192771085e-05,
218
+ "loss": 1.5123,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.18685955394816153,
223
+ "grad_norm": 0.14010299742221832,
224
+ "learning_rate": 3.112449799196787e-05,
225
+ "loss": 1.5355,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.19288728149487644,
230
+ "grad_norm": 0.14191724359989166,
231
+ "learning_rate": 3.21285140562249e-05,
232
+ "loss": 1.5052,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.19891500904159132,
237
+ "grad_norm": 0.13444629311561584,
238
+ "learning_rate": 3.313253012048193e-05,
239
+ "loss": 1.5357,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.2049427365883062,
244
+ "grad_norm": 0.15248367190361023,
245
+ "learning_rate": 3.413654618473896e-05,
246
+ "loss": 1.5171,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.2109704641350211,
251
+ "grad_norm": 0.16744668781757355,
252
+ "learning_rate": 3.5140562248995983e-05,
253
+ "loss": 1.5379,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.21699819168173598,
258
+ "grad_norm": 0.1389068365097046,
259
+ "learning_rate": 3.614457831325301e-05,
260
+ "loss": 1.5142,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 0.2230259192284509,
265
+ "grad_norm": 0.13487495481967926,
266
+ "learning_rate": 3.7148594377510044e-05,
267
+ "loss": 1.5189,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 0.22905364677516576,
272
+ "grad_norm": 0.13311463594436646,
273
+ "learning_rate": 3.815261044176707e-05,
274
+ "loss": 1.5166,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 0.23508137432188064,
279
+ "grad_norm": 0.1321990191936493,
280
+ "learning_rate": 3.91566265060241e-05,
281
+ "loss": 1.5218,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 0.24110910186859555,
286
+ "grad_norm": 0.1350693255662918,
287
+ "learning_rate": 4.0160642570281125e-05,
288
+ "loss": 1.54,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 0.24110910186859555,
293
+ "eval_loss": 1.4954419136047363,
294
+ "eval_runtime": 110.0553,
295
+ "eval_samples_per_second": 9.75,
296
+ "eval_steps_per_second": 2.444,
297
+ "step": 400
298
+ },
299
+ {
300
+ "epoch": 0.24713682941531043,
301
+ "grad_norm": 0.1386946737766266,
302
+ "learning_rate": 4.116465863453816e-05,
303
+ "loss": 1.5307,
304
+ "step": 410
305
+ },
306
+ {
307
+ "epoch": 0.25316455696202533,
308
+ "grad_norm": 0.1321861445903778,
309
+ "learning_rate": 4.2168674698795186e-05,
310
+ "loss": 1.5036,
311
+ "step": 420
312
+ },
313
+ {
314
+ "epoch": 0.2591922845087402,
315
+ "grad_norm": 0.13090862333774567,
316
+ "learning_rate": 4.317269076305221e-05,
317
+ "loss": 1.5036,
318
+ "step": 430
319
+ },
320
+ {
321
+ "epoch": 0.2652200120554551,
322
+ "grad_norm": 0.14390167593955994,
323
+ "learning_rate": 4.417670682730924e-05,
324
+ "loss": 1.5245,
325
+ "step": 440
326
+ },
327
+ {
328
+ "epoch": 0.27124773960216997,
329
+ "grad_norm": 0.14252203702926636,
330
+ "learning_rate": 4.5180722891566266e-05,
331
+ "loss": 1.5361,
332
+ "step": 450
333
+ },
334
+ {
335
+ "epoch": 0.27727546714888485,
336
+ "grad_norm": 0.1380358338356018,
337
+ "learning_rate": 4.61847389558233e-05,
338
+ "loss": 1.5379,
339
+ "step": 460
340
+ },
341
+ {
342
+ "epoch": 0.2833031946955998,
343
+ "grad_norm": 0.17792685329914093,
344
+ "learning_rate": 4.718875502008032e-05,
345
+ "loss": 1.5107,
346
+ "step": 470
347
+ },
348
+ {
349
+ "epoch": 0.28933092224231466,
350
+ "grad_norm": 0.1495760679244995,
351
+ "learning_rate": 4.8192771084337354e-05,
352
+ "loss": 1.5063,
353
+ "step": 480
354
+ },
355
+ {
356
+ "epoch": 0.29535864978902954,
357
+ "grad_norm": 0.12926514446735382,
358
+ "learning_rate": 4.919678714859438e-05,
359
+ "loss": 1.5149,
360
+ "step": 490
361
+ },
362
+ {
363
+ "epoch": 0.3013863773357444,
364
+ "grad_norm": 0.12767350673675537,
365
+ "learning_rate": 4.999997540156068e-05,
366
+ "loss": 1.5052,
367
+ "step": 500
368
+ }
369
+ ],
370
+ "logging_steps": 10,
371
+ "max_steps": 4977,
372
+ "num_input_tokens_seen": 0,
373
+ "num_train_epochs": 3,
374
+ "save_steps": 500,
375
+ "stateful_callbacks": {
376
+ "TrainerControl": {
377
+ "args": {
378
+ "should_epoch_stop": false,
379
+ "should_evaluate": false,
380
+ "should_log": false,
381
+ "should_save": true,
382
+ "should_training_stop": false
383
+ },
384
+ "attributes": {}
385
+ }
386
+ },
387
+ "total_flos": 2.90727410008064e+18,
388
+ "train_batch_size": 4,
389
+ "trial_name": null,
390
+ "trial_params": null
391
+ }
checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:276772c4ef2f26970b87a5557f24d7c42bdfe56a8d7f3d49ad7c2ec614711f92
3
+ size 7032