SoulInPsyAbstract commited on
Commit
060ef7d
·
verified ·
1 Parent(s): 08f72af

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +6 -0
  2. README.md +209 -0
  3. adapter_config.json +50 -0
  4. adapter_model.safetensors +3 -0
  5. checkpoint-200/README.md +209 -0
  6. checkpoint-200/adapter_config.json +50 -0
  7. checkpoint-200/adapter_model.safetensors +3 -0
  8. checkpoint-200/optimizer.pt +3 -0
  9. checkpoint-200/rng_state.pth +3 -0
  10. checkpoint-200/scheduler.pt +3 -0
  11. checkpoint-200/special_tokens_map.json +17 -0
  12. checkpoint-200/tokenizer.json +3 -0
  13. checkpoint-200/tokenizer_config.json +194 -0
  14. checkpoint-200/trainer_state.json +393 -0
  15. checkpoint-200/training_args.bin +3 -0
  16. checkpoint-400/README.md +209 -0
  17. checkpoint-400/adapter_config.json +50 -0
  18. checkpoint-400/adapter_model.safetensors +3 -0
  19. checkpoint-400/optimizer.pt +3 -0
  20. checkpoint-400/rng_state.pth +3 -0
  21. checkpoint-400/scheduler.pt +3 -0
  22. checkpoint-400/special_tokens_map.json +17 -0
  23. checkpoint-400/tokenizer.json +3 -0
  24. checkpoint-400/tokenizer_config.json +194 -0
  25. checkpoint-400/trainer_state.json +753 -0
  26. checkpoint-400/training_args.bin +3 -0
  27. checkpoint-600/README.md +209 -0
  28. checkpoint-600/adapter_config.json +50 -0
  29. checkpoint-600/adapter_model.safetensors +3 -0
  30. checkpoint-600/optimizer.pt +3 -0
  31. checkpoint-600/rng_state.pth +3 -0
  32. checkpoint-600/scheduler.pt +3 -0
  33. checkpoint-600/special_tokens_map.json +17 -0
  34. checkpoint-600/tokenizer.json +3 -0
  35. checkpoint-600/tokenizer_config.json +194 -0
  36. checkpoint-600/trainer_state.json +1113 -0
  37. checkpoint-600/training_args.bin +3 -0
  38. checkpoint-800/README.md +209 -0
  39. checkpoint-800/adapter_config.json +50 -0
  40. checkpoint-800/adapter_model.safetensors +3 -0
  41. checkpoint-800/optimizer.pt +3 -0
  42. checkpoint-800/rng_state.pth +3 -0
  43. checkpoint-800/scheduler.pt +3 -0
  44. checkpoint-800/special_tokens_map.json +17 -0
  45. checkpoint-800/tokenizer.json +3 -0
  46. checkpoint-800/tokenizer_config.json +194 -0
  47. checkpoint-800/trainer_state.json +1473 -0
  48. checkpoint-800/training_args.bin +3 -0
  49. checkpoint-879/README.md +209 -0
  50. checkpoint-879/adapter_config.json +50 -0
.gitattributes CHANGED
@@ -33,3 +33,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ checkpoint-200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ checkpoint-400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
+ checkpoint-600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
39
+ checkpoint-800/tokenizer.json filter=lfs diff=lfs merge=lfs -text
40
+ checkpoint-879/tokenizer.json filter=lfs diff=lfs merge=lfs -text
41
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.20.0
adapter_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B",
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
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "monteclora_config": null,
27
+ "peft_type": "LORA",
28
+ "peft_version": "0.20.0",
29
+ "qalora_group_size": 16,
30
+ "r": 16,
31
+ "rank_pattern": {},
32
+ "revision": null,
33
+ "target_modules": [
34
+ "q_proj",
35
+ "up_proj",
36
+ "down_proj",
37
+ "k_proj",
38
+ "o_proj",
39
+ "v_proj",
40
+ "gate_proj"
41
+ ],
42
+ "target_parameters": null,
43
+ "task_type": "CAUSAL_LM",
44
+ "trainable_token_indices": null,
45
+ "use_bdlora": null,
46
+ "use_dora": false,
47
+ "use_qalora": false,
48
+ "use_rslora": false,
49
+ "velora_config": null
50
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8de8bf2fd18381ef12444c3a4498a621e7212eb593668a78afcdd21768f5b0fa
3
+ size 73911112
checkpoint-200/README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.20.0
checkpoint-200/adapter_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B",
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
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "monteclora_config": null,
27
+ "peft_type": "LORA",
28
+ "peft_version": "0.20.0",
29
+ "qalora_group_size": 16,
30
+ "r": 16,
31
+ "rank_pattern": {},
32
+ "revision": null,
33
+ "target_modules": [
34
+ "q_proj",
35
+ "up_proj",
36
+ "down_proj",
37
+ "k_proj",
38
+ "o_proj",
39
+ "v_proj",
40
+ "gate_proj"
41
+ ],
42
+ "target_parameters": null,
43
+ "task_type": "CAUSAL_LM",
44
+ "trainable_token_indices": null,
45
+ "use_bdlora": null,
46
+ "use_dora": false,
47
+ "use_qalora": false,
48
+ "use_rslora": false,
49
+ "velora_config": null
50
+ }
checkpoint-200/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb7df524a13f132acd4e14dd36411982f44552153da805f36658baba203ef6ec
3
+ size 73911112
checkpoint-200/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ad9065bb4340c236a62d7ec1fc12f7c4678de00c0244cc25bc0c4ba5ea10138
3
+ size 37969268
checkpoint-200/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbd5dc3846fde0a8e01887b93f1b5753679875cb16005c0f2219d5be2fb0f717
3
+ size 14244
checkpoint-200/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f0a841d0fa965ade7dbf3a34a1021756a215f73311c59e711208417d012e806
3
+ size 1064
checkpoint-200/special_tokens_map.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin▁of▁sentence|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|end▁of▁sentence|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|end▁of▁sentence|>"
17
+ }
checkpoint-200/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e20ddafc659ba90242154b55275402edeca0715e5dbb30f56815a4ce081f4893
3
+ size 11422778
checkpoint-200/tokenizer_config.json ADDED
@@ -0,0 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "151643": {
7
+ "content": "<|end▁of▁sentence|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "151644": {
15
+ "content": "<|User|>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": false
21
+ },
22
+ "151645": {
23
+ "content": "<|Assistant|>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "151646": {
31
+ "content": "<|begin▁of▁sentence|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "151647": {
39
+ "content": "<|EOT|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "151648": {
47
+ "content": "<think>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "151649": {
55
+ "content": "</think>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "151650": {
63
+ "content": "<|quad_start|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "151651": {
71
+ "content": "<|quad_end|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "151652": {
79
+ "content": "<|vision_start|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "151653": {
87
+ "content": "<|vision_end|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "151654": {
95
+ "content": "<|vision_pad|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "151655": {
103
+ "content": "<|image_pad|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "151656": {
111
+ "content": "<|video_pad|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "151657": {
119
+ "content": "<tool_call>",
120
+ "lstrip": false,
121
+ "normalized": false,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": false
125
+ },
126
+ "151658": {
127
+ "content": "</tool_call>",
128
+ "lstrip": false,
129
+ "normalized": false,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "151659": {
135
+ "content": "<|fim_prefix|>",
136
+ "lstrip": false,
137
+ "normalized": false,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "151660": {
143
+ "content": "<|fim_middle|>",
144
+ "lstrip": false,
145
+ "normalized": false,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "151661": {
151
+ "content": "<|fim_suffix|>",
152
+ "lstrip": false,
153
+ "normalized": false,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "151662": {
159
+ "content": "<|fim_pad|>",
160
+ "lstrip": false,
161
+ "normalized": false,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "151663": {
167
+ "content": "<|repo_name|>",
168
+ "lstrip": false,
169
+ "normalized": false,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "151664": {
175
+ "content": "<|file_sep|>",
176
+ "lstrip": false,
177
+ "normalized": false,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": false
181
+ }
182
+ },
183
+ "bos_token": "<|begin▁of▁sentence|>",
184
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set ns = namespace(is_first=false, is_tool=false, is_output_first=true, system_prompt='') %}{%- for message in messages %}{%- if message['role'] == 'system' %}{% set ns.system_prompt = message['content'] %}{%- endif %}{%- endfor %}{{bos_token}}{{ns.system_prompt}}{%- for message in messages %}{%- if message['role'] == 'user' %}{%- set ns.is_tool = false -%}{{'<|User|>' + message['content']}}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is none %}{%- set ns.is_tool = false -%}{%- for tool in message['tool_calls']%}{%- if not ns.is_first %}{{'<|Assistant|><|tool▁calls▁begin|><|tool▁call▁begin��>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\\n' + '```json' + '\\n' + tool['function']['arguments'] + '\\n' + '```' + '<|tool▁call▁end|>'}}{%- set ns.is_first = true -%}{%- else %}{{'\\n' + '<|tool▁call▁begin|>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\\n' + '```json' + '\\n' + tool['function']['arguments'] + '\\n' + '```' + '<|tool▁call▁end|>'}}{{'<|tool▁calls▁end|><|end▁of▁sentence|>'}}{%- endif %}{%- endfor %}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is not none %}{%- if ns.is_tool %}{{'<|tool▁outputs▁end|>' + message['content'] + '<|end▁of▁sentence|>'}}{%- set ns.is_tool = false -%}{%- else %}{% set content = message['content'] %}{% if '</think>' in content %}{% set content = content.split('</think>')[-1] %}{% endif %}{{'<|Assistant|>' + content + '<|end▁of▁sentence|>'}}{%- endif %}{%- endif %}{%- if message['role'] == 'tool' %}{%- set ns.is_tool = true -%}{%- if ns.is_output_first %}{{'<|tool▁outputs▁begin|><|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- set ns.is_output_first = false %}{%- else %}{{'\\n<|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- endif %}{%- endif %}{%- endfor -%}{% if ns.is_tool %}{{'<|tool▁outputs▁end|>'}}{% endif %}{% if add_generation_prompt and not ns.is_tool %}{{'<|Assistant|><think>\\n'}}{% endif %}",
185
+ "clean_up_tokenization_spaces": false,
186
+ "eos_token": "<|end▁of▁sentence|>",
187
+ "legacy": true,
188
+ "model_max_length": 16384,
189
+ "pad_token": "<|end▁of▁sentence|>",
190
+ "sp_model_kwargs": {},
191
+ "tokenizer_class": "LlamaTokenizer",
192
+ "unk_token": null,
193
+ "use_default_system_prompt": false
194
+ }
checkpoint-200/trainer_state.json ADDED
@@ -0,0 +1,393 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.6811409110259685,
5
+ "eval_steps": 500,
6
+ "global_step": 200,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.017028522775649212,
13
+ "grad_norm": 2.3286359310150146,
14
+ "learning_rate": 0.0001988623435722412,
15
+ "loss": 4.1641,
16
+ "mean_token_accuracy": 0.3866006717085838,
17
+ "num_tokens": 4326.0,
18
+ "step": 5
19
+ },
20
+ {
21
+ "epoch": 0.034057045551298425,
22
+ "grad_norm": 1.4926602840423584,
23
+ "learning_rate": 0.00019772468714448238,
24
+ "loss": 2.0591,
25
+ "mean_token_accuracy": 0.6790341928601265,
26
+ "num_tokens": 8676.0,
27
+ "step": 10
28
+ },
29
+ {
30
+ "epoch": 0.05108556832694764,
31
+ "grad_norm": 1.0835968255996704,
32
+ "learning_rate": 0.00019658703071672356,
33
+ "loss": 1.3145,
34
+ "mean_token_accuracy": 0.8256841972470284,
35
+ "num_tokens": 12796.0,
36
+ "step": 15
37
+ },
38
+ {
39
+ "epoch": 0.06811409110259685,
40
+ "grad_norm": 0.7724414467811584,
41
+ "learning_rate": 0.00019544937428896475,
42
+ "loss": 1.3324,
43
+ "mean_token_accuracy": 0.8117582932114601,
44
+ "num_tokens": 17119.0,
45
+ "step": 20
46
+ },
47
+ {
48
+ "epoch": 0.08514261387824607,
49
+ "grad_norm": 0.785762369632721,
50
+ "learning_rate": 0.00019431171786120593,
51
+ "loss": 1.3375,
52
+ "mean_token_accuracy": 0.8029867172241211,
53
+ "num_tokens": 21499.0,
54
+ "step": 25
55
+ },
56
+ {
57
+ "epoch": 0.10217113665389528,
58
+ "grad_norm": 0.6702725291252136,
59
+ "learning_rate": 0.00019317406143344712,
60
+ "loss": 1.2159,
61
+ "mean_token_accuracy": 0.8230627462267875,
62
+ "num_tokens": 25785.0,
63
+ "step": 30
64
+ },
65
+ {
66
+ "epoch": 0.11919965942954448,
67
+ "grad_norm": 0.6287369728088379,
68
+ "learning_rate": 0.0001920364050056883,
69
+ "loss": 1.1634,
70
+ "mean_token_accuracy": 0.8315445825457572,
71
+ "num_tokens": 29980.0,
72
+ "step": 35
73
+ },
74
+ {
75
+ "epoch": 0.1362281822051937,
76
+ "grad_norm": 0.6573143005371094,
77
+ "learning_rate": 0.00019089874857792946,
78
+ "loss": 1.3762,
79
+ "mean_token_accuracy": 0.7971536681056023,
80
+ "num_tokens": 34497.0,
81
+ "step": 40
82
+ },
83
+ {
84
+ "epoch": 0.1532567049808429,
85
+ "grad_norm": 0.6560688614845276,
86
+ "learning_rate": 0.00018976109215017067,
87
+ "loss": 1.1589,
88
+ "mean_token_accuracy": 0.8251897826790809,
89
+ "num_tokens": 38800.0,
90
+ "step": 45
91
+ },
92
+ {
93
+ "epoch": 0.17028522775649213,
94
+ "grad_norm": 0.6654791831970215,
95
+ "learning_rate": 0.00018862343572241183,
96
+ "loss": 1.1498,
97
+ "mean_token_accuracy": 0.8319168403744698,
98
+ "num_tokens": 43055.0,
99
+ "step": 50
100
+ },
101
+ {
102
+ "epoch": 0.18731375053214133,
103
+ "grad_norm": 0.7387417554855347,
104
+ "learning_rate": 0.00018748577929465302,
105
+ "loss": 1.1265,
106
+ "mean_token_accuracy": 0.8290244281291962,
107
+ "num_tokens": 47346.0,
108
+ "step": 55
109
+ },
110
+ {
111
+ "epoch": 0.20434227330779056,
112
+ "grad_norm": 0.5795997977256775,
113
+ "learning_rate": 0.0001863481228668942,
114
+ "loss": 1.0046,
115
+ "mean_token_accuracy": 0.8534704640507698,
116
+ "num_tokens": 51485.0,
117
+ "step": 60
118
+ },
119
+ {
120
+ "epoch": 0.22137079608343976,
121
+ "grad_norm": 0.6834130883216858,
122
+ "learning_rate": 0.0001852104664391354,
123
+ "loss": 1.113,
124
+ "mean_token_accuracy": 0.8345914751291275,
125
+ "num_tokens": 55716.0,
126
+ "step": 65
127
+ },
128
+ {
129
+ "epoch": 0.23839931885908897,
130
+ "grad_norm": 0.7211284041404724,
131
+ "learning_rate": 0.00018407281001137657,
132
+ "loss": 1.2132,
133
+ "mean_token_accuracy": 0.8207321017980576,
134
+ "num_tokens": 60030.0,
135
+ "step": 70
136
+ },
137
+ {
138
+ "epoch": 0.2554278416347382,
139
+ "grad_norm": 0.6312271356582642,
140
+ "learning_rate": 0.00018293515358361776,
141
+ "loss": 1.0987,
142
+ "mean_token_accuracy": 0.8333725541830063,
143
+ "num_tokens": 64288.0,
144
+ "step": 75
145
+ },
146
+ {
147
+ "epoch": 0.2724563644103874,
148
+ "grad_norm": 0.7119404077529907,
149
+ "learning_rate": 0.00018179749715585894,
150
+ "loss": 1.0981,
151
+ "mean_token_accuracy": 0.8323698997497558,
152
+ "num_tokens": 68548.0,
153
+ "step": 80
154
+ },
155
+ {
156
+ "epoch": 0.2894848871860366,
157
+ "grad_norm": 0.9000201225280762,
158
+ "learning_rate": 0.00018065984072810013,
159
+ "loss": 1.146,
160
+ "mean_token_accuracy": 0.8253335595130921,
161
+ "num_tokens": 72914.0,
162
+ "step": 85
163
+ },
164
+ {
165
+ "epoch": 0.3065134099616858,
166
+ "grad_norm": 0.6050537824630737,
167
+ "learning_rate": 0.0001795221843003413,
168
+ "loss": 1.0111,
169
+ "mean_token_accuracy": 0.842674246430397,
170
+ "num_tokens": 77168.0,
171
+ "step": 90
172
+ },
173
+ {
174
+ "epoch": 0.32354193273733506,
175
+ "grad_norm": 0.684512197971344,
176
+ "learning_rate": 0.0001783845278725825,
177
+ "loss": 1.1186,
178
+ "mean_token_accuracy": 0.8351956441998482,
179
+ "num_tokens": 81439.0,
180
+ "step": 95
181
+ },
182
+ {
183
+ "epoch": 0.34057045551298426,
184
+ "grad_norm": 0.7323129773139954,
185
+ "learning_rate": 0.00017724687144482368,
186
+ "loss": 1.1287,
187
+ "mean_token_accuracy": 0.8245970487594605,
188
+ "num_tokens": 85773.0,
189
+ "step": 100
190
+ },
191
+ {
192
+ "epoch": 0.35759897828863346,
193
+ "grad_norm": 0.7547741532325745,
194
+ "learning_rate": 0.00017610921501706487,
195
+ "loss": 1.0868,
196
+ "mean_token_accuracy": 0.8298466548323631,
197
+ "num_tokens": 90117.0,
198
+ "step": 105
199
+ },
200
+ {
201
+ "epoch": 0.37462750106428266,
202
+ "grad_norm": 0.7113769054412842,
203
+ "learning_rate": 0.00017497155858930602,
204
+ "loss": 1.1214,
205
+ "mean_token_accuracy": 0.8299670115113258,
206
+ "num_tokens": 94412.0,
207
+ "step": 110
208
+ },
209
+ {
210
+ "epoch": 0.39165602383993187,
211
+ "grad_norm": 0.7486220002174377,
212
+ "learning_rate": 0.00017383390216154724,
213
+ "loss": 1.1452,
214
+ "mean_token_accuracy": 0.8283886179327965,
215
+ "num_tokens": 98782.0,
216
+ "step": 115
217
+ },
218
+ {
219
+ "epoch": 0.4086845466155811,
220
+ "grad_norm": 0.658633828163147,
221
+ "learning_rate": 0.0001726962457337884,
222
+ "loss": 1.0415,
223
+ "mean_token_accuracy": 0.8431179687380791,
224
+ "num_tokens": 103011.0,
225
+ "step": 120
226
+ },
227
+ {
228
+ "epoch": 0.4257130693912303,
229
+ "grad_norm": 0.783794105052948,
230
+ "learning_rate": 0.0001715585893060296,
231
+ "loss": 1.1056,
232
+ "mean_token_accuracy": 0.8254878520965576,
233
+ "num_tokens": 107402.0,
234
+ "step": 125
235
+ },
236
+ {
237
+ "epoch": 0.4427415921668795,
238
+ "grad_norm": 0.7954565286636353,
239
+ "learning_rate": 0.00017042093287827076,
240
+ "loss": 1.0518,
241
+ "mean_token_accuracy": 0.8375606715679169,
242
+ "num_tokens": 111707.0,
243
+ "step": 130
244
+ },
245
+ {
246
+ "epoch": 0.45977011494252873,
247
+ "grad_norm": 0.6913949847221375,
248
+ "learning_rate": 0.00016928327645051198,
249
+ "loss": 1.1104,
250
+ "mean_token_accuracy": 0.8326424166560173,
251
+ "num_tokens": 115998.0,
252
+ "step": 135
253
+ },
254
+ {
255
+ "epoch": 0.47679863771817793,
256
+ "grad_norm": 0.7918037176132202,
257
+ "learning_rate": 0.00016814562002275313,
258
+ "loss": 1.0495,
259
+ "mean_token_accuracy": 0.8390962019562721,
260
+ "num_tokens": 120271.0,
261
+ "step": 140
262
+ },
263
+ {
264
+ "epoch": 0.49382716049382713,
265
+ "grad_norm": 0.7816826701164246,
266
+ "learning_rate": 0.00016700796359499432,
267
+ "loss": 1.0463,
268
+ "mean_token_accuracy": 0.8433194428682327,
269
+ "num_tokens": 124461.0,
270
+ "step": 145
271
+ },
272
+ {
273
+ "epoch": 0.5108556832694764,
274
+ "grad_norm": 0.8069042563438416,
275
+ "learning_rate": 0.0001658703071672355,
276
+ "loss": 1.0664,
277
+ "mean_token_accuracy": 0.8278923153877258,
278
+ "num_tokens": 128781.0,
279
+ "step": 150
280
+ },
281
+ {
282
+ "epoch": 0.5278842060451255,
283
+ "grad_norm": 1.0114731788635254,
284
+ "learning_rate": 0.0001647326507394767,
285
+ "loss": 1.1217,
286
+ "mean_token_accuracy": 0.8267972275614739,
287
+ "num_tokens": 133167.0,
288
+ "step": 155
289
+ },
290
+ {
291
+ "epoch": 0.5449127288207748,
292
+ "grad_norm": 0.7900378704071045,
293
+ "learning_rate": 0.00016359499431171787,
294
+ "loss": 0.971,
295
+ "mean_token_accuracy": 0.8421565622091294,
296
+ "num_tokens": 137464.0,
297
+ "step": 160
298
+ },
299
+ {
300
+ "epoch": 0.561941251596424,
301
+ "grad_norm": 0.8059927821159363,
302
+ "learning_rate": 0.00016245733788395906,
303
+ "loss": 1.0457,
304
+ "mean_token_accuracy": 0.8381335601210594,
305
+ "num_tokens": 141760.0,
306
+ "step": 165
307
+ },
308
+ {
309
+ "epoch": 0.5789697743720732,
310
+ "grad_norm": 0.7589371800422668,
311
+ "learning_rate": 0.00016131968145620024,
312
+ "loss": 1.0208,
313
+ "mean_token_accuracy": 0.8342296928167343,
314
+ "num_tokens": 146051.0,
315
+ "step": 170
316
+ },
317
+ {
318
+ "epoch": 0.5959982971477225,
319
+ "grad_norm": 0.692416250705719,
320
+ "learning_rate": 0.00016018202502844143,
321
+ "loss": 0.9837,
322
+ "mean_token_accuracy": 0.8510025009512902,
323
+ "num_tokens": 150270.0,
324
+ "step": 175
325
+ },
326
+ {
327
+ "epoch": 0.6130268199233716,
328
+ "grad_norm": 0.6662923097610474,
329
+ "learning_rate": 0.0001590443686006826,
330
+ "loss": 0.9835,
331
+ "mean_token_accuracy": 0.8463438332080842,
332
+ "num_tokens": 154537.0,
333
+ "step": 180
334
+ },
335
+ {
336
+ "epoch": 0.6300553426990209,
337
+ "grad_norm": 0.7452691793441772,
338
+ "learning_rate": 0.0001579067121729238,
339
+ "loss": 1.0496,
340
+ "mean_token_accuracy": 0.8375737622380257,
341
+ "num_tokens": 158810.0,
342
+ "step": 185
343
+ },
344
+ {
345
+ "epoch": 0.6470838654746701,
346
+ "grad_norm": 0.809700608253479,
347
+ "learning_rate": 0.00015676905574516496,
348
+ "loss": 1.0595,
349
+ "mean_token_accuracy": 0.8294038504362107,
350
+ "num_tokens": 163213.0,
351
+ "step": 190
352
+ },
353
+ {
354
+ "epoch": 0.6641123882503193,
355
+ "grad_norm": 0.7708745002746582,
356
+ "learning_rate": 0.00015563139931740617,
357
+ "loss": 1.0976,
358
+ "mean_token_accuracy": 0.8289313957095146,
359
+ "num_tokens": 167607.0,
360
+ "step": 195
361
+ },
362
+ {
363
+ "epoch": 0.6811409110259685,
364
+ "grad_norm": 0.6482141613960266,
365
+ "learning_rate": 0.00015449374288964733,
366
+ "loss": 1.0701,
367
+ "mean_token_accuracy": 0.8261386752128601,
368
+ "num_tokens": 172024.0,
369
+ "step": 200
370
+ }
371
+ ],
372
+ "logging_steps": 5,
373
+ "max_steps": 879,
374
+ "num_input_tokens_seen": 0,
375
+ "num_train_epochs": 3,
376
+ "save_steps": 200,
377
+ "stateful_callbacks": {
378
+ "TrainerControl": {
379
+ "args": {
380
+ "should_epoch_stop": false,
381
+ "should_evaluate": false,
382
+ "should_log": false,
383
+ "should_save": true,
384
+ "should_training_stop": false
385
+ },
386
+ "attributes": {}
387
+ }
388
+ },
389
+ "total_flos": 1612393756090368.0,
390
+ "train_batch_size": 1,
391
+ "trial_name": null,
392
+ "trial_params": null
393
+ }
checkpoint-200/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:001de43419a04313fd3d652571d90911489fbcebf2f0e7c3f8aa624286dfc855
3
+ size 5624
checkpoint-400/README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.20.0
checkpoint-400/adapter_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B",
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
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "monteclora_config": null,
27
+ "peft_type": "LORA",
28
+ "peft_version": "0.20.0",
29
+ "qalora_group_size": 16,
30
+ "r": 16,
31
+ "rank_pattern": {},
32
+ "revision": null,
33
+ "target_modules": [
34
+ "q_proj",
35
+ "up_proj",
36
+ "down_proj",
37
+ "k_proj",
38
+ "o_proj",
39
+ "v_proj",
40
+ "gate_proj"
41
+ ],
42
+ "target_parameters": null,
43
+ "task_type": "CAUSAL_LM",
44
+ "trainable_token_indices": null,
45
+ "use_bdlora": null,
46
+ "use_dora": false,
47
+ "use_qalora": false,
48
+ "use_rslora": false,
49
+ "velora_config": null
50
+ }
checkpoint-400/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71ac0ee7f7bbd14b6f156757d2e936048b87875596ffc471cfa5e817bbd96942
3
+ size 73911112
checkpoint-400/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19f063558cb0368749b80f6045392123df659ff5c089159e50672040f61f19a3
3
+ size 37969652
checkpoint-400/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36af5667dfbe01f624b0c26ca62afba73c7149bbea27ed1ff6944191087a2212
3
+ size 14244
checkpoint-400/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbaa767a1867f6f8022ea209ef1a03a369e44768800ec83f2966bcd9939650bb
3
+ size 1064
checkpoint-400/special_tokens_map.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin▁of▁sentence|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|end▁of▁sentence|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|end▁of▁sentence|>"
17
+ }
checkpoint-400/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e20ddafc659ba90242154b55275402edeca0715e5dbb30f56815a4ce081f4893
3
+ size 11422778
checkpoint-400/tokenizer_config.json ADDED
@@ -0,0 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "151643": {
7
+ "content": "<|end▁of▁sentence|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "151644": {
15
+ "content": "<|User|>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": false
21
+ },
22
+ "151645": {
23
+ "content": "<|Assistant|>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "151646": {
31
+ "content": "<|begin▁of▁sentence|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "151647": {
39
+ "content": "<|EOT|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "151648": {
47
+ "content": "<think>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "151649": {
55
+ "content": "</think>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "151650": {
63
+ "content": "<|quad_start|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "151651": {
71
+ "content": "<|quad_end|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "151652": {
79
+ "content": "<|vision_start|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "151653": {
87
+ "content": "<|vision_end|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "151654": {
95
+ "content": "<|vision_pad|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "151655": {
103
+ "content": "<|image_pad|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "151656": {
111
+ "content": "<|video_pad|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "151657": {
119
+ "content": "<tool_call>",
120
+ "lstrip": false,
121
+ "normalized": false,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": false
125
+ },
126
+ "151658": {
127
+ "content": "</tool_call>",
128
+ "lstrip": false,
129
+ "normalized": false,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "151659": {
135
+ "content": "<|fim_prefix|>",
136
+ "lstrip": false,
137
+ "normalized": false,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "151660": {
143
+ "content": "<|fim_middle|>",
144
+ "lstrip": false,
145
+ "normalized": false,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "151661": {
151
+ "content": "<|fim_suffix|>",
152
+ "lstrip": false,
153
+ "normalized": false,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "151662": {
159
+ "content": "<|fim_pad|>",
160
+ "lstrip": false,
161
+ "normalized": false,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "151663": {
167
+ "content": "<|repo_name|>",
168
+ "lstrip": false,
169
+ "normalized": false,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "151664": {
175
+ "content": "<|file_sep|>",
176
+ "lstrip": false,
177
+ "normalized": false,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": false
181
+ }
182
+ },
183
+ "bos_token": "<|begin▁of▁sentence|>",
184
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set ns = namespace(is_first=false, is_tool=false, is_output_first=true, system_prompt='') %}{%- for message in messages %}{%- if message['role'] == 'system' %}{% set ns.system_prompt = message['content'] %}{%- endif %}{%- endfor %}{{bos_token}}{{ns.system_prompt}}{%- for message in messages %}{%- if message['role'] == 'user' %}{%- set ns.is_tool = false -%}{{'<|User|>' + message['content']}}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is none %}{%- set ns.is_tool = false -%}{%- for tool in message['tool_calls']%}{%- if not ns.is_first %}{{'<|Assistant|><|tool▁calls▁begin|><|tool▁call▁begin��>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\\n' + '```json' + '\\n' + tool['function']['arguments'] + '\\n' + '```' + '<|tool▁call▁end|>'}}{%- set ns.is_first = true -%}{%- else %}{{'\\n' + '<|tool▁call▁begin|>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\\n' + '```json' + '\\n' + tool['function']['arguments'] + '\\n' + '```' + '<|tool▁call▁end|>'}}{{'<|tool▁calls▁end|><|end▁of▁sentence|>'}}{%- endif %}{%- endfor %}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is not none %}{%- if ns.is_tool %}{{'<|tool▁outputs▁end|>' + message['content'] + '<|end▁of▁sentence|>'}}{%- set ns.is_tool = false -%}{%- else %}{% set content = message['content'] %}{% if '</think>' in content %}{% set content = content.split('</think>')[-1] %}{% endif %}{{'<|Assistant|>' + content + '<|end▁of▁sentence|>'}}{%- endif %}{%- endif %}{%- if message['role'] == 'tool' %}{%- set ns.is_tool = true -%}{%- if ns.is_output_first %}{{'<|tool▁outputs▁begin|><|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- set ns.is_output_first = false %}{%- else %}{{'\\n<|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- endif %}{%- endif %}{%- endfor -%}{% if ns.is_tool %}{{'<|tool▁outputs▁end|>'}}{% endif %}{% if add_generation_prompt and not ns.is_tool %}{{'<|Assistant|><think>\\n'}}{% endif %}",
185
+ "clean_up_tokenization_spaces": false,
186
+ "eos_token": "<|end▁of▁sentence|>",
187
+ "legacy": true,
188
+ "model_max_length": 16384,
189
+ "pad_token": "<|end▁of▁sentence|>",
190
+ "sp_model_kwargs": {},
191
+ "tokenizer_class": "LlamaTokenizer",
192
+ "unk_token": null,
193
+ "use_default_system_prompt": false
194
+ }
checkpoint-400/trainer_state.json ADDED
@@ -0,0 +1,753 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.362281822051937,
5
+ "eval_steps": 500,
6
+ "global_step": 400,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.017028522775649212,
13
+ "grad_norm": 2.3286359310150146,
14
+ "learning_rate": 0.0001988623435722412,
15
+ "loss": 4.1641,
16
+ "mean_token_accuracy": 0.3866006717085838,
17
+ "num_tokens": 4326.0,
18
+ "step": 5
19
+ },
20
+ {
21
+ "epoch": 0.034057045551298425,
22
+ "grad_norm": 1.4926602840423584,
23
+ "learning_rate": 0.00019772468714448238,
24
+ "loss": 2.0591,
25
+ "mean_token_accuracy": 0.6790341928601265,
26
+ "num_tokens": 8676.0,
27
+ "step": 10
28
+ },
29
+ {
30
+ "epoch": 0.05108556832694764,
31
+ "grad_norm": 1.0835968255996704,
32
+ "learning_rate": 0.00019658703071672356,
33
+ "loss": 1.3145,
34
+ "mean_token_accuracy": 0.8256841972470284,
35
+ "num_tokens": 12796.0,
36
+ "step": 15
37
+ },
38
+ {
39
+ "epoch": 0.06811409110259685,
40
+ "grad_norm": 0.7724414467811584,
41
+ "learning_rate": 0.00019544937428896475,
42
+ "loss": 1.3324,
43
+ "mean_token_accuracy": 0.8117582932114601,
44
+ "num_tokens": 17119.0,
45
+ "step": 20
46
+ },
47
+ {
48
+ "epoch": 0.08514261387824607,
49
+ "grad_norm": 0.785762369632721,
50
+ "learning_rate": 0.00019431171786120593,
51
+ "loss": 1.3375,
52
+ "mean_token_accuracy": 0.8029867172241211,
53
+ "num_tokens": 21499.0,
54
+ "step": 25
55
+ },
56
+ {
57
+ "epoch": 0.10217113665389528,
58
+ "grad_norm": 0.6702725291252136,
59
+ "learning_rate": 0.00019317406143344712,
60
+ "loss": 1.2159,
61
+ "mean_token_accuracy": 0.8230627462267875,
62
+ "num_tokens": 25785.0,
63
+ "step": 30
64
+ },
65
+ {
66
+ "epoch": 0.11919965942954448,
67
+ "grad_norm": 0.6287369728088379,
68
+ "learning_rate": 0.0001920364050056883,
69
+ "loss": 1.1634,
70
+ "mean_token_accuracy": 0.8315445825457572,
71
+ "num_tokens": 29980.0,
72
+ "step": 35
73
+ },
74
+ {
75
+ "epoch": 0.1362281822051937,
76
+ "grad_norm": 0.6573143005371094,
77
+ "learning_rate": 0.00019089874857792946,
78
+ "loss": 1.3762,
79
+ "mean_token_accuracy": 0.7971536681056023,
80
+ "num_tokens": 34497.0,
81
+ "step": 40
82
+ },
83
+ {
84
+ "epoch": 0.1532567049808429,
85
+ "grad_norm": 0.6560688614845276,
86
+ "learning_rate": 0.00018976109215017067,
87
+ "loss": 1.1589,
88
+ "mean_token_accuracy": 0.8251897826790809,
89
+ "num_tokens": 38800.0,
90
+ "step": 45
91
+ },
92
+ {
93
+ "epoch": 0.17028522775649213,
94
+ "grad_norm": 0.6654791831970215,
95
+ "learning_rate": 0.00018862343572241183,
96
+ "loss": 1.1498,
97
+ "mean_token_accuracy": 0.8319168403744698,
98
+ "num_tokens": 43055.0,
99
+ "step": 50
100
+ },
101
+ {
102
+ "epoch": 0.18731375053214133,
103
+ "grad_norm": 0.7387417554855347,
104
+ "learning_rate": 0.00018748577929465302,
105
+ "loss": 1.1265,
106
+ "mean_token_accuracy": 0.8290244281291962,
107
+ "num_tokens": 47346.0,
108
+ "step": 55
109
+ },
110
+ {
111
+ "epoch": 0.20434227330779056,
112
+ "grad_norm": 0.5795997977256775,
113
+ "learning_rate": 0.0001863481228668942,
114
+ "loss": 1.0046,
115
+ "mean_token_accuracy": 0.8534704640507698,
116
+ "num_tokens": 51485.0,
117
+ "step": 60
118
+ },
119
+ {
120
+ "epoch": 0.22137079608343976,
121
+ "grad_norm": 0.6834130883216858,
122
+ "learning_rate": 0.0001852104664391354,
123
+ "loss": 1.113,
124
+ "mean_token_accuracy": 0.8345914751291275,
125
+ "num_tokens": 55716.0,
126
+ "step": 65
127
+ },
128
+ {
129
+ "epoch": 0.23839931885908897,
130
+ "grad_norm": 0.7211284041404724,
131
+ "learning_rate": 0.00018407281001137657,
132
+ "loss": 1.2132,
133
+ "mean_token_accuracy": 0.8207321017980576,
134
+ "num_tokens": 60030.0,
135
+ "step": 70
136
+ },
137
+ {
138
+ "epoch": 0.2554278416347382,
139
+ "grad_norm": 0.6312271356582642,
140
+ "learning_rate": 0.00018293515358361776,
141
+ "loss": 1.0987,
142
+ "mean_token_accuracy": 0.8333725541830063,
143
+ "num_tokens": 64288.0,
144
+ "step": 75
145
+ },
146
+ {
147
+ "epoch": 0.2724563644103874,
148
+ "grad_norm": 0.7119404077529907,
149
+ "learning_rate": 0.00018179749715585894,
150
+ "loss": 1.0981,
151
+ "mean_token_accuracy": 0.8323698997497558,
152
+ "num_tokens": 68548.0,
153
+ "step": 80
154
+ },
155
+ {
156
+ "epoch": 0.2894848871860366,
157
+ "grad_norm": 0.9000201225280762,
158
+ "learning_rate": 0.00018065984072810013,
159
+ "loss": 1.146,
160
+ "mean_token_accuracy": 0.8253335595130921,
161
+ "num_tokens": 72914.0,
162
+ "step": 85
163
+ },
164
+ {
165
+ "epoch": 0.3065134099616858,
166
+ "grad_norm": 0.6050537824630737,
167
+ "learning_rate": 0.0001795221843003413,
168
+ "loss": 1.0111,
169
+ "mean_token_accuracy": 0.842674246430397,
170
+ "num_tokens": 77168.0,
171
+ "step": 90
172
+ },
173
+ {
174
+ "epoch": 0.32354193273733506,
175
+ "grad_norm": 0.684512197971344,
176
+ "learning_rate": 0.0001783845278725825,
177
+ "loss": 1.1186,
178
+ "mean_token_accuracy": 0.8351956441998482,
179
+ "num_tokens": 81439.0,
180
+ "step": 95
181
+ },
182
+ {
183
+ "epoch": 0.34057045551298426,
184
+ "grad_norm": 0.7323129773139954,
185
+ "learning_rate": 0.00017724687144482368,
186
+ "loss": 1.1287,
187
+ "mean_token_accuracy": 0.8245970487594605,
188
+ "num_tokens": 85773.0,
189
+ "step": 100
190
+ },
191
+ {
192
+ "epoch": 0.35759897828863346,
193
+ "grad_norm": 0.7547741532325745,
194
+ "learning_rate": 0.00017610921501706487,
195
+ "loss": 1.0868,
196
+ "mean_token_accuracy": 0.8298466548323631,
197
+ "num_tokens": 90117.0,
198
+ "step": 105
199
+ },
200
+ {
201
+ "epoch": 0.37462750106428266,
202
+ "grad_norm": 0.7113769054412842,
203
+ "learning_rate": 0.00017497155858930602,
204
+ "loss": 1.1214,
205
+ "mean_token_accuracy": 0.8299670115113258,
206
+ "num_tokens": 94412.0,
207
+ "step": 110
208
+ },
209
+ {
210
+ "epoch": 0.39165602383993187,
211
+ "grad_norm": 0.7486220002174377,
212
+ "learning_rate": 0.00017383390216154724,
213
+ "loss": 1.1452,
214
+ "mean_token_accuracy": 0.8283886179327965,
215
+ "num_tokens": 98782.0,
216
+ "step": 115
217
+ },
218
+ {
219
+ "epoch": 0.4086845466155811,
220
+ "grad_norm": 0.658633828163147,
221
+ "learning_rate": 0.0001726962457337884,
222
+ "loss": 1.0415,
223
+ "mean_token_accuracy": 0.8431179687380791,
224
+ "num_tokens": 103011.0,
225
+ "step": 120
226
+ },
227
+ {
228
+ "epoch": 0.4257130693912303,
229
+ "grad_norm": 0.783794105052948,
230
+ "learning_rate": 0.0001715585893060296,
231
+ "loss": 1.1056,
232
+ "mean_token_accuracy": 0.8254878520965576,
233
+ "num_tokens": 107402.0,
234
+ "step": 125
235
+ },
236
+ {
237
+ "epoch": 0.4427415921668795,
238
+ "grad_norm": 0.7954565286636353,
239
+ "learning_rate": 0.00017042093287827076,
240
+ "loss": 1.0518,
241
+ "mean_token_accuracy": 0.8375606715679169,
242
+ "num_tokens": 111707.0,
243
+ "step": 130
244
+ },
245
+ {
246
+ "epoch": 0.45977011494252873,
247
+ "grad_norm": 0.6913949847221375,
248
+ "learning_rate": 0.00016928327645051198,
249
+ "loss": 1.1104,
250
+ "mean_token_accuracy": 0.8326424166560173,
251
+ "num_tokens": 115998.0,
252
+ "step": 135
253
+ },
254
+ {
255
+ "epoch": 0.47679863771817793,
256
+ "grad_norm": 0.7918037176132202,
257
+ "learning_rate": 0.00016814562002275313,
258
+ "loss": 1.0495,
259
+ "mean_token_accuracy": 0.8390962019562721,
260
+ "num_tokens": 120271.0,
261
+ "step": 140
262
+ },
263
+ {
264
+ "epoch": 0.49382716049382713,
265
+ "grad_norm": 0.7816826701164246,
266
+ "learning_rate": 0.00016700796359499432,
267
+ "loss": 1.0463,
268
+ "mean_token_accuracy": 0.8433194428682327,
269
+ "num_tokens": 124461.0,
270
+ "step": 145
271
+ },
272
+ {
273
+ "epoch": 0.5108556832694764,
274
+ "grad_norm": 0.8069042563438416,
275
+ "learning_rate": 0.0001658703071672355,
276
+ "loss": 1.0664,
277
+ "mean_token_accuracy": 0.8278923153877258,
278
+ "num_tokens": 128781.0,
279
+ "step": 150
280
+ },
281
+ {
282
+ "epoch": 0.5278842060451255,
283
+ "grad_norm": 1.0114731788635254,
284
+ "learning_rate": 0.0001647326507394767,
285
+ "loss": 1.1217,
286
+ "mean_token_accuracy": 0.8267972275614739,
287
+ "num_tokens": 133167.0,
288
+ "step": 155
289
+ },
290
+ {
291
+ "epoch": 0.5449127288207748,
292
+ "grad_norm": 0.7900378704071045,
293
+ "learning_rate": 0.00016359499431171787,
294
+ "loss": 0.971,
295
+ "mean_token_accuracy": 0.8421565622091294,
296
+ "num_tokens": 137464.0,
297
+ "step": 160
298
+ },
299
+ {
300
+ "epoch": 0.561941251596424,
301
+ "grad_norm": 0.8059927821159363,
302
+ "learning_rate": 0.00016245733788395906,
303
+ "loss": 1.0457,
304
+ "mean_token_accuracy": 0.8381335601210594,
305
+ "num_tokens": 141760.0,
306
+ "step": 165
307
+ },
308
+ {
309
+ "epoch": 0.5789697743720732,
310
+ "grad_norm": 0.7589371800422668,
311
+ "learning_rate": 0.00016131968145620024,
312
+ "loss": 1.0208,
313
+ "mean_token_accuracy": 0.8342296928167343,
314
+ "num_tokens": 146051.0,
315
+ "step": 170
316
+ },
317
+ {
318
+ "epoch": 0.5959982971477225,
319
+ "grad_norm": 0.692416250705719,
320
+ "learning_rate": 0.00016018202502844143,
321
+ "loss": 0.9837,
322
+ "mean_token_accuracy": 0.8510025009512902,
323
+ "num_tokens": 150270.0,
324
+ "step": 175
325
+ },
326
+ {
327
+ "epoch": 0.6130268199233716,
328
+ "grad_norm": 0.6662923097610474,
329
+ "learning_rate": 0.0001590443686006826,
330
+ "loss": 0.9835,
331
+ "mean_token_accuracy": 0.8463438332080842,
332
+ "num_tokens": 154537.0,
333
+ "step": 180
334
+ },
335
+ {
336
+ "epoch": 0.6300553426990209,
337
+ "grad_norm": 0.7452691793441772,
338
+ "learning_rate": 0.0001579067121729238,
339
+ "loss": 1.0496,
340
+ "mean_token_accuracy": 0.8375737622380257,
341
+ "num_tokens": 158810.0,
342
+ "step": 185
343
+ },
344
+ {
345
+ "epoch": 0.6470838654746701,
346
+ "grad_norm": 0.809700608253479,
347
+ "learning_rate": 0.00015676905574516496,
348
+ "loss": 1.0595,
349
+ "mean_token_accuracy": 0.8294038504362107,
350
+ "num_tokens": 163213.0,
351
+ "step": 190
352
+ },
353
+ {
354
+ "epoch": 0.6641123882503193,
355
+ "grad_norm": 0.7708745002746582,
356
+ "learning_rate": 0.00015563139931740617,
357
+ "loss": 1.0976,
358
+ "mean_token_accuracy": 0.8289313957095146,
359
+ "num_tokens": 167607.0,
360
+ "step": 195
361
+ },
362
+ {
363
+ "epoch": 0.6811409110259685,
364
+ "grad_norm": 0.6482141613960266,
365
+ "learning_rate": 0.00015449374288964733,
366
+ "loss": 1.0701,
367
+ "mean_token_accuracy": 0.8261386752128601,
368
+ "num_tokens": 172024.0,
369
+ "step": 200
370
+ },
371
+ {
372
+ "epoch": 0.6981694338016177,
373
+ "grad_norm": 0.7164883613586426,
374
+ "learning_rate": 0.00015335608646188854,
375
+ "loss": 0.9878,
376
+ "mean_token_accuracy": 0.8418964132666588,
377
+ "num_tokens": 176317.0,
378
+ "step": 205
379
+ },
380
+ {
381
+ "epoch": 0.7151979565772669,
382
+ "grad_norm": 0.710343599319458,
383
+ "learning_rate": 0.0001522184300341297,
384
+ "loss": 0.9306,
385
+ "mean_token_accuracy": 0.8468034327030182,
386
+ "num_tokens": 180558.0,
387
+ "step": 210
388
+ },
389
+ {
390
+ "epoch": 0.7322264793529162,
391
+ "grad_norm": 0.863784909248352,
392
+ "learning_rate": 0.00015108077360637088,
393
+ "loss": 1.0544,
394
+ "mean_token_accuracy": 0.8359945684671402,
395
+ "num_tokens": 184885.0,
396
+ "step": 215
397
+ },
398
+ {
399
+ "epoch": 0.7492550021285653,
400
+ "grad_norm": 0.8381637930870056,
401
+ "learning_rate": 0.00014994311717861207,
402
+ "loss": 1.0522,
403
+ "mean_token_accuracy": 0.836811026930809,
404
+ "num_tokens": 189219.0,
405
+ "step": 220
406
+ },
407
+ {
408
+ "epoch": 0.7662835249042146,
409
+ "grad_norm": 0.683501124382019,
410
+ "learning_rate": 0.00014880546075085325,
411
+ "loss": 0.9427,
412
+ "mean_token_accuracy": 0.8544979348778725,
413
+ "num_tokens": 193437.0,
414
+ "step": 225
415
+ },
416
+ {
417
+ "epoch": 0.7833120476798637,
418
+ "grad_norm": 0.7609812617301941,
419
+ "learning_rate": 0.00014766780432309444,
420
+ "loss": 1.0048,
421
+ "mean_token_accuracy": 0.8403829500079155,
422
+ "num_tokens": 197724.0,
423
+ "step": 230
424
+ },
425
+ {
426
+ "epoch": 0.800340570455513,
427
+ "grad_norm": 0.8223949074745178,
428
+ "learning_rate": 0.00014653014789533562,
429
+ "loss": 1.078,
430
+ "mean_token_accuracy": 0.8296335831284523,
431
+ "num_tokens": 202141.0,
432
+ "step": 235
433
+ },
434
+ {
435
+ "epoch": 0.8173690932311622,
436
+ "grad_norm": 0.9807024002075195,
437
+ "learning_rate": 0.0001453924914675768,
438
+ "loss": 0.9295,
439
+ "mean_token_accuracy": 0.8495418474078178,
440
+ "num_tokens": 206333.0,
441
+ "step": 240
442
+ },
443
+ {
444
+ "epoch": 0.8343976160068114,
445
+ "grad_norm": 0.7864217162132263,
446
+ "learning_rate": 0.000144254835039818,
447
+ "loss": 1.0326,
448
+ "mean_token_accuracy": 0.8422158002853394,
449
+ "num_tokens": 210593.0,
450
+ "step": 245
451
+ },
452
+ {
453
+ "epoch": 0.8514261387824607,
454
+ "grad_norm": 0.8183476328849792,
455
+ "learning_rate": 0.00014311717861205915,
456
+ "loss": 1.0419,
457
+ "mean_token_accuracy": 0.8332764700055122,
458
+ "num_tokens": 214925.0,
459
+ "step": 250
460
+ },
461
+ {
462
+ "epoch": 0.8684546615581098,
463
+ "grad_norm": 0.7906543612480164,
464
+ "learning_rate": 0.00014197952218430036,
465
+ "loss": 0.9278,
466
+ "mean_token_accuracy": 0.8531344652175903,
467
+ "num_tokens": 219106.0,
468
+ "step": 255
469
+ },
470
+ {
471
+ "epoch": 0.885483184333759,
472
+ "grad_norm": 0.7864625453948975,
473
+ "learning_rate": 0.00014084186575654152,
474
+ "loss": 0.9764,
475
+ "mean_token_accuracy": 0.8394758701324463,
476
+ "num_tokens": 223398.0,
477
+ "step": 260
478
+ },
479
+ {
480
+ "epoch": 0.9025117071094083,
481
+ "grad_norm": 0.7231821417808533,
482
+ "learning_rate": 0.00013970420932878273,
483
+ "loss": 1.0357,
484
+ "mean_token_accuracy": 0.8368565306067467,
485
+ "num_tokens": 227720.0,
486
+ "step": 265
487
+ },
488
+ {
489
+ "epoch": 0.9195402298850575,
490
+ "grad_norm": 0.7288718223571777,
491
+ "learning_rate": 0.0001385665529010239,
492
+ "loss": 1.0178,
493
+ "mean_token_accuracy": 0.842984040081501,
494
+ "num_tokens": 232021.0,
495
+ "step": 270
496
+ },
497
+ {
498
+ "epoch": 0.9365687526607067,
499
+ "grad_norm": 0.7466130256652832,
500
+ "learning_rate": 0.0001374288964732651,
501
+ "loss": 0.9974,
502
+ "mean_token_accuracy": 0.8431279867887497,
503
+ "num_tokens": 236312.0,
504
+ "step": 275
505
+ },
506
+ {
507
+ "epoch": 0.9535972754363559,
508
+ "grad_norm": 0.7876543402671814,
509
+ "learning_rate": 0.00013629124004550626,
510
+ "loss": 1.0057,
511
+ "mean_token_accuracy": 0.8389794036746026,
512
+ "num_tokens": 240594.0,
513
+ "step": 280
514
+ },
515
+ {
516
+ "epoch": 0.9706257982120051,
517
+ "grad_norm": 0.738293468952179,
518
+ "learning_rate": 0.00013515358361774744,
519
+ "loss": 0.9129,
520
+ "mean_token_accuracy": 0.8528255730867386,
521
+ "num_tokens": 244859.0,
522
+ "step": 285
523
+ },
524
+ {
525
+ "epoch": 0.9876543209876543,
526
+ "grad_norm": 0.8145989775657654,
527
+ "learning_rate": 0.00013401592718998863,
528
+ "loss": 0.9188,
529
+ "mean_token_accuracy": 0.8555046319961548,
530
+ "num_tokens": 249060.0,
531
+ "step": 290
532
+ },
533
+ {
534
+ "epoch": 1.0046828437633035,
535
+ "grad_norm": 0.693233072757721,
536
+ "learning_rate": 0.00013287827076222981,
537
+ "loss": 1.0648,
538
+ "mean_token_accuracy": 0.8477524280548095,
539
+ "num_tokens": 253361.0,
540
+ "step": 295
541
+ },
542
+ {
543
+ "epoch": 1.0217113665389528,
544
+ "grad_norm": 0.8171095848083496,
545
+ "learning_rate": 0.000131740614334471,
546
+ "loss": 0.883,
547
+ "mean_token_accuracy": 0.8561580404639244,
548
+ "num_tokens": 257633.0,
549
+ "step": 300
550
+ },
551
+ {
552
+ "epoch": 1.038739889314602,
553
+ "grad_norm": 0.7343988418579102,
554
+ "learning_rate": 0.00013060295790671218,
555
+ "loss": 0.8591,
556
+ "mean_token_accuracy": 0.8583228841423989,
557
+ "num_tokens": 261975.0,
558
+ "step": 305
559
+ },
560
+ {
561
+ "epoch": 1.055768412090251,
562
+ "grad_norm": 0.6689726114273071,
563
+ "learning_rate": 0.00012946530147895337,
564
+ "loss": 0.8397,
565
+ "mean_token_accuracy": 0.8668102487921715,
566
+ "num_tokens": 266174.0,
567
+ "step": 310
568
+ },
569
+ {
570
+ "epoch": 1.0727969348659003,
571
+ "grad_norm": 0.8284767270088196,
572
+ "learning_rate": 0.00012832764505119455,
573
+ "loss": 0.9108,
574
+ "mean_token_accuracy": 0.8551412716507911,
575
+ "num_tokens": 270416.0,
576
+ "step": 315
577
+ },
578
+ {
579
+ "epoch": 1.0898254576415496,
580
+ "grad_norm": 0.7800877690315247,
581
+ "learning_rate": 0.0001271899886234357,
582
+ "loss": 0.923,
583
+ "mean_token_accuracy": 0.8521544948220253,
584
+ "num_tokens": 274802.0,
585
+ "step": 320
586
+ },
587
+ {
588
+ "epoch": 1.1068539804171988,
589
+ "grad_norm": 0.803035318851471,
590
+ "learning_rate": 0.00012605233219567692,
591
+ "loss": 0.9009,
592
+ "mean_token_accuracy": 0.8583568409085274,
593
+ "num_tokens": 279061.0,
594
+ "step": 325
595
+ },
596
+ {
597
+ "epoch": 1.123882503192848,
598
+ "grad_norm": 0.7928335666656494,
599
+ "learning_rate": 0.00012491467576791808,
600
+ "loss": 0.8677,
601
+ "mean_token_accuracy": 0.860838033258915,
602
+ "num_tokens": 283290.0,
603
+ "step": 330
604
+ },
605
+ {
606
+ "epoch": 1.1409110259684971,
607
+ "grad_norm": 0.82757967710495,
608
+ "learning_rate": 0.0001237770193401593,
609
+ "loss": 0.9326,
610
+ "mean_token_accuracy": 0.8526211172342301,
611
+ "num_tokens": 287627.0,
612
+ "step": 335
613
+ },
614
+ {
615
+ "epoch": 1.1579395487441464,
616
+ "grad_norm": 0.8021914958953857,
617
+ "learning_rate": 0.00012263936291240045,
618
+ "loss": 0.9066,
619
+ "mean_token_accuracy": 0.8505649596452713,
620
+ "num_tokens": 291975.0,
621
+ "step": 340
622
+ },
623
+ {
624
+ "epoch": 1.1749680715197957,
625
+ "grad_norm": 0.7565475106239319,
626
+ "learning_rate": 0.00012150170648464165,
627
+ "loss": 0.8812,
628
+ "mean_token_accuracy": 0.8562570214271545,
629
+ "num_tokens": 296232.0,
630
+ "step": 345
631
+ },
632
+ {
633
+ "epoch": 1.191996594295445,
634
+ "grad_norm": 0.8126978278160095,
635
+ "learning_rate": 0.00012036405005688282,
636
+ "loss": 0.905,
637
+ "mean_token_accuracy": 0.8556828230619431,
638
+ "num_tokens": 300591.0,
639
+ "step": 350
640
+ },
641
+ {
642
+ "epoch": 1.2090251170710942,
643
+ "grad_norm": 0.8174765706062317,
644
+ "learning_rate": 0.000119226393629124,
645
+ "loss": 0.9861,
646
+ "mean_token_accuracy": 0.8424012079834938,
647
+ "num_tokens": 304998.0,
648
+ "step": 355
649
+ },
650
+ {
651
+ "epoch": 1.2260536398467432,
652
+ "grad_norm": 0.8921035528182983,
653
+ "learning_rate": 0.00011808873720136519,
654
+ "loss": 0.7724,
655
+ "mean_token_accuracy": 0.8735315829515458,
656
+ "num_tokens": 309137.0,
657
+ "step": 360
658
+ },
659
+ {
660
+ "epoch": 1.2430821626223925,
661
+ "grad_norm": 0.855992317199707,
662
+ "learning_rate": 0.00011695108077360638,
663
+ "loss": 0.8922,
664
+ "mean_token_accuracy": 0.854039640724659,
665
+ "num_tokens": 313389.0,
666
+ "step": 365
667
+ },
668
+ {
669
+ "epoch": 1.2601106853980417,
670
+ "grad_norm": 0.9408860206604004,
671
+ "learning_rate": 0.00011581342434584756,
672
+ "loss": 0.9254,
673
+ "mean_token_accuracy": 0.8507854476571083,
674
+ "num_tokens": 317743.0,
675
+ "step": 370
676
+ },
677
+ {
678
+ "epoch": 1.277139208173691,
679
+ "grad_norm": 0.7847197651863098,
680
+ "learning_rate": 0.00011467576791808873,
681
+ "loss": 0.8563,
682
+ "mean_token_accuracy": 0.869862625002861,
683
+ "num_tokens": 321873.0,
684
+ "step": 375
685
+ },
686
+ {
687
+ "epoch": 1.29416773094934,
688
+ "grad_norm": 0.8556840419769287,
689
+ "learning_rate": 0.00011353811149032993,
690
+ "loss": 0.8489,
691
+ "mean_token_accuracy": 0.8591933220624923,
692
+ "num_tokens": 326124.0,
693
+ "step": 380
694
+ },
695
+ {
696
+ "epoch": 1.3111962537249893,
697
+ "grad_norm": 0.8849514126777649,
698
+ "learning_rate": 0.0001124004550625711,
699
+ "loss": 0.8526,
700
+ "mean_token_accuracy": 0.8600789621472359,
701
+ "num_tokens": 330405.0,
702
+ "step": 385
703
+ },
704
+ {
705
+ "epoch": 1.3282247765006385,
706
+ "grad_norm": 0.8099865913391113,
707
+ "learning_rate": 0.00011126279863481229,
708
+ "loss": 0.9309,
709
+ "mean_token_accuracy": 0.8511071890592575,
710
+ "num_tokens": 334701.0,
711
+ "step": 390
712
+ },
713
+ {
714
+ "epoch": 1.3452532992762878,
715
+ "grad_norm": 0.8668401837348938,
716
+ "learning_rate": 0.00011012514220705347,
717
+ "loss": 0.8671,
718
+ "mean_token_accuracy": 0.8605618432164193,
719
+ "num_tokens": 338951.0,
720
+ "step": 395
721
+ },
722
+ {
723
+ "epoch": 1.362281822051937,
724
+ "grad_norm": 0.8669872283935547,
725
+ "learning_rate": 0.00010898748577929466,
726
+ "loss": 0.8796,
727
+ "mean_token_accuracy": 0.8592276558279991,
728
+ "num_tokens": 343203.0,
729
+ "step": 400
730
+ }
731
+ ],
732
+ "logging_steps": 5,
733
+ "max_steps": 879,
734
+ "num_input_tokens_seen": 0,
735
+ "num_train_epochs": 3,
736
+ "save_steps": 200,
737
+ "stateful_callbacks": {
738
+ "TrainerControl": {
739
+ "args": {
740
+ "should_epoch_stop": false,
741
+ "should_evaluate": false,
742
+ "should_log": false,
743
+ "should_save": true,
744
+ "should_training_stop": false
745
+ },
746
+ "attributes": {}
747
+ }
748
+ },
749
+ "total_flos": 3216867264285696.0,
750
+ "train_batch_size": 1,
751
+ "trial_name": null,
752
+ "trial_params": null
753
+ }
checkpoint-400/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:001de43419a04313fd3d652571d90911489fbcebf2f0e7c3f8aa624286dfc855
3
+ size 5624
checkpoint-600/README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.20.0
checkpoint-600/adapter_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B",
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
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "monteclora_config": null,
27
+ "peft_type": "LORA",
28
+ "peft_version": "0.20.0",
29
+ "qalora_group_size": 16,
30
+ "r": 16,
31
+ "rank_pattern": {},
32
+ "revision": null,
33
+ "target_modules": [
34
+ "q_proj",
35
+ "up_proj",
36
+ "down_proj",
37
+ "k_proj",
38
+ "o_proj",
39
+ "v_proj",
40
+ "gate_proj"
41
+ ],
42
+ "target_parameters": null,
43
+ "task_type": "CAUSAL_LM",
44
+ "trainable_token_indices": null,
45
+ "use_bdlora": null,
46
+ "use_dora": false,
47
+ "use_qalora": false,
48
+ "use_rslora": false,
49
+ "velora_config": null
50
+ }
checkpoint-600/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9261875dab8ac5b2b5d3e1e5e603a884aec8cded38bbeabcea27b9a5b106e445
3
+ size 73911112
checkpoint-600/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f6730a6a08e8323e2f1997cc701d4bff7ff7099550655e1f07e63309c005255
3
+ size 37969652
checkpoint-600/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd31a88e8b6f456ee8b723e824bfcda938831d3f8391867e1379f24a6da62315
3
+ size 14244
checkpoint-600/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dd96493eebbb35a30ee240cfe1ad8f98b67771a20ddafde87bd6093f71d27bb
3
+ size 1064
checkpoint-600/special_tokens_map.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin▁of▁sentence|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|end▁of▁sentence|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|end▁of▁sentence|>"
17
+ }
checkpoint-600/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e20ddafc659ba90242154b55275402edeca0715e5dbb30f56815a4ce081f4893
3
+ size 11422778
checkpoint-600/tokenizer_config.json ADDED
@@ -0,0 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "151643": {
7
+ "content": "<|end▁of▁sentence|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "151644": {
15
+ "content": "<|User|>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": false
21
+ },
22
+ "151645": {
23
+ "content": "<|Assistant|>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "151646": {
31
+ "content": "<|begin▁of▁sentence|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "151647": {
39
+ "content": "<|EOT|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "151648": {
47
+ "content": "<think>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "151649": {
55
+ "content": "</think>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "151650": {
63
+ "content": "<|quad_start|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "151651": {
71
+ "content": "<|quad_end|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "151652": {
79
+ "content": "<|vision_start|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "151653": {
87
+ "content": "<|vision_end|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "151654": {
95
+ "content": "<|vision_pad|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "151655": {
103
+ "content": "<|image_pad|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "151656": {
111
+ "content": "<|video_pad|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "151657": {
119
+ "content": "<tool_call>",
120
+ "lstrip": false,
121
+ "normalized": false,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": false
125
+ },
126
+ "151658": {
127
+ "content": "</tool_call>",
128
+ "lstrip": false,
129
+ "normalized": false,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "151659": {
135
+ "content": "<|fim_prefix|>",
136
+ "lstrip": false,
137
+ "normalized": false,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "151660": {
143
+ "content": "<|fim_middle|>",
144
+ "lstrip": false,
145
+ "normalized": false,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "151661": {
151
+ "content": "<|fim_suffix|>",
152
+ "lstrip": false,
153
+ "normalized": false,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "151662": {
159
+ "content": "<|fim_pad|>",
160
+ "lstrip": false,
161
+ "normalized": false,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "151663": {
167
+ "content": "<|repo_name|>",
168
+ "lstrip": false,
169
+ "normalized": false,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "151664": {
175
+ "content": "<|file_sep|>",
176
+ "lstrip": false,
177
+ "normalized": false,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": false
181
+ }
182
+ },
183
+ "bos_token": "<|begin▁of▁sentence|>",
184
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set ns = namespace(is_first=false, is_tool=false, is_output_first=true, system_prompt='') %}{%- for message in messages %}{%- if message['role'] == 'system' %}{% set ns.system_prompt = message['content'] %}{%- endif %}{%- endfor %}{{bos_token}}{{ns.system_prompt}}{%- for message in messages %}{%- if message['role'] == 'user' %}{%- set ns.is_tool = false -%}{{'<|User|>' + message['content']}}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is none %}{%- set ns.is_tool = false -%}{%- for tool in message['tool_calls']%}{%- if not ns.is_first %}{{'<|Assistant|><|tool▁calls▁begin|><|tool▁call▁begin��>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\\n' + '```json' + '\\n' + tool['function']['arguments'] + '\\n' + '```' + '<|tool▁call▁end|>'}}{%- set ns.is_first = true -%}{%- else %}{{'\\n' + '<|tool▁call▁begin|>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\\n' + '```json' + '\\n' + tool['function']['arguments'] + '\\n' + '```' + '<|tool▁call▁end|>'}}{{'<|tool▁calls▁end|><|end▁of▁sentence|>'}}{%- endif %}{%- endfor %}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is not none %}{%- if ns.is_tool %}{{'<|tool▁outputs▁end|>' + message['content'] + '<|end▁of▁sentence|>'}}{%- set ns.is_tool = false -%}{%- else %}{% set content = message['content'] %}{% if '</think>' in content %}{% set content = content.split('</think>')[-1] %}{% endif %}{{'<|Assistant|>' + content + '<|end▁of▁sentence|>'}}{%- endif %}{%- endif %}{%- if message['role'] == 'tool' %}{%- set ns.is_tool = true -%}{%- if ns.is_output_first %}{{'<|tool▁outputs▁begin|><|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- set ns.is_output_first = false %}{%- else %}{{'\\n<|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- endif %}{%- endif %}{%- endfor -%}{% if ns.is_tool %}{{'<|tool▁outputs▁end|>'}}{% endif %}{% if add_generation_prompt and not ns.is_tool %}{{'<|Assistant|><think>\\n'}}{% endif %}",
185
+ "clean_up_tokenization_spaces": false,
186
+ "eos_token": "<|end▁of▁sentence|>",
187
+ "legacy": true,
188
+ "model_max_length": 16384,
189
+ "pad_token": "<|end▁of▁sentence|>",
190
+ "sp_model_kwargs": {},
191
+ "tokenizer_class": "LlamaTokenizer",
192
+ "unk_token": null,
193
+ "use_default_system_prompt": false
194
+ }
checkpoint-600/trainer_state.json ADDED
@@ -0,0 +1,1113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.0434227330779056,
5
+ "eval_steps": 500,
6
+ "global_step": 600,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.017028522775649212,
13
+ "grad_norm": 2.3286359310150146,
14
+ "learning_rate": 0.0001988623435722412,
15
+ "loss": 4.1641,
16
+ "mean_token_accuracy": 0.3866006717085838,
17
+ "num_tokens": 4326.0,
18
+ "step": 5
19
+ },
20
+ {
21
+ "epoch": 0.034057045551298425,
22
+ "grad_norm": 1.4926602840423584,
23
+ "learning_rate": 0.00019772468714448238,
24
+ "loss": 2.0591,
25
+ "mean_token_accuracy": 0.6790341928601265,
26
+ "num_tokens": 8676.0,
27
+ "step": 10
28
+ },
29
+ {
30
+ "epoch": 0.05108556832694764,
31
+ "grad_norm": 1.0835968255996704,
32
+ "learning_rate": 0.00019658703071672356,
33
+ "loss": 1.3145,
34
+ "mean_token_accuracy": 0.8256841972470284,
35
+ "num_tokens": 12796.0,
36
+ "step": 15
37
+ },
38
+ {
39
+ "epoch": 0.06811409110259685,
40
+ "grad_norm": 0.7724414467811584,
41
+ "learning_rate": 0.00019544937428896475,
42
+ "loss": 1.3324,
43
+ "mean_token_accuracy": 0.8117582932114601,
44
+ "num_tokens": 17119.0,
45
+ "step": 20
46
+ },
47
+ {
48
+ "epoch": 0.08514261387824607,
49
+ "grad_norm": 0.785762369632721,
50
+ "learning_rate": 0.00019431171786120593,
51
+ "loss": 1.3375,
52
+ "mean_token_accuracy": 0.8029867172241211,
53
+ "num_tokens": 21499.0,
54
+ "step": 25
55
+ },
56
+ {
57
+ "epoch": 0.10217113665389528,
58
+ "grad_norm": 0.6702725291252136,
59
+ "learning_rate": 0.00019317406143344712,
60
+ "loss": 1.2159,
61
+ "mean_token_accuracy": 0.8230627462267875,
62
+ "num_tokens": 25785.0,
63
+ "step": 30
64
+ },
65
+ {
66
+ "epoch": 0.11919965942954448,
67
+ "grad_norm": 0.6287369728088379,
68
+ "learning_rate": 0.0001920364050056883,
69
+ "loss": 1.1634,
70
+ "mean_token_accuracy": 0.8315445825457572,
71
+ "num_tokens": 29980.0,
72
+ "step": 35
73
+ },
74
+ {
75
+ "epoch": 0.1362281822051937,
76
+ "grad_norm": 0.6573143005371094,
77
+ "learning_rate": 0.00019089874857792946,
78
+ "loss": 1.3762,
79
+ "mean_token_accuracy": 0.7971536681056023,
80
+ "num_tokens": 34497.0,
81
+ "step": 40
82
+ },
83
+ {
84
+ "epoch": 0.1532567049808429,
85
+ "grad_norm": 0.6560688614845276,
86
+ "learning_rate": 0.00018976109215017067,
87
+ "loss": 1.1589,
88
+ "mean_token_accuracy": 0.8251897826790809,
89
+ "num_tokens": 38800.0,
90
+ "step": 45
91
+ },
92
+ {
93
+ "epoch": 0.17028522775649213,
94
+ "grad_norm": 0.6654791831970215,
95
+ "learning_rate": 0.00018862343572241183,
96
+ "loss": 1.1498,
97
+ "mean_token_accuracy": 0.8319168403744698,
98
+ "num_tokens": 43055.0,
99
+ "step": 50
100
+ },
101
+ {
102
+ "epoch": 0.18731375053214133,
103
+ "grad_norm": 0.7387417554855347,
104
+ "learning_rate": 0.00018748577929465302,
105
+ "loss": 1.1265,
106
+ "mean_token_accuracy": 0.8290244281291962,
107
+ "num_tokens": 47346.0,
108
+ "step": 55
109
+ },
110
+ {
111
+ "epoch": 0.20434227330779056,
112
+ "grad_norm": 0.5795997977256775,
113
+ "learning_rate": 0.0001863481228668942,
114
+ "loss": 1.0046,
115
+ "mean_token_accuracy": 0.8534704640507698,
116
+ "num_tokens": 51485.0,
117
+ "step": 60
118
+ },
119
+ {
120
+ "epoch": 0.22137079608343976,
121
+ "grad_norm": 0.6834130883216858,
122
+ "learning_rate": 0.0001852104664391354,
123
+ "loss": 1.113,
124
+ "mean_token_accuracy": 0.8345914751291275,
125
+ "num_tokens": 55716.0,
126
+ "step": 65
127
+ },
128
+ {
129
+ "epoch": 0.23839931885908897,
130
+ "grad_norm": 0.7211284041404724,
131
+ "learning_rate": 0.00018407281001137657,
132
+ "loss": 1.2132,
133
+ "mean_token_accuracy": 0.8207321017980576,
134
+ "num_tokens": 60030.0,
135
+ "step": 70
136
+ },
137
+ {
138
+ "epoch": 0.2554278416347382,
139
+ "grad_norm": 0.6312271356582642,
140
+ "learning_rate": 0.00018293515358361776,
141
+ "loss": 1.0987,
142
+ "mean_token_accuracy": 0.8333725541830063,
143
+ "num_tokens": 64288.0,
144
+ "step": 75
145
+ },
146
+ {
147
+ "epoch": 0.2724563644103874,
148
+ "grad_norm": 0.7119404077529907,
149
+ "learning_rate": 0.00018179749715585894,
150
+ "loss": 1.0981,
151
+ "mean_token_accuracy": 0.8323698997497558,
152
+ "num_tokens": 68548.0,
153
+ "step": 80
154
+ },
155
+ {
156
+ "epoch": 0.2894848871860366,
157
+ "grad_norm": 0.9000201225280762,
158
+ "learning_rate": 0.00018065984072810013,
159
+ "loss": 1.146,
160
+ "mean_token_accuracy": 0.8253335595130921,
161
+ "num_tokens": 72914.0,
162
+ "step": 85
163
+ },
164
+ {
165
+ "epoch": 0.3065134099616858,
166
+ "grad_norm": 0.6050537824630737,
167
+ "learning_rate": 0.0001795221843003413,
168
+ "loss": 1.0111,
169
+ "mean_token_accuracy": 0.842674246430397,
170
+ "num_tokens": 77168.0,
171
+ "step": 90
172
+ },
173
+ {
174
+ "epoch": 0.32354193273733506,
175
+ "grad_norm": 0.684512197971344,
176
+ "learning_rate": 0.0001783845278725825,
177
+ "loss": 1.1186,
178
+ "mean_token_accuracy": 0.8351956441998482,
179
+ "num_tokens": 81439.0,
180
+ "step": 95
181
+ },
182
+ {
183
+ "epoch": 0.34057045551298426,
184
+ "grad_norm": 0.7323129773139954,
185
+ "learning_rate": 0.00017724687144482368,
186
+ "loss": 1.1287,
187
+ "mean_token_accuracy": 0.8245970487594605,
188
+ "num_tokens": 85773.0,
189
+ "step": 100
190
+ },
191
+ {
192
+ "epoch": 0.35759897828863346,
193
+ "grad_norm": 0.7547741532325745,
194
+ "learning_rate": 0.00017610921501706487,
195
+ "loss": 1.0868,
196
+ "mean_token_accuracy": 0.8298466548323631,
197
+ "num_tokens": 90117.0,
198
+ "step": 105
199
+ },
200
+ {
201
+ "epoch": 0.37462750106428266,
202
+ "grad_norm": 0.7113769054412842,
203
+ "learning_rate": 0.00017497155858930602,
204
+ "loss": 1.1214,
205
+ "mean_token_accuracy": 0.8299670115113258,
206
+ "num_tokens": 94412.0,
207
+ "step": 110
208
+ },
209
+ {
210
+ "epoch": 0.39165602383993187,
211
+ "grad_norm": 0.7486220002174377,
212
+ "learning_rate": 0.00017383390216154724,
213
+ "loss": 1.1452,
214
+ "mean_token_accuracy": 0.8283886179327965,
215
+ "num_tokens": 98782.0,
216
+ "step": 115
217
+ },
218
+ {
219
+ "epoch": 0.4086845466155811,
220
+ "grad_norm": 0.658633828163147,
221
+ "learning_rate": 0.0001726962457337884,
222
+ "loss": 1.0415,
223
+ "mean_token_accuracy": 0.8431179687380791,
224
+ "num_tokens": 103011.0,
225
+ "step": 120
226
+ },
227
+ {
228
+ "epoch": 0.4257130693912303,
229
+ "grad_norm": 0.783794105052948,
230
+ "learning_rate": 0.0001715585893060296,
231
+ "loss": 1.1056,
232
+ "mean_token_accuracy": 0.8254878520965576,
233
+ "num_tokens": 107402.0,
234
+ "step": 125
235
+ },
236
+ {
237
+ "epoch": 0.4427415921668795,
238
+ "grad_norm": 0.7954565286636353,
239
+ "learning_rate": 0.00017042093287827076,
240
+ "loss": 1.0518,
241
+ "mean_token_accuracy": 0.8375606715679169,
242
+ "num_tokens": 111707.0,
243
+ "step": 130
244
+ },
245
+ {
246
+ "epoch": 0.45977011494252873,
247
+ "grad_norm": 0.6913949847221375,
248
+ "learning_rate": 0.00016928327645051198,
249
+ "loss": 1.1104,
250
+ "mean_token_accuracy": 0.8326424166560173,
251
+ "num_tokens": 115998.0,
252
+ "step": 135
253
+ },
254
+ {
255
+ "epoch": 0.47679863771817793,
256
+ "grad_norm": 0.7918037176132202,
257
+ "learning_rate": 0.00016814562002275313,
258
+ "loss": 1.0495,
259
+ "mean_token_accuracy": 0.8390962019562721,
260
+ "num_tokens": 120271.0,
261
+ "step": 140
262
+ },
263
+ {
264
+ "epoch": 0.49382716049382713,
265
+ "grad_norm": 0.7816826701164246,
266
+ "learning_rate": 0.00016700796359499432,
267
+ "loss": 1.0463,
268
+ "mean_token_accuracy": 0.8433194428682327,
269
+ "num_tokens": 124461.0,
270
+ "step": 145
271
+ },
272
+ {
273
+ "epoch": 0.5108556832694764,
274
+ "grad_norm": 0.8069042563438416,
275
+ "learning_rate": 0.0001658703071672355,
276
+ "loss": 1.0664,
277
+ "mean_token_accuracy": 0.8278923153877258,
278
+ "num_tokens": 128781.0,
279
+ "step": 150
280
+ },
281
+ {
282
+ "epoch": 0.5278842060451255,
283
+ "grad_norm": 1.0114731788635254,
284
+ "learning_rate": 0.0001647326507394767,
285
+ "loss": 1.1217,
286
+ "mean_token_accuracy": 0.8267972275614739,
287
+ "num_tokens": 133167.0,
288
+ "step": 155
289
+ },
290
+ {
291
+ "epoch": 0.5449127288207748,
292
+ "grad_norm": 0.7900378704071045,
293
+ "learning_rate": 0.00016359499431171787,
294
+ "loss": 0.971,
295
+ "mean_token_accuracy": 0.8421565622091294,
296
+ "num_tokens": 137464.0,
297
+ "step": 160
298
+ },
299
+ {
300
+ "epoch": 0.561941251596424,
301
+ "grad_norm": 0.8059927821159363,
302
+ "learning_rate": 0.00016245733788395906,
303
+ "loss": 1.0457,
304
+ "mean_token_accuracy": 0.8381335601210594,
305
+ "num_tokens": 141760.0,
306
+ "step": 165
307
+ },
308
+ {
309
+ "epoch": 0.5789697743720732,
310
+ "grad_norm": 0.7589371800422668,
311
+ "learning_rate": 0.00016131968145620024,
312
+ "loss": 1.0208,
313
+ "mean_token_accuracy": 0.8342296928167343,
314
+ "num_tokens": 146051.0,
315
+ "step": 170
316
+ },
317
+ {
318
+ "epoch": 0.5959982971477225,
319
+ "grad_norm": 0.692416250705719,
320
+ "learning_rate": 0.00016018202502844143,
321
+ "loss": 0.9837,
322
+ "mean_token_accuracy": 0.8510025009512902,
323
+ "num_tokens": 150270.0,
324
+ "step": 175
325
+ },
326
+ {
327
+ "epoch": 0.6130268199233716,
328
+ "grad_norm": 0.6662923097610474,
329
+ "learning_rate": 0.0001590443686006826,
330
+ "loss": 0.9835,
331
+ "mean_token_accuracy": 0.8463438332080842,
332
+ "num_tokens": 154537.0,
333
+ "step": 180
334
+ },
335
+ {
336
+ "epoch": 0.6300553426990209,
337
+ "grad_norm": 0.7452691793441772,
338
+ "learning_rate": 0.0001579067121729238,
339
+ "loss": 1.0496,
340
+ "mean_token_accuracy": 0.8375737622380257,
341
+ "num_tokens": 158810.0,
342
+ "step": 185
343
+ },
344
+ {
345
+ "epoch": 0.6470838654746701,
346
+ "grad_norm": 0.809700608253479,
347
+ "learning_rate": 0.00015676905574516496,
348
+ "loss": 1.0595,
349
+ "mean_token_accuracy": 0.8294038504362107,
350
+ "num_tokens": 163213.0,
351
+ "step": 190
352
+ },
353
+ {
354
+ "epoch": 0.6641123882503193,
355
+ "grad_norm": 0.7708745002746582,
356
+ "learning_rate": 0.00015563139931740617,
357
+ "loss": 1.0976,
358
+ "mean_token_accuracy": 0.8289313957095146,
359
+ "num_tokens": 167607.0,
360
+ "step": 195
361
+ },
362
+ {
363
+ "epoch": 0.6811409110259685,
364
+ "grad_norm": 0.6482141613960266,
365
+ "learning_rate": 0.00015449374288964733,
366
+ "loss": 1.0701,
367
+ "mean_token_accuracy": 0.8261386752128601,
368
+ "num_tokens": 172024.0,
369
+ "step": 200
370
+ },
371
+ {
372
+ "epoch": 0.6981694338016177,
373
+ "grad_norm": 0.7164883613586426,
374
+ "learning_rate": 0.00015335608646188854,
375
+ "loss": 0.9878,
376
+ "mean_token_accuracy": 0.8418964132666588,
377
+ "num_tokens": 176317.0,
378
+ "step": 205
379
+ },
380
+ {
381
+ "epoch": 0.7151979565772669,
382
+ "grad_norm": 0.710343599319458,
383
+ "learning_rate": 0.0001522184300341297,
384
+ "loss": 0.9306,
385
+ "mean_token_accuracy": 0.8468034327030182,
386
+ "num_tokens": 180558.0,
387
+ "step": 210
388
+ },
389
+ {
390
+ "epoch": 0.7322264793529162,
391
+ "grad_norm": 0.863784909248352,
392
+ "learning_rate": 0.00015108077360637088,
393
+ "loss": 1.0544,
394
+ "mean_token_accuracy": 0.8359945684671402,
395
+ "num_tokens": 184885.0,
396
+ "step": 215
397
+ },
398
+ {
399
+ "epoch": 0.7492550021285653,
400
+ "grad_norm": 0.8381637930870056,
401
+ "learning_rate": 0.00014994311717861207,
402
+ "loss": 1.0522,
403
+ "mean_token_accuracy": 0.836811026930809,
404
+ "num_tokens": 189219.0,
405
+ "step": 220
406
+ },
407
+ {
408
+ "epoch": 0.7662835249042146,
409
+ "grad_norm": 0.683501124382019,
410
+ "learning_rate": 0.00014880546075085325,
411
+ "loss": 0.9427,
412
+ "mean_token_accuracy": 0.8544979348778725,
413
+ "num_tokens": 193437.0,
414
+ "step": 225
415
+ },
416
+ {
417
+ "epoch": 0.7833120476798637,
418
+ "grad_norm": 0.7609812617301941,
419
+ "learning_rate": 0.00014766780432309444,
420
+ "loss": 1.0048,
421
+ "mean_token_accuracy": 0.8403829500079155,
422
+ "num_tokens": 197724.0,
423
+ "step": 230
424
+ },
425
+ {
426
+ "epoch": 0.800340570455513,
427
+ "grad_norm": 0.8223949074745178,
428
+ "learning_rate": 0.00014653014789533562,
429
+ "loss": 1.078,
430
+ "mean_token_accuracy": 0.8296335831284523,
431
+ "num_tokens": 202141.0,
432
+ "step": 235
433
+ },
434
+ {
435
+ "epoch": 0.8173690932311622,
436
+ "grad_norm": 0.9807024002075195,
437
+ "learning_rate": 0.0001453924914675768,
438
+ "loss": 0.9295,
439
+ "mean_token_accuracy": 0.8495418474078178,
440
+ "num_tokens": 206333.0,
441
+ "step": 240
442
+ },
443
+ {
444
+ "epoch": 0.8343976160068114,
445
+ "grad_norm": 0.7864217162132263,
446
+ "learning_rate": 0.000144254835039818,
447
+ "loss": 1.0326,
448
+ "mean_token_accuracy": 0.8422158002853394,
449
+ "num_tokens": 210593.0,
450
+ "step": 245
451
+ },
452
+ {
453
+ "epoch": 0.8514261387824607,
454
+ "grad_norm": 0.8183476328849792,
455
+ "learning_rate": 0.00014311717861205915,
456
+ "loss": 1.0419,
457
+ "mean_token_accuracy": 0.8332764700055122,
458
+ "num_tokens": 214925.0,
459
+ "step": 250
460
+ },
461
+ {
462
+ "epoch": 0.8684546615581098,
463
+ "grad_norm": 0.7906543612480164,
464
+ "learning_rate": 0.00014197952218430036,
465
+ "loss": 0.9278,
466
+ "mean_token_accuracy": 0.8531344652175903,
467
+ "num_tokens": 219106.0,
468
+ "step": 255
469
+ },
470
+ {
471
+ "epoch": 0.885483184333759,
472
+ "grad_norm": 0.7864625453948975,
473
+ "learning_rate": 0.00014084186575654152,
474
+ "loss": 0.9764,
475
+ "mean_token_accuracy": 0.8394758701324463,
476
+ "num_tokens": 223398.0,
477
+ "step": 260
478
+ },
479
+ {
480
+ "epoch": 0.9025117071094083,
481
+ "grad_norm": 0.7231821417808533,
482
+ "learning_rate": 0.00013970420932878273,
483
+ "loss": 1.0357,
484
+ "mean_token_accuracy": 0.8368565306067467,
485
+ "num_tokens": 227720.0,
486
+ "step": 265
487
+ },
488
+ {
489
+ "epoch": 0.9195402298850575,
490
+ "grad_norm": 0.7288718223571777,
491
+ "learning_rate": 0.0001385665529010239,
492
+ "loss": 1.0178,
493
+ "mean_token_accuracy": 0.842984040081501,
494
+ "num_tokens": 232021.0,
495
+ "step": 270
496
+ },
497
+ {
498
+ "epoch": 0.9365687526607067,
499
+ "grad_norm": 0.7466130256652832,
500
+ "learning_rate": 0.0001374288964732651,
501
+ "loss": 0.9974,
502
+ "mean_token_accuracy": 0.8431279867887497,
503
+ "num_tokens": 236312.0,
504
+ "step": 275
505
+ },
506
+ {
507
+ "epoch": 0.9535972754363559,
508
+ "grad_norm": 0.7876543402671814,
509
+ "learning_rate": 0.00013629124004550626,
510
+ "loss": 1.0057,
511
+ "mean_token_accuracy": 0.8389794036746026,
512
+ "num_tokens": 240594.0,
513
+ "step": 280
514
+ },
515
+ {
516
+ "epoch": 0.9706257982120051,
517
+ "grad_norm": 0.738293468952179,
518
+ "learning_rate": 0.00013515358361774744,
519
+ "loss": 0.9129,
520
+ "mean_token_accuracy": 0.8528255730867386,
521
+ "num_tokens": 244859.0,
522
+ "step": 285
523
+ },
524
+ {
525
+ "epoch": 0.9876543209876543,
526
+ "grad_norm": 0.8145989775657654,
527
+ "learning_rate": 0.00013401592718998863,
528
+ "loss": 0.9188,
529
+ "mean_token_accuracy": 0.8555046319961548,
530
+ "num_tokens": 249060.0,
531
+ "step": 290
532
+ },
533
+ {
534
+ "epoch": 1.0046828437633035,
535
+ "grad_norm": 0.693233072757721,
536
+ "learning_rate": 0.00013287827076222981,
537
+ "loss": 1.0648,
538
+ "mean_token_accuracy": 0.8477524280548095,
539
+ "num_tokens": 253361.0,
540
+ "step": 295
541
+ },
542
+ {
543
+ "epoch": 1.0217113665389528,
544
+ "grad_norm": 0.8171095848083496,
545
+ "learning_rate": 0.000131740614334471,
546
+ "loss": 0.883,
547
+ "mean_token_accuracy": 0.8561580404639244,
548
+ "num_tokens": 257633.0,
549
+ "step": 300
550
+ },
551
+ {
552
+ "epoch": 1.038739889314602,
553
+ "grad_norm": 0.7343988418579102,
554
+ "learning_rate": 0.00013060295790671218,
555
+ "loss": 0.8591,
556
+ "mean_token_accuracy": 0.8583228841423989,
557
+ "num_tokens": 261975.0,
558
+ "step": 305
559
+ },
560
+ {
561
+ "epoch": 1.055768412090251,
562
+ "grad_norm": 0.6689726114273071,
563
+ "learning_rate": 0.00012946530147895337,
564
+ "loss": 0.8397,
565
+ "mean_token_accuracy": 0.8668102487921715,
566
+ "num_tokens": 266174.0,
567
+ "step": 310
568
+ },
569
+ {
570
+ "epoch": 1.0727969348659003,
571
+ "grad_norm": 0.8284767270088196,
572
+ "learning_rate": 0.00012832764505119455,
573
+ "loss": 0.9108,
574
+ "mean_token_accuracy": 0.8551412716507911,
575
+ "num_tokens": 270416.0,
576
+ "step": 315
577
+ },
578
+ {
579
+ "epoch": 1.0898254576415496,
580
+ "grad_norm": 0.7800877690315247,
581
+ "learning_rate": 0.0001271899886234357,
582
+ "loss": 0.923,
583
+ "mean_token_accuracy": 0.8521544948220253,
584
+ "num_tokens": 274802.0,
585
+ "step": 320
586
+ },
587
+ {
588
+ "epoch": 1.1068539804171988,
589
+ "grad_norm": 0.803035318851471,
590
+ "learning_rate": 0.00012605233219567692,
591
+ "loss": 0.9009,
592
+ "mean_token_accuracy": 0.8583568409085274,
593
+ "num_tokens": 279061.0,
594
+ "step": 325
595
+ },
596
+ {
597
+ "epoch": 1.123882503192848,
598
+ "grad_norm": 0.7928335666656494,
599
+ "learning_rate": 0.00012491467576791808,
600
+ "loss": 0.8677,
601
+ "mean_token_accuracy": 0.860838033258915,
602
+ "num_tokens": 283290.0,
603
+ "step": 330
604
+ },
605
+ {
606
+ "epoch": 1.1409110259684971,
607
+ "grad_norm": 0.82757967710495,
608
+ "learning_rate": 0.0001237770193401593,
609
+ "loss": 0.9326,
610
+ "mean_token_accuracy": 0.8526211172342301,
611
+ "num_tokens": 287627.0,
612
+ "step": 335
613
+ },
614
+ {
615
+ "epoch": 1.1579395487441464,
616
+ "grad_norm": 0.8021914958953857,
617
+ "learning_rate": 0.00012263936291240045,
618
+ "loss": 0.9066,
619
+ "mean_token_accuracy": 0.8505649596452713,
620
+ "num_tokens": 291975.0,
621
+ "step": 340
622
+ },
623
+ {
624
+ "epoch": 1.1749680715197957,
625
+ "grad_norm": 0.7565475106239319,
626
+ "learning_rate": 0.00012150170648464165,
627
+ "loss": 0.8812,
628
+ "mean_token_accuracy": 0.8562570214271545,
629
+ "num_tokens": 296232.0,
630
+ "step": 345
631
+ },
632
+ {
633
+ "epoch": 1.191996594295445,
634
+ "grad_norm": 0.8126978278160095,
635
+ "learning_rate": 0.00012036405005688282,
636
+ "loss": 0.905,
637
+ "mean_token_accuracy": 0.8556828230619431,
638
+ "num_tokens": 300591.0,
639
+ "step": 350
640
+ },
641
+ {
642
+ "epoch": 1.2090251170710942,
643
+ "grad_norm": 0.8174765706062317,
644
+ "learning_rate": 0.000119226393629124,
645
+ "loss": 0.9861,
646
+ "mean_token_accuracy": 0.8424012079834938,
647
+ "num_tokens": 304998.0,
648
+ "step": 355
649
+ },
650
+ {
651
+ "epoch": 1.2260536398467432,
652
+ "grad_norm": 0.8921035528182983,
653
+ "learning_rate": 0.00011808873720136519,
654
+ "loss": 0.7724,
655
+ "mean_token_accuracy": 0.8735315829515458,
656
+ "num_tokens": 309137.0,
657
+ "step": 360
658
+ },
659
+ {
660
+ "epoch": 1.2430821626223925,
661
+ "grad_norm": 0.855992317199707,
662
+ "learning_rate": 0.00011695108077360638,
663
+ "loss": 0.8922,
664
+ "mean_token_accuracy": 0.854039640724659,
665
+ "num_tokens": 313389.0,
666
+ "step": 365
667
+ },
668
+ {
669
+ "epoch": 1.2601106853980417,
670
+ "grad_norm": 0.9408860206604004,
671
+ "learning_rate": 0.00011581342434584756,
672
+ "loss": 0.9254,
673
+ "mean_token_accuracy": 0.8507854476571083,
674
+ "num_tokens": 317743.0,
675
+ "step": 370
676
+ },
677
+ {
678
+ "epoch": 1.277139208173691,
679
+ "grad_norm": 0.7847197651863098,
680
+ "learning_rate": 0.00011467576791808873,
681
+ "loss": 0.8563,
682
+ "mean_token_accuracy": 0.869862625002861,
683
+ "num_tokens": 321873.0,
684
+ "step": 375
685
+ },
686
+ {
687
+ "epoch": 1.29416773094934,
688
+ "grad_norm": 0.8556840419769287,
689
+ "learning_rate": 0.00011353811149032993,
690
+ "loss": 0.8489,
691
+ "mean_token_accuracy": 0.8591933220624923,
692
+ "num_tokens": 326124.0,
693
+ "step": 380
694
+ },
695
+ {
696
+ "epoch": 1.3111962537249893,
697
+ "grad_norm": 0.8849514126777649,
698
+ "learning_rate": 0.0001124004550625711,
699
+ "loss": 0.8526,
700
+ "mean_token_accuracy": 0.8600789621472359,
701
+ "num_tokens": 330405.0,
702
+ "step": 385
703
+ },
704
+ {
705
+ "epoch": 1.3282247765006385,
706
+ "grad_norm": 0.8099865913391113,
707
+ "learning_rate": 0.00011126279863481229,
708
+ "loss": 0.9309,
709
+ "mean_token_accuracy": 0.8511071890592575,
710
+ "num_tokens": 334701.0,
711
+ "step": 390
712
+ },
713
+ {
714
+ "epoch": 1.3452532992762878,
715
+ "grad_norm": 0.8668401837348938,
716
+ "learning_rate": 0.00011012514220705347,
717
+ "loss": 0.8671,
718
+ "mean_token_accuracy": 0.8605618432164193,
719
+ "num_tokens": 338951.0,
720
+ "step": 395
721
+ },
722
+ {
723
+ "epoch": 1.362281822051937,
724
+ "grad_norm": 0.8669872283935547,
725
+ "learning_rate": 0.00010898748577929466,
726
+ "loss": 0.8796,
727
+ "mean_token_accuracy": 0.8592276558279991,
728
+ "num_tokens": 343203.0,
729
+ "step": 400
730
+ },
731
+ {
732
+ "epoch": 1.3793103448275863,
733
+ "grad_norm": 0.8468757271766663,
734
+ "learning_rate": 0.00010784982935153584,
735
+ "loss": 0.8941,
736
+ "mean_token_accuracy": 0.8553030788898468,
737
+ "num_tokens": 347460.0,
738
+ "step": 405
739
+ },
740
+ {
741
+ "epoch": 1.3963388676032356,
742
+ "grad_norm": 0.8839651346206665,
743
+ "learning_rate": 0.00010671217292377703,
744
+ "loss": 0.913,
745
+ "mean_token_accuracy": 0.8489826336503029,
746
+ "num_tokens": 351850.0,
747
+ "step": 410
748
+ },
749
+ {
750
+ "epoch": 1.4133673903788846,
751
+ "grad_norm": 0.8808367848396301,
752
+ "learning_rate": 0.00010557451649601821,
753
+ "loss": 0.8158,
754
+ "mean_token_accuracy": 0.8628147393465042,
755
+ "num_tokens": 356104.0,
756
+ "step": 415
757
+ },
758
+ {
759
+ "epoch": 1.4303959131545338,
760
+ "grad_norm": 0.9303593039512634,
761
+ "learning_rate": 0.00010443686006825938,
762
+ "loss": 0.8737,
763
+ "mean_token_accuracy": 0.8497098922729492,
764
+ "num_tokens": 360445.0,
765
+ "step": 420
766
+ },
767
+ {
768
+ "epoch": 1.447424435930183,
769
+ "grad_norm": 0.7914776802062988,
770
+ "learning_rate": 0.00010329920364050057,
771
+ "loss": 0.9168,
772
+ "mean_token_accuracy": 0.8531492814421654,
773
+ "num_tokens": 364778.0,
774
+ "step": 425
775
+ },
776
+ {
777
+ "epoch": 1.4644529587058321,
778
+ "grad_norm": 0.8661580085754395,
779
+ "learning_rate": 0.00010216154721274175,
780
+ "loss": 0.8335,
781
+ "mean_token_accuracy": 0.8674297228455543,
782
+ "num_tokens": 368961.0,
783
+ "step": 430
784
+ },
785
+ {
786
+ "epoch": 1.4814814814814814,
787
+ "grad_norm": 0.8548939228057861,
788
+ "learning_rate": 0.00010102389078498294,
789
+ "loss": 0.9314,
790
+ "mean_token_accuracy": 0.8409372463822364,
791
+ "num_tokens": 373355.0,
792
+ "step": 435
793
+ },
794
+ {
795
+ "epoch": 1.4985100042571307,
796
+ "grad_norm": 0.8668932914733887,
797
+ "learning_rate": 9.988623435722412e-05,
798
+ "loss": 0.8482,
799
+ "mean_token_accuracy": 0.8576690852642059,
800
+ "num_tokens": 377652.0,
801
+ "step": 440
802
+ },
803
+ {
804
+ "epoch": 1.51553852703278,
805
+ "grad_norm": 0.8412478566169739,
806
+ "learning_rate": 9.874857792946531e-05,
807
+ "loss": 0.8791,
808
+ "mean_token_accuracy": 0.8531419888138772,
809
+ "num_tokens": 381969.0,
810
+ "step": 445
811
+ },
812
+ {
813
+ "epoch": 1.5325670498084292,
814
+ "grad_norm": 0.8298078179359436,
815
+ "learning_rate": 9.761092150170649e-05,
816
+ "loss": 0.7418,
817
+ "mean_token_accuracy": 0.8757623940706253,
818
+ "num_tokens": 386149.0,
819
+ "step": 450
820
+ },
821
+ {
822
+ "epoch": 1.5495955725840784,
823
+ "grad_norm": 0.8505256772041321,
824
+ "learning_rate": 9.647326507394768e-05,
825
+ "loss": 0.8107,
826
+ "mean_token_accuracy": 0.8660028412938118,
827
+ "num_tokens": 390316.0,
828
+ "step": 455
829
+ },
830
+ {
831
+ "epoch": 1.5666240953597277,
832
+ "grad_norm": 0.72185879945755,
833
+ "learning_rate": 9.533560864618886e-05,
834
+ "loss": 0.8601,
835
+ "mean_token_accuracy": 0.8591737478971482,
836
+ "num_tokens": 394651.0,
837
+ "step": 460
838
+ },
839
+ {
840
+ "epoch": 1.5836526181353767,
841
+ "grad_norm": 1.0382378101348877,
842
+ "learning_rate": 9.419795221843003e-05,
843
+ "loss": 0.849,
844
+ "mean_token_accuracy": 0.8591210901737213,
845
+ "num_tokens": 398879.0,
846
+ "step": 465
847
+ },
848
+ {
849
+ "epoch": 1.600681140911026,
850
+ "grad_norm": 0.7781236171722412,
851
+ "learning_rate": 9.306029579067122e-05,
852
+ "loss": 0.8587,
853
+ "mean_token_accuracy": 0.8554968953132629,
854
+ "num_tokens": 403154.0,
855
+ "step": 470
856
+ },
857
+ {
858
+ "epoch": 1.617709663686675,
859
+ "grad_norm": 0.9941114187240601,
860
+ "learning_rate": 9.19226393629124e-05,
861
+ "loss": 1.0077,
862
+ "mean_token_accuracy": 0.8324473947286606,
863
+ "num_tokens": 407653.0,
864
+ "step": 475
865
+ },
866
+ {
867
+ "epoch": 1.6347381864623243,
868
+ "grad_norm": 0.791912853717804,
869
+ "learning_rate": 9.078498293515359e-05,
870
+ "loss": 0.8211,
871
+ "mean_token_accuracy": 0.8655396267771721,
872
+ "num_tokens": 411904.0,
873
+ "step": 480
874
+ },
875
+ {
876
+ "epoch": 1.6517667092379735,
877
+ "grad_norm": 0.8509976267814636,
878
+ "learning_rate": 8.964732650739477e-05,
879
+ "loss": 0.8895,
880
+ "mean_token_accuracy": 0.8587504833936691,
881
+ "num_tokens": 416159.0,
882
+ "step": 485
883
+ },
884
+ {
885
+ "epoch": 1.6687952320136228,
886
+ "grad_norm": 1.0071176290512085,
887
+ "learning_rate": 8.850967007963596e-05,
888
+ "loss": 0.9112,
889
+ "mean_token_accuracy": 0.8539686873555183,
890
+ "num_tokens": 420513.0,
891
+ "step": 490
892
+ },
893
+ {
894
+ "epoch": 1.685823754789272,
895
+ "grad_norm": 0.8273159861564636,
896
+ "learning_rate": 8.737201365187714e-05,
897
+ "loss": 0.8383,
898
+ "mean_token_accuracy": 0.8577379778027534,
899
+ "num_tokens": 424759.0,
900
+ "step": 495
901
+ },
902
+ {
903
+ "epoch": 1.7028522775649213,
904
+ "grad_norm": 0.8064838647842407,
905
+ "learning_rate": 8.623435722411833e-05,
906
+ "loss": 0.8397,
907
+ "mean_token_accuracy": 0.8636475175619125,
908
+ "num_tokens": 429018.0,
909
+ "step": 500
910
+ },
911
+ {
912
+ "epoch": 1.7198808003405706,
913
+ "grad_norm": 0.7176003456115723,
914
+ "learning_rate": 8.509670079635951e-05,
915
+ "loss": 0.7738,
916
+ "mean_token_accuracy": 0.8699946105480194,
917
+ "num_tokens": 433124.0,
918
+ "step": 505
919
+ },
920
+ {
921
+ "epoch": 1.7369093231162198,
922
+ "grad_norm": 0.8316643834114075,
923
+ "learning_rate": 8.395904436860069e-05,
924
+ "loss": 0.9191,
925
+ "mean_token_accuracy": 0.8493718564510345,
926
+ "num_tokens": 437449.0,
927
+ "step": 510
928
+ },
929
+ {
930
+ "epoch": 1.7539378458918689,
931
+ "grad_norm": 0.9423941373825073,
932
+ "learning_rate": 8.282138794084187e-05,
933
+ "loss": 0.8749,
934
+ "mean_token_accuracy": 0.8558909714221954,
935
+ "num_tokens": 441753.0,
936
+ "step": 515
937
+ },
938
+ {
939
+ "epoch": 1.770966368667518,
940
+ "grad_norm": 0.8593487739562988,
941
+ "learning_rate": 8.168373151308306e-05,
942
+ "loss": 0.8463,
943
+ "mean_token_accuracy": 0.857591399550438,
944
+ "num_tokens": 446036.0,
945
+ "step": 520
946
+ },
947
+ {
948
+ "epoch": 1.7879948914431671,
949
+ "grad_norm": 0.7944974303245544,
950
+ "learning_rate": 8.054607508532424e-05,
951
+ "loss": 0.8275,
952
+ "mean_token_accuracy": 0.859096622467041,
953
+ "num_tokens": 450298.0,
954
+ "step": 525
955
+ },
956
+ {
957
+ "epoch": 1.8050234142188164,
958
+ "grad_norm": 0.7622503042221069,
959
+ "learning_rate": 7.940841865756543e-05,
960
+ "loss": 0.8846,
961
+ "mean_token_accuracy": 0.8580268025398254,
962
+ "num_tokens": 454595.0,
963
+ "step": 530
964
+ },
965
+ {
966
+ "epoch": 1.8220519369944657,
967
+ "grad_norm": 0.8578078746795654,
968
+ "learning_rate": 7.827076222980661e-05,
969
+ "loss": 0.7674,
970
+ "mean_token_accuracy": 0.8716912001371384,
971
+ "num_tokens": 458807.0,
972
+ "step": 535
973
+ },
974
+ {
975
+ "epoch": 1.839080459770115,
976
+ "grad_norm": 1.0383292436599731,
977
+ "learning_rate": 7.71331058020478e-05,
978
+ "loss": 0.9129,
979
+ "mean_token_accuracy": 0.8489386543631554,
980
+ "num_tokens": 463150.0,
981
+ "step": 540
982
+ },
983
+ {
984
+ "epoch": 1.8561089825457642,
985
+ "grad_norm": 0.8726801872253418,
986
+ "learning_rate": 7.599544937428897e-05,
987
+ "loss": 0.877,
988
+ "mean_token_accuracy": 0.8568779289722442,
989
+ "num_tokens": 467472.0,
990
+ "step": 545
991
+ },
992
+ {
993
+ "epoch": 1.8731375053214134,
994
+ "grad_norm": 0.9192221164703369,
995
+ "learning_rate": 7.485779294653015e-05,
996
+ "loss": 0.9341,
997
+ "mean_token_accuracy": 0.8403045237064362,
998
+ "num_tokens": 471930.0,
999
+ "step": 550
1000
+ },
1001
+ {
1002
+ "epoch": 1.8901660280970627,
1003
+ "grad_norm": 0.8688830137252808,
1004
+ "learning_rate": 7.372013651877134e-05,
1005
+ "loss": 0.8244,
1006
+ "mean_token_accuracy": 0.8679932355880737,
1007
+ "num_tokens": 476140.0,
1008
+ "step": 555
1009
+ },
1010
+ {
1011
+ "epoch": 1.907194550872712,
1012
+ "grad_norm": 0.8286635279655457,
1013
+ "learning_rate": 7.258248009101252e-05,
1014
+ "loss": 0.8725,
1015
+ "mean_token_accuracy": 0.8549414992332458,
1016
+ "num_tokens": 480474.0,
1017
+ "step": 560
1018
+ },
1019
+ {
1020
+ "epoch": 1.924223073648361,
1021
+ "grad_norm": 0.789902925491333,
1022
+ "learning_rate": 7.14448236632537e-05,
1023
+ "loss": 0.8135,
1024
+ "mean_token_accuracy": 0.8649365425109863,
1025
+ "num_tokens": 484805.0,
1026
+ "step": 565
1027
+ },
1028
+ {
1029
+ "epoch": 1.9412515964240102,
1030
+ "grad_norm": 0.8496629595756531,
1031
+ "learning_rate": 7.030716723549489e-05,
1032
+ "loss": 0.9036,
1033
+ "mean_token_accuracy": 0.8460123494267464,
1034
+ "num_tokens": 489275.0,
1035
+ "step": 570
1036
+ },
1037
+ {
1038
+ "epoch": 1.9582801191996593,
1039
+ "grad_norm": 0.8411655426025391,
1040
+ "learning_rate": 6.916951080773608e-05,
1041
+ "loss": 0.9346,
1042
+ "mean_token_accuracy": 0.8429780200123786,
1043
+ "num_tokens": 493726.0,
1044
+ "step": 575
1045
+ },
1046
+ {
1047
+ "epoch": 1.9753086419753085,
1048
+ "grad_norm": 0.8502522706985474,
1049
+ "learning_rate": 6.803185437997726e-05,
1050
+ "loss": 0.8703,
1051
+ "mean_token_accuracy": 0.8595944106578827,
1052
+ "num_tokens": 498022.0,
1053
+ "step": 580
1054
+ },
1055
+ {
1056
+ "epoch": 1.9923371647509578,
1057
+ "grad_norm": 0.743918776512146,
1058
+ "learning_rate": 6.689419795221843e-05,
1059
+ "loss": 0.8815,
1060
+ "mean_token_accuracy": 0.851164074242115,
1061
+ "num_tokens": 502352.0,
1062
+ "step": 585
1063
+ },
1064
+ {
1065
+ "epoch": 2.009365687526607,
1066
+ "grad_norm": 0.7339876294136047,
1067
+ "learning_rate": 6.575654152445962e-05,
1068
+ "loss": 0.9297,
1069
+ "mean_token_accuracy": 0.8610147342085839,
1070
+ "num_tokens": 506669.0,
1071
+ "step": 590
1072
+ },
1073
+ {
1074
+ "epoch": 2.0263942103022563,
1075
+ "grad_norm": 0.903137743473053,
1076
+ "learning_rate": 6.46188850967008e-05,
1077
+ "loss": 0.7306,
1078
+ "mean_token_accuracy": 0.8799364000558854,
1079
+ "num_tokens": 510931.0,
1080
+ "step": 595
1081
+ },
1082
+ {
1083
+ "epoch": 2.0434227330779056,
1084
+ "grad_norm": 0.8741887807846069,
1085
+ "learning_rate": 6.348122866894199e-05,
1086
+ "loss": 0.777,
1087
+ "mean_token_accuracy": 0.8718036338686943,
1088
+ "num_tokens": 515254.0,
1089
+ "step": 600
1090
+ }
1091
+ ],
1092
+ "logging_steps": 5,
1093
+ "max_steps": 879,
1094
+ "num_input_tokens_seen": 0,
1095
+ "num_train_epochs": 3,
1096
+ "save_steps": 200,
1097
+ "stateful_callbacks": {
1098
+ "TrainerControl": {
1099
+ "args": {
1100
+ "should_epoch_stop": false,
1101
+ "should_evaluate": false,
1102
+ "should_log": false,
1103
+ "should_save": true,
1104
+ "should_training_stop": false
1105
+ },
1106
+ "attributes": {}
1107
+ }
1108
+ },
1109
+ "total_flos": 4829514093385728.0,
1110
+ "train_batch_size": 1,
1111
+ "trial_name": null,
1112
+ "trial_params": null
1113
+ }
checkpoint-600/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:001de43419a04313fd3d652571d90911489fbcebf2f0e7c3f8aa624286dfc855
3
+ size 5624
checkpoint-800/README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.20.0
checkpoint-800/adapter_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B",
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
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "monteclora_config": null,
27
+ "peft_type": "LORA",
28
+ "peft_version": "0.20.0",
29
+ "qalora_group_size": 16,
30
+ "r": 16,
31
+ "rank_pattern": {},
32
+ "revision": null,
33
+ "target_modules": [
34
+ "q_proj",
35
+ "up_proj",
36
+ "down_proj",
37
+ "k_proj",
38
+ "o_proj",
39
+ "v_proj",
40
+ "gate_proj"
41
+ ],
42
+ "target_parameters": null,
43
+ "task_type": "CAUSAL_LM",
44
+ "trainable_token_indices": null,
45
+ "use_bdlora": null,
46
+ "use_dora": false,
47
+ "use_qalora": false,
48
+ "use_rslora": false,
49
+ "velora_config": null
50
+ }
checkpoint-800/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea24aeceaec80fb0138939f3558532bc2db231c414389386eb51ff8189f36259
3
+ size 73911112
checkpoint-800/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5c6ab7e0d89ede34156f55c028f335e3537021f90a5e2c16e68c96b6c45f443
3
+ size 37969652
checkpoint-800/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:576b248a6f84ac7055634ab569d402f9bf88c78821a9ad088c8950d62e42907a
3
+ size 14244
checkpoint-800/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4225c4e9f1ab7f7ed353e670836f9ef1773c433469b40387b8cbe0244cf93748
3
+ size 1064
checkpoint-800/special_tokens_map.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin▁of▁sentence|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|end▁of▁sentence|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|end▁of▁sentence|>"
17
+ }
checkpoint-800/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e20ddafc659ba90242154b55275402edeca0715e5dbb30f56815a4ce081f4893
3
+ size 11422778
checkpoint-800/tokenizer_config.json ADDED
@@ -0,0 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "151643": {
7
+ "content": "<|end▁of▁sentence|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "151644": {
15
+ "content": "<|User|>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": false
21
+ },
22
+ "151645": {
23
+ "content": "<|Assistant|>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "151646": {
31
+ "content": "<|begin▁of▁sentence|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "151647": {
39
+ "content": "<|EOT|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "151648": {
47
+ "content": "<think>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "151649": {
55
+ "content": "</think>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "151650": {
63
+ "content": "<|quad_start|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "151651": {
71
+ "content": "<|quad_end|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "151652": {
79
+ "content": "<|vision_start|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "151653": {
87
+ "content": "<|vision_end|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "151654": {
95
+ "content": "<|vision_pad|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "151655": {
103
+ "content": "<|image_pad|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "151656": {
111
+ "content": "<|video_pad|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "151657": {
119
+ "content": "<tool_call>",
120
+ "lstrip": false,
121
+ "normalized": false,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": false
125
+ },
126
+ "151658": {
127
+ "content": "</tool_call>",
128
+ "lstrip": false,
129
+ "normalized": false,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "151659": {
135
+ "content": "<|fim_prefix|>",
136
+ "lstrip": false,
137
+ "normalized": false,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "151660": {
143
+ "content": "<|fim_middle|>",
144
+ "lstrip": false,
145
+ "normalized": false,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "151661": {
151
+ "content": "<|fim_suffix|>",
152
+ "lstrip": false,
153
+ "normalized": false,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "151662": {
159
+ "content": "<|fim_pad|>",
160
+ "lstrip": false,
161
+ "normalized": false,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "151663": {
167
+ "content": "<|repo_name|>",
168
+ "lstrip": false,
169
+ "normalized": false,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "151664": {
175
+ "content": "<|file_sep|>",
176
+ "lstrip": false,
177
+ "normalized": false,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": false
181
+ }
182
+ },
183
+ "bos_token": "<|begin▁of▁sentence|>",
184
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set ns = namespace(is_first=false, is_tool=false, is_output_first=true, system_prompt='') %}{%- for message in messages %}{%- if message['role'] == 'system' %}{% set ns.system_prompt = message['content'] %}{%- endif %}{%- endfor %}{{bos_token}}{{ns.system_prompt}}{%- for message in messages %}{%- if message['role'] == 'user' %}{%- set ns.is_tool = false -%}{{'<|User|>' + message['content']}}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is none %}{%- set ns.is_tool = false -%}{%- for tool in message['tool_calls']%}{%- if not ns.is_first %}{{'<|Assistant|><|tool▁calls▁begin|><|tool▁call▁begin��>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\\n' + '```json' + '\\n' + tool['function']['arguments'] + '\\n' + '```' + '<|tool▁call▁end|>'}}{%- set ns.is_first = true -%}{%- else %}{{'\\n' + '<|tool▁call▁begin|>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\\n' + '```json' + '\\n' + tool['function']['arguments'] + '\\n' + '```' + '<|tool▁call▁end|>'}}{{'<|tool▁calls▁end|><|end▁of▁sentence|>'}}{%- endif %}{%- endfor %}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is not none %}{%- if ns.is_tool %}{{'<|tool▁outputs▁end|>' + message['content'] + '<|end▁of▁sentence|>'}}{%- set ns.is_tool = false -%}{%- else %}{% set content = message['content'] %}{% if '</think>' in content %}{% set content = content.split('</think>')[-1] %}{% endif %}{{'<|Assistant|>' + content + '<|end▁of▁sentence|>'}}{%- endif %}{%- endif %}{%- if message['role'] == 'tool' %}{%- set ns.is_tool = true -%}{%- if ns.is_output_first %}{{'<|tool▁outputs▁begin|><|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- set ns.is_output_first = false %}{%- else %}{{'\\n<|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- endif %}{%- endif %}{%- endfor -%}{% if ns.is_tool %}{{'<|tool▁outputs▁end|>'}}{% endif %}{% if add_generation_prompt and not ns.is_tool %}{{'<|Assistant|><think>\\n'}}{% endif %}",
185
+ "clean_up_tokenization_spaces": false,
186
+ "eos_token": "<|end▁of▁sentence|>",
187
+ "legacy": true,
188
+ "model_max_length": 16384,
189
+ "pad_token": "<|end▁of▁sentence|>",
190
+ "sp_model_kwargs": {},
191
+ "tokenizer_class": "LlamaTokenizer",
192
+ "unk_token": null,
193
+ "use_default_system_prompt": false
194
+ }
checkpoint-800/trainer_state.json ADDED
@@ -0,0 +1,1473 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.724563644103874,
5
+ "eval_steps": 500,
6
+ "global_step": 800,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.017028522775649212,
13
+ "grad_norm": 2.3286359310150146,
14
+ "learning_rate": 0.0001988623435722412,
15
+ "loss": 4.1641,
16
+ "mean_token_accuracy": 0.3866006717085838,
17
+ "num_tokens": 4326.0,
18
+ "step": 5
19
+ },
20
+ {
21
+ "epoch": 0.034057045551298425,
22
+ "grad_norm": 1.4926602840423584,
23
+ "learning_rate": 0.00019772468714448238,
24
+ "loss": 2.0591,
25
+ "mean_token_accuracy": 0.6790341928601265,
26
+ "num_tokens": 8676.0,
27
+ "step": 10
28
+ },
29
+ {
30
+ "epoch": 0.05108556832694764,
31
+ "grad_norm": 1.0835968255996704,
32
+ "learning_rate": 0.00019658703071672356,
33
+ "loss": 1.3145,
34
+ "mean_token_accuracy": 0.8256841972470284,
35
+ "num_tokens": 12796.0,
36
+ "step": 15
37
+ },
38
+ {
39
+ "epoch": 0.06811409110259685,
40
+ "grad_norm": 0.7724414467811584,
41
+ "learning_rate": 0.00019544937428896475,
42
+ "loss": 1.3324,
43
+ "mean_token_accuracy": 0.8117582932114601,
44
+ "num_tokens": 17119.0,
45
+ "step": 20
46
+ },
47
+ {
48
+ "epoch": 0.08514261387824607,
49
+ "grad_norm": 0.785762369632721,
50
+ "learning_rate": 0.00019431171786120593,
51
+ "loss": 1.3375,
52
+ "mean_token_accuracy": 0.8029867172241211,
53
+ "num_tokens": 21499.0,
54
+ "step": 25
55
+ },
56
+ {
57
+ "epoch": 0.10217113665389528,
58
+ "grad_norm": 0.6702725291252136,
59
+ "learning_rate": 0.00019317406143344712,
60
+ "loss": 1.2159,
61
+ "mean_token_accuracy": 0.8230627462267875,
62
+ "num_tokens": 25785.0,
63
+ "step": 30
64
+ },
65
+ {
66
+ "epoch": 0.11919965942954448,
67
+ "grad_norm": 0.6287369728088379,
68
+ "learning_rate": 0.0001920364050056883,
69
+ "loss": 1.1634,
70
+ "mean_token_accuracy": 0.8315445825457572,
71
+ "num_tokens": 29980.0,
72
+ "step": 35
73
+ },
74
+ {
75
+ "epoch": 0.1362281822051937,
76
+ "grad_norm": 0.6573143005371094,
77
+ "learning_rate": 0.00019089874857792946,
78
+ "loss": 1.3762,
79
+ "mean_token_accuracy": 0.7971536681056023,
80
+ "num_tokens": 34497.0,
81
+ "step": 40
82
+ },
83
+ {
84
+ "epoch": 0.1532567049808429,
85
+ "grad_norm": 0.6560688614845276,
86
+ "learning_rate": 0.00018976109215017067,
87
+ "loss": 1.1589,
88
+ "mean_token_accuracy": 0.8251897826790809,
89
+ "num_tokens": 38800.0,
90
+ "step": 45
91
+ },
92
+ {
93
+ "epoch": 0.17028522775649213,
94
+ "grad_norm": 0.6654791831970215,
95
+ "learning_rate": 0.00018862343572241183,
96
+ "loss": 1.1498,
97
+ "mean_token_accuracy": 0.8319168403744698,
98
+ "num_tokens": 43055.0,
99
+ "step": 50
100
+ },
101
+ {
102
+ "epoch": 0.18731375053214133,
103
+ "grad_norm": 0.7387417554855347,
104
+ "learning_rate": 0.00018748577929465302,
105
+ "loss": 1.1265,
106
+ "mean_token_accuracy": 0.8290244281291962,
107
+ "num_tokens": 47346.0,
108
+ "step": 55
109
+ },
110
+ {
111
+ "epoch": 0.20434227330779056,
112
+ "grad_norm": 0.5795997977256775,
113
+ "learning_rate": 0.0001863481228668942,
114
+ "loss": 1.0046,
115
+ "mean_token_accuracy": 0.8534704640507698,
116
+ "num_tokens": 51485.0,
117
+ "step": 60
118
+ },
119
+ {
120
+ "epoch": 0.22137079608343976,
121
+ "grad_norm": 0.6834130883216858,
122
+ "learning_rate": 0.0001852104664391354,
123
+ "loss": 1.113,
124
+ "mean_token_accuracy": 0.8345914751291275,
125
+ "num_tokens": 55716.0,
126
+ "step": 65
127
+ },
128
+ {
129
+ "epoch": 0.23839931885908897,
130
+ "grad_norm": 0.7211284041404724,
131
+ "learning_rate": 0.00018407281001137657,
132
+ "loss": 1.2132,
133
+ "mean_token_accuracy": 0.8207321017980576,
134
+ "num_tokens": 60030.0,
135
+ "step": 70
136
+ },
137
+ {
138
+ "epoch": 0.2554278416347382,
139
+ "grad_norm": 0.6312271356582642,
140
+ "learning_rate": 0.00018293515358361776,
141
+ "loss": 1.0987,
142
+ "mean_token_accuracy": 0.8333725541830063,
143
+ "num_tokens": 64288.0,
144
+ "step": 75
145
+ },
146
+ {
147
+ "epoch": 0.2724563644103874,
148
+ "grad_norm": 0.7119404077529907,
149
+ "learning_rate": 0.00018179749715585894,
150
+ "loss": 1.0981,
151
+ "mean_token_accuracy": 0.8323698997497558,
152
+ "num_tokens": 68548.0,
153
+ "step": 80
154
+ },
155
+ {
156
+ "epoch": 0.2894848871860366,
157
+ "grad_norm": 0.9000201225280762,
158
+ "learning_rate": 0.00018065984072810013,
159
+ "loss": 1.146,
160
+ "mean_token_accuracy": 0.8253335595130921,
161
+ "num_tokens": 72914.0,
162
+ "step": 85
163
+ },
164
+ {
165
+ "epoch": 0.3065134099616858,
166
+ "grad_norm": 0.6050537824630737,
167
+ "learning_rate": 0.0001795221843003413,
168
+ "loss": 1.0111,
169
+ "mean_token_accuracy": 0.842674246430397,
170
+ "num_tokens": 77168.0,
171
+ "step": 90
172
+ },
173
+ {
174
+ "epoch": 0.32354193273733506,
175
+ "grad_norm": 0.684512197971344,
176
+ "learning_rate": 0.0001783845278725825,
177
+ "loss": 1.1186,
178
+ "mean_token_accuracy": 0.8351956441998482,
179
+ "num_tokens": 81439.0,
180
+ "step": 95
181
+ },
182
+ {
183
+ "epoch": 0.34057045551298426,
184
+ "grad_norm": 0.7323129773139954,
185
+ "learning_rate": 0.00017724687144482368,
186
+ "loss": 1.1287,
187
+ "mean_token_accuracy": 0.8245970487594605,
188
+ "num_tokens": 85773.0,
189
+ "step": 100
190
+ },
191
+ {
192
+ "epoch": 0.35759897828863346,
193
+ "grad_norm": 0.7547741532325745,
194
+ "learning_rate": 0.00017610921501706487,
195
+ "loss": 1.0868,
196
+ "mean_token_accuracy": 0.8298466548323631,
197
+ "num_tokens": 90117.0,
198
+ "step": 105
199
+ },
200
+ {
201
+ "epoch": 0.37462750106428266,
202
+ "grad_norm": 0.7113769054412842,
203
+ "learning_rate": 0.00017497155858930602,
204
+ "loss": 1.1214,
205
+ "mean_token_accuracy": 0.8299670115113258,
206
+ "num_tokens": 94412.0,
207
+ "step": 110
208
+ },
209
+ {
210
+ "epoch": 0.39165602383993187,
211
+ "grad_norm": 0.7486220002174377,
212
+ "learning_rate": 0.00017383390216154724,
213
+ "loss": 1.1452,
214
+ "mean_token_accuracy": 0.8283886179327965,
215
+ "num_tokens": 98782.0,
216
+ "step": 115
217
+ },
218
+ {
219
+ "epoch": 0.4086845466155811,
220
+ "grad_norm": 0.658633828163147,
221
+ "learning_rate": 0.0001726962457337884,
222
+ "loss": 1.0415,
223
+ "mean_token_accuracy": 0.8431179687380791,
224
+ "num_tokens": 103011.0,
225
+ "step": 120
226
+ },
227
+ {
228
+ "epoch": 0.4257130693912303,
229
+ "grad_norm": 0.783794105052948,
230
+ "learning_rate": 0.0001715585893060296,
231
+ "loss": 1.1056,
232
+ "mean_token_accuracy": 0.8254878520965576,
233
+ "num_tokens": 107402.0,
234
+ "step": 125
235
+ },
236
+ {
237
+ "epoch": 0.4427415921668795,
238
+ "grad_norm": 0.7954565286636353,
239
+ "learning_rate": 0.00017042093287827076,
240
+ "loss": 1.0518,
241
+ "mean_token_accuracy": 0.8375606715679169,
242
+ "num_tokens": 111707.0,
243
+ "step": 130
244
+ },
245
+ {
246
+ "epoch": 0.45977011494252873,
247
+ "grad_norm": 0.6913949847221375,
248
+ "learning_rate": 0.00016928327645051198,
249
+ "loss": 1.1104,
250
+ "mean_token_accuracy": 0.8326424166560173,
251
+ "num_tokens": 115998.0,
252
+ "step": 135
253
+ },
254
+ {
255
+ "epoch": 0.47679863771817793,
256
+ "grad_norm": 0.7918037176132202,
257
+ "learning_rate": 0.00016814562002275313,
258
+ "loss": 1.0495,
259
+ "mean_token_accuracy": 0.8390962019562721,
260
+ "num_tokens": 120271.0,
261
+ "step": 140
262
+ },
263
+ {
264
+ "epoch": 0.49382716049382713,
265
+ "grad_norm": 0.7816826701164246,
266
+ "learning_rate": 0.00016700796359499432,
267
+ "loss": 1.0463,
268
+ "mean_token_accuracy": 0.8433194428682327,
269
+ "num_tokens": 124461.0,
270
+ "step": 145
271
+ },
272
+ {
273
+ "epoch": 0.5108556832694764,
274
+ "grad_norm": 0.8069042563438416,
275
+ "learning_rate": 0.0001658703071672355,
276
+ "loss": 1.0664,
277
+ "mean_token_accuracy": 0.8278923153877258,
278
+ "num_tokens": 128781.0,
279
+ "step": 150
280
+ },
281
+ {
282
+ "epoch": 0.5278842060451255,
283
+ "grad_norm": 1.0114731788635254,
284
+ "learning_rate": 0.0001647326507394767,
285
+ "loss": 1.1217,
286
+ "mean_token_accuracy": 0.8267972275614739,
287
+ "num_tokens": 133167.0,
288
+ "step": 155
289
+ },
290
+ {
291
+ "epoch": 0.5449127288207748,
292
+ "grad_norm": 0.7900378704071045,
293
+ "learning_rate": 0.00016359499431171787,
294
+ "loss": 0.971,
295
+ "mean_token_accuracy": 0.8421565622091294,
296
+ "num_tokens": 137464.0,
297
+ "step": 160
298
+ },
299
+ {
300
+ "epoch": 0.561941251596424,
301
+ "grad_norm": 0.8059927821159363,
302
+ "learning_rate": 0.00016245733788395906,
303
+ "loss": 1.0457,
304
+ "mean_token_accuracy": 0.8381335601210594,
305
+ "num_tokens": 141760.0,
306
+ "step": 165
307
+ },
308
+ {
309
+ "epoch": 0.5789697743720732,
310
+ "grad_norm": 0.7589371800422668,
311
+ "learning_rate": 0.00016131968145620024,
312
+ "loss": 1.0208,
313
+ "mean_token_accuracy": 0.8342296928167343,
314
+ "num_tokens": 146051.0,
315
+ "step": 170
316
+ },
317
+ {
318
+ "epoch": 0.5959982971477225,
319
+ "grad_norm": 0.692416250705719,
320
+ "learning_rate": 0.00016018202502844143,
321
+ "loss": 0.9837,
322
+ "mean_token_accuracy": 0.8510025009512902,
323
+ "num_tokens": 150270.0,
324
+ "step": 175
325
+ },
326
+ {
327
+ "epoch": 0.6130268199233716,
328
+ "grad_norm": 0.6662923097610474,
329
+ "learning_rate": 0.0001590443686006826,
330
+ "loss": 0.9835,
331
+ "mean_token_accuracy": 0.8463438332080842,
332
+ "num_tokens": 154537.0,
333
+ "step": 180
334
+ },
335
+ {
336
+ "epoch": 0.6300553426990209,
337
+ "grad_norm": 0.7452691793441772,
338
+ "learning_rate": 0.0001579067121729238,
339
+ "loss": 1.0496,
340
+ "mean_token_accuracy": 0.8375737622380257,
341
+ "num_tokens": 158810.0,
342
+ "step": 185
343
+ },
344
+ {
345
+ "epoch": 0.6470838654746701,
346
+ "grad_norm": 0.809700608253479,
347
+ "learning_rate": 0.00015676905574516496,
348
+ "loss": 1.0595,
349
+ "mean_token_accuracy": 0.8294038504362107,
350
+ "num_tokens": 163213.0,
351
+ "step": 190
352
+ },
353
+ {
354
+ "epoch": 0.6641123882503193,
355
+ "grad_norm": 0.7708745002746582,
356
+ "learning_rate": 0.00015563139931740617,
357
+ "loss": 1.0976,
358
+ "mean_token_accuracy": 0.8289313957095146,
359
+ "num_tokens": 167607.0,
360
+ "step": 195
361
+ },
362
+ {
363
+ "epoch": 0.6811409110259685,
364
+ "grad_norm": 0.6482141613960266,
365
+ "learning_rate": 0.00015449374288964733,
366
+ "loss": 1.0701,
367
+ "mean_token_accuracy": 0.8261386752128601,
368
+ "num_tokens": 172024.0,
369
+ "step": 200
370
+ },
371
+ {
372
+ "epoch": 0.6981694338016177,
373
+ "grad_norm": 0.7164883613586426,
374
+ "learning_rate": 0.00015335608646188854,
375
+ "loss": 0.9878,
376
+ "mean_token_accuracy": 0.8418964132666588,
377
+ "num_tokens": 176317.0,
378
+ "step": 205
379
+ },
380
+ {
381
+ "epoch": 0.7151979565772669,
382
+ "grad_norm": 0.710343599319458,
383
+ "learning_rate": 0.0001522184300341297,
384
+ "loss": 0.9306,
385
+ "mean_token_accuracy": 0.8468034327030182,
386
+ "num_tokens": 180558.0,
387
+ "step": 210
388
+ },
389
+ {
390
+ "epoch": 0.7322264793529162,
391
+ "grad_norm": 0.863784909248352,
392
+ "learning_rate": 0.00015108077360637088,
393
+ "loss": 1.0544,
394
+ "mean_token_accuracy": 0.8359945684671402,
395
+ "num_tokens": 184885.0,
396
+ "step": 215
397
+ },
398
+ {
399
+ "epoch": 0.7492550021285653,
400
+ "grad_norm": 0.8381637930870056,
401
+ "learning_rate": 0.00014994311717861207,
402
+ "loss": 1.0522,
403
+ "mean_token_accuracy": 0.836811026930809,
404
+ "num_tokens": 189219.0,
405
+ "step": 220
406
+ },
407
+ {
408
+ "epoch": 0.7662835249042146,
409
+ "grad_norm": 0.683501124382019,
410
+ "learning_rate": 0.00014880546075085325,
411
+ "loss": 0.9427,
412
+ "mean_token_accuracy": 0.8544979348778725,
413
+ "num_tokens": 193437.0,
414
+ "step": 225
415
+ },
416
+ {
417
+ "epoch": 0.7833120476798637,
418
+ "grad_norm": 0.7609812617301941,
419
+ "learning_rate": 0.00014766780432309444,
420
+ "loss": 1.0048,
421
+ "mean_token_accuracy": 0.8403829500079155,
422
+ "num_tokens": 197724.0,
423
+ "step": 230
424
+ },
425
+ {
426
+ "epoch": 0.800340570455513,
427
+ "grad_norm": 0.8223949074745178,
428
+ "learning_rate": 0.00014653014789533562,
429
+ "loss": 1.078,
430
+ "mean_token_accuracy": 0.8296335831284523,
431
+ "num_tokens": 202141.0,
432
+ "step": 235
433
+ },
434
+ {
435
+ "epoch": 0.8173690932311622,
436
+ "grad_norm": 0.9807024002075195,
437
+ "learning_rate": 0.0001453924914675768,
438
+ "loss": 0.9295,
439
+ "mean_token_accuracy": 0.8495418474078178,
440
+ "num_tokens": 206333.0,
441
+ "step": 240
442
+ },
443
+ {
444
+ "epoch": 0.8343976160068114,
445
+ "grad_norm": 0.7864217162132263,
446
+ "learning_rate": 0.000144254835039818,
447
+ "loss": 1.0326,
448
+ "mean_token_accuracy": 0.8422158002853394,
449
+ "num_tokens": 210593.0,
450
+ "step": 245
451
+ },
452
+ {
453
+ "epoch": 0.8514261387824607,
454
+ "grad_norm": 0.8183476328849792,
455
+ "learning_rate": 0.00014311717861205915,
456
+ "loss": 1.0419,
457
+ "mean_token_accuracy": 0.8332764700055122,
458
+ "num_tokens": 214925.0,
459
+ "step": 250
460
+ },
461
+ {
462
+ "epoch": 0.8684546615581098,
463
+ "grad_norm": 0.7906543612480164,
464
+ "learning_rate": 0.00014197952218430036,
465
+ "loss": 0.9278,
466
+ "mean_token_accuracy": 0.8531344652175903,
467
+ "num_tokens": 219106.0,
468
+ "step": 255
469
+ },
470
+ {
471
+ "epoch": 0.885483184333759,
472
+ "grad_norm": 0.7864625453948975,
473
+ "learning_rate": 0.00014084186575654152,
474
+ "loss": 0.9764,
475
+ "mean_token_accuracy": 0.8394758701324463,
476
+ "num_tokens": 223398.0,
477
+ "step": 260
478
+ },
479
+ {
480
+ "epoch": 0.9025117071094083,
481
+ "grad_norm": 0.7231821417808533,
482
+ "learning_rate": 0.00013970420932878273,
483
+ "loss": 1.0357,
484
+ "mean_token_accuracy": 0.8368565306067467,
485
+ "num_tokens": 227720.0,
486
+ "step": 265
487
+ },
488
+ {
489
+ "epoch": 0.9195402298850575,
490
+ "grad_norm": 0.7288718223571777,
491
+ "learning_rate": 0.0001385665529010239,
492
+ "loss": 1.0178,
493
+ "mean_token_accuracy": 0.842984040081501,
494
+ "num_tokens": 232021.0,
495
+ "step": 270
496
+ },
497
+ {
498
+ "epoch": 0.9365687526607067,
499
+ "grad_norm": 0.7466130256652832,
500
+ "learning_rate": 0.0001374288964732651,
501
+ "loss": 0.9974,
502
+ "mean_token_accuracy": 0.8431279867887497,
503
+ "num_tokens": 236312.0,
504
+ "step": 275
505
+ },
506
+ {
507
+ "epoch": 0.9535972754363559,
508
+ "grad_norm": 0.7876543402671814,
509
+ "learning_rate": 0.00013629124004550626,
510
+ "loss": 1.0057,
511
+ "mean_token_accuracy": 0.8389794036746026,
512
+ "num_tokens": 240594.0,
513
+ "step": 280
514
+ },
515
+ {
516
+ "epoch": 0.9706257982120051,
517
+ "grad_norm": 0.738293468952179,
518
+ "learning_rate": 0.00013515358361774744,
519
+ "loss": 0.9129,
520
+ "mean_token_accuracy": 0.8528255730867386,
521
+ "num_tokens": 244859.0,
522
+ "step": 285
523
+ },
524
+ {
525
+ "epoch": 0.9876543209876543,
526
+ "grad_norm": 0.8145989775657654,
527
+ "learning_rate": 0.00013401592718998863,
528
+ "loss": 0.9188,
529
+ "mean_token_accuracy": 0.8555046319961548,
530
+ "num_tokens": 249060.0,
531
+ "step": 290
532
+ },
533
+ {
534
+ "epoch": 1.0046828437633035,
535
+ "grad_norm": 0.693233072757721,
536
+ "learning_rate": 0.00013287827076222981,
537
+ "loss": 1.0648,
538
+ "mean_token_accuracy": 0.8477524280548095,
539
+ "num_tokens": 253361.0,
540
+ "step": 295
541
+ },
542
+ {
543
+ "epoch": 1.0217113665389528,
544
+ "grad_norm": 0.8171095848083496,
545
+ "learning_rate": 0.000131740614334471,
546
+ "loss": 0.883,
547
+ "mean_token_accuracy": 0.8561580404639244,
548
+ "num_tokens": 257633.0,
549
+ "step": 300
550
+ },
551
+ {
552
+ "epoch": 1.038739889314602,
553
+ "grad_norm": 0.7343988418579102,
554
+ "learning_rate": 0.00013060295790671218,
555
+ "loss": 0.8591,
556
+ "mean_token_accuracy": 0.8583228841423989,
557
+ "num_tokens": 261975.0,
558
+ "step": 305
559
+ },
560
+ {
561
+ "epoch": 1.055768412090251,
562
+ "grad_norm": 0.6689726114273071,
563
+ "learning_rate": 0.00012946530147895337,
564
+ "loss": 0.8397,
565
+ "mean_token_accuracy": 0.8668102487921715,
566
+ "num_tokens": 266174.0,
567
+ "step": 310
568
+ },
569
+ {
570
+ "epoch": 1.0727969348659003,
571
+ "grad_norm": 0.8284767270088196,
572
+ "learning_rate": 0.00012832764505119455,
573
+ "loss": 0.9108,
574
+ "mean_token_accuracy": 0.8551412716507911,
575
+ "num_tokens": 270416.0,
576
+ "step": 315
577
+ },
578
+ {
579
+ "epoch": 1.0898254576415496,
580
+ "grad_norm": 0.7800877690315247,
581
+ "learning_rate": 0.0001271899886234357,
582
+ "loss": 0.923,
583
+ "mean_token_accuracy": 0.8521544948220253,
584
+ "num_tokens": 274802.0,
585
+ "step": 320
586
+ },
587
+ {
588
+ "epoch": 1.1068539804171988,
589
+ "grad_norm": 0.803035318851471,
590
+ "learning_rate": 0.00012605233219567692,
591
+ "loss": 0.9009,
592
+ "mean_token_accuracy": 0.8583568409085274,
593
+ "num_tokens": 279061.0,
594
+ "step": 325
595
+ },
596
+ {
597
+ "epoch": 1.123882503192848,
598
+ "grad_norm": 0.7928335666656494,
599
+ "learning_rate": 0.00012491467576791808,
600
+ "loss": 0.8677,
601
+ "mean_token_accuracy": 0.860838033258915,
602
+ "num_tokens": 283290.0,
603
+ "step": 330
604
+ },
605
+ {
606
+ "epoch": 1.1409110259684971,
607
+ "grad_norm": 0.82757967710495,
608
+ "learning_rate": 0.0001237770193401593,
609
+ "loss": 0.9326,
610
+ "mean_token_accuracy": 0.8526211172342301,
611
+ "num_tokens": 287627.0,
612
+ "step": 335
613
+ },
614
+ {
615
+ "epoch": 1.1579395487441464,
616
+ "grad_norm": 0.8021914958953857,
617
+ "learning_rate": 0.00012263936291240045,
618
+ "loss": 0.9066,
619
+ "mean_token_accuracy": 0.8505649596452713,
620
+ "num_tokens": 291975.0,
621
+ "step": 340
622
+ },
623
+ {
624
+ "epoch": 1.1749680715197957,
625
+ "grad_norm": 0.7565475106239319,
626
+ "learning_rate": 0.00012150170648464165,
627
+ "loss": 0.8812,
628
+ "mean_token_accuracy": 0.8562570214271545,
629
+ "num_tokens": 296232.0,
630
+ "step": 345
631
+ },
632
+ {
633
+ "epoch": 1.191996594295445,
634
+ "grad_norm": 0.8126978278160095,
635
+ "learning_rate": 0.00012036405005688282,
636
+ "loss": 0.905,
637
+ "mean_token_accuracy": 0.8556828230619431,
638
+ "num_tokens": 300591.0,
639
+ "step": 350
640
+ },
641
+ {
642
+ "epoch": 1.2090251170710942,
643
+ "grad_norm": 0.8174765706062317,
644
+ "learning_rate": 0.000119226393629124,
645
+ "loss": 0.9861,
646
+ "mean_token_accuracy": 0.8424012079834938,
647
+ "num_tokens": 304998.0,
648
+ "step": 355
649
+ },
650
+ {
651
+ "epoch": 1.2260536398467432,
652
+ "grad_norm": 0.8921035528182983,
653
+ "learning_rate": 0.00011808873720136519,
654
+ "loss": 0.7724,
655
+ "mean_token_accuracy": 0.8735315829515458,
656
+ "num_tokens": 309137.0,
657
+ "step": 360
658
+ },
659
+ {
660
+ "epoch": 1.2430821626223925,
661
+ "grad_norm": 0.855992317199707,
662
+ "learning_rate": 0.00011695108077360638,
663
+ "loss": 0.8922,
664
+ "mean_token_accuracy": 0.854039640724659,
665
+ "num_tokens": 313389.0,
666
+ "step": 365
667
+ },
668
+ {
669
+ "epoch": 1.2601106853980417,
670
+ "grad_norm": 0.9408860206604004,
671
+ "learning_rate": 0.00011581342434584756,
672
+ "loss": 0.9254,
673
+ "mean_token_accuracy": 0.8507854476571083,
674
+ "num_tokens": 317743.0,
675
+ "step": 370
676
+ },
677
+ {
678
+ "epoch": 1.277139208173691,
679
+ "grad_norm": 0.7847197651863098,
680
+ "learning_rate": 0.00011467576791808873,
681
+ "loss": 0.8563,
682
+ "mean_token_accuracy": 0.869862625002861,
683
+ "num_tokens": 321873.0,
684
+ "step": 375
685
+ },
686
+ {
687
+ "epoch": 1.29416773094934,
688
+ "grad_norm": 0.8556840419769287,
689
+ "learning_rate": 0.00011353811149032993,
690
+ "loss": 0.8489,
691
+ "mean_token_accuracy": 0.8591933220624923,
692
+ "num_tokens": 326124.0,
693
+ "step": 380
694
+ },
695
+ {
696
+ "epoch": 1.3111962537249893,
697
+ "grad_norm": 0.8849514126777649,
698
+ "learning_rate": 0.0001124004550625711,
699
+ "loss": 0.8526,
700
+ "mean_token_accuracy": 0.8600789621472359,
701
+ "num_tokens": 330405.0,
702
+ "step": 385
703
+ },
704
+ {
705
+ "epoch": 1.3282247765006385,
706
+ "grad_norm": 0.8099865913391113,
707
+ "learning_rate": 0.00011126279863481229,
708
+ "loss": 0.9309,
709
+ "mean_token_accuracy": 0.8511071890592575,
710
+ "num_tokens": 334701.0,
711
+ "step": 390
712
+ },
713
+ {
714
+ "epoch": 1.3452532992762878,
715
+ "grad_norm": 0.8668401837348938,
716
+ "learning_rate": 0.00011012514220705347,
717
+ "loss": 0.8671,
718
+ "mean_token_accuracy": 0.8605618432164193,
719
+ "num_tokens": 338951.0,
720
+ "step": 395
721
+ },
722
+ {
723
+ "epoch": 1.362281822051937,
724
+ "grad_norm": 0.8669872283935547,
725
+ "learning_rate": 0.00010898748577929466,
726
+ "loss": 0.8796,
727
+ "mean_token_accuracy": 0.8592276558279991,
728
+ "num_tokens": 343203.0,
729
+ "step": 400
730
+ },
731
+ {
732
+ "epoch": 1.3793103448275863,
733
+ "grad_norm": 0.8468757271766663,
734
+ "learning_rate": 0.00010784982935153584,
735
+ "loss": 0.8941,
736
+ "mean_token_accuracy": 0.8553030788898468,
737
+ "num_tokens": 347460.0,
738
+ "step": 405
739
+ },
740
+ {
741
+ "epoch": 1.3963388676032356,
742
+ "grad_norm": 0.8839651346206665,
743
+ "learning_rate": 0.00010671217292377703,
744
+ "loss": 0.913,
745
+ "mean_token_accuracy": 0.8489826336503029,
746
+ "num_tokens": 351850.0,
747
+ "step": 410
748
+ },
749
+ {
750
+ "epoch": 1.4133673903788846,
751
+ "grad_norm": 0.8808367848396301,
752
+ "learning_rate": 0.00010557451649601821,
753
+ "loss": 0.8158,
754
+ "mean_token_accuracy": 0.8628147393465042,
755
+ "num_tokens": 356104.0,
756
+ "step": 415
757
+ },
758
+ {
759
+ "epoch": 1.4303959131545338,
760
+ "grad_norm": 0.9303593039512634,
761
+ "learning_rate": 0.00010443686006825938,
762
+ "loss": 0.8737,
763
+ "mean_token_accuracy": 0.8497098922729492,
764
+ "num_tokens": 360445.0,
765
+ "step": 420
766
+ },
767
+ {
768
+ "epoch": 1.447424435930183,
769
+ "grad_norm": 0.7914776802062988,
770
+ "learning_rate": 0.00010329920364050057,
771
+ "loss": 0.9168,
772
+ "mean_token_accuracy": 0.8531492814421654,
773
+ "num_tokens": 364778.0,
774
+ "step": 425
775
+ },
776
+ {
777
+ "epoch": 1.4644529587058321,
778
+ "grad_norm": 0.8661580085754395,
779
+ "learning_rate": 0.00010216154721274175,
780
+ "loss": 0.8335,
781
+ "mean_token_accuracy": 0.8674297228455543,
782
+ "num_tokens": 368961.0,
783
+ "step": 430
784
+ },
785
+ {
786
+ "epoch": 1.4814814814814814,
787
+ "grad_norm": 0.8548939228057861,
788
+ "learning_rate": 0.00010102389078498294,
789
+ "loss": 0.9314,
790
+ "mean_token_accuracy": 0.8409372463822364,
791
+ "num_tokens": 373355.0,
792
+ "step": 435
793
+ },
794
+ {
795
+ "epoch": 1.4985100042571307,
796
+ "grad_norm": 0.8668932914733887,
797
+ "learning_rate": 9.988623435722412e-05,
798
+ "loss": 0.8482,
799
+ "mean_token_accuracy": 0.8576690852642059,
800
+ "num_tokens": 377652.0,
801
+ "step": 440
802
+ },
803
+ {
804
+ "epoch": 1.51553852703278,
805
+ "grad_norm": 0.8412478566169739,
806
+ "learning_rate": 9.874857792946531e-05,
807
+ "loss": 0.8791,
808
+ "mean_token_accuracy": 0.8531419888138772,
809
+ "num_tokens": 381969.0,
810
+ "step": 445
811
+ },
812
+ {
813
+ "epoch": 1.5325670498084292,
814
+ "grad_norm": 0.8298078179359436,
815
+ "learning_rate": 9.761092150170649e-05,
816
+ "loss": 0.7418,
817
+ "mean_token_accuracy": 0.8757623940706253,
818
+ "num_tokens": 386149.0,
819
+ "step": 450
820
+ },
821
+ {
822
+ "epoch": 1.5495955725840784,
823
+ "grad_norm": 0.8505256772041321,
824
+ "learning_rate": 9.647326507394768e-05,
825
+ "loss": 0.8107,
826
+ "mean_token_accuracy": 0.8660028412938118,
827
+ "num_tokens": 390316.0,
828
+ "step": 455
829
+ },
830
+ {
831
+ "epoch": 1.5666240953597277,
832
+ "grad_norm": 0.72185879945755,
833
+ "learning_rate": 9.533560864618886e-05,
834
+ "loss": 0.8601,
835
+ "mean_token_accuracy": 0.8591737478971482,
836
+ "num_tokens": 394651.0,
837
+ "step": 460
838
+ },
839
+ {
840
+ "epoch": 1.5836526181353767,
841
+ "grad_norm": 1.0382378101348877,
842
+ "learning_rate": 9.419795221843003e-05,
843
+ "loss": 0.849,
844
+ "mean_token_accuracy": 0.8591210901737213,
845
+ "num_tokens": 398879.0,
846
+ "step": 465
847
+ },
848
+ {
849
+ "epoch": 1.600681140911026,
850
+ "grad_norm": 0.7781236171722412,
851
+ "learning_rate": 9.306029579067122e-05,
852
+ "loss": 0.8587,
853
+ "mean_token_accuracy": 0.8554968953132629,
854
+ "num_tokens": 403154.0,
855
+ "step": 470
856
+ },
857
+ {
858
+ "epoch": 1.617709663686675,
859
+ "grad_norm": 0.9941114187240601,
860
+ "learning_rate": 9.19226393629124e-05,
861
+ "loss": 1.0077,
862
+ "mean_token_accuracy": 0.8324473947286606,
863
+ "num_tokens": 407653.0,
864
+ "step": 475
865
+ },
866
+ {
867
+ "epoch": 1.6347381864623243,
868
+ "grad_norm": 0.791912853717804,
869
+ "learning_rate": 9.078498293515359e-05,
870
+ "loss": 0.8211,
871
+ "mean_token_accuracy": 0.8655396267771721,
872
+ "num_tokens": 411904.0,
873
+ "step": 480
874
+ },
875
+ {
876
+ "epoch": 1.6517667092379735,
877
+ "grad_norm": 0.8509976267814636,
878
+ "learning_rate": 8.964732650739477e-05,
879
+ "loss": 0.8895,
880
+ "mean_token_accuracy": 0.8587504833936691,
881
+ "num_tokens": 416159.0,
882
+ "step": 485
883
+ },
884
+ {
885
+ "epoch": 1.6687952320136228,
886
+ "grad_norm": 1.0071176290512085,
887
+ "learning_rate": 8.850967007963596e-05,
888
+ "loss": 0.9112,
889
+ "mean_token_accuracy": 0.8539686873555183,
890
+ "num_tokens": 420513.0,
891
+ "step": 490
892
+ },
893
+ {
894
+ "epoch": 1.685823754789272,
895
+ "grad_norm": 0.8273159861564636,
896
+ "learning_rate": 8.737201365187714e-05,
897
+ "loss": 0.8383,
898
+ "mean_token_accuracy": 0.8577379778027534,
899
+ "num_tokens": 424759.0,
900
+ "step": 495
901
+ },
902
+ {
903
+ "epoch": 1.7028522775649213,
904
+ "grad_norm": 0.8064838647842407,
905
+ "learning_rate": 8.623435722411833e-05,
906
+ "loss": 0.8397,
907
+ "mean_token_accuracy": 0.8636475175619125,
908
+ "num_tokens": 429018.0,
909
+ "step": 500
910
+ },
911
+ {
912
+ "epoch": 1.7198808003405706,
913
+ "grad_norm": 0.7176003456115723,
914
+ "learning_rate": 8.509670079635951e-05,
915
+ "loss": 0.7738,
916
+ "mean_token_accuracy": 0.8699946105480194,
917
+ "num_tokens": 433124.0,
918
+ "step": 505
919
+ },
920
+ {
921
+ "epoch": 1.7369093231162198,
922
+ "grad_norm": 0.8316643834114075,
923
+ "learning_rate": 8.395904436860069e-05,
924
+ "loss": 0.9191,
925
+ "mean_token_accuracy": 0.8493718564510345,
926
+ "num_tokens": 437449.0,
927
+ "step": 510
928
+ },
929
+ {
930
+ "epoch": 1.7539378458918689,
931
+ "grad_norm": 0.9423941373825073,
932
+ "learning_rate": 8.282138794084187e-05,
933
+ "loss": 0.8749,
934
+ "mean_token_accuracy": 0.8558909714221954,
935
+ "num_tokens": 441753.0,
936
+ "step": 515
937
+ },
938
+ {
939
+ "epoch": 1.770966368667518,
940
+ "grad_norm": 0.8593487739562988,
941
+ "learning_rate": 8.168373151308306e-05,
942
+ "loss": 0.8463,
943
+ "mean_token_accuracy": 0.857591399550438,
944
+ "num_tokens": 446036.0,
945
+ "step": 520
946
+ },
947
+ {
948
+ "epoch": 1.7879948914431671,
949
+ "grad_norm": 0.7944974303245544,
950
+ "learning_rate": 8.054607508532424e-05,
951
+ "loss": 0.8275,
952
+ "mean_token_accuracy": 0.859096622467041,
953
+ "num_tokens": 450298.0,
954
+ "step": 525
955
+ },
956
+ {
957
+ "epoch": 1.8050234142188164,
958
+ "grad_norm": 0.7622503042221069,
959
+ "learning_rate": 7.940841865756543e-05,
960
+ "loss": 0.8846,
961
+ "mean_token_accuracy": 0.8580268025398254,
962
+ "num_tokens": 454595.0,
963
+ "step": 530
964
+ },
965
+ {
966
+ "epoch": 1.8220519369944657,
967
+ "grad_norm": 0.8578078746795654,
968
+ "learning_rate": 7.827076222980661e-05,
969
+ "loss": 0.7674,
970
+ "mean_token_accuracy": 0.8716912001371384,
971
+ "num_tokens": 458807.0,
972
+ "step": 535
973
+ },
974
+ {
975
+ "epoch": 1.839080459770115,
976
+ "grad_norm": 1.0383292436599731,
977
+ "learning_rate": 7.71331058020478e-05,
978
+ "loss": 0.9129,
979
+ "mean_token_accuracy": 0.8489386543631554,
980
+ "num_tokens": 463150.0,
981
+ "step": 540
982
+ },
983
+ {
984
+ "epoch": 1.8561089825457642,
985
+ "grad_norm": 0.8726801872253418,
986
+ "learning_rate": 7.599544937428897e-05,
987
+ "loss": 0.877,
988
+ "mean_token_accuracy": 0.8568779289722442,
989
+ "num_tokens": 467472.0,
990
+ "step": 545
991
+ },
992
+ {
993
+ "epoch": 1.8731375053214134,
994
+ "grad_norm": 0.9192221164703369,
995
+ "learning_rate": 7.485779294653015e-05,
996
+ "loss": 0.9341,
997
+ "mean_token_accuracy": 0.8403045237064362,
998
+ "num_tokens": 471930.0,
999
+ "step": 550
1000
+ },
1001
+ {
1002
+ "epoch": 1.8901660280970627,
1003
+ "grad_norm": 0.8688830137252808,
1004
+ "learning_rate": 7.372013651877134e-05,
1005
+ "loss": 0.8244,
1006
+ "mean_token_accuracy": 0.8679932355880737,
1007
+ "num_tokens": 476140.0,
1008
+ "step": 555
1009
+ },
1010
+ {
1011
+ "epoch": 1.907194550872712,
1012
+ "grad_norm": 0.8286635279655457,
1013
+ "learning_rate": 7.258248009101252e-05,
1014
+ "loss": 0.8725,
1015
+ "mean_token_accuracy": 0.8549414992332458,
1016
+ "num_tokens": 480474.0,
1017
+ "step": 560
1018
+ },
1019
+ {
1020
+ "epoch": 1.924223073648361,
1021
+ "grad_norm": 0.789902925491333,
1022
+ "learning_rate": 7.14448236632537e-05,
1023
+ "loss": 0.8135,
1024
+ "mean_token_accuracy": 0.8649365425109863,
1025
+ "num_tokens": 484805.0,
1026
+ "step": 565
1027
+ },
1028
+ {
1029
+ "epoch": 1.9412515964240102,
1030
+ "grad_norm": 0.8496629595756531,
1031
+ "learning_rate": 7.030716723549489e-05,
1032
+ "loss": 0.9036,
1033
+ "mean_token_accuracy": 0.8460123494267464,
1034
+ "num_tokens": 489275.0,
1035
+ "step": 570
1036
+ },
1037
+ {
1038
+ "epoch": 1.9582801191996593,
1039
+ "grad_norm": 0.8411655426025391,
1040
+ "learning_rate": 6.916951080773608e-05,
1041
+ "loss": 0.9346,
1042
+ "mean_token_accuracy": 0.8429780200123786,
1043
+ "num_tokens": 493726.0,
1044
+ "step": 575
1045
+ },
1046
+ {
1047
+ "epoch": 1.9753086419753085,
1048
+ "grad_norm": 0.8502522706985474,
1049
+ "learning_rate": 6.803185437997726e-05,
1050
+ "loss": 0.8703,
1051
+ "mean_token_accuracy": 0.8595944106578827,
1052
+ "num_tokens": 498022.0,
1053
+ "step": 580
1054
+ },
1055
+ {
1056
+ "epoch": 1.9923371647509578,
1057
+ "grad_norm": 0.743918776512146,
1058
+ "learning_rate": 6.689419795221843e-05,
1059
+ "loss": 0.8815,
1060
+ "mean_token_accuracy": 0.851164074242115,
1061
+ "num_tokens": 502352.0,
1062
+ "step": 585
1063
+ },
1064
+ {
1065
+ "epoch": 2.009365687526607,
1066
+ "grad_norm": 0.7339876294136047,
1067
+ "learning_rate": 6.575654152445962e-05,
1068
+ "loss": 0.9297,
1069
+ "mean_token_accuracy": 0.8610147342085839,
1070
+ "num_tokens": 506669.0,
1071
+ "step": 590
1072
+ },
1073
+ {
1074
+ "epoch": 2.0263942103022563,
1075
+ "grad_norm": 0.903137743473053,
1076
+ "learning_rate": 6.46188850967008e-05,
1077
+ "loss": 0.7306,
1078
+ "mean_token_accuracy": 0.8799364000558854,
1079
+ "num_tokens": 510931.0,
1080
+ "step": 595
1081
+ },
1082
+ {
1083
+ "epoch": 2.0434227330779056,
1084
+ "grad_norm": 0.8741887807846069,
1085
+ "learning_rate": 6.348122866894199e-05,
1086
+ "loss": 0.777,
1087
+ "mean_token_accuracy": 0.8718036338686943,
1088
+ "num_tokens": 515254.0,
1089
+ "step": 600
1090
+ },
1091
+ {
1092
+ "epoch": 2.060451255853555,
1093
+ "grad_norm": 0.9856182932853699,
1094
+ "learning_rate": 6.234357224118317e-05,
1095
+ "loss": 0.6852,
1096
+ "mean_token_accuracy": 0.8851086810231209,
1097
+ "num_tokens": 519444.0,
1098
+ "step": 605
1099
+ },
1100
+ {
1101
+ "epoch": 2.077479778629204,
1102
+ "grad_norm": 0.7548404335975647,
1103
+ "learning_rate": 6.120591581342436e-05,
1104
+ "loss": 0.7239,
1105
+ "mean_token_accuracy": 0.8775098115205765,
1106
+ "num_tokens": 523786.0,
1107
+ "step": 610
1108
+ },
1109
+ {
1110
+ "epoch": 2.0945083014048533,
1111
+ "grad_norm": 1.0486595630645752,
1112
+ "learning_rate": 6.0068259385665536e-05,
1113
+ "loss": 0.7704,
1114
+ "mean_token_accuracy": 0.8707917019724846,
1115
+ "num_tokens": 528181.0,
1116
+ "step": 615
1117
+ },
1118
+ {
1119
+ "epoch": 2.111536824180502,
1120
+ "grad_norm": 0.8551440238952637,
1121
+ "learning_rate": 5.8930602957906714e-05,
1122
+ "loss": 0.7298,
1123
+ "mean_token_accuracy": 0.8771380126476288,
1124
+ "num_tokens": 532472.0,
1125
+ "step": 620
1126
+ },
1127
+ {
1128
+ "epoch": 2.1285653469561514,
1129
+ "grad_norm": 0.7993748784065247,
1130
+ "learning_rate": 5.77929465301479e-05,
1131
+ "loss": 0.7342,
1132
+ "mean_token_accuracy": 0.8784463226795196,
1133
+ "num_tokens": 536780.0,
1134
+ "step": 625
1135
+ },
1136
+ {
1137
+ "epoch": 2.1455938697318007,
1138
+ "grad_norm": 0.9535342454910278,
1139
+ "learning_rate": 5.665529010238908e-05,
1140
+ "loss": 0.7448,
1141
+ "mean_token_accuracy": 0.8769229754805565,
1142
+ "num_tokens": 541096.0,
1143
+ "step": 630
1144
+ },
1145
+ {
1146
+ "epoch": 2.16262239250745,
1147
+ "grad_norm": 0.8289098739624023,
1148
+ "learning_rate": 5.551763367463026e-05,
1149
+ "loss": 0.6921,
1150
+ "mean_token_accuracy": 0.8816722989082336,
1151
+ "num_tokens": 545212.0,
1152
+ "step": 635
1153
+ },
1154
+ {
1155
+ "epoch": 2.179650915283099,
1156
+ "grad_norm": 1.0842015743255615,
1157
+ "learning_rate": 5.437997724687145e-05,
1158
+ "loss": 0.7519,
1159
+ "mean_token_accuracy": 0.87905133664608,
1160
+ "num_tokens": 549486.0,
1161
+ "step": 640
1162
+ },
1163
+ {
1164
+ "epoch": 2.1966794380587484,
1165
+ "grad_norm": 0.9770705699920654,
1166
+ "learning_rate": 5.324232081911263e-05,
1167
+ "loss": 0.7565,
1168
+ "mean_token_accuracy": 0.8737751096487045,
1169
+ "num_tokens": 553849.0,
1170
+ "step": 645
1171
+ },
1172
+ {
1173
+ "epoch": 2.2137079608343977,
1174
+ "grad_norm": 0.9087614417076111,
1175
+ "learning_rate": 5.210466439135382e-05,
1176
+ "loss": 0.7573,
1177
+ "mean_token_accuracy": 0.8769190922379494,
1178
+ "num_tokens": 558157.0,
1179
+ "step": 650
1180
+ },
1181
+ {
1182
+ "epoch": 2.230736483610047,
1183
+ "grad_norm": 0.9485377073287964,
1184
+ "learning_rate": 5.0967007963594995e-05,
1185
+ "loss": 0.7951,
1186
+ "mean_token_accuracy": 0.8717585399746894,
1187
+ "num_tokens": 562499.0,
1188
+ "step": 655
1189
+ },
1190
+ {
1191
+ "epoch": 2.247765006385696,
1192
+ "grad_norm": 0.901766300201416,
1193
+ "learning_rate": 4.982935153583618e-05,
1194
+ "loss": 0.7584,
1195
+ "mean_token_accuracy": 0.8740618869662284,
1196
+ "num_tokens": 566735.0,
1197
+ "step": 660
1198
+ },
1199
+ {
1200
+ "epoch": 2.264793529161345,
1201
+ "grad_norm": 0.9577491879463196,
1202
+ "learning_rate": 4.8691695108077365e-05,
1203
+ "loss": 0.8409,
1204
+ "mean_token_accuracy": 0.8705617383122444,
1205
+ "num_tokens": 571024.0,
1206
+ "step": 665
1207
+ },
1208
+ {
1209
+ "epoch": 2.2818220519369943,
1210
+ "grad_norm": 0.791725218296051,
1211
+ "learning_rate": 4.755403868031855e-05,
1212
+ "loss": 0.6348,
1213
+ "mean_token_accuracy": 0.8875991255044937,
1214
+ "num_tokens": 575196.0,
1215
+ "step": 670
1216
+ },
1217
+ {
1218
+ "epoch": 2.2988505747126435,
1219
+ "grad_norm": 1.0129467248916626,
1220
+ "learning_rate": 4.641638225255973e-05,
1221
+ "loss": 0.7094,
1222
+ "mean_token_accuracy": 0.8820217370986938,
1223
+ "num_tokens": 579384.0,
1224
+ "step": 675
1225
+ },
1226
+ {
1227
+ "epoch": 2.315879097488293,
1228
+ "grad_norm": 0.9562749266624451,
1229
+ "learning_rate": 4.527872582480091e-05,
1230
+ "loss": 0.7119,
1231
+ "mean_token_accuracy": 0.8796836137771606,
1232
+ "num_tokens": 583637.0,
1233
+ "step": 680
1234
+ },
1235
+ {
1236
+ "epoch": 2.332907620263942,
1237
+ "grad_norm": 0.8766334056854248,
1238
+ "learning_rate": 4.41410693970421e-05,
1239
+ "loss": 0.779,
1240
+ "mean_token_accuracy": 0.8700046718120575,
1241
+ "num_tokens": 588005.0,
1242
+ "step": 685
1243
+ },
1244
+ {
1245
+ "epoch": 2.3499361430395913,
1246
+ "grad_norm": 0.9728025794029236,
1247
+ "learning_rate": 4.300341296928328e-05,
1248
+ "loss": 0.8319,
1249
+ "mean_token_accuracy": 0.8586345180869103,
1250
+ "num_tokens": 592448.0,
1251
+ "step": 690
1252
+ },
1253
+ {
1254
+ "epoch": 2.3669646658152406,
1255
+ "grad_norm": 1.0943338871002197,
1256
+ "learning_rate": 4.186575654152446e-05,
1257
+ "loss": 0.7845,
1258
+ "mean_token_accuracy": 0.8698052436113357,
1259
+ "num_tokens": 596703.0,
1260
+ "step": 695
1261
+ },
1262
+ {
1263
+ "epoch": 2.38399318859089,
1264
+ "grad_norm": 1.1211864948272705,
1265
+ "learning_rate": 4.0728100113765646e-05,
1266
+ "loss": 0.7837,
1267
+ "mean_token_accuracy": 0.8664575144648552,
1268
+ "num_tokens": 601127.0,
1269
+ "step": 700
1270
+ },
1271
+ {
1272
+ "epoch": 2.401021711366539,
1273
+ "grad_norm": 0.9164478182792664,
1274
+ "learning_rate": 3.959044368600683e-05,
1275
+ "loss": 0.708,
1276
+ "mean_token_accuracy": 0.8818950295448303,
1277
+ "num_tokens": 605371.0,
1278
+ "step": 705
1279
+ },
1280
+ {
1281
+ "epoch": 2.4180502341421883,
1282
+ "grad_norm": 1.0944688320159912,
1283
+ "learning_rate": 3.8452787258248016e-05,
1284
+ "loss": 0.8541,
1285
+ "mean_token_accuracy": 0.8556552082300186,
1286
+ "num_tokens": 609890.0,
1287
+ "step": 710
1288
+ },
1289
+ {
1290
+ "epoch": 2.4350787569178376,
1291
+ "grad_norm": 0.8398585319519043,
1292
+ "learning_rate": 3.7315130830489194e-05,
1293
+ "loss": 0.7117,
1294
+ "mean_token_accuracy": 0.882653883099556,
1295
+ "num_tokens": 614025.0,
1296
+ "step": 715
1297
+ },
1298
+ {
1299
+ "epoch": 2.4521072796934864,
1300
+ "grad_norm": 0.9557759165763855,
1301
+ "learning_rate": 3.617747440273038e-05,
1302
+ "loss": 0.7401,
1303
+ "mean_token_accuracy": 0.8780117958784104,
1304
+ "num_tokens": 618268.0,
1305
+ "step": 720
1306
+ },
1307
+ {
1308
+ "epoch": 2.4691358024691357,
1309
+ "grad_norm": 0.7890902757644653,
1310
+ "learning_rate": 3.5039817974971564e-05,
1311
+ "loss": 0.7193,
1312
+ "mean_token_accuracy": 0.8795603841543198,
1313
+ "num_tokens": 622542.0,
1314
+ "step": 725
1315
+ },
1316
+ {
1317
+ "epoch": 2.486164325244785,
1318
+ "grad_norm": 1.0514216423034668,
1319
+ "learning_rate": 3.390216154721274e-05,
1320
+ "loss": 0.6987,
1321
+ "mean_token_accuracy": 0.8816746294498443,
1322
+ "num_tokens": 626771.0,
1323
+ "step": 730
1324
+ },
1325
+ {
1326
+ "epoch": 2.503192848020434,
1327
+ "grad_norm": 1.0042310953140259,
1328
+ "learning_rate": 3.276450511945393e-05,
1329
+ "loss": 0.7099,
1330
+ "mean_token_accuracy": 0.8860125571489335,
1331
+ "num_tokens": 630981.0,
1332
+ "step": 735
1333
+ },
1334
+ {
1335
+ "epoch": 2.5202213707960834,
1336
+ "grad_norm": 1.0508288145065308,
1337
+ "learning_rate": 3.162684869169511e-05,
1338
+ "loss": 0.7424,
1339
+ "mean_token_accuracy": 0.8739517882466317,
1340
+ "num_tokens": 635240.0,
1341
+ "step": 740
1342
+ },
1343
+ {
1344
+ "epoch": 2.5372498935717327,
1345
+ "grad_norm": 1.0945532321929932,
1346
+ "learning_rate": 3.0489192263936294e-05,
1347
+ "loss": 0.8181,
1348
+ "mean_token_accuracy": 0.8624349996447563,
1349
+ "num_tokens": 639694.0,
1350
+ "step": 745
1351
+ },
1352
+ {
1353
+ "epoch": 2.554278416347382,
1354
+ "grad_norm": 0.9198687076568604,
1355
+ "learning_rate": 2.9351535836177476e-05,
1356
+ "loss": 0.688,
1357
+ "mean_token_accuracy": 0.880143529176712,
1358
+ "num_tokens": 643984.0,
1359
+ "step": 750
1360
+ },
1361
+ {
1362
+ "epoch": 2.571306939123031,
1363
+ "grad_norm": 1.0412315130233765,
1364
+ "learning_rate": 2.8213879408418657e-05,
1365
+ "loss": 0.6844,
1366
+ "mean_token_accuracy": 0.8923282608389854,
1367
+ "num_tokens": 648166.0,
1368
+ "step": 755
1369
+ },
1370
+ {
1371
+ "epoch": 2.58833546189868,
1372
+ "grad_norm": 0.9161568284034729,
1373
+ "learning_rate": 2.7076222980659842e-05,
1374
+ "loss": 0.7436,
1375
+ "mean_token_accuracy": 0.8677403450012207,
1376
+ "num_tokens": 652487.0,
1377
+ "step": 760
1378
+ },
1379
+ {
1380
+ "epoch": 2.6053639846743293,
1381
+ "grad_norm": 0.7734108567237854,
1382
+ "learning_rate": 2.5938566552901024e-05,
1383
+ "loss": 0.6938,
1384
+ "mean_token_accuracy": 0.8824578642845153,
1385
+ "num_tokens": 656735.0,
1386
+ "step": 765
1387
+ },
1388
+ {
1389
+ "epoch": 2.6223925074499785,
1390
+ "grad_norm": 1.2506450414657593,
1391
+ "learning_rate": 2.480091012514221e-05,
1392
+ "loss": 0.7896,
1393
+ "mean_token_accuracy": 0.8708192393183708,
1394
+ "num_tokens": 661125.0,
1395
+ "step": 770
1396
+ },
1397
+ {
1398
+ "epoch": 2.639421030225628,
1399
+ "grad_norm": 0.9822338223457336,
1400
+ "learning_rate": 2.366325369738339e-05,
1401
+ "loss": 0.7611,
1402
+ "mean_token_accuracy": 0.8697439581155777,
1403
+ "num_tokens": 665455.0,
1404
+ "step": 775
1405
+ },
1406
+ {
1407
+ "epoch": 2.656449553001277,
1408
+ "grad_norm": 1.0660203695297241,
1409
+ "learning_rate": 2.2525597269624575e-05,
1410
+ "loss": 0.8025,
1411
+ "mean_token_accuracy": 0.867020557820797,
1412
+ "num_tokens": 669868.0,
1413
+ "step": 780
1414
+ },
1415
+ {
1416
+ "epoch": 2.6734780757769263,
1417
+ "grad_norm": 1.049364686012268,
1418
+ "learning_rate": 2.138794084186576e-05,
1419
+ "loss": 0.7601,
1420
+ "mean_token_accuracy": 0.8773441627621651,
1421
+ "num_tokens": 674152.0,
1422
+ "step": 785
1423
+ },
1424
+ {
1425
+ "epoch": 2.6905065985525756,
1426
+ "grad_norm": 0.9868401288986206,
1427
+ "learning_rate": 2.025028441410694e-05,
1428
+ "loss": 0.7507,
1429
+ "mean_token_accuracy": 0.8820523858070374,
1430
+ "num_tokens": 678390.0,
1431
+ "step": 790
1432
+ },
1433
+ {
1434
+ "epoch": 2.707535121328225,
1435
+ "grad_norm": 0.9983195662498474,
1436
+ "learning_rate": 1.9112627986348127e-05,
1437
+ "loss": 0.7143,
1438
+ "mean_token_accuracy": 0.8788602381944657,
1439
+ "num_tokens": 682664.0,
1440
+ "step": 795
1441
+ },
1442
+ {
1443
+ "epoch": 2.724563644103874,
1444
+ "grad_norm": 0.8293647170066833,
1445
+ "learning_rate": 1.7974971558589308e-05,
1446
+ "loss": 0.7131,
1447
+ "mean_token_accuracy": 0.8797033429145813,
1448
+ "num_tokens": 686921.0,
1449
+ "step": 800
1450
+ }
1451
+ ],
1452
+ "logging_steps": 5,
1453
+ "max_steps": 879,
1454
+ "num_input_tokens_seen": 0,
1455
+ "num_train_epochs": 3,
1456
+ "save_steps": 200,
1457
+ "stateful_callbacks": {
1458
+ "TrainerControl": {
1459
+ "args": {
1460
+ "should_epoch_stop": false,
1461
+ "should_evaluate": false,
1462
+ "should_log": false,
1463
+ "should_save": true,
1464
+ "should_training_stop": false
1465
+ },
1466
+ "attributes": {}
1467
+ }
1468
+ },
1469
+ "total_flos": 6438561661903872.0,
1470
+ "train_batch_size": 1,
1471
+ "trial_name": null,
1472
+ "trial_params": null
1473
+ }
checkpoint-800/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:001de43419a04313fd3d652571d90911489fbcebf2f0e7c3f8aa624286dfc855
3
+ size 5624
checkpoint-879/README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.20.0
checkpoint-879/adapter_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B",
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
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "monteclora_config": null,
27
+ "peft_type": "LORA",
28
+ "peft_version": "0.20.0",
29
+ "qalora_group_size": 16,
30
+ "r": 16,
31
+ "rank_pattern": {},
32
+ "revision": null,
33
+ "target_modules": [
34
+ "q_proj",
35
+ "up_proj",
36
+ "down_proj",
37
+ "k_proj",
38
+ "o_proj",
39
+ "v_proj",
40
+ "gate_proj"
41
+ ],
42
+ "target_parameters": null,
43
+ "task_type": "CAUSAL_LM",
44
+ "trainable_token_indices": null,
45
+ "use_bdlora": null,
46
+ "use_dora": false,
47
+ "use_qalora": false,
48
+ "use_rslora": false,
49
+ "velora_config": null
50
+ }