C10X commited on
Commit
58960d1
·
verified ·
1 Parent(s): 1846da8

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 +7 -0
  2. checkpoint-100/.ipynb_checkpoints/adapter_config-checkpoint.json +37 -0
  3. checkpoint-100/README.md +202 -0
  4. checkpoint-100/adapter_config.json +37 -0
  5. checkpoint-100/adapter_model.safetensors +3 -0
  6. checkpoint-100/added_tokens.json +24 -0
  7. checkpoint-100/merges.txt +0 -0
  8. checkpoint-100/optimizer.pt +3 -0
  9. checkpoint-100/rng_state.pth +3 -0
  10. checkpoint-100/scheduler.pt +3 -0
  11. checkpoint-100/special_tokens_map.json +31 -0
  12. checkpoint-100/tokenizer.json +3 -0
  13. checkpoint-100/tokenizer_config.json +209 -0
  14. checkpoint-100/trainer_state.json +1633 -0
  15. checkpoint-100/training_args.bin +3 -0
  16. checkpoint-100/vocab.json +0 -0
  17. checkpoint-150/README.md +202 -0
  18. checkpoint-150/adapter_config.json +37 -0
  19. checkpoint-150/adapter_model.safetensors +3 -0
  20. checkpoint-150/added_tokens.json +24 -0
  21. checkpoint-150/merges.txt +0 -0
  22. checkpoint-150/optimizer.pt +3 -0
  23. checkpoint-150/rng_state.pth +3 -0
  24. checkpoint-150/scheduler.pt +3 -0
  25. checkpoint-150/special_tokens_map.json +31 -0
  26. checkpoint-150/tokenizer.json +3 -0
  27. checkpoint-150/tokenizer_config.json +209 -0
  28. checkpoint-150/trainer_state.json +2433 -0
  29. checkpoint-150/training_args.bin +3 -0
  30. checkpoint-150/vocab.json +0 -0
  31. checkpoint-200/README.md +202 -0
  32. checkpoint-200/adapter_config.json +37 -0
  33. checkpoint-200/adapter_model.safetensors +3 -0
  34. checkpoint-200/added_tokens.json +24 -0
  35. checkpoint-200/merges.txt +0 -0
  36. checkpoint-200/optimizer.pt +3 -0
  37. checkpoint-200/rng_state.pth +3 -0
  38. checkpoint-200/scheduler.pt +3 -0
  39. checkpoint-200/special_tokens_map.json +31 -0
  40. checkpoint-200/tokenizer.json +3 -0
  41. checkpoint-200/tokenizer_config.json +209 -0
  42. checkpoint-200/trainer_state.json +0 -0
  43. checkpoint-200/training_args.bin +3 -0
  44. checkpoint-200/vocab.json +0 -0
  45. checkpoint-250/README.md +202 -0
  46. checkpoint-250/adapter_config.json +37 -0
  47. checkpoint-250/adapter_model.safetensors +3 -0
  48. checkpoint-250/added_tokens.json +24 -0
  49. checkpoint-250/merges.txt +0 -0
  50. checkpoint-250/optimizer.pt +3 -0
.gitattributes CHANGED
@@ -33,3 +33,10 @@ 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-100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ checkpoint-150/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
+ checkpoint-200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
39
+ checkpoint-250/tokenizer.json filter=lfs diff=lfs merge=lfs -text
40
+ checkpoint-300/tokenizer.json filter=lfs diff=lfs merge=lfs -text
41
+ checkpoint-350/tokenizer.json filter=lfs diff=lfs merge=lfs -text
42
+ checkpoint-50/tokenizer.json filter=lfs diff=lfs merge=lfs -text
checkpoint-100/.ipynb_checkpoints/adapter_config-checkpoint.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/qwen2.5-7b-instruct-unsloth-bnb-4bit",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 16,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 16,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "gate_proj",
27
+ "down_proj",
28
+ "v_proj",
29
+ "up_proj",
30
+ "o_proj",
31
+ "q_proj",
32
+ "k_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "use_dora": false,
36
+ "use_rslora": false
37
+ }
checkpoint-100/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/qwen2.5-7b-instruct-unsloth-bnb-4bit
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.14.0
checkpoint-100/adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/qwen2.5-7b-instruct-unsloth-bnb-4bit",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 16,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 16,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "gate_proj",
27
+ "down_proj",
28
+ "v_proj",
29
+ "up_proj",
30
+ "o_proj",
31
+ "q_proj",
32
+ "k_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "use_dora": false,
36
+ "use_rslora": false
37
+ }
checkpoint-100/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd2c6021e2a186f6d9ccb3eed53c8ae1bf63d9564b5adf1043e7e74c3e99b34c
3
+ size 161533192
checkpoint-100/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-100/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f57ee2823cf59a62c9406a78fbe5edf25762b0ff8837e61d45920a7b8326b9a5
3
+ size 82459636
checkpoint-100/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7808fdde3ba8de3d1bc23ad13e62e2b52662f73097a00505afc7a632bfb44f7f
3
+ size 14244
checkpoint-100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63458cd82ab215e5822ba9390124faf5d15c7149b993412577fd1c8347814bc5
3
+ size 1064
checkpoint-100/special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|vision_pad|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
checkpoint-100/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64e71213db910f5cafa86d35091f37393dcc344b1bbc34091d1b3eed4cca01d5
3
+ size 11422064
checkpoint-100/tokenizer_config.json ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "extra_special_tokens": {},
203
+ "model_max_length": 32768,
204
+ "pad_token": "<|vision_pad|>",
205
+ "padding_side": "right",
206
+ "split_special_tokens": false,
207
+ "tokenizer_class": "Qwen2Tokenizer",
208
+ "unk_token": null
209
+ }
checkpoint-100/trainer_state.json ADDED
@@ -0,0 +1,1633 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.013381506757660913,
5
+ "eval_steps": 500,
6
+ "global_step": 100,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "completion_length": 698.1666870117188,
13
+ "epoch": 0.00013381506757660912,
14
+ "grad_norm": 0.07569596916437149,
15
+ "kl": 0.0006024616304785013,
16
+ "learning_rate": 6.684491978609626e-09,
17
+ "loss": 0.001,
18
+ "reward": -1.8359375,
19
+ "reward_std": 0.5859375,
20
+ "rewards/correctness_reward_func": 0.0,
21
+ "rewards/int_reward_func": 0.0,
22
+ "rewards/soft_format_reward_func": 0.0,
23
+ "rewards/strict_format_reward_func": 0.0,
24
+ "rewards/xmlcount_reward_func": -1.8359375,
25
+ "step": 1
26
+ },
27
+ {
28
+ "completion_length": 549.0,
29
+ "epoch": 0.00026763013515321824,
30
+ "grad_norm": 0.10156559199094772,
31
+ "kl": 0.0006554799037985504,
32
+ "learning_rate": 1.3368983957219251e-08,
33
+ "loss": -0.0055,
34
+ "reward": -1.21875,
35
+ "reward_std": 0.48828125,
36
+ "rewards/correctness_reward_func": 0.0,
37
+ "rewards/int_reward_func": 0.0,
38
+ "rewards/soft_format_reward_func": 0.0,
39
+ "rewards/strict_format_reward_func": 0.0,
40
+ "rewards/xmlcount_reward_func": -1.21875,
41
+ "step": 2
42
+ },
43
+ {
44
+ "completion_length": 509.66668701171875,
45
+ "epoch": 0.0004014452027298274,
46
+ "grad_norm": 0.1012749969959259,
47
+ "kl": 0.0006122777122072875,
48
+ "learning_rate": 2.005347593582888e-08,
49
+ "loss": 0.0032,
50
+ "reward": -1.2578125,
51
+ "reward_std": 0.37890625,
52
+ "rewards/correctness_reward_func": 0.0,
53
+ "rewards/int_reward_func": 0.0,
54
+ "rewards/soft_format_reward_func": 0.0,
55
+ "rewards/strict_format_reward_func": 0.0,
56
+ "rewards/xmlcount_reward_func": -1.2578125,
57
+ "step": 3
58
+ },
59
+ {
60
+ "completion_length": 387.8333435058594,
61
+ "epoch": 0.0005352602703064365,
62
+ "grad_norm": 0.10009913891553879,
63
+ "kl": 0.0005205385386943817,
64
+ "learning_rate": 2.6737967914438503e-08,
65
+ "loss": 0.0007,
66
+ "reward": -0.83203125,
67
+ "reward_std": 0.1640625,
68
+ "rewards/correctness_reward_func": 0.0,
69
+ "rewards/int_reward_func": 0.0,
70
+ "rewards/soft_format_reward_func": 0.0,
71
+ "rewards/strict_format_reward_func": 0.0,
72
+ "rewards/xmlcount_reward_func": -0.83203125,
73
+ "step": 4
74
+ },
75
+ {
76
+ "completion_length": 386.5,
77
+ "epoch": 0.0006690753378830456,
78
+ "grad_norm": 0.11404310166835785,
79
+ "kl": 0.00039041676791384816,
80
+ "learning_rate": 3.342245989304813e-08,
81
+ "loss": -0.0032,
82
+ "reward": -0.859375,
83
+ "reward_std": 0.1630859375,
84
+ "rewards/correctness_reward_func": 0.0,
85
+ "rewards/int_reward_func": 0.0,
86
+ "rewards/soft_format_reward_func": 0.0,
87
+ "rewards/strict_format_reward_func": 0.0,
88
+ "rewards/xmlcount_reward_func": -0.859375,
89
+ "step": 5
90
+ },
91
+ {
92
+ "completion_length": 345.8333435058594,
93
+ "epoch": 0.0008028904054596548,
94
+ "grad_norm": 0.13447555899620056,
95
+ "kl": 0.0005453471094369888,
96
+ "learning_rate": 4.010695187165776e-08,
97
+ "loss": 0.0036,
98
+ "reward": -0.7109375,
99
+ "reward_std": 0.357421875,
100
+ "rewards/correctness_reward_func": 0.0,
101
+ "rewards/int_reward_func": 0.0,
102
+ "rewards/soft_format_reward_func": 0.0,
103
+ "rewards/strict_format_reward_func": 0.0,
104
+ "rewards/xmlcount_reward_func": -0.7109375,
105
+ "step": 6
106
+ },
107
+ {
108
+ "completion_length": 426.16668701171875,
109
+ "epoch": 0.0009367054730362638,
110
+ "grad_norm": 0.1324268877506256,
111
+ "kl": 0.000606791814789176,
112
+ "learning_rate": 4.679144385026738e-08,
113
+ "loss": 0.0017,
114
+ "reward": -1.09375,
115
+ "reward_std": 0.72265625,
116
+ "rewards/correctness_reward_func": 0.0,
117
+ "rewards/int_reward_func": 0.0,
118
+ "rewards/soft_format_reward_func": 0.0,
119
+ "rewards/strict_format_reward_func": 0.0,
120
+ "rewards/xmlcount_reward_func": -1.09375,
121
+ "step": 7
122
+ },
123
+ {
124
+ "completion_length": 418.66668701171875,
125
+ "epoch": 0.001070520540612873,
126
+ "grad_norm": 0.12978878617286682,
127
+ "kl": 0.0005688891978934407,
128
+ "learning_rate": 5.3475935828877005e-08,
129
+ "loss": 0.0005,
130
+ "reward": -0.89453125,
131
+ "reward_std": 0.392578125,
132
+ "rewards/correctness_reward_func": 0.0,
133
+ "rewards/int_reward_func": 0.0,
134
+ "rewards/soft_format_reward_func": 0.0,
135
+ "rewards/strict_format_reward_func": 0.0,
136
+ "rewards/xmlcount_reward_func": -0.89453125,
137
+ "step": 8
138
+ },
139
+ {
140
+ "completion_length": 484.5,
141
+ "epoch": 0.0012043356081894822,
142
+ "grad_norm": 0.09955421835184097,
143
+ "kl": 0.0005112257204018533,
144
+ "learning_rate": 6.016042780748664e-08,
145
+ "loss": 0.0067,
146
+ "reward": -1.25,
147
+ "reward_std": 0.53515625,
148
+ "rewards/correctness_reward_func": 0.0,
149
+ "rewards/int_reward_func": 0.0,
150
+ "rewards/soft_format_reward_func": 0.0,
151
+ "rewards/strict_format_reward_func": 0.0,
152
+ "rewards/xmlcount_reward_func": -1.25,
153
+ "step": 9
154
+ },
155
+ {
156
+ "completion_length": 230.5,
157
+ "epoch": 0.0013381506757660913,
158
+ "grad_norm": 0.19524620473384857,
159
+ "kl": 0.0006619760533794761,
160
+ "learning_rate": 6.684491978609626e-08,
161
+ "loss": -0.0006,
162
+ "reward": -0.26953125,
163
+ "reward_std": 0.349609375,
164
+ "rewards/correctness_reward_func": 0.0,
165
+ "rewards/int_reward_func": 0.0,
166
+ "rewards/soft_format_reward_func": 0.0,
167
+ "rewards/strict_format_reward_func": 0.0,
168
+ "rewards/xmlcount_reward_func": -0.26953125,
169
+ "step": 10
170
+ },
171
+ {
172
+ "completion_length": 369.5,
173
+ "epoch": 0.0014719657433427003,
174
+ "grad_norm": 0.1019153892993927,
175
+ "kl": 0.0006552126724272966,
176
+ "learning_rate": 7.352941176470589e-08,
177
+ "loss": -0.004,
178
+ "reward": -0.94140625,
179
+ "reward_std": 0.279296875,
180
+ "rewards/correctness_reward_func": 0.0,
181
+ "rewards/int_reward_func": 0.0,
182
+ "rewards/soft_format_reward_func": 0.0,
183
+ "rewards/strict_format_reward_func": 0.0,
184
+ "rewards/xmlcount_reward_func": -0.94140625,
185
+ "step": 11
186
+ },
187
+ {
188
+ "completion_length": 386.16668701171875,
189
+ "epoch": 0.0016057808109193096,
190
+ "grad_norm": 0.09696059674024582,
191
+ "kl": 0.0004603694542311132,
192
+ "learning_rate": 8.021390374331552e-08,
193
+ "loss": 0.002,
194
+ "reward": -0.8671875,
195
+ "reward_std": 0.42578125,
196
+ "rewards/correctness_reward_func": 0.0,
197
+ "rewards/int_reward_func": 0.0,
198
+ "rewards/soft_format_reward_func": 0.0,
199
+ "rewards/strict_format_reward_func": 0.0,
200
+ "rewards/xmlcount_reward_func": -0.8671875,
201
+ "step": 12
202
+ },
203
+ {
204
+ "completion_length": 475.16668701171875,
205
+ "epoch": 0.0017395958784959186,
206
+ "grad_norm": 0.12413895130157471,
207
+ "kl": 0.0004793051048181951,
208
+ "learning_rate": 8.689839572192514e-08,
209
+ "loss": 0.0,
210
+ "reward": -0.9375,
211
+ "reward_std": 0.28125,
212
+ "rewards/correctness_reward_func": 0.0,
213
+ "rewards/int_reward_func": 0.0,
214
+ "rewards/soft_format_reward_func": 0.0,
215
+ "rewards/strict_format_reward_func": 0.0,
216
+ "rewards/xmlcount_reward_func": -0.9375,
217
+ "step": 13
218
+ },
219
+ {
220
+ "completion_length": 370.0,
221
+ "epoch": 0.0018734109460725277,
222
+ "grad_norm": 0.1305382251739502,
223
+ "kl": 0.0005513830110430717,
224
+ "learning_rate": 9.358288770053476e-08,
225
+ "loss": -0.0018,
226
+ "reward": -0.78515625,
227
+ "reward_std": 0.263671875,
228
+ "rewards/correctness_reward_func": 0.0,
229
+ "rewards/int_reward_func": 0.0,
230
+ "rewards/soft_format_reward_func": 0.0,
231
+ "rewards/strict_format_reward_func": 0.0,
232
+ "rewards/xmlcount_reward_func": -0.78515625,
233
+ "step": 14
234
+ },
235
+ {
236
+ "completion_length": 431.66668701171875,
237
+ "epoch": 0.002007226013649137,
238
+ "grad_norm": 0.10463520139455795,
239
+ "kl": 0.00048596435226500034,
240
+ "learning_rate": 1.0026737967914439e-07,
241
+ "loss": 0.0032,
242
+ "reward": -0.84375,
243
+ "reward_std": 0.3984375,
244
+ "rewards/correctness_reward_func": 0.0,
245
+ "rewards/int_reward_func": 0.0,
246
+ "rewards/soft_format_reward_func": 0.0,
247
+ "rewards/strict_format_reward_func": 0.0,
248
+ "rewards/xmlcount_reward_func": -0.84375,
249
+ "step": 15
250
+ },
251
+ {
252
+ "completion_length": 399.5,
253
+ "epoch": 0.002141041081225746,
254
+ "grad_norm": 0.1404961347579956,
255
+ "kl": 0.000555322621949017,
256
+ "learning_rate": 1.0695187165775401e-07,
257
+ "loss": -0.0057,
258
+ "reward": -1.0625,
259
+ "reward_std": 0.46484375,
260
+ "rewards/correctness_reward_func": 0.0,
261
+ "rewards/int_reward_func": 0.0,
262
+ "rewards/soft_format_reward_func": 0.0,
263
+ "rewards/strict_format_reward_func": 0.0,
264
+ "rewards/xmlcount_reward_func": -1.0625,
265
+ "step": 16
266
+ },
267
+ {
268
+ "completion_length": 449.8333435058594,
269
+ "epoch": 0.002274856148802355,
270
+ "grad_norm": 0.10250594466924667,
271
+ "kl": 0.00048121344298124313,
272
+ "learning_rate": 1.1363636363636364e-07,
273
+ "loss": -0.0071,
274
+ "reward": -1.0234375,
275
+ "reward_std": 0.40234375,
276
+ "rewards/correctness_reward_func": 0.0,
277
+ "rewards/int_reward_func": 0.0,
278
+ "rewards/soft_format_reward_func": 0.0,
279
+ "rewards/strict_format_reward_func": 0.0,
280
+ "rewards/xmlcount_reward_func": -1.0234375,
281
+ "step": 17
282
+ },
283
+ {
284
+ "completion_length": 324.5,
285
+ "epoch": 0.0024086712163789645,
286
+ "grad_norm": 0.12464314699172974,
287
+ "kl": 0.0005811881856061518,
288
+ "learning_rate": 1.2032085561497328e-07,
289
+ "loss": 0.0033,
290
+ "reward": -0.6875,
291
+ "reward_std": 0.26171875,
292
+ "rewards/correctness_reward_func": 0.0,
293
+ "rewards/int_reward_func": 0.0,
294
+ "rewards/soft_format_reward_func": 0.0,
295
+ "rewards/strict_format_reward_func": 0.0,
296
+ "rewards/xmlcount_reward_func": -0.6875,
297
+ "step": 18
298
+ },
299
+ {
300
+ "completion_length": 578.0,
301
+ "epoch": 0.0025424862839555735,
302
+ "grad_norm": 0.08823499828577042,
303
+ "kl": 0.000675913121085614,
304
+ "learning_rate": 1.270053475935829e-07,
305
+ "loss": 0.0075,
306
+ "reward": -1.703125,
307
+ "reward_std": 0.5703125,
308
+ "rewards/correctness_reward_func": 0.0,
309
+ "rewards/int_reward_func": 0.0,
310
+ "rewards/soft_format_reward_func": 0.0,
311
+ "rewards/strict_format_reward_func": 0.0,
312
+ "rewards/xmlcount_reward_func": -1.703125,
313
+ "step": 19
314
+ },
315
+ {
316
+ "completion_length": 328.8333435058594,
317
+ "epoch": 0.0026763013515321826,
318
+ "grad_norm": 0.16708222031593323,
319
+ "kl": 0.0006092819385230541,
320
+ "learning_rate": 1.3368983957219251e-07,
321
+ "loss": 0.0091,
322
+ "reward": -0.71484375,
323
+ "reward_std": 0.1357421875,
324
+ "rewards/correctness_reward_func": 0.0,
325
+ "rewards/int_reward_func": 0.0,
326
+ "rewards/soft_format_reward_func": 0.0,
327
+ "rewards/strict_format_reward_func": 0.0,
328
+ "rewards/xmlcount_reward_func": -0.71484375,
329
+ "step": 20
330
+ },
331
+ {
332
+ "completion_length": 415.16668701171875,
333
+ "epoch": 0.0028101164191087916,
334
+ "grad_norm": 0.10446464270353317,
335
+ "kl": 0.0004726095939986408,
336
+ "learning_rate": 1.4037433155080215e-07,
337
+ "loss": 0.0011,
338
+ "reward": -1.0,
339
+ "reward_std": 0.50390625,
340
+ "rewards/correctness_reward_func": 0.0,
341
+ "rewards/int_reward_func": 0.0,
342
+ "rewards/soft_format_reward_func": 0.0,
343
+ "rewards/strict_format_reward_func": 0.0,
344
+ "rewards/xmlcount_reward_func": -1.0,
345
+ "step": 21
346
+ },
347
+ {
348
+ "completion_length": 398.5,
349
+ "epoch": 0.0029439314866854006,
350
+ "grad_norm": 0.10892236977815628,
351
+ "kl": 0.000556222046725452,
352
+ "learning_rate": 1.4705882352941178e-07,
353
+ "loss": 0.0016,
354
+ "reward": -0.9765625,
355
+ "reward_std": 0.349609375,
356
+ "rewards/correctness_reward_func": 0.0,
357
+ "rewards/int_reward_func": 0.0,
358
+ "rewards/soft_format_reward_func": 0.0,
359
+ "rewards/strict_format_reward_func": 0.0,
360
+ "rewards/xmlcount_reward_func": -0.9765625,
361
+ "step": 22
362
+ },
363
+ {
364
+ "completion_length": 351.66668701171875,
365
+ "epoch": 0.00307774655426201,
366
+ "grad_norm": 0.13707049190998077,
367
+ "kl": 0.0005205090856179595,
368
+ "learning_rate": 1.537433155080214e-07,
369
+ "loss": -0.0032,
370
+ "reward": -0.7421875,
371
+ "reward_std": 0.390625,
372
+ "rewards/correctness_reward_func": 0.0,
373
+ "rewards/int_reward_func": 0.0,
374
+ "rewards/soft_format_reward_func": 0.0,
375
+ "rewards/strict_format_reward_func": 0.0,
376
+ "rewards/xmlcount_reward_func": -0.7421875,
377
+ "step": 23
378
+ },
379
+ {
380
+ "completion_length": 310.0,
381
+ "epoch": 0.003211561621838619,
382
+ "grad_norm": 0.1579124480485916,
383
+ "kl": 0.0007410722319036722,
384
+ "learning_rate": 1.6042780748663104e-07,
385
+ "loss": 0.0002,
386
+ "reward": -0.65625,
387
+ "reward_std": 0.6328125,
388
+ "rewards/correctness_reward_func": 0.0,
389
+ "rewards/int_reward_func": 0.0,
390
+ "rewards/soft_format_reward_func": 0.0,
391
+ "rewards/strict_format_reward_func": 0.0,
392
+ "rewards/xmlcount_reward_func": -0.65625,
393
+ "step": 24
394
+ },
395
+ {
396
+ "completion_length": 353.0,
397
+ "epoch": 0.003345376689415228,
398
+ "grad_norm": 0.11555790901184082,
399
+ "kl": 0.0005753459990955889,
400
+ "learning_rate": 1.6711229946524068e-07,
401
+ "loss": -0.0034,
402
+ "reward": -0.828125,
403
+ "reward_std": 0.314453125,
404
+ "rewards/correctness_reward_func": 0.0,
405
+ "rewards/int_reward_func": 0.0,
406
+ "rewards/soft_format_reward_func": 0.0,
407
+ "rewards/strict_format_reward_func": 0.0,
408
+ "rewards/xmlcount_reward_func": -0.828125,
409
+ "step": 25
410
+ },
411
+ {
412
+ "completion_length": 416.5,
413
+ "epoch": 0.0034791917569918372,
414
+ "grad_norm": 0.10537782311439514,
415
+ "kl": 0.0006076883291825652,
416
+ "learning_rate": 1.7379679144385028e-07,
417
+ "loss": -0.0068,
418
+ "reward": -0.8359375,
419
+ "reward_std": 0.30859375,
420
+ "rewards/correctness_reward_func": 0.0,
421
+ "rewards/int_reward_func": 0.0,
422
+ "rewards/soft_format_reward_func": 0.0,
423
+ "rewards/strict_format_reward_func": 0.0,
424
+ "rewards/xmlcount_reward_func": -0.8359375,
425
+ "step": 26
426
+ },
427
+ {
428
+ "completion_length": 436.0,
429
+ "epoch": 0.0036130068245684463,
430
+ "grad_norm": 0.12061028182506561,
431
+ "kl": 0.0006918934523127973,
432
+ "learning_rate": 1.8048128342245991e-07,
433
+ "loss": 0.0033,
434
+ "reward": -0.91015625,
435
+ "reward_std": 0.92578125,
436
+ "rewards/correctness_reward_func": 0.0,
437
+ "rewards/int_reward_func": 0.0,
438
+ "rewards/soft_format_reward_func": 0.0,
439
+ "rewards/strict_format_reward_func": 0.0,
440
+ "rewards/xmlcount_reward_func": -0.91015625,
441
+ "step": 27
442
+ },
443
+ {
444
+ "completion_length": 447.16668701171875,
445
+ "epoch": 0.0037468218921450553,
446
+ "grad_norm": 0.11236874759197235,
447
+ "kl": 0.0005188498180359602,
448
+ "learning_rate": 1.8716577540106952e-07,
449
+ "loss": -0.0021,
450
+ "reward": -1.078125,
451
+ "reward_std": 0.298828125,
452
+ "rewards/correctness_reward_func": 0.0,
453
+ "rewards/int_reward_func": 0.0,
454
+ "rewards/soft_format_reward_func": 0.0,
455
+ "rewards/strict_format_reward_func": 0.0,
456
+ "rewards/xmlcount_reward_func": -1.078125,
457
+ "step": 28
458
+ },
459
+ {
460
+ "completion_length": 524.5,
461
+ "epoch": 0.003880636959721665,
462
+ "grad_norm": 0.08638511598110199,
463
+ "kl": 0.000413873785873875,
464
+ "learning_rate": 1.9385026737967918e-07,
465
+ "loss": -0.0027,
466
+ "reward": -1.1953125,
467
+ "reward_std": 0.58203125,
468
+ "rewards/correctness_reward_func": 0.0,
469
+ "rewards/int_reward_func": 0.0,
470
+ "rewards/soft_format_reward_func": 0.0,
471
+ "rewards/strict_format_reward_func": 0.0,
472
+ "rewards/xmlcount_reward_func": -1.1953125,
473
+ "step": 29
474
+ },
475
+ {
476
+ "completion_length": 433.0,
477
+ "epoch": 0.004014452027298274,
478
+ "grad_norm": 0.10361335426568985,
479
+ "kl": 0.0005174180259928107,
480
+ "learning_rate": 2.0053475935828878e-07,
481
+ "loss": -0.001,
482
+ "reward": -0.8125,
483
+ "reward_std": 0.55078125,
484
+ "rewards/correctness_reward_func": 0.0,
485
+ "rewards/int_reward_func": 0.0,
486
+ "rewards/soft_format_reward_func": 0.0,
487
+ "rewards/strict_format_reward_func": 0.0,
488
+ "rewards/xmlcount_reward_func": -0.8125,
489
+ "step": 30
490
+ },
491
+ {
492
+ "completion_length": 429.3333435058594,
493
+ "epoch": 0.004148267094874883,
494
+ "grad_norm": 0.09831919521093369,
495
+ "kl": 0.0004531377926468849,
496
+ "learning_rate": 2.0721925133689842e-07,
497
+ "loss": -0.0034,
498
+ "reward": -0.82421875,
499
+ "reward_std": 0.412109375,
500
+ "rewards/correctness_reward_func": 0.0,
501
+ "rewards/int_reward_func": 0.0,
502
+ "rewards/soft_format_reward_func": 0.0,
503
+ "rewards/strict_format_reward_func": 0.0,
504
+ "rewards/xmlcount_reward_func": -0.82421875,
505
+ "step": 31
506
+ },
507
+ {
508
+ "completion_length": 352.3333435058594,
509
+ "epoch": 0.004282082162451492,
510
+ "grad_norm": 0.1168479472398758,
511
+ "kl": 0.00041617939132265747,
512
+ "learning_rate": 2.1390374331550802e-07,
513
+ "loss": 0.012,
514
+ "reward": -0.671875,
515
+ "reward_std": 0.1455078125,
516
+ "rewards/correctness_reward_func": 0.0,
517
+ "rewards/int_reward_func": 0.0,
518
+ "rewards/soft_format_reward_func": 0.0,
519
+ "rewards/strict_format_reward_func": 0.0,
520
+ "rewards/xmlcount_reward_func": -0.671875,
521
+ "step": 32
522
+ },
523
+ {
524
+ "completion_length": 328.16668701171875,
525
+ "epoch": 0.004415897230028101,
526
+ "grad_norm": 0.14010493457317352,
527
+ "kl": 0.0006999190663918853,
528
+ "learning_rate": 2.2058823529411768e-07,
529
+ "loss": -0.0003,
530
+ "reward": -0.8203125,
531
+ "reward_std": 0.4609375,
532
+ "rewards/correctness_reward_func": 0.0,
533
+ "rewards/int_reward_func": 0.0,
534
+ "rewards/soft_format_reward_func": 0.0,
535
+ "rewards/strict_format_reward_func": 0.0,
536
+ "rewards/xmlcount_reward_func": -0.8203125,
537
+ "step": 33
538
+ },
539
+ {
540
+ "completion_length": 461.0,
541
+ "epoch": 0.00454971229760471,
542
+ "grad_norm": 0.07955824583768845,
543
+ "kl": 0.000317567668389529,
544
+ "learning_rate": 2.2727272727272729e-07,
545
+ "loss": 0.0061,
546
+ "reward": -0.7421875,
547
+ "reward_std": 0.107421875,
548
+ "rewards/correctness_reward_func": 0.0,
549
+ "rewards/int_reward_func": 0.0,
550
+ "rewards/soft_format_reward_func": 0.0,
551
+ "rewards/strict_format_reward_func": 0.0,
552
+ "rewards/xmlcount_reward_func": -0.7421875,
553
+ "step": 34
554
+ },
555
+ {
556
+ "completion_length": 343.5,
557
+ "epoch": 0.004683527365181319,
558
+ "grad_norm": 0.192967027425766,
559
+ "kl": 0.0003919226583093405,
560
+ "learning_rate": 2.3395721925133692e-07,
561
+ "loss": -0.0026,
562
+ "reward": -0.71875,
563
+ "reward_std": 0.26953125,
564
+ "rewards/correctness_reward_func": 0.0,
565
+ "rewards/int_reward_func": 0.0,
566
+ "rewards/soft_format_reward_func": 0.0,
567
+ "rewards/strict_format_reward_func": 0.0,
568
+ "rewards/xmlcount_reward_func": -0.71875,
569
+ "step": 35
570
+ },
571
+ {
572
+ "completion_length": 468.0,
573
+ "epoch": 0.004817342432757929,
574
+ "grad_norm": 0.1151042953133583,
575
+ "kl": 0.0005731440032832325,
576
+ "learning_rate": 2.4064171122994655e-07,
577
+ "loss": 0.0008,
578
+ "reward": -0.90625,
579
+ "reward_std": 0.4375,
580
+ "rewards/correctness_reward_func": 0.0,
581
+ "rewards/int_reward_func": 0.0,
582
+ "rewards/soft_format_reward_func": 0.0,
583
+ "rewards/strict_format_reward_func": 0.0,
584
+ "rewards/xmlcount_reward_func": -0.90625,
585
+ "step": 36
586
+ },
587
+ {
588
+ "completion_length": 326.66668701171875,
589
+ "epoch": 0.004951157500334538,
590
+ "grad_norm": 0.13014303147792816,
591
+ "kl": 0.0006222401279956102,
592
+ "learning_rate": 2.473262032085562e-07,
593
+ "loss": 0.0073,
594
+ "reward": -0.58984375,
595
+ "reward_std": 0.2177734375,
596
+ "rewards/correctness_reward_func": 0.0,
597
+ "rewards/int_reward_func": 0.0,
598
+ "rewards/soft_format_reward_func": 0.0,
599
+ "rewards/strict_format_reward_func": 0.0,
600
+ "rewards/xmlcount_reward_func": -0.58984375,
601
+ "step": 37
602
+ },
603
+ {
604
+ "completion_length": 470.16668701171875,
605
+ "epoch": 0.005084972567911147,
606
+ "grad_norm": 0.10929639637470245,
607
+ "kl": 0.0005664956988766789,
608
+ "learning_rate": 2.540106951871658e-07,
609
+ "loss": -0.001,
610
+ "reward": -1.2109375,
611
+ "reward_std": 0.451171875,
612
+ "rewards/correctness_reward_func": 0.0,
613
+ "rewards/int_reward_func": 0.0,
614
+ "rewards/soft_format_reward_func": 0.0,
615
+ "rewards/strict_format_reward_func": 0.0,
616
+ "rewards/xmlcount_reward_func": -1.2109375,
617
+ "step": 38
618
+ },
619
+ {
620
+ "completion_length": 350.5,
621
+ "epoch": 0.005218787635487756,
622
+ "grad_norm": 0.121163509786129,
623
+ "kl": 0.0006041490705683827,
624
+ "learning_rate": 2.606951871657754e-07,
625
+ "loss": -0.0012,
626
+ "reward": -0.65234375,
627
+ "reward_std": 0.404296875,
628
+ "rewards/correctness_reward_func": 0.0,
629
+ "rewards/int_reward_func": 0.0,
630
+ "rewards/soft_format_reward_func": 0.0,
631
+ "rewards/strict_format_reward_func": 0.0,
632
+ "rewards/xmlcount_reward_func": -0.65234375,
633
+ "step": 39
634
+ },
635
+ {
636
+ "completion_length": 441.5,
637
+ "epoch": 0.005352602703064365,
638
+ "grad_norm": 0.09024005383253098,
639
+ "kl": 0.0005421562236733735,
640
+ "learning_rate": 2.6737967914438503e-07,
641
+ "loss": 0.0012,
642
+ "reward": -0.765625,
643
+ "reward_std": 0.7734375,
644
+ "rewards/correctness_reward_func": 0.0,
645
+ "rewards/int_reward_func": 0.0,
646
+ "rewards/soft_format_reward_func": 0.0,
647
+ "rewards/strict_format_reward_func": 0.0,
648
+ "rewards/xmlcount_reward_func": -0.765625,
649
+ "step": 40
650
+ },
651
+ {
652
+ "completion_length": 587.8333740234375,
653
+ "epoch": 0.005486417770640974,
654
+ "grad_norm": 0.11247697472572327,
655
+ "kl": 0.0009425554308108985,
656
+ "learning_rate": 2.740641711229947e-07,
657
+ "loss": -0.0003,
658
+ "reward": -1.6875,
659
+ "reward_std": 0.6171875,
660
+ "rewards/correctness_reward_func": 0.0,
661
+ "rewards/int_reward_func": 0.0,
662
+ "rewards/soft_format_reward_func": 0.0,
663
+ "rewards/strict_format_reward_func": 0.0,
664
+ "rewards/xmlcount_reward_func": -1.6875,
665
+ "step": 41
666
+ },
667
+ {
668
+ "completion_length": 523.5,
669
+ "epoch": 0.005620232838217583,
670
+ "grad_norm": 0.08999153226613998,
671
+ "kl": 0.0004692915244959295,
672
+ "learning_rate": 2.807486631016043e-07,
673
+ "loss": 0.0003,
674
+ "reward": -0.796875,
675
+ "reward_std": 1.375,
676
+ "rewards/correctness_reward_func": 0.333984375,
677
+ "rewards/int_reward_func": 0.08349609375,
678
+ "rewards/soft_format_reward_func": 0.0,
679
+ "rewards/strict_format_reward_func": 0.0,
680
+ "rewards/xmlcount_reward_func": -1.2109375,
681
+ "step": 42
682
+ },
683
+ {
684
+ "completion_length": 531.0,
685
+ "epoch": 0.005754047905794192,
686
+ "grad_norm": 0.09678950905799866,
687
+ "kl": 0.0005171874072402716,
688
+ "learning_rate": 2.8743315508021395e-07,
689
+ "loss": -0.0044,
690
+ "reward": -1.421875,
691
+ "reward_std": 0.4140625,
692
+ "rewards/correctness_reward_func": 0.0,
693
+ "rewards/int_reward_func": 0.0,
694
+ "rewards/soft_format_reward_func": 0.0,
695
+ "rewards/strict_format_reward_func": 0.0,
696
+ "rewards/xmlcount_reward_func": -1.421875,
697
+ "step": 43
698
+ },
699
+ {
700
+ "completion_length": 416.0,
701
+ "epoch": 0.005887862973370801,
702
+ "grad_norm": 0.11189436912536621,
703
+ "kl": 0.00040408255881629884,
704
+ "learning_rate": 2.9411764705882356e-07,
705
+ "loss": 0.0029,
706
+ "reward": -0.921875,
707
+ "reward_std": 0.1884765625,
708
+ "rewards/correctness_reward_func": 0.0,
709
+ "rewards/int_reward_func": 0.0,
710
+ "rewards/soft_format_reward_func": 0.0,
711
+ "rewards/strict_format_reward_func": 0.0,
712
+ "rewards/xmlcount_reward_func": -0.921875,
713
+ "step": 44
714
+ },
715
+ {
716
+ "completion_length": 359.8333435058594,
717
+ "epoch": 0.00602167804094741,
718
+ "grad_norm": 0.10176176577806473,
719
+ "kl": 0.0005236775032244623,
720
+ "learning_rate": 3.0080213903743316e-07,
721
+ "loss": -0.0032,
722
+ "reward": -0.58203125,
723
+ "reward_std": 0.4140625,
724
+ "rewards/correctness_reward_func": 0.0,
725
+ "rewards/int_reward_func": 0.0,
726
+ "rewards/soft_format_reward_func": 0.0,
727
+ "rewards/strict_format_reward_func": 0.0,
728
+ "rewards/xmlcount_reward_func": -0.58203125,
729
+ "step": 45
730
+ },
731
+ {
732
+ "completion_length": 416.8333435058594,
733
+ "epoch": 0.00615549310852402,
734
+ "grad_norm": 0.12203460931777954,
735
+ "kl": 0.0006941946921870112,
736
+ "learning_rate": 3.074866310160428e-07,
737
+ "loss": 0.0008,
738
+ "reward": -1.15625,
739
+ "reward_std": 0.50390625,
740
+ "rewards/correctness_reward_func": 0.0,
741
+ "rewards/int_reward_func": 0.0,
742
+ "rewards/soft_format_reward_func": 0.0,
743
+ "rewards/strict_format_reward_func": 0.0,
744
+ "rewards/xmlcount_reward_func": -1.15625,
745
+ "step": 46
746
+ },
747
+ {
748
+ "completion_length": 524.8333740234375,
749
+ "epoch": 0.006289308176100629,
750
+ "grad_norm": 0.09807480126619339,
751
+ "kl": 0.000624034320935607,
752
+ "learning_rate": 3.1417112299465243e-07,
753
+ "loss": -0.0062,
754
+ "reward": -1.1875,
755
+ "reward_std": 0.396484375,
756
+ "rewards/correctness_reward_func": 0.0,
757
+ "rewards/int_reward_func": 0.0,
758
+ "rewards/soft_format_reward_func": 0.0,
759
+ "rewards/strict_format_reward_func": 0.0,
760
+ "rewards/xmlcount_reward_func": -1.1875,
761
+ "step": 47
762
+ },
763
+ {
764
+ "completion_length": 419.5,
765
+ "epoch": 0.006423123243677238,
766
+ "grad_norm": 0.11151473969221115,
767
+ "kl": 0.0005637712310999632,
768
+ "learning_rate": 3.208556149732621e-07,
769
+ "loss": -0.0017,
770
+ "reward": -0.94140625,
771
+ "reward_std": 0.5546875,
772
+ "rewards/correctness_reward_func": 0.0,
773
+ "rewards/int_reward_func": 0.0,
774
+ "rewards/soft_format_reward_func": 0.0,
775
+ "rewards/strict_format_reward_func": 0.0,
776
+ "rewards/xmlcount_reward_func": -0.94140625,
777
+ "step": 48
778
+ },
779
+ {
780
+ "completion_length": 375.3333435058594,
781
+ "epoch": 0.006556938311253847,
782
+ "grad_norm": 0.15443629026412964,
783
+ "kl": 0.0006895489059388638,
784
+ "learning_rate": 3.275401069518717e-07,
785
+ "loss": -0.0021,
786
+ "reward": -0.80078125,
787
+ "reward_std": 0.6015625,
788
+ "rewards/correctness_reward_func": 0.0,
789
+ "rewards/int_reward_func": 0.0,
790
+ "rewards/soft_format_reward_func": 0.0,
791
+ "rewards/strict_format_reward_func": 0.0,
792
+ "rewards/xmlcount_reward_func": -0.80078125,
793
+ "step": 49
794
+ },
795
+ {
796
+ "completion_length": 538.5,
797
+ "epoch": 0.006690753378830456,
798
+ "grad_norm": 0.12232497334480286,
799
+ "kl": 0.00044502606033347547,
800
+ "learning_rate": 3.3422459893048135e-07,
801
+ "loss": 0.0038,
802
+ "reward": -1.15625,
803
+ "reward_std": 0.345703125,
804
+ "rewards/correctness_reward_func": 0.0,
805
+ "rewards/int_reward_func": 0.0,
806
+ "rewards/soft_format_reward_func": 0.0,
807
+ "rewards/strict_format_reward_func": 0.0,
808
+ "rewards/xmlcount_reward_func": -1.15625,
809
+ "step": 50
810
+ },
811
+ {
812
+ "completion_length": 380.66668701171875,
813
+ "epoch": 0.006824568446407065,
814
+ "grad_norm": 0.09400169551372528,
815
+ "kl": 0.0004400149919092655,
816
+ "learning_rate": 3.409090909090909e-07,
817
+ "loss": -0.0005,
818
+ "reward": -0.75390625,
819
+ "reward_std": 0.75390625,
820
+ "rewards/correctness_reward_func": 0.0,
821
+ "rewards/int_reward_func": 0.0,
822
+ "rewards/soft_format_reward_func": 0.0,
823
+ "rewards/strict_format_reward_func": 0.0,
824
+ "rewards/xmlcount_reward_func": -0.75390625,
825
+ "step": 51
826
+ },
827
+ {
828
+ "completion_length": 302.16668701171875,
829
+ "epoch": 0.0069583835139836745,
830
+ "grad_norm": 0.18885326385498047,
831
+ "kl": 0.0006017067935317755,
832
+ "learning_rate": 3.4759358288770056e-07,
833
+ "loss": 0.0001,
834
+ "reward": -0.494140625,
835
+ "reward_std": 0.5078125,
836
+ "rewards/correctness_reward_func": 0.0,
837
+ "rewards/int_reward_func": 0.0,
838
+ "rewards/soft_format_reward_func": 0.0,
839
+ "rewards/strict_format_reward_func": 0.0,
840
+ "rewards/xmlcount_reward_func": -0.494140625,
841
+ "step": 52
842
+ },
843
+ {
844
+ "completion_length": 310.0,
845
+ "epoch": 0.0070921985815602835,
846
+ "grad_norm": 0.17508742213249207,
847
+ "kl": 0.0006495526758953929,
848
+ "learning_rate": 3.542780748663102e-07,
849
+ "loss": 0.0001,
850
+ "reward": -0.609375,
851
+ "reward_std": 0.208984375,
852
+ "rewards/correctness_reward_func": 0.0,
853
+ "rewards/int_reward_func": 0.0,
854
+ "rewards/soft_format_reward_func": 0.0,
855
+ "rewards/strict_format_reward_func": 0.0,
856
+ "rewards/xmlcount_reward_func": -0.609375,
857
+ "step": 53
858
+ },
859
+ {
860
+ "completion_length": 348.16668701171875,
861
+ "epoch": 0.0072260136491368926,
862
+ "grad_norm": 0.1143779456615448,
863
+ "kl": 0.0005849208100698888,
864
+ "learning_rate": 3.6096256684491983e-07,
865
+ "loss": -0.0023,
866
+ "reward": -0.8984375,
867
+ "reward_std": 0.423828125,
868
+ "rewards/correctness_reward_func": 0.0,
869
+ "rewards/int_reward_func": 0.0,
870
+ "rewards/soft_format_reward_func": 0.0,
871
+ "rewards/strict_format_reward_func": 0.0,
872
+ "rewards/xmlcount_reward_func": -0.8984375,
873
+ "step": 54
874
+ },
875
+ {
876
+ "completion_length": 461.5,
877
+ "epoch": 0.007359828716713502,
878
+ "grad_norm": 0.10026198625564575,
879
+ "kl": 0.0005551945068873465,
880
+ "learning_rate": 3.6764705882352943e-07,
881
+ "loss": -0.0088,
882
+ "reward": -1.03125,
883
+ "reward_std": 0.38671875,
884
+ "rewards/correctness_reward_func": 0.0,
885
+ "rewards/int_reward_func": 0.0,
886
+ "rewards/soft_format_reward_func": 0.0,
887
+ "rewards/strict_format_reward_func": 0.0,
888
+ "rewards/xmlcount_reward_func": -1.03125,
889
+ "step": 55
890
+ },
891
+ {
892
+ "completion_length": 581.1666870117188,
893
+ "epoch": 0.007493643784290111,
894
+ "grad_norm": 0.09014507383108139,
895
+ "kl": 0.0004388962115626782,
896
+ "learning_rate": 3.7433155080213904e-07,
897
+ "loss": 0.0007,
898
+ "reward": -1.328125,
899
+ "reward_std": 0.1474609375,
900
+ "rewards/correctness_reward_func": 0.0,
901
+ "rewards/int_reward_func": 0.0,
902
+ "rewards/soft_format_reward_func": 0.0,
903
+ "rewards/strict_format_reward_func": 0.0,
904
+ "rewards/xmlcount_reward_func": -1.328125,
905
+ "step": 56
906
+ },
907
+ {
908
+ "completion_length": 320.3333435058594,
909
+ "epoch": 0.0076274588518667205,
910
+ "grad_norm": 0.09987051039934158,
911
+ "kl": 0.0005903591518290341,
912
+ "learning_rate": 3.810160427807487e-07,
913
+ "loss": -0.0068,
914
+ "reward": -0.609375,
915
+ "reward_std": 0.2578125,
916
+ "rewards/correctness_reward_func": 0.0,
917
+ "rewards/int_reward_func": 0.0,
918
+ "rewards/soft_format_reward_func": 0.0,
919
+ "rewards/strict_format_reward_func": 0.0,
920
+ "rewards/xmlcount_reward_func": -0.609375,
921
+ "step": 57
922
+ },
923
+ {
924
+ "completion_length": 362.8333435058594,
925
+ "epoch": 0.00776127391944333,
926
+ "grad_norm": 0.246050164103508,
927
+ "kl": 0.0005056472145952284,
928
+ "learning_rate": 3.8770053475935836e-07,
929
+ "loss": -0.0027,
930
+ "reward": -0.625,
931
+ "reward_std": 0.5234375,
932
+ "rewards/correctness_reward_func": 0.0,
933
+ "rewards/int_reward_func": 0.0,
934
+ "rewards/soft_format_reward_func": 0.0,
935
+ "rewards/strict_format_reward_func": 0.0,
936
+ "rewards/xmlcount_reward_func": -0.625,
937
+ "step": 58
938
+ },
939
+ {
940
+ "completion_length": 524.0,
941
+ "epoch": 0.007895088987019938,
942
+ "grad_norm": 0.12084438651800156,
943
+ "kl": 0.0005575703689828515,
944
+ "learning_rate": 3.943850267379679e-07,
945
+ "loss": 0.0114,
946
+ "reward": -1.1328125,
947
+ "reward_std": 0.28125,
948
+ "rewards/correctness_reward_func": 0.0,
949
+ "rewards/int_reward_func": 0.0,
950
+ "rewards/soft_format_reward_func": 0.0,
951
+ "rewards/strict_format_reward_func": 0.0,
952
+ "rewards/xmlcount_reward_func": -1.1328125,
953
+ "step": 59
954
+ },
955
+ {
956
+ "completion_length": 410.3333435058594,
957
+ "epoch": 0.008028904054596548,
958
+ "grad_norm": 0.10101523995399475,
959
+ "kl": 0.0005777844344265759,
960
+ "learning_rate": 4.0106951871657757e-07,
961
+ "loss": 0.0007,
962
+ "reward": -0.94921875,
963
+ "reward_std": 0.271484375,
964
+ "rewards/correctness_reward_func": 0.0,
965
+ "rewards/int_reward_func": 0.0,
966
+ "rewards/soft_format_reward_func": 0.0,
967
+ "rewards/strict_format_reward_func": 0.0,
968
+ "rewards/xmlcount_reward_func": -0.94921875,
969
+ "step": 60
970
+ },
971
+ {
972
+ "completion_length": 717.6666870117188,
973
+ "epoch": 0.008162719122173156,
974
+ "grad_norm": 0.09220802038908005,
975
+ "kl": 0.0006241414812393486,
976
+ "learning_rate": 4.077540106951872e-07,
977
+ "loss": -0.0078,
978
+ "reward": -2.046875,
979
+ "reward_std": 0.53515625,
980
+ "rewards/correctness_reward_func": 0.0,
981
+ "rewards/int_reward_func": 0.0,
982
+ "rewards/soft_format_reward_func": 0.0,
983
+ "rewards/strict_format_reward_func": 0.0,
984
+ "rewards/xmlcount_reward_func": -2.046875,
985
+ "step": 61
986
+ },
987
+ {
988
+ "completion_length": 384.66668701171875,
989
+ "epoch": 0.008296534189749766,
990
+ "grad_norm": 0.10890569537878036,
991
+ "kl": 0.00048696936573833227,
992
+ "learning_rate": 4.1443850267379683e-07,
993
+ "loss": 0.0039,
994
+ "reward": -0.921875,
995
+ "reward_std": 0.1865234375,
996
+ "rewards/correctness_reward_func": 0.0,
997
+ "rewards/int_reward_func": 0.0,
998
+ "rewards/soft_format_reward_func": 0.0,
999
+ "rewards/strict_format_reward_func": 0.0,
1000
+ "rewards/xmlcount_reward_func": -0.921875,
1001
+ "step": 62
1002
+ },
1003
+ {
1004
+ "completion_length": 271.3333435058594,
1005
+ "epoch": 0.008430349257326376,
1006
+ "grad_norm": 0.11486776173114777,
1007
+ "kl": 0.0005599698051810265,
1008
+ "learning_rate": 4.211229946524065e-07,
1009
+ "loss": -0.0005,
1010
+ "reward": -0.201171875,
1011
+ "reward_std": 0.396484375,
1012
+ "rewards/correctness_reward_func": 0.0,
1013
+ "rewards/int_reward_func": 0.0,
1014
+ "rewards/soft_format_reward_func": 0.0,
1015
+ "rewards/strict_format_reward_func": 0.0,
1016
+ "rewards/xmlcount_reward_func": -0.201171875,
1017
+ "step": 63
1018
+ },
1019
+ {
1020
+ "completion_length": 385.3333435058594,
1021
+ "epoch": 0.008564164324902984,
1022
+ "grad_norm": 0.1193244457244873,
1023
+ "kl": 0.0006926630157977343,
1024
+ "learning_rate": 4.2780748663101604e-07,
1025
+ "loss": 0.0043,
1026
+ "reward": -0.97265625,
1027
+ "reward_std": 0.41015625,
1028
+ "rewards/correctness_reward_func": 0.0,
1029
+ "rewards/int_reward_func": 0.0,
1030
+ "rewards/soft_format_reward_func": 0.0,
1031
+ "rewards/strict_format_reward_func": 0.0,
1032
+ "rewards/xmlcount_reward_func": -0.97265625,
1033
+ "step": 64
1034
+ },
1035
+ {
1036
+ "completion_length": 539.6666870117188,
1037
+ "epoch": 0.008697979392479594,
1038
+ "grad_norm": 0.09389720857143402,
1039
+ "kl": 0.0004780918825417757,
1040
+ "learning_rate": 4.344919786096257e-07,
1041
+ "loss": 0.0052,
1042
+ "reward": -1.234375,
1043
+ "reward_std": 0.373046875,
1044
+ "rewards/correctness_reward_func": 0.0,
1045
+ "rewards/int_reward_func": 0.0,
1046
+ "rewards/soft_format_reward_func": 0.0,
1047
+ "rewards/strict_format_reward_func": 0.0,
1048
+ "rewards/xmlcount_reward_func": -1.234375,
1049
+ "step": 65
1050
+ },
1051
+ {
1052
+ "completion_length": 259.8333435058594,
1053
+ "epoch": 0.008831794460056202,
1054
+ "grad_norm": 0.22691243886947632,
1055
+ "kl": 0.0008878613589331508,
1056
+ "learning_rate": 4.4117647058823536e-07,
1057
+ "loss": -0.0048,
1058
+ "reward": -0.51953125,
1059
+ "reward_std": 0.251953125,
1060
+ "rewards/correctness_reward_func": 0.0,
1061
+ "rewards/int_reward_func": 0.0,
1062
+ "rewards/soft_format_reward_func": 0.0,
1063
+ "rewards/strict_format_reward_func": 0.0,
1064
+ "rewards/xmlcount_reward_func": -0.51953125,
1065
+ "step": 66
1066
+ },
1067
+ {
1068
+ "completion_length": 461.16668701171875,
1069
+ "epoch": 0.008965609527632812,
1070
+ "grad_norm": 0.12113010138273239,
1071
+ "kl": 0.0006317974766716361,
1072
+ "learning_rate": 4.4786096256684497e-07,
1073
+ "loss": -0.0067,
1074
+ "reward": -1.15625,
1075
+ "reward_std": 0.39453125,
1076
+ "rewards/correctness_reward_func": 0.0,
1077
+ "rewards/int_reward_func": 0.0,
1078
+ "rewards/soft_format_reward_func": 0.0,
1079
+ "rewards/strict_format_reward_func": 0.0,
1080
+ "rewards/xmlcount_reward_func": -1.15625,
1081
+ "step": 67
1082
+ },
1083
+ {
1084
+ "completion_length": 399.8333435058594,
1085
+ "epoch": 0.00909942459520942,
1086
+ "grad_norm": 0.1679317206144333,
1087
+ "kl": 0.000584149791393429,
1088
+ "learning_rate": 4.5454545454545457e-07,
1089
+ "loss": -0.0093,
1090
+ "reward": -0.9609375,
1091
+ "reward_std": 0.2060546875,
1092
+ "rewards/correctness_reward_func": 0.0,
1093
+ "rewards/int_reward_func": 0.0,
1094
+ "rewards/soft_format_reward_func": 0.0,
1095
+ "rewards/strict_format_reward_func": 0.0,
1096
+ "rewards/xmlcount_reward_func": -0.9609375,
1097
+ "step": 68
1098
+ },
1099
+ {
1100
+ "completion_length": 381.0,
1101
+ "epoch": 0.00923323966278603,
1102
+ "grad_norm": 0.2019040584564209,
1103
+ "kl": 0.0007442033383995295,
1104
+ "learning_rate": 4.612299465240642e-07,
1105
+ "loss": 0.0034,
1106
+ "reward": -0.63671875,
1107
+ "reward_std": 0.494140625,
1108
+ "rewards/correctness_reward_func": 0.0,
1109
+ "rewards/int_reward_func": 0.0,
1110
+ "rewards/soft_format_reward_func": 0.0,
1111
+ "rewards/strict_format_reward_func": 0.0,
1112
+ "rewards/xmlcount_reward_func": -0.63671875,
1113
+ "step": 69
1114
+ },
1115
+ {
1116
+ "completion_length": 455.5,
1117
+ "epoch": 0.009367054730362638,
1118
+ "grad_norm": 0.09101377427577972,
1119
+ "kl": 0.00046143907820805907,
1120
+ "learning_rate": 4.6791443850267384e-07,
1121
+ "loss": -0.0057,
1122
+ "reward": -1.046875,
1123
+ "reward_std": 0.6328125,
1124
+ "rewards/correctness_reward_func": 0.0,
1125
+ "rewards/int_reward_func": 0.0,
1126
+ "rewards/soft_format_reward_func": 0.0,
1127
+ "rewards/strict_format_reward_func": 0.0,
1128
+ "rewards/xmlcount_reward_func": -1.046875,
1129
+ "step": 70
1130
+ },
1131
+ {
1132
+ "completion_length": 493.8333435058594,
1133
+ "epoch": 0.009500869797939248,
1134
+ "grad_norm": 0.09268555790185928,
1135
+ "kl": 0.00048020537360571325,
1136
+ "learning_rate": 4.745989304812835e-07,
1137
+ "loss": -0.0021,
1138
+ "reward": -1.28125,
1139
+ "reward_std": 0.54296875,
1140
+ "rewards/correctness_reward_func": 0.0,
1141
+ "rewards/int_reward_func": 0.0,
1142
+ "rewards/soft_format_reward_func": 0.0,
1143
+ "rewards/strict_format_reward_func": 0.0,
1144
+ "rewards/xmlcount_reward_func": -1.28125,
1145
+ "step": 71
1146
+ },
1147
+ {
1148
+ "completion_length": 601.6666870117188,
1149
+ "epoch": 0.009634684865515858,
1150
+ "grad_norm": 0.07598231732845306,
1151
+ "kl": 0.0004928440321236849,
1152
+ "learning_rate": 4.812834224598931e-07,
1153
+ "loss": -0.0031,
1154
+ "reward": -1.328125,
1155
+ "reward_std": 0.74609375,
1156
+ "rewards/correctness_reward_func": 0.0,
1157
+ "rewards/int_reward_func": 0.0,
1158
+ "rewards/soft_format_reward_func": 0.0,
1159
+ "rewards/strict_format_reward_func": 0.0,
1160
+ "rewards/xmlcount_reward_func": -1.328125,
1161
+ "step": 72
1162
+ },
1163
+ {
1164
+ "completion_length": 449.16668701171875,
1165
+ "epoch": 0.009768499933092466,
1166
+ "grad_norm": 0.1203397586941719,
1167
+ "kl": 0.0006244009709917009,
1168
+ "learning_rate": 4.879679144385027e-07,
1169
+ "loss": -0.0055,
1170
+ "reward": -1.0703125,
1171
+ "reward_std": 0.474609375,
1172
+ "rewards/correctness_reward_func": 0.0,
1173
+ "rewards/int_reward_func": 0.0,
1174
+ "rewards/soft_format_reward_func": 0.0,
1175
+ "rewards/strict_format_reward_func": 0.0,
1176
+ "rewards/xmlcount_reward_func": -1.0703125,
1177
+ "step": 73
1178
+ },
1179
+ {
1180
+ "completion_length": 499.0,
1181
+ "epoch": 0.009902315000669076,
1182
+ "grad_norm": 0.08029637485742569,
1183
+ "kl": 0.0004115910269320011,
1184
+ "learning_rate": 4.946524064171124e-07,
1185
+ "loss": 0.001,
1186
+ "reward": -1.1953125,
1187
+ "reward_std": 0.5703125,
1188
+ "rewards/correctness_reward_func": 0.0,
1189
+ "rewards/int_reward_func": 0.0,
1190
+ "rewards/soft_format_reward_func": 0.0,
1191
+ "rewards/strict_format_reward_func": 0.0,
1192
+ "rewards/xmlcount_reward_func": -1.1953125,
1193
+ "step": 74
1194
+ },
1195
+ {
1196
+ "completion_length": 318.8333435058594,
1197
+ "epoch": 0.010036130068245684,
1198
+ "grad_norm": 0.10725877434015274,
1199
+ "kl": 0.0005362802767194808,
1200
+ "learning_rate": 5.013368983957219e-07,
1201
+ "loss": -0.0039,
1202
+ "reward": -0.38671875,
1203
+ "reward_std": 0.25390625,
1204
+ "rewards/correctness_reward_func": 0.0,
1205
+ "rewards/int_reward_func": 0.0,
1206
+ "rewards/soft_format_reward_func": 0.0,
1207
+ "rewards/strict_format_reward_func": 0.0,
1208
+ "rewards/xmlcount_reward_func": -0.38671875,
1209
+ "step": 75
1210
+ },
1211
+ {
1212
+ "completion_length": 348.0,
1213
+ "epoch": 0.010169945135822294,
1214
+ "grad_norm": 0.1331893801689148,
1215
+ "kl": 0.0006620581261813641,
1216
+ "learning_rate": 5.080213903743316e-07,
1217
+ "loss": -0.0007,
1218
+ "reward": -0.84765625,
1219
+ "reward_std": 0.486328125,
1220
+ "rewards/correctness_reward_func": 0.0,
1221
+ "rewards/int_reward_func": 0.0,
1222
+ "rewards/soft_format_reward_func": 0.0,
1223
+ "rewards/strict_format_reward_func": 0.0,
1224
+ "rewards/xmlcount_reward_func": -0.84765625,
1225
+ "step": 76
1226
+ },
1227
+ {
1228
+ "completion_length": 456.66668701171875,
1229
+ "epoch": 0.010303760203398902,
1230
+ "grad_norm": 0.10820724815130234,
1231
+ "kl": 0.0007615931099280715,
1232
+ "learning_rate": 5.147058823529412e-07,
1233
+ "loss": 0.0036,
1234
+ "reward": -0.953125,
1235
+ "reward_std": 0.59765625,
1236
+ "rewards/correctness_reward_func": 0.0,
1237
+ "rewards/int_reward_func": 0.0,
1238
+ "rewards/soft_format_reward_func": 0.0,
1239
+ "rewards/strict_format_reward_func": 0.0,
1240
+ "rewards/xmlcount_reward_func": -0.953125,
1241
+ "step": 77
1242
+ },
1243
+ {
1244
+ "completion_length": 335.66668701171875,
1245
+ "epoch": 0.010437575270975512,
1246
+ "grad_norm": 0.13866935670375824,
1247
+ "kl": 0.0005373357562348247,
1248
+ "learning_rate": 5.213903743315508e-07,
1249
+ "loss": 0.0013,
1250
+ "reward": -0.58203125,
1251
+ "reward_std": 0.3359375,
1252
+ "rewards/correctness_reward_func": 0.0,
1253
+ "rewards/int_reward_func": 0.0,
1254
+ "rewards/soft_format_reward_func": 0.0,
1255
+ "rewards/strict_format_reward_func": 0.0,
1256
+ "rewards/xmlcount_reward_func": -0.58203125,
1257
+ "step": 78
1258
+ },
1259
+ {
1260
+ "completion_length": 338.0,
1261
+ "epoch": 0.01057139033855212,
1262
+ "grad_norm": 0.1531476229429245,
1263
+ "kl": 0.000613297161180526,
1264
+ "learning_rate": 5.280748663101604e-07,
1265
+ "loss": -0.0006,
1266
+ "reward": -0.6875,
1267
+ "reward_std": 0.380859375,
1268
+ "rewards/correctness_reward_func": 0.0,
1269
+ "rewards/int_reward_func": 0.0,
1270
+ "rewards/soft_format_reward_func": 0.0,
1271
+ "rewards/strict_format_reward_func": 0.0,
1272
+ "rewards/xmlcount_reward_func": -0.6875,
1273
+ "step": 79
1274
+ },
1275
+ {
1276
+ "completion_length": 323.8333435058594,
1277
+ "epoch": 0.01070520540612873,
1278
+ "grad_norm": 0.11174651980400085,
1279
+ "kl": 0.00048220629105344415,
1280
+ "learning_rate": 5.347593582887701e-07,
1281
+ "loss": 0.0042,
1282
+ "reward": -0.5546875,
1283
+ "reward_std": 0.099609375,
1284
+ "rewards/correctness_reward_func": 0.0,
1285
+ "rewards/int_reward_func": 0.0,
1286
+ "rewards/soft_format_reward_func": 0.0,
1287
+ "rewards/strict_format_reward_func": 0.0,
1288
+ "rewards/xmlcount_reward_func": -0.5546875,
1289
+ "step": 80
1290
+ },
1291
+ {
1292
+ "completion_length": 425.0,
1293
+ "epoch": 0.010839020473705338,
1294
+ "grad_norm": 0.06810642778873444,
1295
+ "kl": 0.0002865367860067636,
1296
+ "learning_rate": 5.414438502673798e-07,
1297
+ "loss": 0.0087,
1298
+ "reward": -0.921875,
1299
+ "reward_std": 0.1455078125,
1300
+ "rewards/correctness_reward_func": 0.0,
1301
+ "rewards/int_reward_func": 0.0,
1302
+ "rewards/soft_format_reward_func": 0.0,
1303
+ "rewards/strict_format_reward_func": 0.0,
1304
+ "rewards/xmlcount_reward_func": -0.921875,
1305
+ "step": 81
1306
+ },
1307
+ {
1308
+ "completion_length": 356.0,
1309
+ "epoch": 0.010972835541281948,
1310
+ "grad_norm": 0.12943901121616364,
1311
+ "kl": 0.0005909207975491881,
1312
+ "learning_rate": 5.481283422459894e-07,
1313
+ "loss": -0.0014,
1314
+ "reward": -0.80078125,
1315
+ "reward_std": 0.2373046875,
1316
+ "rewards/correctness_reward_func": 0.0,
1317
+ "rewards/int_reward_func": 0.0,
1318
+ "rewards/soft_format_reward_func": 0.0,
1319
+ "rewards/strict_format_reward_func": 0.0,
1320
+ "rewards/xmlcount_reward_func": -0.80078125,
1321
+ "step": 82
1322
+ },
1323
+ {
1324
+ "completion_length": 408.66668701171875,
1325
+ "epoch": 0.011106650608858558,
1326
+ "grad_norm": 0.10401128232479095,
1327
+ "kl": 0.0005684032803401351,
1328
+ "learning_rate": 5.54812834224599e-07,
1329
+ "loss": 0.0067,
1330
+ "reward": -0.828125,
1331
+ "reward_std": 0.279296875,
1332
+ "rewards/correctness_reward_func": 0.0,
1333
+ "rewards/int_reward_func": 0.0,
1334
+ "rewards/soft_format_reward_func": 0.0,
1335
+ "rewards/strict_format_reward_func": 0.0,
1336
+ "rewards/xmlcount_reward_func": -0.828125,
1337
+ "step": 83
1338
+ },
1339
+ {
1340
+ "completion_length": 365.5,
1341
+ "epoch": 0.011240465676435166,
1342
+ "grad_norm": 0.11247576773166656,
1343
+ "kl": 0.0005961977876722813,
1344
+ "learning_rate": 5.614973262032086e-07,
1345
+ "loss": 0.0049,
1346
+ "reward": -0.7890625,
1347
+ "reward_std": 0.43359375,
1348
+ "rewards/correctness_reward_func": 0.0,
1349
+ "rewards/int_reward_func": 0.0,
1350
+ "rewards/soft_format_reward_func": 0.0,
1351
+ "rewards/strict_format_reward_func": 0.0,
1352
+ "rewards/xmlcount_reward_func": -0.7890625,
1353
+ "step": 84
1354
+ },
1355
+ {
1356
+ "completion_length": 373.16668701171875,
1357
+ "epoch": 0.011374280744011776,
1358
+ "grad_norm": 0.13172324001789093,
1359
+ "kl": 0.0006587211973965168,
1360
+ "learning_rate": 5.681818181818182e-07,
1361
+ "loss": 0.0,
1362
+ "reward": -0.92578125,
1363
+ "reward_std": 0.4296875,
1364
+ "rewards/correctness_reward_func": 0.0,
1365
+ "rewards/int_reward_func": 0.0,
1366
+ "rewards/soft_format_reward_func": 0.0,
1367
+ "rewards/strict_format_reward_func": 0.0,
1368
+ "rewards/xmlcount_reward_func": -0.92578125,
1369
+ "step": 85
1370
+ },
1371
+ {
1372
+ "completion_length": 463.16668701171875,
1373
+ "epoch": 0.011508095811588384,
1374
+ "grad_norm": 0.0999283418059349,
1375
+ "kl": 0.0005339820636436343,
1376
+ "learning_rate": 5.748663101604279e-07,
1377
+ "loss": -0.0073,
1378
+ "reward": -1.1640625,
1379
+ "reward_std": 0.478515625,
1380
+ "rewards/correctness_reward_func": 0.0,
1381
+ "rewards/int_reward_func": 0.0,
1382
+ "rewards/soft_format_reward_func": 0.0,
1383
+ "rewards/strict_format_reward_func": 0.0,
1384
+ "rewards/xmlcount_reward_func": -1.1640625,
1385
+ "step": 86
1386
+ },
1387
+ {
1388
+ "completion_length": 346.16668701171875,
1389
+ "epoch": 0.011641910879164994,
1390
+ "grad_norm": 0.1427423655986786,
1391
+ "kl": 0.0005965695017948747,
1392
+ "learning_rate": 5.815508021390375e-07,
1393
+ "loss": 0.0052,
1394
+ "reward": -0.86328125,
1395
+ "reward_std": 0.36328125,
1396
+ "rewards/correctness_reward_func": 0.0,
1397
+ "rewards/int_reward_func": 0.0,
1398
+ "rewards/soft_format_reward_func": 0.0,
1399
+ "rewards/strict_format_reward_func": 0.0,
1400
+ "rewards/xmlcount_reward_func": -0.86328125,
1401
+ "step": 87
1402
+ },
1403
+ {
1404
+ "completion_length": 464.3333435058594,
1405
+ "epoch": 0.011775725946741603,
1406
+ "grad_norm": 0.09077266603708267,
1407
+ "kl": 0.0005941446870565414,
1408
+ "learning_rate": 5.882352941176471e-07,
1409
+ "loss": -0.0034,
1410
+ "reward": -0.96875,
1411
+ "reward_std": 0.3203125,
1412
+ "rewards/correctness_reward_func": 0.0,
1413
+ "rewards/int_reward_func": 0.0,
1414
+ "rewards/soft_format_reward_func": 0.0,
1415
+ "rewards/strict_format_reward_func": 0.0,
1416
+ "rewards/xmlcount_reward_func": -0.96875,
1417
+ "step": 88
1418
+ },
1419
+ {
1420
+ "completion_length": 444.3333435058594,
1421
+ "epoch": 0.011909541014318212,
1422
+ "grad_norm": 0.11555906385183334,
1423
+ "kl": 0.0005076751112937927,
1424
+ "learning_rate": 5.949197860962567e-07,
1425
+ "loss": 0.0,
1426
+ "reward": -0.98046875,
1427
+ "reward_std": 0.3828125,
1428
+ "rewards/correctness_reward_func": 0.0,
1429
+ "rewards/int_reward_func": 0.0,
1430
+ "rewards/soft_format_reward_func": 0.0,
1431
+ "rewards/strict_format_reward_func": 0.0,
1432
+ "rewards/xmlcount_reward_func": -0.98046875,
1433
+ "step": 89
1434
+ },
1435
+ {
1436
+ "completion_length": 381.66668701171875,
1437
+ "epoch": 0.01204335608189482,
1438
+ "grad_norm": 0.11006759107112885,
1439
+ "kl": 0.0005213702679611742,
1440
+ "learning_rate": 6.016042780748663e-07,
1441
+ "loss": -0.0019,
1442
+ "reward": -0.8125,
1443
+ "reward_std": 0.51171875,
1444
+ "rewards/correctness_reward_func": 0.0,
1445
+ "rewards/int_reward_func": 0.0,
1446
+ "rewards/soft_format_reward_func": 0.0,
1447
+ "rewards/strict_format_reward_func": 0.0,
1448
+ "rewards/xmlcount_reward_func": -0.8125,
1449
+ "step": 90
1450
+ },
1451
+ {
1452
+ "completion_length": 586.6666870117188,
1453
+ "epoch": 0.01217717114947143,
1454
+ "grad_norm": 0.0977427214384079,
1455
+ "kl": 0.0004677172692026943,
1456
+ "learning_rate": 6.08288770053476e-07,
1457
+ "loss": 0.0059,
1458
+ "reward": -1.2265625,
1459
+ "reward_std": 0.5703125,
1460
+ "rewards/correctness_reward_func": 0.0,
1461
+ "rewards/int_reward_func": 0.0,
1462
+ "rewards/soft_format_reward_func": 0.0,
1463
+ "rewards/strict_format_reward_func": 0.0,
1464
+ "rewards/xmlcount_reward_func": -1.2265625,
1465
+ "step": 91
1466
+ },
1467
+ {
1468
+ "completion_length": 523.5,
1469
+ "epoch": 0.01231098621704804,
1470
+ "grad_norm": 0.14523504674434662,
1471
+ "kl": 0.0007363607874140143,
1472
+ "learning_rate": 6.149732620320856e-07,
1473
+ "loss": -0.0029,
1474
+ "reward": -1.484375,
1475
+ "reward_std": 0.828125,
1476
+ "rewards/correctness_reward_func": 0.0,
1477
+ "rewards/int_reward_func": 0.0,
1478
+ "rewards/soft_format_reward_func": 0.0,
1479
+ "rewards/strict_format_reward_func": 0.0,
1480
+ "rewards/xmlcount_reward_func": -1.484375,
1481
+ "step": 92
1482
+ },
1483
+ {
1484
+ "completion_length": 452.5,
1485
+ "epoch": 0.012444801284624649,
1486
+ "grad_norm": 0.11730131506919861,
1487
+ "kl": 0.0004316701088100672,
1488
+ "learning_rate": 6.216577540106952e-07,
1489
+ "loss": 0.0008,
1490
+ "reward": -1.328125,
1491
+ "reward_std": 0.82421875,
1492
+ "rewards/correctness_reward_func": 0.0,
1493
+ "rewards/int_reward_func": 0.0,
1494
+ "rewards/soft_format_reward_func": 0.0,
1495
+ "rewards/strict_format_reward_func": 0.0,
1496
+ "rewards/xmlcount_reward_func": -1.328125,
1497
+ "step": 93
1498
+ },
1499
+ {
1500
+ "completion_length": 471.66668701171875,
1501
+ "epoch": 0.012578616352201259,
1502
+ "grad_norm": 0.12073160707950592,
1503
+ "kl": 0.000504339870531112,
1504
+ "learning_rate": 6.283422459893049e-07,
1505
+ "loss": 0.0029,
1506
+ "reward": -1.1796875,
1507
+ "reward_std": 0.40625,
1508
+ "rewards/correctness_reward_func": 0.0,
1509
+ "rewards/int_reward_func": 0.0,
1510
+ "rewards/soft_format_reward_func": 0.0,
1511
+ "rewards/strict_format_reward_func": 0.0,
1512
+ "rewards/xmlcount_reward_func": -1.1796875,
1513
+ "step": 94
1514
+ },
1515
+ {
1516
+ "completion_length": 291.66668701171875,
1517
+ "epoch": 0.012712431419777867,
1518
+ "grad_norm": 0.17788150906562805,
1519
+ "kl": 0.0006855755927972496,
1520
+ "learning_rate": 6.350267379679146e-07,
1521
+ "loss": -0.0016,
1522
+ "reward": -0.494140625,
1523
+ "reward_std": 0.26171875,
1524
+ "rewards/correctness_reward_func": 0.0,
1525
+ "rewards/int_reward_func": 0.0,
1526
+ "rewards/soft_format_reward_func": 0.0,
1527
+ "rewards/strict_format_reward_func": 0.0,
1528
+ "rewards/xmlcount_reward_func": -0.494140625,
1529
+ "step": 95
1530
+ },
1531
+ {
1532
+ "completion_length": 411.8333435058594,
1533
+ "epoch": 0.012846246487354477,
1534
+ "grad_norm": 0.08730936795473099,
1535
+ "kl": 0.00039596876013092697,
1536
+ "learning_rate": 6.417112299465242e-07,
1537
+ "loss": 0.0014,
1538
+ "reward": -0.890625,
1539
+ "reward_std": 0.498046875,
1540
+ "rewards/correctness_reward_func": 0.0,
1541
+ "rewards/int_reward_func": 0.0,
1542
+ "rewards/soft_format_reward_func": 0.0,
1543
+ "rewards/strict_format_reward_func": 0.0,
1544
+ "rewards/xmlcount_reward_func": -0.890625,
1545
+ "step": 96
1546
+ },
1547
+ {
1548
+ "completion_length": 376.5,
1549
+ "epoch": 0.012980061554931085,
1550
+ "grad_norm": 0.09182324260473251,
1551
+ "kl": 0.0004653404466807842,
1552
+ "learning_rate": 6.483957219251337e-07,
1553
+ "loss": -0.0036,
1554
+ "reward": -0.73828125,
1555
+ "reward_std": 0.33203125,
1556
+ "rewards/correctness_reward_func": 0.0,
1557
+ "rewards/int_reward_func": 0.0,
1558
+ "rewards/soft_format_reward_func": 0.0,
1559
+ "rewards/strict_format_reward_func": 0.0,
1560
+ "rewards/xmlcount_reward_func": -0.73828125,
1561
+ "step": 97
1562
+ },
1563
+ {
1564
+ "completion_length": 395.66668701171875,
1565
+ "epoch": 0.013113876622507695,
1566
+ "grad_norm": 0.12949968874454498,
1567
+ "kl": 0.0005730512784793973,
1568
+ "learning_rate": 6.550802139037434e-07,
1569
+ "loss": -0.0027,
1570
+ "reward": -0.8359375,
1571
+ "reward_std": 0.49609375,
1572
+ "rewards/correctness_reward_func": 0.0,
1573
+ "rewards/int_reward_func": 0.0,
1574
+ "rewards/soft_format_reward_func": 0.0,
1575
+ "rewards/strict_format_reward_func": 0.0,
1576
+ "rewards/xmlcount_reward_func": -0.8359375,
1577
+ "step": 98
1578
+ },
1579
+ {
1580
+ "completion_length": 600.0,
1581
+ "epoch": 0.013247691690084303,
1582
+ "grad_norm": 0.08795811235904694,
1583
+ "kl": 0.000673401344101876,
1584
+ "learning_rate": 6.61764705882353e-07,
1585
+ "loss": 0.0018,
1586
+ "reward": -1.78125,
1587
+ "reward_std": 0.5078125,
1588
+ "rewards/correctness_reward_func": 0.0,
1589
+ "rewards/int_reward_func": 0.0,
1590
+ "rewards/soft_format_reward_func": 0.0,
1591
+ "rewards/strict_format_reward_func": 0.0,
1592
+ "rewards/xmlcount_reward_func": -1.78125,
1593
+ "step": 99
1594
+ },
1595
+ {
1596
+ "completion_length": 468.0,
1597
+ "epoch": 0.013381506757660913,
1598
+ "grad_norm": 0.1182761937379837,
1599
+ "kl": 0.0005245240754447877,
1600
+ "learning_rate": 6.684491978609627e-07,
1601
+ "loss": 0.0088,
1602
+ "reward": -1.234375,
1603
+ "reward_std": 0.4296875,
1604
+ "rewards/correctness_reward_func": 0.0,
1605
+ "rewards/int_reward_func": 0.0,
1606
+ "rewards/soft_format_reward_func": 0.0,
1607
+ "rewards/strict_format_reward_func": 0.0,
1608
+ "rewards/xmlcount_reward_func": -1.234375,
1609
+ "step": 100
1610
+ }
1611
+ ],
1612
+ "logging_steps": 1,
1613
+ "max_steps": 7473,
1614
+ "num_input_tokens_seen": 0,
1615
+ "num_train_epochs": 1,
1616
+ "save_steps": 50,
1617
+ "stateful_callbacks": {
1618
+ "TrainerControl": {
1619
+ "args": {
1620
+ "should_epoch_stop": false,
1621
+ "should_evaluate": false,
1622
+ "should_log": false,
1623
+ "should_save": true,
1624
+ "should_training_stop": false
1625
+ },
1626
+ "attributes": {}
1627
+ }
1628
+ },
1629
+ "total_flos": 0.0,
1630
+ "train_batch_size": 1,
1631
+ "trial_name": null,
1632
+ "trial_params": null
1633
+ }
checkpoint-100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:281ff8998a6bc3abbc874220721a1b60eb09183d68a1d402ef04a8c4545f6c00
3
+ size 5688
checkpoint-100/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-150/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/qwen2.5-7b-instruct-unsloth-bnb-4bit
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.14.0
checkpoint-150/adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/qwen2.5-7b-instruct-unsloth-bnb-4bit",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 16,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 16,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "gate_proj",
27
+ "down_proj",
28
+ "v_proj",
29
+ "up_proj",
30
+ "o_proj",
31
+ "q_proj",
32
+ "k_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "use_dora": false,
36
+ "use_rslora": false
37
+ }
checkpoint-150/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7a4ace5ec06f2454beaf8878634f7d182440da1129fcfcf5020082efa6602f9
3
+ size 161533192
checkpoint-150/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-150/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-150/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5c584151c0231f2410d14afef790d787730b01689d3b8adf635e4955eb995e3
3
+ size 82459636
checkpoint-150/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36a0891cc438aca0f33988d4cdb353c9e9a38df9728043468727af004be56286
3
+ size 14244
checkpoint-150/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c230e7858a1ae421bf925c5e37a6abd2ce852422d09b8d4aa32bf80e1785bd1
3
+ size 1064
checkpoint-150/special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|vision_pad|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
checkpoint-150/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64e71213db910f5cafa86d35091f37393dcc344b1bbc34091d1b3eed4cca01d5
3
+ size 11422064
checkpoint-150/tokenizer_config.json ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "extra_special_tokens": {},
203
+ "model_max_length": 32768,
204
+ "pad_token": "<|vision_pad|>",
205
+ "padding_side": "right",
206
+ "split_special_tokens": false,
207
+ "tokenizer_class": "Qwen2Tokenizer",
208
+ "unk_token": null
209
+ }
checkpoint-150/trainer_state.json ADDED
@@ -0,0 +1,2433 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.02007226013649137,
5
+ "eval_steps": 500,
6
+ "global_step": 150,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "completion_length": 698.1666870117188,
13
+ "epoch": 0.00013381506757660912,
14
+ "grad_norm": 0.07569596916437149,
15
+ "kl": 0.0006024616304785013,
16
+ "learning_rate": 6.684491978609626e-09,
17
+ "loss": 0.001,
18
+ "reward": -1.8359375,
19
+ "reward_std": 0.5859375,
20
+ "rewards/correctness_reward_func": 0.0,
21
+ "rewards/int_reward_func": 0.0,
22
+ "rewards/soft_format_reward_func": 0.0,
23
+ "rewards/strict_format_reward_func": 0.0,
24
+ "rewards/xmlcount_reward_func": -1.8359375,
25
+ "step": 1
26
+ },
27
+ {
28
+ "completion_length": 549.0,
29
+ "epoch": 0.00026763013515321824,
30
+ "grad_norm": 0.10156559199094772,
31
+ "kl": 0.0006554799037985504,
32
+ "learning_rate": 1.3368983957219251e-08,
33
+ "loss": -0.0055,
34
+ "reward": -1.21875,
35
+ "reward_std": 0.48828125,
36
+ "rewards/correctness_reward_func": 0.0,
37
+ "rewards/int_reward_func": 0.0,
38
+ "rewards/soft_format_reward_func": 0.0,
39
+ "rewards/strict_format_reward_func": 0.0,
40
+ "rewards/xmlcount_reward_func": -1.21875,
41
+ "step": 2
42
+ },
43
+ {
44
+ "completion_length": 509.66668701171875,
45
+ "epoch": 0.0004014452027298274,
46
+ "grad_norm": 0.1012749969959259,
47
+ "kl": 0.0006122777122072875,
48
+ "learning_rate": 2.005347593582888e-08,
49
+ "loss": 0.0032,
50
+ "reward": -1.2578125,
51
+ "reward_std": 0.37890625,
52
+ "rewards/correctness_reward_func": 0.0,
53
+ "rewards/int_reward_func": 0.0,
54
+ "rewards/soft_format_reward_func": 0.0,
55
+ "rewards/strict_format_reward_func": 0.0,
56
+ "rewards/xmlcount_reward_func": -1.2578125,
57
+ "step": 3
58
+ },
59
+ {
60
+ "completion_length": 387.8333435058594,
61
+ "epoch": 0.0005352602703064365,
62
+ "grad_norm": 0.10009913891553879,
63
+ "kl": 0.0005205385386943817,
64
+ "learning_rate": 2.6737967914438503e-08,
65
+ "loss": 0.0007,
66
+ "reward": -0.83203125,
67
+ "reward_std": 0.1640625,
68
+ "rewards/correctness_reward_func": 0.0,
69
+ "rewards/int_reward_func": 0.0,
70
+ "rewards/soft_format_reward_func": 0.0,
71
+ "rewards/strict_format_reward_func": 0.0,
72
+ "rewards/xmlcount_reward_func": -0.83203125,
73
+ "step": 4
74
+ },
75
+ {
76
+ "completion_length": 386.5,
77
+ "epoch": 0.0006690753378830456,
78
+ "grad_norm": 0.11404310166835785,
79
+ "kl": 0.00039041676791384816,
80
+ "learning_rate": 3.342245989304813e-08,
81
+ "loss": -0.0032,
82
+ "reward": -0.859375,
83
+ "reward_std": 0.1630859375,
84
+ "rewards/correctness_reward_func": 0.0,
85
+ "rewards/int_reward_func": 0.0,
86
+ "rewards/soft_format_reward_func": 0.0,
87
+ "rewards/strict_format_reward_func": 0.0,
88
+ "rewards/xmlcount_reward_func": -0.859375,
89
+ "step": 5
90
+ },
91
+ {
92
+ "completion_length": 345.8333435058594,
93
+ "epoch": 0.0008028904054596548,
94
+ "grad_norm": 0.13447555899620056,
95
+ "kl": 0.0005453471094369888,
96
+ "learning_rate": 4.010695187165776e-08,
97
+ "loss": 0.0036,
98
+ "reward": -0.7109375,
99
+ "reward_std": 0.357421875,
100
+ "rewards/correctness_reward_func": 0.0,
101
+ "rewards/int_reward_func": 0.0,
102
+ "rewards/soft_format_reward_func": 0.0,
103
+ "rewards/strict_format_reward_func": 0.0,
104
+ "rewards/xmlcount_reward_func": -0.7109375,
105
+ "step": 6
106
+ },
107
+ {
108
+ "completion_length": 426.16668701171875,
109
+ "epoch": 0.0009367054730362638,
110
+ "grad_norm": 0.1324268877506256,
111
+ "kl": 0.000606791814789176,
112
+ "learning_rate": 4.679144385026738e-08,
113
+ "loss": 0.0017,
114
+ "reward": -1.09375,
115
+ "reward_std": 0.72265625,
116
+ "rewards/correctness_reward_func": 0.0,
117
+ "rewards/int_reward_func": 0.0,
118
+ "rewards/soft_format_reward_func": 0.0,
119
+ "rewards/strict_format_reward_func": 0.0,
120
+ "rewards/xmlcount_reward_func": -1.09375,
121
+ "step": 7
122
+ },
123
+ {
124
+ "completion_length": 418.66668701171875,
125
+ "epoch": 0.001070520540612873,
126
+ "grad_norm": 0.12978878617286682,
127
+ "kl": 0.0005688891978934407,
128
+ "learning_rate": 5.3475935828877005e-08,
129
+ "loss": 0.0005,
130
+ "reward": -0.89453125,
131
+ "reward_std": 0.392578125,
132
+ "rewards/correctness_reward_func": 0.0,
133
+ "rewards/int_reward_func": 0.0,
134
+ "rewards/soft_format_reward_func": 0.0,
135
+ "rewards/strict_format_reward_func": 0.0,
136
+ "rewards/xmlcount_reward_func": -0.89453125,
137
+ "step": 8
138
+ },
139
+ {
140
+ "completion_length": 484.5,
141
+ "epoch": 0.0012043356081894822,
142
+ "grad_norm": 0.09955421835184097,
143
+ "kl": 0.0005112257204018533,
144
+ "learning_rate": 6.016042780748664e-08,
145
+ "loss": 0.0067,
146
+ "reward": -1.25,
147
+ "reward_std": 0.53515625,
148
+ "rewards/correctness_reward_func": 0.0,
149
+ "rewards/int_reward_func": 0.0,
150
+ "rewards/soft_format_reward_func": 0.0,
151
+ "rewards/strict_format_reward_func": 0.0,
152
+ "rewards/xmlcount_reward_func": -1.25,
153
+ "step": 9
154
+ },
155
+ {
156
+ "completion_length": 230.5,
157
+ "epoch": 0.0013381506757660913,
158
+ "grad_norm": 0.19524620473384857,
159
+ "kl": 0.0006619760533794761,
160
+ "learning_rate": 6.684491978609626e-08,
161
+ "loss": -0.0006,
162
+ "reward": -0.26953125,
163
+ "reward_std": 0.349609375,
164
+ "rewards/correctness_reward_func": 0.0,
165
+ "rewards/int_reward_func": 0.0,
166
+ "rewards/soft_format_reward_func": 0.0,
167
+ "rewards/strict_format_reward_func": 0.0,
168
+ "rewards/xmlcount_reward_func": -0.26953125,
169
+ "step": 10
170
+ },
171
+ {
172
+ "completion_length": 369.5,
173
+ "epoch": 0.0014719657433427003,
174
+ "grad_norm": 0.1019153892993927,
175
+ "kl": 0.0006552126724272966,
176
+ "learning_rate": 7.352941176470589e-08,
177
+ "loss": -0.004,
178
+ "reward": -0.94140625,
179
+ "reward_std": 0.279296875,
180
+ "rewards/correctness_reward_func": 0.0,
181
+ "rewards/int_reward_func": 0.0,
182
+ "rewards/soft_format_reward_func": 0.0,
183
+ "rewards/strict_format_reward_func": 0.0,
184
+ "rewards/xmlcount_reward_func": -0.94140625,
185
+ "step": 11
186
+ },
187
+ {
188
+ "completion_length": 386.16668701171875,
189
+ "epoch": 0.0016057808109193096,
190
+ "grad_norm": 0.09696059674024582,
191
+ "kl": 0.0004603694542311132,
192
+ "learning_rate": 8.021390374331552e-08,
193
+ "loss": 0.002,
194
+ "reward": -0.8671875,
195
+ "reward_std": 0.42578125,
196
+ "rewards/correctness_reward_func": 0.0,
197
+ "rewards/int_reward_func": 0.0,
198
+ "rewards/soft_format_reward_func": 0.0,
199
+ "rewards/strict_format_reward_func": 0.0,
200
+ "rewards/xmlcount_reward_func": -0.8671875,
201
+ "step": 12
202
+ },
203
+ {
204
+ "completion_length": 475.16668701171875,
205
+ "epoch": 0.0017395958784959186,
206
+ "grad_norm": 0.12413895130157471,
207
+ "kl": 0.0004793051048181951,
208
+ "learning_rate": 8.689839572192514e-08,
209
+ "loss": 0.0,
210
+ "reward": -0.9375,
211
+ "reward_std": 0.28125,
212
+ "rewards/correctness_reward_func": 0.0,
213
+ "rewards/int_reward_func": 0.0,
214
+ "rewards/soft_format_reward_func": 0.0,
215
+ "rewards/strict_format_reward_func": 0.0,
216
+ "rewards/xmlcount_reward_func": -0.9375,
217
+ "step": 13
218
+ },
219
+ {
220
+ "completion_length": 370.0,
221
+ "epoch": 0.0018734109460725277,
222
+ "grad_norm": 0.1305382251739502,
223
+ "kl": 0.0005513830110430717,
224
+ "learning_rate": 9.358288770053476e-08,
225
+ "loss": -0.0018,
226
+ "reward": -0.78515625,
227
+ "reward_std": 0.263671875,
228
+ "rewards/correctness_reward_func": 0.0,
229
+ "rewards/int_reward_func": 0.0,
230
+ "rewards/soft_format_reward_func": 0.0,
231
+ "rewards/strict_format_reward_func": 0.0,
232
+ "rewards/xmlcount_reward_func": -0.78515625,
233
+ "step": 14
234
+ },
235
+ {
236
+ "completion_length": 431.66668701171875,
237
+ "epoch": 0.002007226013649137,
238
+ "grad_norm": 0.10463520139455795,
239
+ "kl": 0.00048596435226500034,
240
+ "learning_rate": 1.0026737967914439e-07,
241
+ "loss": 0.0032,
242
+ "reward": -0.84375,
243
+ "reward_std": 0.3984375,
244
+ "rewards/correctness_reward_func": 0.0,
245
+ "rewards/int_reward_func": 0.0,
246
+ "rewards/soft_format_reward_func": 0.0,
247
+ "rewards/strict_format_reward_func": 0.0,
248
+ "rewards/xmlcount_reward_func": -0.84375,
249
+ "step": 15
250
+ },
251
+ {
252
+ "completion_length": 399.5,
253
+ "epoch": 0.002141041081225746,
254
+ "grad_norm": 0.1404961347579956,
255
+ "kl": 0.000555322621949017,
256
+ "learning_rate": 1.0695187165775401e-07,
257
+ "loss": -0.0057,
258
+ "reward": -1.0625,
259
+ "reward_std": 0.46484375,
260
+ "rewards/correctness_reward_func": 0.0,
261
+ "rewards/int_reward_func": 0.0,
262
+ "rewards/soft_format_reward_func": 0.0,
263
+ "rewards/strict_format_reward_func": 0.0,
264
+ "rewards/xmlcount_reward_func": -1.0625,
265
+ "step": 16
266
+ },
267
+ {
268
+ "completion_length": 449.8333435058594,
269
+ "epoch": 0.002274856148802355,
270
+ "grad_norm": 0.10250594466924667,
271
+ "kl": 0.00048121344298124313,
272
+ "learning_rate": 1.1363636363636364e-07,
273
+ "loss": -0.0071,
274
+ "reward": -1.0234375,
275
+ "reward_std": 0.40234375,
276
+ "rewards/correctness_reward_func": 0.0,
277
+ "rewards/int_reward_func": 0.0,
278
+ "rewards/soft_format_reward_func": 0.0,
279
+ "rewards/strict_format_reward_func": 0.0,
280
+ "rewards/xmlcount_reward_func": -1.0234375,
281
+ "step": 17
282
+ },
283
+ {
284
+ "completion_length": 324.5,
285
+ "epoch": 0.0024086712163789645,
286
+ "grad_norm": 0.12464314699172974,
287
+ "kl": 0.0005811881856061518,
288
+ "learning_rate": 1.2032085561497328e-07,
289
+ "loss": 0.0033,
290
+ "reward": -0.6875,
291
+ "reward_std": 0.26171875,
292
+ "rewards/correctness_reward_func": 0.0,
293
+ "rewards/int_reward_func": 0.0,
294
+ "rewards/soft_format_reward_func": 0.0,
295
+ "rewards/strict_format_reward_func": 0.0,
296
+ "rewards/xmlcount_reward_func": -0.6875,
297
+ "step": 18
298
+ },
299
+ {
300
+ "completion_length": 578.0,
301
+ "epoch": 0.0025424862839555735,
302
+ "grad_norm": 0.08823499828577042,
303
+ "kl": 0.000675913121085614,
304
+ "learning_rate": 1.270053475935829e-07,
305
+ "loss": 0.0075,
306
+ "reward": -1.703125,
307
+ "reward_std": 0.5703125,
308
+ "rewards/correctness_reward_func": 0.0,
309
+ "rewards/int_reward_func": 0.0,
310
+ "rewards/soft_format_reward_func": 0.0,
311
+ "rewards/strict_format_reward_func": 0.0,
312
+ "rewards/xmlcount_reward_func": -1.703125,
313
+ "step": 19
314
+ },
315
+ {
316
+ "completion_length": 328.8333435058594,
317
+ "epoch": 0.0026763013515321826,
318
+ "grad_norm": 0.16708222031593323,
319
+ "kl": 0.0006092819385230541,
320
+ "learning_rate": 1.3368983957219251e-07,
321
+ "loss": 0.0091,
322
+ "reward": -0.71484375,
323
+ "reward_std": 0.1357421875,
324
+ "rewards/correctness_reward_func": 0.0,
325
+ "rewards/int_reward_func": 0.0,
326
+ "rewards/soft_format_reward_func": 0.0,
327
+ "rewards/strict_format_reward_func": 0.0,
328
+ "rewards/xmlcount_reward_func": -0.71484375,
329
+ "step": 20
330
+ },
331
+ {
332
+ "completion_length": 415.16668701171875,
333
+ "epoch": 0.0028101164191087916,
334
+ "grad_norm": 0.10446464270353317,
335
+ "kl": 0.0004726095939986408,
336
+ "learning_rate": 1.4037433155080215e-07,
337
+ "loss": 0.0011,
338
+ "reward": -1.0,
339
+ "reward_std": 0.50390625,
340
+ "rewards/correctness_reward_func": 0.0,
341
+ "rewards/int_reward_func": 0.0,
342
+ "rewards/soft_format_reward_func": 0.0,
343
+ "rewards/strict_format_reward_func": 0.0,
344
+ "rewards/xmlcount_reward_func": -1.0,
345
+ "step": 21
346
+ },
347
+ {
348
+ "completion_length": 398.5,
349
+ "epoch": 0.0029439314866854006,
350
+ "grad_norm": 0.10892236977815628,
351
+ "kl": 0.000556222046725452,
352
+ "learning_rate": 1.4705882352941178e-07,
353
+ "loss": 0.0016,
354
+ "reward": -0.9765625,
355
+ "reward_std": 0.349609375,
356
+ "rewards/correctness_reward_func": 0.0,
357
+ "rewards/int_reward_func": 0.0,
358
+ "rewards/soft_format_reward_func": 0.0,
359
+ "rewards/strict_format_reward_func": 0.0,
360
+ "rewards/xmlcount_reward_func": -0.9765625,
361
+ "step": 22
362
+ },
363
+ {
364
+ "completion_length": 351.66668701171875,
365
+ "epoch": 0.00307774655426201,
366
+ "grad_norm": 0.13707049190998077,
367
+ "kl": 0.0005205090856179595,
368
+ "learning_rate": 1.537433155080214e-07,
369
+ "loss": -0.0032,
370
+ "reward": -0.7421875,
371
+ "reward_std": 0.390625,
372
+ "rewards/correctness_reward_func": 0.0,
373
+ "rewards/int_reward_func": 0.0,
374
+ "rewards/soft_format_reward_func": 0.0,
375
+ "rewards/strict_format_reward_func": 0.0,
376
+ "rewards/xmlcount_reward_func": -0.7421875,
377
+ "step": 23
378
+ },
379
+ {
380
+ "completion_length": 310.0,
381
+ "epoch": 0.003211561621838619,
382
+ "grad_norm": 0.1579124480485916,
383
+ "kl": 0.0007410722319036722,
384
+ "learning_rate": 1.6042780748663104e-07,
385
+ "loss": 0.0002,
386
+ "reward": -0.65625,
387
+ "reward_std": 0.6328125,
388
+ "rewards/correctness_reward_func": 0.0,
389
+ "rewards/int_reward_func": 0.0,
390
+ "rewards/soft_format_reward_func": 0.0,
391
+ "rewards/strict_format_reward_func": 0.0,
392
+ "rewards/xmlcount_reward_func": -0.65625,
393
+ "step": 24
394
+ },
395
+ {
396
+ "completion_length": 353.0,
397
+ "epoch": 0.003345376689415228,
398
+ "grad_norm": 0.11555790901184082,
399
+ "kl": 0.0005753459990955889,
400
+ "learning_rate": 1.6711229946524068e-07,
401
+ "loss": -0.0034,
402
+ "reward": -0.828125,
403
+ "reward_std": 0.314453125,
404
+ "rewards/correctness_reward_func": 0.0,
405
+ "rewards/int_reward_func": 0.0,
406
+ "rewards/soft_format_reward_func": 0.0,
407
+ "rewards/strict_format_reward_func": 0.0,
408
+ "rewards/xmlcount_reward_func": -0.828125,
409
+ "step": 25
410
+ },
411
+ {
412
+ "completion_length": 416.5,
413
+ "epoch": 0.0034791917569918372,
414
+ "grad_norm": 0.10537782311439514,
415
+ "kl": 0.0006076883291825652,
416
+ "learning_rate": 1.7379679144385028e-07,
417
+ "loss": -0.0068,
418
+ "reward": -0.8359375,
419
+ "reward_std": 0.30859375,
420
+ "rewards/correctness_reward_func": 0.0,
421
+ "rewards/int_reward_func": 0.0,
422
+ "rewards/soft_format_reward_func": 0.0,
423
+ "rewards/strict_format_reward_func": 0.0,
424
+ "rewards/xmlcount_reward_func": -0.8359375,
425
+ "step": 26
426
+ },
427
+ {
428
+ "completion_length": 436.0,
429
+ "epoch": 0.0036130068245684463,
430
+ "grad_norm": 0.12061028182506561,
431
+ "kl": 0.0006918934523127973,
432
+ "learning_rate": 1.8048128342245991e-07,
433
+ "loss": 0.0033,
434
+ "reward": -0.91015625,
435
+ "reward_std": 0.92578125,
436
+ "rewards/correctness_reward_func": 0.0,
437
+ "rewards/int_reward_func": 0.0,
438
+ "rewards/soft_format_reward_func": 0.0,
439
+ "rewards/strict_format_reward_func": 0.0,
440
+ "rewards/xmlcount_reward_func": -0.91015625,
441
+ "step": 27
442
+ },
443
+ {
444
+ "completion_length": 447.16668701171875,
445
+ "epoch": 0.0037468218921450553,
446
+ "grad_norm": 0.11236874759197235,
447
+ "kl": 0.0005188498180359602,
448
+ "learning_rate": 1.8716577540106952e-07,
449
+ "loss": -0.0021,
450
+ "reward": -1.078125,
451
+ "reward_std": 0.298828125,
452
+ "rewards/correctness_reward_func": 0.0,
453
+ "rewards/int_reward_func": 0.0,
454
+ "rewards/soft_format_reward_func": 0.0,
455
+ "rewards/strict_format_reward_func": 0.0,
456
+ "rewards/xmlcount_reward_func": -1.078125,
457
+ "step": 28
458
+ },
459
+ {
460
+ "completion_length": 524.5,
461
+ "epoch": 0.003880636959721665,
462
+ "grad_norm": 0.08638511598110199,
463
+ "kl": 0.000413873785873875,
464
+ "learning_rate": 1.9385026737967918e-07,
465
+ "loss": -0.0027,
466
+ "reward": -1.1953125,
467
+ "reward_std": 0.58203125,
468
+ "rewards/correctness_reward_func": 0.0,
469
+ "rewards/int_reward_func": 0.0,
470
+ "rewards/soft_format_reward_func": 0.0,
471
+ "rewards/strict_format_reward_func": 0.0,
472
+ "rewards/xmlcount_reward_func": -1.1953125,
473
+ "step": 29
474
+ },
475
+ {
476
+ "completion_length": 433.0,
477
+ "epoch": 0.004014452027298274,
478
+ "grad_norm": 0.10361335426568985,
479
+ "kl": 0.0005174180259928107,
480
+ "learning_rate": 2.0053475935828878e-07,
481
+ "loss": -0.001,
482
+ "reward": -0.8125,
483
+ "reward_std": 0.55078125,
484
+ "rewards/correctness_reward_func": 0.0,
485
+ "rewards/int_reward_func": 0.0,
486
+ "rewards/soft_format_reward_func": 0.0,
487
+ "rewards/strict_format_reward_func": 0.0,
488
+ "rewards/xmlcount_reward_func": -0.8125,
489
+ "step": 30
490
+ },
491
+ {
492
+ "completion_length": 429.3333435058594,
493
+ "epoch": 0.004148267094874883,
494
+ "grad_norm": 0.09831919521093369,
495
+ "kl": 0.0004531377926468849,
496
+ "learning_rate": 2.0721925133689842e-07,
497
+ "loss": -0.0034,
498
+ "reward": -0.82421875,
499
+ "reward_std": 0.412109375,
500
+ "rewards/correctness_reward_func": 0.0,
501
+ "rewards/int_reward_func": 0.0,
502
+ "rewards/soft_format_reward_func": 0.0,
503
+ "rewards/strict_format_reward_func": 0.0,
504
+ "rewards/xmlcount_reward_func": -0.82421875,
505
+ "step": 31
506
+ },
507
+ {
508
+ "completion_length": 352.3333435058594,
509
+ "epoch": 0.004282082162451492,
510
+ "grad_norm": 0.1168479472398758,
511
+ "kl": 0.00041617939132265747,
512
+ "learning_rate": 2.1390374331550802e-07,
513
+ "loss": 0.012,
514
+ "reward": -0.671875,
515
+ "reward_std": 0.1455078125,
516
+ "rewards/correctness_reward_func": 0.0,
517
+ "rewards/int_reward_func": 0.0,
518
+ "rewards/soft_format_reward_func": 0.0,
519
+ "rewards/strict_format_reward_func": 0.0,
520
+ "rewards/xmlcount_reward_func": -0.671875,
521
+ "step": 32
522
+ },
523
+ {
524
+ "completion_length": 328.16668701171875,
525
+ "epoch": 0.004415897230028101,
526
+ "grad_norm": 0.14010493457317352,
527
+ "kl": 0.0006999190663918853,
528
+ "learning_rate": 2.2058823529411768e-07,
529
+ "loss": -0.0003,
530
+ "reward": -0.8203125,
531
+ "reward_std": 0.4609375,
532
+ "rewards/correctness_reward_func": 0.0,
533
+ "rewards/int_reward_func": 0.0,
534
+ "rewards/soft_format_reward_func": 0.0,
535
+ "rewards/strict_format_reward_func": 0.0,
536
+ "rewards/xmlcount_reward_func": -0.8203125,
537
+ "step": 33
538
+ },
539
+ {
540
+ "completion_length": 461.0,
541
+ "epoch": 0.00454971229760471,
542
+ "grad_norm": 0.07955824583768845,
543
+ "kl": 0.000317567668389529,
544
+ "learning_rate": 2.2727272727272729e-07,
545
+ "loss": 0.0061,
546
+ "reward": -0.7421875,
547
+ "reward_std": 0.107421875,
548
+ "rewards/correctness_reward_func": 0.0,
549
+ "rewards/int_reward_func": 0.0,
550
+ "rewards/soft_format_reward_func": 0.0,
551
+ "rewards/strict_format_reward_func": 0.0,
552
+ "rewards/xmlcount_reward_func": -0.7421875,
553
+ "step": 34
554
+ },
555
+ {
556
+ "completion_length": 343.5,
557
+ "epoch": 0.004683527365181319,
558
+ "grad_norm": 0.192967027425766,
559
+ "kl": 0.0003919226583093405,
560
+ "learning_rate": 2.3395721925133692e-07,
561
+ "loss": -0.0026,
562
+ "reward": -0.71875,
563
+ "reward_std": 0.26953125,
564
+ "rewards/correctness_reward_func": 0.0,
565
+ "rewards/int_reward_func": 0.0,
566
+ "rewards/soft_format_reward_func": 0.0,
567
+ "rewards/strict_format_reward_func": 0.0,
568
+ "rewards/xmlcount_reward_func": -0.71875,
569
+ "step": 35
570
+ },
571
+ {
572
+ "completion_length": 468.0,
573
+ "epoch": 0.004817342432757929,
574
+ "grad_norm": 0.1151042953133583,
575
+ "kl": 0.0005731440032832325,
576
+ "learning_rate": 2.4064171122994655e-07,
577
+ "loss": 0.0008,
578
+ "reward": -0.90625,
579
+ "reward_std": 0.4375,
580
+ "rewards/correctness_reward_func": 0.0,
581
+ "rewards/int_reward_func": 0.0,
582
+ "rewards/soft_format_reward_func": 0.0,
583
+ "rewards/strict_format_reward_func": 0.0,
584
+ "rewards/xmlcount_reward_func": -0.90625,
585
+ "step": 36
586
+ },
587
+ {
588
+ "completion_length": 326.66668701171875,
589
+ "epoch": 0.004951157500334538,
590
+ "grad_norm": 0.13014303147792816,
591
+ "kl": 0.0006222401279956102,
592
+ "learning_rate": 2.473262032085562e-07,
593
+ "loss": 0.0073,
594
+ "reward": -0.58984375,
595
+ "reward_std": 0.2177734375,
596
+ "rewards/correctness_reward_func": 0.0,
597
+ "rewards/int_reward_func": 0.0,
598
+ "rewards/soft_format_reward_func": 0.0,
599
+ "rewards/strict_format_reward_func": 0.0,
600
+ "rewards/xmlcount_reward_func": -0.58984375,
601
+ "step": 37
602
+ },
603
+ {
604
+ "completion_length": 470.16668701171875,
605
+ "epoch": 0.005084972567911147,
606
+ "grad_norm": 0.10929639637470245,
607
+ "kl": 0.0005664956988766789,
608
+ "learning_rate": 2.540106951871658e-07,
609
+ "loss": -0.001,
610
+ "reward": -1.2109375,
611
+ "reward_std": 0.451171875,
612
+ "rewards/correctness_reward_func": 0.0,
613
+ "rewards/int_reward_func": 0.0,
614
+ "rewards/soft_format_reward_func": 0.0,
615
+ "rewards/strict_format_reward_func": 0.0,
616
+ "rewards/xmlcount_reward_func": -1.2109375,
617
+ "step": 38
618
+ },
619
+ {
620
+ "completion_length": 350.5,
621
+ "epoch": 0.005218787635487756,
622
+ "grad_norm": 0.121163509786129,
623
+ "kl": 0.0006041490705683827,
624
+ "learning_rate": 2.606951871657754e-07,
625
+ "loss": -0.0012,
626
+ "reward": -0.65234375,
627
+ "reward_std": 0.404296875,
628
+ "rewards/correctness_reward_func": 0.0,
629
+ "rewards/int_reward_func": 0.0,
630
+ "rewards/soft_format_reward_func": 0.0,
631
+ "rewards/strict_format_reward_func": 0.0,
632
+ "rewards/xmlcount_reward_func": -0.65234375,
633
+ "step": 39
634
+ },
635
+ {
636
+ "completion_length": 441.5,
637
+ "epoch": 0.005352602703064365,
638
+ "grad_norm": 0.09024005383253098,
639
+ "kl": 0.0005421562236733735,
640
+ "learning_rate": 2.6737967914438503e-07,
641
+ "loss": 0.0012,
642
+ "reward": -0.765625,
643
+ "reward_std": 0.7734375,
644
+ "rewards/correctness_reward_func": 0.0,
645
+ "rewards/int_reward_func": 0.0,
646
+ "rewards/soft_format_reward_func": 0.0,
647
+ "rewards/strict_format_reward_func": 0.0,
648
+ "rewards/xmlcount_reward_func": -0.765625,
649
+ "step": 40
650
+ },
651
+ {
652
+ "completion_length": 587.8333740234375,
653
+ "epoch": 0.005486417770640974,
654
+ "grad_norm": 0.11247697472572327,
655
+ "kl": 0.0009425554308108985,
656
+ "learning_rate": 2.740641711229947e-07,
657
+ "loss": -0.0003,
658
+ "reward": -1.6875,
659
+ "reward_std": 0.6171875,
660
+ "rewards/correctness_reward_func": 0.0,
661
+ "rewards/int_reward_func": 0.0,
662
+ "rewards/soft_format_reward_func": 0.0,
663
+ "rewards/strict_format_reward_func": 0.0,
664
+ "rewards/xmlcount_reward_func": -1.6875,
665
+ "step": 41
666
+ },
667
+ {
668
+ "completion_length": 523.5,
669
+ "epoch": 0.005620232838217583,
670
+ "grad_norm": 0.08999153226613998,
671
+ "kl": 0.0004692915244959295,
672
+ "learning_rate": 2.807486631016043e-07,
673
+ "loss": 0.0003,
674
+ "reward": -0.796875,
675
+ "reward_std": 1.375,
676
+ "rewards/correctness_reward_func": 0.333984375,
677
+ "rewards/int_reward_func": 0.08349609375,
678
+ "rewards/soft_format_reward_func": 0.0,
679
+ "rewards/strict_format_reward_func": 0.0,
680
+ "rewards/xmlcount_reward_func": -1.2109375,
681
+ "step": 42
682
+ },
683
+ {
684
+ "completion_length": 531.0,
685
+ "epoch": 0.005754047905794192,
686
+ "grad_norm": 0.09678950905799866,
687
+ "kl": 0.0005171874072402716,
688
+ "learning_rate": 2.8743315508021395e-07,
689
+ "loss": -0.0044,
690
+ "reward": -1.421875,
691
+ "reward_std": 0.4140625,
692
+ "rewards/correctness_reward_func": 0.0,
693
+ "rewards/int_reward_func": 0.0,
694
+ "rewards/soft_format_reward_func": 0.0,
695
+ "rewards/strict_format_reward_func": 0.0,
696
+ "rewards/xmlcount_reward_func": -1.421875,
697
+ "step": 43
698
+ },
699
+ {
700
+ "completion_length": 416.0,
701
+ "epoch": 0.005887862973370801,
702
+ "grad_norm": 0.11189436912536621,
703
+ "kl": 0.00040408255881629884,
704
+ "learning_rate": 2.9411764705882356e-07,
705
+ "loss": 0.0029,
706
+ "reward": -0.921875,
707
+ "reward_std": 0.1884765625,
708
+ "rewards/correctness_reward_func": 0.0,
709
+ "rewards/int_reward_func": 0.0,
710
+ "rewards/soft_format_reward_func": 0.0,
711
+ "rewards/strict_format_reward_func": 0.0,
712
+ "rewards/xmlcount_reward_func": -0.921875,
713
+ "step": 44
714
+ },
715
+ {
716
+ "completion_length": 359.8333435058594,
717
+ "epoch": 0.00602167804094741,
718
+ "grad_norm": 0.10176176577806473,
719
+ "kl": 0.0005236775032244623,
720
+ "learning_rate": 3.0080213903743316e-07,
721
+ "loss": -0.0032,
722
+ "reward": -0.58203125,
723
+ "reward_std": 0.4140625,
724
+ "rewards/correctness_reward_func": 0.0,
725
+ "rewards/int_reward_func": 0.0,
726
+ "rewards/soft_format_reward_func": 0.0,
727
+ "rewards/strict_format_reward_func": 0.0,
728
+ "rewards/xmlcount_reward_func": -0.58203125,
729
+ "step": 45
730
+ },
731
+ {
732
+ "completion_length": 416.8333435058594,
733
+ "epoch": 0.00615549310852402,
734
+ "grad_norm": 0.12203460931777954,
735
+ "kl": 0.0006941946921870112,
736
+ "learning_rate": 3.074866310160428e-07,
737
+ "loss": 0.0008,
738
+ "reward": -1.15625,
739
+ "reward_std": 0.50390625,
740
+ "rewards/correctness_reward_func": 0.0,
741
+ "rewards/int_reward_func": 0.0,
742
+ "rewards/soft_format_reward_func": 0.0,
743
+ "rewards/strict_format_reward_func": 0.0,
744
+ "rewards/xmlcount_reward_func": -1.15625,
745
+ "step": 46
746
+ },
747
+ {
748
+ "completion_length": 524.8333740234375,
749
+ "epoch": 0.006289308176100629,
750
+ "grad_norm": 0.09807480126619339,
751
+ "kl": 0.000624034320935607,
752
+ "learning_rate": 3.1417112299465243e-07,
753
+ "loss": -0.0062,
754
+ "reward": -1.1875,
755
+ "reward_std": 0.396484375,
756
+ "rewards/correctness_reward_func": 0.0,
757
+ "rewards/int_reward_func": 0.0,
758
+ "rewards/soft_format_reward_func": 0.0,
759
+ "rewards/strict_format_reward_func": 0.0,
760
+ "rewards/xmlcount_reward_func": -1.1875,
761
+ "step": 47
762
+ },
763
+ {
764
+ "completion_length": 419.5,
765
+ "epoch": 0.006423123243677238,
766
+ "grad_norm": 0.11151473969221115,
767
+ "kl": 0.0005637712310999632,
768
+ "learning_rate": 3.208556149732621e-07,
769
+ "loss": -0.0017,
770
+ "reward": -0.94140625,
771
+ "reward_std": 0.5546875,
772
+ "rewards/correctness_reward_func": 0.0,
773
+ "rewards/int_reward_func": 0.0,
774
+ "rewards/soft_format_reward_func": 0.0,
775
+ "rewards/strict_format_reward_func": 0.0,
776
+ "rewards/xmlcount_reward_func": -0.94140625,
777
+ "step": 48
778
+ },
779
+ {
780
+ "completion_length": 375.3333435058594,
781
+ "epoch": 0.006556938311253847,
782
+ "grad_norm": 0.15443629026412964,
783
+ "kl": 0.0006895489059388638,
784
+ "learning_rate": 3.275401069518717e-07,
785
+ "loss": -0.0021,
786
+ "reward": -0.80078125,
787
+ "reward_std": 0.6015625,
788
+ "rewards/correctness_reward_func": 0.0,
789
+ "rewards/int_reward_func": 0.0,
790
+ "rewards/soft_format_reward_func": 0.0,
791
+ "rewards/strict_format_reward_func": 0.0,
792
+ "rewards/xmlcount_reward_func": -0.80078125,
793
+ "step": 49
794
+ },
795
+ {
796
+ "completion_length": 538.5,
797
+ "epoch": 0.006690753378830456,
798
+ "grad_norm": 0.12232497334480286,
799
+ "kl": 0.00044502606033347547,
800
+ "learning_rate": 3.3422459893048135e-07,
801
+ "loss": 0.0038,
802
+ "reward": -1.15625,
803
+ "reward_std": 0.345703125,
804
+ "rewards/correctness_reward_func": 0.0,
805
+ "rewards/int_reward_func": 0.0,
806
+ "rewards/soft_format_reward_func": 0.0,
807
+ "rewards/strict_format_reward_func": 0.0,
808
+ "rewards/xmlcount_reward_func": -1.15625,
809
+ "step": 50
810
+ },
811
+ {
812
+ "completion_length": 380.66668701171875,
813
+ "epoch": 0.006824568446407065,
814
+ "grad_norm": 0.09400169551372528,
815
+ "kl": 0.0004400149919092655,
816
+ "learning_rate": 3.409090909090909e-07,
817
+ "loss": -0.0005,
818
+ "reward": -0.75390625,
819
+ "reward_std": 0.75390625,
820
+ "rewards/correctness_reward_func": 0.0,
821
+ "rewards/int_reward_func": 0.0,
822
+ "rewards/soft_format_reward_func": 0.0,
823
+ "rewards/strict_format_reward_func": 0.0,
824
+ "rewards/xmlcount_reward_func": -0.75390625,
825
+ "step": 51
826
+ },
827
+ {
828
+ "completion_length": 302.16668701171875,
829
+ "epoch": 0.0069583835139836745,
830
+ "grad_norm": 0.18885326385498047,
831
+ "kl": 0.0006017067935317755,
832
+ "learning_rate": 3.4759358288770056e-07,
833
+ "loss": 0.0001,
834
+ "reward": -0.494140625,
835
+ "reward_std": 0.5078125,
836
+ "rewards/correctness_reward_func": 0.0,
837
+ "rewards/int_reward_func": 0.0,
838
+ "rewards/soft_format_reward_func": 0.0,
839
+ "rewards/strict_format_reward_func": 0.0,
840
+ "rewards/xmlcount_reward_func": -0.494140625,
841
+ "step": 52
842
+ },
843
+ {
844
+ "completion_length": 310.0,
845
+ "epoch": 0.0070921985815602835,
846
+ "grad_norm": 0.17508742213249207,
847
+ "kl": 0.0006495526758953929,
848
+ "learning_rate": 3.542780748663102e-07,
849
+ "loss": 0.0001,
850
+ "reward": -0.609375,
851
+ "reward_std": 0.208984375,
852
+ "rewards/correctness_reward_func": 0.0,
853
+ "rewards/int_reward_func": 0.0,
854
+ "rewards/soft_format_reward_func": 0.0,
855
+ "rewards/strict_format_reward_func": 0.0,
856
+ "rewards/xmlcount_reward_func": -0.609375,
857
+ "step": 53
858
+ },
859
+ {
860
+ "completion_length": 348.16668701171875,
861
+ "epoch": 0.0072260136491368926,
862
+ "grad_norm": 0.1143779456615448,
863
+ "kl": 0.0005849208100698888,
864
+ "learning_rate": 3.6096256684491983e-07,
865
+ "loss": -0.0023,
866
+ "reward": -0.8984375,
867
+ "reward_std": 0.423828125,
868
+ "rewards/correctness_reward_func": 0.0,
869
+ "rewards/int_reward_func": 0.0,
870
+ "rewards/soft_format_reward_func": 0.0,
871
+ "rewards/strict_format_reward_func": 0.0,
872
+ "rewards/xmlcount_reward_func": -0.8984375,
873
+ "step": 54
874
+ },
875
+ {
876
+ "completion_length": 461.5,
877
+ "epoch": 0.007359828716713502,
878
+ "grad_norm": 0.10026198625564575,
879
+ "kl": 0.0005551945068873465,
880
+ "learning_rate": 3.6764705882352943e-07,
881
+ "loss": -0.0088,
882
+ "reward": -1.03125,
883
+ "reward_std": 0.38671875,
884
+ "rewards/correctness_reward_func": 0.0,
885
+ "rewards/int_reward_func": 0.0,
886
+ "rewards/soft_format_reward_func": 0.0,
887
+ "rewards/strict_format_reward_func": 0.0,
888
+ "rewards/xmlcount_reward_func": -1.03125,
889
+ "step": 55
890
+ },
891
+ {
892
+ "completion_length": 581.1666870117188,
893
+ "epoch": 0.007493643784290111,
894
+ "grad_norm": 0.09014507383108139,
895
+ "kl": 0.0004388962115626782,
896
+ "learning_rate": 3.7433155080213904e-07,
897
+ "loss": 0.0007,
898
+ "reward": -1.328125,
899
+ "reward_std": 0.1474609375,
900
+ "rewards/correctness_reward_func": 0.0,
901
+ "rewards/int_reward_func": 0.0,
902
+ "rewards/soft_format_reward_func": 0.0,
903
+ "rewards/strict_format_reward_func": 0.0,
904
+ "rewards/xmlcount_reward_func": -1.328125,
905
+ "step": 56
906
+ },
907
+ {
908
+ "completion_length": 320.3333435058594,
909
+ "epoch": 0.0076274588518667205,
910
+ "grad_norm": 0.09987051039934158,
911
+ "kl": 0.0005903591518290341,
912
+ "learning_rate": 3.810160427807487e-07,
913
+ "loss": -0.0068,
914
+ "reward": -0.609375,
915
+ "reward_std": 0.2578125,
916
+ "rewards/correctness_reward_func": 0.0,
917
+ "rewards/int_reward_func": 0.0,
918
+ "rewards/soft_format_reward_func": 0.0,
919
+ "rewards/strict_format_reward_func": 0.0,
920
+ "rewards/xmlcount_reward_func": -0.609375,
921
+ "step": 57
922
+ },
923
+ {
924
+ "completion_length": 362.8333435058594,
925
+ "epoch": 0.00776127391944333,
926
+ "grad_norm": 0.246050164103508,
927
+ "kl": 0.0005056472145952284,
928
+ "learning_rate": 3.8770053475935836e-07,
929
+ "loss": -0.0027,
930
+ "reward": -0.625,
931
+ "reward_std": 0.5234375,
932
+ "rewards/correctness_reward_func": 0.0,
933
+ "rewards/int_reward_func": 0.0,
934
+ "rewards/soft_format_reward_func": 0.0,
935
+ "rewards/strict_format_reward_func": 0.0,
936
+ "rewards/xmlcount_reward_func": -0.625,
937
+ "step": 58
938
+ },
939
+ {
940
+ "completion_length": 524.0,
941
+ "epoch": 0.007895088987019938,
942
+ "grad_norm": 0.12084438651800156,
943
+ "kl": 0.0005575703689828515,
944
+ "learning_rate": 3.943850267379679e-07,
945
+ "loss": 0.0114,
946
+ "reward": -1.1328125,
947
+ "reward_std": 0.28125,
948
+ "rewards/correctness_reward_func": 0.0,
949
+ "rewards/int_reward_func": 0.0,
950
+ "rewards/soft_format_reward_func": 0.0,
951
+ "rewards/strict_format_reward_func": 0.0,
952
+ "rewards/xmlcount_reward_func": -1.1328125,
953
+ "step": 59
954
+ },
955
+ {
956
+ "completion_length": 410.3333435058594,
957
+ "epoch": 0.008028904054596548,
958
+ "grad_norm": 0.10101523995399475,
959
+ "kl": 0.0005777844344265759,
960
+ "learning_rate": 4.0106951871657757e-07,
961
+ "loss": 0.0007,
962
+ "reward": -0.94921875,
963
+ "reward_std": 0.271484375,
964
+ "rewards/correctness_reward_func": 0.0,
965
+ "rewards/int_reward_func": 0.0,
966
+ "rewards/soft_format_reward_func": 0.0,
967
+ "rewards/strict_format_reward_func": 0.0,
968
+ "rewards/xmlcount_reward_func": -0.94921875,
969
+ "step": 60
970
+ },
971
+ {
972
+ "completion_length": 717.6666870117188,
973
+ "epoch": 0.008162719122173156,
974
+ "grad_norm": 0.09220802038908005,
975
+ "kl": 0.0006241414812393486,
976
+ "learning_rate": 4.077540106951872e-07,
977
+ "loss": -0.0078,
978
+ "reward": -2.046875,
979
+ "reward_std": 0.53515625,
980
+ "rewards/correctness_reward_func": 0.0,
981
+ "rewards/int_reward_func": 0.0,
982
+ "rewards/soft_format_reward_func": 0.0,
983
+ "rewards/strict_format_reward_func": 0.0,
984
+ "rewards/xmlcount_reward_func": -2.046875,
985
+ "step": 61
986
+ },
987
+ {
988
+ "completion_length": 384.66668701171875,
989
+ "epoch": 0.008296534189749766,
990
+ "grad_norm": 0.10890569537878036,
991
+ "kl": 0.00048696936573833227,
992
+ "learning_rate": 4.1443850267379683e-07,
993
+ "loss": 0.0039,
994
+ "reward": -0.921875,
995
+ "reward_std": 0.1865234375,
996
+ "rewards/correctness_reward_func": 0.0,
997
+ "rewards/int_reward_func": 0.0,
998
+ "rewards/soft_format_reward_func": 0.0,
999
+ "rewards/strict_format_reward_func": 0.0,
1000
+ "rewards/xmlcount_reward_func": -0.921875,
1001
+ "step": 62
1002
+ },
1003
+ {
1004
+ "completion_length": 271.3333435058594,
1005
+ "epoch": 0.008430349257326376,
1006
+ "grad_norm": 0.11486776173114777,
1007
+ "kl": 0.0005599698051810265,
1008
+ "learning_rate": 4.211229946524065e-07,
1009
+ "loss": -0.0005,
1010
+ "reward": -0.201171875,
1011
+ "reward_std": 0.396484375,
1012
+ "rewards/correctness_reward_func": 0.0,
1013
+ "rewards/int_reward_func": 0.0,
1014
+ "rewards/soft_format_reward_func": 0.0,
1015
+ "rewards/strict_format_reward_func": 0.0,
1016
+ "rewards/xmlcount_reward_func": -0.201171875,
1017
+ "step": 63
1018
+ },
1019
+ {
1020
+ "completion_length": 385.3333435058594,
1021
+ "epoch": 0.008564164324902984,
1022
+ "grad_norm": 0.1193244457244873,
1023
+ "kl": 0.0006926630157977343,
1024
+ "learning_rate": 4.2780748663101604e-07,
1025
+ "loss": 0.0043,
1026
+ "reward": -0.97265625,
1027
+ "reward_std": 0.41015625,
1028
+ "rewards/correctness_reward_func": 0.0,
1029
+ "rewards/int_reward_func": 0.0,
1030
+ "rewards/soft_format_reward_func": 0.0,
1031
+ "rewards/strict_format_reward_func": 0.0,
1032
+ "rewards/xmlcount_reward_func": -0.97265625,
1033
+ "step": 64
1034
+ },
1035
+ {
1036
+ "completion_length": 539.6666870117188,
1037
+ "epoch": 0.008697979392479594,
1038
+ "grad_norm": 0.09389720857143402,
1039
+ "kl": 0.0004780918825417757,
1040
+ "learning_rate": 4.344919786096257e-07,
1041
+ "loss": 0.0052,
1042
+ "reward": -1.234375,
1043
+ "reward_std": 0.373046875,
1044
+ "rewards/correctness_reward_func": 0.0,
1045
+ "rewards/int_reward_func": 0.0,
1046
+ "rewards/soft_format_reward_func": 0.0,
1047
+ "rewards/strict_format_reward_func": 0.0,
1048
+ "rewards/xmlcount_reward_func": -1.234375,
1049
+ "step": 65
1050
+ },
1051
+ {
1052
+ "completion_length": 259.8333435058594,
1053
+ "epoch": 0.008831794460056202,
1054
+ "grad_norm": 0.22691243886947632,
1055
+ "kl": 0.0008878613589331508,
1056
+ "learning_rate": 4.4117647058823536e-07,
1057
+ "loss": -0.0048,
1058
+ "reward": -0.51953125,
1059
+ "reward_std": 0.251953125,
1060
+ "rewards/correctness_reward_func": 0.0,
1061
+ "rewards/int_reward_func": 0.0,
1062
+ "rewards/soft_format_reward_func": 0.0,
1063
+ "rewards/strict_format_reward_func": 0.0,
1064
+ "rewards/xmlcount_reward_func": -0.51953125,
1065
+ "step": 66
1066
+ },
1067
+ {
1068
+ "completion_length": 461.16668701171875,
1069
+ "epoch": 0.008965609527632812,
1070
+ "grad_norm": 0.12113010138273239,
1071
+ "kl": 0.0006317974766716361,
1072
+ "learning_rate": 4.4786096256684497e-07,
1073
+ "loss": -0.0067,
1074
+ "reward": -1.15625,
1075
+ "reward_std": 0.39453125,
1076
+ "rewards/correctness_reward_func": 0.0,
1077
+ "rewards/int_reward_func": 0.0,
1078
+ "rewards/soft_format_reward_func": 0.0,
1079
+ "rewards/strict_format_reward_func": 0.0,
1080
+ "rewards/xmlcount_reward_func": -1.15625,
1081
+ "step": 67
1082
+ },
1083
+ {
1084
+ "completion_length": 399.8333435058594,
1085
+ "epoch": 0.00909942459520942,
1086
+ "grad_norm": 0.1679317206144333,
1087
+ "kl": 0.000584149791393429,
1088
+ "learning_rate": 4.5454545454545457e-07,
1089
+ "loss": -0.0093,
1090
+ "reward": -0.9609375,
1091
+ "reward_std": 0.2060546875,
1092
+ "rewards/correctness_reward_func": 0.0,
1093
+ "rewards/int_reward_func": 0.0,
1094
+ "rewards/soft_format_reward_func": 0.0,
1095
+ "rewards/strict_format_reward_func": 0.0,
1096
+ "rewards/xmlcount_reward_func": -0.9609375,
1097
+ "step": 68
1098
+ },
1099
+ {
1100
+ "completion_length": 381.0,
1101
+ "epoch": 0.00923323966278603,
1102
+ "grad_norm": 0.2019040584564209,
1103
+ "kl": 0.0007442033383995295,
1104
+ "learning_rate": 4.612299465240642e-07,
1105
+ "loss": 0.0034,
1106
+ "reward": -0.63671875,
1107
+ "reward_std": 0.494140625,
1108
+ "rewards/correctness_reward_func": 0.0,
1109
+ "rewards/int_reward_func": 0.0,
1110
+ "rewards/soft_format_reward_func": 0.0,
1111
+ "rewards/strict_format_reward_func": 0.0,
1112
+ "rewards/xmlcount_reward_func": -0.63671875,
1113
+ "step": 69
1114
+ },
1115
+ {
1116
+ "completion_length": 455.5,
1117
+ "epoch": 0.009367054730362638,
1118
+ "grad_norm": 0.09101377427577972,
1119
+ "kl": 0.00046143907820805907,
1120
+ "learning_rate": 4.6791443850267384e-07,
1121
+ "loss": -0.0057,
1122
+ "reward": -1.046875,
1123
+ "reward_std": 0.6328125,
1124
+ "rewards/correctness_reward_func": 0.0,
1125
+ "rewards/int_reward_func": 0.0,
1126
+ "rewards/soft_format_reward_func": 0.0,
1127
+ "rewards/strict_format_reward_func": 0.0,
1128
+ "rewards/xmlcount_reward_func": -1.046875,
1129
+ "step": 70
1130
+ },
1131
+ {
1132
+ "completion_length": 493.8333435058594,
1133
+ "epoch": 0.009500869797939248,
1134
+ "grad_norm": 0.09268555790185928,
1135
+ "kl": 0.00048020537360571325,
1136
+ "learning_rate": 4.745989304812835e-07,
1137
+ "loss": -0.0021,
1138
+ "reward": -1.28125,
1139
+ "reward_std": 0.54296875,
1140
+ "rewards/correctness_reward_func": 0.0,
1141
+ "rewards/int_reward_func": 0.0,
1142
+ "rewards/soft_format_reward_func": 0.0,
1143
+ "rewards/strict_format_reward_func": 0.0,
1144
+ "rewards/xmlcount_reward_func": -1.28125,
1145
+ "step": 71
1146
+ },
1147
+ {
1148
+ "completion_length": 601.6666870117188,
1149
+ "epoch": 0.009634684865515858,
1150
+ "grad_norm": 0.07598231732845306,
1151
+ "kl": 0.0004928440321236849,
1152
+ "learning_rate": 4.812834224598931e-07,
1153
+ "loss": -0.0031,
1154
+ "reward": -1.328125,
1155
+ "reward_std": 0.74609375,
1156
+ "rewards/correctness_reward_func": 0.0,
1157
+ "rewards/int_reward_func": 0.0,
1158
+ "rewards/soft_format_reward_func": 0.0,
1159
+ "rewards/strict_format_reward_func": 0.0,
1160
+ "rewards/xmlcount_reward_func": -1.328125,
1161
+ "step": 72
1162
+ },
1163
+ {
1164
+ "completion_length": 449.16668701171875,
1165
+ "epoch": 0.009768499933092466,
1166
+ "grad_norm": 0.1203397586941719,
1167
+ "kl": 0.0006244009709917009,
1168
+ "learning_rate": 4.879679144385027e-07,
1169
+ "loss": -0.0055,
1170
+ "reward": -1.0703125,
1171
+ "reward_std": 0.474609375,
1172
+ "rewards/correctness_reward_func": 0.0,
1173
+ "rewards/int_reward_func": 0.0,
1174
+ "rewards/soft_format_reward_func": 0.0,
1175
+ "rewards/strict_format_reward_func": 0.0,
1176
+ "rewards/xmlcount_reward_func": -1.0703125,
1177
+ "step": 73
1178
+ },
1179
+ {
1180
+ "completion_length": 499.0,
1181
+ "epoch": 0.009902315000669076,
1182
+ "grad_norm": 0.08029637485742569,
1183
+ "kl": 0.0004115910269320011,
1184
+ "learning_rate": 4.946524064171124e-07,
1185
+ "loss": 0.001,
1186
+ "reward": -1.1953125,
1187
+ "reward_std": 0.5703125,
1188
+ "rewards/correctness_reward_func": 0.0,
1189
+ "rewards/int_reward_func": 0.0,
1190
+ "rewards/soft_format_reward_func": 0.0,
1191
+ "rewards/strict_format_reward_func": 0.0,
1192
+ "rewards/xmlcount_reward_func": -1.1953125,
1193
+ "step": 74
1194
+ },
1195
+ {
1196
+ "completion_length": 318.8333435058594,
1197
+ "epoch": 0.010036130068245684,
1198
+ "grad_norm": 0.10725877434015274,
1199
+ "kl": 0.0005362802767194808,
1200
+ "learning_rate": 5.013368983957219e-07,
1201
+ "loss": -0.0039,
1202
+ "reward": -0.38671875,
1203
+ "reward_std": 0.25390625,
1204
+ "rewards/correctness_reward_func": 0.0,
1205
+ "rewards/int_reward_func": 0.0,
1206
+ "rewards/soft_format_reward_func": 0.0,
1207
+ "rewards/strict_format_reward_func": 0.0,
1208
+ "rewards/xmlcount_reward_func": -0.38671875,
1209
+ "step": 75
1210
+ },
1211
+ {
1212
+ "completion_length": 348.0,
1213
+ "epoch": 0.010169945135822294,
1214
+ "grad_norm": 0.1331893801689148,
1215
+ "kl": 0.0006620581261813641,
1216
+ "learning_rate": 5.080213903743316e-07,
1217
+ "loss": -0.0007,
1218
+ "reward": -0.84765625,
1219
+ "reward_std": 0.486328125,
1220
+ "rewards/correctness_reward_func": 0.0,
1221
+ "rewards/int_reward_func": 0.0,
1222
+ "rewards/soft_format_reward_func": 0.0,
1223
+ "rewards/strict_format_reward_func": 0.0,
1224
+ "rewards/xmlcount_reward_func": -0.84765625,
1225
+ "step": 76
1226
+ },
1227
+ {
1228
+ "completion_length": 456.66668701171875,
1229
+ "epoch": 0.010303760203398902,
1230
+ "grad_norm": 0.10820724815130234,
1231
+ "kl": 0.0007615931099280715,
1232
+ "learning_rate": 5.147058823529412e-07,
1233
+ "loss": 0.0036,
1234
+ "reward": -0.953125,
1235
+ "reward_std": 0.59765625,
1236
+ "rewards/correctness_reward_func": 0.0,
1237
+ "rewards/int_reward_func": 0.0,
1238
+ "rewards/soft_format_reward_func": 0.0,
1239
+ "rewards/strict_format_reward_func": 0.0,
1240
+ "rewards/xmlcount_reward_func": -0.953125,
1241
+ "step": 77
1242
+ },
1243
+ {
1244
+ "completion_length": 335.66668701171875,
1245
+ "epoch": 0.010437575270975512,
1246
+ "grad_norm": 0.13866935670375824,
1247
+ "kl": 0.0005373357562348247,
1248
+ "learning_rate": 5.213903743315508e-07,
1249
+ "loss": 0.0013,
1250
+ "reward": -0.58203125,
1251
+ "reward_std": 0.3359375,
1252
+ "rewards/correctness_reward_func": 0.0,
1253
+ "rewards/int_reward_func": 0.0,
1254
+ "rewards/soft_format_reward_func": 0.0,
1255
+ "rewards/strict_format_reward_func": 0.0,
1256
+ "rewards/xmlcount_reward_func": -0.58203125,
1257
+ "step": 78
1258
+ },
1259
+ {
1260
+ "completion_length": 338.0,
1261
+ "epoch": 0.01057139033855212,
1262
+ "grad_norm": 0.1531476229429245,
1263
+ "kl": 0.000613297161180526,
1264
+ "learning_rate": 5.280748663101604e-07,
1265
+ "loss": -0.0006,
1266
+ "reward": -0.6875,
1267
+ "reward_std": 0.380859375,
1268
+ "rewards/correctness_reward_func": 0.0,
1269
+ "rewards/int_reward_func": 0.0,
1270
+ "rewards/soft_format_reward_func": 0.0,
1271
+ "rewards/strict_format_reward_func": 0.0,
1272
+ "rewards/xmlcount_reward_func": -0.6875,
1273
+ "step": 79
1274
+ },
1275
+ {
1276
+ "completion_length": 323.8333435058594,
1277
+ "epoch": 0.01070520540612873,
1278
+ "grad_norm": 0.11174651980400085,
1279
+ "kl": 0.00048220629105344415,
1280
+ "learning_rate": 5.347593582887701e-07,
1281
+ "loss": 0.0042,
1282
+ "reward": -0.5546875,
1283
+ "reward_std": 0.099609375,
1284
+ "rewards/correctness_reward_func": 0.0,
1285
+ "rewards/int_reward_func": 0.0,
1286
+ "rewards/soft_format_reward_func": 0.0,
1287
+ "rewards/strict_format_reward_func": 0.0,
1288
+ "rewards/xmlcount_reward_func": -0.5546875,
1289
+ "step": 80
1290
+ },
1291
+ {
1292
+ "completion_length": 425.0,
1293
+ "epoch": 0.010839020473705338,
1294
+ "grad_norm": 0.06810642778873444,
1295
+ "kl": 0.0002865367860067636,
1296
+ "learning_rate": 5.414438502673798e-07,
1297
+ "loss": 0.0087,
1298
+ "reward": -0.921875,
1299
+ "reward_std": 0.1455078125,
1300
+ "rewards/correctness_reward_func": 0.0,
1301
+ "rewards/int_reward_func": 0.0,
1302
+ "rewards/soft_format_reward_func": 0.0,
1303
+ "rewards/strict_format_reward_func": 0.0,
1304
+ "rewards/xmlcount_reward_func": -0.921875,
1305
+ "step": 81
1306
+ },
1307
+ {
1308
+ "completion_length": 356.0,
1309
+ "epoch": 0.010972835541281948,
1310
+ "grad_norm": 0.12943901121616364,
1311
+ "kl": 0.0005909207975491881,
1312
+ "learning_rate": 5.481283422459894e-07,
1313
+ "loss": -0.0014,
1314
+ "reward": -0.80078125,
1315
+ "reward_std": 0.2373046875,
1316
+ "rewards/correctness_reward_func": 0.0,
1317
+ "rewards/int_reward_func": 0.0,
1318
+ "rewards/soft_format_reward_func": 0.0,
1319
+ "rewards/strict_format_reward_func": 0.0,
1320
+ "rewards/xmlcount_reward_func": -0.80078125,
1321
+ "step": 82
1322
+ },
1323
+ {
1324
+ "completion_length": 408.66668701171875,
1325
+ "epoch": 0.011106650608858558,
1326
+ "grad_norm": 0.10401128232479095,
1327
+ "kl": 0.0005684032803401351,
1328
+ "learning_rate": 5.54812834224599e-07,
1329
+ "loss": 0.0067,
1330
+ "reward": -0.828125,
1331
+ "reward_std": 0.279296875,
1332
+ "rewards/correctness_reward_func": 0.0,
1333
+ "rewards/int_reward_func": 0.0,
1334
+ "rewards/soft_format_reward_func": 0.0,
1335
+ "rewards/strict_format_reward_func": 0.0,
1336
+ "rewards/xmlcount_reward_func": -0.828125,
1337
+ "step": 83
1338
+ },
1339
+ {
1340
+ "completion_length": 365.5,
1341
+ "epoch": 0.011240465676435166,
1342
+ "grad_norm": 0.11247576773166656,
1343
+ "kl": 0.0005961977876722813,
1344
+ "learning_rate": 5.614973262032086e-07,
1345
+ "loss": 0.0049,
1346
+ "reward": -0.7890625,
1347
+ "reward_std": 0.43359375,
1348
+ "rewards/correctness_reward_func": 0.0,
1349
+ "rewards/int_reward_func": 0.0,
1350
+ "rewards/soft_format_reward_func": 0.0,
1351
+ "rewards/strict_format_reward_func": 0.0,
1352
+ "rewards/xmlcount_reward_func": -0.7890625,
1353
+ "step": 84
1354
+ },
1355
+ {
1356
+ "completion_length": 373.16668701171875,
1357
+ "epoch": 0.011374280744011776,
1358
+ "grad_norm": 0.13172324001789093,
1359
+ "kl": 0.0006587211973965168,
1360
+ "learning_rate": 5.681818181818182e-07,
1361
+ "loss": 0.0,
1362
+ "reward": -0.92578125,
1363
+ "reward_std": 0.4296875,
1364
+ "rewards/correctness_reward_func": 0.0,
1365
+ "rewards/int_reward_func": 0.0,
1366
+ "rewards/soft_format_reward_func": 0.0,
1367
+ "rewards/strict_format_reward_func": 0.0,
1368
+ "rewards/xmlcount_reward_func": -0.92578125,
1369
+ "step": 85
1370
+ },
1371
+ {
1372
+ "completion_length": 463.16668701171875,
1373
+ "epoch": 0.011508095811588384,
1374
+ "grad_norm": 0.0999283418059349,
1375
+ "kl": 0.0005339820636436343,
1376
+ "learning_rate": 5.748663101604279e-07,
1377
+ "loss": -0.0073,
1378
+ "reward": -1.1640625,
1379
+ "reward_std": 0.478515625,
1380
+ "rewards/correctness_reward_func": 0.0,
1381
+ "rewards/int_reward_func": 0.0,
1382
+ "rewards/soft_format_reward_func": 0.0,
1383
+ "rewards/strict_format_reward_func": 0.0,
1384
+ "rewards/xmlcount_reward_func": -1.1640625,
1385
+ "step": 86
1386
+ },
1387
+ {
1388
+ "completion_length": 346.16668701171875,
1389
+ "epoch": 0.011641910879164994,
1390
+ "grad_norm": 0.1427423655986786,
1391
+ "kl": 0.0005965695017948747,
1392
+ "learning_rate": 5.815508021390375e-07,
1393
+ "loss": 0.0052,
1394
+ "reward": -0.86328125,
1395
+ "reward_std": 0.36328125,
1396
+ "rewards/correctness_reward_func": 0.0,
1397
+ "rewards/int_reward_func": 0.0,
1398
+ "rewards/soft_format_reward_func": 0.0,
1399
+ "rewards/strict_format_reward_func": 0.0,
1400
+ "rewards/xmlcount_reward_func": -0.86328125,
1401
+ "step": 87
1402
+ },
1403
+ {
1404
+ "completion_length": 464.3333435058594,
1405
+ "epoch": 0.011775725946741603,
1406
+ "grad_norm": 0.09077266603708267,
1407
+ "kl": 0.0005941446870565414,
1408
+ "learning_rate": 5.882352941176471e-07,
1409
+ "loss": -0.0034,
1410
+ "reward": -0.96875,
1411
+ "reward_std": 0.3203125,
1412
+ "rewards/correctness_reward_func": 0.0,
1413
+ "rewards/int_reward_func": 0.0,
1414
+ "rewards/soft_format_reward_func": 0.0,
1415
+ "rewards/strict_format_reward_func": 0.0,
1416
+ "rewards/xmlcount_reward_func": -0.96875,
1417
+ "step": 88
1418
+ },
1419
+ {
1420
+ "completion_length": 444.3333435058594,
1421
+ "epoch": 0.011909541014318212,
1422
+ "grad_norm": 0.11555906385183334,
1423
+ "kl": 0.0005076751112937927,
1424
+ "learning_rate": 5.949197860962567e-07,
1425
+ "loss": 0.0,
1426
+ "reward": -0.98046875,
1427
+ "reward_std": 0.3828125,
1428
+ "rewards/correctness_reward_func": 0.0,
1429
+ "rewards/int_reward_func": 0.0,
1430
+ "rewards/soft_format_reward_func": 0.0,
1431
+ "rewards/strict_format_reward_func": 0.0,
1432
+ "rewards/xmlcount_reward_func": -0.98046875,
1433
+ "step": 89
1434
+ },
1435
+ {
1436
+ "completion_length": 381.66668701171875,
1437
+ "epoch": 0.01204335608189482,
1438
+ "grad_norm": 0.11006759107112885,
1439
+ "kl": 0.0005213702679611742,
1440
+ "learning_rate": 6.016042780748663e-07,
1441
+ "loss": -0.0019,
1442
+ "reward": -0.8125,
1443
+ "reward_std": 0.51171875,
1444
+ "rewards/correctness_reward_func": 0.0,
1445
+ "rewards/int_reward_func": 0.0,
1446
+ "rewards/soft_format_reward_func": 0.0,
1447
+ "rewards/strict_format_reward_func": 0.0,
1448
+ "rewards/xmlcount_reward_func": -0.8125,
1449
+ "step": 90
1450
+ },
1451
+ {
1452
+ "completion_length": 586.6666870117188,
1453
+ "epoch": 0.01217717114947143,
1454
+ "grad_norm": 0.0977427214384079,
1455
+ "kl": 0.0004677172692026943,
1456
+ "learning_rate": 6.08288770053476e-07,
1457
+ "loss": 0.0059,
1458
+ "reward": -1.2265625,
1459
+ "reward_std": 0.5703125,
1460
+ "rewards/correctness_reward_func": 0.0,
1461
+ "rewards/int_reward_func": 0.0,
1462
+ "rewards/soft_format_reward_func": 0.0,
1463
+ "rewards/strict_format_reward_func": 0.0,
1464
+ "rewards/xmlcount_reward_func": -1.2265625,
1465
+ "step": 91
1466
+ },
1467
+ {
1468
+ "completion_length": 523.5,
1469
+ "epoch": 0.01231098621704804,
1470
+ "grad_norm": 0.14523504674434662,
1471
+ "kl": 0.0007363607874140143,
1472
+ "learning_rate": 6.149732620320856e-07,
1473
+ "loss": -0.0029,
1474
+ "reward": -1.484375,
1475
+ "reward_std": 0.828125,
1476
+ "rewards/correctness_reward_func": 0.0,
1477
+ "rewards/int_reward_func": 0.0,
1478
+ "rewards/soft_format_reward_func": 0.0,
1479
+ "rewards/strict_format_reward_func": 0.0,
1480
+ "rewards/xmlcount_reward_func": -1.484375,
1481
+ "step": 92
1482
+ },
1483
+ {
1484
+ "completion_length": 452.5,
1485
+ "epoch": 0.012444801284624649,
1486
+ "grad_norm": 0.11730131506919861,
1487
+ "kl": 0.0004316701088100672,
1488
+ "learning_rate": 6.216577540106952e-07,
1489
+ "loss": 0.0008,
1490
+ "reward": -1.328125,
1491
+ "reward_std": 0.82421875,
1492
+ "rewards/correctness_reward_func": 0.0,
1493
+ "rewards/int_reward_func": 0.0,
1494
+ "rewards/soft_format_reward_func": 0.0,
1495
+ "rewards/strict_format_reward_func": 0.0,
1496
+ "rewards/xmlcount_reward_func": -1.328125,
1497
+ "step": 93
1498
+ },
1499
+ {
1500
+ "completion_length": 471.66668701171875,
1501
+ "epoch": 0.012578616352201259,
1502
+ "grad_norm": 0.12073160707950592,
1503
+ "kl": 0.000504339870531112,
1504
+ "learning_rate": 6.283422459893049e-07,
1505
+ "loss": 0.0029,
1506
+ "reward": -1.1796875,
1507
+ "reward_std": 0.40625,
1508
+ "rewards/correctness_reward_func": 0.0,
1509
+ "rewards/int_reward_func": 0.0,
1510
+ "rewards/soft_format_reward_func": 0.0,
1511
+ "rewards/strict_format_reward_func": 0.0,
1512
+ "rewards/xmlcount_reward_func": -1.1796875,
1513
+ "step": 94
1514
+ },
1515
+ {
1516
+ "completion_length": 291.66668701171875,
1517
+ "epoch": 0.012712431419777867,
1518
+ "grad_norm": 0.17788150906562805,
1519
+ "kl": 0.0006855755927972496,
1520
+ "learning_rate": 6.350267379679146e-07,
1521
+ "loss": -0.0016,
1522
+ "reward": -0.494140625,
1523
+ "reward_std": 0.26171875,
1524
+ "rewards/correctness_reward_func": 0.0,
1525
+ "rewards/int_reward_func": 0.0,
1526
+ "rewards/soft_format_reward_func": 0.0,
1527
+ "rewards/strict_format_reward_func": 0.0,
1528
+ "rewards/xmlcount_reward_func": -0.494140625,
1529
+ "step": 95
1530
+ },
1531
+ {
1532
+ "completion_length": 411.8333435058594,
1533
+ "epoch": 0.012846246487354477,
1534
+ "grad_norm": 0.08730936795473099,
1535
+ "kl": 0.00039596876013092697,
1536
+ "learning_rate": 6.417112299465242e-07,
1537
+ "loss": 0.0014,
1538
+ "reward": -0.890625,
1539
+ "reward_std": 0.498046875,
1540
+ "rewards/correctness_reward_func": 0.0,
1541
+ "rewards/int_reward_func": 0.0,
1542
+ "rewards/soft_format_reward_func": 0.0,
1543
+ "rewards/strict_format_reward_func": 0.0,
1544
+ "rewards/xmlcount_reward_func": -0.890625,
1545
+ "step": 96
1546
+ },
1547
+ {
1548
+ "completion_length": 376.5,
1549
+ "epoch": 0.012980061554931085,
1550
+ "grad_norm": 0.09182324260473251,
1551
+ "kl": 0.0004653404466807842,
1552
+ "learning_rate": 6.483957219251337e-07,
1553
+ "loss": -0.0036,
1554
+ "reward": -0.73828125,
1555
+ "reward_std": 0.33203125,
1556
+ "rewards/correctness_reward_func": 0.0,
1557
+ "rewards/int_reward_func": 0.0,
1558
+ "rewards/soft_format_reward_func": 0.0,
1559
+ "rewards/strict_format_reward_func": 0.0,
1560
+ "rewards/xmlcount_reward_func": -0.73828125,
1561
+ "step": 97
1562
+ },
1563
+ {
1564
+ "completion_length": 395.66668701171875,
1565
+ "epoch": 0.013113876622507695,
1566
+ "grad_norm": 0.12949968874454498,
1567
+ "kl": 0.0005730512784793973,
1568
+ "learning_rate": 6.550802139037434e-07,
1569
+ "loss": -0.0027,
1570
+ "reward": -0.8359375,
1571
+ "reward_std": 0.49609375,
1572
+ "rewards/correctness_reward_func": 0.0,
1573
+ "rewards/int_reward_func": 0.0,
1574
+ "rewards/soft_format_reward_func": 0.0,
1575
+ "rewards/strict_format_reward_func": 0.0,
1576
+ "rewards/xmlcount_reward_func": -0.8359375,
1577
+ "step": 98
1578
+ },
1579
+ {
1580
+ "completion_length": 600.0,
1581
+ "epoch": 0.013247691690084303,
1582
+ "grad_norm": 0.08795811235904694,
1583
+ "kl": 0.000673401344101876,
1584
+ "learning_rate": 6.61764705882353e-07,
1585
+ "loss": 0.0018,
1586
+ "reward": -1.78125,
1587
+ "reward_std": 0.5078125,
1588
+ "rewards/correctness_reward_func": 0.0,
1589
+ "rewards/int_reward_func": 0.0,
1590
+ "rewards/soft_format_reward_func": 0.0,
1591
+ "rewards/strict_format_reward_func": 0.0,
1592
+ "rewards/xmlcount_reward_func": -1.78125,
1593
+ "step": 99
1594
+ },
1595
+ {
1596
+ "completion_length": 468.0,
1597
+ "epoch": 0.013381506757660913,
1598
+ "grad_norm": 0.1182761937379837,
1599
+ "kl": 0.0005245240754447877,
1600
+ "learning_rate": 6.684491978609627e-07,
1601
+ "loss": 0.0088,
1602
+ "reward": -1.234375,
1603
+ "reward_std": 0.4296875,
1604
+ "rewards/correctness_reward_func": 0.0,
1605
+ "rewards/int_reward_func": 0.0,
1606
+ "rewards/soft_format_reward_func": 0.0,
1607
+ "rewards/strict_format_reward_func": 0.0,
1608
+ "rewards/xmlcount_reward_func": -1.234375,
1609
+ "step": 100
1610
+ },
1611
+ {
1612
+ "completion_length": 429.8333435058594,
1613
+ "epoch": 0.013515321825237521,
1614
+ "grad_norm": 0.10523517429828644,
1615
+ "kl": 0.0004888825351372361,
1616
+ "learning_rate": 6.751336898395723e-07,
1617
+ "loss": 0.0049,
1618
+ "reward": -0.8671875,
1619
+ "reward_std": 0.36328125,
1620
+ "rewards/correctness_reward_func": 0.0,
1621
+ "rewards/int_reward_func": 0.0,
1622
+ "rewards/soft_format_reward_func": 0.0,
1623
+ "rewards/strict_format_reward_func": 0.0,
1624
+ "rewards/xmlcount_reward_func": -0.8671875,
1625
+ "step": 101
1626
+ },
1627
+ {
1628
+ "completion_length": 350.16668701171875,
1629
+ "epoch": 0.01364913689281413,
1630
+ "grad_norm": 0.1099957525730133,
1631
+ "kl": 0.0004989251610822976,
1632
+ "learning_rate": 6.818181818181818e-07,
1633
+ "loss": -0.0032,
1634
+ "reward": -0.6171875,
1635
+ "reward_std": 0.2275390625,
1636
+ "rewards/correctness_reward_func": 0.0,
1637
+ "rewards/int_reward_func": 0.0,
1638
+ "rewards/soft_format_reward_func": 0.0,
1639
+ "rewards/strict_format_reward_func": 0.0,
1640
+ "rewards/xmlcount_reward_func": -0.6171875,
1641
+ "step": 102
1642
+ },
1643
+ {
1644
+ "completion_length": 492.0,
1645
+ "epoch": 0.01378295196039074,
1646
+ "grad_norm": 0.096939817070961,
1647
+ "kl": 0.0006083787302486598,
1648
+ "learning_rate": 6.885026737967915e-07,
1649
+ "loss": -0.0012,
1650
+ "reward": -0.84765625,
1651
+ "reward_std": 0.5078125,
1652
+ "rewards/correctness_reward_func": 0.0,
1653
+ "rewards/int_reward_func": 0.0,
1654
+ "rewards/soft_format_reward_func": 0.0,
1655
+ "rewards/strict_format_reward_func": 0.0,
1656
+ "rewards/xmlcount_reward_func": -0.84765625,
1657
+ "step": 103
1658
+ },
1659
+ {
1660
+ "completion_length": 520.8333740234375,
1661
+ "epoch": 0.013916767027967349,
1662
+ "grad_norm": 0.09864147007465363,
1663
+ "kl": 0.0004971123998984694,
1664
+ "learning_rate": 6.951871657754011e-07,
1665
+ "loss": 0.0051,
1666
+ "reward": -1.1796875,
1667
+ "reward_std": 0.341796875,
1668
+ "rewards/correctness_reward_func": 0.0,
1669
+ "rewards/int_reward_func": 0.0,
1670
+ "rewards/soft_format_reward_func": 0.0,
1671
+ "rewards/strict_format_reward_func": 0.0,
1672
+ "rewards/xmlcount_reward_func": -1.1796875,
1673
+ "step": 104
1674
+ },
1675
+ {
1676
+ "completion_length": 528.0,
1677
+ "epoch": 0.014050582095543959,
1678
+ "grad_norm": 0.08159384876489639,
1679
+ "kl": 0.0003954106941819191,
1680
+ "learning_rate": 7.018716577540107e-07,
1681
+ "loss": 0.013,
1682
+ "reward": -1.265625,
1683
+ "reward_std": 0.25390625,
1684
+ "rewards/correctness_reward_func": 0.0,
1685
+ "rewards/int_reward_func": 0.0,
1686
+ "rewards/soft_format_reward_func": 0.0,
1687
+ "rewards/strict_format_reward_func": 0.0,
1688
+ "rewards/xmlcount_reward_func": -1.265625,
1689
+ "step": 105
1690
+ },
1691
+ {
1692
+ "completion_length": 357.5,
1693
+ "epoch": 0.014184397163120567,
1694
+ "grad_norm": 0.103823222219944,
1695
+ "kl": 0.0004869327531196177,
1696
+ "learning_rate": 7.085561497326204e-07,
1697
+ "loss": 0.0014,
1698
+ "reward": -0.859375,
1699
+ "reward_std": 0.470703125,
1700
+ "rewards/correctness_reward_func": 0.0,
1701
+ "rewards/int_reward_func": 0.0,
1702
+ "rewards/soft_format_reward_func": 0.0,
1703
+ "rewards/strict_format_reward_func": 0.0,
1704
+ "rewards/xmlcount_reward_func": -0.859375,
1705
+ "step": 106
1706
+ },
1707
+ {
1708
+ "completion_length": 475.5,
1709
+ "epoch": 0.014318212230697177,
1710
+ "grad_norm": 0.0782044380903244,
1711
+ "kl": 0.0005046841688454151,
1712
+ "learning_rate": 7.152406417112299e-07,
1713
+ "loss": 0.0,
1714
+ "reward": -1.1484375,
1715
+ "reward_std": 0.4375,
1716
+ "rewards/correctness_reward_func": 0.0,
1717
+ "rewards/int_reward_func": 0.0,
1718
+ "rewards/soft_format_reward_func": 0.0,
1719
+ "rewards/strict_format_reward_func": 0.0,
1720
+ "rewards/xmlcount_reward_func": -1.1484375,
1721
+ "step": 107
1722
+ },
1723
+ {
1724
+ "completion_length": 467.5,
1725
+ "epoch": 0.014452027298273785,
1726
+ "grad_norm": 0.09171518683433533,
1727
+ "kl": 0.0005273159476928413,
1728
+ "learning_rate": 7.219251336898397e-07,
1729
+ "loss": -0.0036,
1730
+ "reward": -0.921875,
1731
+ "reward_std": 0.4140625,
1732
+ "rewards/correctness_reward_func": 0.0,
1733
+ "rewards/int_reward_func": 0.0,
1734
+ "rewards/soft_format_reward_func": 0.0,
1735
+ "rewards/strict_format_reward_func": 0.0,
1736
+ "rewards/xmlcount_reward_func": -0.921875,
1737
+ "step": 108
1738
+ },
1739
+ {
1740
+ "completion_length": 461.16668701171875,
1741
+ "epoch": 0.014585842365850395,
1742
+ "grad_norm": 0.09841100871562958,
1743
+ "kl": 0.0006487583741545677,
1744
+ "learning_rate": 7.286096256684493e-07,
1745
+ "loss": 0.0033,
1746
+ "reward": -0.875,
1747
+ "reward_std": 0.3671875,
1748
+ "rewards/correctness_reward_func": 0.0,
1749
+ "rewards/int_reward_func": 0.0,
1750
+ "rewards/soft_format_reward_func": 0.0,
1751
+ "rewards/strict_format_reward_func": 0.0,
1752
+ "rewards/xmlcount_reward_func": -0.875,
1753
+ "step": 109
1754
+ },
1755
+ {
1756
+ "completion_length": 358.5,
1757
+ "epoch": 0.014719657433427003,
1758
+ "grad_norm": 0.13746988773345947,
1759
+ "kl": 0.0004324812616687268,
1760
+ "learning_rate": 7.352941176470589e-07,
1761
+ "loss": 0.0025,
1762
+ "reward": -0.68359375,
1763
+ "reward_std": 0.279296875,
1764
+ "rewards/correctness_reward_func": 0.0,
1765
+ "rewards/int_reward_func": 0.0,
1766
+ "rewards/soft_format_reward_func": 0.0,
1767
+ "rewards/strict_format_reward_func": 0.0,
1768
+ "rewards/xmlcount_reward_func": -0.68359375,
1769
+ "step": 110
1770
+ },
1771
+ {
1772
+ "completion_length": 559.5,
1773
+ "epoch": 0.014853472501003613,
1774
+ "grad_norm": 0.08793191611766815,
1775
+ "kl": 0.0005514743970707059,
1776
+ "learning_rate": 7.419786096256686e-07,
1777
+ "loss": 0.0003,
1778
+ "reward": -1.5546875,
1779
+ "reward_std": 0.404296875,
1780
+ "rewards/correctness_reward_func": 0.0,
1781
+ "rewards/int_reward_func": 0.0,
1782
+ "rewards/soft_format_reward_func": 0.0,
1783
+ "rewards/strict_format_reward_func": 0.0,
1784
+ "rewards/xmlcount_reward_func": -1.5546875,
1785
+ "step": 111
1786
+ },
1787
+ {
1788
+ "completion_length": 396.66668701171875,
1789
+ "epoch": 0.014987287568580221,
1790
+ "grad_norm": 0.10710439831018448,
1791
+ "kl": 0.0004422089259605855,
1792
+ "learning_rate": 7.486631016042781e-07,
1793
+ "loss": -0.0019,
1794
+ "reward": -0.87109375,
1795
+ "reward_std": 0.265625,
1796
+ "rewards/correctness_reward_func": 0.0,
1797
+ "rewards/int_reward_func": 0.0,
1798
+ "rewards/soft_format_reward_func": 0.0,
1799
+ "rewards/strict_format_reward_func": 0.0,
1800
+ "rewards/xmlcount_reward_func": -0.87109375,
1801
+ "step": 112
1802
+ },
1803
+ {
1804
+ "completion_length": 474.5,
1805
+ "epoch": 0.015121102636156831,
1806
+ "grad_norm": 0.09523480385541916,
1807
+ "kl": 0.00043510389514267445,
1808
+ "learning_rate": 7.553475935828877e-07,
1809
+ "loss": -0.0029,
1810
+ "reward": -0.94921875,
1811
+ "reward_std": 0.376953125,
1812
+ "rewards/correctness_reward_func": 0.0,
1813
+ "rewards/int_reward_func": 0.0,
1814
+ "rewards/soft_format_reward_func": 0.0,
1815
+ "rewards/strict_format_reward_func": 0.0,
1816
+ "rewards/xmlcount_reward_func": -0.94921875,
1817
+ "step": 113
1818
+ },
1819
+ {
1820
+ "completion_length": 385.8333435058594,
1821
+ "epoch": 0.015254917703733441,
1822
+ "grad_norm": 0.11645786464214325,
1823
+ "kl": 0.0005059984978288412,
1824
+ "learning_rate": 7.620320855614974e-07,
1825
+ "loss": -0.001,
1826
+ "reward": -0.8671875,
1827
+ "reward_std": 0.4921875,
1828
+ "rewards/correctness_reward_func": 0.0,
1829
+ "rewards/int_reward_func": 0.0,
1830
+ "rewards/soft_format_reward_func": 0.0,
1831
+ "rewards/strict_format_reward_func": 0.0,
1832
+ "rewards/xmlcount_reward_func": -0.8671875,
1833
+ "step": 114
1834
+ },
1835
+ {
1836
+ "completion_length": 380.16668701171875,
1837
+ "epoch": 0.01538873277131005,
1838
+ "grad_norm": 0.14121747016906738,
1839
+ "kl": 0.00044106499990448356,
1840
+ "learning_rate": 7.68716577540107e-07,
1841
+ "loss": 0.0038,
1842
+ "reward": -0.703125,
1843
+ "reward_std": 0.41796875,
1844
+ "rewards/correctness_reward_func": 0.0,
1845
+ "rewards/int_reward_func": 0.0,
1846
+ "rewards/soft_format_reward_func": 0.0,
1847
+ "rewards/strict_format_reward_func": 0.0,
1848
+ "rewards/xmlcount_reward_func": -0.703125,
1849
+ "step": 115
1850
+ },
1851
+ {
1852
+ "completion_length": 481.0,
1853
+ "epoch": 0.01552254783888666,
1854
+ "grad_norm": 0.10021474212408066,
1855
+ "kl": 0.0005236791330389678,
1856
+ "learning_rate": 7.754010695187167e-07,
1857
+ "loss": -0.0135,
1858
+ "reward": -1.09375,
1859
+ "reward_std": 0.291015625,
1860
+ "rewards/correctness_reward_func": 0.0,
1861
+ "rewards/int_reward_func": 0.0,
1862
+ "rewards/soft_format_reward_func": 0.0,
1863
+ "rewards/strict_format_reward_func": 0.0,
1864
+ "rewards/xmlcount_reward_func": -1.09375,
1865
+ "step": 116
1866
+ },
1867
+ {
1868
+ "completion_length": 662.0,
1869
+ "epoch": 0.01565636290646327,
1870
+ "grad_norm": 0.08310368657112122,
1871
+ "kl": 0.0005542068392969668,
1872
+ "learning_rate": 7.820855614973262e-07,
1873
+ "loss": 0.0026,
1874
+ "reward": -1.6015625,
1875
+ "reward_std": 0.6328125,
1876
+ "rewards/correctness_reward_func": 0.0,
1877
+ "rewards/int_reward_func": 0.0,
1878
+ "rewards/soft_format_reward_func": 0.0,
1879
+ "rewards/strict_format_reward_func": 0.0,
1880
+ "rewards/xmlcount_reward_func": -1.6015625,
1881
+ "step": 117
1882
+ },
1883
+ {
1884
+ "completion_length": 469.3333435058594,
1885
+ "epoch": 0.015790177974039876,
1886
+ "grad_norm": 0.08709719032049179,
1887
+ "kl": 0.000453361077234149,
1888
+ "learning_rate": 7.887700534759358e-07,
1889
+ "loss": 0.0008,
1890
+ "reward": -1.140625,
1891
+ "reward_std": 0.484375,
1892
+ "rewards/correctness_reward_func": 0.0,
1893
+ "rewards/int_reward_func": 0.0,
1894
+ "rewards/soft_format_reward_func": 0.0,
1895
+ "rewards/strict_format_reward_func": 0.0,
1896
+ "rewards/xmlcount_reward_func": -1.140625,
1897
+ "step": 118
1898
+ },
1899
+ {
1900
+ "completion_length": 397.16668701171875,
1901
+ "epoch": 0.015923993041616485,
1902
+ "grad_norm": 0.11706002801656723,
1903
+ "kl": 0.0006737220101058483,
1904
+ "learning_rate": 7.954545454545455e-07,
1905
+ "loss": 0.0036,
1906
+ "reward": -0.51953125,
1907
+ "reward_std": 0.4453125,
1908
+ "rewards/correctness_reward_func": 0.0,
1909
+ "rewards/int_reward_func": 0.0,
1910
+ "rewards/soft_format_reward_func": 0.0,
1911
+ "rewards/strict_format_reward_func": 0.0,
1912
+ "rewards/xmlcount_reward_func": -0.51953125,
1913
+ "step": 119
1914
+ },
1915
+ {
1916
+ "completion_length": 431.0,
1917
+ "epoch": 0.016057808109193095,
1918
+ "grad_norm": 0.12378671020269394,
1919
+ "kl": 0.0005190541851334274,
1920
+ "learning_rate": 8.021390374331551e-07,
1921
+ "loss": -0.0026,
1922
+ "reward": -1.0859375,
1923
+ "reward_std": 0.5390625,
1924
+ "rewards/correctness_reward_func": 0.0,
1925
+ "rewards/int_reward_func": 0.0,
1926
+ "rewards/soft_format_reward_func": 0.0,
1927
+ "rewards/strict_format_reward_func": 0.0,
1928
+ "rewards/xmlcount_reward_func": -1.0859375,
1929
+ "step": 120
1930
+ },
1931
+ {
1932
+ "completion_length": 585.8333740234375,
1933
+ "epoch": 0.016191623176769705,
1934
+ "grad_norm": 0.06980501115322113,
1935
+ "kl": 0.0005238899611867964,
1936
+ "learning_rate": 8.088235294117648e-07,
1937
+ "loss": -0.0045,
1938
+ "reward": -1.6796875,
1939
+ "reward_std": 0.275390625,
1940
+ "rewards/correctness_reward_func": 0.0,
1941
+ "rewards/int_reward_func": 0.0,
1942
+ "rewards/soft_format_reward_func": 0.0,
1943
+ "rewards/strict_format_reward_func": 0.0,
1944
+ "rewards/xmlcount_reward_func": -1.6796875,
1945
+ "step": 121
1946
+ },
1947
+ {
1948
+ "completion_length": 289.8333435058594,
1949
+ "epoch": 0.01632543824434631,
1950
+ "grad_norm": 0.15975068509578705,
1951
+ "kl": 0.0007231835625134408,
1952
+ "learning_rate": 8.155080213903745e-07,
1953
+ "loss": -0.0021,
1954
+ "reward": -0.482421875,
1955
+ "reward_std": 0.318359375,
1956
+ "rewards/correctness_reward_func": 0.0,
1957
+ "rewards/int_reward_func": 0.0,
1958
+ "rewards/soft_format_reward_func": 0.0,
1959
+ "rewards/strict_format_reward_func": 0.0,
1960
+ "rewards/xmlcount_reward_func": -0.482421875,
1961
+ "step": 122
1962
+ },
1963
+ {
1964
+ "completion_length": 507.3333435058594,
1965
+ "epoch": 0.01645925331192292,
1966
+ "grad_norm": 0.11071807146072388,
1967
+ "kl": 0.0004386794753372669,
1968
+ "learning_rate": 8.22192513368984e-07,
1969
+ "loss": -0.0013,
1970
+ "reward": -0.88671875,
1971
+ "reward_std": 0.5703125,
1972
+ "rewards/correctness_reward_func": 0.0,
1973
+ "rewards/int_reward_func": 0.0,
1974
+ "rewards/soft_format_reward_func": 0.0,
1975
+ "rewards/strict_format_reward_func": 0.0,
1976
+ "rewards/xmlcount_reward_func": -0.88671875,
1977
+ "step": 123
1978
+ },
1979
+ {
1980
+ "completion_length": 577.0,
1981
+ "epoch": 0.01659306837949953,
1982
+ "grad_norm": 0.06843210011720657,
1983
+ "kl": 0.0004015905724372715,
1984
+ "learning_rate": 8.288770053475937e-07,
1985
+ "loss": -0.0058,
1986
+ "reward": -1.2734375,
1987
+ "reward_std": 0.349609375,
1988
+ "rewards/correctness_reward_func": 0.0,
1989
+ "rewards/int_reward_func": 0.0,
1990
+ "rewards/soft_format_reward_func": 0.0,
1991
+ "rewards/strict_format_reward_func": 0.0,
1992
+ "rewards/xmlcount_reward_func": -1.2734375,
1993
+ "step": 124
1994
+ },
1995
+ {
1996
+ "completion_length": 485.3333435058594,
1997
+ "epoch": 0.01672688344707614,
1998
+ "grad_norm": 0.11638530343770981,
1999
+ "kl": 0.000609593465924263,
2000
+ "learning_rate": 8.355614973262033e-07,
2001
+ "loss": -0.0047,
2002
+ "reward": -1.15625,
2003
+ "reward_std": 0.33984375,
2004
+ "rewards/correctness_reward_func": 0.0,
2005
+ "rewards/int_reward_func": 0.0,
2006
+ "rewards/soft_format_reward_func": 0.0,
2007
+ "rewards/strict_format_reward_func": 0.0,
2008
+ "rewards/xmlcount_reward_func": -1.15625,
2009
+ "step": 125
2010
+ },
2011
+ {
2012
+ "completion_length": 449.8333435058594,
2013
+ "epoch": 0.01686069851465275,
2014
+ "grad_norm": 0.06978274881839752,
2015
+ "kl": 0.00046619633212685585,
2016
+ "learning_rate": 8.42245989304813e-07,
2017
+ "loss": -0.0045,
2018
+ "reward": -0.875,
2019
+ "reward_std": 0.2734375,
2020
+ "rewards/correctness_reward_func": 0.0,
2021
+ "rewards/int_reward_func": 0.0,
2022
+ "rewards/soft_format_reward_func": 0.0,
2023
+ "rewards/strict_format_reward_func": 0.0,
2024
+ "rewards/xmlcount_reward_func": -0.875,
2025
+ "step": 126
2026
+ },
2027
+ {
2028
+ "completion_length": 358.8333435058594,
2029
+ "epoch": 0.016994513582229358,
2030
+ "grad_norm": 0.12115911394357681,
2031
+ "kl": 0.0006228546844795346,
2032
+ "learning_rate": 8.489304812834226e-07,
2033
+ "loss": 0.0012,
2034
+ "reward": -0.80078125,
2035
+ "reward_std": 0.2158203125,
2036
+ "rewards/correctness_reward_func": 0.0,
2037
+ "rewards/int_reward_func": 0.0,
2038
+ "rewards/soft_format_reward_func": 0.0,
2039
+ "rewards/strict_format_reward_func": 0.0,
2040
+ "rewards/xmlcount_reward_func": -0.80078125,
2041
+ "step": 127
2042
+ },
2043
+ {
2044
+ "completion_length": 340.8333435058594,
2045
+ "epoch": 0.017128328649805968,
2046
+ "grad_norm": 0.1330835521221161,
2047
+ "kl": 0.0006046565249562263,
2048
+ "learning_rate": 8.556149732620321e-07,
2049
+ "loss": 0.001,
2050
+ "reward": -0.75,
2051
+ "reward_std": 0.2421875,
2052
+ "rewards/correctness_reward_func": 0.0,
2053
+ "rewards/int_reward_func": 0.0,
2054
+ "rewards/soft_format_reward_func": 0.0,
2055
+ "rewards/strict_format_reward_func": 0.0,
2056
+ "rewards/xmlcount_reward_func": -0.75,
2057
+ "step": 128
2058
+ },
2059
+ {
2060
+ "completion_length": 384.66668701171875,
2061
+ "epoch": 0.017262143717382578,
2062
+ "grad_norm": 0.1260133534669876,
2063
+ "kl": 0.0006517590372823179,
2064
+ "learning_rate": 8.622994652406418e-07,
2065
+ "loss": -0.0002,
2066
+ "reward": -0.875,
2067
+ "reward_std": 0.71875,
2068
+ "rewards/correctness_reward_func": 0.0,
2069
+ "rewards/int_reward_func": 0.0,
2070
+ "rewards/soft_format_reward_func": 0.0,
2071
+ "rewards/strict_format_reward_func": 0.0,
2072
+ "rewards/xmlcount_reward_func": -0.875,
2073
+ "step": 129
2074
+ },
2075
+ {
2076
+ "completion_length": 438.16668701171875,
2077
+ "epoch": 0.017395958784959187,
2078
+ "grad_norm": 0.10832860320806503,
2079
+ "kl": 0.0005657231668010354,
2080
+ "learning_rate": 8.689839572192514e-07,
2081
+ "loss": 0.0007,
2082
+ "reward": -1.0234375,
2083
+ "reward_std": 0.578125,
2084
+ "rewards/correctness_reward_func": 0.0,
2085
+ "rewards/int_reward_func": 0.0,
2086
+ "rewards/soft_format_reward_func": 0.0,
2087
+ "rewards/strict_format_reward_func": 0.0,
2088
+ "rewards/xmlcount_reward_func": -1.0234375,
2089
+ "step": 130
2090
+ },
2091
+ {
2092
+ "completion_length": 395.5,
2093
+ "epoch": 0.017529773852535794,
2094
+ "grad_norm": 0.14919129014015198,
2095
+ "kl": 0.0006569415563717484,
2096
+ "learning_rate": 8.756684491978611e-07,
2097
+ "loss": -0.0018,
2098
+ "reward": -0.94921875,
2099
+ "reward_std": 0.546875,
2100
+ "rewards/correctness_reward_func": 0.0,
2101
+ "rewards/int_reward_func": 0.0,
2102
+ "rewards/soft_format_reward_func": 0.0,
2103
+ "rewards/strict_format_reward_func": 0.0,
2104
+ "rewards/xmlcount_reward_func": -0.94921875,
2105
+ "step": 131
2106
+ },
2107
+ {
2108
+ "completion_length": 391.16668701171875,
2109
+ "epoch": 0.017663588920112404,
2110
+ "grad_norm": 0.14460250735282898,
2111
+ "kl": 0.0006637731567025185,
2112
+ "learning_rate": 8.823529411764707e-07,
2113
+ "loss": -0.0013,
2114
+ "reward": -0.94921875,
2115
+ "reward_std": 0.25,
2116
+ "rewards/correctness_reward_func": 0.0,
2117
+ "rewards/int_reward_func": 0.0,
2118
+ "rewards/soft_format_reward_func": 0.0,
2119
+ "rewards/strict_format_reward_func": 0.0,
2120
+ "rewards/xmlcount_reward_func": -0.94921875,
2121
+ "step": 132
2122
+ },
2123
+ {
2124
+ "completion_length": 441.3333435058594,
2125
+ "epoch": 0.017797403987689014,
2126
+ "grad_norm": 0.15532676875591278,
2127
+ "kl": 0.0004714071692433208,
2128
+ "learning_rate": 8.890374331550802e-07,
2129
+ "loss": 0.0046,
2130
+ "reward": -0.98828125,
2131
+ "reward_std": 0.251953125,
2132
+ "rewards/correctness_reward_func": 0.0,
2133
+ "rewards/int_reward_func": 0.0,
2134
+ "rewards/soft_format_reward_func": 0.0,
2135
+ "rewards/strict_format_reward_func": 0.0,
2136
+ "rewards/xmlcount_reward_func": -0.98828125,
2137
+ "step": 133
2138
+ },
2139
+ {
2140
+ "completion_length": 370.8333435058594,
2141
+ "epoch": 0.017931219055265624,
2142
+ "grad_norm": 0.11382456123828888,
2143
+ "kl": 0.0007278465200215578,
2144
+ "learning_rate": 8.957219251336899e-07,
2145
+ "loss": -0.0034,
2146
+ "reward": -0.74609375,
2147
+ "reward_std": 0.314453125,
2148
+ "rewards/correctness_reward_func": 0.0,
2149
+ "rewards/int_reward_func": 0.0,
2150
+ "rewards/soft_format_reward_func": 0.0,
2151
+ "rewards/strict_format_reward_func": 0.0,
2152
+ "rewards/xmlcount_reward_func": -0.74609375,
2153
+ "step": 134
2154
+ },
2155
+ {
2156
+ "completion_length": 400.5,
2157
+ "epoch": 0.018065034122842234,
2158
+ "grad_norm": 0.14282457530498505,
2159
+ "kl": 0.00047517273924313486,
2160
+ "learning_rate": 9.024064171122995e-07,
2161
+ "loss": -0.006,
2162
+ "reward": -0.8359375,
2163
+ "reward_std": 0.322265625,
2164
+ "rewards/correctness_reward_func": 0.0,
2165
+ "rewards/int_reward_func": 0.0,
2166
+ "rewards/soft_format_reward_func": 0.0,
2167
+ "rewards/strict_format_reward_func": 0.0,
2168
+ "rewards/xmlcount_reward_func": -0.8359375,
2169
+ "step": 135
2170
+ },
2171
+ {
2172
+ "completion_length": 556.3333740234375,
2173
+ "epoch": 0.01819884919041884,
2174
+ "grad_norm": 0.09024691581726074,
2175
+ "kl": 0.00043525476939976215,
2176
+ "learning_rate": 9.090909090909091e-07,
2177
+ "loss": -0.0013,
2178
+ "reward": -1.4296875,
2179
+ "reward_std": 0.60546875,
2180
+ "rewards/correctness_reward_func": 0.0,
2181
+ "rewards/int_reward_func": 0.0,
2182
+ "rewards/soft_format_reward_func": 0.0,
2183
+ "rewards/strict_format_reward_func": 0.0,
2184
+ "rewards/xmlcount_reward_func": -1.4296875,
2185
+ "step": 136
2186
+ },
2187
+ {
2188
+ "completion_length": 301.66668701171875,
2189
+ "epoch": 0.01833266425799545,
2190
+ "grad_norm": 0.1422368437051773,
2191
+ "kl": 0.0007189570460468531,
2192
+ "learning_rate": 9.157754010695189e-07,
2193
+ "loss": -0.0065,
2194
+ "reward": -0.5859375,
2195
+ "reward_std": 0.28125,
2196
+ "rewards/correctness_reward_func": 0.0,
2197
+ "rewards/int_reward_func": 0.0,
2198
+ "rewards/soft_format_reward_func": 0.0,
2199
+ "rewards/strict_format_reward_func": 0.0,
2200
+ "rewards/xmlcount_reward_func": -0.5859375,
2201
+ "step": 137
2202
+ },
2203
+ {
2204
+ "completion_length": 586.0,
2205
+ "epoch": 0.01846647932557206,
2206
+ "grad_norm": 0.07946749031543732,
2207
+ "kl": 0.0004385068896226585,
2208
+ "learning_rate": 9.224598930481284e-07,
2209
+ "loss": 0.0013,
2210
+ "reward": -1.421875,
2211
+ "reward_std": 0.341796875,
2212
+ "rewards/correctness_reward_func": 0.0,
2213
+ "rewards/int_reward_func": 0.0,
2214
+ "rewards/soft_format_reward_func": 0.0,
2215
+ "rewards/strict_format_reward_func": 0.0,
2216
+ "rewards/xmlcount_reward_func": -1.421875,
2217
+ "step": 138
2218
+ },
2219
+ {
2220
+ "completion_length": 377.0,
2221
+ "epoch": 0.01860029439314867,
2222
+ "grad_norm": 0.12276607006788254,
2223
+ "kl": 0.0007007961976341903,
2224
+ "learning_rate": 9.29144385026738e-07,
2225
+ "loss": -0.0027,
2226
+ "reward": -0.9609375,
2227
+ "reward_std": 0.48046875,
2228
+ "rewards/correctness_reward_func": 0.0,
2229
+ "rewards/int_reward_func": 0.0,
2230
+ "rewards/soft_format_reward_func": 0.0,
2231
+ "rewards/strict_format_reward_func": 0.0,
2232
+ "rewards/xmlcount_reward_func": -0.9609375,
2233
+ "step": 139
2234
+ },
2235
+ {
2236
+ "completion_length": 323.8333435058594,
2237
+ "epoch": 0.018734109460725276,
2238
+ "grad_norm": 0.11141712218523026,
2239
+ "kl": 0.0004957327037118375,
2240
+ "learning_rate": 9.358288770053477e-07,
2241
+ "loss": -0.0023,
2242
+ "reward": -0.7109375,
2243
+ "reward_std": 0.458984375,
2244
+ "rewards/correctness_reward_func": 0.0,
2245
+ "rewards/int_reward_func": 0.0,
2246
+ "rewards/soft_format_reward_func": 0.0,
2247
+ "rewards/strict_format_reward_func": 0.0,
2248
+ "rewards/xmlcount_reward_func": -0.7109375,
2249
+ "step": 140
2250
+ },
2251
+ {
2252
+ "completion_length": 451.3333435058594,
2253
+ "epoch": 0.018867924528301886,
2254
+ "grad_norm": 0.08641522377729416,
2255
+ "kl": 0.0004216538218315691,
2256
+ "learning_rate": 9.425133689839573e-07,
2257
+ "loss": -0.0001,
2258
+ "reward": -0.89453125,
2259
+ "reward_std": 0.33984375,
2260
+ "rewards/correctness_reward_func": 0.0,
2261
+ "rewards/int_reward_func": 0.0,
2262
+ "rewards/soft_format_reward_func": 0.0,
2263
+ "rewards/strict_format_reward_func": 0.0,
2264
+ "rewards/xmlcount_reward_func": -0.89453125,
2265
+ "step": 141
2266
+ },
2267
+ {
2268
+ "completion_length": 373.66668701171875,
2269
+ "epoch": 0.019001739595878496,
2270
+ "grad_norm": 0.11334878951311111,
2271
+ "kl": 0.0005491083720698953,
2272
+ "learning_rate": 9.49197860962567e-07,
2273
+ "loss": -0.0032,
2274
+ "reward": -0.89453125,
2275
+ "reward_std": 0.40625,
2276
+ "rewards/correctness_reward_func": 0.0,
2277
+ "rewards/int_reward_func": 0.0,
2278
+ "rewards/soft_format_reward_func": 0.0,
2279
+ "rewards/strict_format_reward_func": 0.0,
2280
+ "rewards/xmlcount_reward_func": -0.89453125,
2281
+ "step": 142
2282
+ },
2283
+ {
2284
+ "completion_length": 365.66668701171875,
2285
+ "epoch": 0.019135554663455106,
2286
+ "grad_norm": 0.1251085102558136,
2287
+ "kl": 0.0006641787476837635,
2288
+ "learning_rate": 9.558823529411764e-07,
2289
+ "loss": -0.0044,
2290
+ "reward": -0.83984375,
2291
+ "reward_std": 0.302734375,
2292
+ "rewards/correctness_reward_func": 0.0,
2293
+ "rewards/int_reward_func": 0.0,
2294
+ "rewards/soft_format_reward_func": 0.0,
2295
+ "rewards/strict_format_reward_func": 0.0,
2296
+ "rewards/xmlcount_reward_func": -0.83984375,
2297
+ "step": 143
2298
+ },
2299
+ {
2300
+ "completion_length": 474.66668701171875,
2301
+ "epoch": 0.019269369731031716,
2302
+ "grad_norm": 0.09395861625671387,
2303
+ "kl": 0.0006498050643131137,
2304
+ "learning_rate": 9.625668449197862e-07,
2305
+ "loss": 0.0017,
2306
+ "reward": -1.1328125,
2307
+ "reward_std": 0.408203125,
2308
+ "rewards/correctness_reward_func": 0.0,
2309
+ "rewards/int_reward_func": 0.0,
2310
+ "rewards/soft_format_reward_func": 0.0,
2311
+ "rewards/strict_format_reward_func": 0.0,
2312
+ "rewards/xmlcount_reward_func": -1.1328125,
2313
+ "step": 144
2314
+ },
2315
+ {
2316
+ "completion_length": 323.3333435058594,
2317
+ "epoch": 0.019403184798608322,
2318
+ "grad_norm": 0.12278474867343903,
2319
+ "kl": 0.0006131879054009914,
2320
+ "learning_rate": 9.692513368983958e-07,
2321
+ "loss": 0.0004,
2322
+ "reward": -0.7265625,
2323
+ "reward_std": 0.275390625,
2324
+ "rewards/correctness_reward_func": 0.0,
2325
+ "rewards/int_reward_func": 0.0,
2326
+ "rewards/soft_format_reward_func": 0.0,
2327
+ "rewards/strict_format_reward_func": 0.0,
2328
+ "rewards/xmlcount_reward_func": -0.7265625,
2329
+ "step": 145
2330
+ },
2331
+ {
2332
+ "completion_length": 377.3333435058594,
2333
+ "epoch": 0.019536999866184932,
2334
+ "grad_norm": 0.11732782423496246,
2335
+ "kl": 0.0005958870751783252,
2336
+ "learning_rate": 9.759358288770054e-07,
2337
+ "loss": -0.0029,
2338
+ "reward": -0.83203125,
2339
+ "reward_std": 0.5703125,
2340
+ "rewards/correctness_reward_func": 0.0,
2341
+ "rewards/int_reward_func": 0.0,
2342
+ "rewards/soft_format_reward_func": 0.0,
2343
+ "rewards/strict_format_reward_func": 0.0,
2344
+ "rewards/xmlcount_reward_func": -0.83203125,
2345
+ "step": 146
2346
+ },
2347
+ {
2348
+ "completion_length": 440.5,
2349
+ "epoch": 0.019670814933761542,
2350
+ "grad_norm": 0.1868724673986435,
2351
+ "kl": 0.000681176024954766,
2352
+ "learning_rate": 9.82620320855615e-07,
2353
+ "loss": -0.0068,
2354
+ "reward": -1.09375,
2355
+ "reward_std": 0.53125,
2356
+ "rewards/correctness_reward_func": 0.0,
2357
+ "rewards/int_reward_func": 0.0,
2358
+ "rewards/soft_format_reward_func": 0.0,
2359
+ "rewards/strict_format_reward_func": 0.0,
2360
+ "rewards/xmlcount_reward_func": -1.09375,
2361
+ "step": 147
2362
+ },
2363
+ {
2364
+ "completion_length": 340.8333435058594,
2365
+ "epoch": 0.019804630001338152,
2366
+ "grad_norm": 0.1497308760881424,
2367
+ "kl": 0.0005646012723445892,
2368
+ "learning_rate": 9.893048128342248e-07,
2369
+ "loss": -0.0049,
2370
+ "reward": -0.8125,
2371
+ "reward_std": 0.396484375,
2372
+ "rewards/correctness_reward_func": 0.0,
2373
+ "rewards/int_reward_func": 0.0,
2374
+ "rewards/soft_format_reward_func": 0.0,
2375
+ "rewards/strict_format_reward_func": 0.0,
2376
+ "rewards/xmlcount_reward_func": -0.8125,
2377
+ "step": 148
2378
+ },
2379
+ {
2380
+ "completion_length": 570.8333740234375,
2381
+ "epoch": 0.01993844506891476,
2382
+ "grad_norm": 0.09082633256912231,
2383
+ "kl": 0.0005208106595091522,
2384
+ "learning_rate": 9.959893048128342e-07,
2385
+ "loss": -0.0026,
2386
+ "reward": -1.1328125,
2387
+ "reward_std": 0.671875,
2388
+ "rewards/correctness_reward_func": 0.0,
2389
+ "rewards/int_reward_func": 0.0,
2390
+ "rewards/soft_format_reward_func": 0.0,
2391
+ "rewards/strict_format_reward_func": 0.0,
2392
+ "rewards/xmlcount_reward_func": -1.1328125,
2393
+ "step": 149
2394
+ },
2395
+ {
2396
+ "completion_length": 381.3333435058594,
2397
+ "epoch": 0.02007226013649137,
2398
+ "grad_norm": 0.11392635107040405,
2399
+ "kl": 0.0005461536347866058,
2400
+ "learning_rate": 1.0026737967914438e-06,
2401
+ "loss": -0.0045,
2402
+ "reward": -0.65234375,
2403
+ "reward_std": 0.46484375,
2404
+ "rewards/correctness_reward_func": 0.0,
2405
+ "rewards/int_reward_func": 0.0,
2406
+ "rewards/soft_format_reward_func": 0.0,
2407
+ "rewards/strict_format_reward_func": 0.0,
2408
+ "rewards/xmlcount_reward_func": -0.65234375,
2409
+ "step": 150
2410
+ }
2411
+ ],
2412
+ "logging_steps": 1,
2413
+ "max_steps": 7473,
2414
+ "num_input_tokens_seen": 0,
2415
+ "num_train_epochs": 1,
2416
+ "save_steps": 50,
2417
+ "stateful_callbacks": {
2418
+ "TrainerControl": {
2419
+ "args": {
2420
+ "should_epoch_stop": false,
2421
+ "should_evaluate": false,
2422
+ "should_log": false,
2423
+ "should_save": true,
2424
+ "should_training_stop": false
2425
+ },
2426
+ "attributes": {}
2427
+ }
2428
+ },
2429
+ "total_flos": 0.0,
2430
+ "train_batch_size": 1,
2431
+ "trial_name": null,
2432
+ "trial_params": null
2433
+ }
checkpoint-150/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:281ff8998a6bc3abbc874220721a1b60eb09183d68a1d402ef04a8c4545f6c00
3
+ size 5688
checkpoint-150/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-200/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/qwen2.5-7b-instruct-unsloth-bnb-4bit
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.14.0
checkpoint-200/adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/qwen2.5-7b-instruct-unsloth-bnb-4bit",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 16,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 16,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "gate_proj",
27
+ "down_proj",
28
+ "v_proj",
29
+ "up_proj",
30
+ "o_proj",
31
+ "q_proj",
32
+ "k_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "use_dora": false,
36
+ "use_rslora": false
37
+ }
checkpoint-200/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f85417205696cc9cf7790c61dd650d6cc96a677ec32364bd43033a0ee0301aad
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:586b779aacb33d1a3b79fa4dfff9883a6a7051511327d534b535e237127d7ffe
3
+ size 82459636
checkpoint-200/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df47f201aaeded21d818b3fe449be6b04aaf0f04dba0069e15dd449826d06496
3
+ size 14244
checkpoint-200/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d93f4ddbdfd7a7f80a1dc4c0bbca804ba9ba89d45e32663a3ab43c4c2c9358f3
3
+ size 1064
checkpoint-200/special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|vision_pad|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
checkpoint-200/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64e71213db910f5cafa86d35091f37393dcc344b1bbc34091d1b3eed4cca01d5
3
+ size 11422064
checkpoint-200/tokenizer_config.json ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "extra_special_tokens": {},
203
+ "model_max_length": 32768,
204
+ "pad_token": "<|vision_pad|>",
205
+ "padding_side": "right",
206
+ "split_special_tokens": false,
207
+ "tokenizer_class": "Qwen2Tokenizer",
208
+ "unk_token": null
209
+ }
checkpoint-200/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-200/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:281ff8998a6bc3abbc874220721a1b60eb09183d68a1d402ef04a8c4545f6c00
3
+ size 5688
checkpoint-200/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-250/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/qwen2.5-7b-instruct-unsloth-bnb-4bit
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.14.0
checkpoint-250/adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/qwen2.5-7b-instruct-unsloth-bnb-4bit",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 16,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 16,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "gate_proj",
27
+ "down_proj",
28
+ "v_proj",
29
+ "up_proj",
30
+ "o_proj",
31
+ "q_proj",
32
+ "k_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "use_dora": false,
36
+ "use_rslora": false
37
+ }
checkpoint-250/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ae75a203a2c287383987bbcf06fc7ae536bf685eadb356b2c951cd523156f74
3
+ size 161533192
checkpoint-250/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-250/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-250/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0ce6a678cef75b8574e7d89e8a5d50d7d66b330eae923bb1d7bd19d5e611178
3
+ size 82459636