Vikaspandey582003 commited on
Commit
dffd5a3
·
verified ·
1 Parent(s): 80b5fa7

checkpoint step 250

Browse files
.gitattributes CHANGED
@@ -37,3 +37,4 @@ checkpoint-50/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
  checkpoint-100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
  checkpoint-150/tokenizer.json filter=lfs diff=lfs merge=lfs -text
39
  checkpoint-200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
37
  checkpoint-100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
  checkpoint-150/tokenizer.json filter=lfs diff=lfs merge=lfs -text
39
  checkpoint-200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
40
+ checkpoint-250/tokenizer.json filter=lfs diff=lfs merge=lfs -text
checkpoint-250/README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/Qwen2.5-7B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/Qwen2.5-7B-Instruct
7
+ - grpo
8
+ - lora
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.19.1
checkpoint-250/adapter_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "unsloth/Qwen2.5-7B-Instruct",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 16,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "peft_type": "LORA",
27
+ "peft_version": "0.19.1",
28
+ "qalora_group_size": 16,
29
+ "r": 16,
30
+ "rank_pattern": {},
31
+ "revision": null,
32
+ "target_modules": [
33
+ "down_proj",
34
+ "up_proj",
35
+ "k_proj",
36
+ "v_proj",
37
+ "gate_proj",
38
+ "q_proj",
39
+ "o_proj"
40
+ ],
41
+ "target_parameters": null,
42
+ "task_type": "CAUSAL_LM",
43
+ "trainable_token_indices": null,
44
+ "use_bdlora": null,
45
+ "use_dora": false,
46
+ "use_qalora": false,
47
+ "use_rslora": false
48
+ }
checkpoint-250/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f1bc45a0aeab4a94479459bdc28937b43f4835fbc5db962bc392d333fb9c80b
3
+ size 80792880
checkpoint-250/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\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>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\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" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
checkpoint-250/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8082a4b83a1ad4d8b26a7c5b25c6fbd82e03cd1e8eeb7fc97080a17e49a01c5f
3
+ size 161816251
checkpoint-250/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9959c6e3e1b617a6724ce1d70ffea05ccf5ce9f07a4e9daed34597feda7daa5
3
+ size 14645
checkpoint-250/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:539e1a1b51bdc68591f96c992e4b9aed6ce307481cdb426a0e8ffb9a3a8acb4b
3
+ size 1465
checkpoint-250/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fd169731d2cbde95e10bf356d66d5997fd885dd8dbb6fb4684da3f23b2585d8
3
+ size 11421892
checkpoint-250/tokenizer_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|im_end|>",
7
+ "errors": "replace",
8
+ "is_local": false,
9
+ "local_files_only": false,
10
+ "model_max_length": 32768,
11
+ "pad_token": "<|vision_pad|>",
12
+ "padding_side": "left",
13
+ "split_special_tokens": false,
14
+ "tokenizer_class": "Qwen2Tokenizer",
15
+ "unk_token": null
16
+ }
checkpoint-250/trainer_state.json ADDED
@@ -0,0 +1,1384 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.010775862068965518,
6
+ "eval_steps": 500,
7
+ "global_step": 250,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "clip_ratio/high_max": 0.0,
14
+ "clip_ratio/high_mean": 0.0,
15
+ "clip_ratio/low_mean": 0.0,
16
+ "clip_ratio/low_min": 0.0,
17
+ "clip_ratio/region_mean": 0.0,
18
+ "completions/clipped_ratio": 0.0,
19
+ "completions/max_length": 130.0,
20
+ "completions/max_terminated_length": 130.0,
21
+ "completions/mean_length": 68.5,
22
+ "completions/mean_terminated_length": 68.5,
23
+ "completions/min_length": 26.8,
24
+ "completions/min_terminated_length": 26.8,
25
+ "entropy": 0.25826080311089755,
26
+ "epoch": 0.00021551724137931034,
27
+ "frac_reward_zero_std": 0.1,
28
+ "grad_norm": 0.28125,
29
+ "learning_rate": 1.0000000000000002e-06,
30
+ "loss": 0.10238287448883057,
31
+ "num_tokens": 12064.0,
32
+ "reward": 0.3290319949388504,
33
+ "reward_std": 0.40028320252895355,
34
+ "rewards/reward_fn/mean": 0.3290319949388504,
35
+ "rewards/reward_fn/std": 0.400283208489418,
36
+ "step": 5,
37
+ "step_time": 22.194597821800016
38
+ },
39
+ {
40
+ "clip_ratio/high_max": 0.0,
41
+ "clip_ratio/high_mean": 0.0,
42
+ "clip_ratio/low_mean": 0.0,
43
+ "clip_ratio/low_min": 0.0,
44
+ "clip_ratio/region_mean": 0.0,
45
+ "completions/clipped_ratio": 0.0,
46
+ "completions/max_length": 87.6,
47
+ "completions/max_terminated_length": 87.6,
48
+ "completions/mean_length": 48.525,
49
+ "completions/mean_terminated_length": 48.525,
50
+ "completions/min_length": 17.0,
51
+ "completions/min_terminated_length": 17.0,
52
+ "entropy": 0.2673827801831067,
53
+ "epoch": 0.0004310344827586207,
54
+ "frac_reward_zero_std": 0.1,
55
+ "grad_norm": 0.484375,
56
+ "learning_rate": 2.25e-06,
57
+ "loss": 0.05849265456199646,
58
+ "num_tokens": 23089.0,
59
+ "reward": 0.45969198942184447,
60
+ "reward_std": 0.2795014828443527,
61
+ "rewards/reward_fn/mean": 0.45969198942184447,
62
+ "rewards/reward_fn/std": 0.27950150668621065,
63
+ "step": 10,
64
+ "step_time": 16.331819552399928
65
+ },
66
+ {
67
+ "clip_ratio/high_max": 0.0,
68
+ "clip_ratio/high_mean": 0.0,
69
+ "clip_ratio/low_mean": 0.0,
70
+ "clip_ratio/low_min": 0.0,
71
+ "clip_ratio/region_mean": 0.0,
72
+ "completions/clipped_ratio": 0.0,
73
+ "completions/max_length": 85.6,
74
+ "completions/max_terminated_length": 85.6,
75
+ "completions/mean_length": 47.35,
76
+ "completions/mean_terminated_length": 47.35,
77
+ "completions/min_length": 25.0,
78
+ "completions/min_terminated_length": 25.0,
79
+ "entropy": 0.20174795808270574,
80
+ "epoch": 0.000646551724137931,
81
+ "frac_reward_zero_std": 0.4,
82
+ "grad_norm": 0.66015625,
83
+ "learning_rate": 3.5e-06,
84
+ "loss": -0.03555725216865539,
85
+ "num_tokens": 34239.0,
86
+ "reward": 0.5545999944210053,
87
+ "reward_std": 0.32832055240869523,
88
+ "rewards/reward_fn/mean": 0.5545999944210053,
89
+ "rewards/reward_fn/std": 0.3283205583691597,
90
+ "step": 15,
91
+ "step_time": 16.44816417159991
92
+ },
93
+ {
94
+ "clip_ratio/high_max": 0.0,
95
+ "clip_ratio/high_mean": 0.0,
96
+ "clip_ratio/low_mean": 0.0,
97
+ "clip_ratio/low_min": 0.0,
98
+ "clip_ratio/region_mean": 0.0,
99
+ "completions/clipped_ratio": 0.0,
100
+ "completions/max_length": 98.2,
101
+ "completions/max_terminated_length": 98.2,
102
+ "completions/mean_length": 53.6,
103
+ "completions/mean_terminated_length": 53.6,
104
+ "completions/min_length": 25.0,
105
+ "completions/min_terminated_length": 25.0,
106
+ "entropy": 0.2620095924474299,
107
+ "epoch": 0.0008620689655172414,
108
+ "frac_reward_zero_std": 0.2,
109
+ "grad_norm": 0.5390625,
110
+ "learning_rate": 4.75e-06,
111
+ "loss": 0.017401468753814698,
112
+ "num_tokens": 45399.0,
113
+ "reward": 0.4466240078210831,
114
+ "reward_std": 0.27573536019772293,
115
+ "rewards/reward_fn/mean": 0.4466240078210831,
116
+ "rewards/reward_fn/std": 0.27573537137359383,
117
+ "step": 20,
118
+ "step_time": 17.988385831799953
119
+ },
120
+ {
121
+ "clip_ratio/high_max": 0.0,
122
+ "clip_ratio/high_mean": 0.0,
123
+ "clip_ratio/low_mean": 0.0,
124
+ "clip_ratio/low_min": 0.0,
125
+ "clip_ratio/region_mean": 0.0,
126
+ "completions/clipped_ratio": 0.0,
127
+ "completions/max_length": 123.8,
128
+ "completions/max_terminated_length": 123.8,
129
+ "completions/mean_length": 59.15,
130
+ "completions/mean_terminated_length": 59.15,
131
+ "completions/min_length": 21.8,
132
+ "completions/min_terminated_length": 21.8,
133
+ "entropy": 0.33701689867302775,
134
+ "epoch": 0.0010775862068965517,
135
+ "frac_reward_zero_std": 0.0,
136
+ "grad_norm": 0.74609375,
137
+ "learning_rate": 4.965517241379311e-06,
138
+ "loss": -0.02674364447593689,
139
+ "num_tokens": 56993.0,
140
+ "reward": 0.5006439983844757,
141
+ "reward_std": 0.2351181447505951,
142
+ "rewards/reward_fn/mean": 0.5006439983844757,
143
+ "rewards/reward_fn/std": 0.23511814773082734,
144
+ "step": 25,
145
+ "step_time": 21.11461545459997
146
+ },
147
+ {
148
+ "clip_ratio/high_max": 0.0,
149
+ "clip_ratio/high_mean": 0.0,
150
+ "clip_ratio/low_mean": 0.0,
151
+ "clip_ratio/low_min": 0.0,
152
+ "clip_ratio/region_mean": 0.0,
153
+ "completions/clipped_ratio": 0.0,
154
+ "completions/max_length": 110.2,
155
+ "completions/max_terminated_length": 110.2,
156
+ "completions/mean_length": 47.95,
157
+ "completions/mean_terminated_length": 47.95,
158
+ "completions/min_length": 15.8,
159
+ "completions/min_terminated_length": 15.8,
160
+ "entropy": 0.24504410615190864,
161
+ "epoch": 0.001293103448275862,
162
+ "frac_reward_zero_std": 0.4,
163
+ "grad_norm": 0.92578125,
164
+ "learning_rate": 4.922413793103449e-06,
165
+ "loss": -0.05023183822631836,
166
+ "num_tokens": 67659.0,
167
+ "reward": 0.6457239985466003,
168
+ "reward_std": 0.11179900387069211,
169
+ "rewards/reward_fn/mean": 0.6457239985466003,
170
+ "rewards/reward_fn/std": 0.11179901438299567,
171
+ "step": 30,
172
+ "step_time": 19.134268762199827
173
+ },
174
+ {
175
+ "clip_ratio/high_max": 0.0,
176
+ "clip_ratio/high_mean": 0.0,
177
+ "clip_ratio/low_mean": 0.0,
178
+ "clip_ratio/low_min": 0.0,
179
+ "clip_ratio/region_mean": 0.0,
180
+ "completions/clipped_ratio": 0.1,
181
+ "completions/max_length": 150.8,
182
+ "completions/max_terminated_length": 120.2,
183
+ "completions/mean_length": 73.375,
184
+ "completions/mean_terminated_length": 54.36666717529297,
185
+ "completions/min_length": 15.2,
186
+ "completions/min_terminated_length": 15.2,
187
+ "entropy": 0.23285924410447478,
188
+ "epoch": 0.0015086206896551724,
189
+ "frac_reward_zero_std": 0.3,
190
+ "grad_norm": 0.58203125,
191
+ "learning_rate": 4.879310344827586e-06,
192
+ "loss": -0.05149807929992676,
193
+ "num_tokens": 79734.0,
194
+ "reward": 0.46414998471736907,
195
+ "reward_std": 0.4071369742392562,
196
+ "rewards/reward_fn/mean": 0.46414998471736907,
197
+ "rewards/reward_fn/std": 0.40713699695188554,
198
+ "step": 35,
199
+ "step_time": 24.679699858600042
200
+ },
201
+ {
202
+ "clip_ratio/high_max": 0.0,
203
+ "clip_ratio/high_mean": 0.0,
204
+ "clip_ratio/low_mean": 0.0,
205
+ "clip_ratio/low_min": 0.0,
206
+ "clip_ratio/region_mean": 0.0,
207
+ "completions/clipped_ratio": 0.0,
208
+ "completions/max_length": 125.4,
209
+ "completions/max_terminated_length": 125.4,
210
+ "completions/mean_length": 68.925,
211
+ "completions/mean_terminated_length": 68.925,
212
+ "completions/min_length": 26.0,
213
+ "completions/min_terminated_length": 26.0,
214
+ "entropy": 0.3110098702833056,
215
+ "epoch": 0.0017241379310344827,
216
+ "frac_reward_zero_std": 0.1,
217
+ "grad_norm": 0.419921875,
218
+ "learning_rate": 4.836206896551724e-06,
219
+ "loss": 0.030162644386291505,
220
+ "num_tokens": 91695.0,
221
+ "reward": 0.5143539935350419,
222
+ "reward_std": 0.2790891878306866,
223
+ "rewards/reward_fn/mean": 0.5143539935350419,
224
+ "rewards/reward_fn/std": 0.279089218378067,
225
+ "step": 40,
226
+ "step_time": 21.565513409599998
227
+ },
228
+ {
229
+ "clip_ratio/high_max": 0.0,
230
+ "clip_ratio/high_mean": 0.0,
231
+ "clip_ratio/low_mean": 0.0,
232
+ "clip_ratio/low_min": 0.0,
233
+ "clip_ratio/region_mean": 0.0,
234
+ "completions/clipped_ratio": 0.0,
235
+ "completions/max_length": 100.0,
236
+ "completions/max_terminated_length": 100.0,
237
+ "completions/mean_length": 53.875,
238
+ "completions/mean_terminated_length": 53.875,
239
+ "completions/min_length": 16.6,
240
+ "completions/min_terminated_length": 16.6,
241
+ "entropy": 0.23047098610550165,
242
+ "epoch": 0.001939655172413793,
243
+ "frac_reward_zero_std": 0.4,
244
+ "grad_norm": 1.15625,
245
+ "learning_rate": 4.793103448275862e-06,
246
+ "loss": -0.04350074529647827,
247
+ "num_tokens": 102994.0,
248
+ "reward": 0.6398920059204102,
249
+ "reward_std": 0.2279826147481799,
250
+ "rewards/reward_fn/mean": 0.6398920059204102,
251
+ "rewards/reward_fn/std": 0.22798261437565087,
252
+ "step": 45,
253
+ "step_time": 18.23975218899968
254
+ },
255
+ {
256
+ "clip_ratio/high_max": 0.0,
257
+ "clip_ratio/high_mean": 0.0,
258
+ "clip_ratio/low_mean": 0.0,
259
+ "clip_ratio/low_min": 0.0,
260
+ "clip_ratio/region_mean": 0.0,
261
+ "completions/clipped_ratio": 0.0,
262
+ "completions/max_length": 133.4,
263
+ "completions/max_terminated_length": 133.4,
264
+ "completions/mean_length": 75.975,
265
+ "completions/mean_terminated_length": 75.975,
266
+ "completions/min_length": 23.8,
267
+ "completions/min_terminated_length": 23.8,
268
+ "entropy": 0.34613882582634686,
269
+ "epoch": 0.0021551724137931034,
270
+ "frac_reward_zero_std": 0.2,
271
+ "grad_norm": 0.1318359375,
272
+ "learning_rate": 4.75e-06,
273
+ "loss": -0.03668657541275024,
274
+ "num_tokens": 115289.0,
275
+ "reward": 0.33042599707841874,
276
+ "reward_std": 0.5918701648712158,
277
+ "rewards/reward_fn/mean": 0.33042599707841874,
278
+ "rewards/reward_fn/std": 0.5918702006340026,
279
+ "step": 50,
280
+ "step_time": 22.43372436519985
281
+ },
282
+ {
283
+ "clip_ratio/high_max": 0.0,
284
+ "clip_ratio/high_mean": 0.0,
285
+ "clip_ratio/low_mean": 0.0,
286
+ "clip_ratio/low_min": 0.0,
287
+ "clip_ratio/region_mean": 0.0,
288
+ "completions/clipped_ratio": 0.0,
289
+ "completions/max_length": 92.2,
290
+ "completions/max_terminated_length": 92.2,
291
+ "completions/mean_length": 50.65,
292
+ "completions/mean_terminated_length": 50.65,
293
+ "completions/min_length": 18.0,
294
+ "completions/min_terminated_length": 18.0,
295
+ "entropy": 0.3391244841972366,
296
+ "epoch": 0.0023706896551724138,
297
+ "frac_reward_zero_std": 0.3,
298
+ "grad_norm": 0.39453125,
299
+ "learning_rate": 4.706896551724138e-06,
300
+ "loss": -0.0521969735622406,
301
+ "num_tokens": 126111.0,
302
+ "reward": 0.6139639973640442,
303
+ "reward_std": 0.18208687230944634,
304
+ "rewards/reward_fn/mean": 0.6139639973640442,
305
+ "rewards/reward_fn/std": 0.18208688013255597,
306
+ "step": 55,
307
+ "step_time": 16.889007100199933
308
+ },
309
+ {
310
+ "clip_ratio/high_max": 0.0,
311
+ "clip_ratio/high_mean": 0.0,
312
+ "clip_ratio/low_mean": 0.0,
313
+ "clip_ratio/low_min": 0.0,
314
+ "clip_ratio/region_mean": 0.0,
315
+ "completions/clipped_ratio": 0.025,
316
+ "completions/max_length": 164.0,
317
+ "completions/max_terminated_length": 162.4,
318
+ "completions/mean_length": 82.1,
319
+ "completions/mean_terminated_length": 78.87857208251953,
320
+ "completions/min_length": 29.4,
321
+ "completions/min_terminated_length": 29.4,
322
+ "entropy": 0.28240502553526314,
323
+ "epoch": 0.002586206896551724,
324
+ "frac_reward_zero_std": 0.5,
325
+ "grad_norm": 0.2373046875,
326
+ "learning_rate": 4.663793103448276e-06,
327
+ "loss": -0.0108717679977417,
328
+ "num_tokens": 138667.0,
329
+ "reward": 0.6616780042648316,
330
+ "reward_std": 0.18088504523038865,
331
+ "rewards/reward_fn/mean": 0.6616780042648316,
332
+ "rewards/reward_fn/std": 0.18088504672050476,
333
+ "step": 60,
334
+ "step_time": 26.46498533039994
335
+ },
336
+ {
337
+ "clip_ratio/high_max": 0.0,
338
+ "clip_ratio/high_mean": 0.0,
339
+ "clip_ratio/low_mean": 0.0,
340
+ "clip_ratio/low_min": 0.0,
341
+ "clip_ratio/region_mean": 0.0,
342
+ "completions/clipped_ratio": 0.05,
343
+ "completions/max_length": 134.8,
344
+ "completions/max_terminated_length": 133.0,
345
+ "completions/mean_length": 69.55,
346
+ "completions/mean_terminated_length": 63.233334350585935,
347
+ "completions/min_length": 15.8,
348
+ "completions/min_terminated_length": 15.8,
349
+ "entropy": 0.3688268234953284,
350
+ "epoch": 0.0028017241379310344,
351
+ "frac_reward_zero_std": 0.1,
352
+ "grad_norm": 0.2216796875,
353
+ "learning_rate": 4.620689655172414e-06,
354
+ "loss": 0.09875075221061706,
355
+ "num_tokens": 150585.0,
356
+ "reward": 0.5008320093154908,
357
+ "reward_std": 0.2221744753420353,
358
+ "rewards/reward_fn/mean": 0.5008320093154908,
359
+ "rewards/reward_fn/std": 0.22217447832226753,
360
+ "step": 65,
361
+ "step_time": 22.69940989719953
362
+ },
363
+ {
364
+ "clip_ratio/high_max": 0.0,
365
+ "clip_ratio/high_mean": 0.0,
366
+ "clip_ratio/low_mean": 0.0,
367
+ "clip_ratio/low_min": 0.0,
368
+ "clip_ratio/region_mean": 0.0,
369
+ "completions/clipped_ratio": 0.05,
370
+ "completions/max_length": 149.4,
371
+ "completions/max_terminated_length": 141.4,
372
+ "completions/mean_length": 82.125,
373
+ "completions/mean_terminated_length": 76.2107162475586,
374
+ "completions/min_length": 34.8,
375
+ "completions/min_terminated_length": 34.8,
376
+ "entropy": 0.2419425747357309,
377
+ "epoch": 0.003017241379310345,
378
+ "frac_reward_zero_std": 0.3,
379
+ "grad_norm": 0.5859375,
380
+ "learning_rate": 4.577586206896552e-06,
381
+ "loss": -0.06608393192291259,
382
+ "num_tokens": 162726.0,
383
+ "reward": 0.35277000069618225,
384
+ "reward_std": 0.37774557205848397,
385
+ "rewards/reward_fn/mean": 0.35277000069618225,
386
+ "rewards/reward_fn/std": 0.37774557354860006,
387
+ "step": 70,
388
+ "step_time": 24.30778650340026
389
+ },
390
+ {
391
+ "clip_ratio/high_max": 0.0,
392
+ "clip_ratio/high_mean": 0.0,
393
+ "clip_ratio/low_mean": 0.0,
394
+ "clip_ratio/low_min": 0.0,
395
+ "clip_ratio/region_mean": 0.0,
396
+ "completions/clipped_ratio": 0.025,
397
+ "completions/max_length": 137.6,
398
+ "completions/max_terminated_length": 135.6,
399
+ "completions/mean_length": 77.55,
400
+ "completions/mean_terminated_length": 74.46785888671874,
401
+ "completions/min_length": 41.8,
402
+ "completions/min_terminated_length": 41.8,
403
+ "entropy": 0.35793030727654696,
404
+ "epoch": 0.003232758620689655,
405
+ "frac_reward_zero_std": 0.1,
406
+ "grad_norm": 0.63671875,
407
+ "learning_rate": 4.53448275862069e-06,
408
+ "loss": 0.10921311378479004,
409
+ "num_tokens": 175364.0,
410
+ "reward": 0.15934600830078124,
411
+ "reward_std": 0.5374872148036957,
412
+ "rewards/reward_fn/mean": 0.15934600830078124,
413
+ "rewards/reward_fn/std": 0.5374872386455536,
414
+ "step": 75,
415
+ "step_time": 23.099894465200123
416
+ },
417
+ {
418
+ "clip_ratio/high_max": 0.0,
419
+ "clip_ratio/high_mean": 0.0,
420
+ "clip_ratio/low_mean": 0.0,
421
+ "clip_ratio/low_min": 0.0,
422
+ "clip_ratio/region_mean": 0.0,
423
+ "completions/clipped_ratio": 0.0,
424
+ "completions/max_length": 95.6,
425
+ "completions/max_terminated_length": 95.6,
426
+ "completions/mean_length": 53.175,
427
+ "completions/mean_terminated_length": 53.175,
428
+ "completions/min_length": 15.8,
429
+ "completions/min_terminated_length": 15.8,
430
+ "entropy": 0.2758270605234429,
431
+ "epoch": 0.0034482758620689655,
432
+ "frac_reward_zero_std": 0.3,
433
+ "grad_norm": 0.443359375,
434
+ "learning_rate": 4.4913793103448275e-06,
435
+ "loss": 0.11924625635147094,
436
+ "num_tokens": 186407.0,
437
+ "reward": 0.6774819850921631,
438
+ "reward_std": 0.11054287778679281,
439
+ "rewards/reward_fn/mean": 0.6774819850921631,
440
+ "rewards/reward_fn/std": 0.11054288879968226,
441
+ "step": 80,
442
+ "step_time": 17.348075130399685
443
+ },
444
+ {
445
+ "clip_ratio/high_max": 0.0,
446
+ "clip_ratio/high_mean": 0.0,
447
+ "clip_ratio/low_mean": 0.0,
448
+ "clip_ratio/low_min": 0.0,
449
+ "clip_ratio/region_mean": 0.0,
450
+ "completions/clipped_ratio": 0.0,
451
+ "completions/max_length": 137.6,
452
+ "completions/max_terminated_length": 137.6,
453
+ "completions/mean_length": 68.25,
454
+ "completions/mean_terminated_length": 68.25,
455
+ "completions/min_length": 30.0,
456
+ "completions/min_terminated_length": 30.0,
457
+ "entropy": 0.2696234828326851,
458
+ "epoch": 0.003663793103448276,
459
+ "frac_reward_zero_std": 0.1,
460
+ "grad_norm": 0.287109375,
461
+ "learning_rate": 4.4482758620689656e-06,
462
+ "loss": -0.03822631537914276,
463
+ "num_tokens": 198241.0,
464
+ "reward": 0.5305620029568672,
465
+ "reward_std": 0.4029154841089621,
466
+ "rewards/reward_fn/mean": 0.5305620029568672,
467
+ "rewards/reward_fn/std": 0.4029154877178371,
468
+ "step": 85,
469
+ "step_time": 22.834117503599828
470
+ },
471
+ {
472
+ "clip_ratio/high_max": 0.0,
473
+ "clip_ratio/high_mean": 0.0,
474
+ "clip_ratio/low_mean": 0.0,
475
+ "clip_ratio/low_min": 0.0,
476
+ "clip_ratio/region_mean": 0.0,
477
+ "completions/clipped_ratio": 0.0,
478
+ "completions/max_length": 131.2,
479
+ "completions/max_terminated_length": 131.2,
480
+ "completions/mean_length": 77.45,
481
+ "completions/mean_terminated_length": 77.45,
482
+ "completions/min_length": 19.8,
483
+ "completions/min_terminated_length": 19.8,
484
+ "entropy": 0.3707127865403891,
485
+ "epoch": 0.003879310344827586,
486
+ "frac_reward_zero_std": 0.1,
487
+ "grad_norm": 0.50390625,
488
+ "learning_rate": 4.405172413793104e-06,
489
+ "loss": 0.035861659049987796,
490
+ "num_tokens": 210935.0,
491
+ "reward": 0.3616240084171295,
492
+ "reward_std": 0.48762375079095366,
493
+ "rewards/reward_fn/mean": 0.3616240084171295,
494
+ "rewards/reward_fn/std": 0.48762374445796014,
495
+ "step": 90,
496
+ "step_time": 22.48314213299982
497
+ },
498
+ {
499
+ "clip_ratio/high_max": 0.0,
500
+ "clip_ratio/high_mean": 0.0,
501
+ "clip_ratio/low_mean": 0.0,
502
+ "clip_ratio/low_min": 0.0,
503
+ "clip_ratio/region_mean": 0.0,
504
+ "completions/clipped_ratio": 0.075,
505
+ "completions/max_length": 118.2,
506
+ "completions/max_terminated_length": 116.0,
507
+ "completions/mean_length": 66.9,
508
+ "completions/mean_terminated_length": 56.7,
509
+ "completions/min_length": 25.0,
510
+ "completions/min_terminated_length": 25.0,
511
+ "entropy": 0.342819757014513,
512
+ "epoch": 0.004094827586206897,
513
+ "frac_reward_zero_std": 0.2,
514
+ "grad_norm": 0.78125,
515
+ "learning_rate": 4.362068965517242e-06,
516
+ "loss": -0.051665693521499634,
517
+ "num_tokens": 222647.0,
518
+ "reward": 0.46663198471069334,
519
+ "reward_std": 0.3400567059754394,
520
+ "rewards/reward_fn/mean": 0.46663198471069334,
521
+ "rewards/reward_fn/std": 0.34005671155173334,
522
+ "step": 95,
523
+ "step_time": 20.31996373819993
524
+ },
525
+ {
526
+ "clip_ratio/high_max": 0.0,
527
+ "clip_ratio/high_mean": 0.0,
528
+ "clip_ratio/low_mean": 0.0,
529
+ "clip_ratio/low_min": 0.0,
530
+ "clip_ratio/region_mean": 0.0,
531
+ "completions/clipped_ratio": 0.0,
532
+ "completions/max_length": 82.2,
533
+ "completions/max_terminated_length": 82.2,
534
+ "completions/mean_length": 39.975,
535
+ "completions/mean_terminated_length": 39.975,
536
+ "completions/min_length": 16.4,
537
+ "completions/min_terminated_length": 16.4,
538
+ "entropy": 0.25842549465596676,
539
+ "epoch": 0.004310344827586207,
540
+ "frac_reward_zero_std": 0.2,
541
+ "grad_norm": 0.64453125,
542
+ "learning_rate": 4.31896551724138e-06,
543
+ "loss": 0.029389530420303345,
544
+ "num_tokens": 233466.0,
545
+ "reward": 0.5307899951934815,
546
+ "reward_std": 0.28180397795513273,
547
+ "rewards/reward_fn/mean": 0.5307899951934815,
548
+ "rewards/reward_fn/std": 0.28180398060940204,
549
+ "step": 100,
550
+ "step_time": 15.753981888000453
551
+ },
552
+ {
553
+ "clip_ratio/high_max": 0.0,
554
+ "clip_ratio/high_mean": 0.0,
555
+ "clip_ratio/low_mean": 0.0,
556
+ "clip_ratio/low_min": 0.0,
557
+ "clip_ratio/region_mean": 0.0,
558
+ "completions/clipped_ratio": 0.0,
559
+ "completions/max_length": 77.8,
560
+ "completions/max_terminated_length": 77.8,
561
+ "completions/mean_length": 49.6,
562
+ "completions/mean_terminated_length": 49.6,
563
+ "completions/min_length": 16.4,
564
+ "completions/min_terminated_length": 16.4,
565
+ "entropy": 0.27716706816572695,
566
+ "epoch": 0.004525862068965518,
567
+ "frac_reward_zero_std": 0.6,
568
+ "grad_norm": 0.51953125,
569
+ "learning_rate": 4.275862068965518e-06,
570
+ "loss": 0.011613726615905762,
571
+ "num_tokens": 244550.0,
572
+ "reward": 0.6918019950389862,
573
+ "reward_std": 0.10386521331965923,
574
+ "rewards/reward_fn/mean": 0.6918019950389862,
575
+ "rewards/reward_fn/std": 0.10386521825566888,
576
+ "step": 105,
577
+ "step_time": 15.171548829199946
578
+ },
579
+ {
580
+ "clip_ratio/high_max": 0.0,
581
+ "clip_ratio/high_mean": 0.0,
582
+ "clip_ratio/low_mean": 0.0,
583
+ "clip_ratio/low_min": 0.0,
584
+ "clip_ratio/region_mean": 0.0,
585
+ "completions/clipped_ratio": 0.0,
586
+ "completions/max_length": 94.0,
587
+ "completions/max_terminated_length": 94.0,
588
+ "completions/mean_length": 47.1,
589
+ "completions/mean_terminated_length": 47.1,
590
+ "completions/min_length": 16.0,
591
+ "completions/min_terminated_length": 16.0,
592
+ "entropy": 0.1942274721484864,
593
+ "epoch": 0.0047413793103448275,
594
+ "frac_reward_zero_std": 0.3,
595
+ "grad_norm": 0.515625,
596
+ "learning_rate": 4.232758620689656e-06,
597
+ "loss": -0.000987192615866661,
598
+ "num_tokens": 255962.0,
599
+ "reward": 0.1787539839744568,
600
+ "reward_std": 0.5241983281448483,
601
+ "rewards/reward_fn/mean": 0.1787539839744568,
602
+ "rewards/reward_fn/std": 0.5241983408108354,
603
+ "step": 110,
604
+ "step_time": 17.40271624299976
605
+ },
606
+ {
607
+ "clip_ratio/high_max": 0.0,
608
+ "clip_ratio/high_mean": 0.0,
609
+ "clip_ratio/low_mean": 0.0,
610
+ "clip_ratio/low_min": 0.0,
611
+ "clip_ratio/region_mean": 0.0,
612
+ "completions/clipped_ratio": 0.0,
613
+ "completions/max_length": 108.4,
614
+ "completions/max_terminated_length": 108.4,
615
+ "completions/mean_length": 54.025,
616
+ "completions/mean_terminated_length": 54.025,
617
+ "completions/min_length": 26.8,
618
+ "completions/min_terminated_length": 26.8,
619
+ "entropy": 0.21391218816424953,
620
+ "epoch": 0.004956896551724138,
621
+ "frac_reward_zero_std": 0.1,
622
+ "grad_norm": 0.546875,
623
+ "learning_rate": 4.189655172413794e-06,
624
+ "loss": -0.07643186450004577,
625
+ "num_tokens": 267563.0,
626
+ "reward": 0.5654179990291596,
627
+ "reward_std": 0.2869014423340559,
628
+ "rewards/reward_fn/mean": 0.5654179990291596,
629
+ "rewards/reward_fn/std": 0.2869014598429203,
630
+ "step": 115,
631
+ "step_time": 19.255251389799923
632
+ },
633
+ {
634
+ "clip_ratio/high_max": 0.0,
635
+ "clip_ratio/high_mean": 0.0,
636
+ "clip_ratio/low_mean": 0.0,
637
+ "clip_ratio/low_min": 0.0,
638
+ "clip_ratio/region_mean": 0.0,
639
+ "completions/clipped_ratio": 0.025,
640
+ "completions/max_length": 136.0,
641
+ "completions/max_terminated_length": 124.6,
642
+ "completions/mean_length": 80.575,
643
+ "completions/mean_terminated_length": 77.74285888671875,
644
+ "completions/min_length": 33.0,
645
+ "completions/min_terminated_length": 33.0,
646
+ "entropy": 0.31822405869606885,
647
+ "epoch": 0.005172413793103448,
648
+ "frac_reward_zero_std": 0.2,
649
+ "grad_norm": 1.2421875,
650
+ "learning_rate": 4.146551724137932e-06,
651
+ "loss": 0.01645863652229309,
652
+ "num_tokens": 280074.0,
653
+ "reward": 0.06659798473119735,
654
+ "reward_std": 0.5049000799655914,
655
+ "rewards/reward_fn/mean": 0.06659798473119735,
656
+ "rewards/reward_fn/std": 0.5049000844359398,
657
+ "step": 120,
658
+ "step_time": 22.649546912000005
659
+ },
660
+ {
661
+ "clip_ratio/high_max": 0.0,
662
+ "clip_ratio/high_mean": 0.0,
663
+ "clip_ratio/low_mean": 0.0,
664
+ "clip_ratio/low_min": 0.0,
665
+ "clip_ratio/region_mean": 0.0,
666
+ "completions/clipped_ratio": 0.05,
667
+ "completions/max_length": 138.4,
668
+ "completions/max_terminated_length": 136.2,
669
+ "completions/mean_length": 68.85,
670
+ "completions/mean_terminated_length": 61.975,
671
+ "completions/min_length": 25.4,
672
+ "completions/min_terminated_length": 25.4,
673
+ "entropy": 0.33708888398250564,
674
+ "epoch": 0.005387931034482759,
675
+ "frac_reward_zero_std": 0.1,
676
+ "grad_norm": 1.25,
677
+ "learning_rate": 4.103448275862069e-06,
678
+ "loss": 0.16269092559814452,
679
+ "num_tokens": 291760.0,
680
+ "reward": 0.09610399603843689,
681
+ "reward_std": 0.6181229472160339,
682
+ "rewards/reward_fn/mean": 0.09610399603843689,
683
+ "rewards/reward_fn/std": 0.6181229710578918,
684
+ "step": 125,
685
+ "step_time": 22.892032967400247
686
+ },
687
+ {
688
+ "clip_ratio/high_max": 0.0,
689
+ "clip_ratio/high_mean": 0.0,
690
+ "clip_ratio/low_mean": 0.0,
691
+ "clip_ratio/low_min": 0.0,
692
+ "clip_ratio/region_mean": 0.0,
693
+ "completions/clipped_ratio": 0.05,
694
+ "completions/max_length": 121.6,
695
+ "completions/max_terminated_length": 119.6,
696
+ "completions/mean_length": 54.625,
697
+ "completions/mean_terminated_length": 45.516667175292966,
698
+ "completions/min_length": 15.4,
699
+ "completions/min_terminated_length": 15.4,
700
+ "entropy": 0.2316889252353576,
701
+ "epoch": 0.005603448275862069,
702
+ "frac_reward_zero_std": 0.1,
703
+ "grad_norm": 0.78515625,
704
+ "learning_rate": 4.060344827586207e-06,
705
+ "loss": 0.05887578129768371,
706
+ "num_tokens": 302777.0,
707
+ "reward": 0.47827199250459673,
708
+ "reward_std": 0.31257240688428284,
709
+ "rewards/reward_fn/mean": 0.47827199250459673,
710
+ "rewards/reward_fn/std": 0.31257240623235705,
711
+ "step": 130,
712
+ "step_time": 20.756939186200178
713
+ },
714
+ {
715
+ "clip_ratio/high_max": 0.0,
716
+ "clip_ratio/high_mean": 0.0,
717
+ "clip_ratio/low_mean": 0.0,
718
+ "clip_ratio/low_min": 0.0,
719
+ "clip_ratio/region_mean": 0.0,
720
+ "completions/clipped_ratio": 0.0,
721
+ "completions/max_length": 83.4,
722
+ "completions/max_terminated_length": 83.4,
723
+ "completions/mean_length": 43.375,
724
+ "completions/mean_terminated_length": 43.375,
725
+ "completions/min_length": 17.0,
726
+ "completions/min_terminated_length": 17.0,
727
+ "entropy": 0.14220066292909905,
728
+ "epoch": 0.00581896551724138,
729
+ "frac_reward_zero_std": 0.3,
730
+ "grad_norm": 0.361328125,
731
+ "learning_rate": 4.017241379310346e-06,
732
+ "loss": 0.0067549549043178555,
733
+ "num_tokens": 313896.0,
734
+ "reward": 0.5540139883756637,
735
+ "reward_std": 0.3137821853160858,
736
+ "rewards/reward_fn/mean": 0.5540139883756637,
737
+ "rewards/reward_fn/std": 0.31378220971673726,
738
+ "step": 135,
739
+ "step_time": 16.04840490619972
740
+ },
741
+ {
742
+ "clip_ratio/high_max": 0.0,
743
+ "clip_ratio/high_mean": 0.0,
744
+ "clip_ratio/low_mean": 0.0,
745
+ "clip_ratio/low_min": 0.0,
746
+ "clip_ratio/region_mean": 0.0,
747
+ "completions/clipped_ratio": 0.0,
748
+ "completions/max_length": 65.2,
749
+ "completions/max_terminated_length": 65.2,
750
+ "completions/mean_length": 33.825,
751
+ "completions/mean_terminated_length": 33.825,
752
+ "completions/min_length": 15.8,
753
+ "completions/min_terminated_length": 15.8,
754
+ "entropy": 0.16708708838559688,
755
+ "epoch": 0.00603448275862069,
756
+ "frac_reward_zero_std": 0.3,
757
+ "grad_norm": 0.53125,
758
+ "learning_rate": 3.974137931034483e-06,
759
+ "loss": 0.000922510027885437,
760
+ "num_tokens": 324093.0,
761
+ "reward": 0.5665820002555847,
762
+ "reward_std": 0.3455619063111953,
763
+ "rewards/reward_fn/mean": 0.5665820002555847,
764
+ "rewards/reward_fn/std": 0.34556191868614405,
765
+ "step": 140,
766
+ "step_time": 13.251863584200146
767
+ },
768
+ {
769
+ "clip_ratio/high_max": 0.0,
770
+ "clip_ratio/high_mean": 0.0,
771
+ "clip_ratio/low_mean": 0.0,
772
+ "clip_ratio/low_min": 0.0,
773
+ "clip_ratio/region_mean": 0.0,
774
+ "completions/clipped_ratio": 0.1,
775
+ "completions/max_length": 175.8,
776
+ "completions/max_terminated_length": 149.4,
777
+ "completions/mean_length": 76.9,
778
+ "completions/mean_terminated_length": 58.73142929077149,
779
+ "completions/min_length": 25.6,
780
+ "completions/min_terminated_length": 25.6,
781
+ "entropy": 0.2752605409361422,
782
+ "epoch": 0.00625,
783
+ "frac_reward_zero_std": 0.0,
784
+ "grad_norm": 0.62109375,
785
+ "learning_rate": 3.931034482758621e-06,
786
+ "loss": -0.012939244508743286,
787
+ "num_tokens": 336493.0,
788
+ "reward": 0.03320800065994263,
789
+ "reward_std": 0.6782135218381882,
790
+ "rewards/reward_fn/mean": 0.03320800065994263,
791
+ "rewards/reward_fn/std": 0.6782135486602783,
792
+ "step": 145,
793
+ "step_time": 27.717435833599847
794
+ },
795
+ {
796
+ "clip_ratio/high_max": 0.0,
797
+ "clip_ratio/high_mean": 0.0,
798
+ "clip_ratio/low_mean": 0.0,
799
+ "clip_ratio/low_min": 0.0,
800
+ "clip_ratio/region_mean": 0.0,
801
+ "completions/clipped_ratio": 0.05,
802
+ "completions/max_length": 159.6,
803
+ "completions/max_terminated_length": 159.4,
804
+ "completions/mean_length": 86.4,
805
+ "completions/mean_terminated_length": 78.2,
806
+ "completions/min_length": 27.0,
807
+ "completions/min_terminated_length": 27.0,
808
+ "entropy": 0.3023837681859732,
809
+ "epoch": 0.00646551724137931,
810
+ "frac_reward_zero_std": 0.1,
811
+ "grad_norm": 0.25,
812
+ "learning_rate": 3.887931034482759e-06,
813
+ "loss": -0.004035864770412445,
814
+ "num_tokens": 349213.0,
815
+ "reward": 0.2794659972190857,
816
+ "reward_std": 0.33909483794122935,
817
+ "rewards/reward_fn/mean": 0.2794659972190857,
818
+ "rewards/reward_fn/std": 0.3390948371961713,
819
+ "step": 150,
820
+ "step_time": 25.6254667358
821
+ },
822
+ {
823
+ "clip_ratio/high_max": 0.0,
824
+ "clip_ratio/high_mean": 0.0,
825
+ "clip_ratio/low_mean": 0.0,
826
+ "clip_ratio/low_min": 0.0,
827
+ "clip_ratio/region_mean": 0.0,
828
+ "completions/clipped_ratio": 0.025,
829
+ "completions/max_length": 120.8,
830
+ "completions/max_terminated_length": 117.2,
831
+ "completions/mean_length": 76.35,
832
+ "completions/mean_terminated_length": 74.68571472167969,
833
+ "completions/min_length": 42.2,
834
+ "completions/min_terminated_length": 42.2,
835
+ "entropy": 0.2444805505729164,
836
+ "epoch": 0.006681034482758621,
837
+ "frac_reward_zero_std": 0.3,
838
+ "grad_norm": 0.59375,
839
+ "learning_rate": 3.844827586206897e-06,
840
+ "loss": 0.06990929841995239,
841
+ "num_tokens": 361243.0,
842
+ "reward": 0.31372600197792055,
843
+ "reward_std": 0.16792407557368277,
844
+ "rewards/reward_fn/mean": 0.31372600197792055,
845
+ "rewards/reward_fn/std": 0.16792407706379892,
846
+ "step": 155,
847
+ "step_time": 20.657237647200326
848
+ },
849
+ {
850
+ "clip_ratio/high_max": 0.0,
851
+ "clip_ratio/high_mean": 0.0,
852
+ "clip_ratio/low_mean": 0.0,
853
+ "clip_ratio/low_min": 0.0,
854
+ "clip_ratio/region_mean": 0.0,
855
+ "completions/clipped_ratio": 0.025,
856
+ "completions/max_length": 86.2,
857
+ "completions/max_terminated_length": 78.2,
858
+ "completions/mean_length": 57.375,
859
+ "completions/mean_terminated_length": 54.985714721679685,
860
+ "completions/min_length": 36.2,
861
+ "completions/min_terminated_length": 36.2,
862
+ "entropy": 0.2041449310956523,
863
+ "epoch": 0.006896551724137931,
864
+ "frac_reward_zero_std": 0.3,
865
+ "grad_norm": 0.146484375,
866
+ "learning_rate": 3.801724137931035e-06,
867
+ "loss": -0.003799402713775635,
868
+ "num_tokens": 372606.0,
869
+ "reward": 0.6000540047883988,
870
+ "reward_std": 0.14438311448320745,
871
+ "rewards/reward_fn/mean": 0.6000540047883988,
872
+ "rewards/reward_fn/std": 0.1443831158336252,
873
+ "step": 160,
874
+ "step_time": 15.94448771479947
875
+ },
876
+ {
877
+ "clip_ratio/high_max": 0.0,
878
+ "clip_ratio/high_mean": 0.0,
879
+ "clip_ratio/low_mean": 0.0,
880
+ "clip_ratio/low_min": 0.0,
881
+ "clip_ratio/region_mean": 0.0,
882
+ "completions/clipped_ratio": 0.1,
883
+ "completions/max_length": 196.6,
884
+ "completions/max_terminated_length": 173.8,
885
+ "completions/mean_length": 114.125,
886
+ "completions/mean_terminated_length": 102.28333435058593,
887
+ "completions/min_length": 40.8,
888
+ "completions/min_terminated_length": 40.8,
889
+ "entropy": 0.3578500231727958,
890
+ "epoch": 0.007112068965517242,
891
+ "frac_reward_zero_std": 0.0,
892
+ "grad_norm": 0.515625,
893
+ "learning_rate": 3.7586206896551727e-06,
894
+ "loss": 0.05463705062866211,
895
+ "num_tokens": 386899.0,
896
+ "reward": 0.29335000514984133,
897
+ "reward_std": 0.6011195421218872,
898
+ "rewards/reward_fn/mean": 0.29335000514984133,
899
+ "rewards/reward_fn/std": 0.6011195570230484,
900
+ "step": 165,
901
+ "step_time": 30.583657701599986
902
+ },
903
+ {
904
+ "clip_ratio/high_max": 0.0,
905
+ "clip_ratio/high_mean": 0.0,
906
+ "clip_ratio/low_mean": 0.0,
907
+ "clip_ratio/low_min": 0.0,
908
+ "clip_ratio/region_mean": 0.0,
909
+ "completions/clipped_ratio": 0.025,
910
+ "completions/max_length": 120.6,
911
+ "completions/max_terminated_length": 105.4,
912
+ "completions/mean_length": 64.775,
913
+ "completions/mean_terminated_length": 60.79285736083985,
914
+ "completions/min_length": 27.2,
915
+ "completions/min_terminated_length": 27.2,
916
+ "entropy": 0.3172524501627777,
917
+ "epoch": 0.007327586206896552,
918
+ "frac_reward_zero_std": 0.2,
919
+ "grad_norm": 0.380859375,
920
+ "learning_rate": 3.7155172413793107e-06,
921
+ "loss": -0.04064536094665527,
922
+ "num_tokens": 398878.0,
923
+ "reward": 0.2578879952430725,
924
+ "reward_std": 0.4871767422184348,
925
+ "rewards/reward_fn/mean": 0.2578879952430725,
926
+ "rewards/reward_fn/std": 0.4871767588891089,
927
+ "step": 170,
928
+ "step_time": 20.961449378399994
929
+ },
930
+ {
931
+ "clip_ratio/high_max": 0.0,
932
+ "clip_ratio/high_mean": 0.0,
933
+ "clip_ratio/low_mean": 0.0,
934
+ "clip_ratio/low_min": 0.0,
935
+ "clip_ratio/region_mean": 0.0,
936
+ "completions/clipped_ratio": 0.0,
937
+ "completions/max_length": 86.0,
938
+ "completions/max_terminated_length": 86.0,
939
+ "completions/mean_length": 49.1,
940
+ "completions/mean_terminated_length": 49.1,
941
+ "completions/min_length": 25.4,
942
+ "completions/min_terminated_length": 25.4,
943
+ "entropy": 0.28907319878344423,
944
+ "epoch": 0.007543103448275862,
945
+ "frac_reward_zero_std": 0.3,
946
+ "grad_norm": 0.63671875,
947
+ "learning_rate": 3.6724137931034487e-06,
948
+ "loss": 0.07596501111984252,
949
+ "num_tokens": 409894.0,
950
+ "reward": 0.2182680130004883,
951
+ "reward_std": 0.2655696720117703,
952
+ "rewards/reward_fn/mean": 0.2182680130004883,
953
+ "rewards/reward_fn/std": 0.26556967524811625,
954
+ "step": 175,
955
+ "step_time": 16.00376275539984
956
+ },
957
+ {
958
+ "clip_ratio/high_max": 0.0,
959
+ "clip_ratio/high_mean": 0.0,
960
+ "clip_ratio/low_mean": 0.0,
961
+ "clip_ratio/low_min": 0.0,
962
+ "clip_ratio/region_mean": 0.0,
963
+ "completions/clipped_ratio": 0.075,
964
+ "completions/max_length": 119.0,
965
+ "completions/max_terminated_length": 118.0,
966
+ "completions/mean_length": 75.025,
967
+ "completions/mean_terminated_length": 60.685000610351565,
968
+ "completions/min_length": 30.4,
969
+ "completions/min_terminated_length": 30.4,
970
+ "entropy": 0.2300539159856271,
971
+ "epoch": 0.007758620689655172,
972
+ "frac_reward_zero_std": 0.4,
973
+ "grad_norm": 0.33203125,
974
+ "learning_rate": 3.6293103448275863e-06,
975
+ "loss": 0.0008989959955215454,
976
+ "num_tokens": 422115.0,
977
+ "reward": 0.2748300015926361,
978
+ "reward_std": 0.4872116835438646,
979
+ "rewards/reward_fn/mean": 0.2748300015926361,
980
+ "rewards/reward_fn/std": 0.487211688212119,
981
+ "step": 180,
982
+ "step_time": 20.472563396999977
983
+ },
984
+ {
985
+ "clip_ratio/high_max": 0.0,
986
+ "clip_ratio/high_mean": 0.0,
987
+ "clip_ratio/low_mean": 0.0,
988
+ "clip_ratio/low_min": 0.0,
989
+ "clip_ratio/region_mean": 0.0,
990
+ "completions/clipped_ratio": 0.025,
991
+ "completions/max_length": 140.8,
992
+ "completions/max_terminated_length": 130.4,
993
+ "completions/mean_length": 77.75,
994
+ "completions/mean_terminated_length": 73.95714416503907,
995
+ "completions/min_length": 28.4,
996
+ "completions/min_terminated_length": 28.4,
997
+ "entropy": 0.2450535054318607,
998
+ "epoch": 0.007974137931034483,
999
+ "frac_reward_zero_std": 0.3,
1000
+ "grad_norm": 0.0,
1001
+ "learning_rate": 3.5862068965517243e-06,
1002
+ "loss": 0.041662493348121644,
1003
+ "num_tokens": 434661.0,
1004
+ "reward": 0.052784007787704465,
1005
+ "reward_std": 0.2650376170873642,
1006
+ "rewards/reward_fn/mean": 0.052784007787704465,
1007
+ "rewards/reward_fn/std": 0.26503762900829314,
1008
+ "step": 185,
1009
+ "step_time": 23.318358728199563
1010
+ },
1011
+ {
1012
+ "clip_ratio/high_max": 0.0,
1013
+ "clip_ratio/high_mean": 0.0,
1014
+ "clip_ratio/low_mean": 0.0,
1015
+ "clip_ratio/low_min": 0.0,
1016
+ "clip_ratio/region_mean": 0.0,
1017
+ "completions/clipped_ratio": 0.05,
1018
+ "completions/max_length": 195.6,
1019
+ "completions/max_terminated_length": 192.8,
1020
+ "completions/mean_length": 89.9,
1021
+ "completions/mean_terminated_length": 84.275,
1022
+ "completions/min_length": 26.2,
1023
+ "completions/min_terminated_length": 26.2,
1024
+ "entropy": 0.3329991169273853,
1025
+ "epoch": 0.008189655172413794,
1026
+ "frac_reward_zero_std": 0.3,
1027
+ "grad_norm": 0.3515625,
1028
+ "learning_rate": 3.5431034482758623e-06,
1029
+ "loss": 0.014610832929611206,
1030
+ "num_tokens": 447801.0,
1031
+ "reward": 0.449290007352829,
1032
+ "reward_std": 0.2617717768996954,
1033
+ "rewards/reward_fn/mean": 0.449290007352829,
1034
+ "rewards/reward_fn/std": 0.26177178248763083,
1035
+ "step": 190,
1036
+ "step_time": 30.514870558599977
1037
+ },
1038
+ {
1039
+ "clip_ratio/high_max": 0.0,
1040
+ "clip_ratio/high_mean": 0.0,
1041
+ "clip_ratio/low_mean": 0.0,
1042
+ "clip_ratio/low_min": 0.0,
1043
+ "clip_ratio/region_mean": 0.0,
1044
+ "completions/clipped_ratio": 0.075,
1045
+ "completions/max_length": 174.6,
1046
+ "completions/max_terminated_length": 167.2,
1047
+ "completions/mean_length": 102.6,
1048
+ "completions/mean_terminated_length": 93.59166717529297,
1049
+ "completions/min_length": 33.8,
1050
+ "completions/min_terminated_length": 33.8,
1051
+ "entropy": 0.27610186783713286,
1052
+ "epoch": 0.008405172413793103,
1053
+ "frac_reward_zero_std": 0.4,
1054
+ "grad_norm": 0.33203125,
1055
+ "learning_rate": 3.5e-06,
1056
+ "loss": 0.014060372114181518,
1057
+ "num_tokens": 461297.0,
1058
+ "reward": 0.18859200328588485,
1059
+ "reward_std": 0.20913713360205294,
1060
+ "rewards/reward_fn/mean": 0.18859200328588485,
1061
+ "rewards/reward_fn/std": 0.20913713917834684,
1062
+ "step": 195,
1063
+ "step_time": 27.840963185400142
1064
+ },
1065
+ {
1066
+ "clip_ratio/high_max": 0.0,
1067
+ "clip_ratio/high_mean": 0.0,
1068
+ "clip_ratio/low_mean": 0.0,
1069
+ "clip_ratio/low_min": 0.0,
1070
+ "clip_ratio/region_mean": 0.0,
1071
+ "completions/clipped_ratio": 0.1,
1072
+ "completions/max_length": 145.6,
1073
+ "completions/max_terminated_length": 108.0,
1074
+ "completions/mean_length": 63.075,
1075
+ "completions/mean_terminated_length": 43.47500076293945,
1076
+ "completions/min_length": 16.4,
1077
+ "completions/min_terminated_length": 16.4,
1078
+ "entropy": 0.20764350929530337,
1079
+ "epoch": 0.008620689655172414,
1080
+ "frac_reward_zero_std": 0.3,
1081
+ "grad_norm": 0.2177734375,
1082
+ "learning_rate": 3.4568965517241384e-06,
1083
+ "loss": 0.01216265857219696,
1084
+ "num_tokens": 473228.0,
1085
+ "reward": 0.4162260115146637,
1086
+ "reward_std": 0.5489736057817935,
1087
+ "rewards/reward_fn/mean": 0.4162260115146637,
1088
+ "rewards/reward_fn/std": 0.5489736313116736,
1089
+ "step": 200,
1090
+ "step_time": 24.10546086580016
1091
+ },
1092
+ {
1093
+ "clip_ratio/high_max": 0.0,
1094
+ "clip_ratio/high_mean": 0.0,
1095
+ "clip_ratio/low_mean": 0.0,
1096
+ "clip_ratio/low_min": 0.0,
1097
+ "clip_ratio/region_mean": 0.0,
1098
+ "completions/clipped_ratio": 0.0,
1099
+ "completions/max_length": 55.6,
1100
+ "completions/max_terminated_length": 55.6,
1101
+ "completions/mean_length": 23.825,
1102
+ "completions/mean_terminated_length": 23.825,
1103
+ "completions/min_length": 16.0,
1104
+ "completions/min_terminated_length": 16.0,
1105
+ "entropy": 0.13016226456093136,
1106
+ "epoch": 0.008836206896551724,
1107
+ "frac_reward_zero_std": 0.3,
1108
+ "grad_norm": 2.59375,
1109
+ "learning_rate": 3.4137931034482764e-06,
1110
+ "loss": 0.10798157453536987,
1111
+ "num_tokens": 483053.0,
1112
+ "reward": 0.7742319941520691,
1113
+ "reward_std": 0.06249405808048323,
1114
+ "rewards/reward_fn/mean": 0.7742319941520691,
1115
+ "rewards/reward_fn/std": 0.06249405494891107,
1116
+ "step": 205,
1117
+ "step_time": 12.142383367000003
1118
+ },
1119
+ {
1120
+ "clip_ratio/high_max": 0.0,
1121
+ "clip_ratio/high_mean": 0.0,
1122
+ "clip_ratio/low_mean": 0.0,
1123
+ "clip_ratio/low_min": 0.0,
1124
+ "clip_ratio/region_mean": 0.0,
1125
+ "completions/clipped_ratio": 0.0,
1126
+ "completions/max_length": 104.8,
1127
+ "completions/max_terminated_length": 104.8,
1128
+ "completions/mean_length": 50.125,
1129
+ "completions/mean_terminated_length": 50.125,
1130
+ "completions/min_length": 22.4,
1131
+ "completions/min_terminated_length": 22.4,
1132
+ "entropy": 0.3128367411205545,
1133
+ "epoch": 0.009051724137931035,
1134
+ "frac_reward_zero_std": 0.2,
1135
+ "grad_norm": 0.57421875,
1136
+ "learning_rate": 3.370689655172414e-06,
1137
+ "loss": -0.012002941966056824,
1138
+ "num_tokens": 494054.0,
1139
+ "reward": 0.31811599135398866,
1140
+ "reward_std": 0.6536980773322284,
1141
+ "rewards/reward_fn/mean": 0.31811599135398866,
1142
+ "rewards/reward_fn/std": 0.6536980641074479,
1143
+ "step": 210,
1144
+ "step_time": 18.774766382600138
1145
+ },
1146
+ {
1147
+ "clip_ratio/high_max": 0.0,
1148
+ "clip_ratio/high_mean": 0.0,
1149
+ "clip_ratio/low_mean": 0.0,
1150
+ "clip_ratio/low_min": 0.0,
1151
+ "clip_ratio/region_mean": 0.0,
1152
+ "completions/clipped_ratio": 0.0,
1153
+ "completions/max_length": 79.8,
1154
+ "completions/max_terminated_length": 79.8,
1155
+ "completions/mean_length": 54.7,
1156
+ "completions/mean_terminated_length": 54.7,
1157
+ "completions/min_length": 38.4,
1158
+ "completions/min_terminated_length": 38.4,
1159
+ "entropy": 0.18855432691198076,
1160
+ "epoch": 0.009267241379310344,
1161
+ "frac_reward_zero_std": 0.3,
1162
+ "grad_norm": 0.376953125,
1163
+ "learning_rate": 3.327586206896552e-06,
1164
+ "loss": -0.01920826584100723,
1165
+ "num_tokens": 505226.0,
1166
+ "reward": 0.5115379929542542,
1167
+ "reward_std": 0.15735746768768877,
1168
+ "rewards/reward_fn/mean": 0.5115379929542542,
1169
+ "rewards/reward_fn/std": 0.1573574845213443,
1170
+ "step": 215,
1171
+ "step_time": 15.221036481800548
1172
+ },
1173
+ {
1174
+ "clip_ratio/high_max": 0.0,
1175
+ "clip_ratio/high_mean": 0.0,
1176
+ "clip_ratio/low_mean": 0.0,
1177
+ "clip_ratio/low_min": 0.0,
1178
+ "clip_ratio/region_mean": 0.0,
1179
+ "completions/clipped_ratio": 0.0,
1180
+ "completions/max_length": 126.2,
1181
+ "completions/max_terminated_length": 126.2,
1182
+ "completions/mean_length": 59.2,
1183
+ "completions/mean_terminated_length": 59.2,
1184
+ "completions/min_length": 16.2,
1185
+ "completions/min_terminated_length": 16.2,
1186
+ "entropy": 0.31272616144269705,
1187
+ "epoch": 0.009482758620689655,
1188
+ "frac_reward_zero_std": 0.1,
1189
+ "grad_norm": 0.7578125,
1190
+ "learning_rate": 3.28448275862069e-06,
1191
+ "loss": 0.13071467876434326,
1192
+ "num_tokens": 516730.0,
1193
+ "reward": 0.6471440196037292,
1194
+ "reward_std": 0.15736471198033541,
1195
+ "rewards/reward_fn/mean": 0.6471440196037292,
1196
+ "rewards/reward_fn/std": 0.15736472072312607,
1197
+ "step": 220,
1198
+ "step_time": 21.683129164199453
1199
+ },
1200
+ {
1201
+ "clip_ratio/high_max": 0.0,
1202
+ "clip_ratio/high_mean": 0.0,
1203
+ "clip_ratio/low_mean": 0.0,
1204
+ "clip_ratio/low_min": 0.0,
1205
+ "clip_ratio/region_mean": 0.0,
1206
+ "completions/clipped_ratio": 0.0,
1207
+ "completions/max_length": 75.6,
1208
+ "completions/max_terminated_length": 75.6,
1209
+ "completions/mean_length": 41.075,
1210
+ "completions/mean_terminated_length": 41.075,
1211
+ "completions/min_length": 21.2,
1212
+ "completions/min_terminated_length": 21.2,
1213
+ "entropy": 0.17901114720734768,
1214
+ "epoch": 0.009698275862068966,
1215
+ "frac_reward_zero_std": 0.2,
1216
+ "grad_norm": 0.390625,
1217
+ "learning_rate": 3.2413793103448277e-06,
1218
+ "loss": 0.0042393475770950316,
1219
+ "num_tokens": 527637.0,
1220
+ "reward": 0.5594579905271531,
1221
+ "reward_std": 0.23395470455288886,
1222
+ "rewards/reward_fn/mean": 0.5594579905271531,
1223
+ "rewards/reward_fn/std": 0.23395471236435697,
1224
+ "step": 225,
1225
+ "step_time": 14.985401752000143
1226
+ },
1227
+ {
1228
+ "clip_ratio/high_max": 0.0,
1229
+ "clip_ratio/high_mean": 0.0,
1230
+ "clip_ratio/low_mean": 0.0,
1231
+ "clip_ratio/low_min": 0.0,
1232
+ "clip_ratio/region_mean": 0.0,
1233
+ "completions/clipped_ratio": 0.025,
1234
+ "completions/max_length": 145.0,
1235
+ "completions/max_terminated_length": 144.0,
1236
+ "completions/mean_length": 77.85,
1237
+ "completions/mean_terminated_length": 73.91785736083985,
1238
+ "completions/min_length": 29.8,
1239
+ "completions/min_terminated_length": 29.8,
1240
+ "entropy": 0.28966000496875494,
1241
+ "epoch": 0.009913793103448277,
1242
+ "frac_reward_zero_std": 0.3,
1243
+ "grad_norm": 0.294921875,
1244
+ "learning_rate": 3.1982758620689657e-06,
1245
+ "loss": -0.03884480595588684,
1246
+ "num_tokens": 539999.0,
1247
+ "reward": 0.2210400015115738,
1248
+ "reward_std": 0.45898649455048146,
1249
+ "rewards/reward_fn/mean": 0.2210400015115738,
1250
+ "rewards/reward_fn/std": 0.458986507600639,
1251
+ "step": 230,
1252
+ "step_time": 23.7599374403997
1253
+ },
1254
+ {
1255
+ "clip_ratio/high_max": 0.0,
1256
+ "clip_ratio/high_mean": 0.0,
1257
+ "clip_ratio/low_mean": 0.0,
1258
+ "clip_ratio/low_min": 0.0,
1259
+ "clip_ratio/region_mean": 0.0,
1260
+ "completions/clipped_ratio": 0.0,
1261
+ "completions/max_length": 117.2,
1262
+ "completions/max_terminated_length": 117.2,
1263
+ "completions/mean_length": 50.25,
1264
+ "completions/mean_terminated_length": 50.25,
1265
+ "completions/min_length": 15.4,
1266
+ "completions/min_terminated_length": 15.4,
1267
+ "entropy": 0.2198769545648247,
1268
+ "epoch": 0.010129310344827586,
1269
+ "frac_reward_zero_std": 0.1,
1270
+ "grad_norm": 0.5234375,
1271
+ "learning_rate": 3.1551724137931037e-06,
1272
+ "loss": -0.013682875037193298,
1273
+ "num_tokens": 551073.0,
1274
+ "reward": 0.4487079918384552,
1275
+ "reward_std": 0.5221681177150458,
1276
+ "rewards/reward_fn/mean": 0.4487079918384552,
1277
+ "rewards/reward_fn/std": 0.5221681545488537,
1278
+ "step": 235,
1279
+ "step_time": 20.431722840200383
1280
+ },
1281
+ {
1282
+ "clip_ratio/high_max": 0.0,
1283
+ "clip_ratio/high_mean": 0.0,
1284
+ "clip_ratio/low_mean": 0.0,
1285
+ "clip_ratio/low_min": 0.0,
1286
+ "clip_ratio/region_mean": 0.0,
1287
+ "completions/clipped_ratio": 0.0,
1288
+ "completions/max_length": 118.6,
1289
+ "completions/max_terminated_length": 118.6,
1290
+ "completions/mean_length": 54.675,
1291
+ "completions/mean_terminated_length": 54.675,
1292
+ "completions/min_length": 16.2,
1293
+ "completions/min_terminated_length": 16.2,
1294
+ "entropy": 0.20829223558394006,
1295
+ "epoch": 0.010344827586206896,
1296
+ "frac_reward_zero_std": 0.4,
1297
+ "grad_norm": 0.41015625,
1298
+ "learning_rate": 3.1120689655172413e-06,
1299
+ "loss": -0.030032938718795775,
1300
+ "num_tokens": 562420.0,
1301
+ "reward": 0.17456801533699035,
1302
+ "reward_std": 0.46873694062232973,
1303
+ "rewards/reward_fn/mean": 0.17456801533699035,
1304
+ "rewards/reward_fn/std": 0.4687369393184781,
1305
+ "step": 240,
1306
+ "step_time": 20.53446474100001
1307
+ },
1308
+ {
1309
+ "clip_ratio/high_max": 0.0,
1310
+ "clip_ratio/high_mean": 0.0,
1311
+ "clip_ratio/low_mean": 0.0,
1312
+ "clip_ratio/low_min": 0.0,
1313
+ "clip_ratio/region_mean": 0.0,
1314
+ "completions/clipped_ratio": 0.0,
1315
+ "completions/max_length": 73.8,
1316
+ "completions/max_terminated_length": 73.8,
1317
+ "completions/mean_length": 42.475,
1318
+ "completions/mean_terminated_length": 42.475,
1319
+ "completions/min_length": 15.8,
1320
+ "completions/min_terminated_length": 15.8,
1321
+ "entropy": 0.22942446915694745,
1322
+ "epoch": 0.010560344827586207,
1323
+ "frac_reward_zero_std": 0.4,
1324
+ "grad_norm": 0.0,
1325
+ "learning_rate": 3.0689655172413797e-06,
1326
+ "loss": 0.043540936708450315,
1327
+ "num_tokens": 572919.0,
1328
+ "reward": 0.5922660022974015,
1329
+ "reward_std": 0.26113789578084834,
1330
+ "rewards/reward_fn/mean": 0.5922660022974015,
1331
+ "rewards/reward_fn/std": 0.2611379227571888,
1332
+ "step": 245,
1333
+ "step_time": 14.755489835400112
1334
+ },
1335
+ {
1336
+ "clip_ratio/high_max": 0.0,
1337
+ "clip_ratio/high_mean": 0.0,
1338
+ "clip_ratio/low_mean": 0.0,
1339
+ "clip_ratio/low_min": 0.0,
1340
+ "clip_ratio/region_mean": 0.0,
1341
+ "completions/clipped_ratio": 0.0,
1342
+ "completions/max_length": 57.4,
1343
+ "completions/max_terminated_length": 57.4,
1344
+ "completions/mean_length": 31.925,
1345
+ "completions/mean_terminated_length": 31.925,
1346
+ "completions/min_length": 16.0,
1347
+ "completions/min_terminated_length": 16.0,
1348
+ "entropy": 0.16531706769019366,
1349
+ "epoch": 0.010775862068965518,
1350
+ "frac_reward_zero_std": 0.4,
1351
+ "grad_norm": 0.7734375,
1352
+ "learning_rate": 3.0258620689655178e-06,
1353
+ "loss": 0.02320311963558197,
1354
+ "num_tokens": 583104.0,
1355
+ "reward": 0.7694700002670288,
1356
+ "reward_std": 0.03285302005242556,
1357
+ "rewards/reward_fn/mean": 0.7694700002670288,
1358
+ "rewards/reward_fn/std": 0.03285302061121911,
1359
+ "step": 250,
1360
+ "step_time": 12.29388190760037
1361
+ }
1362
+ ],
1363
+ "logging_steps": 5,
1364
+ "max_steps": 600,
1365
+ "num_input_tokens_seen": 583104,
1366
+ "num_train_epochs": 1,
1367
+ "save_steps": 50,
1368
+ "stateful_callbacks": {
1369
+ "TrainerControl": {
1370
+ "args": {
1371
+ "should_epoch_stop": false,
1372
+ "should_evaluate": false,
1373
+ "should_log": false,
1374
+ "should_save": true,
1375
+ "should_training_stop": false
1376
+ },
1377
+ "attributes": {}
1378
+ }
1379
+ },
1380
+ "total_flos": 0.0,
1381
+ "train_batch_size": 1,
1382
+ "trial_name": null,
1383
+ "trial_params": null
1384
+ }
checkpoint-250/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cf50531ca359d39fbfa05dc0896e03532a83d53b029182b6d7f757efab0c97a
3
+ size 7185