RayDu0010 commited on
Commit
6ee969a
·
verified ·
1 Parent(s): 74ee850

Upload folder using huggingface_hub

Browse files
30/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ibm-granite/granite-3.3-8b-base
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.15.2
30/adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "ibm-granite/granite-3.3-8b-base",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 256,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 128,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "gate_proj",
28
+ "q_proj",
29
+ "up_proj",
30
+ "k_proj",
31
+ "o_proj",
32
+ "down_proj",
33
+ "v_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
30/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bc1319eaca922acdd8ef73d77e7c919e74f8cd4071930e0d445ccbc2726614f
3
+ size 791751704
30/latest ADDED
@@ -0,0 +1 @@
 
 
1
+ global_step854
30/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
30/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d88a0a4bcbeb191c9d1cd9f518f83a0401b853e028c6414109c1dd86c2e69bfb
3
+ size 15920
30/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dac0c2b6756257d92d596e76985f2d77ab290c11c274035d706419280efc6839
3
+ size 15920
30/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf8f6fada1ae59ca8e0e6532c88166bfe80da726a597701f5cb98e10dd8357c4
3
+ size 15920
30/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d072c3b38dd87b985770d8cc2a76ad2d5b0d83fcb7773949116fb1019f424c0d
3
+ size 15920
30/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e72ea7dae0be5512ac981c38aec63c3c08927b838a2720b49e6ed4f4ca68b08
3
+ size 15920
30/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1b1686261ab898fa2e038ccce1658ab3bffc6c5e45047b031123c723fac3060
3
+ size 15920
30/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da30eefc1e87ac1f1d84f6f4074b1a5f8143281fe1a22eabe7179a5a9a46a7c3
3
+ size 15920
30/rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8431196fb458b6f1da19fb0bc733d93b4ace658d2f7b10f3836cec19da14a528
3
+ size 15920
30/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adbdd1ef41f9684bebce724bf18a5ee6dbfeda6ae42b959c381f8ca329ea5117
3
+ size 1064
30/special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|endoftext|>",
4
+ "<fim_prefix>",
5
+ "<fim_middle>",
6
+ "<fim_suffix>",
7
+ "<fim_pad>",
8
+ "<filename>",
9
+ "<gh_stars>",
10
+ "<issue_start>",
11
+ "<issue_comment>",
12
+ "<issue_closed>",
13
+ "<jupyter_start>",
14
+ "<jupyter_text>",
15
+ "<jupyter_code>",
16
+ "<jupyter_output>",
17
+ "<empty_output>",
18
+ "<commit_before>",
19
+ "<commit_msg>",
20
+ "<commit_after>",
21
+ "<reponame>"
22
+ ],
23
+ "bos_token": {
24
+ "content": "<|endoftext|>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "eos_token": {
31
+ "content": "<|endoftext|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "pad_token": {
38
+ "content": "<|endoftext|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<|endoftext|>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
30/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
30/tokenizer_config.json ADDED
@@ -0,0 +1,188 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<fim_prefix>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "<fim_middle>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<fim_suffix>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "4": {
37
+ "content": "<fim_pad>",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "5": {
45
+ "content": "<filename>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ },
52
+ "6": {
53
+ "content": "<gh_stars>",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": true
59
+ },
60
+ "7": {
61
+ "content": "<issue_start>",
62
+ "lstrip": false,
63
+ "normalized": false,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": true
67
+ },
68
+ "8": {
69
+ "content": "<issue_comment>",
70
+ "lstrip": false,
71
+ "normalized": false,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": true
75
+ },
76
+ "9": {
77
+ "content": "<issue_closed>",
78
+ "lstrip": false,
79
+ "normalized": false,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": true
83
+ },
84
+ "10": {
85
+ "content": "<jupyter_start>",
86
+ "lstrip": false,
87
+ "normalized": false,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": true
91
+ },
92
+ "11": {
93
+ "content": "<jupyter_text>",
94
+ "lstrip": false,
95
+ "normalized": false,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": true
99
+ },
100
+ "12": {
101
+ "content": "<jupyter_code>",
102
+ "lstrip": false,
103
+ "normalized": false,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": true
107
+ },
108
+ "13": {
109
+ "content": "<jupyter_output>",
110
+ "lstrip": false,
111
+ "normalized": false,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": true
115
+ },
116
+ "14": {
117
+ "content": "<empty_output>",
118
+ "lstrip": false,
119
+ "normalized": false,
120
+ "rstrip": false,
121
+ "single_word": false,
122
+ "special": true
123
+ },
124
+ "15": {
125
+ "content": "<commit_before>",
126
+ "lstrip": false,
127
+ "normalized": false,
128
+ "rstrip": false,
129
+ "single_word": false,
130
+ "special": true
131
+ },
132
+ "16": {
133
+ "content": "<commit_msg>",
134
+ "lstrip": false,
135
+ "normalized": false,
136
+ "rstrip": false,
137
+ "single_word": false,
138
+ "special": true
139
+ },
140
+ "17": {
141
+ "content": "<commit_after>",
142
+ "lstrip": false,
143
+ "normalized": false,
144
+ "rstrip": false,
145
+ "single_word": false,
146
+ "special": true
147
+ },
148
+ "18": {
149
+ "content": "<reponame>",
150
+ "lstrip": false,
151
+ "normalized": false,
152
+ "rstrip": false,
153
+ "single_word": false,
154
+ "special": true
155
+ }
156
+ },
157
+ "additional_special_tokens": [
158
+ "<|endoftext|>",
159
+ "<fim_prefix>",
160
+ "<fim_middle>",
161
+ "<fim_suffix>",
162
+ "<fim_pad>",
163
+ "<filename>",
164
+ "<gh_stars>",
165
+ "<issue_start>",
166
+ "<issue_comment>",
167
+ "<issue_closed>",
168
+ "<jupyter_start>",
169
+ "<jupyter_text>",
170
+ "<jupyter_code>",
171
+ "<jupyter_output>",
172
+ "<empty_output>",
173
+ "<commit_before>",
174
+ "<commit_msg>",
175
+ "<commit_after>",
176
+ "<reponame>"
177
+ ],
178
+ "bos_token": "<|endoftext|>",
179
+ "clean_up_tokenization_spaces": true,
180
+ "eos_token": "<|endoftext|>",
181
+ "extra_special_tokens": {},
182
+ "model_max_length": 8192,
183
+ "pad_token": "<|endoftext|>",
184
+ "padding_side": "left",
185
+ "tokenizer_class": "GPT2Tokenizer",
186
+ "unk_token": "<|endoftext|>",
187
+ "vocab_size": 49152
188
+ }
30/trainer_state.json ADDED
@@ -0,0 +1,1224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.0,
6
+ "eval_steps": 500,
7
+ "global_step": 854,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.011723329425556858,
14
+ "grad_norm": 1.0167624950408936,
15
+ "learning_rate": 1.1214953271028036e-06,
16
+ "loss": 1.2603,
17
+ "step": 5
18
+ },
19
+ {
20
+ "epoch": 0.023446658851113716,
21
+ "grad_norm": 1.003950595855713,
22
+ "learning_rate": 2.5233644859813085e-06,
23
+ "loss": 1.2102,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.035169988276670575,
28
+ "grad_norm": 0.7265106439590454,
29
+ "learning_rate": 3.925233644859813e-06,
30
+ "loss": 1.2177,
31
+ "step": 15
32
+ },
33
+ {
34
+ "epoch": 0.04689331770222743,
35
+ "grad_norm": 0.49719780683517456,
36
+ "learning_rate": 5.3271028037383174e-06,
37
+ "loss": 1.2017,
38
+ "step": 20
39
+ },
40
+ {
41
+ "epoch": 0.05861664712778429,
42
+ "grad_norm": 0.5746001601219177,
43
+ "learning_rate": 6.728971962616822e-06,
44
+ "loss": 1.2264,
45
+ "step": 25
46
+ },
47
+ {
48
+ "epoch": 0.07033997655334115,
49
+ "grad_norm": 0.4860682189464569,
50
+ "learning_rate": 8.130841121495327e-06,
51
+ "loss": 1.1947,
52
+ "step": 30
53
+ },
54
+ {
55
+ "epoch": 0.08206330597889801,
56
+ "grad_norm": 0.5203776359558105,
57
+ "learning_rate": 9.532710280373831e-06,
58
+ "loss": 1.227,
59
+ "step": 35
60
+ },
61
+ {
62
+ "epoch": 0.09378663540445487,
63
+ "grad_norm": 0.4837038218975067,
64
+ "learning_rate": 1.0934579439252336e-05,
65
+ "loss": 1.1814,
66
+ "step": 40
67
+ },
68
+ {
69
+ "epoch": 0.10550996483001172,
70
+ "grad_norm": 0.4256620705127716,
71
+ "learning_rate": 1.233644859813084e-05,
72
+ "loss": 1.1335,
73
+ "step": 45
74
+ },
75
+ {
76
+ "epoch": 0.11723329425556858,
77
+ "grad_norm": 0.4722168445587158,
78
+ "learning_rate": 1.3738317757009345e-05,
79
+ "loss": 1.1764,
80
+ "step": 50
81
+ },
82
+ {
83
+ "epoch": 0.12895662368112543,
84
+ "grad_norm": 0.6030006408691406,
85
+ "learning_rate": 1.5140186915887848e-05,
86
+ "loss": 1.1571,
87
+ "step": 55
88
+ },
89
+ {
90
+ "epoch": 0.1406799531066823,
91
+ "grad_norm": 0.44915902614593506,
92
+ "learning_rate": 1.6542056074766353e-05,
93
+ "loss": 1.1779,
94
+ "step": 60
95
+ },
96
+ {
97
+ "epoch": 0.15240328253223914,
98
+ "grad_norm": 0.4629223942756653,
99
+ "learning_rate": 1.7943925233644858e-05,
100
+ "loss": 1.1396,
101
+ "step": 65
102
+ },
103
+ {
104
+ "epoch": 0.16412661195779601,
105
+ "grad_norm": 0.3984740674495697,
106
+ "learning_rate": 1.9345794392523363e-05,
107
+ "loss": 1.0817,
108
+ "step": 70
109
+ },
110
+ {
111
+ "epoch": 0.17584994138335286,
112
+ "grad_norm": 0.4412227272987366,
113
+ "learning_rate": 2.0747663551401867e-05,
114
+ "loss": 1.1101,
115
+ "step": 75
116
+ },
117
+ {
118
+ "epoch": 0.18757327080890973,
119
+ "grad_norm": 0.44576549530029297,
120
+ "learning_rate": 2.2149532710280372e-05,
121
+ "loss": 1.1586,
122
+ "step": 80
123
+ },
124
+ {
125
+ "epoch": 0.19929660023446658,
126
+ "grad_norm": 0.5096731185913086,
127
+ "learning_rate": 2.355140186915888e-05,
128
+ "loss": 1.1397,
129
+ "step": 85
130
+ },
131
+ {
132
+ "epoch": 0.21101992966002345,
133
+ "grad_norm": 0.7355549335479736,
134
+ "learning_rate": 2.4953271028037385e-05,
135
+ "loss": 1.104,
136
+ "step": 90
137
+ },
138
+ {
139
+ "epoch": 0.2227432590855803,
140
+ "grad_norm": 0.4670790135860443,
141
+ "learning_rate": 2.635514018691589e-05,
142
+ "loss": 1.0484,
143
+ "step": 95
144
+ },
145
+ {
146
+ "epoch": 0.23446658851113716,
147
+ "grad_norm": 0.4539933204650879,
148
+ "learning_rate": 2.7757009345794394e-05,
149
+ "loss": 1.0425,
150
+ "step": 100
151
+ },
152
+ {
153
+ "epoch": 0.246189917936694,
154
+ "grad_norm": 0.43292170763015747,
155
+ "learning_rate": 2.91588785046729e-05,
156
+ "loss": 1.0667,
157
+ "step": 105
158
+ },
159
+ {
160
+ "epoch": 0.25791324736225085,
161
+ "grad_norm": 0.4727552831172943,
162
+ "learning_rate": 2.9999928007915035e-05,
163
+ "loss": 1.0815,
164
+ "step": 110
165
+ },
166
+ {
167
+ "epoch": 0.2696365767878077,
168
+ "grad_norm": 0.4670151174068451,
169
+ "learning_rate": 2.9999118104895362e-05,
170
+ "loss": 1.0226,
171
+ "step": 115
172
+ },
173
+ {
174
+ "epoch": 0.2813599062133646,
175
+ "grad_norm": 0.6354214549064636,
176
+ "learning_rate": 2.999740835750041e-05,
177
+ "loss": 1.0837,
178
+ "step": 120
179
+ },
180
+ {
181
+ "epoch": 0.29308323563892147,
182
+ "grad_norm": 0.5098438262939453,
183
+ "learning_rate": 2.999479886830331e-05,
184
+ "loss": 1.0596,
185
+ "step": 125
186
+ },
187
+ {
188
+ "epoch": 0.3048065650644783,
189
+ "grad_norm": 0.50492262840271,
190
+ "learning_rate": 2.9991289793855547e-05,
191
+ "loss": 1.0148,
192
+ "step": 130
193
+ },
194
+ {
195
+ "epoch": 0.31652989449003516,
196
+ "grad_norm": 0.6335922479629517,
197
+ "learning_rate": 2.998688134467756e-05,
198
+ "loss": 1.0116,
199
+ "step": 135
200
+ },
201
+ {
202
+ "epoch": 0.32825322391559203,
203
+ "grad_norm": 0.5228518843650818,
204
+ "learning_rate": 2.998157378524611e-05,
205
+ "loss": 1.0064,
206
+ "step": 140
207
+ },
208
+ {
209
+ "epoch": 0.3399765533411489,
210
+ "grad_norm": 0.506489634513855,
211
+ "learning_rate": 2.9975367433978412e-05,
212
+ "loss": 0.9833,
213
+ "step": 145
214
+ },
215
+ {
216
+ "epoch": 0.3516998827667057,
217
+ "grad_norm": 0.5143541097640991,
218
+ "learning_rate": 2.996826266321305e-05,
219
+ "loss": 1.0063,
220
+ "step": 150
221
+ },
222
+ {
223
+ "epoch": 0.3634232121922626,
224
+ "grad_norm": 0.520057737827301,
225
+ "learning_rate": 2.9960259899187615e-05,
226
+ "loss": 0.9258,
227
+ "step": 155
228
+ },
229
+ {
230
+ "epoch": 0.37514654161781946,
231
+ "grad_norm": 0.6407086849212646,
232
+ "learning_rate": 2.995135962201315e-05,
233
+ "loss": 0.9591,
234
+ "step": 160
235
+ },
236
+ {
237
+ "epoch": 0.38686987104337633,
238
+ "grad_norm": 0.6441727876663208,
239
+ "learning_rate": 2.9941562365645334e-05,
240
+ "loss": 0.9368,
241
+ "step": 165
242
+ },
243
+ {
244
+ "epoch": 0.39859320046893315,
245
+ "grad_norm": 0.7262651920318604,
246
+ "learning_rate": 2.9930868717852458e-05,
247
+ "loss": 0.92,
248
+ "step": 170
249
+ },
250
+ {
251
+ "epoch": 0.41031652989449,
252
+ "grad_norm": 0.6420608758926392,
253
+ "learning_rate": 2.9919279320180168e-05,
254
+ "loss": 0.9794,
255
+ "step": 175
256
+ },
257
+ {
258
+ "epoch": 0.4220398593200469,
259
+ "grad_norm": 0.722493588924408,
260
+ "learning_rate": 2.9906794867912953e-05,
261
+ "loss": 0.9152,
262
+ "step": 180
263
+ },
264
+ {
265
+ "epoch": 0.43376318874560377,
266
+ "grad_norm": 0.6337221264839172,
267
+ "learning_rate": 2.989341611003247e-05,
268
+ "loss": 0.9169,
269
+ "step": 185
270
+ },
271
+ {
272
+ "epoch": 0.4454865181711606,
273
+ "grad_norm": 0.6387234330177307,
274
+ "learning_rate": 2.9879143849172567e-05,
275
+ "loss": 0.9026,
276
+ "step": 190
277
+ },
278
+ {
279
+ "epoch": 0.45720984759671746,
280
+ "grad_norm": 0.6389036774635315,
281
+ "learning_rate": 2.9863978941571166e-05,
282
+ "loss": 0.9135,
283
+ "step": 195
284
+ },
285
+ {
286
+ "epoch": 0.46893317702227433,
287
+ "grad_norm": 0.6367496848106384,
288
+ "learning_rate": 2.9847922297018875e-05,
289
+ "loss": 0.8923,
290
+ "step": 200
291
+ },
292
+ {
293
+ "epoch": 0.4806565064478312,
294
+ "grad_norm": 0.6974584460258484,
295
+ "learning_rate": 2.9830974878804416e-05,
296
+ "loss": 0.9135,
297
+ "step": 205
298
+ },
299
+ {
300
+ "epoch": 0.492379835873388,
301
+ "grad_norm": 0.624444842338562,
302
+ "learning_rate": 2.9813137703656828e-05,
303
+ "loss": 0.9045,
304
+ "step": 210
305
+ },
306
+ {
307
+ "epoch": 0.5041031652989449,
308
+ "grad_norm": 0.800079882144928,
309
+ "learning_rate": 2.979441184168448e-05,
310
+ "loss": 0.8796,
311
+ "step": 215
312
+ },
313
+ {
314
+ "epoch": 0.5158264947245017,
315
+ "grad_norm": 0.6745848059654236,
316
+ "learning_rate": 2.977479841631085e-05,
317
+ "loss": 0.9248,
318
+ "step": 220
319
+ },
320
+ {
321
+ "epoch": 0.5275498241500586,
322
+ "grad_norm": 0.7025408744812012,
323
+ "learning_rate": 2.9754298604207157e-05,
324
+ "loss": 0.8907,
325
+ "step": 225
326
+ },
327
+ {
328
+ "epoch": 0.5392731535756154,
329
+ "grad_norm": 0.6598261594772339,
330
+ "learning_rate": 2.9732913635221744e-05,
331
+ "loss": 0.8116,
332
+ "step": 230
333
+ },
334
+ {
335
+ "epoch": 0.5509964830011723,
336
+ "grad_norm": 0.7040488719940186,
337
+ "learning_rate": 2.9710644792306318e-05,
338
+ "loss": 0.835,
339
+ "step": 235
340
+ },
341
+ {
342
+ "epoch": 0.5627198124267292,
343
+ "grad_norm": 0.7311633229255676,
344
+ "learning_rate": 2.9687493411438954e-05,
345
+ "loss": 0.8546,
346
+ "step": 240
347
+ },
348
+ {
349
+ "epoch": 0.5744431418522861,
350
+ "grad_norm": 0.6836857795715332,
351
+ "learning_rate": 2.9663460881543972e-05,
352
+ "loss": 0.8712,
353
+ "step": 245
354
+ },
355
+ {
356
+ "epoch": 0.5861664712778429,
357
+ "grad_norm": 0.779832661151886,
358
+ "learning_rate": 2.9638548644408598e-05,
359
+ "loss": 0.8439,
360
+ "step": 250
361
+ },
362
+ {
363
+ "epoch": 0.5978898007033998,
364
+ "grad_norm": 0.7419824004173279,
365
+ "learning_rate": 2.9612758194596455e-05,
366
+ "loss": 0.7932,
367
+ "step": 255
368
+ },
369
+ {
370
+ "epoch": 0.6096131301289566,
371
+ "grad_norm": 0.755138635635376,
372
+ "learning_rate": 2.958609107935794e-05,
373
+ "loss": 0.8141,
374
+ "step": 260
375
+ },
376
+ {
377
+ "epoch": 0.6213364595545134,
378
+ "grad_norm": 0.7689526677131653,
379
+ "learning_rate": 2.9558548898537344e-05,
380
+ "loss": 0.8432,
381
+ "step": 265
382
+ },
383
+ {
384
+ "epoch": 0.6330597889800703,
385
+ "grad_norm": 0.8379843831062317,
386
+ "learning_rate": 2.9530133304476917e-05,
387
+ "loss": 0.8148,
388
+ "step": 270
389
+ },
390
+ {
391
+ "epoch": 0.6447831184056272,
392
+ "grad_norm": 0.7174904346466064,
393
+ "learning_rate": 2.9500846001917716e-05,
394
+ "loss": 0.8016,
395
+ "step": 275
396
+ },
397
+ {
398
+ "epoch": 0.6565064478311841,
399
+ "grad_norm": 0.7718838453292847,
400
+ "learning_rate": 2.9470688747897342e-05,
401
+ "loss": 0.8087,
402
+ "step": 280
403
+ },
404
+ {
405
+ "epoch": 0.6682297772567409,
406
+ "grad_norm": 0.7535898089408875,
407
+ "learning_rate": 2.9439663351644523e-05,
408
+ "loss": 0.897,
409
+ "step": 285
410
+ },
411
+ {
412
+ "epoch": 0.6799531066822978,
413
+ "grad_norm": 0.8394252061843872,
414
+ "learning_rate": 2.9407771674470585e-05,
415
+ "loss": 0.784,
416
+ "step": 290
417
+ },
418
+ {
419
+ "epoch": 0.6916764361078547,
420
+ "grad_norm": 0.9917625784873962,
421
+ "learning_rate": 2.9375015629657764e-05,
422
+ "loss": 0.7353,
423
+ "step": 295
424
+ },
425
+ {
426
+ "epoch": 0.7033997655334114,
427
+ "grad_norm": 0.9116941094398499,
428
+ "learning_rate": 2.9341397182344447e-05,
429
+ "loss": 0.7743,
430
+ "step": 300
431
+ },
432
+ {
433
+ "epoch": 0.7151230949589683,
434
+ "grad_norm": 0.7784647345542908,
435
+ "learning_rate": 2.9306918349407255e-05,
436
+ "loss": 0.8243,
437
+ "step": 305
438
+ },
439
+ {
440
+ "epoch": 0.7268464243845252,
441
+ "grad_norm": 0.8619483709335327,
442
+ "learning_rate": 2.9271581199340067e-05,
443
+ "loss": 0.7863,
444
+ "step": 310
445
+ },
446
+ {
447
+ "epoch": 0.738569753810082,
448
+ "grad_norm": 0.9895829558372498,
449
+ "learning_rate": 2.92353878521299e-05,
450
+ "loss": 0.7315,
451
+ "step": 315
452
+ },
453
+ {
454
+ "epoch": 0.7502930832356389,
455
+ "grad_norm": 0.8617073893547058,
456
+ "learning_rate": 2.9198340479129737e-05,
457
+ "loss": 0.7513,
458
+ "step": 320
459
+ },
460
+ {
461
+ "epoch": 0.7620164126611958,
462
+ "grad_norm": 0.8190014362335205,
463
+ "learning_rate": 2.9160441302928274e-05,
464
+ "loss": 0.6954,
465
+ "step": 325
466
+ },
467
+ {
468
+ "epoch": 0.7737397420867527,
469
+ "grad_norm": 1.011149287223816,
470
+ "learning_rate": 2.912169259721655e-05,
471
+ "loss": 0.7307,
472
+ "step": 330
473
+ },
474
+ {
475
+ "epoch": 0.7854630715123095,
476
+ "grad_norm": 0.9251821637153625,
477
+ "learning_rate": 2.908209668665157e-05,
478
+ "loss": 0.6944,
479
+ "step": 335
480
+ },
481
+ {
482
+ "epoch": 0.7971864009378663,
483
+ "grad_norm": 0.924638569355011,
484
+ "learning_rate": 2.9041655946716823e-05,
485
+ "loss": 0.6899,
486
+ "step": 340
487
+ },
488
+ {
489
+ "epoch": 0.8089097303634232,
490
+ "grad_norm": 0.8665716052055359,
491
+ "learning_rate": 2.900037280357977e-05,
492
+ "loss": 0.7343,
493
+ "step": 345
494
+ },
495
+ {
496
+ "epoch": 0.82063305978898,
497
+ "grad_norm": 0.8739374279975891,
498
+ "learning_rate": 2.8958249733946297e-05,
499
+ "loss": 0.6976,
500
+ "step": 350
501
+ },
502
+ {
503
+ "epoch": 0.8323563892145369,
504
+ "grad_norm": 0.7861272096633911,
505
+ "learning_rate": 2.8915289264912143e-05,
506
+ "loss": 0.7163,
507
+ "step": 355
508
+ },
509
+ {
510
+ "epoch": 0.8440797186400938,
511
+ "grad_norm": 0.9159606099128723,
512
+ "learning_rate": 2.887149397381126e-05,
513
+ "loss": 0.7008,
514
+ "step": 360
515
+ },
516
+ {
517
+ "epoch": 0.8558030480656507,
518
+ "grad_norm": 0.8858708143234253,
519
+ "learning_rate": 2.8826866488061208e-05,
520
+ "loss": 0.7147,
521
+ "step": 365
522
+ },
523
+ {
524
+ "epoch": 0.8675263774912075,
525
+ "grad_norm": 0.8299254179000854,
526
+ "learning_rate": 2.878140948500554e-05,
527
+ "loss": 0.6445,
528
+ "step": 370
529
+ },
530
+ {
531
+ "epoch": 0.8792497069167644,
532
+ "grad_norm": 0.8464540243148804,
533
+ "learning_rate": 2.8735125691753153e-05,
534
+ "loss": 0.6563,
535
+ "step": 375
536
+ },
537
+ {
538
+ "epoch": 0.8909730363423212,
539
+ "grad_norm": 0.908107578754425,
540
+ "learning_rate": 2.8688017885014698e-05,
541
+ "loss": 0.675,
542
+ "step": 380
543
+ },
544
+ {
545
+ "epoch": 0.902696365767878,
546
+ "grad_norm": 0.8772581219673157,
547
+ "learning_rate": 2.8640088890936e-05,
548
+ "loss": 0.6839,
549
+ "step": 385
550
+ },
551
+ {
552
+ "epoch": 0.9144196951934349,
553
+ "grad_norm": 0.8744145035743713,
554
+ "learning_rate": 2.8591341584928492e-05,
555
+ "loss": 0.6885,
556
+ "step": 390
557
+ },
558
+ {
559
+ "epoch": 0.9261430246189918,
560
+ "grad_norm": 0.9394176006317139,
561
+ "learning_rate": 2.854177889149672e-05,
562
+ "loss": 0.6802,
563
+ "step": 395
564
+ },
565
+ {
566
+ "epoch": 0.9378663540445487,
567
+ "grad_norm": 0.9551927447319031,
568
+ "learning_rate": 2.8491403784062903e-05,
569
+ "loss": 0.683,
570
+ "step": 400
571
+ },
572
+ {
573
+ "epoch": 0.9495896834701055,
574
+ "grad_norm": 0.85567706823349,
575
+ "learning_rate": 2.844021928478852e-05,
576
+ "loss": 0.6881,
577
+ "step": 405
578
+ },
579
+ {
580
+ "epoch": 0.9613130128956624,
581
+ "grad_norm": 0.8525532484054565,
582
+ "learning_rate": 2.838822846439303e-05,
583
+ "loss": 0.6391,
584
+ "step": 410
585
+ },
586
+ {
587
+ "epoch": 0.9730363423212193,
588
+ "grad_norm": 0.9406780004501343,
589
+ "learning_rate": 2.833543444196963e-05,
590
+ "loss": 0.6776,
591
+ "step": 415
592
+ },
593
+ {
594
+ "epoch": 0.984759671746776,
595
+ "grad_norm": 0.9766943454742432,
596
+ "learning_rate": 2.8281840384798147e-05,
597
+ "loss": 0.6413,
598
+ "step": 420
599
+ },
600
+ {
601
+ "epoch": 0.9964830011723329,
602
+ "grad_norm": 0.9217318296432495,
603
+ "learning_rate": 2.8227449508155012e-05,
604
+ "loss": 0.6083,
605
+ "step": 425
606
+ },
607
+ {
608
+ "epoch": 1.0070339976553342,
609
+ "grad_norm": 0.9758092761039734,
610
+ "learning_rate": 2.8172265075120356e-05,
611
+ "loss": 0.6333,
612
+ "step": 430
613
+ },
614
+ {
615
+ "epoch": 1.018757327080891,
616
+ "grad_norm": 0.9279267191886902,
617
+ "learning_rate": 2.8116290396382274e-05,
618
+ "loss": 0.5677,
619
+ "step": 435
620
+ },
621
+ {
622
+ "epoch": 1.030480656506448,
623
+ "grad_norm": 1.0296062231063843,
624
+ "learning_rate": 2.8059528830038188e-05,
625
+ "loss": 0.5534,
626
+ "step": 440
627
+ },
628
+ {
629
+ "epoch": 1.0422039859320047,
630
+ "grad_norm": 0.9819368720054626,
631
+ "learning_rate": 2.8001983781393387e-05,
632
+ "loss": 0.5744,
633
+ "step": 445
634
+ },
635
+ {
636
+ "epoch": 1.0539273153575615,
637
+ "grad_norm": 0.8835839629173279,
638
+ "learning_rate": 2.7943658702756728e-05,
639
+ "loss": 0.5895,
640
+ "step": 450
641
+ },
642
+ {
643
+ "epoch": 1.0656506447831184,
644
+ "grad_norm": 1.0302790403366089,
645
+ "learning_rate": 2.788455709323354e-05,
646
+ "loss": 0.5508,
647
+ "step": 455
648
+ },
649
+ {
650
+ "epoch": 1.0773739742086752,
651
+ "grad_norm": 0.9213964939117432,
652
+ "learning_rate": 2.7824682498515663e-05,
653
+ "loss": 0.5488,
654
+ "step": 460
655
+ },
656
+ {
657
+ "epoch": 1.0890973036342322,
658
+ "grad_norm": 0.822827160358429,
659
+ "learning_rate": 2.7764038510668786e-05,
660
+ "loss": 0.4908,
661
+ "step": 465
662
+ },
663
+ {
664
+ "epoch": 1.100820633059789,
665
+ "grad_norm": 0.8995427489280701,
666
+ "learning_rate": 2.770262876791689e-05,
667
+ "loss": 0.581,
668
+ "step": 470
669
+ },
670
+ {
671
+ "epoch": 1.112543962485346,
672
+ "grad_norm": 1.0242862701416016,
673
+ "learning_rate": 2.7640456954424027e-05,
674
+ "loss": 0.5482,
675
+ "step": 475
676
+ },
677
+ {
678
+ "epoch": 1.1242672919109027,
679
+ "grad_norm": 0.8724642992019653,
680
+ "learning_rate": 2.7577526800073257e-05,
681
+ "loss": 0.5637,
682
+ "step": 480
683
+ },
684
+ {
685
+ "epoch": 1.1359906213364597,
686
+ "grad_norm": 0.8943935632705688,
687
+ "learning_rate": 2.751384208024292e-05,
688
+ "loss": 0.5149,
689
+ "step": 485
690
+ },
691
+ {
692
+ "epoch": 1.1477139507620164,
693
+ "grad_norm": 0.9048977494239807,
694
+ "learning_rate": 2.7449406615580095e-05,
695
+ "loss": 0.5346,
696
+ "step": 490
697
+ },
698
+ {
699
+ "epoch": 1.1594372801875732,
700
+ "grad_norm": 1.0172462463378906,
701
+ "learning_rate": 2.7384224271771426e-05,
702
+ "loss": 0.5525,
703
+ "step": 495
704
+ },
705
+ {
706
+ "epoch": 1.1711606096131302,
707
+ "grad_norm": 0.8447465896606445,
708
+ "learning_rate": 2.7318298959311183e-05,
709
+ "loss": 0.5121,
710
+ "step": 500
711
+ },
712
+ {
713
+ "epoch": 1.182883939038687,
714
+ "grad_norm": 0.8748401999473572,
715
+ "learning_rate": 2.7251634633266668e-05,
716
+ "loss": 0.5696,
717
+ "step": 505
718
+ },
719
+ {
720
+ "epoch": 1.194607268464244,
721
+ "grad_norm": 0.8940523266792297,
722
+ "learning_rate": 2.718423529304095e-05,
723
+ "loss": 0.5077,
724
+ "step": 510
725
+ },
726
+ {
727
+ "epoch": 1.2063305978898007,
728
+ "grad_norm": 1.0012867450714111,
729
+ "learning_rate": 2.711610498213289e-05,
730
+ "loss": 0.492,
731
+ "step": 515
732
+ },
733
+ {
734
+ "epoch": 1.2180539273153577,
735
+ "grad_norm": 1.0748014450073242,
736
+ "learning_rate": 2.704724778789461e-05,
737
+ "loss": 0.538,
738
+ "step": 520
739
+ },
740
+ {
741
+ "epoch": 1.2297772567409144,
742
+ "grad_norm": 1.0266234874725342,
743
+ "learning_rate": 2.697766784128624e-05,
744
+ "loss": 0.5203,
745
+ "step": 525
746
+ },
747
+ {
748
+ "epoch": 1.2415005861664712,
749
+ "grad_norm": 0.9066937565803528,
750
+ "learning_rate": 2.6907369316628103e-05,
751
+ "loss": 0.4937,
752
+ "step": 530
753
+ },
754
+ {
755
+ "epoch": 1.2532239155920282,
756
+ "grad_norm": 0.9238837361335754,
757
+ "learning_rate": 2.6836356431350298e-05,
758
+ "loss": 0.5185,
759
+ "step": 535
760
+ },
761
+ {
762
+ "epoch": 1.264947245017585,
763
+ "grad_norm": 1.0094565153121948,
764
+ "learning_rate": 2.676463344573965e-05,
765
+ "loss": 0.4904,
766
+ "step": 540
767
+ },
768
+ {
769
+ "epoch": 1.276670574443142,
770
+ "grad_norm": 1.3660484552383423,
771
+ "learning_rate": 2.6692204662684154e-05,
772
+ "loss": 0.4977,
773
+ "step": 545
774
+ },
775
+ {
776
+ "epoch": 1.2883939038686987,
777
+ "grad_norm": 1.0245323181152344,
778
+ "learning_rate": 2.6619074427414817e-05,
779
+ "loss": 0.4955,
780
+ "step": 550
781
+ },
782
+ {
783
+ "epoch": 1.3001172332942557,
784
+ "grad_norm": 0.8795239329338074,
785
+ "learning_rate": 2.6545247127244975e-05,
786
+ "loss": 0.5172,
787
+ "step": 555
788
+ },
789
+ {
790
+ "epoch": 1.3118405627198124,
791
+ "grad_norm": 1.1408592462539673,
792
+ "learning_rate": 2.647072719130708e-05,
793
+ "loss": 0.5139,
794
+ "step": 560
795
+ },
796
+ {
797
+ "epoch": 1.3235638921453692,
798
+ "grad_norm": 0.9821284413337708,
799
+ "learning_rate": 2.639551909028699e-05,
800
+ "loss": 0.4778,
801
+ "step": 565
802
+ },
803
+ {
804
+ "epoch": 1.3352872215709262,
805
+ "grad_norm": 0.9982385635375977,
806
+ "learning_rate": 2.6319627336155757e-05,
807
+ "loss": 0.5432,
808
+ "step": 570
809
+ },
810
+ {
811
+ "epoch": 1.347010550996483,
812
+ "grad_norm": 0.9764225482940674,
813
+ "learning_rate": 2.6243056481898937e-05,
814
+ "loss": 0.4723,
815
+ "step": 575
816
+ },
817
+ {
818
+ "epoch": 1.35873388042204,
819
+ "grad_norm": 0.9747533202171326,
820
+ "learning_rate": 2.6165811121243442e-05,
821
+ "loss": 0.4889,
822
+ "step": 580
823
+ },
824
+ {
825
+ "epoch": 1.3704572098475967,
826
+ "grad_norm": 0.9515569806098938,
827
+ "learning_rate": 2.6087895888381953e-05,
828
+ "loss": 0.4758,
829
+ "step": 585
830
+ },
831
+ {
832
+ "epoch": 1.3821805392731537,
833
+ "grad_norm": 1.0449175834655762,
834
+ "learning_rate": 2.6009315457694893e-05,
835
+ "loss": 0.4579,
836
+ "step": 590
837
+ },
838
+ {
839
+ "epoch": 1.3939038686987104,
840
+ "grad_norm": 1.0853800773620605,
841
+ "learning_rate": 2.5930074543469996e-05,
842
+ "loss": 0.4906,
843
+ "step": 595
844
+ },
845
+ {
846
+ "epoch": 1.4056271981242672,
847
+ "grad_norm": 1.2414027452468872,
848
+ "learning_rate": 2.5850177899619493e-05,
849
+ "loss": 0.4848,
850
+ "step": 600
851
+ },
852
+ {
853
+ "epoch": 1.4173505275498242,
854
+ "grad_norm": 0.9966293573379517,
855
+ "learning_rate": 2.5769630319394898e-05,
856
+ "loss": 0.4616,
857
+ "step": 605
858
+ },
859
+ {
860
+ "epoch": 1.4290738569753811,
861
+ "grad_norm": 1.1271042823791504,
862
+ "learning_rate": 2.5688436635099454e-05,
863
+ "loss": 0.4419,
864
+ "step": 610
865
+ },
866
+ {
867
+ "epoch": 1.440797186400938,
868
+ "grad_norm": 0.9376438856124878,
869
+ "learning_rate": 2.5606601717798212e-05,
870
+ "loss": 0.4418,
871
+ "step": 615
872
+ },
873
+ {
874
+ "epoch": 1.4525205158264947,
875
+ "grad_norm": 0.9620692729949951,
876
+ "learning_rate": 2.5524130477025832e-05,
877
+ "loss": 0.4359,
878
+ "step": 620
879
+ },
880
+ {
881
+ "epoch": 1.4642438452520516,
882
+ "grad_norm": 1.0992698669433594,
883
+ "learning_rate": 2.5441027860491996e-05,
884
+ "loss": 0.4916,
885
+ "step": 625
886
+ },
887
+ {
888
+ "epoch": 1.4759671746776084,
889
+ "grad_norm": 1.1124409437179565,
890
+ "learning_rate": 2.5357298853784647e-05,
891
+ "loss": 0.4339,
892
+ "step": 630
893
+ },
894
+ {
895
+ "epoch": 1.4876905041031652,
896
+ "grad_norm": 0.9310411214828491,
897
+ "learning_rate": 2.527294848007081e-05,
898
+ "loss": 0.4252,
899
+ "step": 635
900
+ },
901
+ {
902
+ "epoch": 1.4994138335287222,
903
+ "grad_norm": 1.0951443910598755,
904
+ "learning_rate": 2.5187981799795304e-05,
905
+ "loss": 0.4427,
906
+ "step": 640
907
+ },
908
+ {
909
+ "epoch": 1.5111371629542791,
910
+ "grad_norm": 0.9256319403648376,
911
+ "learning_rate": 2.5102403910377104e-05,
912
+ "loss": 0.4199,
913
+ "step": 645
914
+ },
915
+ {
916
+ "epoch": 1.522860492379836,
917
+ "grad_norm": 1.00556480884552,
918
+ "learning_rate": 2.501621994590356e-05,
919
+ "loss": 0.4612,
920
+ "step": 650
921
+ },
922
+ {
923
+ "epoch": 1.5345838218053927,
924
+ "grad_norm": 1.0466468334197998,
925
+ "learning_rate": 2.4929435076822366e-05,
926
+ "loss": 0.424,
927
+ "step": 655
928
+ },
929
+ {
930
+ "epoch": 1.5463071512309496,
931
+ "grad_norm": 1.121028184890747,
932
+ "learning_rate": 2.484205450963138e-05,
933
+ "loss": 0.4242,
934
+ "step": 660
935
+ },
936
+ {
937
+ "epoch": 1.5580304806565064,
938
+ "grad_norm": 1.1106789112091064,
939
+ "learning_rate": 2.4754083486566273e-05,
940
+ "loss": 0.4158,
941
+ "step": 665
942
+ },
943
+ {
944
+ "epoch": 1.5697538100820632,
945
+ "grad_norm": 1.1398696899414062,
946
+ "learning_rate": 2.4665527285286016e-05,
947
+ "loss": 0.4184,
948
+ "step": 670
949
+ },
950
+ {
951
+ "epoch": 1.5814771395076201,
952
+ "grad_norm": 1.0724526643753052,
953
+ "learning_rate": 2.4576391218556272e-05,
954
+ "loss": 0.4171,
955
+ "step": 675
956
+ },
957
+ {
958
+ "epoch": 1.5932004689331771,
959
+ "grad_norm": 1.181626558303833,
960
+ "learning_rate": 2.4486680633930658e-05,
961
+ "loss": 0.4238,
962
+ "step": 680
963
+ },
964
+ {
965
+ "epoch": 1.6049237983587339,
966
+ "grad_norm": 0.981561541557312,
967
+ "learning_rate": 2.4396400913429935e-05,
968
+ "loss": 0.385,
969
+ "step": 685
970
+ },
971
+ {
972
+ "epoch": 1.6166471277842906,
973
+ "grad_norm": 1.1553294658660889,
974
+ "learning_rate": 2.430555747321911e-05,
975
+ "loss": 0.3756,
976
+ "step": 690
977
+ },
978
+ {
979
+ "epoch": 1.6283704572098476,
980
+ "grad_norm": 1.1467562913894653,
981
+ "learning_rate": 2.4214155763282524e-05,
982
+ "loss": 0.4236,
983
+ "step": 695
984
+ },
985
+ {
986
+ "epoch": 1.6400937866354046,
987
+ "grad_norm": 1.1394572257995605,
988
+ "learning_rate": 2.4122201267096865e-05,
989
+ "loss": 0.4253,
990
+ "step": 700
991
+ },
992
+ {
993
+ "epoch": 1.6518171160609612,
994
+ "grad_norm": 1.0924723148345947,
995
+ "learning_rate": 2.402969950130222e-05,
996
+ "loss": 0.405,
997
+ "step": 705
998
+ },
999
+ {
1000
+ "epoch": 1.6635404454865181,
1001
+ "grad_norm": 0.964448869228363,
1002
+ "learning_rate": 2.39366560153711e-05,
1003
+ "loss": 0.3834,
1004
+ "step": 710
1005
+ },
1006
+ {
1007
+ "epoch": 1.6752637749120751,
1008
+ "grad_norm": 1.0330153703689575,
1009
+ "learning_rate": 2.384307639127553e-05,
1010
+ "loss": 0.4008,
1011
+ "step": 715
1012
+ },
1013
+ {
1014
+ "epoch": 1.6869871043376319,
1015
+ "grad_norm": 1.1188576221466064,
1016
+ "learning_rate": 2.3748966243152127e-05,
1017
+ "loss": 0.3738,
1018
+ "step": 720
1019
+ },
1020
+ {
1021
+ "epoch": 1.6987104337631886,
1022
+ "grad_norm": 1.020409345626831,
1023
+ "learning_rate": 2.3654331216965334e-05,
1024
+ "loss": 0.4174,
1025
+ "step": 725
1026
+ },
1027
+ {
1028
+ "epoch": 1.7104337631887456,
1029
+ "grad_norm": 1.2046691179275513,
1030
+ "learning_rate": 2.3559176990168685e-05,
1031
+ "loss": 0.399,
1032
+ "step": 730
1033
+ },
1034
+ {
1035
+ "epoch": 1.7221570926143026,
1036
+ "grad_norm": 1.0990289449691772,
1037
+ "learning_rate": 2.3463509271364184e-05,
1038
+ "loss": 0.3899,
1039
+ "step": 735
1040
+ },
1041
+ {
1042
+ "epoch": 1.7338804220398594,
1043
+ "grad_norm": 1.1505696773529053,
1044
+ "learning_rate": 2.3367333799959853e-05,
1045
+ "loss": 0.4048,
1046
+ "step": 740
1047
+ },
1048
+ {
1049
+ "epoch": 1.7456037514654161,
1050
+ "grad_norm": 1.0134183168411255,
1051
+ "learning_rate": 2.327065634582538e-05,
1052
+ "loss": 0.3504,
1053
+ "step": 745
1054
+ },
1055
+ {
1056
+ "epoch": 1.7573270808909731,
1057
+ "grad_norm": 0.9383838772773743,
1058
+ "learning_rate": 2.3173482708945982e-05,
1059
+ "loss": 0.3706,
1060
+ "step": 750
1061
+ },
1062
+ {
1063
+ "epoch": 1.7690504103165299,
1064
+ "grad_norm": 0.9833553433418274,
1065
+ "learning_rate": 2.3075818719074454e-05,
1066
+ "loss": 0.3587,
1067
+ "step": 755
1068
+ },
1069
+ {
1070
+ "epoch": 1.7807737397420866,
1071
+ "grad_norm": 1.1251225471496582,
1072
+ "learning_rate": 2.2977670235381396e-05,
1073
+ "loss": 0.4207,
1074
+ "step": 760
1075
+ },
1076
+ {
1077
+ "epoch": 1.7924970691676436,
1078
+ "grad_norm": 0.9914352893829346,
1079
+ "learning_rate": 2.2879043146103734e-05,
1080
+ "loss": 0.3935,
1081
+ "step": 765
1082
+ },
1083
+ {
1084
+ "epoch": 1.8042203985932006,
1085
+ "grad_norm": 0.9891310334205627,
1086
+ "learning_rate": 2.2779943368191446e-05,
1087
+ "loss": 0.3655,
1088
+ "step": 770
1089
+ },
1090
+ {
1091
+ "epoch": 1.8159437280187574,
1092
+ "grad_norm": 1.0876110792160034,
1093
+ "learning_rate": 2.268037684695259e-05,
1094
+ "loss": 0.3887,
1095
+ "step": 775
1096
+ },
1097
+ {
1098
+ "epoch": 1.8276670574443141,
1099
+ "grad_norm": 0.9549176096916199,
1100
+ "learning_rate": 2.2580349555696624e-05,
1101
+ "loss": 0.3585,
1102
+ "step": 780
1103
+ },
1104
+ {
1105
+ "epoch": 1.839390386869871,
1106
+ "grad_norm": 1.1817312240600586,
1107
+ "learning_rate": 2.2479867495376063e-05,
1108
+ "loss": 0.3485,
1109
+ "step": 785
1110
+ },
1111
+ {
1112
+ "epoch": 1.8511137162954279,
1113
+ "grad_norm": 0.9575828909873962,
1114
+ "learning_rate": 2.237893669422644e-05,
1115
+ "loss": 0.3891,
1116
+ "step": 790
1117
+ },
1118
+ {
1119
+ "epoch": 1.8628370457209846,
1120
+ "grad_norm": 1.0091192722320557,
1121
+ "learning_rate": 2.227756320740467e-05,
1122
+ "loss": 0.3583,
1123
+ "step": 795
1124
+ },
1125
+ {
1126
+ "epoch": 1.8745603751465416,
1127
+ "grad_norm": 1.1005250215530396,
1128
+ "learning_rate": 2.2175753116625778e-05,
1129
+ "loss": 0.3398,
1130
+ "step": 800
1131
+ },
1132
+ {
1133
+ "epoch": 1.8862837045720986,
1134
+ "grad_norm": 1.1460726261138916,
1135
+ "learning_rate": 2.2073512529798035e-05,
1136
+ "loss": 0.3326,
1137
+ "step": 805
1138
+ },
1139
+ {
1140
+ "epoch": 1.8980070339976554,
1141
+ "grad_norm": 1.0507593154907227,
1142
+ "learning_rate": 2.197084758065653e-05,
1143
+ "loss": 0.3276,
1144
+ "step": 810
1145
+ },
1146
+ {
1147
+ "epoch": 1.9097303634232121,
1148
+ "grad_norm": 1.0259215831756592,
1149
+ "learning_rate": 2.1867764428395176e-05,
1150
+ "loss": 0.35,
1151
+ "step": 815
1152
+ },
1153
+ {
1154
+ "epoch": 1.921453692848769,
1155
+ "grad_norm": 0.8954200744628906,
1156
+ "learning_rate": 2.176426925729722e-05,
1157
+ "loss": 0.3545,
1158
+ "step": 820
1159
+ },
1160
+ {
1161
+ "epoch": 1.9331770222743259,
1162
+ "grad_norm": 0.9455352425575256,
1163
+ "learning_rate": 2.166036827636421e-05,
1164
+ "loss": 0.3505,
1165
+ "step": 825
1166
+ },
1167
+ {
1168
+ "epoch": 1.9449003516998826,
1169
+ "grad_norm": 1.0381656885147095,
1170
+ "learning_rate": 2.155606771894352e-05,
1171
+ "loss": 0.3541,
1172
+ "step": 830
1173
+ },
1174
+ {
1175
+ "epoch": 1.9566236811254396,
1176
+ "grad_norm": 1.0482879877090454,
1177
+ "learning_rate": 2.1451373842354343e-05,
1178
+ "loss": 0.3463,
1179
+ "step": 835
1180
+ },
1181
+ {
1182
+ "epoch": 1.9683470105509966,
1183
+ "grad_norm": 1.111364722251892,
1184
+ "learning_rate": 2.134629292751237e-05,
1185
+ "loss": 0.3135,
1186
+ "step": 840
1187
+ },
1188
+ {
1189
+ "epoch": 1.9800703399765534,
1190
+ "grad_norm": 1.089702844619751,
1191
+ "learning_rate": 2.1240831278552914e-05,
1192
+ "loss": 0.3445,
1193
+ "step": 845
1194
+ },
1195
+ {
1196
+ "epoch": 1.9917936694021101,
1197
+ "grad_norm": 1.0103806257247925,
1198
+ "learning_rate": 2.113499522245273e-05,
1199
+ "loss": 0.3493,
1200
+ "step": 850
1201
+ }
1202
+ ],
1203
+ "logging_steps": 5,
1204
+ "max_steps": 2135,
1205
+ "num_input_tokens_seen": 0,
1206
+ "num_train_epochs": 5,
1207
+ "save_steps": 2000,
1208
+ "stateful_callbacks": {
1209
+ "TrainerControl": {
1210
+ "args": {
1211
+ "should_epoch_stop": false,
1212
+ "should_evaluate": false,
1213
+ "should_log": false,
1214
+ "should_save": true,
1215
+ "should_training_stop": false
1216
+ },
1217
+ "attributes": {}
1218
+ }
1219
+ },
1220
+ "total_flos": 1.3768850250724803e+18,
1221
+ "train_batch_size": 2,
1222
+ "trial_name": null,
1223
+ "trial_params": null
1224
+ }
30/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:208407f94a322b1426d8bfa264aa21e0ace5d78b0e8c1d012b2bc19a05d298b4
3
+ size 7736
30/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
30/zero_to_fp32.py ADDED
@@ -0,0 +1,604 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: python zero_to_fp32.py . pytorch_model.bin
14
+
15
+ import argparse
16
+ import torch
17
+ import glob
18
+ import math
19
+ import os
20
+ import re
21
+ from collections import OrderedDict
22
+ from dataclasses import dataclass
23
+
24
+ # while this script doesn't use deepspeed to recover data, since the checkpoints are pickled with
25
+ # DeepSpeed data structures it has to be available in the current python environment.
26
+ from deepspeed.utils import logger
27
+ from deepspeed.checkpoint.constants import (DS_VERSION, OPTIMIZER_STATE_DICT, SINGLE_PARTITION_OF_FP32_GROUPS,
28
+ FP32_FLAT_GROUPS, ZERO_STAGE, PARTITION_COUNT, PARAM_SHAPES, BUFFER_NAMES,
29
+ FROZEN_PARAM_SHAPES, FROZEN_PARAM_FRAGMENTS)
30
+
31
+
32
+ @dataclass
33
+ class zero_model_state:
34
+ buffers: dict()
35
+ param_shapes: dict()
36
+ shared_params: list
37
+ ds_version: int
38
+ frozen_param_shapes: dict()
39
+ frozen_param_fragments: dict()
40
+
41
+
42
+ debug = 0
43
+
44
+ # load to cpu
45
+ device = torch.device('cpu')
46
+
47
+
48
+ def atoi(text):
49
+ return int(text) if text.isdigit() else text
50
+
51
+
52
+ def natural_keys(text):
53
+ '''
54
+ alist.sort(key=natural_keys) sorts in human order
55
+ http://nedbatchelder.com/blog/200712/human_sorting.html
56
+ (See Toothy's implementation in the comments)
57
+ '''
58
+ return [atoi(c) for c in re.split(r'(\d+)', text)]
59
+
60
+
61
+ def get_model_state_file(checkpoint_dir, zero_stage):
62
+ if not os.path.isdir(checkpoint_dir):
63
+ raise FileNotFoundError(f"Directory '{checkpoint_dir}' doesn't exist")
64
+
65
+ # there should be only one file
66
+ if zero_stage <= 2:
67
+ file = os.path.join(checkpoint_dir, "mp_rank_00_model_states.pt")
68
+ elif zero_stage == 3:
69
+ file = os.path.join(checkpoint_dir, "zero_pp_rank_0_mp_rank_00_model_states.pt")
70
+
71
+ if not os.path.exists(file):
72
+ raise FileNotFoundError(f"can't find model states file at '{file}'")
73
+
74
+ return file
75
+
76
+
77
+ def get_checkpoint_files(checkpoint_dir, glob_pattern):
78
+ # XXX: need to test that this simple glob rule works for multi-node setup too
79
+ ckpt_files = sorted(glob.glob(os.path.join(checkpoint_dir, glob_pattern)), key=natural_keys)
80
+
81
+ if len(ckpt_files) == 0:
82
+ raise FileNotFoundError(f"can't find {glob_pattern} files in directory '{checkpoint_dir}'")
83
+
84
+ return ckpt_files
85
+
86
+
87
+ def get_optim_files(checkpoint_dir):
88
+ return get_checkpoint_files(checkpoint_dir, "*_optim_states.pt")
89
+
90
+
91
+ def get_model_state_files(checkpoint_dir):
92
+ return get_checkpoint_files(checkpoint_dir, "*_model_states.pt")
93
+
94
+
95
+ def parse_model_states(files):
96
+ zero_model_states = []
97
+ for file in files:
98
+ state_dict = torch.load(file, map_location=device)
99
+
100
+ if BUFFER_NAMES not in state_dict:
101
+ raise ValueError(f"{file} is not a model state checkpoint")
102
+ buffer_names = state_dict[BUFFER_NAMES]
103
+ if debug:
104
+ print("Found buffers:", buffer_names)
105
+
106
+ # recover just the buffers while restoring them to fp32 if they were saved in fp16
107
+ buffers = {k: v.float() for k, v in state_dict["module"].items() if k in buffer_names}
108
+ param_shapes = state_dict[PARAM_SHAPES]
109
+
110
+ # collect parameters that are included in param_shapes
111
+ param_names = []
112
+ for s in param_shapes:
113
+ for name in s.keys():
114
+ param_names.append(name)
115
+
116
+ # update with frozen parameters
117
+ frozen_param_shapes = state_dict.get(FROZEN_PARAM_SHAPES, None)
118
+ if frozen_param_shapes is not None:
119
+ if debug:
120
+ print(f"Found frozen_param_shapes: {frozen_param_shapes}")
121
+ param_names += list(frozen_param_shapes.keys())
122
+
123
+ # handle shared params
124
+ shared_params = [[k, v] for k, v in state_dict["shared_params"].items()]
125
+
126
+ ds_version = state_dict.get(DS_VERSION, None)
127
+
128
+ frozen_param_fragments = state_dict.get(FROZEN_PARAM_FRAGMENTS, None)
129
+
130
+ z_model_state = zero_model_state(buffers=buffers,
131
+ param_shapes=param_shapes,
132
+ shared_params=shared_params,
133
+ ds_version=ds_version,
134
+ frozen_param_shapes=frozen_param_shapes,
135
+ frozen_param_fragments=frozen_param_fragments)
136
+ zero_model_states.append(z_model_state)
137
+
138
+ return zero_model_states
139
+
140
+
141
+ def parse_optim_states(files, ds_checkpoint_dir):
142
+
143
+ total_files = len(files)
144
+ state_dicts = []
145
+ for f in files:
146
+ state_dict = torch.load(f, map_location=device)
147
+ # immediately discard the potentially huge 2 optimizer states as we only care for fp32 master weights
148
+ # and also handle the case where it was already removed by another helper script
149
+ state_dict["optimizer_state_dict"].pop("optimizer_state_dict", None)
150
+ state_dicts.append(state_dict)
151
+
152
+ if not ZERO_STAGE in state_dicts[0][OPTIMIZER_STATE_DICT]:
153
+ raise ValueError(f"{files[0]} is not a zero checkpoint")
154
+ zero_stage = state_dicts[0][OPTIMIZER_STATE_DICT][ZERO_STAGE]
155
+ world_size = state_dicts[0][OPTIMIZER_STATE_DICT][PARTITION_COUNT]
156
+
157
+ # For ZeRO-2 each param group can have different partition_count as data parallelism for expert
158
+ # parameters can be different from data parallelism for non-expert parameters. So we can just
159
+ # use the max of the partition_count to get the dp world_size.
160
+
161
+ if type(world_size) is list:
162
+ world_size = max(world_size)
163
+
164
+ if world_size != total_files:
165
+ raise ValueError(
166
+ f"Expected {world_size} of '*_optim_states.pt' under '{ds_checkpoint_dir}' but found {total_files} files. "
167
+ "Possibly due to an overwrite of an old checkpoint, or a checkpoint didn't get saved by one or more processes."
168
+ )
169
+
170
+ # the groups are named differently in each stage
171
+ if zero_stage <= 2:
172
+ fp32_groups_key = SINGLE_PARTITION_OF_FP32_GROUPS
173
+ elif zero_stage == 3:
174
+ fp32_groups_key = FP32_FLAT_GROUPS
175
+ else:
176
+ raise ValueError(f"unknown zero stage {zero_stage}")
177
+
178
+ if zero_stage <= 2:
179
+ fp32_flat_groups = [state_dicts[i][OPTIMIZER_STATE_DICT][fp32_groups_key] for i in range(len(state_dicts))]
180
+ elif zero_stage == 3:
181
+ # if there is more than one param group, there will be multiple flattened tensors - one
182
+ # flattened tensor per group - for simplicity merge them into a single tensor
183
+ #
184
+ # XXX: could make the script more memory efficient for when there are multiple groups - it
185
+ # will require matching the sub-lists of param_shapes for each param group flattened tensor
186
+
187
+ fp32_flat_groups = [
188
+ torch.cat(state_dicts[i][OPTIMIZER_STATE_DICT][fp32_groups_key], 0) for i in range(len(state_dicts))
189
+ ]
190
+
191
+ return zero_stage, world_size, fp32_flat_groups
192
+
193
+
194
+ def _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir, exclude_frozen_parameters):
195
+ """
196
+ Returns fp32 state_dict reconstructed from ds checkpoint
197
+
198
+ Args:
199
+ - ``ds_checkpoint_dir``: path to the deepspeed checkpoint folder (where the optimizer files are)
200
+
201
+ """
202
+ print(f"Processing zero checkpoint '{ds_checkpoint_dir}'")
203
+
204
+ optim_files = get_optim_files(ds_checkpoint_dir)
205
+ zero_stage, world_size, fp32_flat_groups = parse_optim_states(optim_files, ds_checkpoint_dir)
206
+ print(f"Detected checkpoint of type zero stage {zero_stage}, world_size: {world_size}")
207
+
208
+ model_files = get_model_state_files(ds_checkpoint_dir)
209
+
210
+ zero_model_states = parse_model_states(model_files)
211
+ print(f'Parsing checkpoint created by deepspeed=={zero_model_states[0].ds_version}')
212
+
213
+ if zero_stage <= 2:
214
+ return _get_fp32_state_dict_from_zero2_checkpoint(world_size, fp32_flat_groups, zero_model_states,
215
+ exclude_frozen_parameters)
216
+ elif zero_stage == 3:
217
+ return _get_fp32_state_dict_from_zero3_checkpoint(world_size, fp32_flat_groups, zero_model_states,
218
+ exclude_frozen_parameters)
219
+
220
+
221
+ def _zero2_merge_frozen_params(state_dict, zero_model_states):
222
+ if zero_model_states[0].frozen_param_shapes is None or len(zero_model_states[0].frozen_param_shapes) == 0:
223
+ return
224
+
225
+ frozen_param_shapes = zero_model_states[0].frozen_param_shapes
226
+ frozen_param_fragments = zero_model_states[0].frozen_param_fragments
227
+
228
+ if debug:
229
+ num_elem = sum(s.numel() for s in frozen_param_shapes.values())
230
+ print(f'rank 0: {FROZEN_PARAM_SHAPES}.numel = {num_elem}')
231
+
232
+ wanted_params = len(frozen_param_shapes)
233
+ wanted_numel = sum(s.numel() for s in frozen_param_shapes.values())
234
+ avail_numel = sum([p.numel() for p in frozen_param_fragments.values()])
235
+ print(f'Frozen params: Have {avail_numel} numels to process.')
236
+ print(f'Frozen params: Need {wanted_numel} numels in {wanted_params} params')
237
+
238
+ total_params = 0
239
+ total_numel = 0
240
+ for name, shape in frozen_param_shapes.items():
241
+ total_params += 1
242
+ unpartitioned_numel = shape.numel()
243
+ total_numel += unpartitioned_numel
244
+
245
+ state_dict[name] = frozen_param_fragments[name]
246
+
247
+ if debug:
248
+ print(f"{name} full shape: {shape} unpartitioned numel {unpartitioned_numel} ")
249
+
250
+ print(f"Reconstructed Frozen fp32 state dict with {total_params} params {total_numel} elements")
251
+
252
+
253
+ def _has_callable(obj, fn):
254
+ attr = getattr(obj, fn, None)
255
+ return callable(attr)
256
+
257
+
258
+ def _zero2_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states):
259
+ param_shapes = zero_model_states[0].param_shapes
260
+
261
+ # Reconstruction protocol:
262
+ #
263
+ # XXX: document this
264
+
265
+ if debug:
266
+ for i in range(world_size):
267
+ for j in range(len(fp32_flat_groups[0])):
268
+ print(f"{FP32_FLAT_GROUPS}[{i}][{j}].shape={fp32_flat_groups[i][j].shape}")
269
+
270
+ # XXX: memory usage doubles here (zero2)
271
+ num_param_groups = len(fp32_flat_groups[0])
272
+ merged_single_partition_of_fp32_groups = []
273
+ for i in range(num_param_groups):
274
+ merged_partitions = [sd[i] for sd in fp32_flat_groups]
275
+ full_single_fp32_vector = torch.cat(merged_partitions, 0)
276
+ merged_single_partition_of_fp32_groups.append(full_single_fp32_vector)
277
+ avail_numel = sum(
278
+ [full_single_fp32_vector.numel() for full_single_fp32_vector in merged_single_partition_of_fp32_groups])
279
+
280
+ if debug:
281
+ wanted_params = sum([len(shapes) for shapes in param_shapes])
282
+ wanted_numel = sum([sum(shape.numel() for shape in shapes.values()) for shapes in param_shapes])
283
+ # not asserting if there is a mismatch due to possible padding
284
+ print(f"Have {avail_numel} numels to process.")
285
+ print(f"Need {wanted_numel} numels in {wanted_params} params.")
286
+
287
+ # params
288
+ # XXX: for huge models that can't fit into the host's RAM we will have to recode this to support
289
+ # out-of-core computing solution
290
+ total_numel = 0
291
+ total_params = 0
292
+ for shapes, full_single_fp32_vector in zip(param_shapes, merged_single_partition_of_fp32_groups):
293
+ offset = 0
294
+ avail_numel = full_single_fp32_vector.numel()
295
+ for name, shape in shapes.items():
296
+
297
+ unpartitioned_numel = shape.numel() if _has_callable(shape, 'numel') else math.prod(shape)
298
+ total_numel += unpartitioned_numel
299
+ total_params += 1
300
+
301
+ if debug:
302
+ print(f"{name} full shape: {shape} unpartitioned numel {unpartitioned_numel} ")
303
+ state_dict[name] = full_single_fp32_vector.narrow(0, offset, unpartitioned_numel).view(shape)
304
+ offset += unpartitioned_numel
305
+
306
+ # Z2 started to align to 2*world_size to improve nccl performance. Therefore both offset and
307
+ # avail_numel can differ by anywhere between 0..2*world_size. Due to two unrelated complex
308
+ # paddings performed in the code it's almost impossible to predict the exact numbers w/o the
309
+ # live optimizer object, so we are checking that the numbers are within the right range
310
+ align_to = 2 * world_size
311
+
312
+ def zero2_align(x):
313
+ return align_to * math.ceil(x / align_to)
314
+
315
+ if debug:
316
+ print(f"original offset={offset}, avail_numel={avail_numel}")
317
+
318
+ offset = zero2_align(offset)
319
+ avail_numel = zero2_align(avail_numel)
320
+
321
+ if debug:
322
+ print(f"aligned offset={offset}, avail_numel={avail_numel}")
323
+
324
+ # Sanity check
325
+ if offset != avail_numel:
326
+ raise ValueError(f"consumed {offset} numels out of {avail_numel} - something is wrong")
327
+
328
+ print(f"Reconstructed fp32 state dict with {total_params} params {total_numel} elements")
329
+
330
+
331
+ def _get_fp32_state_dict_from_zero2_checkpoint(world_size, fp32_flat_groups, zero_model_states,
332
+ exclude_frozen_parameters):
333
+ state_dict = OrderedDict()
334
+
335
+ # buffers
336
+ buffers = zero_model_states[0].buffers
337
+ state_dict.update(buffers)
338
+ if debug:
339
+ print(f"added {len(buffers)} buffers")
340
+
341
+ if not exclude_frozen_parameters:
342
+ _zero2_merge_frozen_params(state_dict, zero_model_states)
343
+
344
+ _zero2_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states)
345
+
346
+ # recover shared parameters
347
+ for pair in zero_model_states[0].shared_params:
348
+ if pair[1] in state_dict:
349
+ state_dict[pair[0]] = state_dict[pair[1]]
350
+
351
+ return state_dict
352
+
353
+
354
+ def zero3_partitioned_param_info(unpartitioned_numel, world_size):
355
+ remainder = unpartitioned_numel % world_size
356
+ padding_numel = (world_size - remainder) if remainder else 0
357
+ partitioned_numel = math.ceil(unpartitioned_numel / world_size)
358
+ return partitioned_numel, padding_numel
359
+
360
+
361
+ def _zero3_merge_frozen_params(state_dict, world_size, zero_model_states):
362
+ if zero_model_states[0].frozen_param_shapes is None or len(zero_model_states[0].frozen_param_shapes) == 0:
363
+ return
364
+
365
+ if debug:
366
+ for i in range(world_size):
367
+ num_elem = sum(s.numel() for s in zero_model_states[i].frozen_param_fragments.values())
368
+ print(f'rank {i}: {FROZEN_PARAM_SHAPES}.numel = {num_elem}')
369
+
370
+ frozen_param_shapes = zero_model_states[0].frozen_param_shapes
371
+ wanted_params = len(frozen_param_shapes)
372
+ wanted_numel = sum(s.numel() for s in frozen_param_shapes.values())
373
+ avail_numel = sum([p.numel() for p in zero_model_states[0].frozen_param_fragments.values()]) * world_size
374
+ print(f'Frozen params: Have {avail_numel} numels to process.')
375
+ print(f'Frozen params: Need {wanted_numel} numels in {wanted_params} params')
376
+
377
+ total_params = 0
378
+ total_numel = 0
379
+ for name, shape in zero_model_states[0].frozen_param_shapes.items():
380
+ total_params += 1
381
+ unpartitioned_numel = shape.numel()
382
+ total_numel += unpartitioned_numel
383
+
384
+ param_frags = tuple(model_state.frozen_param_fragments[name] for model_state in zero_model_states)
385
+ state_dict[name] = torch.cat(param_frags, 0).narrow(0, 0, unpartitioned_numel).view(shape)
386
+
387
+ partitioned_numel, partitioned_padding_numel = zero3_partitioned_param_info(unpartitioned_numel, world_size)
388
+
389
+ if debug:
390
+ print(
391
+ f"Frozen params: {total_params} {name} full shape: {shape} partition0 numel={partitioned_numel} partitioned_padding_numel={partitioned_padding_numel}"
392
+ )
393
+
394
+ print(f"Reconstructed Frozen fp32 state dict with {total_params} params {total_numel} elements")
395
+
396
+
397
+ def _zero3_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states):
398
+ param_shapes = zero_model_states[0].param_shapes
399
+ avail_numel = fp32_flat_groups[0].numel() * world_size
400
+ # Reconstruction protocol: For zero3 we need to zip the partitions together at boundary of each
401
+ # param, re-consolidating each param, while dealing with padding if any
402
+
403
+ # merge list of dicts, preserving order
404
+ param_shapes = {k: v for d in param_shapes for k, v in d.items()}
405
+
406
+ if debug:
407
+ for i in range(world_size):
408
+ print(f"{FP32_FLAT_GROUPS}[{i}].shape={fp32_flat_groups[i].shape}")
409
+
410
+ wanted_params = len(param_shapes)
411
+ wanted_numel = sum(shape.numel() for shape in param_shapes.values())
412
+ # not asserting if there is a mismatch due to possible padding
413
+ avail_numel = fp32_flat_groups[0].numel() * world_size
414
+ print(f"Trainable params: Have {avail_numel} numels to process.")
415
+ print(f"Trainable params: Need {wanted_numel} numels in {wanted_params} params.")
416
+
417
+ # params
418
+ # XXX: for huge models that can't fit into the host's RAM we will have to recode this to support
419
+ # out-of-core computing solution
420
+ offset = 0
421
+ total_numel = 0
422
+ total_params = 0
423
+ for name, shape in param_shapes.items():
424
+
425
+ unpartitioned_numel = shape.numel()
426
+ total_numel += unpartitioned_numel
427
+ total_params += 1
428
+
429
+ partitioned_numel, partitioned_padding_numel = zero3_partitioned_param_info(unpartitioned_numel, world_size)
430
+
431
+ if debug:
432
+ print(
433
+ f"Trainable params: {total_params} {name} full shape: {shape} partition0 numel={partitioned_numel} partitioned_padding_numel={partitioned_padding_numel}"
434
+ )
435
+
436
+ # XXX: memory usage doubles here
437
+ state_dict[name] = torch.cat(
438
+ tuple(fp32_flat_groups[i].narrow(0, offset, partitioned_numel) for i in range(world_size)),
439
+ 0).narrow(0, 0, unpartitioned_numel).view(shape)
440
+ offset += partitioned_numel
441
+
442
+ offset *= world_size
443
+
444
+ # Sanity check
445
+ if offset != avail_numel:
446
+ raise ValueError(f"consumed {offset} numels out of {avail_numel} - something is wrong")
447
+
448
+ print(f"Reconstructed Trainable fp32 state dict with {total_params} params {total_numel} elements")
449
+
450
+
451
+ def _get_fp32_state_dict_from_zero3_checkpoint(world_size, fp32_flat_groups, zero_model_states,
452
+ exclude_frozen_parameters):
453
+ state_dict = OrderedDict()
454
+
455
+ # buffers
456
+ buffers = zero_model_states[0].buffers
457
+ state_dict.update(buffers)
458
+ if debug:
459
+ print(f"added {len(buffers)} buffers")
460
+
461
+ if not exclude_frozen_parameters:
462
+ _zero3_merge_frozen_params(state_dict, world_size, zero_model_states)
463
+
464
+ _zero3_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states)
465
+
466
+ # recover shared parameters
467
+ for pair in zero_model_states[0].shared_params:
468
+ if pair[1] in state_dict:
469
+ state_dict[pair[0]] = state_dict[pair[1]]
470
+
471
+ return state_dict
472
+
473
+
474
+ def get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag=None, exclude_frozen_parameters=False):
475
+ """
476
+ Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated state_dict that can be loaded with
477
+ ``load_state_dict()`` and used for training without DeepSpeed or shared with others, for example
478
+ via a model hub.
479
+
480
+ Args:
481
+ - ``checkpoint_dir``: path to the desired checkpoint folder
482
+ - ``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``
483
+ - ``exclude_frozen_parameters``: exclude frozen parameters
484
+
485
+ Returns:
486
+ - pytorch ``state_dict``
487
+
488
+ Note: this approach may not work if your application doesn't have sufficient free CPU memory and
489
+ you may need to use the offline approach using the ``zero_to_fp32.py`` script that is saved with
490
+ the checkpoint.
491
+
492
+ A typical usage might be ::
493
+
494
+ from deepspeed.utils.zero_to_fp32 import get_fp32_state_dict_from_zero_checkpoint
495
+ # do the training and checkpoint saving
496
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir) # already on cpu
497
+ model = model.cpu() # move to cpu
498
+ model.load_state_dict(state_dict)
499
+ # submit to model hub or save the model to share with others
500
+
501
+ In this example the ``model`` will no longer be usable in the deepspeed context of the same
502
+ application. i.e. you will need to re-initialize the deepspeed engine, since
503
+ ``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it.
504
+
505
+ If you want it all done for you, use ``load_state_dict_from_zero_checkpoint`` instead.
506
+
507
+ """
508
+ if tag is None:
509
+ latest_path = os.path.join(checkpoint_dir, 'latest')
510
+ if os.path.isfile(latest_path):
511
+ with open(latest_path, 'r') as fd:
512
+ tag = fd.read().strip()
513
+ else:
514
+ raise ValueError(f"Unable to find 'latest' file at {latest_path}")
515
+
516
+ ds_checkpoint_dir = os.path.join(checkpoint_dir, tag)
517
+
518
+ if not os.path.isdir(ds_checkpoint_dir):
519
+ raise FileNotFoundError(f"Directory '{ds_checkpoint_dir}' doesn't exist")
520
+
521
+ return _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir, exclude_frozen_parameters)
522
+
523
+
524
+ def convert_zero_checkpoint_to_fp32_state_dict(checkpoint_dir, output_file, tag=None, exclude_frozen_parameters=False):
525
+ """
526
+ Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict`` file that can be
527
+ loaded with ``torch.load(file)`` + ``load_state_dict()`` and used for training without DeepSpeed.
528
+
529
+ Args:
530
+ - ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``)
531
+ - ``output_file``: path to the pytorch fp32 state_dict output file (e.g. path/pytorch_model.bin)
532
+ - ``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``
533
+ - ``exclude_frozen_parameters``: exclude frozen parameters
534
+ """
535
+
536
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag, exclude_frozen_parameters)
537
+ print(f"Saving fp32 state dict to {output_file}")
538
+ torch.save(state_dict, output_file)
539
+
540
+
541
+ def load_state_dict_from_zero_checkpoint(model, checkpoint_dir, tag=None):
542
+ """
543
+ 1. Put the provided model to cpu
544
+ 2. Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict``
545
+ 3. Load it into the provided model
546
+
547
+ Args:
548
+ - ``model``: the model object to update
549
+ - ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``)
550
+ - ``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``
551
+
552
+ Returns:
553
+ - ``model`: modified model
554
+
555
+ Make sure you have plenty of CPU memory available before you call this function. If you don't
556
+ have enough use the ``zero_to_fp32.py`` utility to do the conversion. You will find it
557
+ conveniently placed for you in the checkpoint folder.
558
+
559
+ A typical usage might be ::
560
+
561
+ from deepspeed.utils.zero_to_fp32 import load_state_dict_from_zero_checkpoint
562
+ model = load_state_dict_from_zero_checkpoint(trainer.model, checkpoint_dir)
563
+ # submit to model hub or save the model to share with others
564
+
565
+ Note, that once this was run, the ``model`` will no longer be usable in the deepspeed context
566
+ of the same application. i.e. you will need to re-initialize the deepspeed engine, since
567
+ ``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it.
568
+
569
+ """
570
+ logger.info(f"Extracting fp32 weights")
571
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag)
572
+
573
+ logger.info(f"Overwriting model with fp32 weights")
574
+ model = model.cpu()
575
+ model.load_state_dict(state_dict, strict=False)
576
+
577
+ return model
578
+
579
+
580
+ if __name__ == "__main__":
581
+
582
+ parser = argparse.ArgumentParser()
583
+ parser.add_argument("checkpoint_dir",
584
+ type=str,
585
+ help="path to the desired checkpoint folder, e.g., path/checkpoint-12")
586
+ parser.add_argument(
587
+ "output_file",
588
+ type=str,
589
+ help="path to the pytorch fp32 state_dict output file (e.g. path/checkpoint-12/pytorch_model.bin)")
590
+ parser.add_argument("-t",
591
+ "--tag",
592
+ type=str,
593
+ default=None,
594
+ help="checkpoint tag used as a unique identifier for checkpoint. e.g., global_step1")
595
+ parser.add_argument("--exclude_frozen_parameters", action='store_true', help="exclude frozen parameters")
596
+ parser.add_argument("-d", "--debug", action='store_true', help="enable debug")
597
+ args = parser.parse_args()
598
+
599
+ debug = args.debug
600
+
601
+ convert_zero_checkpoint_to_fp32_state_dict(args.checkpoint_dir,
602
+ args.output_file,
603
+ tag=args.tag,
604
+ exclude_frozen_parameters=args.exclude_frozen_parameters)