SirajRLX commited on
Commit
e483cf3
·
verified ·
1 Parent(s): 61ac574

Add Qwen-14B SFT training run

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. sft_qwen_14B/best_adapter/README.md +207 -0
  3. sft_qwen_14B/best_adapter/adapter_config.json +43 -0
  4. sft_qwen_14B/best_adapter/adapter_model.safetensors +3 -0
  5. sft_qwen_14B/best_adapter/training_args.bin +3 -0
  6. sft_qwen_14B/checkpoints/checkpoint-1000/README.md +207 -0
  7. sft_qwen_14B/checkpoints/checkpoint-1000/adapter_config.json +43 -0
  8. sft_qwen_14B/checkpoints/checkpoint-1000/adapter_model.safetensors +3 -0
  9. sft_qwen_14B/checkpoints/checkpoint-1000/optimizer.pt +3 -0
  10. sft_qwen_14B/checkpoints/checkpoint-1000/rng_state.pth +3 -0
  11. sft_qwen_14B/checkpoints/checkpoint-1000/scheduler.pt +3 -0
  12. sft_qwen_14B/checkpoints/checkpoint-1000/trainer_state.json +3623 -0
  13. sft_qwen_14B/checkpoints/checkpoint-1000/training_args.bin +3 -0
  14. sft_qwen_14B/checkpoints/checkpoint-1500/README.md +207 -0
  15. sft_qwen_14B/checkpoints/checkpoint-1500/adapter_config.json +43 -0
  16. sft_qwen_14B/checkpoints/checkpoint-1500/adapter_model.safetensors +3 -0
  17. sft_qwen_14B/checkpoints/checkpoint-1500/optimizer.pt +3 -0
  18. sft_qwen_14B/checkpoints/checkpoint-1500/rng_state.pth +3 -0
  19. sft_qwen_14B/checkpoints/checkpoint-1500/scheduler.pt +3 -0
  20. sft_qwen_14B/checkpoints/checkpoint-1500/trainer_state.json +0 -0
  21. sft_qwen_14B/checkpoints/checkpoint-1500/training_args.bin +3 -0
  22. sft_qwen_14B/checkpoints/checkpoint-2000/README.md +207 -0
  23. sft_qwen_14B/checkpoints/checkpoint-2000/adapter_config.json +43 -0
  24. sft_qwen_14B/checkpoints/checkpoint-2000/adapter_model.safetensors +3 -0
  25. sft_qwen_14B/checkpoints/checkpoint-2000/optimizer.pt +3 -0
  26. sft_qwen_14B/checkpoints/checkpoint-2000/rng_state.pth +3 -0
  27. sft_qwen_14B/checkpoints/checkpoint-2000/scheduler.pt +3 -0
  28. sft_qwen_14B/checkpoints/checkpoint-2000/trainer_state.json +0 -0
  29. sft_qwen_14B/checkpoints/checkpoint-2000/training_args.bin +3 -0
  30. sft_qwen_14B/checkpoints/checkpoint-2500/README.md +207 -0
  31. sft_qwen_14B/checkpoints/checkpoint-2500/adapter_config.json +43 -0
  32. sft_qwen_14B/checkpoints/checkpoint-2500/adapter_model.safetensors +3 -0
  33. sft_qwen_14B/checkpoints/checkpoint-2500/optimizer.pt +3 -0
  34. sft_qwen_14B/checkpoints/checkpoint-2500/rng_state.pth +3 -0
  35. sft_qwen_14B/checkpoints/checkpoint-2500/scheduler.pt +3 -0
  36. sft_qwen_14B/checkpoints/checkpoint-2500/trainer_state.json +0 -0
  37. sft_qwen_14B/checkpoints/checkpoint-2500/training_args.bin +3 -0
  38. sft_qwen_14B/checkpoints/checkpoint-3000/README.md +207 -0
  39. sft_qwen_14B/checkpoints/checkpoint-3000/adapter_config.json +43 -0
  40. sft_qwen_14B/checkpoints/checkpoint-3000/adapter_model.safetensors +3 -0
  41. sft_qwen_14B/checkpoints/checkpoint-3000/optimizer.pt +3 -0
  42. sft_qwen_14B/checkpoints/checkpoint-3000/rng_state.pth +3 -0
  43. sft_qwen_14B/checkpoints/checkpoint-3000/scheduler.pt +3 -0
  44. sft_qwen_14B/checkpoints/checkpoint-3000/trainer_state.json +0 -0
  45. sft_qwen_14B/checkpoints/checkpoint-3000/training_args.bin +3 -0
  46. sft_qwen_14B/checkpoints/checkpoint-3500/README.md +207 -0
  47. sft_qwen_14B/checkpoints/checkpoint-3500/adapter_config.json +43 -0
  48. sft_qwen_14B/checkpoints/checkpoint-3500/adapter_model.safetensors +3 -0
  49. sft_qwen_14B/checkpoints/checkpoint-3500/optimizer.pt +3 -0
  50. sft_qwen_14B/checkpoints/checkpoint-3500/rng_state.pth +3 -0
.gitattributes CHANGED
@@ -42,3 +42,4 @@ cpt_qwen_14B/checkpoints/checkpoint-500/tokenizer.json filter=lfs diff=lfs merge
42
  cpt_qwen_14B/checkpoints/checkpoint-600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
43
  cpt_qwen_14B/checkpoints/checkpoint-656/tokenizer.json filter=lfs diff=lfs merge=lfs -text
44
  cpt_qwen_14B/wandb/offline-run-20251223_125436-g6vlcw0j/run-g6vlcw0j.wandb filter=lfs diff=lfs merge=lfs -text
 
 
42
  cpt_qwen_14B/checkpoints/checkpoint-600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
43
  cpt_qwen_14B/checkpoints/checkpoint-656/tokenizer.json filter=lfs diff=lfs merge=lfs -text
44
  cpt_qwen_14B/wandb/offline-run-20251223_125436-g6vlcw0j/run-g6vlcw0j.wandb filter=lfs diff=lfs merge=lfs -text
45
+ sft_qwen_14B/wandb/run-20251223_142702-ldjr67u6/run-ldjr67u6.wandb filter=lfs diff=lfs merge=lfs -text
sft_qwen_14B/best_adapter/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: runs/cpt_run_14b/merged_14b_cpt_lora
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:runs/cpt_run_14b/merged_14b_cpt_lora
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.18.0
sft_qwen_14B/best_adapter/adapter_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "runs/cpt_run_14b/merged_14b_cpt_lora",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.0",
27
+ "qalora_group_size": 16,
28
+ "r": 16,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "q_proj",
33
+ "o_proj",
34
+ "v_proj",
35
+ "k_proj"
36
+ ],
37
+ "target_parameters": null,
38
+ "task_type": "CAUSAL_LM",
39
+ "trainable_token_indices": null,
40
+ "use_dora": false,
41
+ "use_qalora": false,
42
+ "use_rslora": false
43
+ }
sft_qwen_14B/best_adapter/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3726a3859050973f5670196544ebe752cfffa4253f1767f5b0af266df2ace6b
3
+ size 100715016
sft_qwen_14B/best_adapter/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4200830b23d19bc86049c280236c4a6b18c26d7061b5a57cc024888ec760920f
3
+ size 5201
sft_qwen_14B/checkpoints/checkpoint-1000/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: runs/cpt_run_14b/merged_14b_cpt_lora
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:runs/cpt_run_14b/merged_14b_cpt_lora
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.18.0
sft_qwen_14B/checkpoints/checkpoint-1000/adapter_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "runs/cpt_run_14b/merged_14b_cpt_lora",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.0",
27
+ "qalora_group_size": 16,
28
+ "r": 16,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "q_proj",
33
+ "o_proj",
34
+ "v_proj",
35
+ "k_proj"
36
+ ],
37
+ "target_parameters": null,
38
+ "task_type": "CAUSAL_LM",
39
+ "trainable_token_indices": null,
40
+ "use_dora": false,
41
+ "use_qalora": false,
42
+ "use_rslora": false
43
+ }
sft_qwen_14B/checkpoints/checkpoint-1000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dee36ed11c4fd0959b1919f775473a19f346b153e63c34bcf79a533556e19e4
3
+ size 100715016
sft_qwen_14B/checkpoints/checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a70e161c960aa70fcafcc1f927ed2d20fab7a428206158a303bd7dde1ca82e78
3
+ size 201650659
sft_qwen_14B/checkpoints/checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0268028a2ba7d054993db8c39cdcda05f1f60e5f99a796fc9a68ac3c248a51f
3
+ size 14645
sft_qwen_14B/checkpoints/checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71bca8257f6a48d8c00a2797d198b1ab37d03a410f59b9bb8e7d7f293ee8880b
3
+ size 1465
sft_qwen_14B/checkpoints/checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,3623 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 1000,
3
+ "best_metric": 0.9606748819351196,
4
+ "best_model_checkpoint": "runs/instruct_run_14b_v1/checkpoints/checkpoint-1000",
5
+ "epoch": 0.43149946062567424,
6
+ "eval_steps": 100,
7
+ "global_step": 1000,
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.0008629989212513484,
14
+ "grad_norm": 0.36567428708076477,
15
+ "learning_rate": 1.7969451931716084e-07,
16
+ "loss": 1.6794371604919434,
17
+ "step": 2
18
+ },
19
+ {
20
+ "epoch": 0.001725997842502697,
21
+ "grad_norm": 0.4024646580219269,
22
+ "learning_rate": 5.390835579514825e-07,
23
+ "loss": 1.6853073835372925,
24
+ "step": 4
25
+ },
26
+ {
27
+ "epoch": 0.0025889967637540453,
28
+ "grad_norm": 0.40199393033981323,
29
+ "learning_rate": 8.984725965858042e-07,
30
+ "loss": 1.7621158361434937,
31
+ "step": 6
32
+ },
33
+ {
34
+ "epoch": 0.003451995685005394,
35
+ "grad_norm": 0.35409677028656006,
36
+ "learning_rate": 1.257861635220126e-06,
37
+ "loss": 1.633257269859314,
38
+ "step": 8
39
+ },
40
+ {
41
+ "epoch": 0.004314994606256742,
42
+ "grad_norm": 0.39087551832199097,
43
+ "learning_rate": 1.6172506738544475e-06,
44
+ "loss": 1.7374768257141113,
45
+ "step": 10
46
+ },
47
+ {
48
+ "epoch": 0.005177993527508091,
49
+ "grad_norm": 0.3586857318878174,
50
+ "learning_rate": 1.9766397124887693e-06,
51
+ "loss": 1.6955714225769043,
52
+ "step": 12
53
+ },
54
+ {
55
+ "epoch": 0.006040992448759439,
56
+ "grad_norm": 0.32755669951438904,
57
+ "learning_rate": 2.3360287511230908e-06,
58
+ "loss": 1.720664381980896,
59
+ "step": 14
60
+ },
61
+ {
62
+ "epoch": 0.006903991370010788,
63
+ "grad_norm": 0.4054872691631317,
64
+ "learning_rate": 2.6954177897574127e-06,
65
+ "loss": 1.6957035064697266,
66
+ "step": 16
67
+ },
68
+ {
69
+ "epoch": 0.007766990291262136,
70
+ "grad_norm": 0.37593814730644226,
71
+ "learning_rate": 3.0548068283917343e-06,
72
+ "loss": 1.7286947965621948,
73
+ "step": 18
74
+ },
75
+ {
76
+ "epoch": 0.008629989212513484,
77
+ "grad_norm": 0.3344813287258148,
78
+ "learning_rate": 3.414195867026056e-06,
79
+ "loss": 1.727295994758606,
80
+ "step": 20
81
+ },
82
+ {
83
+ "epoch": 0.009492988133764833,
84
+ "grad_norm": 0.357474148273468,
85
+ "learning_rate": 3.7735849056603773e-06,
86
+ "loss": 1.6727914810180664,
87
+ "step": 22
88
+ },
89
+ {
90
+ "epoch": 0.010355987055016181,
91
+ "grad_norm": 0.39115726947784424,
92
+ "learning_rate": 4.132973944294699e-06,
93
+ "loss": 1.6518884897232056,
94
+ "step": 24
95
+ },
96
+ {
97
+ "epoch": 0.01121898597626753,
98
+ "grad_norm": 0.4711727201938629,
99
+ "learning_rate": 4.492362982929021e-06,
100
+ "loss": 1.7868088483810425,
101
+ "step": 26
102
+ },
103
+ {
104
+ "epoch": 0.012081984897518877,
105
+ "grad_norm": 0.34112176299095154,
106
+ "learning_rate": 4.851752021563342e-06,
107
+ "loss": 1.6127634048461914,
108
+ "step": 28
109
+ },
110
+ {
111
+ "epoch": 0.012944983818770227,
112
+ "grad_norm": 0.5071991682052612,
113
+ "learning_rate": 5.211141060197664e-06,
114
+ "loss": 1.7858378887176514,
115
+ "step": 30
116
+ },
117
+ {
118
+ "epoch": 0.013807982740021575,
119
+ "grad_norm": 0.42048847675323486,
120
+ "learning_rate": 5.570530098831986e-06,
121
+ "loss": 1.7123326063156128,
122
+ "step": 32
123
+ },
124
+ {
125
+ "epoch": 0.014670981661272923,
126
+ "grad_norm": 0.48883870244026184,
127
+ "learning_rate": 5.929919137466308e-06,
128
+ "loss": 1.737749695777893,
129
+ "step": 34
130
+ },
131
+ {
132
+ "epoch": 0.015533980582524271,
133
+ "grad_norm": 0.3311465084552765,
134
+ "learning_rate": 6.289308176100629e-06,
135
+ "loss": 1.5578981637954712,
136
+ "step": 36
137
+ },
138
+ {
139
+ "epoch": 0.01639697950377562,
140
+ "grad_norm": 0.5178973078727722,
141
+ "learning_rate": 6.64869721473495e-06,
142
+ "loss": 1.719806432723999,
143
+ "step": 38
144
+ },
145
+ {
146
+ "epoch": 0.017259978425026967,
147
+ "grad_norm": 0.47097742557525635,
148
+ "learning_rate": 7.008086253369272e-06,
149
+ "loss": 1.728212833404541,
150
+ "step": 40
151
+ },
152
+ {
153
+ "epoch": 0.018122977346278317,
154
+ "grad_norm": 0.5051584243774414,
155
+ "learning_rate": 7.367475292003594e-06,
156
+ "loss": 1.6542466878890991,
157
+ "step": 42
158
+ },
159
+ {
160
+ "epoch": 0.018985976267529667,
161
+ "grad_norm": 0.4645111560821533,
162
+ "learning_rate": 7.726864330637915e-06,
163
+ "loss": 1.7087690830230713,
164
+ "step": 44
165
+ },
166
+ {
167
+ "epoch": 0.019848975188781013,
168
+ "grad_norm": 0.5184999704360962,
169
+ "learning_rate": 8.086253369272237e-06,
170
+ "loss": 1.7018946409225464,
171
+ "step": 46
172
+ },
173
+ {
174
+ "epoch": 0.020711974110032363,
175
+ "grad_norm": 0.4543815851211548,
176
+ "learning_rate": 8.44564240790656e-06,
177
+ "loss": 1.6818269491195679,
178
+ "step": 48
179
+ },
180
+ {
181
+ "epoch": 0.021574973031283712,
182
+ "grad_norm": 0.44411996006965637,
183
+ "learning_rate": 8.80503144654088e-06,
184
+ "loss": 1.5772877931594849,
185
+ "step": 50
186
+ },
187
+ {
188
+ "epoch": 0.02243797195253506,
189
+ "grad_norm": 0.3409404158592224,
190
+ "learning_rate": 9.164420485175203e-06,
191
+ "loss": 1.498152732849121,
192
+ "step": 52
193
+ },
194
+ {
195
+ "epoch": 0.02330097087378641,
196
+ "grad_norm": 0.42104434967041016,
197
+ "learning_rate": 9.523809523809523e-06,
198
+ "loss": 1.6189048290252686,
199
+ "step": 54
200
+ },
201
+ {
202
+ "epoch": 0.024163969795037755,
203
+ "grad_norm": 0.3756246268749237,
204
+ "learning_rate": 9.883198562443846e-06,
205
+ "loss": 1.4596441984176636,
206
+ "step": 56
207
+ },
208
+ {
209
+ "epoch": 0.025026968716289105,
210
+ "grad_norm": 0.36214128136634827,
211
+ "learning_rate": 1.0242587601078168e-05,
212
+ "loss": 1.503880500793457,
213
+ "step": 58
214
+ },
215
+ {
216
+ "epoch": 0.025889967637540454,
217
+ "grad_norm": 0.40893009305000305,
218
+ "learning_rate": 1.060197663971249e-05,
219
+ "loss": 1.5912823677062988,
220
+ "step": 60
221
+ },
222
+ {
223
+ "epoch": 0.0267529665587918,
224
+ "grad_norm": 0.28710272908210754,
225
+ "learning_rate": 1.0961365678346811e-05,
226
+ "loss": 1.2956721782684326,
227
+ "step": 62
228
+ },
229
+ {
230
+ "epoch": 0.02761596548004315,
231
+ "grad_norm": 0.304573118686676,
232
+ "learning_rate": 1.1320754716981132e-05,
233
+ "loss": 1.4648056030273438,
234
+ "step": 64
235
+ },
236
+ {
237
+ "epoch": 0.0284789644012945,
238
+ "grad_norm": 0.36523914337158203,
239
+ "learning_rate": 1.1680143755615454e-05,
240
+ "loss": 1.6078968048095703,
241
+ "step": 66
242
+ },
243
+ {
244
+ "epoch": 0.029341963322545846,
245
+ "grad_norm": 0.37929031252861023,
246
+ "learning_rate": 1.2039532794249775e-05,
247
+ "loss": 1.5969421863555908,
248
+ "step": 68
249
+ },
250
+ {
251
+ "epoch": 0.030204962243797196,
252
+ "grad_norm": 0.3053947389125824,
253
+ "learning_rate": 1.2398921832884097e-05,
254
+ "loss": 1.4312325716018677,
255
+ "step": 70
256
+ },
257
+ {
258
+ "epoch": 0.031067961165048542,
259
+ "grad_norm": 0.3028779923915863,
260
+ "learning_rate": 1.275831087151842e-05,
261
+ "loss": 1.4101300239562988,
262
+ "step": 72
263
+ },
264
+ {
265
+ "epoch": 0.03193096008629989,
266
+ "grad_norm": 0.29649803042411804,
267
+ "learning_rate": 1.3117699910152742e-05,
268
+ "loss": 1.4553817510604858,
269
+ "step": 74
270
+ },
271
+ {
272
+ "epoch": 0.03279395900755124,
273
+ "grad_norm": 0.26032644510269165,
274
+ "learning_rate": 1.3477088948787062e-05,
275
+ "loss": 1.4623000621795654,
276
+ "step": 76
277
+ },
278
+ {
279
+ "epoch": 0.03365695792880259,
280
+ "grad_norm": 0.33558446168899536,
281
+ "learning_rate": 1.3836477987421385e-05,
282
+ "loss": 1.5181745290756226,
283
+ "step": 78
284
+ },
285
+ {
286
+ "epoch": 0.034519956850053934,
287
+ "grad_norm": 0.28307804465293884,
288
+ "learning_rate": 1.4195867026055706e-05,
289
+ "loss": 1.4397861957550049,
290
+ "step": 80
291
+ },
292
+ {
293
+ "epoch": 0.035382955771305284,
294
+ "grad_norm": 0.3451690673828125,
295
+ "learning_rate": 1.455525606469003e-05,
296
+ "loss": 1.463841199874878,
297
+ "step": 82
298
+ },
299
+ {
300
+ "epoch": 0.036245954692556634,
301
+ "grad_norm": 0.3248669505119324,
302
+ "learning_rate": 1.4914645103324348e-05,
303
+ "loss": 1.3554227352142334,
304
+ "step": 84
305
+ },
306
+ {
307
+ "epoch": 0.037108953613807984,
308
+ "grad_norm": 0.2855011224746704,
309
+ "learning_rate": 1.527403414195867e-05,
310
+ "loss": 1.2810425758361816,
311
+ "step": 86
312
+ },
313
+ {
314
+ "epoch": 0.03797195253505933,
315
+ "grad_norm": 0.33365535736083984,
316
+ "learning_rate": 1.5633423180592992e-05,
317
+ "loss": 1.428163766860962,
318
+ "step": 88
319
+ },
320
+ {
321
+ "epoch": 0.038834951456310676,
322
+ "grad_norm": 0.34099438786506653,
323
+ "learning_rate": 1.5992812219227316e-05,
324
+ "loss": 1.3487578630447388,
325
+ "step": 90
326
+ },
327
+ {
328
+ "epoch": 0.039697950377562026,
329
+ "grad_norm": 0.39247506856918335,
330
+ "learning_rate": 1.6352201257861635e-05,
331
+ "loss": 1.30057954788208,
332
+ "step": 92
333
+ },
334
+ {
335
+ "epoch": 0.040560949298813376,
336
+ "grad_norm": 0.32692041993141174,
337
+ "learning_rate": 1.671159029649596e-05,
338
+ "loss": 1.2923580408096313,
339
+ "step": 94
340
+ },
341
+ {
342
+ "epoch": 0.041423948220064725,
343
+ "grad_norm": 0.43452519178390503,
344
+ "learning_rate": 1.707097933513028e-05,
345
+ "loss": 1.5002273321151733,
346
+ "step": 96
347
+ },
348
+ {
349
+ "epoch": 0.042286947141316075,
350
+ "grad_norm": 0.3251534402370453,
351
+ "learning_rate": 1.7430368373764602e-05,
352
+ "loss": 1.330254077911377,
353
+ "step": 98
354
+ },
355
+ {
356
+ "epoch": 0.043149946062567425,
357
+ "grad_norm": 0.3198273479938507,
358
+ "learning_rate": 1.778975741239892e-05,
359
+ "loss": 1.3054943084716797,
360
+ "step": 100
361
+ },
362
+ {
363
+ "epoch": 0.043149946062567425,
364
+ "eval_loss": 1.366738200187683,
365
+ "eval_runtime": 651.8198,
366
+ "eval_samples_per_second": 3.16,
367
+ "eval_steps_per_second": 3.16,
368
+ "step": 100
369
+ },
370
+ {
371
+ "epoch": 0.04401294498381877,
372
+ "grad_norm": 0.37364065647125244,
373
+ "learning_rate": 1.8149146451033245e-05,
374
+ "loss": 1.314281940460205,
375
+ "step": 102
376
+ },
377
+ {
378
+ "epoch": 0.04487594390507012,
379
+ "grad_norm": 0.39384758472442627,
380
+ "learning_rate": 1.8508535489667568e-05,
381
+ "loss": 1.2737246751785278,
382
+ "step": 104
383
+ },
384
+ {
385
+ "epoch": 0.04573894282632147,
386
+ "grad_norm": 0.3521905541419983,
387
+ "learning_rate": 1.8867924528301888e-05,
388
+ "loss": 1.3113226890563965,
389
+ "step": 106
390
+ },
391
+ {
392
+ "epoch": 0.04660194174757282,
393
+ "grad_norm": 0.33531463146209717,
394
+ "learning_rate": 1.9227313566936208e-05,
395
+ "loss": 1.3253653049468994,
396
+ "step": 108
397
+ },
398
+ {
399
+ "epoch": 0.04746494066882417,
400
+ "grad_norm": 0.35596340894699097,
401
+ "learning_rate": 1.958670260557053e-05,
402
+ "loss": 1.3236849308013916,
403
+ "step": 110
404
+ },
405
+ {
406
+ "epoch": 0.04832793959007551,
407
+ "grad_norm": 0.36028242111206055,
408
+ "learning_rate": 1.9946091644204854e-05,
409
+ "loss": 1.183128833770752,
410
+ "step": 112
411
+ },
412
+ {
413
+ "epoch": 0.04919093851132686,
414
+ "grad_norm": 0.42109814286231995,
415
+ "learning_rate": 2.0305480682839174e-05,
416
+ "loss": 1.2741888761520386,
417
+ "step": 114
418
+ },
419
+ {
420
+ "epoch": 0.05005393743257821,
421
+ "grad_norm": 0.39675939083099365,
422
+ "learning_rate": 2.0664869721473494e-05,
423
+ "loss": 1.3050109148025513,
424
+ "step": 116
425
+ },
426
+ {
427
+ "epoch": 0.05091693635382956,
428
+ "grad_norm": 0.4414141774177551,
429
+ "learning_rate": 2.1024258760107817e-05,
430
+ "loss": 1.2472094297409058,
431
+ "step": 118
432
+ },
433
+ {
434
+ "epoch": 0.05177993527508091,
435
+ "grad_norm": 0.42872729897499084,
436
+ "learning_rate": 2.138364779874214e-05,
437
+ "loss": 1.3338921070098877,
438
+ "step": 120
439
+ },
440
+ {
441
+ "epoch": 0.05264293419633225,
442
+ "grad_norm": 0.38336244225502014,
443
+ "learning_rate": 2.174303683737646e-05,
444
+ "loss": 1.322908878326416,
445
+ "step": 122
446
+ },
447
+ {
448
+ "epoch": 0.0535059331175836,
449
+ "grad_norm": 0.41046878695487976,
450
+ "learning_rate": 2.2102425876010783e-05,
451
+ "loss": 1.2169240713119507,
452
+ "step": 124
453
+ },
454
+ {
455
+ "epoch": 0.05436893203883495,
456
+ "grad_norm": 0.39460113644599915,
457
+ "learning_rate": 2.2461814914645103e-05,
458
+ "loss": 1.2085309028625488,
459
+ "step": 126
460
+ },
461
+ {
462
+ "epoch": 0.0552319309600863,
463
+ "grad_norm": 0.42829909920692444,
464
+ "learning_rate": 2.2821203953279426e-05,
465
+ "loss": 1.2969133853912354,
466
+ "step": 128
467
+ },
468
+ {
469
+ "epoch": 0.05609492988133765,
470
+ "grad_norm": 0.3940851390361786,
471
+ "learning_rate": 2.3180592991913746e-05,
472
+ "loss": 1.1892330646514893,
473
+ "step": 130
474
+ },
475
+ {
476
+ "epoch": 0.056957928802589,
477
+ "grad_norm": 0.45011839270591736,
478
+ "learning_rate": 2.353998203054807e-05,
479
+ "loss": 1.2082979679107666,
480
+ "step": 132
481
+ },
482
+ {
483
+ "epoch": 0.05782092772384034,
484
+ "grad_norm": 0.46059420704841614,
485
+ "learning_rate": 2.3899371069182393e-05,
486
+ "loss": 1.2388817071914673,
487
+ "step": 134
488
+ },
489
+ {
490
+ "epoch": 0.05868392664509169,
491
+ "grad_norm": 0.41085872054100037,
492
+ "learning_rate": 2.4258760107816713e-05,
493
+ "loss": 1.193917155265808,
494
+ "step": 136
495
+ },
496
+ {
497
+ "epoch": 0.05954692556634304,
498
+ "grad_norm": 0.4024205207824707,
499
+ "learning_rate": 2.4618149146451032e-05,
500
+ "loss": 1.1514034271240234,
501
+ "step": 138
502
+ },
503
+ {
504
+ "epoch": 0.06040992448759439,
505
+ "grad_norm": 0.3893793523311615,
506
+ "learning_rate": 2.4977538185085356e-05,
507
+ "loss": 1.1626157760620117,
508
+ "step": 140
509
+ },
510
+ {
511
+ "epoch": 0.06127292340884574,
512
+ "grad_norm": 0.4456317126750946,
513
+ "learning_rate": 2.5336927223719675e-05,
514
+ "loss": 1.1627076864242554,
515
+ "step": 142
516
+ },
517
+ {
518
+ "epoch": 0.062135922330097085,
519
+ "grad_norm": 0.5050215125083923,
520
+ "learning_rate": 2.5696316262354e-05,
521
+ "loss": 1.3038755655288696,
522
+ "step": 144
523
+ },
524
+ {
525
+ "epoch": 0.06299892125134844,
526
+ "grad_norm": 0.4071207642555237,
527
+ "learning_rate": 2.605570530098832e-05,
528
+ "loss": 1.1708844900131226,
529
+ "step": 146
530
+ },
531
+ {
532
+ "epoch": 0.06386192017259978,
533
+ "grad_norm": 0.4363228678703308,
534
+ "learning_rate": 2.641509433962264e-05,
535
+ "loss": 1.2149070501327515,
536
+ "step": 148
537
+ },
538
+ {
539
+ "epoch": 0.06472491909385113,
540
+ "grad_norm": 0.4436556398868561,
541
+ "learning_rate": 2.6774483378256965e-05,
542
+ "loss": 1.1942368745803833,
543
+ "step": 150
544
+ },
545
+ {
546
+ "epoch": 0.06558791801510248,
547
+ "grad_norm": 0.4068629741668701,
548
+ "learning_rate": 2.7133872416891288e-05,
549
+ "loss": 1.1799161434173584,
550
+ "step": 152
551
+ },
552
+ {
553
+ "epoch": 0.06645091693635383,
554
+ "grad_norm": 0.5291106700897217,
555
+ "learning_rate": 2.7493261455525608e-05,
556
+ "loss": 1.1832845211029053,
557
+ "step": 154
558
+ },
559
+ {
560
+ "epoch": 0.06731391585760518,
561
+ "grad_norm": 0.4410109221935272,
562
+ "learning_rate": 2.785265049415993e-05,
563
+ "loss": 1.1696993112564087,
564
+ "step": 156
565
+ },
566
+ {
567
+ "epoch": 0.06817691477885653,
568
+ "grad_norm": 0.4858371913433075,
569
+ "learning_rate": 2.8212039532794248e-05,
570
+ "loss": 1.2036973237991333,
571
+ "step": 158
572
+ },
573
+ {
574
+ "epoch": 0.06903991370010787,
575
+ "grad_norm": 0.45373693108558655,
576
+ "learning_rate": 2.857142857142857e-05,
577
+ "loss": 1.1145079135894775,
578
+ "step": 160
579
+ },
580
+ {
581
+ "epoch": 0.06990291262135923,
582
+ "grad_norm": 0.4881038963794708,
583
+ "learning_rate": 2.8930817610062894e-05,
584
+ "loss": 1.173502802848816,
585
+ "step": 162
586
+ },
587
+ {
588
+ "epoch": 0.07076591154261057,
589
+ "grad_norm": 0.576934814453125,
590
+ "learning_rate": 2.9290206648697217e-05,
591
+ "loss": 1.250414490699768,
592
+ "step": 164
593
+ },
594
+ {
595
+ "epoch": 0.07162891046386193,
596
+ "grad_norm": 0.4900001287460327,
597
+ "learning_rate": 2.9649595687331537e-05,
598
+ "loss": 1.0721495151519775,
599
+ "step": 166
600
+ },
601
+ {
602
+ "epoch": 0.07249190938511327,
603
+ "grad_norm": 0.4440019726753235,
604
+ "learning_rate": 3.000898472596586e-05,
605
+ "loss": 1.0689374208450317,
606
+ "step": 168
607
+ },
608
+ {
609
+ "epoch": 0.07335490830636461,
610
+ "grad_norm": 0.4267268180847168,
611
+ "learning_rate": 3.0368373764600184e-05,
612
+ "loss": 1.2095128297805786,
613
+ "step": 170
614
+ },
615
+ {
616
+ "epoch": 0.07421790722761597,
617
+ "grad_norm": 0.6062787771224976,
618
+ "learning_rate": 3.0727762803234503e-05,
619
+ "loss": 1.077776551246643,
620
+ "step": 172
621
+ },
622
+ {
623
+ "epoch": 0.07508090614886731,
624
+ "grad_norm": 0.49510180950164795,
625
+ "learning_rate": 3.108715184186882e-05,
626
+ "loss": 1.144006371498108,
627
+ "step": 174
628
+ },
629
+ {
630
+ "epoch": 0.07594390507011867,
631
+ "grad_norm": 0.4670701026916504,
632
+ "learning_rate": 3.144654088050314e-05,
633
+ "loss": 1.1663392782211304,
634
+ "step": 176
635
+ },
636
+ {
637
+ "epoch": 0.07680690399137001,
638
+ "grad_norm": 0.5615383386611938,
639
+ "learning_rate": 3.1805929919137466e-05,
640
+ "loss": 1.1665973663330078,
641
+ "step": 178
642
+ },
643
+ {
644
+ "epoch": 0.07766990291262135,
645
+ "grad_norm": 0.47305551171302795,
646
+ "learning_rate": 3.216531895777179e-05,
647
+ "loss": 1.1337063312530518,
648
+ "step": 180
649
+ },
650
+ {
651
+ "epoch": 0.07853290183387271,
652
+ "grad_norm": 0.5127068758010864,
653
+ "learning_rate": 3.252470799640611e-05,
654
+ "loss": 1.072874903678894,
655
+ "step": 182
656
+ },
657
+ {
658
+ "epoch": 0.07939590075512405,
659
+ "grad_norm": 0.632448136806488,
660
+ "learning_rate": 3.2884097035040436e-05,
661
+ "loss": 1.1577240228652954,
662
+ "step": 184
663
+ },
664
+ {
665
+ "epoch": 0.08025889967637541,
666
+ "grad_norm": 0.4041025638580322,
667
+ "learning_rate": 3.324348607367476e-05,
668
+ "loss": 1.1186822652816772,
669
+ "step": 186
670
+ },
671
+ {
672
+ "epoch": 0.08112189859762675,
673
+ "grad_norm": 0.5239102244377136,
674
+ "learning_rate": 3.3602875112309076e-05,
675
+ "loss": 1.1468429565429688,
676
+ "step": 188
677
+ },
678
+ {
679
+ "epoch": 0.08198489751887811,
680
+ "grad_norm": 0.4486575424671173,
681
+ "learning_rate": 3.39622641509434e-05,
682
+ "loss": 1.0017019510269165,
683
+ "step": 190
684
+ },
685
+ {
686
+ "epoch": 0.08284789644012945,
687
+ "grad_norm": 0.4994317293167114,
688
+ "learning_rate": 3.4321653189577715e-05,
689
+ "loss": 1.1901532411575317,
690
+ "step": 192
691
+ },
692
+ {
693
+ "epoch": 0.0837108953613808,
694
+ "grad_norm": 0.5023699998855591,
695
+ "learning_rate": 3.468104222821204e-05,
696
+ "loss": 1.1398564577102661,
697
+ "step": 194
698
+ },
699
+ {
700
+ "epoch": 0.08457389428263215,
701
+ "grad_norm": 0.5077701807022095,
702
+ "learning_rate": 3.504043126684636e-05,
703
+ "loss": 1.1390413045883179,
704
+ "step": 196
705
+ },
706
+ {
707
+ "epoch": 0.0854368932038835,
708
+ "grad_norm": 0.5527892112731934,
709
+ "learning_rate": 3.5399820305480685e-05,
710
+ "loss": 1.1411432027816772,
711
+ "step": 198
712
+ },
713
+ {
714
+ "epoch": 0.08629989212513485,
715
+ "grad_norm": 0.5572488903999329,
716
+ "learning_rate": 3.575920934411501e-05,
717
+ "loss": 1.071260690689087,
718
+ "step": 200
719
+ },
720
+ {
721
+ "epoch": 0.08629989212513485,
722
+ "eval_loss": 1.1519012451171875,
723
+ "eval_runtime": 654.6055,
724
+ "eval_samples_per_second": 3.147,
725
+ "eval_steps_per_second": 3.147,
726
+ "step": 200
727
+ },
728
+ {
729
+ "epoch": 0.08716289104638619,
730
+ "grad_norm": 0.5134095549583435,
731
+ "learning_rate": 3.611859838274933e-05,
732
+ "loss": 1.138135552406311,
733
+ "step": 202
734
+ },
735
+ {
736
+ "epoch": 0.08802588996763754,
737
+ "grad_norm": 0.5166040658950806,
738
+ "learning_rate": 3.647798742138365e-05,
739
+ "loss": 1.111999273300171,
740
+ "step": 204
741
+ },
742
+ {
743
+ "epoch": 0.08888888888888889,
744
+ "grad_norm": 0.5336993336677551,
745
+ "learning_rate": 3.683737646001797e-05,
746
+ "loss": 1.1031352281570435,
747
+ "step": 206
748
+ },
749
+ {
750
+ "epoch": 0.08975188781014024,
751
+ "grad_norm": 0.8289600014686584,
752
+ "learning_rate": 3.7196765498652294e-05,
753
+ "loss": 1.0388667583465576,
754
+ "step": 208
755
+ },
756
+ {
757
+ "epoch": 0.09061488673139159,
758
+ "grad_norm": 0.47992637753486633,
759
+ "learning_rate": 3.755615453728661e-05,
760
+ "loss": 1.0950241088867188,
761
+ "step": 210
762
+ },
763
+ {
764
+ "epoch": 0.09147788565264293,
765
+ "grad_norm": 0.5629691481590271,
766
+ "learning_rate": 3.7915543575920934e-05,
767
+ "loss": 1.0361733436584473,
768
+ "step": 212
769
+ },
770
+ {
771
+ "epoch": 0.09234088457389428,
772
+ "grad_norm": 0.5515111684799194,
773
+ "learning_rate": 3.827493261455526e-05,
774
+ "loss": 1.0922447443008423,
775
+ "step": 214
776
+ },
777
+ {
778
+ "epoch": 0.09320388349514563,
779
+ "grad_norm": 0.5078643560409546,
780
+ "learning_rate": 3.863432165318958e-05,
781
+ "loss": 1.0866856575012207,
782
+ "step": 216
783
+ },
784
+ {
785
+ "epoch": 0.09406688241639698,
786
+ "grad_norm": 0.6046127676963806,
787
+ "learning_rate": 3.8993710691823904e-05,
788
+ "loss": 1.1231595277786255,
789
+ "step": 218
790
+ },
791
+ {
792
+ "epoch": 0.09492988133764833,
793
+ "grad_norm": 0.6255762577056885,
794
+ "learning_rate": 3.935309973045822e-05,
795
+ "loss": 1.099171757698059,
796
+ "step": 220
797
+ },
798
+ {
799
+ "epoch": 0.09579288025889968,
800
+ "grad_norm": 0.6036638021469116,
801
+ "learning_rate": 3.971248876909254e-05,
802
+ "loss": 1.0557761192321777,
803
+ "step": 222
804
+ },
805
+ {
806
+ "epoch": 0.09665587918015102,
807
+ "grad_norm": 0.5520529747009277,
808
+ "learning_rate": 4.0071877807726867e-05,
809
+ "loss": 1.0467877388000488,
810
+ "step": 224
811
+ },
812
+ {
813
+ "epoch": 0.09751887810140238,
814
+ "grad_norm": 0.5958684682846069,
815
+ "learning_rate": 4.043126684636119e-05,
816
+ "loss": 1.17941153049469,
817
+ "step": 226
818
+ },
819
+ {
820
+ "epoch": 0.09838187702265372,
821
+ "grad_norm": 0.5283281803131104,
822
+ "learning_rate": 4.079065588499551e-05,
823
+ "loss": 1.104217767715454,
824
+ "step": 228
825
+ },
826
+ {
827
+ "epoch": 0.09924487594390508,
828
+ "grad_norm": 0.5608792901039124,
829
+ "learning_rate": 4.115004492362983e-05,
830
+ "loss": 1.0900640487670898,
831
+ "step": 230
832
+ },
833
+ {
834
+ "epoch": 0.10010787486515642,
835
+ "grad_norm": 0.555964469909668,
836
+ "learning_rate": 4.150943396226415e-05,
837
+ "loss": 0.9887422323226929,
838
+ "step": 232
839
+ },
840
+ {
841
+ "epoch": 0.10097087378640776,
842
+ "grad_norm": 0.5875785946846008,
843
+ "learning_rate": 4.1868823000898476e-05,
844
+ "loss": 1.1298567056655884,
845
+ "step": 234
846
+ },
847
+ {
848
+ "epoch": 0.10183387270765912,
849
+ "grad_norm": 0.4544795751571655,
850
+ "learning_rate": 4.222821203953279e-05,
851
+ "loss": 1.0957067012786865,
852
+ "step": 236
853
+ },
854
+ {
855
+ "epoch": 0.10269687162891046,
856
+ "grad_norm": 0.564145565032959,
857
+ "learning_rate": 4.2587601078167116e-05,
858
+ "loss": 1.0328738689422607,
859
+ "step": 238
860
+ },
861
+ {
862
+ "epoch": 0.10355987055016182,
863
+ "grad_norm": 0.6285979747772217,
864
+ "learning_rate": 4.294699011680144e-05,
865
+ "loss": 1.1085515022277832,
866
+ "step": 240
867
+ },
868
+ {
869
+ "epoch": 0.10442286947141316,
870
+ "grad_norm": 0.6442288756370544,
871
+ "learning_rate": 4.330637915543576e-05,
872
+ "loss": 1.1291271448135376,
873
+ "step": 242
874
+ },
875
+ {
876
+ "epoch": 0.1052858683926645,
877
+ "grad_norm": 0.6137154698371887,
878
+ "learning_rate": 4.3665768194070085e-05,
879
+ "loss": 1.1759567260742188,
880
+ "step": 244
881
+ },
882
+ {
883
+ "epoch": 0.10614886731391586,
884
+ "grad_norm": 0.5906805992126465,
885
+ "learning_rate": 4.402515723270441e-05,
886
+ "loss": 1.148414969444275,
887
+ "step": 246
888
+ },
889
+ {
890
+ "epoch": 0.1070118662351672,
891
+ "grad_norm": 0.5382888913154602,
892
+ "learning_rate": 4.438454627133873e-05,
893
+ "loss": 1.0749616622924805,
894
+ "step": 248
895
+ },
896
+ {
897
+ "epoch": 0.10787486515641856,
898
+ "grad_norm": 0.6185492873191833,
899
+ "learning_rate": 4.474393530997305e-05,
900
+ "loss": 1.2235801219940186,
901
+ "step": 250
902
+ },
903
+ {
904
+ "epoch": 0.1087378640776699,
905
+ "grad_norm": 0.5981597900390625,
906
+ "learning_rate": 4.5103324348607365e-05,
907
+ "loss": 1.1390639543533325,
908
+ "step": 252
909
+ },
910
+ {
911
+ "epoch": 0.10960086299892124,
912
+ "grad_norm": 0.5664694905281067,
913
+ "learning_rate": 4.546271338724169e-05,
914
+ "loss": 1.171774983406067,
915
+ "step": 254
916
+ },
917
+ {
918
+ "epoch": 0.1104638619201726,
919
+ "grad_norm": 0.7071851491928101,
920
+ "learning_rate": 4.582210242587601e-05,
921
+ "loss": 1.1704237461090088,
922
+ "step": 256
923
+ },
924
+ {
925
+ "epoch": 0.11132686084142394,
926
+ "grad_norm": 0.5815614461898804,
927
+ "learning_rate": 4.6181491464510334e-05,
928
+ "loss": 1.0619677305221558,
929
+ "step": 258
930
+ },
931
+ {
932
+ "epoch": 0.1121898597626753,
933
+ "grad_norm": 0.6481915712356567,
934
+ "learning_rate": 4.654088050314466e-05,
935
+ "loss": 1.0824390649795532,
936
+ "step": 260
937
+ },
938
+ {
939
+ "epoch": 0.11305285868392664,
940
+ "grad_norm": 0.5988591313362122,
941
+ "learning_rate": 4.690026954177898e-05,
942
+ "loss": 1.087929606437683,
943
+ "step": 262
944
+ },
945
+ {
946
+ "epoch": 0.113915857605178,
947
+ "grad_norm": 0.6545296311378479,
948
+ "learning_rate": 4.7259658580413304e-05,
949
+ "loss": 1.0936195850372314,
950
+ "step": 264
951
+ },
952
+ {
953
+ "epoch": 0.11477885652642934,
954
+ "grad_norm": 0.5826204419136047,
955
+ "learning_rate": 4.761904761904762e-05,
956
+ "loss": 1.0433681011199951,
957
+ "step": 266
958
+ },
959
+ {
960
+ "epoch": 0.11564185544768069,
961
+ "grad_norm": 0.5907514095306396,
962
+ "learning_rate": 4.7978436657681944e-05,
963
+ "loss": 1.0719536542892456,
964
+ "step": 268
965
+ },
966
+ {
967
+ "epoch": 0.11650485436893204,
968
+ "grad_norm": 0.524394154548645,
969
+ "learning_rate": 4.833782569631627e-05,
970
+ "loss": 1.0231504440307617,
971
+ "step": 270
972
+ },
973
+ {
974
+ "epoch": 0.11736785329018339,
975
+ "grad_norm": 0.5472846031188965,
976
+ "learning_rate": 4.869721473495058e-05,
977
+ "loss": 0.9905915260314941,
978
+ "step": 272
979
+ },
980
+ {
981
+ "epoch": 0.11823085221143474,
982
+ "grad_norm": 0.727922260761261,
983
+ "learning_rate": 4.9056603773584906e-05,
984
+ "loss": 1.213677167892456,
985
+ "step": 274
986
+ },
987
+ {
988
+ "epoch": 0.11909385113268608,
989
+ "grad_norm": 0.6009684801101685,
990
+ "learning_rate": 4.941599281221923e-05,
991
+ "loss": 1.0052144527435303,
992
+ "step": 276
993
+ },
994
+ {
995
+ "epoch": 0.11995685005393743,
996
+ "grad_norm": 0.6564669013023376,
997
+ "learning_rate": 4.977538185085355e-05,
998
+ "loss": 1.108136773109436,
999
+ "step": 278
1000
+ },
1001
+ {
1002
+ "epoch": 0.12081984897518878,
1003
+ "grad_norm": 0.650074303150177,
1004
+ "learning_rate": 5.013477088948787e-05,
1005
+ "loss": 0.9700815677642822,
1006
+ "step": 280
1007
+ },
1008
+ {
1009
+ "epoch": 0.12168284789644013,
1010
+ "grad_norm": 0.5772947072982788,
1011
+ "learning_rate": 5.04941599281222e-05,
1012
+ "loss": 1.038031816482544,
1013
+ "step": 282
1014
+ },
1015
+ {
1016
+ "epoch": 0.12254584681769148,
1017
+ "grad_norm": 0.7293002009391785,
1018
+ "learning_rate": 5.0853548966756516e-05,
1019
+ "loss": 1.1063730716705322,
1020
+ "step": 284
1021
+ },
1022
+ {
1023
+ "epoch": 0.12340884573894283,
1024
+ "grad_norm": 0.7937333583831787,
1025
+ "learning_rate": 5.1212938005390846e-05,
1026
+ "loss": 1.128495693206787,
1027
+ "step": 286
1028
+ },
1029
+ {
1030
+ "epoch": 0.12427184466019417,
1031
+ "grad_norm": 0.48499324917793274,
1032
+ "learning_rate": 5.157232704402516e-05,
1033
+ "loss": 0.9438712000846863,
1034
+ "step": 288
1035
+ },
1036
+ {
1037
+ "epoch": 0.12513484358144553,
1038
+ "grad_norm": 0.6010656952857971,
1039
+ "learning_rate": 5.193171608265948e-05,
1040
+ "loss": 1.0872881412506104,
1041
+ "step": 290
1042
+ },
1043
+ {
1044
+ "epoch": 0.12599784250269688,
1045
+ "grad_norm": 0.6240811944007874,
1046
+ "learning_rate": 5.22911051212938e-05,
1047
+ "loss": 1.110992193222046,
1048
+ "step": 292
1049
+ },
1050
+ {
1051
+ "epoch": 0.1268608414239482,
1052
+ "grad_norm": 0.7172768712043762,
1053
+ "learning_rate": 5.265049415992812e-05,
1054
+ "loss": 1.1109752655029297,
1055
+ "step": 294
1056
+ },
1057
+ {
1058
+ "epoch": 0.12772384034519957,
1059
+ "grad_norm": 0.6442400217056274,
1060
+ "learning_rate": 5.300988319856245e-05,
1061
+ "loss": 1.05553138256073,
1062
+ "step": 296
1063
+ },
1064
+ {
1065
+ "epoch": 0.12858683926645093,
1066
+ "grad_norm": 0.7074702382087708,
1067
+ "learning_rate": 5.3369272237196765e-05,
1068
+ "loss": 1.0717648267745972,
1069
+ "step": 298
1070
+ },
1071
+ {
1072
+ "epoch": 0.12944983818770225,
1073
+ "grad_norm": 0.5277591347694397,
1074
+ "learning_rate": 5.3728661275831095e-05,
1075
+ "loss": 0.9777541756629944,
1076
+ "step": 300
1077
+ },
1078
+ {
1079
+ "epoch": 0.12944983818770225,
1080
+ "eval_loss": 1.0977506637573242,
1081
+ "eval_runtime": 662.1728,
1082
+ "eval_samples_per_second": 3.111,
1083
+ "eval_steps_per_second": 3.111,
1084
+ "step": 300
1085
+ },
1086
+ {
1087
+ "epoch": 0.1303128371089536,
1088
+ "grad_norm": 0.7252246737480164,
1089
+ "learning_rate": 5.408805031446541e-05,
1090
+ "loss": 1.075905203819275,
1091
+ "step": 302
1092
+ },
1093
+ {
1094
+ "epoch": 0.13117583603020497,
1095
+ "grad_norm": 0.7003294229507446,
1096
+ "learning_rate": 5.444743935309974e-05,
1097
+ "loss": 1.1117515563964844,
1098
+ "step": 304
1099
+ },
1100
+ {
1101
+ "epoch": 0.13203883495145632,
1102
+ "grad_norm": 0.5878211259841919,
1103
+ "learning_rate": 5.480682839173406e-05,
1104
+ "loss": 1.0289191007614136,
1105
+ "step": 306
1106
+ },
1107
+ {
1108
+ "epoch": 0.13290183387270765,
1109
+ "grad_norm": 0.7133644223213196,
1110
+ "learning_rate": 5.5166217430368374e-05,
1111
+ "loss": 1.0199183225631714,
1112
+ "step": 308
1113
+ },
1114
+ {
1115
+ "epoch": 0.133764832793959,
1116
+ "grad_norm": 0.6098423600196838,
1117
+ "learning_rate": 5.55256064690027e-05,
1118
+ "loss": 1.0132375955581665,
1119
+ "step": 310
1120
+ },
1121
+ {
1122
+ "epoch": 0.13462783171521037,
1123
+ "grad_norm": 0.6386916041374207,
1124
+ "learning_rate": 5.5884995507637014e-05,
1125
+ "loss": 1.1595754623413086,
1126
+ "step": 312
1127
+ },
1128
+ {
1129
+ "epoch": 0.1354908306364617,
1130
+ "grad_norm": 0.6563469767570496,
1131
+ "learning_rate": 5.6244384546271344e-05,
1132
+ "loss": 1.0921307802200317,
1133
+ "step": 314
1134
+ },
1135
+ {
1136
+ "epoch": 0.13635382955771305,
1137
+ "grad_norm": 0.6388015747070312,
1138
+ "learning_rate": 5.660377358490566e-05,
1139
+ "loss": 1.0200815200805664,
1140
+ "step": 316
1141
+ },
1142
+ {
1143
+ "epoch": 0.1372168284789644,
1144
+ "grad_norm": 0.6026274561882019,
1145
+ "learning_rate": 5.696316262353999e-05,
1146
+ "loss": 0.9339485764503479,
1147
+ "step": 318
1148
+ },
1149
+ {
1150
+ "epoch": 0.13807982740021574,
1151
+ "grad_norm": 0.619800865650177,
1152
+ "learning_rate": 5.732255166217431e-05,
1153
+ "loss": 1.0268478393554688,
1154
+ "step": 320
1155
+ },
1156
+ {
1157
+ "epoch": 0.1389428263214671,
1158
+ "grad_norm": 0.5924715399742126,
1159
+ "learning_rate": 5.768194070080862e-05,
1160
+ "loss": 1.1394236087799072,
1161
+ "step": 322
1162
+ },
1163
+ {
1164
+ "epoch": 0.13980582524271845,
1165
+ "grad_norm": 0.6829012036323547,
1166
+ "learning_rate": 5.804132973944295e-05,
1167
+ "loss": 1.002437949180603,
1168
+ "step": 324
1169
+ },
1170
+ {
1171
+ "epoch": 0.1406688241639698,
1172
+ "grad_norm": 0.7012544274330139,
1173
+ "learning_rate": 5.840071877807727e-05,
1174
+ "loss": 1.132503628730774,
1175
+ "step": 326
1176
+ },
1177
+ {
1178
+ "epoch": 0.14153182308522114,
1179
+ "grad_norm": 0.7921599745750427,
1180
+ "learning_rate": 5.876010781671159e-05,
1181
+ "loss": 1.1859129667282104,
1182
+ "step": 328
1183
+ },
1184
+ {
1185
+ "epoch": 0.1423948220064725,
1186
+ "grad_norm": 0.6373353004455566,
1187
+ "learning_rate": 5.9119496855345916e-05,
1188
+ "loss": 1.0896776914596558,
1189
+ "step": 330
1190
+ },
1191
+ {
1192
+ "epoch": 0.14325782092772385,
1193
+ "grad_norm": 0.6174030900001526,
1194
+ "learning_rate": 5.947888589398024e-05,
1195
+ "loss": 1.0691723823547363,
1196
+ "step": 332
1197
+ },
1198
+ {
1199
+ "epoch": 0.14412081984897518,
1200
+ "grad_norm": 0.5110617280006409,
1201
+ "learning_rate": 5.9838274932614556e-05,
1202
+ "loss": 1.0144777297973633,
1203
+ "step": 334
1204
+ },
1205
+ {
1206
+ "epoch": 0.14498381877022654,
1207
+ "grad_norm": 0.5580511093139648,
1208
+ "learning_rate": 6.019766397124887e-05,
1209
+ "loss": 0.9955101609230042,
1210
+ "step": 336
1211
+ },
1212
+ {
1213
+ "epoch": 0.1458468176914779,
1214
+ "grad_norm": 0.6427345275878906,
1215
+ "learning_rate": 6.05570530098832e-05,
1216
+ "loss": 0.9863013625144958,
1217
+ "step": 338
1218
+ },
1219
+ {
1220
+ "epoch": 0.14670981661272922,
1221
+ "grad_norm": 0.7464537024497986,
1222
+ "learning_rate": 6.091644204851752e-05,
1223
+ "loss": 1.0682255029678345,
1224
+ "step": 340
1225
+ },
1226
+ {
1227
+ "epoch": 0.14757281553398058,
1228
+ "grad_norm": 0.599926769733429,
1229
+ "learning_rate": 6.127583108715184e-05,
1230
+ "loss": 1.034083366394043,
1231
+ "step": 342
1232
+ },
1233
+ {
1234
+ "epoch": 0.14843581445523193,
1235
+ "grad_norm": 0.6320257186889648,
1236
+ "learning_rate": 6.163522012578616e-05,
1237
+ "loss": 1.0776089429855347,
1238
+ "step": 344
1239
+ },
1240
+ {
1241
+ "epoch": 0.1492988133764833,
1242
+ "grad_norm": 0.6565091013908386,
1243
+ "learning_rate": 6.199460916442049e-05,
1244
+ "loss": 1.0493087768554688,
1245
+ "step": 346
1246
+ },
1247
+ {
1248
+ "epoch": 0.15016181229773462,
1249
+ "grad_norm": 0.6512171626091003,
1250
+ "learning_rate": 6.23539982030548e-05,
1251
+ "loss": 1.0469218492507935,
1252
+ "step": 348
1253
+ },
1254
+ {
1255
+ "epoch": 0.15102481121898598,
1256
+ "grad_norm": 0.8487282991409302,
1257
+ "learning_rate": 6.271338724168913e-05,
1258
+ "loss": 1.0985081195831299,
1259
+ "step": 350
1260
+ },
1261
+ {
1262
+ "epoch": 0.15188781014023733,
1263
+ "grad_norm": 0.6718961596488953,
1264
+ "learning_rate": 6.307277628032345e-05,
1265
+ "loss": 1.0714176893234253,
1266
+ "step": 352
1267
+ },
1268
+ {
1269
+ "epoch": 0.15275080906148866,
1270
+ "grad_norm": 0.8175088167190552,
1271
+ "learning_rate": 6.343216531895777e-05,
1272
+ "loss": 1.0599322319030762,
1273
+ "step": 354
1274
+ },
1275
+ {
1276
+ "epoch": 0.15361380798274002,
1277
+ "grad_norm": 0.6359215378761292,
1278
+ "learning_rate": 6.37915543575921e-05,
1279
+ "loss": 0.9268131256103516,
1280
+ "step": 356
1281
+ },
1282
+ {
1283
+ "epoch": 0.15447680690399138,
1284
+ "grad_norm": 0.6423866748809814,
1285
+ "learning_rate": 6.415094339622641e-05,
1286
+ "loss": 0.9838354587554932,
1287
+ "step": 358
1288
+ },
1289
+ {
1290
+ "epoch": 0.1553398058252427,
1291
+ "grad_norm": 0.6496716737747192,
1292
+ "learning_rate": 6.451033243486074e-05,
1293
+ "loss": 1.048566460609436,
1294
+ "step": 360
1295
+ },
1296
+ {
1297
+ "epoch": 0.15620280474649406,
1298
+ "grad_norm": 0.6536920666694641,
1299
+ "learning_rate": 6.486972147349506e-05,
1300
+ "loss": 1.0910537242889404,
1301
+ "step": 362
1302
+ },
1303
+ {
1304
+ "epoch": 0.15706580366774542,
1305
+ "grad_norm": 0.5832068920135498,
1306
+ "learning_rate": 6.522911051212939e-05,
1307
+ "loss": 0.9971448183059692,
1308
+ "step": 364
1309
+ },
1310
+ {
1311
+ "epoch": 0.15792880258899678,
1312
+ "grad_norm": 0.6647719144821167,
1313
+ "learning_rate": 6.558849955076371e-05,
1314
+ "loss": 1.0496708154678345,
1315
+ "step": 366
1316
+ },
1317
+ {
1318
+ "epoch": 0.1587918015102481,
1319
+ "grad_norm": 0.623252809047699,
1320
+ "learning_rate": 6.594788858939802e-05,
1321
+ "loss": 0.955894410610199,
1322
+ "step": 368
1323
+ },
1324
+ {
1325
+ "epoch": 0.15965480043149946,
1326
+ "grad_norm": 0.6311860084533691,
1327
+ "learning_rate": 6.630727762803235e-05,
1328
+ "loss": 1.1304032802581787,
1329
+ "step": 370
1330
+ },
1331
+ {
1332
+ "epoch": 0.16051779935275082,
1333
+ "grad_norm": 0.5306481122970581,
1334
+ "learning_rate": 6.666666666666667e-05,
1335
+ "loss": 0.8746405243873596,
1336
+ "step": 372
1337
+ },
1338
+ {
1339
+ "epoch": 0.16138079827400215,
1340
+ "grad_norm": 0.6249631643295288,
1341
+ "learning_rate": 6.7026055705301e-05,
1342
+ "loss": 0.9104986786842346,
1343
+ "step": 374
1344
+ },
1345
+ {
1346
+ "epoch": 0.1622437971952535,
1347
+ "grad_norm": 0.6243219971656799,
1348
+ "learning_rate": 6.738544474393532e-05,
1349
+ "loss": 1.043666124343872,
1350
+ "step": 376
1351
+ },
1352
+ {
1353
+ "epoch": 0.16310679611650486,
1354
+ "grad_norm": 0.6833282113075256,
1355
+ "learning_rate": 6.774483378256963e-05,
1356
+ "loss": 1.0504906177520752,
1357
+ "step": 378
1358
+ },
1359
+ {
1360
+ "epoch": 0.16396979503775622,
1361
+ "grad_norm": 0.7124452590942383,
1362
+ "learning_rate": 6.810422282120395e-05,
1363
+ "loss": 1.0608166456222534,
1364
+ "step": 380
1365
+ },
1366
+ {
1367
+ "epoch": 0.16483279395900755,
1368
+ "grad_norm": 0.7520908117294312,
1369
+ "learning_rate": 6.846361185983828e-05,
1370
+ "loss": 1.1653732061386108,
1371
+ "step": 382
1372
+ },
1373
+ {
1374
+ "epoch": 0.1656957928802589,
1375
+ "grad_norm": 0.7121814489364624,
1376
+ "learning_rate": 6.88230008984726e-05,
1377
+ "loss": 1.0626367330551147,
1378
+ "step": 384
1379
+ },
1380
+ {
1381
+ "epoch": 0.16655879180151026,
1382
+ "grad_norm": 0.6825008988380432,
1383
+ "learning_rate": 6.918238993710691e-05,
1384
+ "loss": 1.012121319770813,
1385
+ "step": 386
1386
+ },
1387
+ {
1388
+ "epoch": 0.1674217907227616,
1389
+ "grad_norm": 0.4922940135002136,
1390
+ "learning_rate": 6.954177897574124e-05,
1391
+ "loss": 1.0576211214065552,
1392
+ "step": 388
1393
+ },
1394
+ {
1395
+ "epoch": 0.16828478964401294,
1396
+ "grad_norm": 0.6122089624404907,
1397
+ "learning_rate": 6.990116801437556e-05,
1398
+ "loss": 1.03916597366333,
1399
+ "step": 390
1400
+ },
1401
+ {
1402
+ "epoch": 0.1691477885652643,
1403
+ "grad_norm": 0.6348981261253357,
1404
+ "learning_rate": 7.026055705300989e-05,
1405
+ "loss": 1.17647123336792,
1406
+ "step": 392
1407
+ },
1408
+ {
1409
+ "epoch": 0.17001078748651563,
1410
+ "grad_norm": 0.6205878257751465,
1411
+ "learning_rate": 7.06199460916442e-05,
1412
+ "loss": 0.9095983505249023,
1413
+ "step": 394
1414
+ },
1415
+ {
1416
+ "epoch": 0.170873786407767,
1417
+ "grad_norm": 0.61506187915802,
1418
+ "learning_rate": 7.097933513027853e-05,
1419
+ "loss": 1.082506775856018,
1420
+ "step": 396
1421
+ },
1422
+ {
1423
+ "epoch": 0.17173678532901834,
1424
+ "grad_norm": 0.6481751799583435,
1425
+ "learning_rate": 7.133872416891285e-05,
1426
+ "loss": 1.0716280937194824,
1427
+ "step": 398
1428
+ },
1429
+ {
1430
+ "epoch": 0.1725997842502697,
1431
+ "grad_norm": 0.4871014952659607,
1432
+ "learning_rate": 7.169811320754717e-05,
1433
+ "loss": 0.9616814851760864,
1434
+ "step": 400
1435
+ },
1436
+ {
1437
+ "epoch": 0.1725997842502697,
1438
+ "eval_loss": 1.0649415254592896,
1439
+ "eval_runtime": 668.6025,
1440
+ "eval_samples_per_second": 3.081,
1441
+ "eval_steps_per_second": 3.081,
1442
+ "step": 400
1443
+ },
1444
+ {
1445
+ "epoch": 0.17346278317152103,
1446
+ "grad_norm": 0.5680040121078491,
1447
+ "learning_rate": 7.20575022461815e-05,
1448
+ "loss": 1.0475050210952759,
1449
+ "step": 402
1450
+ },
1451
+ {
1452
+ "epoch": 0.17432578209277239,
1453
+ "grad_norm": 0.6417813897132874,
1454
+ "learning_rate": 7.241689128481581e-05,
1455
+ "loss": 0.9851161241531372,
1456
+ "step": 404
1457
+ },
1458
+ {
1459
+ "epoch": 0.17518878101402374,
1460
+ "grad_norm": 0.6600468158721924,
1461
+ "learning_rate": 7.277628032345014e-05,
1462
+ "loss": 1.013339638710022,
1463
+ "step": 406
1464
+ },
1465
+ {
1466
+ "epoch": 0.17605177993527507,
1467
+ "grad_norm": 0.6733932495117188,
1468
+ "learning_rate": 7.313566936208446e-05,
1469
+ "loss": 0.9346804022789001,
1470
+ "step": 408
1471
+ },
1472
+ {
1473
+ "epoch": 0.17691477885652643,
1474
+ "grad_norm": 0.6812151074409485,
1475
+ "learning_rate": 7.349505840071879e-05,
1476
+ "loss": 0.9890368580818176,
1477
+ "step": 410
1478
+ },
1479
+ {
1480
+ "epoch": 0.17777777777777778,
1481
+ "grad_norm": 0.6380394697189331,
1482
+ "learning_rate": 7.385444743935311e-05,
1483
+ "loss": 0.8787848949432373,
1484
+ "step": 412
1485
+ },
1486
+ {
1487
+ "epoch": 0.1786407766990291,
1488
+ "grad_norm": 0.6004905700683594,
1489
+ "learning_rate": 7.421383647798742e-05,
1490
+ "loss": 1.0235728025436401,
1491
+ "step": 414
1492
+ },
1493
+ {
1494
+ "epoch": 0.17950377562028047,
1495
+ "grad_norm": 0.6569193005561829,
1496
+ "learning_rate": 7.457322551662175e-05,
1497
+ "loss": 0.9972385168075562,
1498
+ "step": 416
1499
+ },
1500
+ {
1501
+ "epoch": 0.18036677454153183,
1502
+ "grad_norm": 0.6761631369590759,
1503
+ "learning_rate": 7.493261455525607e-05,
1504
+ "loss": 0.9593698382377625,
1505
+ "step": 418
1506
+ },
1507
+ {
1508
+ "epoch": 0.18122977346278318,
1509
+ "grad_norm": 0.7328561544418335,
1510
+ "learning_rate": 7.529200359389039e-05,
1511
+ "loss": 1.0426853895187378,
1512
+ "step": 420
1513
+ },
1514
+ {
1515
+ "epoch": 0.1820927723840345,
1516
+ "grad_norm": 0.6256070137023926,
1517
+ "learning_rate": 7.56513926325247e-05,
1518
+ "loss": 0.9608182311058044,
1519
+ "step": 422
1520
+ },
1521
+ {
1522
+ "epoch": 0.18295577130528587,
1523
+ "grad_norm": 1.2549844980239868,
1524
+ "learning_rate": 7.601078167115903e-05,
1525
+ "loss": 1.0162668228149414,
1526
+ "step": 424
1527
+ },
1528
+ {
1529
+ "epoch": 0.18381877022653723,
1530
+ "grad_norm": 0.6751510500907898,
1531
+ "learning_rate": 7.637017070979335e-05,
1532
+ "loss": 1.130725383758545,
1533
+ "step": 426
1534
+ },
1535
+ {
1536
+ "epoch": 0.18468176914778855,
1537
+ "grad_norm": 0.7029808163642883,
1538
+ "learning_rate": 7.672955974842768e-05,
1539
+ "loss": 1.0384817123413086,
1540
+ "step": 428
1541
+ },
1542
+ {
1543
+ "epoch": 0.1855447680690399,
1544
+ "grad_norm": 0.644353449344635,
1545
+ "learning_rate": 7.7088948787062e-05,
1546
+ "loss": 1.017020344734192,
1547
+ "step": 430
1548
+ },
1549
+ {
1550
+ "epoch": 0.18640776699029127,
1551
+ "grad_norm": 0.6784916520118713,
1552
+ "learning_rate": 7.744833782569631e-05,
1553
+ "loss": 1.005354404449463,
1554
+ "step": 432
1555
+ },
1556
+ {
1557
+ "epoch": 0.1872707659115426,
1558
+ "grad_norm": 0.5989449620246887,
1559
+ "learning_rate": 7.780772686433064e-05,
1560
+ "loss": 1.026848316192627,
1561
+ "step": 434
1562
+ },
1563
+ {
1564
+ "epoch": 0.18813376483279395,
1565
+ "grad_norm": 0.6502639651298523,
1566
+ "learning_rate": 7.816711590296496e-05,
1567
+ "loss": 0.9891080856323242,
1568
+ "step": 436
1569
+ },
1570
+ {
1571
+ "epoch": 0.1889967637540453,
1572
+ "grad_norm": 0.6176205277442932,
1573
+ "learning_rate": 7.852650494159929e-05,
1574
+ "loss": 0.966316819190979,
1575
+ "step": 438
1576
+ },
1577
+ {
1578
+ "epoch": 0.18985976267529667,
1579
+ "grad_norm": 0.6801626086235046,
1580
+ "learning_rate": 7.88858939802336e-05,
1581
+ "loss": 1.123063087463379,
1582
+ "step": 440
1583
+ },
1584
+ {
1585
+ "epoch": 0.190722761596548,
1586
+ "grad_norm": 0.6718618273735046,
1587
+ "learning_rate": 7.924528301886794e-05,
1588
+ "loss": 1.0467073917388916,
1589
+ "step": 442
1590
+ },
1591
+ {
1592
+ "epoch": 0.19158576051779935,
1593
+ "grad_norm": 0.6761009097099304,
1594
+ "learning_rate": 7.960467205750225e-05,
1595
+ "loss": 1.0952889919281006,
1596
+ "step": 444
1597
+ },
1598
+ {
1599
+ "epoch": 0.1924487594390507,
1600
+ "grad_norm": 0.6356327533721924,
1601
+ "learning_rate": 7.996406109613657e-05,
1602
+ "loss": 0.954807698726654,
1603
+ "step": 446
1604
+ },
1605
+ {
1606
+ "epoch": 0.19331175836030204,
1607
+ "grad_norm": 0.6798669695854187,
1608
+ "learning_rate": 8.03234501347709e-05,
1609
+ "loss": 0.9941422343254089,
1610
+ "step": 448
1611
+ },
1612
+ {
1613
+ "epoch": 0.1941747572815534,
1614
+ "grad_norm": 0.6511302590370178,
1615
+ "learning_rate": 8.068283917340521e-05,
1616
+ "loss": 1.0351495742797852,
1617
+ "step": 450
1618
+ },
1619
+ {
1620
+ "epoch": 0.19503775620280475,
1621
+ "grad_norm": 0.6061258912086487,
1622
+ "learning_rate": 8.104222821203954e-05,
1623
+ "loss": 1.00546133518219,
1624
+ "step": 452
1625
+ },
1626
+ {
1627
+ "epoch": 0.1959007551240561,
1628
+ "grad_norm": 0.6278533935546875,
1629
+ "learning_rate": 8.140161725067386e-05,
1630
+ "loss": 1.0778460502624512,
1631
+ "step": 454
1632
+ },
1633
+ {
1634
+ "epoch": 0.19676375404530744,
1635
+ "grad_norm": 0.6866298317909241,
1636
+ "learning_rate": 8.176100628930818e-05,
1637
+ "loss": 1.0344486236572266,
1638
+ "step": 456
1639
+ },
1640
+ {
1641
+ "epoch": 0.1976267529665588,
1642
+ "grad_norm": 0.7338075041770935,
1643
+ "learning_rate": 8.212039532794251e-05,
1644
+ "loss": 1.0663033723831177,
1645
+ "step": 458
1646
+ },
1647
+ {
1648
+ "epoch": 0.19848975188781015,
1649
+ "grad_norm": 0.6811459064483643,
1650
+ "learning_rate": 8.247978436657682e-05,
1651
+ "loss": 0.9665339589118958,
1652
+ "step": 460
1653
+ },
1654
+ {
1655
+ "epoch": 0.19935275080906148,
1656
+ "grad_norm": 0.6779627799987793,
1657
+ "learning_rate": 8.283917340521114e-05,
1658
+ "loss": 1.024712324142456,
1659
+ "step": 462
1660
+ },
1661
+ {
1662
+ "epoch": 0.20021574973031284,
1663
+ "grad_norm": 0.6486892700195312,
1664
+ "learning_rate": 8.319856244384546e-05,
1665
+ "loss": 0.9699305295944214,
1666
+ "step": 464
1667
+ },
1668
+ {
1669
+ "epoch": 0.2010787486515642,
1670
+ "grad_norm": 0.7022278308868408,
1671
+ "learning_rate": 8.355795148247979e-05,
1672
+ "loss": 0.9540432095527649,
1673
+ "step": 466
1674
+ },
1675
+ {
1676
+ "epoch": 0.20194174757281552,
1677
+ "grad_norm": 0.5922990441322327,
1678
+ "learning_rate": 8.39173405211141e-05,
1679
+ "loss": 0.9253339767456055,
1680
+ "step": 468
1681
+ },
1682
+ {
1683
+ "epoch": 0.20280474649406688,
1684
+ "grad_norm": 0.7076792120933533,
1685
+ "learning_rate": 8.427672955974843e-05,
1686
+ "loss": 0.9987741112709045,
1687
+ "step": 470
1688
+ },
1689
+ {
1690
+ "epoch": 0.20366774541531824,
1691
+ "grad_norm": 0.6491380333900452,
1692
+ "learning_rate": 8.463611859838275e-05,
1693
+ "loss": 1.0249329805374146,
1694
+ "step": 472
1695
+ },
1696
+ {
1697
+ "epoch": 0.2045307443365696,
1698
+ "grad_norm": 0.6784211993217468,
1699
+ "learning_rate": 8.499550763701708e-05,
1700
+ "loss": 1.0577133893966675,
1701
+ "step": 474
1702
+ },
1703
+ {
1704
+ "epoch": 0.20539374325782092,
1705
+ "grad_norm": 0.6453303694725037,
1706
+ "learning_rate": 8.53548966756514e-05,
1707
+ "loss": 1.1312458515167236,
1708
+ "step": 476
1709
+ },
1710
+ {
1711
+ "epoch": 0.20625674217907228,
1712
+ "grad_norm": 0.7431377172470093,
1713
+ "learning_rate": 8.571428571428571e-05,
1714
+ "loss": 1.0592451095581055,
1715
+ "step": 478
1716
+ },
1717
+ {
1718
+ "epoch": 0.20711974110032363,
1719
+ "grad_norm": 0.6097649931907654,
1720
+ "learning_rate": 8.607367475292004e-05,
1721
+ "loss": 0.9337235689163208,
1722
+ "step": 480
1723
+ },
1724
+ {
1725
+ "epoch": 0.20798274002157496,
1726
+ "grad_norm": 0.5693124532699585,
1727
+ "learning_rate": 8.643306379155436e-05,
1728
+ "loss": 0.9088928699493408,
1729
+ "step": 482
1730
+ },
1731
+ {
1732
+ "epoch": 0.20884573894282632,
1733
+ "grad_norm": 0.7377229332923889,
1734
+ "learning_rate": 8.679245283018869e-05,
1735
+ "loss": 1.0729358196258545,
1736
+ "step": 484
1737
+ },
1738
+ {
1739
+ "epoch": 0.20970873786407768,
1740
+ "grad_norm": 0.7399470210075378,
1741
+ "learning_rate": 8.7151841868823e-05,
1742
+ "loss": 1.0428457260131836,
1743
+ "step": 486
1744
+ },
1745
+ {
1746
+ "epoch": 0.210571736785329,
1747
+ "grad_norm": 0.677052915096283,
1748
+ "learning_rate": 8.751123090745734e-05,
1749
+ "loss": 0.9940266013145447,
1750
+ "step": 488
1751
+ },
1752
+ {
1753
+ "epoch": 0.21143473570658036,
1754
+ "grad_norm": 0.7126721739768982,
1755
+ "learning_rate": 8.787061994609165e-05,
1756
+ "loss": 1.011808156967163,
1757
+ "step": 490
1758
+ },
1759
+ {
1760
+ "epoch": 0.21229773462783172,
1761
+ "grad_norm": 0.6663792729377747,
1762
+ "learning_rate": 8.823000898472597e-05,
1763
+ "loss": 1.0054185390472412,
1764
+ "step": 492
1765
+ },
1766
+ {
1767
+ "epoch": 0.21316073354908308,
1768
+ "grad_norm": 0.6661092042922974,
1769
+ "learning_rate": 8.85893980233603e-05,
1770
+ "loss": 1.0167138576507568,
1771
+ "step": 494
1772
+ },
1773
+ {
1774
+ "epoch": 0.2140237324703344,
1775
+ "grad_norm": 0.6975740194320679,
1776
+ "learning_rate": 8.894878706199461e-05,
1777
+ "loss": 1.1470818519592285,
1778
+ "step": 496
1779
+ },
1780
+ {
1781
+ "epoch": 0.21488673139158576,
1782
+ "grad_norm": 0.6594390869140625,
1783
+ "learning_rate": 8.930817610062893e-05,
1784
+ "loss": 0.9619631171226501,
1785
+ "step": 498
1786
+ },
1787
+ {
1788
+ "epoch": 0.21574973031283712,
1789
+ "grad_norm": 0.7216679453849792,
1790
+ "learning_rate": 8.966756513926325e-05,
1791
+ "loss": 0.9971368312835693,
1792
+ "step": 500
1793
+ },
1794
+ {
1795
+ "epoch": 0.21574973031283712,
1796
+ "eval_loss": 1.0417571067810059,
1797
+ "eval_runtime": 659.3112,
1798
+ "eval_samples_per_second": 3.124,
1799
+ "eval_steps_per_second": 3.124,
1800
+ "step": 500
1801
+ },
1802
+ {
1803
+ "epoch": 0.21661272923408845,
1804
+ "grad_norm": 0.6188210844993591,
1805
+ "learning_rate": 9.002695417789758e-05,
1806
+ "loss": 1.0307213068008423,
1807
+ "step": 502
1808
+ },
1809
+ {
1810
+ "epoch": 0.2174757281553398,
1811
+ "grad_norm": 0.6716445088386536,
1812
+ "learning_rate": 9.03863432165319e-05,
1813
+ "loss": 1.0188794136047363,
1814
+ "step": 504
1815
+ },
1816
+ {
1817
+ "epoch": 0.21833872707659116,
1818
+ "grad_norm": 0.6790863275527954,
1819
+ "learning_rate": 9.074573225516622e-05,
1820
+ "loss": 0.9764845967292786,
1821
+ "step": 506
1822
+ },
1823
+ {
1824
+ "epoch": 0.2192017259978425,
1825
+ "grad_norm": 0.6764960289001465,
1826
+ "learning_rate": 9.110512129380054e-05,
1827
+ "loss": 0.948829174041748,
1828
+ "step": 508
1829
+ },
1830
+ {
1831
+ "epoch": 0.22006472491909385,
1832
+ "grad_norm": 0.6210965514183044,
1833
+ "learning_rate": 9.146451033243486e-05,
1834
+ "loss": 1.008013129234314,
1835
+ "step": 510
1836
+ },
1837
+ {
1838
+ "epoch": 0.2209277238403452,
1839
+ "grad_norm": 0.7739297747612,
1840
+ "learning_rate": 9.182389937106919e-05,
1841
+ "loss": 1.1662557125091553,
1842
+ "step": 512
1843
+ },
1844
+ {
1845
+ "epoch": 0.22179072276159656,
1846
+ "grad_norm": 0.7055562138557434,
1847
+ "learning_rate": 9.21832884097035e-05,
1848
+ "loss": 1.0325161218643188,
1849
+ "step": 514
1850
+ },
1851
+ {
1852
+ "epoch": 0.2226537216828479,
1853
+ "grad_norm": 0.6079210042953491,
1854
+ "learning_rate": 9.254267744833783e-05,
1855
+ "loss": 1.00056791305542,
1856
+ "step": 516
1857
+ },
1858
+ {
1859
+ "epoch": 0.22351672060409924,
1860
+ "grad_norm": 0.5974318981170654,
1861
+ "learning_rate": 9.290206648697215e-05,
1862
+ "loss": 0.9422364234924316,
1863
+ "step": 518
1864
+ },
1865
+ {
1866
+ "epoch": 0.2243797195253506,
1867
+ "grad_norm": 0.5963430404663086,
1868
+ "learning_rate": 9.326145552560648e-05,
1869
+ "loss": 0.936336100101471,
1870
+ "step": 520
1871
+ },
1872
+ {
1873
+ "epoch": 0.22524271844660193,
1874
+ "grad_norm": 0.6823658347129822,
1875
+ "learning_rate": 9.36208445642408e-05,
1876
+ "loss": 1.0538607835769653,
1877
+ "step": 522
1878
+ },
1879
+ {
1880
+ "epoch": 0.2261057173678533,
1881
+ "grad_norm": 0.6409855484962463,
1882
+ "learning_rate": 9.398023360287511e-05,
1883
+ "loss": 1.0483653545379639,
1884
+ "step": 524
1885
+ },
1886
+ {
1887
+ "epoch": 0.22696871628910464,
1888
+ "grad_norm": 0.6867254376411438,
1889
+ "learning_rate": 9.433962264150944e-05,
1890
+ "loss": 0.9668049812316895,
1891
+ "step": 526
1892
+ },
1893
+ {
1894
+ "epoch": 0.227831715210356,
1895
+ "grad_norm": 0.5690792798995972,
1896
+ "learning_rate": 9.469901168014376e-05,
1897
+ "loss": 1.008763313293457,
1898
+ "step": 528
1899
+ },
1900
+ {
1901
+ "epoch": 0.22869471413160733,
1902
+ "grad_norm": 0.5964897274971008,
1903
+ "learning_rate": 9.505840071877809e-05,
1904
+ "loss": 1.0816441774368286,
1905
+ "step": 530
1906
+ },
1907
+ {
1908
+ "epoch": 0.2295577130528587,
1909
+ "grad_norm": 0.627419114112854,
1910
+ "learning_rate": 9.54177897574124e-05,
1911
+ "loss": 0.9265700578689575,
1912
+ "step": 532
1913
+ },
1914
+ {
1915
+ "epoch": 0.23042071197411004,
1916
+ "grad_norm": 0.5862151980400085,
1917
+ "learning_rate": 9.577717879604674e-05,
1918
+ "loss": 0.9804646372795105,
1919
+ "step": 534
1920
+ },
1921
+ {
1922
+ "epoch": 0.23128371089536137,
1923
+ "grad_norm": 0.5573718547821045,
1924
+ "learning_rate": 9.613656783468105e-05,
1925
+ "loss": 0.9627988934516907,
1926
+ "step": 536
1927
+ },
1928
+ {
1929
+ "epoch": 0.23214670981661273,
1930
+ "grad_norm": 0.6705166101455688,
1931
+ "learning_rate": 9.649595687331537e-05,
1932
+ "loss": 1.0012824535369873,
1933
+ "step": 538
1934
+ },
1935
+ {
1936
+ "epoch": 0.23300970873786409,
1937
+ "grad_norm": 0.6251236796379089,
1938
+ "learning_rate": 9.685534591194969e-05,
1939
+ "loss": 0.9568162560462952,
1940
+ "step": 540
1941
+ },
1942
+ {
1943
+ "epoch": 0.23387270765911541,
1944
+ "grad_norm": 0.6466493010520935,
1945
+ "learning_rate": 9.7214734950584e-05,
1946
+ "loss": 1.031549334526062,
1947
+ "step": 542
1948
+ },
1949
+ {
1950
+ "epoch": 0.23473570658036677,
1951
+ "grad_norm": 0.5183866024017334,
1952
+ "learning_rate": 9.757412398921833e-05,
1953
+ "loss": 0.8603643774986267,
1954
+ "step": 544
1955
+ },
1956
+ {
1957
+ "epoch": 0.23559870550161813,
1958
+ "grad_norm": 0.6725775599479675,
1959
+ "learning_rate": 9.793351302785265e-05,
1960
+ "loss": 1.0365077257156372,
1961
+ "step": 546
1962
+ },
1963
+ {
1964
+ "epoch": 0.23646170442286948,
1965
+ "grad_norm": 0.5972357988357544,
1966
+ "learning_rate": 9.829290206648698e-05,
1967
+ "loss": 0.9304701089859009,
1968
+ "step": 548
1969
+ },
1970
+ {
1971
+ "epoch": 0.2373247033441208,
1972
+ "grad_norm": 0.5319957733154297,
1973
+ "learning_rate": 9.86522911051213e-05,
1974
+ "loss": 0.9575805068016052,
1975
+ "step": 550
1976
+ },
1977
+ {
1978
+ "epoch": 0.23818770226537217,
1979
+ "grad_norm": 0.6502835750579834,
1980
+ "learning_rate": 9.901168014375562e-05,
1981
+ "loss": 1.0307214260101318,
1982
+ "step": 552
1983
+ },
1984
+ {
1985
+ "epoch": 0.23905070118662353,
1986
+ "grad_norm": 0.6734047532081604,
1987
+ "learning_rate": 9.937106918238994e-05,
1988
+ "loss": 1.05185067653656,
1989
+ "step": 554
1990
+ },
1991
+ {
1992
+ "epoch": 0.23991370010787486,
1993
+ "grad_norm": 0.5667978525161743,
1994
+ "learning_rate": 9.973045822102426e-05,
1995
+ "loss": 1.0190176963806152,
1996
+ "step": 556
1997
+ },
1998
+ {
1999
+ "epoch": 0.2407766990291262,
2000
+ "grad_norm": 0.6370418667793274,
2001
+ "learning_rate": 0.00010008984725965857,
2002
+ "loss": 1.076182246208191,
2003
+ "step": 558
2004
+ },
2005
+ {
2006
+ "epoch": 0.24163969795037757,
2007
+ "grad_norm": 0.689719021320343,
2008
+ "learning_rate": 0.0001004492362982929,
2009
+ "loss": 1.0408724546432495,
2010
+ "step": 560
2011
+ },
2012
+ {
2013
+ "epoch": 0.2425026968716289,
2014
+ "grad_norm": 0.6304254531860352,
2015
+ "learning_rate": 0.00010080862533692723,
2016
+ "loss": 0.9869902729988098,
2017
+ "step": 562
2018
+ },
2019
+ {
2020
+ "epoch": 0.24336569579288025,
2021
+ "grad_norm": 0.6797420382499695,
2022
+ "learning_rate": 0.00010116801437556156,
2023
+ "loss": 1.0198370218276978,
2024
+ "step": 564
2025
+ },
2026
+ {
2027
+ "epoch": 0.2442286947141316,
2028
+ "grad_norm": 0.5993657112121582,
2029
+ "learning_rate": 0.00010152740341419587,
2030
+ "loss": 0.9947441816329956,
2031
+ "step": 566
2032
+ },
2033
+ {
2034
+ "epoch": 0.24509169363538297,
2035
+ "grad_norm": 0.6369836330413818,
2036
+ "learning_rate": 0.0001018867924528302,
2037
+ "loss": 0.9722896814346313,
2038
+ "step": 568
2039
+ },
2040
+ {
2041
+ "epoch": 0.2459546925566343,
2042
+ "grad_norm": 0.6942457556724548,
2043
+ "learning_rate": 0.00010224618149146453,
2044
+ "loss": 0.9716570973396301,
2045
+ "step": 570
2046
+ },
2047
+ {
2048
+ "epoch": 0.24681769147788565,
2049
+ "grad_norm": 0.5403370261192322,
2050
+ "learning_rate": 0.00010260557053009883,
2051
+ "loss": 0.9797524213790894,
2052
+ "step": 572
2053
+ },
2054
+ {
2055
+ "epoch": 0.247680690399137,
2056
+ "grad_norm": 0.5207529067993164,
2057
+ "learning_rate": 0.00010296495956873316,
2058
+ "loss": 0.985367476940155,
2059
+ "step": 574
2060
+ },
2061
+ {
2062
+ "epoch": 0.24854368932038834,
2063
+ "grad_norm": 0.6751103401184082,
2064
+ "learning_rate": 0.00010332434860736748,
2065
+ "loss": 1.075042724609375,
2066
+ "step": 576
2067
+ },
2068
+ {
2069
+ "epoch": 0.2494066882416397,
2070
+ "grad_norm": 0.565331220626831,
2071
+ "learning_rate": 0.0001036837376460018,
2072
+ "loss": 0.9273878335952759,
2073
+ "step": 578
2074
+ },
2075
+ {
2076
+ "epoch": 0.25026968716289105,
2077
+ "grad_norm": 0.6858948469161987,
2078
+ "learning_rate": 0.00010404312668463612,
2079
+ "loss": 0.9872279763221741,
2080
+ "step": 580
2081
+ },
2082
+ {
2083
+ "epoch": 0.2511326860841424,
2084
+ "grad_norm": 0.7091426253318787,
2085
+ "learning_rate": 0.00010440251572327044,
2086
+ "loss": 1.0038671493530273,
2087
+ "step": 582
2088
+ },
2089
+ {
2090
+ "epoch": 0.25199568500539377,
2091
+ "grad_norm": 0.6493771076202393,
2092
+ "learning_rate": 0.00010476190476190477,
2093
+ "loss": 1.0109868049621582,
2094
+ "step": 584
2095
+ },
2096
+ {
2097
+ "epoch": 0.25285868392664507,
2098
+ "grad_norm": 0.6107586622238159,
2099
+ "learning_rate": 0.00010512129380053907,
2100
+ "loss": 1.0020402669906616,
2101
+ "step": 586
2102
+ },
2103
+ {
2104
+ "epoch": 0.2537216828478964,
2105
+ "grad_norm": 0.6878048181533813,
2106
+ "learning_rate": 0.0001054806828391734,
2107
+ "loss": 0.961039662361145,
2108
+ "step": 588
2109
+ },
2110
+ {
2111
+ "epoch": 0.2545846817691478,
2112
+ "grad_norm": 0.664034903049469,
2113
+ "learning_rate": 0.00010584007187780773,
2114
+ "loss": 0.9725209474563599,
2115
+ "step": 590
2116
+ },
2117
+ {
2118
+ "epoch": 0.25544768069039914,
2119
+ "grad_norm": 0.6399680376052856,
2120
+ "learning_rate": 0.00010619946091644206,
2121
+ "loss": 0.9907437562942505,
2122
+ "step": 592
2123
+ },
2124
+ {
2125
+ "epoch": 0.2563106796116505,
2126
+ "grad_norm": 0.6163286566734314,
2127
+ "learning_rate": 0.00010655884995507636,
2128
+ "loss": 0.9650095701217651,
2129
+ "step": 594
2130
+ },
2131
+ {
2132
+ "epoch": 0.25717367853290185,
2133
+ "grad_norm": 0.6008322238922119,
2134
+ "learning_rate": 0.0001069182389937107,
2135
+ "loss": 1.0102758407592773,
2136
+ "step": 596
2137
+ },
2138
+ {
2139
+ "epoch": 0.2580366774541532,
2140
+ "grad_norm": 0.6752071380615234,
2141
+ "learning_rate": 0.00010727762803234502,
2142
+ "loss": 0.9101885557174683,
2143
+ "step": 598
2144
+ },
2145
+ {
2146
+ "epoch": 0.2588996763754045,
2147
+ "grad_norm": 0.6789175868034363,
2148
+ "learning_rate": 0.00010763701707097935,
2149
+ "loss": 1.0461398363113403,
2150
+ "step": 600
2151
+ },
2152
+ {
2153
+ "epoch": 0.2588996763754045,
2154
+ "eval_loss": 1.021111011505127,
2155
+ "eval_runtime": 648.1611,
2156
+ "eval_samples_per_second": 3.178,
2157
+ "eval_steps_per_second": 3.178,
2158
+ "step": 600
2159
+ },
2160
+ {
2161
+ "epoch": 0.25976267529665586,
2162
+ "grad_norm": 0.5660730600357056,
2163
+ "learning_rate": 0.00010799640610961366,
2164
+ "loss": 0.9582418203353882,
2165
+ "step": 602
2166
+ },
2167
+ {
2168
+ "epoch": 0.2606256742179072,
2169
+ "grad_norm": 0.6726544499397278,
2170
+ "learning_rate": 0.00010835579514824799,
2171
+ "loss": 1.0763746500015259,
2172
+ "step": 604
2173
+ },
2174
+ {
2175
+ "epoch": 0.2614886731391586,
2176
+ "grad_norm": 0.6068508625030518,
2177
+ "learning_rate": 0.00010871518418688232,
2178
+ "loss": 1.0432032346725464,
2179
+ "step": 606
2180
+ },
2181
+ {
2182
+ "epoch": 0.26235167206040994,
2183
+ "grad_norm": 0.5731637477874756,
2184
+ "learning_rate": 0.00010907457322551662,
2185
+ "loss": 0.9830516576766968,
2186
+ "step": 608
2187
+ },
2188
+ {
2189
+ "epoch": 0.2632146709816613,
2190
+ "grad_norm": 0.6777567267417908,
2191
+ "learning_rate": 0.00010943396226415095,
2192
+ "loss": 1.0442042350769043,
2193
+ "step": 610
2194
+ },
2195
+ {
2196
+ "epoch": 0.26407766990291265,
2197
+ "grad_norm": 0.6372506618499756,
2198
+ "learning_rate": 0.00010979335130278528,
2199
+ "loss": 1.0001944303512573,
2200
+ "step": 612
2201
+ },
2202
+ {
2203
+ "epoch": 0.26494066882416395,
2204
+ "grad_norm": 0.6606221795082092,
2205
+ "learning_rate": 0.0001101527403414196,
2206
+ "loss": 1.035884141921997,
2207
+ "step": 614
2208
+ },
2209
+ {
2210
+ "epoch": 0.2658036677454153,
2211
+ "grad_norm": 0.6083229780197144,
2212
+ "learning_rate": 0.00011051212938005391,
2213
+ "loss": 0.9403397440910339,
2214
+ "step": 616
2215
+ },
2216
+ {
2217
+ "epoch": 0.26666666666666666,
2218
+ "grad_norm": 0.6318517923355103,
2219
+ "learning_rate": 0.00011087151841868823,
2220
+ "loss": 0.9274454116821289,
2221
+ "step": 618
2222
+ },
2223
+ {
2224
+ "epoch": 0.267529665587918,
2225
+ "grad_norm": 0.628190279006958,
2226
+ "learning_rate": 0.00011123090745732256,
2227
+ "loss": 0.9883754253387451,
2228
+ "step": 620
2229
+ },
2230
+ {
2231
+ "epoch": 0.2683926645091694,
2232
+ "grad_norm": 0.5961961150169373,
2233
+ "learning_rate": 0.00011159029649595688,
2234
+ "loss": 1.0317535400390625,
2235
+ "step": 622
2236
+ },
2237
+ {
2238
+ "epoch": 0.26925566343042073,
2239
+ "grad_norm": 0.5995341539382935,
2240
+ "learning_rate": 0.00011194968553459119,
2241
+ "loss": 0.9776126742362976,
2242
+ "step": 624
2243
+ },
2244
+ {
2245
+ "epoch": 0.27011866235167203,
2246
+ "grad_norm": 0.6639334559440613,
2247
+ "learning_rate": 0.00011230907457322552,
2248
+ "loss": 1.0112378597259521,
2249
+ "step": 626
2250
+ },
2251
+ {
2252
+ "epoch": 0.2709816612729234,
2253
+ "grad_norm": 0.6348621249198914,
2254
+ "learning_rate": 0.00011266846361185985,
2255
+ "loss": 1.0553804636001587,
2256
+ "step": 628
2257
+ },
2258
+ {
2259
+ "epoch": 0.27184466019417475,
2260
+ "grad_norm": 0.5929805040359497,
2261
+ "learning_rate": 0.00011302785265049416,
2262
+ "loss": 1.025888442993164,
2263
+ "step": 630
2264
+ },
2265
+ {
2266
+ "epoch": 0.2727076591154261,
2267
+ "grad_norm": 0.6052366495132446,
2268
+ "learning_rate": 0.00011338724168912849,
2269
+ "loss": 1.02956223487854,
2270
+ "step": 632
2271
+ },
2272
+ {
2273
+ "epoch": 0.27357065803667746,
2274
+ "grad_norm": 0.6494882106781006,
2275
+ "learning_rate": 0.00011374663072776282,
2276
+ "loss": 0.989752471446991,
2277
+ "step": 634
2278
+ },
2279
+ {
2280
+ "epoch": 0.2744336569579288,
2281
+ "grad_norm": 0.6005767583847046,
2282
+ "learning_rate": 0.00011410601976639712,
2283
+ "loss": 1.0030683279037476,
2284
+ "step": 636
2285
+ },
2286
+ {
2287
+ "epoch": 0.2752966558791802,
2288
+ "grad_norm": 0.6478356122970581,
2289
+ "learning_rate": 0.00011446540880503145,
2290
+ "loss": 1.002000093460083,
2291
+ "step": 638
2292
+ },
2293
+ {
2294
+ "epoch": 0.2761596548004315,
2295
+ "grad_norm": 0.5804725289344788,
2296
+ "learning_rate": 0.00011482479784366578,
2297
+ "loss": 0.9807654023170471,
2298
+ "step": 640
2299
+ },
2300
+ {
2301
+ "epoch": 0.27702265372168283,
2302
+ "grad_norm": 0.632530689239502,
2303
+ "learning_rate": 0.00011518418688230011,
2304
+ "loss": 0.9841892123222351,
2305
+ "step": 642
2306
+ },
2307
+ {
2308
+ "epoch": 0.2778856526429342,
2309
+ "grad_norm": 0.5340113639831543,
2310
+ "learning_rate": 0.00011554357592093441,
2311
+ "loss": 0.8902478814125061,
2312
+ "step": 644
2313
+ },
2314
+ {
2315
+ "epoch": 0.27874865156418555,
2316
+ "grad_norm": 0.5901665091514587,
2317
+ "learning_rate": 0.00011590296495956874,
2318
+ "loss": 0.9019404649734497,
2319
+ "step": 646
2320
+ },
2321
+ {
2322
+ "epoch": 0.2796116504854369,
2323
+ "grad_norm": 0.666589617729187,
2324
+ "learning_rate": 0.00011626235399820307,
2325
+ "loss": 0.9384423494338989,
2326
+ "step": 648
2327
+ },
2328
+ {
2329
+ "epoch": 0.28047464940668826,
2330
+ "grad_norm": 0.7000334858894348,
2331
+ "learning_rate": 0.00011662174303683737,
2332
+ "loss": 1.0666629076004028,
2333
+ "step": 650
2334
+ },
2335
+ {
2336
+ "epoch": 0.2813376483279396,
2337
+ "grad_norm": 0.663663923740387,
2338
+ "learning_rate": 0.0001169811320754717,
2339
+ "loss": 1.000019907951355,
2340
+ "step": 652
2341
+ },
2342
+ {
2343
+ "epoch": 0.2822006472491909,
2344
+ "grad_norm": 0.6097694039344788,
2345
+ "learning_rate": 0.00011734052111410603,
2346
+ "loss": 0.9450293183326721,
2347
+ "step": 654
2348
+ },
2349
+ {
2350
+ "epoch": 0.2830636461704423,
2351
+ "grad_norm": 0.6130967140197754,
2352
+ "learning_rate": 0.00011769991015274035,
2353
+ "loss": 0.9480894207954407,
2354
+ "step": 656
2355
+ },
2356
+ {
2357
+ "epoch": 0.28392664509169363,
2358
+ "grad_norm": 0.7091249227523804,
2359
+ "learning_rate": 0.00011805929919137467,
2360
+ "loss": 1.1377143859863281,
2361
+ "step": 658
2362
+ },
2363
+ {
2364
+ "epoch": 0.284789644012945,
2365
+ "grad_norm": 0.6556766629219055,
2366
+ "learning_rate": 0.00011841868823000898,
2367
+ "loss": 0.9421243667602539,
2368
+ "step": 660
2369
+ },
2370
+ {
2371
+ "epoch": 0.28565264293419634,
2372
+ "grad_norm": 0.6682968735694885,
2373
+ "learning_rate": 0.00011877807726864331,
2374
+ "loss": 0.9726828336715698,
2375
+ "step": 662
2376
+ },
2377
+ {
2378
+ "epoch": 0.2865156418554477,
2379
+ "grad_norm": 0.5224708914756775,
2380
+ "learning_rate": 0.00011913746630727762,
2381
+ "loss": 0.8996511697769165,
2382
+ "step": 664
2383
+ },
2384
+ {
2385
+ "epoch": 0.287378640776699,
2386
+ "grad_norm": 0.5914195775985718,
2387
+ "learning_rate": 0.00011949685534591195,
2388
+ "loss": 0.9679517149925232,
2389
+ "step": 666
2390
+ },
2391
+ {
2392
+ "epoch": 0.28824163969795036,
2393
+ "grad_norm": 0.6175519824028015,
2394
+ "learning_rate": 0.00011985624438454628,
2395
+ "loss": 0.8743209838867188,
2396
+ "step": 668
2397
+ },
2398
+ {
2399
+ "epoch": 0.2891046386192017,
2400
+ "grad_norm": 0.6019226312637329,
2401
+ "learning_rate": 0.0001202156334231806,
2402
+ "loss": 0.9741992354393005,
2403
+ "step": 670
2404
+ },
2405
+ {
2406
+ "epoch": 0.28996763754045307,
2407
+ "grad_norm": 0.6080542206764221,
2408
+ "learning_rate": 0.00012057502246181491,
2409
+ "loss": 0.9516472816467285,
2410
+ "step": 672
2411
+ },
2412
+ {
2413
+ "epoch": 0.29083063646170443,
2414
+ "grad_norm": 0.5885615944862366,
2415
+ "learning_rate": 0.00012093441150044924,
2416
+ "loss": 1.122761607170105,
2417
+ "step": 674
2418
+ },
2419
+ {
2420
+ "epoch": 0.2916936353829558,
2421
+ "grad_norm": 0.6635209918022156,
2422
+ "learning_rate": 0.00012129380053908357,
2423
+ "loss": 1.0105189085006714,
2424
+ "step": 676
2425
+ },
2426
+ {
2427
+ "epoch": 0.29255663430420714,
2428
+ "grad_norm": 0.5805009007453918,
2429
+ "learning_rate": 0.0001216531895777179,
2430
+ "loss": 0.906292200088501,
2431
+ "step": 678
2432
+ },
2433
+ {
2434
+ "epoch": 0.29341963322545844,
2435
+ "grad_norm": 0.5980029702186584,
2436
+ "learning_rate": 0.0001220125786163522,
2437
+ "loss": 1.009568691253662,
2438
+ "step": 680
2439
+ },
2440
+ {
2441
+ "epoch": 0.2942826321467098,
2442
+ "grad_norm": 0.6797705292701721,
2443
+ "learning_rate": 0.00012237196765498652,
2444
+ "loss": 1.0373667478561401,
2445
+ "step": 682
2446
+ },
2447
+ {
2448
+ "epoch": 0.29514563106796116,
2449
+ "grad_norm": 0.6280547976493835,
2450
+ "learning_rate": 0.00012273135669362085,
2451
+ "loss": 0.9758188724517822,
2452
+ "step": 684
2453
+ },
2454
+ {
2455
+ "epoch": 0.2960086299892125,
2456
+ "grad_norm": 0.511608898639679,
2457
+ "learning_rate": 0.00012309074573225515,
2458
+ "loss": 0.9111692905426025,
2459
+ "step": 686
2460
+ },
2461
+ {
2462
+ "epoch": 0.29687162891046387,
2463
+ "grad_norm": 0.5781835317611694,
2464
+ "learning_rate": 0.00012345013477088948,
2465
+ "loss": 0.8865921497344971,
2466
+ "step": 688
2467
+ },
2468
+ {
2469
+ "epoch": 0.2977346278317152,
2470
+ "grad_norm": 0.6514166593551636,
2471
+ "learning_rate": 0.0001238095238095238,
2472
+ "loss": 0.9768189191818237,
2473
+ "step": 690
2474
+ },
2475
+ {
2476
+ "epoch": 0.2985976267529666,
2477
+ "grad_norm": 0.6109189987182617,
2478
+ "learning_rate": 0.00012416891284815814,
2479
+ "loss": 0.9991607069969177,
2480
+ "step": 692
2481
+ },
2482
+ {
2483
+ "epoch": 0.2994606256742179,
2484
+ "grad_norm": 0.6598902344703674,
2485
+ "learning_rate": 0.00012452830188679244,
2486
+ "loss": 0.9548360705375671,
2487
+ "step": 694
2488
+ },
2489
+ {
2490
+ "epoch": 0.30032362459546924,
2491
+ "grad_norm": 0.5633156895637512,
2492
+ "learning_rate": 0.00012488769092542677,
2493
+ "loss": 0.992988109588623,
2494
+ "step": 696
2495
+ },
2496
+ {
2497
+ "epoch": 0.3011866235167206,
2498
+ "grad_norm": 0.6098802089691162,
2499
+ "learning_rate": 0.0001252470799640611,
2500
+ "loss": 0.9709890484809875,
2501
+ "step": 698
2502
+ },
2503
+ {
2504
+ "epoch": 0.30204962243797195,
2505
+ "grad_norm": 0.6197102665901184,
2506
+ "learning_rate": 0.0001256064690026954,
2507
+ "loss": 1.018282175064087,
2508
+ "step": 700
2509
+ },
2510
+ {
2511
+ "epoch": 0.30204962243797195,
2512
+ "eval_loss": 1.0030721426010132,
2513
+ "eval_runtime": 655.4533,
2514
+ "eval_samples_per_second": 3.143,
2515
+ "eval_steps_per_second": 3.143,
2516
+ "step": 700
2517
+ },
2518
+ {
2519
+ "epoch": 0.3029126213592233,
2520
+ "grad_norm": 0.5817480683326721,
2521
+ "learning_rate": 0.00012596585804132974,
2522
+ "loss": 0.9147283434867859,
2523
+ "step": 702
2524
+ },
2525
+ {
2526
+ "epoch": 0.30377562028047467,
2527
+ "grad_norm": 0.5976696014404297,
2528
+ "learning_rate": 0.00012632524707996407,
2529
+ "loss": 0.9318362474441528,
2530
+ "step": 704
2531
+ },
2532
+ {
2533
+ "epoch": 0.304638619201726,
2534
+ "grad_norm": 0.6389723420143127,
2535
+ "learning_rate": 0.0001266846361185984,
2536
+ "loss": 0.9500927925109863,
2537
+ "step": 706
2538
+ },
2539
+ {
2540
+ "epoch": 0.3055016181229773,
2541
+ "grad_norm": 0.6485719084739685,
2542
+ "learning_rate": 0.0001270440251572327,
2543
+ "loss": 1.0271424055099487,
2544
+ "step": 708
2545
+ },
2546
+ {
2547
+ "epoch": 0.3063646170442287,
2548
+ "grad_norm": 0.5802455544471741,
2549
+ "learning_rate": 0.00012740341419586703,
2550
+ "loss": 0.9781906008720398,
2551
+ "step": 710
2552
+ },
2553
+ {
2554
+ "epoch": 0.30722761596548004,
2555
+ "grad_norm": 0.6359356641769409,
2556
+ "learning_rate": 0.00012776280323450136,
2557
+ "loss": 1.0195324420928955,
2558
+ "step": 712
2559
+ },
2560
+ {
2561
+ "epoch": 0.3080906148867314,
2562
+ "grad_norm": 0.5975426435470581,
2563
+ "learning_rate": 0.00012812219227313566,
2564
+ "loss": 0.9250738024711609,
2565
+ "step": 714
2566
+ },
2567
+ {
2568
+ "epoch": 0.30895361380798275,
2569
+ "grad_norm": 0.643110454082489,
2570
+ "learning_rate": 0.00012848158131177,
2571
+ "loss": 0.9888015985488892,
2572
+ "step": 716
2573
+ },
2574
+ {
2575
+ "epoch": 0.3098166127292341,
2576
+ "grad_norm": 0.6043205261230469,
2577
+ "learning_rate": 0.00012884097035040432,
2578
+ "loss": 0.9709514379501343,
2579
+ "step": 718
2580
+ },
2581
+ {
2582
+ "epoch": 0.3106796116504854,
2583
+ "grad_norm": 0.5687094926834106,
2584
+ "learning_rate": 0.00012920035938903865,
2585
+ "loss": 1.0272964239120483,
2586
+ "step": 720
2587
+ },
2588
+ {
2589
+ "epoch": 0.31154261057173677,
2590
+ "grad_norm": 0.5688400864601135,
2591
+ "learning_rate": 0.00012955974842767296,
2592
+ "loss": 0.9370370507240295,
2593
+ "step": 722
2594
+ },
2595
+ {
2596
+ "epoch": 0.3124056094929881,
2597
+ "grad_norm": 0.5610610246658325,
2598
+ "learning_rate": 0.00012991913746630729,
2599
+ "loss": 0.9535608291625977,
2600
+ "step": 724
2601
+ },
2602
+ {
2603
+ "epoch": 0.3132686084142395,
2604
+ "grad_norm": 0.6338257193565369,
2605
+ "learning_rate": 0.00013027852650494162,
2606
+ "loss": 1.0188907384872437,
2607
+ "step": 726
2608
+ },
2609
+ {
2610
+ "epoch": 0.31413160733549084,
2611
+ "grad_norm": 0.5365633368492126,
2612
+ "learning_rate": 0.00013063791554357592,
2613
+ "loss": 0.9253716468811035,
2614
+ "step": 728
2615
+ },
2616
+ {
2617
+ "epoch": 0.3149946062567422,
2618
+ "grad_norm": 0.5599163174629211,
2619
+ "learning_rate": 0.00013099730458221025,
2620
+ "loss": 0.8941492438316345,
2621
+ "step": 730
2622
+ },
2623
+ {
2624
+ "epoch": 0.31585760517799355,
2625
+ "grad_norm": 0.6059780716896057,
2626
+ "learning_rate": 0.00013135669362084458,
2627
+ "loss": 0.9831459522247314,
2628
+ "step": 732
2629
+ },
2630
+ {
2631
+ "epoch": 0.31672060409924485,
2632
+ "grad_norm": 0.5596494078636169,
2633
+ "learning_rate": 0.0001317160826594789,
2634
+ "loss": 0.9332310557365417,
2635
+ "step": 734
2636
+ },
2637
+ {
2638
+ "epoch": 0.3175836030204962,
2639
+ "grad_norm": 0.5618010759353638,
2640
+ "learning_rate": 0.0001320754716981132,
2641
+ "loss": 0.9082580208778381,
2642
+ "step": 736
2643
+ },
2644
+ {
2645
+ "epoch": 0.31844660194174756,
2646
+ "grad_norm": 0.6412109732627869,
2647
+ "learning_rate": 0.00013243486073674754,
2648
+ "loss": 1.008690357208252,
2649
+ "step": 738
2650
+ },
2651
+ {
2652
+ "epoch": 0.3193096008629989,
2653
+ "grad_norm": 0.5742355585098267,
2654
+ "learning_rate": 0.00013279424977538187,
2655
+ "loss": 0.9597798585891724,
2656
+ "step": 740
2657
+ },
2658
+ {
2659
+ "epoch": 0.3201725997842503,
2660
+ "grad_norm": 0.6470226645469666,
2661
+ "learning_rate": 0.00013315363881401617,
2662
+ "loss": 0.989331841468811,
2663
+ "step": 742
2664
+ },
2665
+ {
2666
+ "epoch": 0.32103559870550163,
2667
+ "grad_norm": 0.5598039031028748,
2668
+ "learning_rate": 0.0001335130278526505,
2669
+ "loss": 0.8677343130111694,
2670
+ "step": 744
2671
+ },
2672
+ {
2673
+ "epoch": 0.321898597626753,
2674
+ "grad_norm": 0.5441372990608215,
2675
+ "learning_rate": 0.00013387241689128483,
2676
+ "loss": 0.9462730288505554,
2677
+ "step": 746
2678
+ },
2679
+ {
2680
+ "epoch": 0.3227615965480043,
2681
+ "grad_norm": 0.5858626365661621,
2682
+ "learning_rate": 0.00013423180592991916,
2683
+ "loss": 0.994694173336029,
2684
+ "step": 748
2685
+ },
2686
+ {
2687
+ "epoch": 0.32362459546925565,
2688
+ "grad_norm": 0.511372447013855,
2689
+ "learning_rate": 0.00013459119496855347,
2690
+ "loss": 0.9387269616127014,
2691
+ "step": 750
2692
+ },
2693
+ {
2694
+ "epoch": 0.324487594390507,
2695
+ "grad_norm": 0.47798457741737366,
2696
+ "learning_rate": 0.0001349505840071878,
2697
+ "loss": 0.9473881721496582,
2698
+ "step": 752
2699
+ },
2700
+ {
2701
+ "epoch": 0.32535059331175836,
2702
+ "grad_norm": 0.5907022953033447,
2703
+ "learning_rate": 0.0001353099730458221,
2704
+ "loss": 0.9375183582305908,
2705
+ "step": 754
2706
+ },
2707
+ {
2708
+ "epoch": 0.3262135922330097,
2709
+ "grad_norm": 0.618733286857605,
2710
+ "learning_rate": 0.00013566936208445643,
2711
+ "loss": 1.028738260269165,
2712
+ "step": 756
2713
+ },
2714
+ {
2715
+ "epoch": 0.3270765911542611,
2716
+ "grad_norm": 0.5234512090682983,
2717
+ "learning_rate": 0.00013602875112309076,
2718
+ "loss": 0.9420192241668701,
2719
+ "step": 758
2720
+ },
2721
+ {
2722
+ "epoch": 0.32793959007551243,
2723
+ "grad_norm": 0.7036319971084595,
2724
+ "learning_rate": 0.00013638814016172506,
2725
+ "loss": 1.0252270698547363,
2726
+ "step": 760
2727
+ },
2728
+ {
2729
+ "epoch": 0.32880258899676373,
2730
+ "grad_norm": 0.5543172359466553,
2731
+ "learning_rate": 0.0001367475292003594,
2732
+ "loss": 0.8453778028488159,
2733
+ "step": 762
2734
+ },
2735
+ {
2736
+ "epoch": 0.3296655879180151,
2737
+ "grad_norm": 0.5438711643218994,
2738
+ "learning_rate": 0.0001371069182389937,
2739
+ "loss": 0.8659937977790833,
2740
+ "step": 764
2741
+ },
2742
+ {
2743
+ "epoch": 0.33052858683926645,
2744
+ "grad_norm": 0.6390914916992188,
2745
+ "learning_rate": 0.00013746630727762803,
2746
+ "loss": 1.038142442703247,
2747
+ "step": 766
2748
+ },
2749
+ {
2750
+ "epoch": 0.3313915857605178,
2751
+ "grad_norm": 0.50070720911026,
2752
+ "learning_rate": 0.00013782569631626236,
2753
+ "loss": 0.899932861328125,
2754
+ "step": 768
2755
+ },
2756
+ {
2757
+ "epoch": 0.33225458468176916,
2758
+ "grad_norm": 0.5982286334037781,
2759
+ "learning_rate": 0.00013818508535489669,
2760
+ "loss": 0.9712884426116943,
2761
+ "step": 770
2762
+ },
2763
+ {
2764
+ "epoch": 0.3331175836030205,
2765
+ "grad_norm": 0.6588822603225708,
2766
+ "learning_rate": 0.000138544474393531,
2767
+ "loss": 0.9427542686462402,
2768
+ "step": 772
2769
+ },
2770
+ {
2771
+ "epoch": 0.3339805825242718,
2772
+ "grad_norm": 0.6022042632102966,
2773
+ "learning_rate": 0.00013890386343216532,
2774
+ "loss": 0.8961561918258667,
2775
+ "step": 774
2776
+ },
2777
+ {
2778
+ "epoch": 0.3348435814455232,
2779
+ "grad_norm": 0.6595642566680908,
2780
+ "learning_rate": 0.00013926325247079965,
2781
+ "loss": 0.9525937438011169,
2782
+ "step": 776
2783
+ },
2784
+ {
2785
+ "epoch": 0.33570658036677453,
2786
+ "grad_norm": 0.5210421681404114,
2787
+ "learning_rate": 0.00013962264150943395,
2788
+ "loss": 0.9218845367431641,
2789
+ "step": 778
2790
+ },
2791
+ {
2792
+ "epoch": 0.3365695792880259,
2793
+ "grad_norm": 0.549669623374939,
2794
+ "learning_rate": 0.00013998203054806828,
2795
+ "loss": 0.877951443195343,
2796
+ "step": 780
2797
+ },
2798
+ {
2799
+ "epoch": 0.33743257820927725,
2800
+ "grad_norm": 0.5360157489776611,
2801
+ "learning_rate": 0.0001403414195867026,
2802
+ "loss": 0.8670064210891724,
2803
+ "step": 782
2804
+ },
2805
+ {
2806
+ "epoch": 0.3382955771305286,
2807
+ "grad_norm": 0.614734947681427,
2808
+ "learning_rate": 0.00014070080862533694,
2809
+ "loss": 0.9561367630958557,
2810
+ "step": 784
2811
+ },
2812
+ {
2813
+ "epoch": 0.33915857605177996,
2814
+ "grad_norm": 0.5798251628875732,
2815
+ "learning_rate": 0.00014106019766397124,
2816
+ "loss": 0.9132505059242249,
2817
+ "step": 786
2818
+ },
2819
+ {
2820
+ "epoch": 0.34002157497303126,
2821
+ "grad_norm": 0.6267077326774597,
2822
+ "learning_rate": 0.00014141958670260557,
2823
+ "loss": 0.9297707080841064,
2824
+ "step": 788
2825
+ },
2826
+ {
2827
+ "epoch": 0.3408845738942826,
2828
+ "grad_norm": 0.6045349836349487,
2829
+ "learning_rate": 0.0001417789757412399,
2830
+ "loss": 0.9382412433624268,
2831
+ "step": 790
2832
+ },
2833
+ {
2834
+ "epoch": 0.341747572815534,
2835
+ "grad_norm": 0.6125404834747314,
2836
+ "learning_rate": 0.0001421383647798742,
2837
+ "loss": 0.9078555107116699,
2838
+ "step": 792
2839
+ },
2840
+ {
2841
+ "epoch": 0.34261057173678533,
2842
+ "grad_norm": 0.5927051901817322,
2843
+ "learning_rate": 0.00014249775381850854,
2844
+ "loss": 0.899101197719574,
2845
+ "step": 794
2846
+ },
2847
+ {
2848
+ "epoch": 0.3434735706580367,
2849
+ "grad_norm": 0.6315743923187256,
2850
+ "learning_rate": 0.00014285714285714287,
2851
+ "loss": 1.028346300125122,
2852
+ "step": 796
2853
+ },
2854
+ {
2855
+ "epoch": 0.34433656957928804,
2856
+ "grad_norm": 0.549271285533905,
2857
+ "learning_rate": 0.0001432165318957772,
2858
+ "loss": 0.8988189697265625,
2859
+ "step": 798
2860
+ },
2861
+ {
2862
+ "epoch": 0.3451995685005394,
2863
+ "grad_norm": 0.6344245672225952,
2864
+ "learning_rate": 0.0001435759209344115,
2865
+ "loss": 1.0489003658294678,
2866
+ "step": 800
2867
+ },
2868
+ {
2869
+ "epoch": 0.3451995685005394,
2870
+ "eval_loss": 0.9864639639854431,
2871
+ "eval_runtime": 667.3516,
2872
+ "eval_samples_per_second": 3.087,
2873
+ "eval_steps_per_second": 3.087,
2874
+ "step": 800
2875
+ },
2876
+ {
2877
+ "epoch": 0.3460625674217907,
2878
+ "grad_norm": 0.5625309348106384,
2879
+ "learning_rate": 0.00014393530997304583,
2880
+ "loss": 0.8773928284645081,
2881
+ "step": 802
2882
+ },
2883
+ {
2884
+ "epoch": 0.34692556634304206,
2885
+ "grad_norm": 0.5931969285011292,
2886
+ "learning_rate": 0.00014429469901168016,
2887
+ "loss": 0.9116050004959106,
2888
+ "step": 804
2889
+ },
2890
+ {
2891
+ "epoch": 0.3477885652642934,
2892
+ "grad_norm": 0.5189821720123291,
2893
+ "learning_rate": 0.00014465408805031446,
2894
+ "loss": 0.9124425649642944,
2895
+ "step": 806
2896
+ },
2897
+ {
2898
+ "epoch": 0.34865156418554477,
2899
+ "grad_norm": 0.5392254590988159,
2900
+ "learning_rate": 0.0001450134770889488,
2901
+ "loss": 0.9517888426780701,
2902
+ "step": 808
2903
+ },
2904
+ {
2905
+ "epoch": 0.34951456310679613,
2906
+ "grad_norm": 0.5584444999694824,
2907
+ "learning_rate": 0.00014537286612758312,
2908
+ "loss": 0.9947572350502014,
2909
+ "step": 810
2910
+ },
2911
+ {
2912
+ "epoch": 0.3503775620280475,
2913
+ "grad_norm": 0.5188854932785034,
2914
+ "learning_rate": 0.00014573225516621745,
2915
+ "loss": 0.9314022660255432,
2916
+ "step": 812
2917
+ },
2918
+ {
2919
+ "epoch": 0.3512405609492988,
2920
+ "grad_norm": 0.5783659815788269,
2921
+ "learning_rate": 0.00014609164420485176,
2922
+ "loss": 0.9135628938674927,
2923
+ "step": 814
2924
+ },
2925
+ {
2926
+ "epoch": 0.35210355987055014,
2927
+ "grad_norm": 0.550959050655365,
2928
+ "learning_rate": 0.0001464510332434861,
2929
+ "loss": 0.9665075540542603,
2930
+ "step": 816
2931
+ },
2932
+ {
2933
+ "epoch": 0.3529665587918015,
2934
+ "grad_norm": 0.6013346314430237,
2935
+ "learning_rate": 0.00014681042228212042,
2936
+ "loss": 0.9836555123329163,
2937
+ "step": 818
2938
+ },
2939
+ {
2940
+ "epoch": 0.35382955771305286,
2941
+ "grad_norm": 0.49219194054603577,
2942
+ "learning_rate": 0.00014716981132075472,
2943
+ "loss": 0.8900108337402344,
2944
+ "step": 820
2945
+ },
2946
+ {
2947
+ "epoch": 0.3546925566343042,
2948
+ "grad_norm": 0.5517411828041077,
2949
+ "learning_rate": 0.00014752920035938905,
2950
+ "loss": 0.8769304156303406,
2951
+ "step": 822
2952
+ },
2953
+ {
2954
+ "epoch": 0.35555555555555557,
2955
+ "grad_norm": 0.6062695980072021,
2956
+ "learning_rate": 0.00014788858939802338,
2957
+ "loss": 0.9744759202003479,
2958
+ "step": 824
2959
+ },
2960
+ {
2961
+ "epoch": 0.3564185544768069,
2962
+ "grad_norm": 0.5132041573524475,
2963
+ "learning_rate": 0.0001482479784366577,
2964
+ "loss": 0.8875447511672974,
2965
+ "step": 826
2966
+ },
2967
+ {
2968
+ "epoch": 0.3572815533980582,
2969
+ "grad_norm": 0.551799476146698,
2970
+ "learning_rate": 0.000148607367475292,
2971
+ "loss": 0.962710440158844,
2972
+ "step": 828
2973
+ },
2974
+ {
2975
+ "epoch": 0.3581445523193096,
2976
+ "grad_norm": 0.6046625971794128,
2977
+ "learning_rate": 0.00014896675651392634,
2978
+ "loss": 0.8997528553009033,
2979
+ "step": 830
2980
+ },
2981
+ {
2982
+ "epoch": 0.35900755124056094,
2983
+ "grad_norm": 0.560025691986084,
2984
+ "learning_rate": 0.00014932614555256067,
2985
+ "loss": 0.9541417360305786,
2986
+ "step": 832
2987
+ },
2988
+ {
2989
+ "epoch": 0.3598705501618123,
2990
+ "grad_norm": 0.6441047787666321,
2991
+ "learning_rate": 0.00014968553459119498,
2992
+ "loss": 0.907791018486023,
2993
+ "step": 834
2994
+ },
2995
+ {
2996
+ "epoch": 0.36073354908306365,
2997
+ "grad_norm": 0.5636281967163086,
2998
+ "learning_rate": 0.0001500449236298293,
2999
+ "loss": 1.0295937061309814,
3000
+ "step": 836
3001
+ },
3002
+ {
3003
+ "epoch": 0.361596548004315,
3004
+ "grad_norm": 0.5528303384780884,
3005
+ "learning_rate": 0.0001504043126684636,
3006
+ "loss": 0.8875265717506409,
3007
+ "step": 838
3008
+ },
3009
+ {
3010
+ "epoch": 0.36245954692556637,
3011
+ "grad_norm": 0.5345163345336914,
3012
+ "learning_rate": 0.00015076370170709794,
3013
+ "loss": 0.9678915739059448,
3014
+ "step": 840
3015
+ },
3016
+ {
3017
+ "epoch": 0.36332254584681767,
3018
+ "grad_norm": 0.5551225543022156,
3019
+ "learning_rate": 0.00015112309074573224,
3020
+ "loss": 0.9235162734985352,
3021
+ "step": 842
3022
+ },
3023
+ {
3024
+ "epoch": 0.364185544768069,
3025
+ "grad_norm": 0.5131904482841492,
3026
+ "learning_rate": 0.00015148247978436657,
3027
+ "loss": 0.8624292016029358,
3028
+ "step": 844
3029
+ },
3030
+ {
3031
+ "epoch": 0.3650485436893204,
3032
+ "grad_norm": 0.6811004281044006,
3033
+ "learning_rate": 0.0001518418688230009,
3034
+ "loss": 1.0360193252563477,
3035
+ "step": 846
3036
+ },
3037
+ {
3038
+ "epoch": 0.36591154261057174,
3039
+ "grad_norm": 0.6409741640090942,
3040
+ "learning_rate": 0.00015220125786163523,
3041
+ "loss": 0.9254010915756226,
3042
+ "step": 848
3043
+ },
3044
+ {
3045
+ "epoch": 0.3667745415318231,
3046
+ "grad_norm": 0.5534068942070007,
3047
+ "learning_rate": 0.00015256064690026953,
3048
+ "loss": 0.8900630474090576,
3049
+ "step": 850
3050
+ },
3051
+ {
3052
+ "epoch": 0.36763754045307445,
3053
+ "grad_norm": 0.4999487102031708,
3054
+ "learning_rate": 0.00015292003593890386,
3055
+ "loss": 0.88521409034729,
3056
+ "step": 852
3057
+ },
3058
+ {
3059
+ "epoch": 0.3685005393743258,
3060
+ "grad_norm": 0.5805923938751221,
3061
+ "learning_rate": 0.0001532794249775382,
3062
+ "loss": 0.9563921093940735,
3063
+ "step": 854
3064
+ },
3065
+ {
3066
+ "epoch": 0.3693635382955771,
3067
+ "grad_norm": 0.5485470294952393,
3068
+ "learning_rate": 0.0001536388140161725,
3069
+ "loss": 0.8909372687339783,
3070
+ "step": 856
3071
+ },
3072
+ {
3073
+ "epoch": 0.37022653721682847,
3074
+ "grad_norm": 0.5317923426628113,
3075
+ "learning_rate": 0.00015399820305480683,
3076
+ "loss": 0.9145731925964355,
3077
+ "step": 858
3078
+ },
3079
+ {
3080
+ "epoch": 0.3710895361380798,
3081
+ "grad_norm": 0.6073495745658875,
3082
+ "learning_rate": 0.00015435759209344116,
3083
+ "loss": 1.01466965675354,
3084
+ "step": 860
3085
+ },
3086
+ {
3087
+ "epoch": 0.3719525350593312,
3088
+ "grad_norm": 0.566655158996582,
3089
+ "learning_rate": 0.0001547169811320755,
3090
+ "loss": 0.9941825270652771,
3091
+ "step": 862
3092
+ },
3093
+ {
3094
+ "epoch": 0.37281553398058254,
3095
+ "grad_norm": 0.5262459516525269,
3096
+ "learning_rate": 0.0001550763701707098,
3097
+ "loss": 1.0059782266616821,
3098
+ "step": 864
3099
+ },
3100
+ {
3101
+ "epoch": 0.3736785329018339,
3102
+ "grad_norm": 0.6264083981513977,
3103
+ "learning_rate": 0.00015543575920934412,
3104
+ "loss": 1.0332856178283691,
3105
+ "step": 866
3106
+ },
3107
+ {
3108
+ "epoch": 0.3745415318230852,
3109
+ "grad_norm": 0.6575480699539185,
3110
+ "learning_rate": 0.00015579514824797845,
3111
+ "loss": 1.022459626197815,
3112
+ "step": 868
3113
+ },
3114
+ {
3115
+ "epoch": 0.37540453074433655,
3116
+ "grad_norm": 0.6291940212249756,
3117
+ "learning_rate": 0.00015615453728661275,
3118
+ "loss": 0.9550372362136841,
3119
+ "step": 870
3120
+ },
3121
+ {
3122
+ "epoch": 0.3762675296655879,
3123
+ "grad_norm": 0.6710562109947205,
3124
+ "learning_rate": 0.00015651392632524708,
3125
+ "loss": 0.9861716628074646,
3126
+ "step": 872
3127
+ },
3128
+ {
3129
+ "epoch": 0.37713052858683926,
3130
+ "grad_norm": 0.5505748987197876,
3131
+ "learning_rate": 0.0001568733153638814,
3132
+ "loss": 0.9719111919403076,
3133
+ "step": 874
3134
+ },
3135
+ {
3136
+ "epoch": 0.3779935275080906,
3137
+ "grad_norm": 0.5055180788040161,
3138
+ "learning_rate": 0.00015723270440251574,
3139
+ "loss": 0.8698170185089111,
3140
+ "step": 876
3141
+ },
3142
+ {
3143
+ "epoch": 0.378856526429342,
3144
+ "grad_norm": 0.5935947895050049,
3145
+ "learning_rate": 0.00015759209344115005,
3146
+ "loss": 1.029494285583496,
3147
+ "step": 878
3148
+ },
3149
+ {
3150
+ "epoch": 0.37971952535059333,
3151
+ "grad_norm": 0.538325846195221,
3152
+ "learning_rate": 0.00015795148247978438,
3153
+ "loss": 0.923010528087616,
3154
+ "step": 880
3155
+ },
3156
+ {
3157
+ "epoch": 0.38058252427184464,
3158
+ "grad_norm": 0.587297797203064,
3159
+ "learning_rate": 0.0001583108715184187,
3160
+ "loss": 0.9394056797027588,
3161
+ "step": 882
3162
+ },
3163
+ {
3164
+ "epoch": 0.381445523193096,
3165
+ "grad_norm": 0.5910462737083435,
3166
+ "learning_rate": 0.000158670260557053,
3167
+ "loss": 0.9472483992576599,
3168
+ "step": 884
3169
+ },
3170
+ {
3171
+ "epoch": 0.38230852211434735,
3172
+ "grad_norm": 0.629048764705658,
3173
+ "learning_rate": 0.00015902964959568734,
3174
+ "loss": 0.9028263688087463,
3175
+ "step": 886
3176
+ },
3177
+ {
3178
+ "epoch": 0.3831715210355987,
3179
+ "grad_norm": 0.5028086304664612,
3180
+ "learning_rate": 0.00015938903863432167,
3181
+ "loss": 0.9579087495803833,
3182
+ "step": 888
3183
+ },
3184
+ {
3185
+ "epoch": 0.38403451995685006,
3186
+ "grad_norm": 0.5372384190559387,
3187
+ "learning_rate": 0.000159748427672956,
3188
+ "loss": 0.8318673372268677,
3189
+ "step": 890
3190
+ },
3191
+ {
3192
+ "epoch": 0.3848975188781014,
3193
+ "grad_norm": 0.6314184665679932,
3194
+ "learning_rate": 0.0001601078167115903,
3195
+ "loss": 0.9804943203926086,
3196
+ "step": 892
3197
+ },
3198
+ {
3199
+ "epoch": 0.3857605177993528,
3200
+ "grad_norm": 0.5545229911804199,
3201
+ "learning_rate": 0.00016046720575022463,
3202
+ "loss": 1.0078438520431519,
3203
+ "step": 894
3204
+ },
3205
+ {
3206
+ "epoch": 0.3866235167206041,
3207
+ "grad_norm": 0.4674014151096344,
3208
+ "learning_rate": 0.00016082659478885896,
3209
+ "loss": 0.9269036650657654,
3210
+ "step": 896
3211
+ },
3212
+ {
3213
+ "epoch": 0.38748651564185543,
3214
+ "grad_norm": 1.5887153148651123,
3215
+ "learning_rate": 0.00016118598382749326,
3216
+ "loss": 0.8927953243255615,
3217
+ "step": 898
3218
+ },
3219
+ {
3220
+ "epoch": 0.3883495145631068,
3221
+ "grad_norm": 0.5217035412788391,
3222
+ "learning_rate": 0.0001615453728661276,
3223
+ "loss": 0.908074140548706,
3224
+ "step": 900
3225
+ },
3226
+ {
3227
+ "epoch": 0.3883495145631068,
3228
+ "eval_loss": 0.9741895794868469,
3229
+ "eval_runtime": 667.2236,
3230
+ "eval_samples_per_second": 3.087,
3231
+ "eval_steps_per_second": 3.087,
3232
+ "step": 900
3233
+ },
3234
+ {
3235
+ "epoch": 0.38921251348435815,
3236
+ "grad_norm": 0.470498651266098,
3237
+ "learning_rate": 0.00016190476190476192,
3238
+ "loss": 0.9660369157791138,
3239
+ "step": 902
3240
+ },
3241
+ {
3242
+ "epoch": 0.3900755124056095,
3243
+ "grad_norm": 0.5111004114151001,
3244
+ "learning_rate": 0.00016226415094339625,
3245
+ "loss": 0.9236379265785217,
3246
+ "step": 904
3247
+ },
3248
+ {
3249
+ "epoch": 0.39093851132686086,
3250
+ "grad_norm": 0.5872815251350403,
3251
+ "learning_rate": 0.00016262353998203056,
3252
+ "loss": 1.0061595439910889,
3253
+ "step": 906
3254
+ },
3255
+ {
3256
+ "epoch": 0.3918015102481122,
3257
+ "grad_norm": 0.5150740742683411,
3258
+ "learning_rate": 0.0001629829290206649,
3259
+ "loss": 0.8347328901290894,
3260
+ "step": 908
3261
+ },
3262
+ {
3263
+ "epoch": 0.3926645091693635,
3264
+ "grad_norm": 0.46554985642433167,
3265
+ "learning_rate": 0.00016334231805929922,
3266
+ "loss": 0.9091183543205261,
3267
+ "step": 910
3268
+ },
3269
+ {
3270
+ "epoch": 0.3935275080906149,
3271
+ "grad_norm": 0.5292875170707703,
3272
+ "learning_rate": 0.00016370170709793352,
3273
+ "loss": 0.9299798011779785,
3274
+ "step": 912
3275
+ },
3276
+ {
3277
+ "epoch": 0.39439050701186623,
3278
+ "grad_norm": 0.5177125930786133,
3279
+ "learning_rate": 0.00016406109613656785,
3280
+ "loss": 0.942286491394043,
3281
+ "step": 914
3282
+ },
3283
+ {
3284
+ "epoch": 0.3952535059331176,
3285
+ "grad_norm": 0.5564161539077759,
3286
+ "learning_rate": 0.00016442048517520215,
3287
+ "loss": 0.825290858745575,
3288
+ "step": 916
3289
+ },
3290
+ {
3291
+ "epoch": 0.39611650485436894,
3292
+ "grad_norm": 0.5572530031204224,
3293
+ "learning_rate": 0.00016477987421383648,
3294
+ "loss": 0.876898467540741,
3295
+ "step": 918
3296
+ },
3297
+ {
3298
+ "epoch": 0.3969795037756203,
3299
+ "grad_norm": 0.7294673323631287,
3300
+ "learning_rate": 0.0001651392632524708,
3301
+ "loss": 0.8949798941612244,
3302
+ "step": 920
3303
+ },
3304
+ {
3305
+ "epoch": 0.3978425026968716,
3306
+ "grad_norm": 0.5234251022338867,
3307
+ "learning_rate": 0.00016549865229110512,
3308
+ "loss": 0.8457819223403931,
3309
+ "step": 922
3310
+ },
3311
+ {
3312
+ "epoch": 0.39870550161812296,
3313
+ "grad_norm": 0.5273709893226624,
3314
+ "learning_rate": 0.00016585804132973945,
3315
+ "loss": 0.9080174565315247,
3316
+ "step": 924
3317
+ },
3318
+ {
3319
+ "epoch": 0.3995685005393743,
3320
+ "grad_norm": 0.5795063376426697,
3321
+ "learning_rate": 0.00016621743036837378,
3322
+ "loss": 1.0304023027420044,
3323
+ "step": 926
3324
+ },
3325
+ {
3326
+ "epoch": 0.4004314994606257,
3327
+ "grad_norm": 0.6153313517570496,
3328
+ "learning_rate": 0.00016657681940700808,
3329
+ "loss": 0.8900477886199951,
3330
+ "step": 928
3331
+ },
3332
+ {
3333
+ "epoch": 0.40129449838187703,
3334
+ "grad_norm": 0.6293173432350159,
3335
+ "learning_rate": 0.0001669362084456424,
3336
+ "loss": 1.0130009651184082,
3337
+ "step": 930
3338
+ },
3339
+ {
3340
+ "epoch": 0.4021574973031284,
3341
+ "grad_norm": 0.5455223321914673,
3342
+ "learning_rate": 0.00016729559748427674,
3343
+ "loss": 0.9339282512664795,
3344
+ "step": 932
3345
+ },
3346
+ {
3347
+ "epoch": 0.40302049622437974,
3348
+ "grad_norm": 0.5349094271659851,
3349
+ "learning_rate": 0.00016765498652291104,
3350
+ "loss": 0.9628980755805969,
3351
+ "step": 934
3352
+ },
3353
+ {
3354
+ "epoch": 0.40388349514563104,
3355
+ "grad_norm": 0.491227924823761,
3356
+ "learning_rate": 0.00016801437556154537,
3357
+ "loss": 0.8922860026359558,
3358
+ "step": 936
3359
+ },
3360
+ {
3361
+ "epoch": 0.4047464940668824,
3362
+ "grad_norm": 0.6331246495246887,
3363
+ "learning_rate": 0.0001683737646001797,
3364
+ "loss": 1.0470497608184814,
3365
+ "step": 938
3366
+ },
3367
+ {
3368
+ "epoch": 0.40560949298813376,
3369
+ "grad_norm": 0.6079246401786804,
3370
+ "learning_rate": 0.00016873315363881403,
3371
+ "loss": 0.8868283629417419,
3372
+ "step": 940
3373
+ },
3374
+ {
3375
+ "epoch": 0.4064724919093851,
3376
+ "grad_norm": 0.5326972603797913,
3377
+ "learning_rate": 0.00016909254267744833,
3378
+ "loss": 0.9938711524009705,
3379
+ "step": 942
3380
+ },
3381
+ {
3382
+ "epoch": 0.40733549083063647,
3383
+ "grad_norm": 0.47754305601119995,
3384
+ "learning_rate": 0.00016945193171608266,
3385
+ "loss": 0.8280484676361084,
3386
+ "step": 944
3387
+ },
3388
+ {
3389
+ "epoch": 0.4081984897518878,
3390
+ "grad_norm": 0.6683310270309448,
3391
+ "learning_rate": 0.000169811320754717,
3392
+ "loss": 1.089701533317566,
3393
+ "step": 946
3394
+ },
3395
+ {
3396
+ "epoch": 0.4090614886731392,
3397
+ "grad_norm": 0.42798754572868347,
3398
+ "learning_rate": 0.0001701707097933513,
3399
+ "loss": 0.8535542488098145,
3400
+ "step": 948
3401
+ },
3402
+ {
3403
+ "epoch": 0.4099244875943905,
3404
+ "grad_norm": 0.5999574065208435,
3405
+ "learning_rate": 0.00017053009883198563,
3406
+ "loss": 0.9039298295974731,
3407
+ "step": 950
3408
+ },
3409
+ {
3410
+ "epoch": 0.41078748651564184,
3411
+ "grad_norm": 0.5752781629562378,
3412
+ "learning_rate": 0.00017088948787061996,
3413
+ "loss": 0.8786448240280151,
3414
+ "step": 952
3415
+ },
3416
+ {
3417
+ "epoch": 0.4116504854368932,
3418
+ "grad_norm": 0.5121532678604126,
3419
+ "learning_rate": 0.0001712488769092543,
3420
+ "loss": 0.9206072688102722,
3421
+ "step": 954
3422
+ },
3423
+ {
3424
+ "epoch": 0.41251348435814456,
3425
+ "grad_norm": 0.611078143119812,
3426
+ "learning_rate": 0.0001716082659478886,
3427
+ "loss": 0.9246986508369446,
3428
+ "step": 956
3429
+ },
3430
+ {
3431
+ "epoch": 0.4133764832793959,
3432
+ "grad_norm": 0.5101020336151123,
3433
+ "learning_rate": 0.00017196765498652292,
3434
+ "loss": 0.9221894145011902,
3435
+ "step": 958
3436
+ },
3437
+ {
3438
+ "epoch": 0.41423948220064727,
3439
+ "grad_norm": 0.5681450963020325,
3440
+ "learning_rate": 0.00017232704402515725,
3441
+ "loss": 0.9072799682617188,
3442
+ "step": 960
3443
+ },
3444
+ {
3445
+ "epoch": 0.41510248112189857,
3446
+ "grad_norm": 0.47865498065948486,
3447
+ "learning_rate": 0.00017268643306379155,
3448
+ "loss": 0.9460896849632263,
3449
+ "step": 962
3450
+ },
3451
+ {
3452
+ "epoch": 0.4159654800431499,
3453
+ "grad_norm": 0.49861401319503784,
3454
+ "learning_rate": 0.00017304582210242588,
3455
+ "loss": 0.9121519923210144,
3456
+ "step": 964
3457
+ },
3458
+ {
3459
+ "epoch": 0.4168284789644013,
3460
+ "grad_norm": 0.43025892972946167,
3461
+ "learning_rate": 0.0001734052111410602,
3462
+ "loss": 0.8826848864555359,
3463
+ "step": 966
3464
+ },
3465
+ {
3466
+ "epoch": 0.41769147788565264,
3467
+ "grad_norm": 0.4600491225719452,
3468
+ "learning_rate": 0.00017376460017969454,
3469
+ "loss": 0.8756251335144043,
3470
+ "step": 968
3471
+ },
3472
+ {
3473
+ "epoch": 0.418554476806904,
3474
+ "grad_norm": 0.5297656059265137,
3475
+ "learning_rate": 0.00017412398921832885,
3476
+ "loss": 0.9171333312988281,
3477
+ "step": 970
3478
+ },
3479
+ {
3480
+ "epoch": 0.41941747572815535,
3481
+ "grad_norm": 0.4906919002532959,
3482
+ "learning_rate": 0.00017448337825696318,
3483
+ "loss": 0.8887524008750916,
3484
+ "step": 972
3485
+ },
3486
+ {
3487
+ "epoch": 0.4202804746494067,
3488
+ "grad_norm": 0.49263402819633484,
3489
+ "learning_rate": 0.0001748427672955975,
3490
+ "loss": 0.8345810174942017,
3491
+ "step": 974
3492
+ },
3493
+ {
3494
+ "epoch": 0.421143473570658,
3495
+ "grad_norm": 0.5706565380096436,
3496
+ "learning_rate": 0.0001752021563342318,
3497
+ "loss": 0.968651294708252,
3498
+ "step": 976
3499
+ },
3500
+ {
3501
+ "epoch": 0.42200647249190937,
3502
+ "grad_norm": 0.5269908308982849,
3503
+ "learning_rate": 0.00017556154537286614,
3504
+ "loss": 0.9729376435279846,
3505
+ "step": 978
3506
+ },
3507
+ {
3508
+ "epoch": 0.4228694714131607,
3509
+ "grad_norm": 0.47058001160621643,
3510
+ "learning_rate": 0.00017592093441150047,
3511
+ "loss": 0.963884711265564,
3512
+ "step": 980
3513
+ },
3514
+ {
3515
+ "epoch": 0.4237324703344121,
3516
+ "grad_norm": 0.5322962999343872,
3517
+ "learning_rate": 0.0001762803234501348,
3518
+ "loss": 0.8952447175979614,
3519
+ "step": 982
3520
+ },
3521
+ {
3522
+ "epoch": 0.42459546925566344,
3523
+ "grad_norm": 0.5750975012779236,
3524
+ "learning_rate": 0.0001766397124887691,
3525
+ "loss": 0.8932783603668213,
3526
+ "step": 984
3527
+ },
3528
+ {
3529
+ "epoch": 0.4254584681769148,
3530
+ "grad_norm": 0.5539655685424805,
3531
+ "learning_rate": 0.00017699910152740343,
3532
+ "loss": 0.916595458984375,
3533
+ "step": 986
3534
+ },
3535
+ {
3536
+ "epoch": 0.42632146709816615,
3537
+ "grad_norm": 0.568000853061676,
3538
+ "learning_rate": 0.00017735849056603776,
3539
+ "loss": 0.9669626355171204,
3540
+ "step": 988
3541
+ },
3542
+ {
3543
+ "epoch": 0.42718446601941745,
3544
+ "grad_norm": 0.6010684370994568,
3545
+ "learning_rate": 0.00017771787960467206,
3546
+ "loss": 1.0089105367660522,
3547
+ "step": 990
3548
+ },
3549
+ {
3550
+ "epoch": 0.4280474649406688,
3551
+ "grad_norm": 0.6083462238311768,
3552
+ "learning_rate": 0.0001780772686433064,
3553
+ "loss": 0.9810921549797058,
3554
+ "step": 992
3555
+ },
3556
+ {
3557
+ "epoch": 0.42891046386192017,
3558
+ "grad_norm": 0.5076655149459839,
3559
+ "learning_rate": 0.0001784366576819407,
3560
+ "loss": 0.9524372816085815,
3561
+ "step": 994
3562
+ },
3563
+ {
3564
+ "epoch": 0.4297734627831715,
3565
+ "grad_norm": 0.5260922312736511,
3566
+ "learning_rate": 0.00017879604672057503,
3567
+ "loss": 0.881294846534729,
3568
+ "step": 996
3569
+ },
3570
+ {
3571
+ "epoch": 0.4306364617044229,
3572
+ "grad_norm": 0.6130498051643372,
3573
+ "learning_rate": 0.00017915543575920936,
3574
+ "loss": 0.9138327836990356,
3575
+ "step": 998
3576
+ },
3577
+ {
3578
+ "epoch": 0.43149946062567424,
3579
+ "grad_norm": 0.5346242785453796,
3580
+ "learning_rate": 0.00017951482479784366,
3581
+ "loss": 0.8861367106437683,
3582
+ "step": 1000
3583
+ },
3584
+ {
3585
+ "epoch": 0.43149946062567424,
3586
+ "eval_loss": 0.9606748819351196,
3587
+ "eval_runtime": 655.4358,
3588
+ "eval_samples_per_second": 3.143,
3589
+ "eval_steps_per_second": 3.143,
3590
+ "step": 1000
3591
+ }
3592
+ ],
3593
+ "logging_steps": 2,
3594
+ "max_steps": 13908,
3595
+ "num_input_tokens_seen": 0,
3596
+ "num_train_epochs": 6,
3597
+ "save_steps": 500,
3598
+ "stateful_callbacks": {
3599
+ "EarlyStoppingCallback": {
3600
+ "args": {
3601
+ "early_stopping_patience": 3,
3602
+ "early_stopping_threshold": 0.001
3603
+ },
3604
+ "attributes": {
3605
+ "early_stopping_patience_counter": 0
3606
+ }
3607
+ },
3608
+ "TrainerControl": {
3609
+ "args": {
3610
+ "should_epoch_stop": false,
3611
+ "should_evaluate": false,
3612
+ "should_log": false,
3613
+ "should_save": true,
3614
+ "should_training_stop": false
3615
+ },
3616
+ "attributes": {}
3617
+ }
3618
+ },
3619
+ "total_flos": 5.98992434435586e+17,
3620
+ "train_batch_size": 1,
3621
+ "trial_name": null,
3622
+ "trial_params": null
3623
+ }
sft_qwen_14B/checkpoints/checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4200830b23d19bc86049c280236c4a6b18c26d7061b5a57cc024888ec760920f
3
+ size 5201
sft_qwen_14B/checkpoints/checkpoint-1500/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: runs/cpt_run_14b/merged_14b_cpt_lora
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:runs/cpt_run_14b/merged_14b_cpt_lora
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.18.0
sft_qwen_14B/checkpoints/checkpoint-1500/adapter_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "runs/cpt_run_14b/merged_14b_cpt_lora",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.0",
27
+ "qalora_group_size": 16,
28
+ "r": 16,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "q_proj",
33
+ "o_proj",
34
+ "v_proj",
35
+ "k_proj"
36
+ ],
37
+ "target_parameters": null,
38
+ "task_type": "CAUSAL_LM",
39
+ "trainable_token_indices": null,
40
+ "use_dora": false,
41
+ "use_qalora": false,
42
+ "use_rslora": false
43
+ }
sft_qwen_14B/checkpoints/checkpoint-1500/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d30694443628488e12d237aa3f10dc7201eb3cad1bd3f9502c86c23d3e61559d
3
+ size 100715016
sft_qwen_14B/checkpoints/checkpoint-1500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79236304328b73630e2b46bd5fd41cf80bc8c4ba971c80892b4ca8a2dd60ed90
3
+ size 201650659
sft_qwen_14B/checkpoints/checkpoint-1500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:062ed3c2bd7316800413ed3478ac76458e28f1148909e6811779e93c087c1f41
3
+ size 14645
sft_qwen_14B/checkpoints/checkpoint-1500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a4170f3d34ca4a6959c04cb0d7d28946b661dbf270b5e56d1e31191350e1e65
3
+ size 1465
sft_qwen_14B/checkpoints/checkpoint-1500/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
sft_qwen_14B/checkpoints/checkpoint-1500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4200830b23d19bc86049c280236c4a6b18c26d7061b5a57cc024888ec760920f
3
+ size 5201
sft_qwen_14B/checkpoints/checkpoint-2000/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: runs/cpt_run_14b/merged_14b_cpt_lora
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:runs/cpt_run_14b/merged_14b_cpt_lora
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.18.0
sft_qwen_14B/checkpoints/checkpoint-2000/adapter_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "runs/cpt_run_14b/merged_14b_cpt_lora",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.0",
27
+ "qalora_group_size": 16,
28
+ "r": 16,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "q_proj",
33
+ "o_proj",
34
+ "v_proj",
35
+ "k_proj"
36
+ ],
37
+ "target_parameters": null,
38
+ "task_type": "CAUSAL_LM",
39
+ "trainable_token_indices": null,
40
+ "use_dora": false,
41
+ "use_qalora": false,
42
+ "use_rslora": false
43
+ }
sft_qwen_14B/checkpoints/checkpoint-2000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac4fd06ae0a5072195431c638f9fa0553bde7cbdef4450af22ee4920688ac7c1
3
+ size 100715016
sft_qwen_14B/checkpoints/checkpoint-2000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1169f222c822dab1e5ce598a86b466b0ac52e8232e29a6e897e87612c208a024
3
+ size 201650659
sft_qwen_14B/checkpoints/checkpoint-2000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ceabeff68a5532e9645fa847866094307abb118a32832ab82c4e32244ed9ef1a
3
+ size 14645
sft_qwen_14B/checkpoints/checkpoint-2000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37edb23690c4b97b9dc4a4a7b4f3bb29738198651fbb5fb02cf420e84396a51b
3
+ size 1465
sft_qwen_14B/checkpoints/checkpoint-2000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
sft_qwen_14B/checkpoints/checkpoint-2000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4200830b23d19bc86049c280236c4a6b18c26d7061b5a57cc024888ec760920f
3
+ size 5201
sft_qwen_14B/checkpoints/checkpoint-2500/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: runs/cpt_run_14b/merged_14b_cpt_lora
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:runs/cpt_run_14b/merged_14b_cpt_lora
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.18.0
sft_qwen_14B/checkpoints/checkpoint-2500/adapter_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "runs/cpt_run_14b/merged_14b_cpt_lora",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.0",
27
+ "qalora_group_size": 16,
28
+ "r": 16,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "q_proj",
33
+ "o_proj",
34
+ "v_proj",
35
+ "k_proj"
36
+ ],
37
+ "target_parameters": null,
38
+ "task_type": "CAUSAL_LM",
39
+ "trainable_token_indices": null,
40
+ "use_dora": false,
41
+ "use_qalora": false,
42
+ "use_rslora": false
43
+ }
sft_qwen_14B/checkpoints/checkpoint-2500/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be9580711ec346ace6d529831aa1885c08485e3841f57055b0bb9783a530ac14
3
+ size 100715016
sft_qwen_14B/checkpoints/checkpoint-2500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f48f0a61449acbf6cb595fa231b8e2a5d5a08d8a1ce8639b35311b5b95adb22
3
+ size 201650659
sft_qwen_14B/checkpoints/checkpoint-2500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62c6cf48875b5ffb30f6d449c0ad7793378c7b68f3e04492719377f35615e95c
3
+ size 14645
sft_qwen_14B/checkpoints/checkpoint-2500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:891dcd76bbab61fc7167559c72d346bfecbc331339a7dc5622e34b2bde10b46a
3
+ size 1465
sft_qwen_14B/checkpoints/checkpoint-2500/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
sft_qwen_14B/checkpoints/checkpoint-2500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4200830b23d19bc86049c280236c4a6b18c26d7061b5a57cc024888ec760920f
3
+ size 5201
sft_qwen_14B/checkpoints/checkpoint-3000/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: runs/cpt_run_14b/merged_14b_cpt_lora
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:runs/cpt_run_14b/merged_14b_cpt_lora
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.18.0
sft_qwen_14B/checkpoints/checkpoint-3000/adapter_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "runs/cpt_run_14b/merged_14b_cpt_lora",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.0",
27
+ "qalora_group_size": 16,
28
+ "r": 16,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "q_proj",
33
+ "o_proj",
34
+ "v_proj",
35
+ "k_proj"
36
+ ],
37
+ "target_parameters": null,
38
+ "task_type": "CAUSAL_LM",
39
+ "trainable_token_indices": null,
40
+ "use_dora": false,
41
+ "use_qalora": false,
42
+ "use_rslora": false
43
+ }
sft_qwen_14B/checkpoints/checkpoint-3000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dcbf833b9436fe1633c8c06b79c62eb27315805c72c93a87cf400578cca73bb
3
+ size 100715016
sft_qwen_14B/checkpoints/checkpoint-3000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb6b77215c673d143314529902fe0e9c30346349f436c2b94e6287816a01931a
3
+ size 201650659
sft_qwen_14B/checkpoints/checkpoint-3000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8acb52ffaa9f33f79559f4745e1edd981724d4af3b215ee913bccc7a86ea9435
3
+ size 14645
sft_qwen_14B/checkpoints/checkpoint-3000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cbdba03d310bbbdcbbaef51ab8ce27fbdc8188e8f0659848963cbd94c6e7882
3
+ size 1465
sft_qwen_14B/checkpoints/checkpoint-3000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
sft_qwen_14B/checkpoints/checkpoint-3000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4200830b23d19bc86049c280236c4a6b18c26d7061b5a57cc024888ec760920f
3
+ size 5201
sft_qwen_14B/checkpoints/checkpoint-3500/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: runs/cpt_run_14b/merged_14b_cpt_lora
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:runs/cpt_run_14b/merged_14b_cpt_lora
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.18.0
sft_qwen_14B/checkpoints/checkpoint-3500/adapter_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "runs/cpt_run_14b/merged_14b_cpt_lora",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.0",
27
+ "qalora_group_size": 16,
28
+ "r": 16,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "q_proj",
33
+ "o_proj",
34
+ "v_proj",
35
+ "k_proj"
36
+ ],
37
+ "target_parameters": null,
38
+ "task_type": "CAUSAL_LM",
39
+ "trainable_token_indices": null,
40
+ "use_dora": false,
41
+ "use_qalora": false,
42
+ "use_rslora": false
43
+ }
sft_qwen_14B/checkpoints/checkpoint-3500/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e37c343dccf5c3a247692acad99797a99a1793a9cf387c8e79c5fda28b092489
3
+ size 100715016
sft_qwen_14B/checkpoints/checkpoint-3500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab23160d343da52f73e074d13df36e94f9b1537165702ffffb28f4b3a03240be
3
+ size 201650659
sft_qwen_14B/checkpoints/checkpoint-3500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c29f86833d3e2e183be7c52441966ecc0b80af7d1582cff4eabb3312f82d2029
3
+ size 14645