SoulInPsyAbstract commited on
Commit
aac13b0
·
verified ·
1 Parent(s): 68062b5

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. added_tokens.json +24 -0
  6. checkpoint-200/README.md +209 -0
  7. checkpoint-200/adapter_config.json +50 -0
  8. checkpoint-200/adapter_model.safetensors +3 -0
  9. checkpoint-200/added_tokens.json +24 -0
  10. checkpoint-200/merges.txt +0 -0
  11. checkpoint-200/optimizer.pt +3 -0
  12. checkpoint-200/rng_state.pth +3 -0
  13. checkpoint-200/scheduler.pt +3 -0
  14. checkpoint-200/special_tokens_map.json +25 -0
  15. checkpoint-200/tokenizer.json +3 -0
  16. checkpoint-200/tokenizer_config.json +207 -0
  17. checkpoint-200/trainer_state.json +393 -0
  18. checkpoint-200/training_args.bin +3 -0
  19. checkpoint-200/vocab.json +0 -0
  20. checkpoint-400/README.md +209 -0
  21. checkpoint-400/adapter_config.json +50 -0
  22. checkpoint-400/adapter_model.safetensors +3 -0
  23. checkpoint-400/added_tokens.json +24 -0
  24. checkpoint-400/merges.txt +0 -0
  25. checkpoint-400/optimizer.pt +3 -0
  26. checkpoint-400/rng_state.pth +3 -0
  27. checkpoint-400/scheduler.pt +3 -0
  28. checkpoint-400/special_tokens_map.json +25 -0
  29. checkpoint-400/tokenizer.json +3 -0
  30. checkpoint-400/tokenizer_config.json +207 -0
  31. checkpoint-400/trainer_state.json +753 -0
  32. checkpoint-400/training_args.bin +3 -0
  33. checkpoint-400/vocab.json +0 -0
  34. checkpoint-600/README.md +209 -0
  35. checkpoint-600/adapter_config.json +50 -0
  36. checkpoint-600/adapter_model.safetensors +3 -0
  37. checkpoint-600/added_tokens.json +24 -0
  38. checkpoint-600/merges.txt +0 -0
  39. checkpoint-600/optimizer.pt +3 -0
  40. checkpoint-600/rng_state.pth +3 -0
  41. checkpoint-600/scheduler.pt +3 -0
  42. checkpoint-600/special_tokens_map.json +25 -0
  43. checkpoint-600/tokenizer.json +3 -0
  44. checkpoint-600/tokenizer_config.json +207 -0
  45. checkpoint-600/trainer_state.json +1113 -0
  46. checkpoint-600/training_args.bin +3 -0
  47. checkpoint-600/vocab.json +0 -0
  48. checkpoint-800/README.md +209 -0
  49. checkpoint-800/adapter_config.json +50 -0
  50. checkpoint-800/adapter_model.safetensors +3 -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: Qwen/Qwen2.5-7B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-7B-Instruct
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": "Qwen/Qwen2.5-7B-Instruct",
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
+ "gate_proj",
35
+ "q_proj",
36
+ "up_proj",
37
+ "down_proj",
38
+ "v_proj",
39
+ "o_proj",
40
+ "k_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:a7f9079a22d8f5c7e7e03d99aa1b2d0493f700fda8b204f7d94934490ff03e4c
3
+ size 161533192
added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
checkpoint-200/README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-7B-Instruct
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": "Qwen/Qwen2.5-7B-Instruct",
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
+ "gate_proj",
35
+ "q_proj",
36
+ "up_proj",
37
+ "down_proj",
38
+ "v_proj",
39
+ "o_proj",
40
+ "k_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:23ea441bde504369c710b0be04497a10aea9448745bb51580a26497918db72f7
3
+ size 161533192
checkpoint-200/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
checkpoint-200/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-200/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5271ffcf4a00798a9b3139f7c616da61abc44975b40c3fad4185a79117c73f42
3
+ size 82464628
checkpoint-200/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8327ce2747d69b35ccb2e86b86efe4db37396cc1632adcf3de699bf05b788d6
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,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": "<|im_end|>"
25
+ }
checkpoint-200/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
checkpoint-200/tokenizer_config.json ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|im_end|>",
201
+ "errors": "replace",
202
+ "model_max_length": 131072,
203
+ "pad_token": "<|im_end|>",
204
+ "split_special_tokens": false,
205
+ "tokenizer_class": "Qwen2Tokenizer",
206
+ "unk_token": null
207
+ }
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": 3.096078395843506,
14
+ "learning_rate": 0.0001988623435722412,
15
+ "loss": 2.9252,
16
+ "mean_token_accuracy": 0.5491172857582569,
17
+ "num_tokens": 4766.0,
18
+ "step": 5
19
+ },
20
+ {
21
+ "epoch": 0.034057045551298425,
22
+ "grad_norm": 0.695277214050293,
23
+ "learning_rate": 0.00019772468714448238,
24
+ "loss": 0.924,
25
+ "mean_token_accuracy": 0.8361630752682686,
26
+ "num_tokens": 9556.0,
27
+ "step": 10
28
+ },
29
+ {
30
+ "epoch": 0.05108556832694764,
31
+ "grad_norm": 0.541026771068573,
32
+ "learning_rate": 0.00019658703071672356,
33
+ "loss": 0.5477,
34
+ "mean_token_accuracy": 0.8945453137159347,
35
+ "num_tokens": 14116.0,
36
+ "step": 15
37
+ },
38
+ {
39
+ "epoch": 0.06811409110259685,
40
+ "grad_norm": 0.5480035543441772,
41
+ "learning_rate": 0.00019544937428896475,
42
+ "loss": 0.5796,
43
+ "mean_token_accuracy": 0.8836526513099671,
44
+ "num_tokens": 18879.0,
45
+ "step": 20
46
+ },
47
+ {
48
+ "epoch": 0.08514261387824607,
49
+ "grad_norm": 0.5408394932746887,
50
+ "learning_rate": 0.00019431171786120593,
51
+ "loss": 0.6289,
52
+ "mean_token_accuracy": 0.8782178282737731,
53
+ "num_tokens": 23699.0,
54
+ "step": 25
55
+ },
56
+ {
57
+ "epoch": 0.10217113665389528,
58
+ "grad_norm": 0.583755612373352,
59
+ "learning_rate": 0.00019317406143344712,
60
+ "loss": 0.5507,
61
+ "mean_token_accuracy": 0.8905435591936112,
62
+ "num_tokens": 28425.0,
63
+ "step": 30
64
+ },
65
+ {
66
+ "epoch": 0.11919965942954448,
67
+ "grad_norm": 0.5654754638671875,
68
+ "learning_rate": 0.0001920364050056883,
69
+ "loss": 0.5163,
70
+ "mean_token_accuracy": 0.8963450387120246,
71
+ "num_tokens": 33060.0,
72
+ "step": 35
73
+ },
74
+ {
75
+ "epoch": 0.1362281822051937,
76
+ "grad_norm": 0.5462912321090698,
77
+ "learning_rate": 0.00019089874857792946,
78
+ "loss": 0.6819,
79
+ "mean_token_accuracy": 0.8708900690078736,
80
+ "num_tokens": 38017.0,
81
+ "step": 40
82
+ },
83
+ {
84
+ "epoch": 0.1532567049808429,
85
+ "grad_norm": 0.45884689688682556,
86
+ "learning_rate": 0.00018976109215017067,
87
+ "loss": 0.5452,
88
+ "mean_token_accuracy": 0.8896441653370857,
89
+ "num_tokens": 42760.0,
90
+ "step": 45
91
+ },
92
+ {
93
+ "epoch": 0.17028522775649213,
94
+ "grad_norm": 0.5886663198471069,
95
+ "learning_rate": 0.00018862343572241183,
96
+ "loss": 0.5337,
97
+ "mean_token_accuracy": 0.8954117730259895,
98
+ "num_tokens": 47455.0,
99
+ "step": 50
100
+ },
101
+ {
102
+ "epoch": 0.18731375053214133,
103
+ "grad_norm": 0.5249215364456177,
104
+ "learning_rate": 0.00018748577929465302,
105
+ "loss": 0.4948,
106
+ "mean_token_accuracy": 0.9001417383551598,
107
+ "num_tokens": 52186.0,
108
+ "step": 55
109
+ },
110
+ {
111
+ "epoch": 0.20434227330779056,
112
+ "grad_norm": 0.40858832001686096,
113
+ "learning_rate": 0.0001863481228668942,
114
+ "loss": 0.4616,
115
+ "mean_token_accuracy": 0.9116851478815079,
116
+ "num_tokens": 56765.0,
117
+ "step": 60
118
+ },
119
+ {
120
+ "epoch": 0.22137079608343976,
121
+ "grad_norm": 0.4287504553794861,
122
+ "learning_rate": 0.0001852104664391354,
123
+ "loss": 0.5232,
124
+ "mean_token_accuracy": 0.895601749420166,
125
+ "num_tokens": 61436.0,
126
+ "step": 65
127
+ },
128
+ {
129
+ "epoch": 0.23839931885908897,
130
+ "grad_norm": 0.5480343103408813,
131
+ "learning_rate": 0.00018407281001137657,
132
+ "loss": 0.5757,
133
+ "mean_token_accuracy": 0.8878508538007737,
134
+ "num_tokens": 66190.0,
135
+ "step": 70
136
+ },
137
+ {
138
+ "epoch": 0.2554278416347382,
139
+ "grad_norm": 0.4539305567741394,
140
+ "learning_rate": 0.00018293515358361776,
141
+ "loss": 0.5136,
142
+ "mean_token_accuracy": 0.8946248903870583,
143
+ "num_tokens": 70888.0,
144
+ "step": 75
145
+ },
146
+ {
147
+ "epoch": 0.2724563644103874,
148
+ "grad_norm": 0.5497062802314758,
149
+ "learning_rate": 0.00018179749715585894,
150
+ "loss": 0.4996,
151
+ "mean_token_accuracy": 0.9008801370859146,
152
+ "num_tokens": 75588.0,
153
+ "step": 80
154
+ },
155
+ {
156
+ "epoch": 0.2894848871860366,
157
+ "grad_norm": 0.5979815721511841,
158
+ "learning_rate": 0.00018065984072810013,
159
+ "loss": 0.5454,
160
+ "mean_token_accuracy": 0.8904410973191261,
161
+ "num_tokens": 80394.0,
162
+ "step": 85
163
+ },
164
+ {
165
+ "epoch": 0.3065134099616858,
166
+ "grad_norm": 0.44527795910835266,
167
+ "learning_rate": 0.0001795221843003413,
168
+ "loss": 0.4675,
169
+ "mean_token_accuracy": 0.9040657833218575,
170
+ "num_tokens": 85088.0,
171
+ "step": 90
172
+ },
173
+ {
174
+ "epoch": 0.32354193273733506,
175
+ "grad_norm": 0.5105463862419128,
176
+ "learning_rate": 0.0001783845278725825,
177
+ "loss": 0.5391,
178
+ "mean_token_accuracy": 0.8978576123714447,
179
+ "num_tokens": 89799.0,
180
+ "step": 95
181
+ },
182
+ {
183
+ "epoch": 0.34057045551298426,
184
+ "grad_norm": 0.5285545587539673,
185
+ "learning_rate": 0.00017724687144482368,
186
+ "loss": 0.5426,
187
+ "mean_token_accuracy": 0.890034094452858,
188
+ "num_tokens": 94573.0,
189
+ "step": 100
190
+ },
191
+ {
192
+ "epoch": 0.35759897828863346,
193
+ "grad_norm": 0.5576184988021851,
194
+ "learning_rate": 0.00017610921501706487,
195
+ "loss": 0.5258,
196
+ "mean_token_accuracy": 0.8902270376682282,
197
+ "num_tokens": 99357.0,
198
+ "step": 105
199
+ },
200
+ {
201
+ "epoch": 0.37462750106428266,
202
+ "grad_norm": 0.5248317718505859,
203
+ "learning_rate": 0.00017497155858930602,
204
+ "loss": 0.5373,
205
+ "mean_token_accuracy": 0.8933822825551033,
206
+ "num_tokens": 104092.0,
207
+ "step": 110
208
+ },
209
+ {
210
+ "epoch": 0.39165602383993187,
211
+ "grad_norm": 0.45350518822669983,
212
+ "learning_rate": 0.00017383390216154724,
213
+ "loss": 0.5542,
214
+ "mean_token_accuracy": 0.8876873329281807,
215
+ "num_tokens": 108902.0,
216
+ "step": 115
217
+ },
218
+ {
219
+ "epoch": 0.4086845466155811,
220
+ "grad_norm": 0.5155291557312012,
221
+ "learning_rate": 0.0001726962457337884,
222
+ "loss": 0.5019,
223
+ "mean_token_accuracy": 0.9029773235321045,
224
+ "num_tokens": 113571.0,
225
+ "step": 120
226
+ },
227
+ {
228
+ "epoch": 0.4257130693912303,
229
+ "grad_norm": 0.5053763389587402,
230
+ "learning_rate": 0.0001715585893060296,
231
+ "loss": 0.5595,
232
+ "mean_token_accuracy": 0.8906429842114448,
233
+ "num_tokens": 118402.0,
234
+ "step": 125
235
+ },
236
+ {
237
+ "epoch": 0.4427415921668795,
238
+ "grad_norm": 0.5493877530097961,
239
+ "learning_rate": 0.00017042093287827076,
240
+ "loss": 0.4821,
241
+ "mean_token_accuracy": 0.9028852418065071,
242
+ "num_tokens": 123147.0,
243
+ "step": 130
244
+ },
245
+ {
246
+ "epoch": 0.45977011494252873,
247
+ "grad_norm": 0.426513135433197,
248
+ "learning_rate": 0.00016928327645051198,
249
+ "loss": 0.5311,
250
+ "mean_token_accuracy": 0.8920483842492104,
251
+ "num_tokens": 127878.0,
252
+ "step": 135
253
+ },
254
+ {
255
+ "epoch": 0.47679863771817793,
256
+ "grad_norm": 0.5025385022163391,
257
+ "learning_rate": 0.00016814562002275313,
258
+ "loss": 0.4699,
259
+ "mean_token_accuracy": 0.9039205580949783,
260
+ "num_tokens": 132591.0,
261
+ "step": 140
262
+ },
263
+ {
264
+ "epoch": 0.49382716049382713,
265
+ "grad_norm": 0.4677104651927948,
266
+ "learning_rate": 0.00016700796359499432,
267
+ "loss": 0.4876,
268
+ "mean_token_accuracy": 0.9038951709866524,
269
+ "num_tokens": 137221.0,
270
+ "step": 145
271
+ },
272
+ {
273
+ "epoch": 0.5108556832694764,
274
+ "grad_norm": 0.5534231066703796,
275
+ "learning_rate": 0.0001658703071672355,
276
+ "loss": 0.4969,
277
+ "mean_token_accuracy": 0.897729343175888,
278
+ "num_tokens": 141981.0,
279
+ "step": 150
280
+ },
281
+ {
282
+ "epoch": 0.5278842060451255,
283
+ "grad_norm": 0.4998553395271301,
284
+ "learning_rate": 0.0001647326507394767,
285
+ "loss": 0.5476,
286
+ "mean_token_accuracy": 0.8921540513634681,
287
+ "num_tokens": 146807.0,
288
+ "step": 155
289
+ },
290
+ {
291
+ "epoch": 0.5449127288207748,
292
+ "grad_norm": 0.545978307723999,
293
+ "learning_rate": 0.00016359499431171787,
294
+ "loss": 0.4543,
295
+ "mean_token_accuracy": 0.9018902003765106,
296
+ "num_tokens": 151544.0,
297
+ "step": 160
298
+ },
299
+ {
300
+ "epoch": 0.561941251596424,
301
+ "grad_norm": 0.5749042630195618,
302
+ "learning_rate": 0.00016245733788395906,
303
+ "loss": 0.5064,
304
+ "mean_token_accuracy": 0.8976296812295914,
305
+ "num_tokens": 156280.0,
306
+ "step": 165
307
+ },
308
+ {
309
+ "epoch": 0.5789697743720732,
310
+ "grad_norm": 0.5217350125312805,
311
+ "learning_rate": 0.00016131968145620024,
312
+ "loss": 0.4741,
313
+ "mean_token_accuracy": 0.9045222416520119,
314
+ "num_tokens": 161011.0,
315
+ "step": 170
316
+ },
317
+ {
318
+ "epoch": 0.5959982971477225,
319
+ "grad_norm": 0.5088939666748047,
320
+ "learning_rate": 0.00016018202502844143,
321
+ "loss": 0.4655,
322
+ "mean_token_accuracy": 0.9078934848308563,
323
+ "num_tokens": 165670.0,
324
+ "step": 175
325
+ },
326
+ {
327
+ "epoch": 0.6130268199233716,
328
+ "grad_norm": 0.5888277292251587,
329
+ "learning_rate": 0.0001590443686006826,
330
+ "loss": 0.4692,
331
+ "mean_token_accuracy": 0.9044368535280227,
332
+ "num_tokens": 170377.0,
333
+ "step": 180
334
+ },
335
+ {
336
+ "epoch": 0.6300553426990209,
337
+ "grad_norm": 0.6187074780464172,
338
+ "learning_rate": 0.0001579067121729238,
339
+ "loss": 0.5105,
340
+ "mean_token_accuracy": 0.8983473464846611,
341
+ "num_tokens": 175090.0,
342
+ "step": 185
343
+ },
344
+ {
345
+ "epoch": 0.6470838654746701,
346
+ "grad_norm": 0.5764688849449158,
347
+ "learning_rate": 0.00015676905574516496,
348
+ "loss": 0.5022,
349
+ "mean_token_accuracy": 0.8986694201827049,
350
+ "num_tokens": 179933.0,
351
+ "step": 190
352
+ },
353
+ {
354
+ "epoch": 0.6641123882503193,
355
+ "grad_norm": 0.5491649508476257,
356
+ "learning_rate": 0.00015563139931740617,
357
+ "loss": 0.5028,
358
+ "mean_token_accuracy": 0.8957466080784797,
359
+ "num_tokens": 184767.0,
360
+ "step": 195
361
+ },
362
+ {
363
+ "epoch": 0.6811409110259685,
364
+ "grad_norm": 0.4836632311344147,
365
+ "learning_rate": 0.00015449374288964733,
366
+ "loss": 0.5325,
367
+ "mean_token_accuracy": 0.8894904315471649,
368
+ "num_tokens": 189624.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": 8090485423792128.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:2880bc20911be7570705186d959b34e82a39733f86051b99fbdac7fd462e5b89
3
+ size 5624
checkpoint-200/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-400/README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-7B-Instruct
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": "Qwen/Qwen2.5-7B-Instruct",
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
+ "gate_proj",
35
+ "q_proj",
36
+ "up_proj",
37
+ "down_proj",
38
+ "v_proj",
39
+ "o_proj",
40
+ "k_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:1d9675a01329e92707bb594606cd196b7f2d31f2a9f065830cd4270fca2c71b1
3
+ size 161533192
checkpoint-400/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
checkpoint-400/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-400/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09bb3bf560d3918048fbe276516bbd7ebafb37276a2f0bd984885c13e38e9466
3
+ size 82465012
checkpoint-400/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf4195449463615b60eb4e72848958fce0294ccdeef027062fe0f13b84f4c504
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,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": "<|im_end|>"
25
+ }
checkpoint-400/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
checkpoint-400/tokenizer_config.json ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|im_end|>",
201
+ "errors": "replace",
202
+ "model_max_length": 131072,
203
+ "pad_token": "<|im_end|>",
204
+ "split_special_tokens": false,
205
+ "tokenizer_class": "Qwen2Tokenizer",
206
+ "unk_token": null
207
+ }
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": 3.096078395843506,
14
+ "learning_rate": 0.0001988623435722412,
15
+ "loss": 2.9252,
16
+ "mean_token_accuracy": 0.5491172857582569,
17
+ "num_tokens": 4766.0,
18
+ "step": 5
19
+ },
20
+ {
21
+ "epoch": 0.034057045551298425,
22
+ "grad_norm": 0.695277214050293,
23
+ "learning_rate": 0.00019772468714448238,
24
+ "loss": 0.924,
25
+ "mean_token_accuracy": 0.8361630752682686,
26
+ "num_tokens": 9556.0,
27
+ "step": 10
28
+ },
29
+ {
30
+ "epoch": 0.05108556832694764,
31
+ "grad_norm": 0.541026771068573,
32
+ "learning_rate": 0.00019658703071672356,
33
+ "loss": 0.5477,
34
+ "mean_token_accuracy": 0.8945453137159347,
35
+ "num_tokens": 14116.0,
36
+ "step": 15
37
+ },
38
+ {
39
+ "epoch": 0.06811409110259685,
40
+ "grad_norm": 0.5480035543441772,
41
+ "learning_rate": 0.00019544937428896475,
42
+ "loss": 0.5796,
43
+ "mean_token_accuracy": 0.8836526513099671,
44
+ "num_tokens": 18879.0,
45
+ "step": 20
46
+ },
47
+ {
48
+ "epoch": 0.08514261387824607,
49
+ "grad_norm": 0.5408394932746887,
50
+ "learning_rate": 0.00019431171786120593,
51
+ "loss": 0.6289,
52
+ "mean_token_accuracy": 0.8782178282737731,
53
+ "num_tokens": 23699.0,
54
+ "step": 25
55
+ },
56
+ {
57
+ "epoch": 0.10217113665389528,
58
+ "grad_norm": 0.583755612373352,
59
+ "learning_rate": 0.00019317406143344712,
60
+ "loss": 0.5507,
61
+ "mean_token_accuracy": 0.8905435591936112,
62
+ "num_tokens": 28425.0,
63
+ "step": 30
64
+ },
65
+ {
66
+ "epoch": 0.11919965942954448,
67
+ "grad_norm": 0.5654754638671875,
68
+ "learning_rate": 0.0001920364050056883,
69
+ "loss": 0.5163,
70
+ "mean_token_accuracy": 0.8963450387120246,
71
+ "num_tokens": 33060.0,
72
+ "step": 35
73
+ },
74
+ {
75
+ "epoch": 0.1362281822051937,
76
+ "grad_norm": 0.5462912321090698,
77
+ "learning_rate": 0.00019089874857792946,
78
+ "loss": 0.6819,
79
+ "mean_token_accuracy": 0.8708900690078736,
80
+ "num_tokens": 38017.0,
81
+ "step": 40
82
+ },
83
+ {
84
+ "epoch": 0.1532567049808429,
85
+ "grad_norm": 0.45884689688682556,
86
+ "learning_rate": 0.00018976109215017067,
87
+ "loss": 0.5452,
88
+ "mean_token_accuracy": 0.8896441653370857,
89
+ "num_tokens": 42760.0,
90
+ "step": 45
91
+ },
92
+ {
93
+ "epoch": 0.17028522775649213,
94
+ "grad_norm": 0.5886663198471069,
95
+ "learning_rate": 0.00018862343572241183,
96
+ "loss": 0.5337,
97
+ "mean_token_accuracy": 0.8954117730259895,
98
+ "num_tokens": 47455.0,
99
+ "step": 50
100
+ },
101
+ {
102
+ "epoch": 0.18731375053214133,
103
+ "grad_norm": 0.5249215364456177,
104
+ "learning_rate": 0.00018748577929465302,
105
+ "loss": 0.4948,
106
+ "mean_token_accuracy": 0.9001417383551598,
107
+ "num_tokens": 52186.0,
108
+ "step": 55
109
+ },
110
+ {
111
+ "epoch": 0.20434227330779056,
112
+ "grad_norm": 0.40858832001686096,
113
+ "learning_rate": 0.0001863481228668942,
114
+ "loss": 0.4616,
115
+ "mean_token_accuracy": 0.9116851478815079,
116
+ "num_tokens": 56765.0,
117
+ "step": 60
118
+ },
119
+ {
120
+ "epoch": 0.22137079608343976,
121
+ "grad_norm": 0.4287504553794861,
122
+ "learning_rate": 0.0001852104664391354,
123
+ "loss": 0.5232,
124
+ "mean_token_accuracy": 0.895601749420166,
125
+ "num_tokens": 61436.0,
126
+ "step": 65
127
+ },
128
+ {
129
+ "epoch": 0.23839931885908897,
130
+ "grad_norm": 0.5480343103408813,
131
+ "learning_rate": 0.00018407281001137657,
132
+ "loss": 0.5757,
133
+ "mean_token_accuracy": 0.8878508538007737,
134
+ "num_tokens": 66190.0,
135
+ "step": 70
136
+ },
137
+ {
138
+ "epoch": 0.2554278416347382,
139
+ "grad_norm": 0.4539305567741394,
140
+ "learning_rate": 0.00018293515358361776,
141
+ "loss": 0.5136,
142
+ "mean_token_accuracy": 0.8946248903870583,
143
+ "num_tokens": 70888.0,
144
+ "step": 75
145
+ },
146
+ {
147
+ "epoch": 0.2724563644103874,
148
+ "grad_norm": 0.5497062802314758,
149
+ "learning_rate": 0.00018179749715585894,
150
+ "loss": 0.4996,
151
+ "mean_token_accuracy": 0.9008801370859146,
152
+ "num_tokens": 75588.0,
153
+ "step": 80
154
+ },
155
+ {
156
+ "epoch": 0.2894848871860366,
157
+ "grad_norm": 0.5979815721511841,
158
+ "learning_rate": 0.00018065984072810013,
159
+ "loss": 0.5454,
160
+ "mean_token_accuracy": 0.8904410973191261,
161
+ "num_tokens": 80394.0,
162
+ "step": 85
163
+ },
164
+ {
165
+ "epoch": 0.3065134099616858,
166
+ "grad_norm": 0.44527795910835266,
167
+ "learning_rate": 0.0001795221843003413,
168
+ "loss": 0.4675,
169
+ "mean_token_accuracy": 0.9040657833218575,
170
+ "num_tokens": 85088.0,
171
+ "step": 90
172
+ },
173
+ {
174
+ "epoch": 0.32354193273733506,
175
+ "grad_norm": 0.5105463862419128,
176
+ "learning_rate": 0.0001783845278725825,
177
+ "loss": 0.5391,
178
+ "mean_token_accuracy": 0.8978576123714447,
179
+ "num_tokens": 89799.0,
180
+ "step": 95
181
+ },
182
+ {
183
+ "epoch": 0.34057045551298426,
184
+ "grad_norm": 0.5285545587539673,
185
+ "learning_rate": 0.00017724687144482368,
186
+ "loss": 0.5426,
187
+ "mean_token_accuracy": 0.890034094452858,
188
+ "num_tokens": 94573.0,
189
+ "step": 100
190
+ },
191
+ {
192
+ "epoch": 0.35759897828863346,
193
+ "grad_norm": 0.5576184988021851,
194
+ "learning_rate": 0.00017610921501706487,
195
+ "loss": 0.5258,
196
+ "mean_token_accuracy": 0.8902270376682282,
197
+ "num_tokens": 99357.0,
198
+ "step": 105
199
+ },
200
+ {
201
+ "epoch": 0.37462750106428266,
202
+ "grad_norm": 0.5248317718505859,
203
+ "learning_rate": 0.00017497155858930602,
204
+ "loss": 0.5373,
205
+ "mean_token_accuracy": 0.8933822825551033,
206
+ "num_tokens": 104092.0,
207
+ "step": 110
208
+ },
209
+ {
210
+ "epoch": 0.39165602383993187,
211
+ "grad_norm": 0.45350518822669983,
212
+ "learning_rate": 0.00017383390216154724,
213
+ "loss": 0.5542,
214
+ "mean_token_accuracy": 0.8876873329281807,
215
+ "num_tokens": 108902.0,
216
+ "step": 115
217
+ },
218
+ {
219
+ "epoch": 0.4086845466155811,
220
+ "grad_norm": 0.5155291557312012,
221
+ "learning_rate": 0.0001726962457337884,
222
+ "loss": 0.5019,
223
+ "mean_token_accuracy": 0.9029773235321045,
224
+ "num_tokens": 113571.0,
225
+ "step": 120
226
+ },
227
+ {
228
+ "epoch": 0.4257130693912303,
229
+ "grad_norm": 0.5053763389587402,
230
+ "learning_rate": 0.0001715585893060296,
231
+ "loss": 0.5595,
232
+ "mean_token_accuracy": 0.8906429842114448,
233
+ "num_tokens": 118402.0,
234
+ "step": 125
235
+ },
236
+ {
237
+ "epoch": 0.4427415921668795,
238
+ "grad_norm": 0.5493877530097961,
239
+ "learning_rate": 0.00017042093287827076,
240
+ "loss": 0.4821,
241
+ "mean_token_accuracy": 0.9028852418065071,
242
+ "num_tokens": 123147.0,
243
+ "step": 130
244
+ },
245
+ {
246
+ "epoch": 0.45977011494252873,
247
+ "grad_norm": 0.426513135433197,
248
+ "learning_rate": 0.00016928327645051198,
249
+ "loss": 0.5311,
250
+ "mean_token_accuracy": 0.8920483842492104,
251
+ "num_tokens": 127878.0,
252
+ "step": 135
253
+ },
254
+ {
255
+ "epoch": 0.47679863771817793,
256
+ "grad_norm": 0.5025385022163391,
257
+ "learning_rate": 0.00016814562002275313,
258
+ "loss": 0.4699,
259
+ "mean_token_accuracy": 0.9039205580949783,
260
+ "num_tokens": 132591.0,
261
+ "step": 140
262
+ },
263
+ {
264
+ "epoch": 0.49382716049382713,
265
+ "grad_norm": 0.4677104651927948,
266
+ "learning_rate": 0.00016700796359499432,
267
+ "loss": 0.4876,
268
+ "mean_token_accuracy": 0.9038951709866524,
269
+ "num_tokens": 137221.0,
270
+ "step": 145
271
+ },
272
+ {
273
+ "epoch": 0.5108556832694764,
274
+ "grad_norm": 0.5534231066703796,
275
+ "learning_rate": 0.0001658703071672355,
276
+ "loss": 0.4969,
277
+ "mean_token_accuracy": 0.897729343175888,
278
+ "num_tokens": 141981.0,
279
+ "step": 150
280
+ },
281
+ {
282
+ "epoch": 0.5278842060451255,
283
+ "grad_norm": 0.4998553395271301,
284
+ "learning_rate": 0.0001647326507394767,
285
+ "loss": 0.5476,
286
+ "mean_token_accuracy": 0.8921540513634681,
287
+ "num_tokens": 146807.0,
288
+ "step": 155
289
+ },
290
+ {
291
+ "epoch": 0.5449127288207748,
292
+ "grad_norm": 0.545978307723999,
293
+ "learning_rate": 0.00016359499431171787,
294
+ "loss": 0.4543,
295
+ "mean_token_accuracy": 0.9018902003765106,
296
+ "num_tokens": 151544.0,
297
+ "step": 160
298
+ },
299
+ {
300
+ "epoch": 0.561941251596424,
301
+ "grad_norm": 0.5749042630195618,
302
+ "learning_rate": 0.00016245733788395906,
303
+ "loss": 0.5064,
304
+ "mean_token_accuracy": 0.8976296812295914,
305
+ "num_tokens": 156280.0,
306
+ "step": 165
307
+ },
308
+ {
309
+ "epoch": 0.5789697743720732,
310
+ "grad_norm": 0.5217350125312805,
311
+ "learning_rate": 0.00016131968145620024,
312
+ "loss": 0.4741,
313
+ "mean_token_accuracy": 0.9045222416520119,
314
+ "num_tokens": 161011.0,
315
+ "step": 170
316
+ },
317
+ {
318
+ "epoch": 0.5959982971477225,
319
+ "grad_norm": 0.5088939666748047,
320
+ "learning_rate": 0.00016018202502844143,
321
+ "loss": 0.4655,
322
+ "mean_token_accuracy": 0.9078934848308563,
323
+ "num_tokens": 165670.0,
324
+ "step": 175
325
+ },
326
+ {
327
+ "epoch": 0.6130268199233716,
328
+ "grad_norm": 0.5888277292251587,
329
+ "learning_rate": 0.0001590443686006826,
330
+ "loss": 0.4692,
331
+ "mean_token_accuracy": 0.9044368535280227,
332
+ "num_tokens": 170377.0,
333
+ "step": 180
334
+ },
335
+ {
336
+ "epoch": 0.6300553426990209,
337
+ "grad_norm": 0.6187074780464172,
338
+ "learning_rate": 0.0001579067121729238,
339
+ "loss": 0.5105,
340
+ "mean_token_accuracy": 0.8983473464846611,
341
+ "num_tokens": 175090.0,
342
+ "step": 185
343
+ },
344
+ {
345
+ "epoch": 0.6470838654746701,
346
+ "grad_norm": 0.5764688849449158,
347
+ "learning_rate": 0.00015676905574516496,
348
+ "loss": 0.5022,
349
+ "mean_token_accuracy": 0.8986694201827049,
350
+ "num_tokens": 179933.0,
351
+ "step": 190
352
+ },
353
+ {
354
+ "epoch": 0.6641123882503193,
355
+ "grad_norm": 0.5491649508476257,
356
+ "learning_rate": 0.00015563139931740617,
357
+ "loss": 0.5028,
358
+ "mean_token_accuracy": 0.8957466080784797,
359
+ "num_tokens": 184767.0,
360
+ "step": 195
361
+ },
362
+ {
363
+ "epoch": 0.6811409110259685,
364
+ "grad_norm": 0.4836632311344147,
365
+ "learning_rate": 0.00015449374288964733,
366
+ "loss": 0.5325,
367
+ "mean_token_accuracy": 0.8894904315471649,
368
+ "num_tokens": 189624.0,
369
+ "step": 200
370
+ },
371
+ {
372
+ "epoch": 0.6981694338016177,
373
+ "grad_norm": 0.4630073308944702,
374
+ "learning_rate": 0.00015335608646188854,
375
+ "loss": 0.4529,
376
+ "mean_token_accuracy": 0.9051140874624253,
377
+ "num_tokens": 194357.0,
378
+ "step": 205
379
+ },
380
+ {
381
+ "epoch": 0.7151979565772669,
382
+ "grad_norm": 0.49463990330696106,
383
+ "learning_rate": 0.0001522184300341297,
384
+ "loss": 0.4165,
385
+ "mean_token_accuracy": 0.9074924409389495,
386
+ "num_tokens": 199038.0,
387
+ "step": 210
388
+ },
389
+ {
390
+ "epoch": 0.7322264793529162,
391
+ "grad_norm": 0.5512949824333191,
392
+ "learning_rate": 0.00015108077360637088,
393
+ "loss": 0.4798,
394
+ "mean_token_accuracy": 0.9015959203243256,
395
+ "num_tokens": 203805.0,
396
+ "step": 215
397
+ },
398
+ {
399
+ "epoch": 0.7492550021285653,
400
+ "grad_norm": 0.58586585521698,
401
+ "learning_rate": 0.00014994311717861207,
402
+ "loss": 0.5301,
403
+ "mean_token_accuracy": 0.8944625854492188,
404
+ "num_tokens": 208579.0,
405
+ "step": 220
406
+ },
407
+ {
408
+ "epoch": 0.7662835249042146,
409
+ "grad_norm": 0.4895232319831848,
410
+ "learning_rate": 0.00014880546075085325,
411
+ "loss": 0.4694,
412
+ "mean_token_accuracy": 0.9098370909690857,
413
+ "num_tokens": 213237.0,
414
+ "step": 225
415
+ },
416
+ {
417
+ "epoch": 0.7833120476798637,
418
+ "grad_norm": 0.5064729452133179,
419
+ "learning_rate": 0.00014766780432309444,
420
+ "loss": 0.5047,
421
+ "mean_token_accuracy": 0.8984142780303955,
422
+ "num_tokens": 217964.0,
423
+ "step": 230
424
+ },
425
+ {
426
+ "epoch": 0.800340570455513,
427
+ "grad_norm": 0.5260823965072632,
428
+ "learning_rate": 0.00014653014789533562,
429
+ "loss": 0.5159,
430
+ "mean_token_accuracy": 0.8943046078085899,
431
+ "num_tokens": 222821.0,
432
+ "step": 235
433
+ },
434
+ {
435
+ "epoch": 0.8173690932311622,
436
+ "grad_norm": 0.5452587604522705,
437
+ "learning_rate": 0.0001453924914675768,
438
+ "loss": 0.4438,
439
+ "mean_token_accuracy": 0.905141781270504,
440
+ "num_tokens": 227453.0,
441
+ "step": 240
442
+ },
443
+ {
444
+ "epoch": 0.8343976160068114,
445
+ "grad_norm": 0.5265963077545166,
446
+ "learning_rate": 0.000144254835039818,
447
+ "loss": 0.472,
448
+ "mean_token_accuracy": 0.9038746282458305,
449
+ "num_tokens": 232153.0,
450
+ "step": 245
451
+ },
452
+ {
453
+ "epoch": 0.8514261387824607,
454
+ "grad_norm": 0.655539333820343,
455
+ "learning_rate": 0.00014311717861205915,
456
+ "loss": 0.542,
457
+ "mean_token_accuracy": 0.8909124419093132,
458
+ "num_tokens": 236925.0,
459
+ "step": 250
460
+ },
461
+ {
462
+ "epoch": 0.8684546615581098,
463
+ "grad_norm": 0.4830772578716278,
464
+ "learning_rate": 0.00014197952218430036,
465
+ "loss": 0.4432,
466
+ "mean_token_accuracy": 0.9110842600464821,
467
+ "num_tokens": 241546.0,
468
+ "step": 255
469
+ },
470
+ {
471
+ "epoch": 0.885483184333759,
472
+ "grad_norm": 0.5120635032653809,
473
+ "learning_rate": 0.00014084186575654152,
474
+ "loss": 0.4758,
475
+ "mean_token_accuracy": 0.904394218325615,
476
+ "num_tokens": 246278.0,
477
+ "step": 260
478
+ },
479
+ {
480
+ "epoch": 0.9025117071094083,
481
+ "grad_norm": 0.49142977595329285,
482
+ "learning_rate": 0.00013970420932878273,
483
+ "loss": 0.481,
484
+ "mean_token_accuracy": 0.8970154285430908,
485
+ "num_tokens": 251040.0,
486
+ "step": 265
487
+ },
488
+ {
489
+ "epoch": 0.9195402298850575,
490
+ "grad_norm": 0.5381618738174438,
491
+ "learning_rate": 0.0001385665529010239,
492
+ "loss": 0.4988,
493
+ "mean_token_accuracy": 0.8992804601788521,
494
+ "num_tokens": 255781.0,
495
+ "step": 270
496
+ },
497
+ {
498
+ "epoch": 0.9365687526607067,
499
+ "grad_norm": 0.5239886045455933,
500
+ "learning_rate": 0.0001374288964732651,
501
+ "loss": 0.4957,
502
+ "mean_token_accuracy": 0.9006548926234246,
503
+ "num_tokens": 260512.0,
504
+ "step": 275
505
+ },
506
+ {
507
+ "epoch": 0.9535972754363559,
508
+ "grad_norm": 0.5325700640678406,
509
+ "learning_rate": 0.00013629124004550626,
510
+ "loss": 0.4876,
511
+ "mean_token_accuracy": 0.8976434960961341,
512
+ "num_tokens": 265234.0,
513
+ "step": 280
514
+ },
515
+ {
516
+ "epoch": 0.9706257982120051,
517
+ "grad_norm": 0.52351975440979,
518
+ "learning_rate": 0.00013515358361774744,
519
+ "loss": 0.4408,
520
+ "mean_token_accuracy": 0.9042558416724205,
521
+ "num_tokens": 269939.0,
522
+ "step": 285
523
+ },
524
+ {
525
+ "epoch": 0.9876543209876543,
526
+ "grad_norm": 0.5632317066192627,
527
+ "learning_rate": 0.00013401592718998863,
528
+ "loss": 0.4267,
529
+ "mean_token_accuracy": 0.9127328768372536,
530
+ "num_tokens": 274580.0,
531
+ "step": 290
532
+ },
533
+ {
534
+ "epoch": 1.0046828437633035,
535
+ "grad_norm": 0.43729496002197266,
536
+ "learning_rate": 0.00013287827076222981,
537
+ "loss": 0.5103,
538
+ "mean_token_accuracy": 0.9010089665651322,
539
+ "num_tokens": 279321.0,
540
+ "step": 295
541
+ },
542
+ {
543
+ "epoch": 1.0217113665389528,
544
+ "grad_norm": 0.45043033361434937,
545
+ "learning_rate": 0.000131740614334471,
546
+ "loss": 0.376,
547
+ "mean_token_accuracy": 0.9193378701806069,
548
+ "num_tokens": 284033.0,
549
+ "step": 300
550
+ },
551
+ {
552
+ "epoch": 1.038739889314602,
553
+ "grad_norm": 0.6295264363288879,
554
+ "learning_rate": 0.00013060295790671218,
555
+ "loss": 0.3561,
556
+ "mean_token_accuracy": 0.9209762245416642,
557
+ "num_tokens": 288815.0,
558
+ "step": 305
559
+ },
560
+ {
561
+ "epoch": 1.055768412090251,
562
+ "grad_norm": 0.5746341347694397,
563
+ "learning_rate": 0.00012946530147895337,
564
+ "loss": 0.361,
565
+ "mean_token_accuracy": 0.9210935369133949,
566
+ "num_tokens": 293454.0,
567
+ "step": 310
568
+ },
569
+ {
570
+ "epoch": 1.0727969348659003,
571
+ "grad_norm": 0.5386441349983215,
572
+ "learning_rate": 0.00012832764505119455,
573
+ "loss": 0.3631,
574
+ "mean_token_accuracy": 0.923116135597229,
575
+ "num_tokens": 298136.0,
576
+ "step": 315
577
+ },
578
+ {
579
+ "epoch": 1.0898254576415496,
580
+ "grad_norm": 0.637798547744751,
581
+ "learning_rate": 0.0001271899886234357,
582
+ "loss": 0.375,
583
+ "mean_token_accuracy": 0.9151263251900673,
584
+ "num_tokens": 302962.0,
585
+ "step": 320
586
+ },
587
+ {
588
+ "epoch": 1.1068539804171988,
589
+ "grad_norm": 0.6014487147331238,
590
+ "learning_rate": 0.00012605233219567692,
591
+ "loss": 0.3584,
592
+ "mean_token_accuracy": 0.9245758667588234,
593
+ "num_tokens": 307661.0,
594
+ "step": 325
595
+ },
596
+ {
597
+ "epoch": 1.123882503192848,
598
+ "grad_norm": 0.6004022359848022,
599
+ "learning_rate": 0.00012491467576791808,
600
+ "loss": 0.3569,
601
+ "mean_token_accuracy": 0.921052211523056,
602
+ "num_tokens": 312330.0,
603
+ "step": 330
604
+ },
605
+ {
606
+ "epoch": 1.1409110259684971,
607
+ "grad_norm": 0.8666739463806152,
608
+ "learning_rate": 0.0001237770193401593,
609
+ "loss": 0.3778,
610
+ "mean_token_accuracy": 0.9176680579781532,
611
+ "num_tokens": 317107.0,
612
+ "step": 335
613
+ },
614
+ {
615
+ "epoch": 1.1579395487441464,
616
+ "grad_norm": 0.5575281381607056,
617
+ "learning_rate": 0.00012263936291240045,
618
+ "loss": 0.3765,
619
+ "mean_token_accuracy": 0.9149453848600387,
620
+ "num_tokens": 321895.0,
621
+ "step": 340
622
+ },
623
+ {
624
+ "epoch": 1.1749680715197957,
625
+ "grad_norm": 0.5432224273681641,
626
+ "learning_rate": 0.00012150170648464165,
627
+ "loss": 0.3546,
628
+ "mean_token_accuracy": 0.9211765006184578,
629
+ "num_tokens": 326592.0,
630
+ "step": 345
631
+ },
632
+ {
633
+ "epoch": 1.191996594295445,
634
+ "grad_norm": 0.5993474721908569,
635
+ "learning_rate": 0.00012036405005688282,
636
+ "loss": 0.3721,
637
+ "mean_token_accuracy": 0.9195932745933533,
638
+ "num_tokens": 331391.0,
639
+ "step": 350
640
+ },
641
+ {
642
+ "epoch": 1.2090251170710942,
643
+ "grad_norm": 0.6452960968017578,
644
+ "learning_rate": 0.000119226393629124,
645
+ "loss": 0.4292,
646
+ "mean_token_accuracy": 0.9088605523109436,
647
+ "num_tokens": 336238.0,
648
+ "step": 355
649
+ },
650
+ {
651
+ "epoch": 1.2260536398467432,
652
+ "grad_norm": 0.5383236408233643,
653
+ "learning_rate": 0.00011808873720136519,
654
+ "loss": 0.3192,
655
+ "mean_token_accuracy": 0.9233780831098557,
656
+ "num_tokens": 340817.0,
657
+ "step": 360
658
+ },
659
+ {
660
+ "epoch": 1.2430821626223925,
661
+ "grad_norm": 0.6566250324249268,
662
+ "learning_rate": 0.00011695108077360638,
663
+ "loss": 0.3617,
664
+ "mean_token_accuracy": 0.916201414167881,
665
+ "num_tokens": 345509.0,
666
+ "step": 365
667
+ },
668
+ {
669
+ "epoch": 1.2601106853980417,
670
+ "grad_norm": 0.6461586952209473,
671
+ "learning_rate": 0.00011581342434584756,
672
+ "loss": 0.3971,
673
+ "mean_token_accuracy": 0.9110044553875923,
674
+ "num_tokens": 350303.0,
675
+ "step": 370
676
+ },
677
+ {
678
+ "epoch": 1.277139208173691,
679
+ "grad_norm": 0.700552225112915,
680
+ "learning_rate": 0.00011467576791808873,
681
+ "loss": 0.3439,
682
+ "mean_token_accuracy": 0.9284276351332664,
683
+ "num_tokens": 354873.0,
684
+ "step": 375
685
+ },
686
+ {
687
+ "epoch": 1.29416773094934,
688
+ "grad_norm": 0.6307278871536255,
689
+ "learning_rate": 0.00011353811149032993,
690
+ "loss": 0.3619,
691
+ "mean_token_accuracy": 0.9204769432544708,
692
+ "num_tokens": 359564.0,
693
+ "step": 380
694
+ },
695
+ {
696
+ "epoch": 1.3111962537249893,
697
+ "grad_norm": 0.5559372901916504,
698
+ "learning_rate": 0.0001124004550625711,
699
+ "loss": 0.337,
700
+ "mean_token_accuracy": 0.9221480071544648,
701
+ "num_tokens": 364285.0,
702
+ "step": 385
703
+ },
704
+ {
705
+ "epoch": 1.3282247765006385,
706
+ "grad_norm": 0.7321580648422241,
707
+ "learning_rate": 0.00011126279863481229,
708
+ "loss": 0.3864,
709
+ "mean_token_accuracy": 0.917863991856575,
710
+ "num_tokens": 369021.0,
711
+ "step": 390
712
+ },
713
+ {
714
+ "epoch": 1.3452532992762878,
715
+ "grad_norm": 0.6482062339782715,
716
+ "learning_rate": 0.00011012514220705347,
717
+ "loss": 0.342,
718
+ "mean_token_accuracy": 0.9234487116336823,
719
+ "num_tokens": 373711.0,
720
+ "step": 395
721
+ },
722
+ {
723
+ "epoch": 1.362281822051937,
724
+ "grad_norm": 0.7216457724571228,
725
+ "learning_rate": 0.00010898748577929466,
726
+ "loss": 0.3494,
727
+ "mean_token_accuracy": 0.9197908401489258,
728
+ "num_tokens": 378403.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": 1.6144918131772416e+16,
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:2880bc20911be7570705186d959b34e82a39733f86051b99fbdac7fd462e5b89
3
+ size 5624
checkpoint-400/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-600/README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-7B-Instruct
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": "Qwen/Qwen2.5-7B-Instruct",
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
+ "gate_proj",
35
+ "q_proj",
36
+ "up_proj",
37
+ "down_proj",
38
+ "v_proj",
39
+ "o_proj",
40
+ "k_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:edb068bc9d29f4cf847824cb7b323b3fc0d4effb93e2d968cb3041cc7abfffa7
3
+ size 161533192
checkpoint-600/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
checkpoint-600/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-600/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:679eb8a93e5170f0dca720580f437c2b673e5fd17d5071564fdc71cf539c4093
3
+ size 82465012
checkpoint-600/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61f18489b8af17a7c74039eb4cc9c40e8db7770b48db8bf0fcebd336bc2803fc
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,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": "<|im_end|>"
25
+ }
checkpoint-600/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
checkpoint-600/tokenizer_config.json ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|im_end|>",
201
+ "errors": "replace",
202
+ "model_max_length": 131072,
203
+ "pad_token": "<|im_end|>",
204
+ "split_special_tokens": false,
205
+ "tokenizer_class": "Qwen2Tokenizer",
206
+ "unk_token": null
207
+ }
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": 3.096078395843506,
14
+ "learning_rate": 0.0001988623435722412,
15
+ "loss": 2.9252,
16
+ "mean_token_accuracy": 0.5491172857582569,
17
+ "num_tokens": 4766.0,
18
+ "step": 5
19
+ },
20
+ {
21
+ "epoch": 0.034057045551298425,
22
+ "grad_norm": 0.695277214050293,
23
+ "learning_rate": 0.00019772468714448238,
24
+ "loss": 0.924,
25
+ "mean_token_accuracy": 0.8361630752682686,
26
+ "num_tokens": 9556.0,
27
+ "step": 10
28
+ },
29
+ {
30
+ "epoch": 0.05108556832694764,
31
+ "grad_norm": 0.541026771068573,
32
+ "learning_rate": 0.00019658703071672356,
33
+ "loss": 0.5477,
34
+ "mean_token_accuracy": 0.8945453137159347,
35
+ "num_tokens": 14116.0,
36
+ "step": 15
37
+ },
38
+ {
39
+ "epoch": 0.06811409110259685,
40
+ "grad_norm": 0.5480035543441772,
41
+ "learning_rate": 0.00019544937428896475,
42
+ "loss": 0.5796,
43
+ "mean_token_accuracy": 0.8836526513099671,
44
+ "num_tokens": 18879.0,
45
+ "step": 20
46
+ },
47
+ {
48
+ "epoch": 0.08514261387824607,
49
+ "grad_norm": 0.5408394932746887,
50
+ "learning_rate": 0.00019431171786120593,
51
+ "loss": 0.6289,
52
+ "mean_token_accuracy": 0.8782178282737731,
53
+ "num_tokens": 23699.0,
54
+ "step": 25
55
+ },
56
+ {
57
+ "epoch": 0.10217113665389528,
58
+ "grad_norm": 0.583755612373352,
59
+ "learning_rate": 0.00019317406143344712,
60
+ "loss": 0.5507,
61
+ "mean_token_accuracy": 0.8905435591936112,
62
+ "num_tokens": 28425.0,
63
+ "step": 30
64
+ },
65
+ {
66
+ "epoch": 0.11919965942954448,
67
+ "grad_norm": 0.5654754638671875,
68
+ "learning_rate": 0.0001920364050056883,
69
+ "loss": 0.5163,
70
+ "mean_token_accuracy": 0.8963450387120246,
71
+ "num_tokens": 33060.0,
72
+ "step": 35
73
+ },
74
+ {
75
+ "epoch": 0.1362281822051937,
76
+ "grad_norm": 0.5462912321090698,
77
+ "learning_rate": 0.00019089874857792946,
78
+ "loss": 0.6819,
79
+ "mean_token_accuracy": 0.8708900690078736,
80
+ "num_tokens": 38017.0,
81
+ "step": 40
82
+ },
83
+ {
84
+ "epoch": 0.1532567049808429,
85
+ "grad_norm": 0.45884689688682556,
86
+ "learning_rate": 0.00018976109215017067,
87
+ "loss": 0.5452,
88
+ "mean_token_accuracy": 0.8896441653370857,
89
+ "num_tokens": 42760.0,
90
+ "step": 45
91
+ },
92
+ {
93
+ "epoch": 0.17028522775649213,
94
+ "grad_norm": 0.5886663198471069,
95
+ "learning_rate": 0.00018862343572241183,
96
+ "loss": 0.5337,
97
+ "mean_token_accuracy": 0.8954117730259895,
98
+ "num_tokens": 47455.0,
99
+ "step": 50
100
+ },
101
+ {
102
+ "epoch": 0.18731375053214133,
103
+ "grad_norm": 0.5249215364456177,
104
+ "learning_rate": 0.00018748577929465302,
105
+ "loss": 0.4948,
106
+ "mean_token_accuracy": 0.9001417383551598,
107
+ "num_tokens": 52186.0,
108
+ "step": 55
109
+ },
110
+ {
111
+ "epoch": 0.20434227330779056,
112
+ "grad_norm": 0.40858832001686096,
113
+ "learning_rate": 0.0001863481228668942,
114
+ "loss": 0.4616,
115
+ "mean_token_accuracy": 0.9116851478815079,
116
+ "num_tokens": 56765.0,
117
+ "step": 60
118
+ },
119
+ {
120
+ "epoch": 0.22137079608343976,
121
+ "grad_norm": 0.4287504553794861,
122
+ "learning_rate": 0.0001852104664391354,
123
+ "loss": 0.5232,
124
+ "mean_token_accuracy": 0.895601749420166,
125
+ "num_tokens": 61436.0,
126
+ "step": 65
127
+ },
128
+ {
129
+ "epoch": 0.23839931885908897,
130
+ "grad_norm": 0.5480343103408813,
131
+ "learning_rate": 0.00018407281001137657,
132
+ "loss": 0.5757,
133
+ "mean_token_accuracy": 0.8878508538007737,
134
+ "num_tokens": 66190.0,
135
+ "step": 70
136
+ },
137
+ {
138
+ "epoch": 0.2554278416347382,
139
+ "grad_norm": 0.4539305567741394,
140
+ "learning_rate": 0.00018293515358361776,
141
+ "loss": 0.5136,
142
+ "mean_token_accuracy": 0.8946248903870583,
143
+ "num_tokens": 70888.0,
144
+ "step": 75
145
+ },
146
+ {
147
+ "epoch": 0.2724563644103874,
148
+ "grad_norm": 0.5497062802314758,
149
+ "learning_rate": 0.00018179749715585894,
150
+ "loss": 0.4996,
151
+ "mean_token_accuracy": 0.9008801370859146,
152
+ "num_tokens": 75588.0,
153
+ "step": 80
154
+ },
155
+ {
156
+ "epoch": 0.2894848871860366,
157
+ "grad_norm": 0.5979815721511841,
158
+ "learning_rate": 0.00018065984072810013,
159
+ "loss": 0.5454,
160
+ "mean_token_accuracy": 0.8904410973191261,
161
+ "num_tokens": 80394.0,
162
+ "step": 85
163
+ },
164
+ {
165
+ "epoch": 0.3065134099616858,
166
+ "grad_norm": 0.44527795910835266,
167
+ "learning_rate": 0.0001795221843003413,
168
+ "loss": 0.4675,
169
+ "mean_token_accuracy": 0.9040657833218575,
170
+ "num_tokens": 85088.0,
171
+ "step": 90
172
+ },
173
+ {
174
+ "epoch": 0.32354193273733506,
175
+ "grad_norm": 0.5105463862419128,
176
+ "learning_rate": 0.0001783845278725825,
177
+ "loss": 0.5391,
178
+ "mean_token_accuracy": 0.8978576123714447,
179
+ "num_tokens": 89799.0,
180
+ "step": 95
181
+ },
182
+ {
183
+ "epoch": 0.34057045551298426,
184
+ "grad_norm": 0.5285545587539673,
185
+ "learning_rate": 0.00017724687144482368,
186
+ "loss": 0.5426,
187
+ "mean_token_accuracy": 0.890034094452858,
188
+ "num_tokens": 94573.0,
189
+ "step": 100
190
+ },
191
+ {
192
+ "epoch": 0.35759897828863346,
193
+ "grad_norm": 0.5576184988021851,
194
+ "learning_rate": 0.00017610921501706487,
195
+ "loss": 0.5258,
196
+ "mean_token_accuracy": 0.8902270376682282,
197
+ "num_tokens": 99357.0,
198
+ "step": 105
199
+ },
200
+ {
201
+ "epoch": 0.37462750106428266,
202
+ "grad_norm": 0.5248317718505859,
203
+ "learning_rate": 0.00017497155858930602,
204
+ "loss": 0.5373,
205
+ "mean_token_accuracy": 0.8933822825551033,
206
+ "num_tokens": 104092.0,
207
+ "step": 110
208
+ },
209
+ {
210
+ "epoch": 0.39165602383993187,
211
+ "grad_norm": 0.45350518822669983,
212
+ "learning_rate": 0.00017383390216154724,
213
+ "loss": 0.5542,
214
+ "mean_token_accuracy": 0.8876873329281807,
215
+ "num_tokens": 108902.0,
216
+ "step": 115
217
+ },
218
+ {
219
+ "epoch": 0.4086845466155811,
220
+ "grad_norm": 0.5155291557312012,
221
+ "learning_rate": 0.0001726962457337884,
222
+ "loss": 0.5019,
223
+ "mean_token_accuracy": 0.9029773235321045,
224
+ "num_tokens": 113571.0,
225
+ "step": 120
226
+ },
227
+ {
228
+ "epoch": 0.4257130693912303,
229
+ "grad_norm": 0.5053763389587402,
230
+ "learning_rate": 0.0001715585893060296,
231
+ "loss": 0.5595,
232
+ "mean_token_accuracy": 0.8906429842114448,
233
+ "num_tokens": 118402.0,
234
+ "step": 125
235
+ },
236
+ {
237
+ "epoch": 0.4427415921668795,
238
+ "grad_norm": 0.5493877530097961,
239
+ "learning_rate": 0.00017042093287827076,
240
+ "loss": 0.4821,
241
+ "mean_token_accuracy": 0.9028852418065071,
242
+ "num_tokens": 123147.0,
243
+ "step": 130
244
+ },
245
+ {
246
+ "epoch": 0.45977011494252873,
247
+ "grad_norm": 0.426513135433197,
248
+ "learning_rate": 0.00016928327645051198,
249
+ "loss": 0.5311,
250
+ "mean_token_accuracy": 0.8920483842492104,
251
+ "num_tokens": 127878.0,
252
+ "step": 135
253
+ },
254
+ {
255
+ "epoch": 0.47679863771817793,
256
+ "grad_norm": 0.5025385022163391,
257
+ "learning_rate": 0.00016814562002275313,
258
+ "loss": 0.4699,
259
+ "mean_token_accuracy": 0.9039205580949783,
260
+ "num_tokens": 132591.0,
261
+ "step": 140
262
+ },
263
+ {
264
+ "epoch": 0.49382716049382713,
265
+ "grad_norm": 0.4677104651927948,
266
+ "learning_rate": 0.00016700796359499432,
267
+ "loss": 0.4876,
268
+ "mean_token_accuracy": 0.9038951709866524,
269
+ "num_tokens": 137221.0,
270
+ "step": 145
271
+ },
272
+ {
273
+ "epoch": 0.5108556832694764,
274
+ "grad_norm": 0.5534231066703796,
275
+ "learning_rate": 0.0001658703071672355,
276
+ "loss": 0.4969,
277
+ "mean_token_accuracy": 0.897729343175888,
278
+ "num_tokens": 141981.0,
279
+ "step": 150
280
+ },
281
+ {
282
+ "epoch": 0.5278842060451255,
283
+ "grad_norm": 0.4998553395271301,
284
+ "learning_rate": 0.0001647326507394767,
285
+ "loss": 0.5476,
286
+ "mean_token_accuracy": 0.8921540513634681,
287
+ "num_tokens": 146807.0,
288
+ "step": 155
289
+ },
290
+ {
291
+ "epoch": 0.5449127288207748,
292
+ "grad_norm": 0.545978307723999,
293
+ "learning_rate": 0.00016359499431171787,
294
+ "loss": 0.4543,
295
+ "mean_token_accuracy": 0.9018902003765106,
296
+ "num_tokens": 151544.0,
297
+ "step": 160
298
+ },
299
+ {
300
+ "epoch": 0.561941251596424,
301
+ "grad_norm": 0.5749042630195618,
302
+ "learning_rate": 0.00016245733788395906,
303
+ "loss": 0.5064,
304
+ "mean_token_accuracy": 0.8976296812295914,
305
+ "num_tokens": 156280.0,
306
+ "step": 165
307
+ },
308
+ {
309
+ "epoch": 0.5789697743720732,
310
+ "grad_norm": 0.5217350125312805,
311
+ "learning_rate": 0.00016131968145620024,
312
+ "loss": 0.4741,
313
+ "mean_token_accuracy": 0.9045222416520119,
314
+ "num_tokens": 161011.0,
315
+ "step": 170
316
+ },
317
+ {
318
+ "epoch": 0.5959982971477225,
319
+ "grad_norm": 0.5088939666748047,
320
+ "learning_rate": 0.00016018202502844143,
321
+ "loss": 0.4655,
322
+ "mean_token_accuracy": 0.9078934848308563,
323
+ "num_tokens": 165670.0,
324
+ "step": 175
325
+ },
326
+ {
327
+ "epoch": 0.6130268199233716,
328
+ "grad_norm": 0.5888277292251587,
329
+ "learning_rate": 0.0001590443686006826,
330
+ "loss": 0.4692,
331
+ "mean_token_accuracy": 0.9044368535280227,
332
+ "num_tokens": 170377.0,
333
+ "step": 180
334
+ },
335
+ {
336
+ "epoch": 0.6300553426990209,
337
+ "grad_norm": 0.6187074780464172,
338
+ "learning_rate": 0.0001579067121729238,
339
+ "loss": 0.5105,
340
+ "mean_token_accuracy": 0.8983473464846611,
341
+ "num_tokens": 175090.0,
342
+ "step": 185
343
+ },
344
+ {
345
+ "epoch": 0.6470838654746701,
346
+ "grad_norm": 0.5764688849449158,
347
+ "learning_rate": 0.00015676905574516496,
348
+ "loss": 0.5022,
349
+ "mean_token_accuracy": 0.8986694201827049,
350
+ "num_tokens": 179933.0,
351
+ "step": 190
352
+ },
353
+ {
354
+ "epoch": 0.6641123882503193,
355
+ "grad_norm": 0.5491649508476257,
356
+ "learning_rate": 0.00015563139931740617,
357
+ "loss": 0.5028,
358
+ "mean_token_accuracy": 0.8957466080784797,
359
+ "num_tokens": 184767.0,
360
+ "step": 195
361
+ },
362
+ {
363
+ "epoch": 0.6811409110259685,
364
+ "grad_norm": 0.4836632311344147,
365
+ "learning_rate": 0.00015449374288964733,
366
+ "loss": 0.5325,
367
+ "mean_token_accuracy": 0.8894904315471649,
368
+ "num_tokens": 189624.0,
369
+ "step": 200
370
+ },
371
+ {
372
+ "epoch": 0.6981694338016177,
373
+ "grad_norm": 0.4630073308944702,
374
+ "learning_rate": 0.00015335608646188854,
375
+ "loss": 0.4529,
376
+ "mean_token_accuracy": 0.9051140874624253,
377
+ "num_tokens": 194357.0,
378
+ "step": 205
379
+ },
380
+ {
381
+ "epoch": 0.7151979565772669,
382
+ "grad_norm": 0.49463990330696106,
383
+ "learning_rate": 0.0001522184300341297,
384
+ "loss": 0.4165,
385
+ "mean_token_accuracy": 0.9074924409389495,
386
+ "num_tokens": 199038.0,
387
+ "step": 210
388
+ },
389
+ {
390
+ "epoch": 0.7322264793529162,
391
+ "grad_norm": 0.5512949824333191,
392
+ "learning_rate": 0.00015108077360637088,
393
+ "loss": 0.4798,
394
+ "mean_token_accuracy": 0.9015959203243256,
395
+ "num_tokens": 203805.0,
396
+ "step": 215
397
+ },
398
+ {
399
+ "epoch": 0.7492550021285653,
400
+ "grad_norm": 0.58586585521698,
401
+ "learning_rate": 0.00014994311717861207,
402
+ "loss": 0.5301,
403
+ "mean_token_accuracy": 0.8944625854492188,
404
+ "num_tokens": 208579.0,
405
+ "step": 220
406
+ },
407
+ {
408
+ "epoch": 0.7662835249042146,
409
+ "grad_norm": 0.4895232319831848,
410
+ "learning_rate": 0.00014880546075085325,
411
+ "loss": 0.4694,
412
+ "mean_token_accuracy": 0.9098370909690857,
413
+ "num_tokens": 213237.0,
414
+ "step": 225
415
+ },
416
+ {
417
+ "epoch": 0.7833120476798637,
418
+ "grad_norm": 0.5064729452133179,
419
+ "learning_rate": 0.00014766780432309444,
420
+ "loss": 0.5047,
421
+ "mean_token_accuracy": 0.8984142780303955,
422
+ "num_tokens": 217964.0,
423
+ "step": 230
424
+ },
425
+ {
426
+ "epoch": 0.800340570455513,
427
+ "grad_norm": 0.5260823965072632,
428
+ "learning_rate": 0.00014653014789533562,
429
+ "loss": 0.5159,
430
+ "mean_token_accuracy": 0.8943046078085899,
431
+ "num_tokens": 222821.0,
432
+ "step": 235
433
+ },
434
+ {
435
+ "epoch": 0.8173690932311622,
436
+ "grad_norm": 0.5452587604522705,
437
+ "learning_rate": 0.0001453924914675768,
438
+ "loss": 0.4438,
439
+ "mean_token_accuracy": 0.905141781270504,
440
+ "num_tokens": 227453.0,
441
+ "step": 240
442
+ },
443
+ {
444
+ "epoch": 0.8343976160068114,
445
+ "grad_norm": 0.5265963077545166,
446
+ "learning_rate": 0.000144254835039818,
447
+ "loss": 0.472,
448
+ "mean_token_accuracy": 0.9038746282458305,
449
+ "num_tokens": 232153.0,
450
+ "step": 245
451
+ },
452
+ {
453
+ "epoch": 0.8514261387824607,
454
+ "grad_norm": 0.655539333820343,
455
+ "learning_rate": 0.00014311717861205915,
456
+ "loss": 0.542,
457
+ "mean_token_accuracy": 0.8909124419093132,
458
+ "num_tokens": 236925.0,
459
+ "step": 250
460
+ },
461
+ {
462
+ "epoch": 0.8684546615581098,
463
+ "grad_norm": 0.4830772578716278,
464
+ "learning_rate": 0.00014197952218430036,
465
+ "loss": 0.4432,
466
+ "mean_token_accuracy": 0.9110842600464821,
467
+ "num_tokens": 241546.0,
468
+ "step": 255
469
+ },
470
+ {
471
+ "epoch": 0.885483184333759,
472
+ "grad_norm": 0.5120635032653809,
473
+ "learning_rate": 0.00014084186575654152,
474
+ "loss": 0.4758,
475
+ "mean_token_accuracy": 0.904394218325615,
476
+ "num_tokens": 246278.0,
477
+ "step": 260
478
+ },
479
+ {
480
+ "epoch": 0.9025117071094083,
481
+ "grad_norm": 0.49142977595329285,
482
+ "learning_rate": 0.00013970420932878273,
483
+ "loss": 0.481,
484
+ "mean_token_accuracy": 0.8970154285430908,
485
+ "num_tokens": 251040.0,
486
+ "step": 265
487
+ },
488
+ {
489
+ "epoch": 0.9195402298850575,
490
+ "grad_norm": 0.5381618738174438,
491
+ "learning_rate": 0.0001385665529010239,
492
+ "loss": 0.4988,
493
+ "mean_token_accuracy": 0.8992804601788521,
494
+ "num_tokens": 255781.0,
495
+ "step": 270
496
+ },
497
+ {
498
+ "epoch": 0.9365687526607067,
499
+ "grad_norm": 0.5239886045455933,
500
+ "learning_rate": 0.0001374288964732651,
501
+ "loss": 0.4957,
502
+ "mean_token_accuracy": 0.9006548926234246,
503
+ "num_tokens": 260512.0,
504
+ "step": 275
505
+ },
506
+ {
507
+ "epoch": 0.9535972754363559,
508
+ "grad_norm": 0.5325700640678406,
509
+ "learning_rate": 0.00013629124004550626,
510
+ "loss": 0.4876,
511
+ "mean_token_accuracy": 0.8976434960961341,
512
+ "num_tokens": 265234.0,
513
+ "step": 280
514
+ },
515
+ {
516
+ "epoch": 0.9706257982120051,
517
+ "grad_norm": 0.52351975440979,
518
+ "learning_rate": 0.00013515358361774744,
519
+ "loss": 0.4408,
520
+ "mean_token_accuracy": 0.9042558416724205,
521
+ "num_tokens": 269939.0,
522
+ "step": 285
523
+ },
524
+ {
525
+ "epoch": 0.9876543209876543,
526
+ "grad_norm": 0.5632317066192627,
527
+ "learning_rate": 0.00013401592718998863,
528
+ "loss": 0.4267,
529
+ "mean_token_accuracy": 0.9127328768372536,
530
+ "num_tokens": 274580.0,
531
+ "step": 290
532
+ },
533
+ {
534
+ "epoch": 1.0046828437633035,
535
+ "grad_norm": 0.43729496002197266,
536
+ "learning_rate": 0.00013287827076222981,
537
+ "loss": 0.5103,
538
+ "mean_token_accuracy": 0.9010089665651322,
539
+ "num_tokens": 279321.0,
540
+ "step": 295
541
+ },
542
+ {
543
+ "epoch": 1.0217113665389528,
544
+ "grad_norm": 0.45043033361434937,
545
+ "learning_rate": 0.000131740614334471,
546
+ "loss": 0.376,
547
+ "mean_token_accuracy": 0.9193378701806069,
548
+ "num_tokens": 284033.0,
549
+ "step": 300
550
+ },
551
+ {
552
+ "epoch": 1.038739889314602,
553
+ "grad_norm": 0.6295264363288879,
554
+ "learning_rate": 0.00013060295790671218,
555
+ "loss": 0.3561,
556
+ "mean_token_accuracy": 0.9209762245416642,
557
+ "num_tokens": 288815.0,
558
+ "step": 305
559
+ },
560
+ {
561
+ "epoch": 1.055768412090251,
562
+ "grad_norm": 0.5746341347694397,
563
+ "learning_rate": 0.00012946530147895337,
564
+ "loss": 0.361,
565
+ "mean_token_accuracy": 0.9210935369133949,
566
+ "num_tokens": 293454.0,
567
+ "step": 310
568
+ },
569
+ {
570
+ "epoch": 1.0727969348659003,
571
+ "grad_norm": 0.5386441349983215,
572
+ "learning_rate": 0.00012832764505119455,
573
+ "loss": 0.3631,
574
+ "mean_token_accuracy": 0.923116135597229,
575
+ "num_tokens": 298136.0,
576
+ "step": 315
577
+ },
578
+ {
579
+ "epoch": 1.0898254576415496,
580
+ "grad_norm": 0.637798547744751,
581
+ "learning_rate": 0.0001271899886234357,
582
+ "loss": 0.375,
583
+ "mean_token_accuracy": 0.9151263251900673,
584
+ "num_tokens": 302962.0,
585
+ "step": 320
586
+ },
587
+ {
588
+ "epoch": 1.1068539804171988,
589
+ "grad_norm": 0.6014487147331238,
590
+ "learning_rate": 0.00012605233219567692,
591
+ "loss": 0.3584,
592
+ "mean_token_accuracy": 0.9245758667588234,
593
+ "num_tokens": 307661.0,
594
+ "step": 325
595
+ },
596
+ {
597
+ "epoch": 1.123882503192848,
598
+ "grad_norm": 0.6004022359848022,
599
+ "learning_rate": 0.00012491467576791808,
600
+ "loss": 0.3569,
601
+ "mean_token_accuracy": 0.921052211523056,
602
+ "num_tokens": 312330.0,
603
+ "step": 330
604
+ },
605
+ {
606
+ "epoch": 1.1409110259684971,
607
+ "grad_norm": 0.8666739463806152,
608
+ "learning_rate": 0.0001237770193401593,
609
+ "loss": 0.3778,
610
+ "mean_token_accuracy": 0.9176680579781532,
611
+ "num_tokens": 317107.0,
612
+ "step": 335
613
+ },
614
+ {
615
+ "epoch": 1.1579395487441464,
616
+ "grad_norm": 0.5575281381607056,
617
+ "learning_rate": 0.00012263936291240045,
618
+ "loss": 0.3765,
619
+ "mean_token_accuracy": 0.9149453848600387,
620
+ "num_tokens": 321895.0,
621
+ "step": 340
622
+ },
623
+ {
624
+ "epoch": 1.1749680715197957,
625
+ "grad_norm": 0.5432224273681641,
626
+ "learning_rate": 0.00012150170648464165,
627
+ "loss": 0.3546,
628
+ "mean_token_accuracy": 0.9211765006184578,
629
+ "num_tokens": 326592.0,
630
+ "step": 345
631
+ },
632
+ {
633
+ "epoch": 1.191996594295445,
634
+ "grad_norm": 0.5993474721908569,
635
+ "learning_rate": 0.00012036405005688282,
636
+ "loss": 0.3721,
637
+ "mean_token_accuracy": 0.9195932745933533,
638
+ "num_tokens": 331391.0,
639
+ "step": 350
640
+ },
641
+ {
642
+ "epoch": 1.2090251170710942,
643
+ "grad_norm": 0.6452960968017578,
644
+ "learning_rate": 0.000119226393629124,
645
+ "loss": 0.4292,
646
+ "mean_token_accuracy": 0.9088605523109436,
647
+ "num_tokens": 336238.0,
648
+ "step": 355
649
+ },
650
+ {
651
+ "epoch": 1.2260536398467432,
652
+ "grad_norm": 0.5383236408233643,
653
+ "learning_rate": 0.00011808873720136519,
654
+ "loss": 0.3192,
655
+ "mean_token_accuracy": 0.9233780831098557,
656
+ "num_tokens": 340817.0,
657
+ "step": 360
658
+ },
659
+ {
660
+ "epoch": 1.2430821626223925,
661
+ "grad_norm": 0.6566250324249268,
662
+ "learning_rate": 0.00011695108077360638,
663
+ "loss": 0.3617,
664
+ "mean_token_accuracy": 0.916201414167881,
665
+ "num_tokens": 345509.0,
666
+ "step": 365
667
+ },
668
+ {
669
+ "epoch": 1.2601106853980417,
670
+ "grad_norm": 0.6461586952209473,
671
+ "learning_rate": 0.00011581342434584756,
672
+ "loss": 0.3971,
673
+ "mean_token_accuracy": 0.9110044553875923,
674
+ "num_tokens": 350303.0,
675
+ "step": 370
676
+ },
677
+ {
678
+ "epoch": 1.277139208173691,
679
+ "grad_norm": 0.700552225112915,
680
+ "learning_rate": 0.00011467576791808873,
681
+ "loss": 0.3439,
682
+ "mean_token_accuracy": 0.9284276351332664,
683
+ "num_tokens": 354873.0,
684
+ "step": 375
685
+ },
686
+ {
687
+ "epoch": 1.29416773094934,
688
+ "grad_norm": 0.6307278871536255,
689
+ "learning_rate": 0.00011353811149032993,
690
+ "loss": 0.3619,
691
+ "mean_token_accuracy": 0.9204769432544708,
692
+ "num_tokens": 359564.0,
693
+ "step": 380
694
+ },
695
+ {
696
+ "epoch": 1.3111962537249893,
697
+ "grad_norm": 0.5559372901916504,
698
+ "learning_rate": 0.0001124004550625711,
699
+ "loss": 0.337,
700
+ "mean_token_accuracy": 0.9221480071544648,
701
+ "num_tokens": 364285.0,
702
+ "step": 385
703
+ },
704
+ {
705
+ "epoch": 1.3282247765006385,
706
+ "grad_norm": 0.7321580648422241,
707
+ "learning_rate": 0.00011126279863481229,
708
+ "loss": 0.3864,
709
+ "mean_token_accuracy": 0.917863991856575,
710
+ "num_tokens": 369021.0,
711
+ "step": 390
712
+ },
713
+ {
714
+ "epoch": 1.3452532992762878,
715
+ "grad_norm": 0.6482062339782715,
716
+ "learning_rate": 0.00011012514220705347,
717
+ "loss": 0.342,
718
+ "mean_token_accuracy": 0.9234487116336823,
719
+ "num_tokens": 373711.0,
720
+ "step": 395
721
+ },
722
+ {
723
+ "epoch": 1.362281822051937,
724
+ "grad_norm": 0.7216457724571228,
725
+ "learning_rate": 0.00010898748577929466,
726
+ "loss": 0.3494,
727
+ "mean_token_accuracy": 0.9197908401489258,
728
+ "num_tokens": 378403.0,
729
+ "step": 400
730
+ },
731
+ {
732
+ "epoch": 1.3793103448275863,
733
+ "grad_norm": 0.7166584730148315,
734
+ "learning_rate": 0.00010784982935153584,
735
+ "loss": 0.3768,
736
+ "mean_token_accuracy": 0.9174183040857316,
737
+ "num_tokens": 383100.0,
738
+ "step": 405
739
+ },
740
+ {
741
+ "epoch": 1.3963388676032356,
742
+ "grad_norm": 0.8020215630531311,
743
+ "learning_rate": 0.00010671217292377703,
744
+ "loss": 0.3772,
745
+ "mean_token_accuracy": 0.9173366680741311,
746
+ "num_tokens": 387930.0,
747
+ "step": 410
748
+ },
749
+ {
750
+ "epoch": 1.4133673903788846,
751
+ "grad_norm": 0.6404600143432617,
752
+ "learning_rate": 0.00010557451649601821,
753
+ "loss": 0.3345,
754
+ "mean_token_accuracy": 0.9267360553145408,
755
+ "num_tokens": 392624.0,
756
+ "step": 415
757
+ },
758
+ {
759
+ "epoch": 1.4303959131545338,
760
+ "grad_norm": 0.7745601534843445,
761
+ "learning_rate": 0.00010443686006825938,
762
+ "loss": 0.3762,
763
+ "mean_token_accuracy": 0.9124831840395927,
764
+ "num_tokens": 397405.0,
765
+ "step": 420
766
+ },
767
+ {
768
+ "epoch": 1.447424435930183,
769
+ "grad_norm": 0.6004043817520142,
770
+ "learning_rate": 0.00010329920364050057,
771
+ "loss": 0.402,
772
+ "mean_token_accuracy": 0.914434814453125,
773
+ "num_tokens": 402178.0,
774
+ "step": 425
775
+ },
776
+ {
777
+ "epoch": 1.4644529587058321,
778
+ "grad_norm": 0.6424717903137207,
779
+ "learning_rate": 0.00010216154721274175,
780
+ "loss": 0.3269,
781
+ "mean_token_accuracy": 0.9274717316031456,
782
+ "num_tokens": 406801.0,
783
+ "step": 430
784
+ },
785
+ {
786
+ "epoch": 1.4814814814814814,
787
+ "grad_norm": 0.7379339337348938,
788
+ "learning_rate": 0.00010102389078498294,
789
+ "loss": 0.3853,
790
+ "mean_token_accuracy": 0.9116453334689141,
791
+ "num_tokens": 411635.0,
792
+ "step": 435
793
+ },
794
+ {
795
+ "epoch": 1.4985100042571307,
796
+ "grad_norm": 0.6798533201217651,
797
+ "learning_rate": 9.988623435722412e-05,
798
+ "loss": 0.3442,
799
+ "mean_token_accuracy": 0.9197518125176429,
800
+ "num_tokens": 416372.0,
801
+ "step": 440
802
+ },
803
+ {
804
+ "epoch": 1.51553852703278,
805
+ "grad_norm": 0.5506631731987,
806
+ "learning_rate": 9.874857792946531e-05,
807
+ "loss": 0.3557,
808
+ "mean_token_accuracy": 0.9198912262916565,
809
+ "num_tokens": 421129.0,
810
+ "step": 445
811
+ },
812
+ {
813
+ "epoch": 1.5325670498084292,
814
+ "grad_norm": 32.163753509521484,
815
+ "learning_rate": 9.761092150170649e-05,
816
+ "loss": 0.2988,
817
+ "mean_token_accuracy": 0.9316724047064782,
818
+ "num_tokens": 425749.0,
819
+ "step": 450
820
+ },
821
+ {
822
+ "epoch": 1.5495955725840784,
823
+ "grad_norm": 0.6345335841178894,
824
+ "learning_rate": 9.647326507394768e-05,
825
+ "loss": 0.328,
826
+ "mean_token_accuracy": 0.925884073972702,
827
+ "num_tokens": 430356.0,
828
+ "step": 455
829
+ },
830
+ {
831
+ "epoch": 1.5666240953597277,
832
+ "grad_norm": 0.4996885657310486,
833
+ "learning_rate": 9.533560864618886e-05,
834
+ "loss": 0.3357,
835
+ "mean_token_accuracy": 0.9236923009157181,
836
+ "num_tokens": 435131.0,
837
+ "step": 460
838
+ },
839
+ {
840
+ "epoch": 1.5836526181353767,
841
+ "grad_norm": 0.7736502289772034,
842
+ "learning_rate": 9.419795221843003e-05,
843
+ "loss": 0.3363,
844
+ "mean_token_accuracy": 0.919234861433506,
845
+ "num_tokens": 439799.0,
846
+ "step": 465
847
+ },
848
+ {
849
+ "epoch": 1.600681140911026,
850
+ "grad_norm": 0.5958617925643921,
851
+ "learning_rate": 9.306029579067122e-05,
852
+ "loss": 0.3636,
853
+ "mean_token_accuracy": 0.92172020226717,
854
+ "num_tokens": 444514.0,
855
+ "step": 470
856
+ },
857
+ {
858
+ "epoch": 1.617709663686675,
859
+ "grad_norm": 0.7543319463729858,
860
+ "learning_rate": 9.19226393629124e-05,
861
+ "loss": 0.3993,
862
+ "mean_token_accuracy": 0.9095039024949074,
863
+ "num_tokens": 449453.0,
864
+ "step": 475
865
+ },
866
+ {
867
+ "epoch": 1.6347381864623243,
868
+ "grad_norm": 0.6482803225517273,
869
+ "learning_rate": 9.078498293515359e-05,
870
+ "loss": 0.3359,
871
+ "mean_token_accuracy": 0.924050772190094,
872
+ "num_tokens": 454144.0,
873
+ "step": 480
874
+ },
875
+ {
876
+ "epoch": 1.6517667092379735,
877
+ "grad_norm": 0.5878757834434509,
878
+ "learning_rate": 8.964732650739477e-05,
879
+ "loss": 0.3728,
880
+ "mean_token_accuracy": 0.9194103494286537,
881
+ "num_tokens": 458839.0,
882
+ "step": 485
883
+ },
884
+ {
885
+ "epoch": 1.6687952320136228,
886
+ "grad_norm": 0.8008145689964294,
887
+ "learning_rate": 8.850967007963596e-05,
888
+ "loss": 0.3973,
889
+ "mean_token_accuracy": 0.9146214991807937,
890
+ "num_tokens": 463633.0,
891
+ "step": 490
892
+ },
893
+ {
894
+ "epoch": 1.685823754789272,
895
+ "grad_norm": 0.6370537281036377,
896
+ "learning_rate": 8.737201365187714e-05,
897
+ "loss": 0.3528,
898
+ "mean_token_accuracy": 0.9191272169351578,
899
+ "num_tokens": 468319.0,
900
+ "step": 495
901
+ },
902
+ {
903
+ "epoch": 1.7028522775649213,
904
+ "grad_norm": 0.6956344842910767,
905
+ "learning_rate": 8.623435722411833e-05,
906
+ "loss": 0.3584,
907
+ "mean_token_accuracy": 0.9227298349142075,
908
+ "num_tokens": 473018.0,
909
+ "step": 500
910
+ },
911
+ {
912
+ "epoch": 1.7198808003405706,
913
+ "grad_norm": 0.5346872806549072,
914
+ "learning_rate": 8.509670079635951e-05,
915
+ "loss": 0.3094,
916
+ "mean_token_accuracy": 0.9289079144597053,
917
+ "num_tokens": 477564.0,
918
+ "step": 505
919
+ },
920
+ {
921
+ "epoch": 1.7369093231162198,
922
+ "grad_norm": 0.6789258122444153,
923
+ "learning_rate": 8.395904436860069e-05,
924
+ "loss": 0.3999,
925
+ "mean_token_accuracy": 0.9171444311738014,
926
+ "num_tokens": 482329.0,
927
+ "step": 510
928
+ },
929
+ {
930
+ "epoch": 1.7539378458918689,
931
+ "grad_norm": 0.7325442433357239,
932
+ "learning_rate": 8.282138794084187e-05,
933
+ "loss": 0.3576,
934
+ "mean_token_accuracy": 0.919205529987812,
935
+ "num_tokens": 487073.0,
936
+ "step": 515
937
+ },
938
+ {
939
+ "epoch": 1.770966368667518,
940
+ "grad_norm": 0.6846973299980164,
941
+ "learning_rate": 8.168373151308306e-05,
942
+ "loss": 0.3547,
943
+ "mean_token_accuracy": 0.9206994399428368,
944
+ "num_tokens": 491796.0,
945
+ "step": 520
946
+ },
947
+ {
948
+ "epoch": 1.7879948914431671,
949
+ "grad_norm": 0.5631270408630371,
950
+ "learning_rate": 8.054607508532424e-05,
951
+ "loss": 0.3473,
952
+ "mean_token_accuracy": 0.9214297071099281,
953
+ "num_tokens": 496498.0,
954
+ "step": 525
955
+ },
956
+ {
957
+ "epoch": 1.8050234142188164,
958
+ "grad_norm": 0.6066986322402954,
959
+ "learning_rate": 7.940841865756543e-05,
960
+ "loss": 0.3774,
961
+ "mean_token_accuracy": 0.9192397773265839,
962
+ "num_tokens": 501235.0,
963
+ "step": 530
964
+ },
965
+ {
966
+ "epoch": 1.8220519369944657,
967
+ "grad_norm": 0.6359360218048096,
968
+ "learning_rate": 7.827076222980661e-05,
969
+ "loss": 0.324,
970
+ "mean_token_accuracy": 0.9266907840967178,
971
+ "num_tokens": 505887.0,
972
+ "step": 535
973
+ },
974
+ {
975
+ "epoch": 1.839080459770115,
976
+ "grad_norm": 0.836995005607605,
977
+ "learning_rate": 7.71331058020478e-05,
978
+ "loss": 0.3708,
979
+ "mean_token_accuracy": 0.915412899851799,
980
+ "num_tokens": 510670.0,
981
+ "step": 540
982
+ },
983
+ {
984
+ "epoch": 1.8561089825457642,
985
+ "grad_norm": 0.6547362208366394,
986
+ "learning_rate": 7.599544937428897e-05,
987
+ "loss": 0.394,
988
+ "mean_token_accuracy": 0.9127551719546318,
989
+ "num_tokens": 515432.0,
990
+ "step": 545
991
+ },
992
+ {
993
+ "epoch": 1.8731375053214134,
994
+ "grad_norm": 0.6609506607055664,
995
+ "learning_rate": 7.485779294653015e-05,
996
+ "loss": 0.4105,
997
+ "mean_token_accuracy": 0.910239189863205,
998
+ "num_tokens": 520330.0,
999
+ "step": 550
1000
+ },
1001
+ {
1002
+ "epoch": 1.8901660280970627,
1003
+ "grad_norm": 0.6680045127868652,
1004
+ "learning_rate": 7.372013651877134e-05,
1005
+ "loss": 0.3478,
1006
+ "mean_token_accuracy": 0.9242256492376327,
1007
+ "num_tokens": 524980.0,
1008
+ "step": 555
1009
+ },
1010
+ {
1011
+ "epoch": 1.907194550872712,
1012
+ "grad_norm": 0.579949676990509,
1013
+ "learning_rate": 7.258248009101252e-05,
1014
+ "loss": 0.389,
1015
+ "mean_token_accuracy": 0.9161396250128746,
1016
+ "num_tokens": 529754.0,
1017
+ "step": 560
1018
+ },
1019
+ {
1020
+ "epoch": 1.924223073648361,
1021
+ "grad_norm": 0.6184946298599243,
1022
+ "learning_rate": 7.14448236632537e-05,
1023
+ "loss": 0.3253,
1024
+ "mean_token_accuracy": 0.924703124165535,
1025
+ "num_tokens": 534525.0,
1026
+ "step": 565
1027
+ },
1028
+ {
1029
+ "epoch": 1.9412515964240102,
1030
+ "grad_norm": 0.657850980758667,
1031
+ "learning_rate": 7.030716723549489e-05,
1032
+ "loss": 0.3926,
1033
+ "mean_token_accuracy": 0.9116024389863014,
1034
+ "num_tokens": 539435.0,
1035
+ "step": 570
1036
+ },
1037
+ {
1038
+ "epoch": 1.9582801191996593,
1039
+ "grad_norm": 0.7310178875923157,
1040
+ "learning_rate": 6.916951080773608e-05,
1041
+ "loss": 0.4016,
1042
+ "mean_token_accuracy": 0.9142703726887703,
1043
+ "num_tokens": 544326.0,
1044
+ "step": 575
1045
+ },
1046
+ {
1047
+ "epoch": 1.9753086419753085,
1048
+ "grad_norm": 0.7617822289466858,
1049
+ "learning_rate": 6.803185437997726e-05,
1050
+ "loss": 0.3878,
1051
+ "mean_token_accuracy": 0.9160768195986748,
1052
+ "num_tokens": 549062.0,
1053
+ "step": 580
1054
+ },
1055
+ {
1056
+ "epoch": 1.9923371647509578,
1057
+ "grad_norm": 0.5839700102806091,
1058
+ "learning_rate": 6.689419795221843e-05,
1059
+ "loss": 0.3557,
1060
+ "mean_token_accuracy": 0.9169671639800072,
1061
+ "num_tokens": 553832.0,
1062
+ "step": 585
1063
+ },
1064
+ {
1065
+ "epoch": 2.009365687526607,
1066
+ "grad_norm": 0.5534153580665588,
1067
+ "learning_rate": 6.575654152445962e-05,
1068
+ "loss": 0.3887,
1069
+ "mean_token_accuracy": 0.9231562212109565,
1070
+ "num_tokens": 558589.0,
1071
+ "step": 590
1072
+ },
1073
+ {
1074
+ "epoch": 2.0263942103022563,
1075
+ "grad_norm": 0.5666193962097168,
1076
+ "learning_rate": 6.46188850967008e-05,
1077
+ "loss": 0.2234,
1078
+ "mean_token_accuracy": 0.9479417443275452,
1079
+ "num_tokens": 563291.0,
1080
+ "step": 595
1081
+ },
1082
+ {
1083
+ "epoch": 2.0434227330779056,
1084
+ "grad_norm": 0.6161417961120605,
1085
+ "learning_rate": 6.348122866894199e-05,
1086
+ "loss": 0.2351,
1087
+ "mean_token_accuracy": 0.9460513457655907,
1088
+ "num_tokens": 568054.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": 2.423655553583309e+16,
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:2880bc20911be7570705186d959b34e82a39733f86051b99fbdac7fd462e5b89
3
+ size 5624
checkpoint-600/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-800/README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-7B-Instruct
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": "Qwen/Qwen2.5-7B-Instruct",
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
+ "gate_proj",
35
+ "q_proj",
36
+ "up_proj",
37
+ "down_proj",
38
+ "v_proj",
39
+ "o_proj",
40
+ "k_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:b90a8079a417a268dbb82dbf88a13288bbfdf848e9e1710aa0ebe8d41ae35c7b
3
+ size 161533192