IDoNotHaveAName commited on
Commit
c5f3418
·
verified ·
1 Parent(s): 84ebc0e

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ 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
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
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
+ }
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "total_flos": 0.0,
3
+ "train_loss": 0.03994659806432739,
4
+ "train_runtime": 6206.0471,
5
+ "train_samples": 246,
6
+ "train_samples_per_second": 0.119,
7
+ "train_steps_per_second": 0.015
8
+ }
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/root/trained_model/X-R1-1.5B",
3
+ "architectures": [
4
+ "Qwen2ForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "eos_token_id": 151643,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 1536,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 8960,
13
+ "max_position_embeddings": 131072,
14
+ "max_window_layers": 28,
15
+ "model_type": "qwen2",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 28,
18
+ "num_key_value_heads": 2,
19
+ "rms_norm_eps": 1e-06,
20
+ "rope_scaling": null,
21
+ "rope_theta": 1000000.0,
22
+ "sliding_window": null,
23
+ "tie_word_embeddings": true,
24
+ "torch_dtype": "bfloat16",
25
+ "transformers_version": "4.48.2",
26
+ "use_cache": true,
27
+ "use_mrope": false,
28
+ "use_sliding_window": false,
29
+ "vocab_size": 151936
30
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "eos_token_id": 151643,
4
+ "max_new_tokens": 2048,
5
+ "transformers_version": "4.48.2"
6
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:313229d8236df4a142402a3212ca45cc2f5a9cdf0c7c7bbf72fae191849af873
3
+ size 3087467144
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": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5eee858c5123a4279c3e1f7b81247343f356ac767940b2692a928ad929543214
3
+ size 11422063
tokenizer_config.json ADDED
@@ -0,0 +1,212 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 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 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": "<|endoftext|>",
201
+ "errors": "replace",
202
+ "extra_special_tokens": {},
203
+ "max_length": null,
204
+ "model_max_length": 131072,
205
+ "pad_to_multiple_of": null,
206
+ "pad_token": "<|endoftext|>",
207
+ "pad_token_type_id": 0,
208
+ "padding_side": "left",
209
+ "split_special_tokens": false,
210
+ "tokenizer_class": "Qwen2Tokenizer",
211
+ "unk_token": null
212
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "total_flos": 0.0,
3
+ "train_loss": 0.03994659806432739,
4
+ "train_runtime": 6206.0471,
5
+ "train_samples": 246,
6
+ "train_samples_per_second": 0.119,
7
+ "train_steps_per_second": 0.015
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,1302 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.975609756097561,
5
+ "eval_steps": 1,
6
+ "global_step": 90,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "clip_ratio": 0.0,
13
+ "completion_length": 411.93750762939453,
14
+ "epoch": 0.032520325203252036,
15
+ "grad_norm": 0.041010234504938126,
16
+ "kl": 0.0,
17
+ "learning_rate": 3.333333333333333e-07,
18
+ "loss": -0.0227,
19
+ "reward": 0.7500000018626451,
20
+ "reward_std": 0.18404608592391014,
21
+ "rewards/accuracy_reward": 0.7500000018626451,
22
+ "rewards/format_reward": 0.0,
23
+ "step": 1
24
+ },
25
+ {
26
+ "clip_ratio": 0.0,
27
+ "completion_length": 507.3958435058594,
28
+ "epoch": 0.06504065040650407,
29
+ "grad_norm": 0.04812910035252571,
30
+ "kl": 0.0,
31
+ "learning_rate": 6.666666666666666e-07,
32
+ "loss": 0.0693,
33
+ "reward": 0.562500013038516,
34
+ "reward_std": 0.21764283627271652,
35
+ "rewards/accuracy_reward": 0.562500013038516,
36
+ "rewards/format_reward": 0.0,
37
+ "step": 2
38
+ },
39
+ {
40
+ "clip_ratio": 0.0,
41
+ "completion_length": 512.7708473205566,
42
+ "epoch": 0.0975609756097561,
43
+ "grad_norm": 0.03587072715163231,
44
+ "kl": -1.9647181034088135e-05,
45
+ "learning_rate": 1e-06,
46
+ "loss": 0.0052,
47
+ "reward": 0.6458333376795053,
48
+ "reward_std": 0.3170611374080181,
49
+ "rewards/accuracy_reward": 0.6458333376795053,
50
+ "rewards/format_reward": 0.0,
51
+ "step": 3
52
+ },
53
+ {
54
+ "clip_ratio": 0.0,
55
+ "completion_length": 514.5833473205566,
56
+ "epoch": 0.13008130081300814,
57
+ "grad_norm": 0.04658569023013115,
58
+ "kl": -3.5881996154785156e-05,
59
+ "learning_rate": 1.3333333333333332e-06,
60
+ "loss": -0.0059,
61
+ "reward": 0.5000000149011612,
62
+ "reward_std": 0.3332235962152481,
63
+ "rewards/accuracy_reward": 0.5000000149011612,
64
+ "rewards/format_reward": 0.0,
65
+ "step": 4
66
+ },
67
+ {
68
+ "clip_ratio": 0.0,
69
+ "completion_length": 534.9166831970215,
70
+ "epoch": 0.16260162601626016,
71
+ "grad_norm": 0.019696101546287537,
72
+ "kl": -3.643333911895752e-05,
73
+ "learning_rate": 1.6666666666666669e-06,
74
+ "loss": 0.0292,
75
+ "reward": 0.7291666697710752,
76
+ "reward_std": 0.11558076366782188,
77
+ "rewards/accuracy_reward": 0.7291666697710752,
78
+ "rewards/format_reward": 0.0,
79
+ "step": 5
80
+ },
81
+ {
82
+ "clip_ratio": 0.0,
83
+ "completion_length": 482.1041793823242,
84
+ "epoch": 0.1951219512195122,
85
+ "grad_norm": 0.04941963776946068,
86
+ "kl": -5.251169204711914e-05,
87
+ "learning_rate": 2e-06,
88
+ "loss": 0.022,
89
+ "reward": 0.687500013038516,
90
+ "reward_std": 0.35457348078489304,
91
+ "rewards/accuracy_reward": 0.687500013038516,
92
+ "rewards/format_reward": 0.0,
93
+ "step": 6
94
+ },
95
+ {
96
+ "clip_ratio": 0.0,
97
+ "completion_length": 521.3125076293945,
98
+ "epoch": 0.22764227642276422,
99
+ "grad_norm": 0.0479104146361351,
100
+ "kl": -7.079541683197021e-05,
101
+ "learning_rate": 2.3333333333333336e-06,
102
+ "loss": 0.0171,
103
+ "reward": 0.7291666753590107,
104
+ "reward_std": 0.21764283627271652,
105
+ "rewards/accuracy_reward": 0.7291666753590107,
106
+ "rewards/format_reward": 0.0,
107
+ "step": 7
108
+ },
109
+ {
110
+ "clip_ratio": 0.0,
111
+ "completion_length": 447.35417556762695,
112
+ "epoch": 0.2601626016260163,
113
+ "grad_norm": 0.028429586440324783,
114
+ "kl": -7.56382942199707e-05,
115
+ "learning_rate": 2.6666666666666664e-06,
116
+ "loss": 0.0024,
117
+ "reward": 0.5833333432674408,
118
+ "reward_std": 0.10206207260489464,
119
+ "rewards/accuracy_reward": 0.5833333432674408,
120
+ "rewards/format_reward": 0.0,
121
+ "step": 8
122
+ },
123
+ {
124
+ "clip_ratio": 0.0,
125
+ "completion_length": 629.3125190734863,
126
+ "epoch": 0.2926829268292683,
127
+ "grad_norm": 0.036269526928663254,
128
+ "kl": -6.125122308731079e-05,
129
+ "learning_rate": 3e-06,
130
+ "loss": -0.0114,
131
+ "reward": 0.45833334140479565,
132
+ "reward_std": 0.16661180183291435,
133
+ "rewards/accuracy_reward": 0.45833334140479565,
134
+ "rewards/format_reward": 0.0,
135
+ "step": 9
136
+ },
137
+ {
138
+ "clip_ratio": 0.0,
139
+ "completion_length": 413.9166889190674,
140
+ "epoch": 0.3252032520325203,
141
+ "grad_norm": 0.047799333930015564,
142
+ "kl": 4.0762126445770264e-05,
143
+ "learning_rate": 2.9988719287563454e-06,
144
+ "loss": -0.0099,
145
+ "reward": 0.6250000074505806,
146
+ "reward_std": 0.2861081585288048,
147
+ "rewards/accuracy_reward": 0.6250000074505806,
148
+ "rewards/format_reward": 0.0,
149
+ "step": 10
150
+ },
151
+ {
152
+ "clip_ratio": 0.0,
153
+ "completion_length": 525.1666870117188,
154
+ "epoch": 0.35772357723577236,
155
+ "grad_norm": 0.022231411188840866,
156
+ "kl": 0.00024199485778808594,
157
+ "learning_rate": 2.995489411751688e-06,
158
+ "loss": 0.0023,
159
+ "reward": 0.6875000018626451,
160
+ "reward_std": 0.11558076366782188,
161
+ "rewards/accuracy_reward": 0.6875000018626451,
162
+ "rewards/format_reward": 0.0,
163
+ "step": 11
164
+ },
165
+ {
166
+ "clip_ratio": 0.0,
167
+ "completion_length": 550.8125114440918,
168
+ "epoch": 0.3902439024390244,
169
+ "grad_norm": 0.014551201835274696,
170
+ "kl": 0.0006639957427978516,
171
+ "learning_rate": 2.989857536612915e-06,
172
+ "loss": 0.0,
173
+ "reward": 0.5833333358168602,
174
+ "reward_std": 0.06454972922801971,
175
+ "rewards/accuracy_reward": 0.5833333358168602,
176
+ "rewards/format_reward": 0.0,
177
+ "step": 12
178
+ },
179
+ {
180
+ "clip_ratio": 0.0,
181
+ "completion_length": 567.5416831970215,
182
+ "epoch": 0.42276422764227645,
183
+ "grad_norm": 0.04071850702166557,
184
+ "kl": 0.0005123615264892578,
185
+ "learning_rate": 2.9819847742152137e-06,
186
+ "loss": 0.0243,
187
+ "reward": 0.5833333395421505,
188
+ "reward_std": 0.22155842930078506,
189
+ "rewards/accuracy_reward": 0.5833333395421505,
190
+ "rewards/format_reward": 0.0,
191
+ "step": 13
192
+ },
193
+ {
194
+ "clip_ratio": 0.0,
195
+ "completion_length": 532.9375152587891,
196
+ "epoch": 0.45528455284552843,
197
+ "grad_norm": 0.04049593582749367,
198
+ "kl": 0.0007052421569824219,
199
+ "learning_rate": 2.971882965941077e-06,
200
+ "loss": 0.0228,
201
+ "reward": 0.7083333358168602,
202
+ "reward_std": 0.20148037374019623,
203
+ "rewards/accuracy_reward": 0.7083333358168602,
204
+ "rewards/format_reward": 0.0,
205
+ "step": 14
206
+ },
207
+ {
208
+ "clip_ratio": 0.0,
209
+ "completion_length": 527.9375190734863,
210
+ "epoch": 0.4878048780487805,
211
+ "grad_norm": 0.046176813542842865,
212
+ "kl": 0.001251220703125,
213
+ "learning_rate": 2.959567305869736e-06,
214
+ "loss": 0.0091,
215
+ "reward": 0.5208333432674408,
216
+ "reward_std": 0.1705273948609829,
217
+ "rewards/accuracy_reward": 0.5208333432674408,
218
+ "rewards/format_reward": 0.0,
219
+ "step": 15
220
+ },
221
+ {
222
+ "clip_ratio": 0.0,
223
+ "completion_length": 605.4166717529297,
224
+ "epoch": 0.5203252032520326,
225
+ "grad_norm": 0.028073379769921303,
226
+ "kl": 0.0017507076263427734,
227
+ "learning_rate": 2.9450563179238205e-06,
228
+ "loss": -0.0022,
229
+ "reward": 0.5000000055879354,
230
+ "reward_std": 0.10206206887960434,
231
+ "rewards/accuracy_reward": 0.5000000055879354,
232
+ "rewards/format_reward": 0.0,
233
+ "step": 16
234
+ },
235
+ {
236
+ "clip_ratio": 0.0,
237
+ "completion_length": 441.91667556762695,
238
+ "epoch": 0.5528455284552846,
239
+ "grad_norm": 0.04000205546617508,
240
+ "kl": 0.002796173095703125,
241
+ "learning_rate": 2.928371828007623e-06,
242
+ "loss": 0.0111,
243
+ "reward": 0.7916666716337204,
244
+ "reward_std": 0.11949635669589043,
245
+ "rewards/accuracy_reward": 0.7916666716337204,
246
+ "rewards/format_reward": 0.0,
247
+ "step": 17
248
+ },
249
+ {
250
+ "clip_ratio": 0.0,
251
+ "completion_length": 376.1250114440918,
252
+ "epoch": 0.5853658536585366,
253
+ "grad_norm": 0.051672812551259995,
254
+ "kl": 0.0023317337036132812,
255
+ "learning_rate": 2.9095389311788626e-06,
256
+ "loss": 0.0413,
257
+ "reward": 0.8541666716337204,
258
+ "reward_std": 0.18796167895197868,
259
+ "rewards/accuracy_reward": 0.8541666716337204,
260
+ "rewards/format_reward": 0.0,
261
+ "step": 18
262
+ },
263
+ {
264
+ "clip_ratio": 0.0,
265
+ "completion_length": 385.3125171661377,
266
+ "epoch": 0.6178861788617886,
267
+ "grad_norm": 0.06200782582163811,
268
+ "kl": 0.0025587081909179688,
269
+ "learning_rate": 2.888585953903336e-06,
270
+ "loss": 0.018,
271
+ "reward": 0.6041666828095913,
272
+ "reward_std": 0.37377968430519104,
273
+ "rewards/accuracy_reward": 0.6041666828095913,
274
+ "rewards/format_reward": 0.0,
275
+ "step": 19
276
+ },
277
+ {
278
+ "clip_ratio": 0.0,
279
+ "completion_length": 531.9375076293945,
280
+ "epoch": 0.6504065040650406,
281
+ "grad_norm": 0.03772967308759689,
282
+ "kl": 0.0052127838134765625,
283
+ "learning_rate": 2.86554441144922e-06,
284
+ "loss": 0.055,
285
+ "reward": 0.5625000055879354,
286
+ "reward_std": 0.2446802221238613,
287
+ "rewards/accuracy_reward": 0.5625000055879354,
288
+ "rewards/format_reward": 0.0,
289
+ "step": 20
290
+ },
291
+ {
292
+ "clip_ratio": 0.0,
293
+ "completion_length": 503.27084732055664,
294
+ "epoch": 0.6829268292682927,
295
+ "grad_norm": 0.06043640151619911,
296
+ "kl": 0.005889892578125,
297
+ "learning_rate": 2.8404489604851183e-06,
298
+ "loss": 0.0113,
299
+ "reward": 0.6458333469927311,
300
+ "reward_std": 0.33713918924331665,
301
+ "rewards/accuracy_reward": 0.6458333469927311,
302
+ "rewards/format_reward": 0.0,
303
+ "step": 21
304
+ },
305
+ {
306
+ "clip_ratio": 0.0,
307
+ "completion_length": 574.1458549499512,
308
+ "epoch": 0.7154471544715447,
309
+ "grad_norm": 0.06661098450422287,
310
+ "kl": 0.0051898956298828125,
311
+ "learning_rate": 2.8133373469531365e-06,
312
+ "loss": 0.0463,
313
+ "reward": 0.7500000111758709,
314
+ "reward_std": 0.30354244261980057,
315
+ "rewards/accuracy_reward": 0.7500000111758709,
316
+ "rewards/format_reward": 0.0,
317
+ "step": 22
318
+ },
319
+ {
320
+ "clip_ratio": 0.0,
321
+ "completion_length": 492.6458435058594,
322
+ "epoch": 0.7479674796747967,
323
+ "grad_norm": 0.05463815852999687,
324
+ "kl": 0.0066204071044921875,
325
+ "learning_rate": 2.7842503492953997e-06,
326
+ "loss": 0.0033,
327
+ "reward": 0.7291666753590107,
328
+ "reward_std": 0.3266642391681671,
329
+ "rewards/accuracy_reward": 0.7291666753590107,
330
+ "rewards/format_reward": 0.0,
331
+ "step": 23
332
+ },
333
+ {
334
+ "clip_ratio": 0.0,
335
+ "completion_length": 615.7708511352539,
336
+ "epoch": 0.7804878048780488,
337
+ "grad_norm": 0.06719698756933212,
338
+ "kl": 0.012079238891601562,
339
+ "learning_rate": 2.753231717119405e-06,
340
+ "loss": 0.0303,
341
+ "reward": 0.47916667349636555,
342
+ "reward_std": 0.3816108703613281,
343
+ "rewards/accuracy_reward": 0.47916667349636555,
344
+ "rewards/format_reward": 0.0,
345
+ "step": 24
346
+ },
347
+ {
348
+ "clip_ratio": 0.0,
349
+ "completion_length": 507.9791831970215,
350
+ "epoch": 0.8130081300813008,
351
+ "grad_norm": 0.04937650263309479,
352
+ "kl": 0.011255264282226562,
353
+ "learning_rate": 2.720328105394451e-06,
354
+ "loss": -0.0146,
355
+ "reward": 0.45833334140479565,
356
+ "reward_std": 0.16661179810762405,
357
+ "rewards/accuracy_reward": 0.45833334140479565,
358
+ "rewards/format_reward": 0.0,
359
+ "step": 25
360
+ },
361
+ {
362
+ "clip_ratio": 0.0,
363
+ "completion_length": 669.6875152587891,
364
+ "epoch": 0.8455284552845529,
365
+ "grad_norm": 0.05630700662732124,
366
+ "kl": 0.00904083251953125,
367
+ "learning_rate": 2.685589004278139e-06,
368
+ "loss": 0.0147,
369
+ "reward": 0.5208333395421505,
370
+ "reward_std": 0.36417658254504204,
371
+ "rewards/accuracy_reward": 0.5208333395421505,
372
+ "rewards/format_reward": 0.0,
373
+ "step": 26
374
+ },
375
+ {
376
+ "clip_ratio": 0.0,
377
+ "completion_length": 620.3541831970215,
378
+ "epoch": 0.8780487804878049,
379
+ "grad_norm": 0.062427032738924026,
380
+ "kl": 0.014118194580078125,
381
+ "learning_rate": 2.649066664678467e-06,
382
+ "loss": 0.0143,
383
+ "reward": 0.35416667349636555,
384
+ "reward_std": 0.2446802221238613,
385
+ "rewards/accuracy_reward": 0.35416667349636555,
386
+ "rewards/format_reward": 0.0,
387
+ "step": 27
388
+ },
389
+ {
390
+ "clip_ratio": 0.0,
391
+ "completion_length": 406.3541774749756,
392
+ "epoch": 0.9105691056910569,
393
+ "grad_norm": 0.08615698665380478,
394
+ "kl": 0.02004241943359375,
395
+ "learning_rate": 2.610816019663507e-06,
396
+ "loss": 0.0082,
397
+ "reward": 0.604166679084301,
398
+ "reward_std": 0.3720077648758888,
399
+ "rewards/accuracy_reward": 0.604166679084301,
400
+ "rewards/format_reward": 0.0,
401
+ "step": 28
402
+ },
403
+ {
404
+ "clip_ratio": 0.0,
405
+ "completion_length": 462.54167556762695,
406
+ "epoch": 0.943089430894309,
407
+ "grad_norm": 0.042346589267253876,
408
+ "kl": 0.014068603515625,
409
+ "learning_rate": 2.5708946018368487e-06,
410
+ "loss": 0.0005,
411
+ "reward": 0.8333333432674408,
412
+ "reward_std": 0.10206207633018494,
413
+ "rewards/accuracy_reward": 0.8333333432674408,
414
+ "rewards/format_reward": 0.0,
415
+ "step": 29
416
+ },
417
+ {
418
+ "clip_ratio": 0.0,
419
+ "completion_length": 434.97918128967285,
420
+ "epoch": 0.975609756097561,
421
+ "grad_norm": 0.05360697954893112,
422
+ "kl": 0.0150909423828125,
423
+ "learning_rate": 2.529362456803101e-06,
424
+ "loss": -0.0145,
425
+ "reward": 0.5000000037252903,
426
+ "reward_std": 0.12909945845603943,
427
+ "rewards/accuracy_reward": 0.5000000037252903,
428
+ "rewards/format_reward": 0.0,
429
+ "step": 30
430
+ },
431
+ {
432
+ "clip_ratio": 0.0,
433
+ "completion_length": 653.1458473205566,
434
+ "epoch": 1.032520325203252,
435
+ "grad_norm": 0.06400468945503235,
436
+ "kl": 0.012498855590820312,
437
+ "learning_rate": 2.4862820528535957e-06,
438
+ "loss": -0.0046,
439
+ "reward": 0.6250000111758709,
440
+ "reward_std": 0.30354244634509087,
441
+ "rewards/accuracy_reward": 0.6250000111758709,
442
+ "rewards/format_reward": 0.0,
443
+ "step": 31
444
+ },
445
+ {
446
+ "clip_ratio": 0.0,
447
+ "completion_length": 493.81250762939453,
448
+ "epoch": 1.065040650406504,
449
+ "grad_norm": 0.0848759189248085,
450
+ "kl": 0.01270294189453125,
451
+ "learning_rate": 2.441718187008148e-06,
452
+ "loss": 0.0259,
453
+ "reward": 0.6666666809469461,
454
+ "reward_std": 0.3506578914821148,
455
+ "rewards/accuracy_reward": 0.6666666809469461,
456
+ "rewards/format_reward": 0.0,
457
+ "step": 32
458
+ },
459
+ {
460
+ "clip_ratio": 0.0,
461
+ "completion_length": 577.541675567627,
462
+ "epoch": 1.0975609756097562,
463
+ "grad_norm": 0.07703862339258194,
464
+ "kl": 0.0131988525390625,
465
+ "learning_rate": 2.3957378875541795e-06,
466
+ "loss": 0.0724,
467
+ "reward": 0.39583334513008595,
468
+ "reward_std": 0.35457347705960274,
469
+ "rewards/accuracy_reward": 0.39583334513008595,
470
+ "rewards/format_reward": 0.0,
471
+ "step": 33
472
+ },
473
+ {
474
+ "clip_ratio": 0.0,
475
+ "completion_length": 507.0000114440918,
476
+ "epoch": 1.1300813008130082,
477
+ "grad_norm": 0.06679866462945938,
478
+ "kl": 0.0151214599609375,
479
+ "learning_rate": 2.348410313229808e-06,
480
+ "loss": -0.004,
481
+ "reward": 0.7500000149011612,
482
+ "reward_std": 0.3680921792984009,
483
+ "rewards/accuracy_reward": 0.7500000149011612,
484
+ "rewards/format_reward": 0.0,
485
+ "step": 34
486
+ },
487
+ {
488
+ "clip_ratio": 0.0,
489
+ "completion_length": 480.5416831970215,
490
+ "epoch": 1.1626016260162602,
491
+ "grad_norm": 0.035936519503593445,
492
+ "kl": 0.01000213623046875,
493
+ "learning_rate": 2.2998066492025373e-06,
494
+ "loss": 0.0041,
495
+ "reward": 0.5000000018626451,
496
+ "reward_std": 0.18404608592391014,
497
+ "rewards/accuracy_reward": 0.5000000018626451,
498
+ "rewards/format_reward": 0.0,
499
+ "step": 35
500
+ },
501
+ {
502
+ "clip_ratio": 0.0,
503
+ "completion_length": 593.8541831970215,
504
+ "epoch": 1.1951219512195121,
505
+ "grad_norm": 0.05383417382836342,
506
+ "kl": 0.0099029541015625,
507
+ "learning_rate": 2.25e-06,
508
+ "loss": 0.0303,
509
+ "reward": 0.5833333395421505,
510
+ "reward_std": 0.33057983219623566,
511
+ "rewards/accuracy_reward": 0.5833333395421505,
512
+ "rewards/format_reward": 0.0,
513
+ "step": 36
514
+ },
515
+ {
516
+ "clip_ratio": 0.0,
517
+ "completion_length": 516.3333511352539,
518
+ "epoch": 1.2276422764227641,
519
+ "grad_norm": 0.06559046357870102,
520
+ "kl": 0.012409210205078125,
521
+ "learning_rate": 2.1990652795538085e-06,
522
+ "loss": 0.0007,
523
+ "reward": 0.6875000074505806,
524
+ "reward_std": 0.11558076366782188,
525
+ "rewards/accuracy_reward": 0.6875000074505806,
526
+ "rewards/format_reward": 0.0,
527
+ "step": 37
528
+ },
529
+ {
530
+ "clip_ratio": 0.0,
531
+ "completion_length": 485.75001335144043,
532
+ "epoch": 1.2601626016260163,
533
+ "grad_norm": 0.04288559779524803,
534
+ "kl": 0.008958816528320312,
535
+ "learning_rate": 2.1470790985218807e-06,
536
+ "loss": 0.0117,
537
+ "reward": 0.5833333414047956,
538
+ "reward_std": 0.16661179810762405,
539
+ "rewards/accuracy_reward": 0.5833333414047956,
540
+ "rewards/format_reward": 0.0,
541
+ "step": 38
542
+ },
543
+ {
544
+ "clip_ratio": 0.0,
545
+ "completion_length": 450.83334159851074,
546
+ "epoch": 1.2926829268292683,
547
+ "grad_norm": 0.09712168574333191,
548
+ "kl": 0.024381637573242188,
549
+ "learning_rate": 2.0941196490587354e-06,
550
+ "loss": 0.0067,
551
+ "reward": 0.604166679084301,
552
+ "reward_std": 0.33713919296860695,
553
+ "rewards/accuracy_reward": 0.604166679084301,
554
+ "rewards/format_reward": 0.0,
555
+ "step": 39
556
+ },
557
+ {
558
+ "clip_ratio": 0.0,
559
+ "completion_length": 576.8125152587891,
560
+ "epoch": 1.3252032520325203,
561
+ "grad_norm": 0.05104967951774597,
562
+ "kl": 0.016981124877929688,
563
+ "learning_rate": 2.040266587207066e-06,
564
+ "loss": -0.024,
565
+ "reward": 0.5208333414047956,
566
+ "reward_std": 0.2350771203637123,
567
+ "rewards/accuracy_reward": 0.5208333414047956,
568
+ "rewards/format_reward": 0.0,
569
+ "step": 40
570
+ },
571
+ {
572
+ "clip_ratio": 0.0,
573
+ "completion_length": 446.14584732055664,
574
+ "epoch": 1.3577235772357723,
575
+ "grad_norm": 0.10665060579776764,
576
+ "kl": 0.014129638671875,
577
+ "learning_rate": 1.985600913087482e-06,
578
+ "loss": 0.0179,
579
+ "reward": 0.8541666753590107,
580
+ "reward_std": 0.1801304928958416,
581
+ "rewards/accuracy_reward": 0.8541666753590107,
582
+ "rewards/format_reward": 0.0,
583
+ "step": 41
584
+ },
585
+ {
586
+ "clip_ratio": 0.0,
587
+ "completion_length": 448.16668701171875,
588
+ "epoch": 1.3902439024390243,
589
+ "grad_norm": 0.03846089169383049,
590
+ "kl": 0.016796112060546875,
591
+ "learning_rate": 1.9302048490666355e-06,
592
+ "loss": -0.0025,
593
+ "reward": 0.7500000055879354,
594
+ "reward_std": 0.10206206887960434,
595
+ "rewards/accuracy_reward": 0.7500000055879354,
596
+ "rewards/format_reward": 0.0,
597
+ "step": 42
598
+ },
599
+ {
600
+ "clip_ratio": 0.0,
601
+ "completion_length": 533.6875190734863,
602
+ "epoch": 1.4227642276422765,
603
+ "grad_norm": 0.11329367011785507,
604
+ "kl": 0.02149200439453125,
605
+ "learning_rate": 1.874161716086972e-06,
606
+ "loss": 0.0687,
607
+ "reward": 0.7083333395421505,
608
+ "reward_std": 0.22155842930078506,
609
+ "rewards/accuracy_reward": 0.7083333395421505,
610
+ "rewards/format_reward": 0.0,
611
+ "step": 43
612
+ },
613
+ {
614
+ "clip_ratio": 0.0,
615
+ "completion_length": 578.666675567627,
616
+ "epoch": 1.4552845528455285,
617
+ "grad_norm": 0.09458328783512115,
618
+ "kl": 0.026372909545898438,
619
+ "learning_rate": 1.8175558083441164e-06,
620
+ "loss": 0.0187,
621
+ "reward": 0.6875000111758709,
622
+ "reward_std": 0.2446802221238613,
623
+ "rewards/accuracy_reward": 0.6875000111758709,
624
+ "rewards/format_reward": 0.0,
625
+ "step": 44
626
+ },
627
+ {
628
+ "clip_ratio": 0.0,
629
+ "completion_length": 480.3958435058594,
630
+ "epoch": 1.4878048780487805,
631
+ "grad_norm": 0.06678877025842667,
632
+ "kl": 0.043430328369140625,
633
+ "learning_rate": 1.7604722665003958e-06,
634
+ "loss": 0.0241,
635
+ "reward": 0.708333333954215,
636
+ "reward_std": 0.11949635669589043,
637
+ "rewards/accuracy_reward": 0.708333333954215,
638
+ "rewards/format_reward": 0.0,
639
+ "step": 45
640
+ },
641
+ {
642
+ "clip_ratio": 0.0,
643
+ "completion_length": 446.1041717529297,
644
+ "epoch": 1.5203252032520327,
645
+ "grad_norm": 0.09147606790065765,
646
+ "kl": 0.043731689453125,
647
+ "learning_rate": 1.702996949625197e-06,
648
+ "loss": 0.0073,
649
+ "reward": 0.7916666734963655,
650
+ "reward_std": 0.16661180183291435,
651
+ "rewards/accuracy_reward": 0.7916666734963655,
652
+ "rewards/format_reward": 0.0,
653
+ "step": 46
654
+ },
655
+ {
656
+ "clip_ratio": 0.0,
657
+ "completion_length": 449.3333549499512,
658
+ "epoch": 1.5528455284552845,
659
+ "grad_norm": 0.05224497243762016,
660
+ "kl": 0.0131683349609375,
661
+ "learning_rate": 1.6452163060547687e-06,
662
+ "loss": 0.0098,
663
+ "reward": 0.5833333432674408,
664
+ "reward_std": 0.10206206887960434,
665
+ "rewards/accuracy_reward": 0.5833333432674408,
666
+ "rewards/format_reward": 0.0,
667
+ "step": 47
668
+ },
669
+ {
670
+ "clip_ratio": 0.0,
671
+ "completion_length": 461.6041774749756,
672
+ "epoch": 1.5853658536585367,
673
+ "grad_norm": 0.06403756141662598,
674
+ "kl": 0.047855377197265625,
675
+ "learning_rate": 1.5872172433657137e-06,
676
+ "loss": 0.0109,
677
+ "reward": 0.7083333358168602,
678
+ "reward_std": 0.06454972922801971,
679
+ "rewards/accuracy_reward": 0.7083333358168602,
680
+ "rewards/format_reward": 0.0,
681
+ "step": 48
682
+ },
683
+ {
684
+ "clip_ratio": 0.0,
685
+ "completion_length": 539.0416870117188,
686
+ "epoch": 1.6178861788617886,
687
+ "grad_norm": 0.11434386670589447,
688
+ "kl": 0.07855987548828125,
689
+ "learning_rate": 1.5290869976577366e-06,
690
+ "loss": 0.0296,
691
+ "reward": 0.4583333358168602,
692
+ "reward_std": 0.20148037374019623,
693
+ "rewards/accuracy_reward": 0.4583333358168602,
694
+ "rewards/format_reward": 0.0,
695
+ "step": 49
696
+ },
697
+ {
698
+ "clip_ratio": 0.0,
699
+ "completion_length": 424.2291793823242,
700
+ "epoch": 1.6504065040650406,
701
+ "grad_norm": 0.18005186319351196,
702
+ "kl": 0.11967849731445312,
703
+ "learning_rate": 1.4709130023422637e-06,
704
+ "loss": -0.0011,
705
+ "reward": 0.7708333414047956,
706
+ "reward_std": 0.2350771240890026,
707
+ "rewards/accuracy_reward": 0.7708333414047956,
708
+ "rewards/format_reward": 0.0,
709
+ "step": 50
710
+ },
711
+ {
712
+ "clip_ratio": 0.0,
713
+ "completion_length": 501.14584732055664,
714
+ "epoch": 1.6829268292682928,
715
+ "grad_norm": 0.11921941488981247,
716
+ "kl": 0.054943084716796875,
717
+ "learning_rate": 1.4127827566342864e-06,
718
+ "loss": 0.031,
719
+ "reward": 0.5416666679084301,
720
+ "reward_std": 0.06454972922801971,
721
+ "rewards/accuracy_reward": 0.5416666679084301,
722
+ "rewards/format_reward": 0.0,
723
+ "step": 51
724
+ },
725
+ {
726
+ "clip_ratio": 0.0,
727
+ "completion_length": 503.5833435058594,
728
+ "epoch": 1.7154471544715446,
729
+ "grad_norm": 0.2314152866601944,
730
+ "kl": 0.046413421630859375,
731
+ "learning_rate": 1.3547836939452313e-06,
732
+ "loss": 0.0801,
733
+ "reward": 0.6666666716337204,
734
+ "reward_std": 0.12909945845603943,
735
+ "rewards/accuracy_reward": 0.6666666716337204,
736
+ "rewards/format_reward": 0.0,
737
+ "step": 52
738
+ },
739
+ {
740
+ "clip_ratio": 0.0,
741
+ "completion_length": 585.8958358764648,
742
+ "epoch": 1.7479674796747968,
743
+ "grad_norm": 0.07401817291975021,
744
+ "kl": 0.0781097412109375,
745
+ "learning_rate": 1.297003050374804e-06,
746
+ "loss": 0.0253,
747
+ "reward": 0.6875000074505806,
748
+ "reward_std": 0.11558076366782188,
749
+ "rewards/accuracy_reward": 0.6875000074505806,
750
+ "rewards/format_reward": 0.0,
751
+ "step": 53
752
+ },
753
+ {
754
+ "clip_ratio": 0.0,
755
+ "completion_length": 401.1041717529297,
756
+ "epoch": 1.7804878048780488,
757
+ "grad_norm": 0.20789878070354462,
758
+ "kl": 0.037078857421875,
759
+ "learning_rate": 1.2395277334996047e-06,
760
+ "loss": 0.0499,
761
+ "reward": 0.8125000074505806,
762
+ "reward_std": 0.11558076739311218,
763
+ "rewards/accuracy_reward": 0.8125000074505806,
764
+ "rewards/format_reward": 0.0,
765
+ "step": 54
766
+ },
767
+ {
768
+ "clip_ratio": 0.0,
769
+ "completion_length": 478.5000114440918,
770
+ "epoch": 1.8130081300813008,
771
+ "grad_norm": 0.8033259510993958,
772
+ "kl": 0.11248397827148438,
773
+ "learning_rate": 1.1824441916558843e-06,
774
+ "loss": 0.1429,
775
+ "reward": 0.7500000149011612,
776
+ "reward_std": 0.3776952736079693,
777
+ "rewards/accuracy_reward": 0.7500000149011612,
778
+ "rewards/format_reward": 0.0,
779
+ "step": 55
780
+ },
781
+ {
782
+ "clip_ratio": 0.0,
783
+ "completion_length": 461.6458396911621,
784
+ "epoch": 1.845528455284553,
785
+ "grad_norm": 0.7502633929252625,
786
+ "kl": 0.13535308837890625,
787
+ "learning_rate": 1.1258382839130282e-06,
788
+ "loss": 0.0708,
789
+ "reward": 0.708333358168602,
790
+ "reward_std": 0.3236205019056797,
791
+ "rewards/accuracy_reward": 0.708333358168602,
792
+ "rewards/format_reward": 0.0,
793
+ "step": 56
794
+ },
795
+ {
796
+ "clip_ratio": 0.0,
797
+ "completion_length": 604.7708511352539,
798
+ "epoch": 1.8780487804878048,
799
+ "grad_norm": 0.47473546862602234,
800
+ "kl": 0.28479576110839844,
801
+ "learning_rate": 1.069795150933365e-06,
802
+ "loss": 0.0366,
803
+ "reward": 0.47916667349636555,
804
+ "reward_std": 0.2350771240890026,
805
+ "rewards/accuracy_reward": 0.47916667349636555,
806
+ "rewards/format_reward": 0.0,
807
+ "step": 57
808
+ },
809
+ {
810
+ "clip_ratio": 0.0,
811
+ "completion_length": 555.5625114440918,
812
+ "epoch": 1.910569105691057,
813
+ "grad_norm": 0.11512857675552368,
814
+ "kl": 0.1971893310546875,
815
+ "learning_rate": 1.0143990869125186e-06,
816
+ "loss": 0.009,
817
+ "reward": 0.4375000074505806,
818
+ "reward_std": 0.11558076366782188,
819
+ "rewards/accuracy_reward": 0.4375000074505806,
820
+ "rewards/format_reward": 0.0,
821
+ "step": 58
822
+ },
823
+ {
824
+ "clip_ratio": 0.0,
825
+ "completion_length": 566.0833511352539,
826
+ "epoch": 1.943089430894309,
827
+ "grad_norm": 0.25552570819854736,
828
+ "kl": 0.4318656921386719,
829
+ "learning_rate": 9.597334127929346e-07,
830
+ "loss": 0.0466,
831
+ "reward": 0.5625000018626451,
832
+ "reward_std": 0.11558076739311218,
833
+ "rewards/accuracy_reward": 0.5625000018626451,
834
+ "rewards/format_reward": 0.0,
835
+ "step": 59
836
+ },
837
+ {
838
+ "clip_ratio": 0.0,
839
+ "completion_length": 417.3541831970215,
840
+ "epoch": 1.975609756097561,
841
+ "grad_norm": 0.4009849727153778,
842
+ "kl": 0.46466064453125,
843
+ "learning_rate": 9.058803509412648e-07,
844
+ "loss": 0.0189,
845
+ "reward": 0.7708333432674408,
846
+ "reward_std": 0.1705273948609829,
847
+ "rewards/accuracy_reward": 0.7708333432674408,
848
+ "rewards/format_reward": 0.0,
849
+ "step": 60
850
+ },
851
+ {
852
+ "clip_ratio": 0.0,
853
+ "completion_length": 494.45834732055664,
854
+ "epoch": 2.032520325203252,
855
+ "grad_norm": 0.7852746844291687,
856
+ "kl": 0.4476318359375,
857
+ "learning_rate": 8.529209014781202e-07,
858
+ "loss": 0.0736,
859
+ "reward": 0.6875000055879354,
860
+ "reward_std": 0.2446802221238613,
861
+ "rewards/accuracy_reward": 0.6875000055879354,
862
+ "rewards/format_reward": 0.0,
863
+ "step": 61
864
+ },
865
+ {
866
+ "clip_ratio": 0.0,
867
+ "completion_length": 445.9583435058594,
868
+ "epoch": 2.065040650406504,
869
+ "grad_norm": 0.45981186628341675,
870
+ "kl": 0.4035301208496094,
871
+ "learning_rate": 8.009347204461922e-07,
872
+ "loss": 0.0114,
873
+ "reward": 0.6458333432674408,
874
+ "reward_std": 0.2446802258491516,
875
+ "rewards/accuracy_reward": 0.6458333432674408,
876
+ "rewards/format_reward": 0.0,
877
+ "step": 62
878
+ },
879
+ {
880
+ "clip_ratio": 0.0,
881
+ "completion_length": 588.666675567627,
882
+ "epoch": 2.097560975609756,
883
+ "grad_norm": 0.9820762276649475,
884
+ "kl": 1.2833786010742188,
885
+ "learning_rate": 7.500000000000003e-07,
886
+ "loss": 0.0928,
887
+ "reward": 0.5416666679084301,
888
+ "reward_std": 0.10206207260489464,
889
+ "rewards/accuracy_reward": 0.5416666679084301,
890
+ "rewards/format_reward": 0.0,
891
+ "step": 63
892
+ },
893
+ {
894
+ "clip_ratio": 0.0,
895
+ "completion_length": 489.3541831970215,
896
+ "epoch": 2.130081300813008,
897
+ "grad_norm": 1.9332908391952515,
898
+ "kl": 0.6612548828125,
899
+ "learning_rate": 7.001933507974634e-07,
900
+ "loss": 0.1461,
901
+ "reward": 0.6458333525806665,
902
+ "reward_std": 0.41129202768206596,
903
+ "rewards/accuracy_reward": 0.6458333525806665,
904
+ "rewards/format_reward": 0.0,
905
+ "step": 64
906
+ },
907
+ {
908
+ "clip_ratio": 0.0,
909
+ "completion_length": 560.1875228881836,
910
+ "epoch": 2.16260162601626,
911
+ "grad_norm": 1.457485318183899,
912
+ "kl": 0.762725830078125,
913
+ "learning_rate": 6.515896867701923e-07,
914
+ "loss": 0.131,
915
+ "reward": 0.479166679084301,
916
+ "reward_std": 0.34674229472875595,
917
+ "rewards/accuracy_reward": 0.479166679084301,
918
+ "rewards/format_reward": 0.0,
919
+ "step": 65
920
+ },
921
+ {
922
+ "clip_ratio": 0.0,
923
+ "completion_length": 494.08334732055664,
924
+ "epoch": 2.1951219512195124,
925
+ "grad_norm": 0.7749570608139038,
926
+ "kl": 0.5813465118408203,
927
+ "learning_rate": 6.04262112445821e-07,
928
+ "loss": 0.0776,
929
+ "reward": 0.604166679084301,
930
+ "reward_std": 0.2996268533170223,
931
+ "rewards/accuracy_reward": 0.604166679084301,
932
+ "rewards/format_reward": 0.0,
933
+ "step": 66
934
+ },
935
+ {
936
+ "clip_ratio": 0.0,
937
+ "completion_length": 536.0208415985107,
938
+ "epoch": 2.227642276422764,
939
+ "grad_norm": 0.4476146697998047,
940
+ "kl": 1.7618732452392578,
941
+ "learning_rate": 5.582818129918525e-07,
942
+ "loss": 0.1542,
943
+ "reward": 0.6666666753590107,
944
+ "reward_std": 0.24859581887722015,
945
+ "rewards/accuracy_reward": 0.6666666753590107,
946
+ "rewards/format_reward": 0.0,
947
+ "step": 67
948
+ },
949
+ {
950
+ "clip_ratio": 0.0,
951
+ "completion_length": 556.4166717529297,
952
+ "epoch": 2.2601626016260163,
953
+ "grad_norm": 1.5170872211456299,
954
+ "kl": 2.1071243286132812,
955
+ "learning_rate": 5.137179471464047e-07,
956
+ "loss": 0.131,
957
+ "reward": 0.4791666679084301,
958
+ "reward_std": 0.13301505148410797,
959
+ "rewards/accuracy_reward": 0.4791666679084301,
960
+ "rewards/format_reward": 0.0,
961
+ "step": 68
962
+ },
963
+ {
964
+ "clip_ratio": 0.0,
965
+ "completion_length": 596.5000076293945,
966
+ "epoch": 2.292682926829268,
967
+ "grad_norm": 0.9765549898147583,
968
+ "kl": 1.0570831298828125,
969
+ "learning_rate": 4.7063754319689976e-07,
970
+ "loss": 0.0878,
971
+ "reward": 0.6875000037252903,
972
+ "reward_std": 0.19756478071212769,
973
+ "rewards/accuracy_reward": 0.6875000037252903,
974
+ "rewards/format_reward": 0.0,
975
+ "step": 69
976
+ },
977
+ {
978
+ "clip_ratio": 0.0,
979
+ "completion_length": 496.04168701171875,
980
+ "epoch": 2.3252032520325203,
981
+ "grad_norm": 1.364784598350525,
982
+ "kl": 0.8105888366699219,
983
+ "learning_rate": 4.291053981631517e-07,
984
+ "loss": 0.1012,
985
+ "reward": 0.625000013038516,
986
+ "reward_std": 0.2861081585288048,
987
+ "rewards/accuracy_reward": 0.625000013038516,
988
+ "rewards/format_reward": 0.0,
989
+ "step": 70
990
+ },
991
+ {
992
+ "clip_ratio": 0.0,
993
+ "completion_length": 540.4583415985107,
994
+ "epoch": 2.3577235772357725,
995
+ "grad_norm": 0.753292977809906,
996
+ "kl": 1.4221649169921875,
997
+ "learning_rate": 3.891839803364934e-07,
998
+ "loss": 0.1611,
999
+ "reward": 0.6458333395421505,
1000
+ "reward_std": 0.2525114081799984,
1001
+ "rewards/accuracy_reward": 0.6458333395421505,
1002
+ "rewards/format_reward": 0.0,
1003
+ "step": 71
1004
+ },
1005
+ {
1006
+ "clip_ratio": 0.0,
1007
+ "completion_length": 491.3750114440918,
1008
+ "epoch": 2.3902439024390243,
1009
+ "grad_norm": 0.9958664178848267,
1010
+ "kl": 0.7973136901855469,
1011
+ "learning_rate": 3.5093333532153313e-07,
1012
+ "loss": 0.073,
1013
+ "reward": 0.7083333358168602,
1014
+ "reward_std": 0.06454972922801971,
1015
+ "rewards/accuracy_reward": 0.7083333358168602,
1016
+ "rewards/format_reward": 0.0,
1017
+ "step": 72
1018
+ },
1019
+ {
1020
+ "clip_ratio": 0.0,
1021
+ "completion_length": 567.5833473205566,
1022
+ "epoch": 2.4227642276422765,
1023
+ "grad_norm": 0.12560848891735077,
1024
+ "kl": 0.027166366577148438,
1025
+ "learning_rate": 3.144109957218612e-07,
1026
+ "loss": 0.0161,
1027
+ "reward": 0.6666666753590107,
1028
+ "reward_std": 0.2861081585288048,
1029
+ "rewards/accuracy_reward": 0.6666666753590107,
1030
+ "rewards/format_reward": 0.0,
1031
+ "step": 73
1032
+ },
1033
+ {
1034
+ "clip_ratio": 0.0,
1035
+ "completion_length": 358.87500762939453,
1036
+ "epoch": 2.4552845528455283,
1037
+ "grad_norm": 0.09765256196260452,
1038
+ "kl": 0.0715789794921875,
1039
+ "learning_rate": 2.796718946055488e-07,
1040
+ "loss": 0.0099,
1041
+ "reward": 0.9166666716337204,
1042
+ "reward_std": 0.11949636042118073,
1043
+ "rewards/accuracy_reward": 0.9166666716337204,
1044
+ "rewards/format_reward": 0.0,
1045
+ "step": 74
1046
+ },
1047
+ {
1048
+ "clip_ratio": 0.0,
1049
+ "completion_length": 523.7083435058594,
1050
+ "epoch": 2.4878048780487805,
1051
+ "grad_norm": 1.1270173788070679,
1052
+ "kl": 1.6110763549804688,
1053
+ "learning_rate": 2.467682828805956e-07,
1054
+ "loss": 0.1044,
1055
+ "reward": 0.8541666772216558,
1056
+ "reward_std": 0.1530931107699871,
1057
+ "rewards/accuracy_reward": 0.8541666772216558,
1058
+ "rewards/format_reward": 0.0,
1059
+ "step": 75
1060
+ },
1061
+ {
1062
+ "clip_ratio": 0.0,
1063
+ "completion_length": 487.1458511352539,
1064
+ "epoch": 2.5203252032520327,
1065
+ "grad_norm": 0.848898708820343,
1066
+ "kl": 1.3041305541992188,
1067
+ "learning_rate": 2.1574965070460045e-07,
1068
+ "loss": 0.1177,
1069
+ "reward": 0.7291666809469461,
1070
+ "reward_std": 0.28219256922602654,
1071
+ "rewards/accuracy_reward": 0.7291666809469461,
1072
+ "rewards/format_reward": 0.0,
1073
+ "step": 76
1074
+ },
1075
+ {
1076
+ "clip_ratio": 0.0,
1077
+ "completion_length": 422.89584732055664,
1078
+ "epoch": 2.5528455284552845,
1079
+ "grad_norm": 0.6274386644363403,
1080
+ "kl": 1.1170845031738281,
1081
+ "learning_rate": 1.8666265304686387e-07,
1082
+ "loss": 0.0599,
1083
+ "reward": 0.5833333358168602,
1084
+ "reward_std": 0.06454972922801971,
1085
+ "rewards/accuracy_reward": 0.5833333358168602,
1086
+ "rewards/format_reward": 0.0,
1087
+ "step": 77
1088
+ },
1089
+ {
1090
+ "clip_ratio": 0.0,
1091
+ "completion_length": 455.81251525878906,
1092
+ "epoch": 2.5853658536585367,
1093
+ "grad_norm": 0.08515371382236481,
1094
+ "kl": 0.03688812255859375,
1095
+ "learning_rate": 1.5955103951488177e-07,
1096
+ "loss": 0.0254,
1097
+ "reward": 0.6250000111758709,
1098
+ "reward_std": 0.16661180183291435,
1099
+ "rewards/accuracy_reward": 0.6250000111758709,
1100
+ "rewards/format_reward": 0.0,
1101
+ "step": 78
1102
+ },
1103
+ {
1104
+ "clip_ratio": 0.0,
1105
+ "completion_length": 608.4791831970215,
1106
+ "epoch": 2.617886178861789,
1107
+ "grad_norm": 1.5989761352539062,
1108
+ "kl": 2.8103561401367188,
1109
+ "learning_rate": 1.3445558855078017e-07,
1110
+ "loss": 0.1075,
1111
+ "reward": 0.35416667349636555,
1112
+ "reward_std": 0.2350771203637123,
1113
+ "rewards/accuracy_reward": 0.35416667349636555,
1114
+ "rewards/format_reward": 0.0,
1115
+ "step": 79
1116
+ },
1117
+ {
1118
+ "clip_ratio": 0.0,
1119
+ "completion_length": 566.7291870117188,
1120
+ "epoch": 2.6504065040650406,
1121
+ "grad_norm": 1.5026016235351562,
1122
+ "kl": 1.9703483581542969,
1123
+ "learning_rate": 1.114140460966645e-07,
1124
+ "loss": 0.1054,
1125
+ "reward": 0.5000000037252903,
1126
+ "reward_std": 0.26603010296821594,
1127
+ "rewards/accuracy_reward": 0.5000000037252903,
1128
+ "rewards/format_reward": 0.0,
1129
+ "step": 80
1130
+ },
1131
+ {
1132
+ "clip_ratio": 0.0,
1133
+ "completion_length": 467.8125114440918,
1134
+ "epoch": 2.682926829268293,
1135
+ "grad_norm": 0.3330284059047699,
1136
+ "kl": 0.9720802307128906,
1137
+ "learning_rate": 9.046106882113752e-08,
1138
+ "loss": 0.0702,
1139
+ "reward": 0.7916666734963655,
1140
+ "reward_std": 0.16661179810762405,
1141
+ "rewards/accuracy_reward": 0.7916666734963655,
1142
+ "rewards/format_reward": 0.0,
1143
+ "step": 81
1144
+ },
1145
+ {
1146
+ "clip_ratio": 0.0,
1147
+ "completion_length": 541.625020980835,
1148
+ "epoch": 2.7154471544715446,
1149
+ "grad_norm": 1.0519593954086304,
1150
+ "kl": 1.0916862487792969,
1151
+ "learning_rate": 7.162817199237703e-08,
1152
+ "loss": 0.0588,
1153
+ "reward": 0.4791666716337204,
1154
+ "reward_std": 0.05103103443980217,
1155
+ "rewards/accuracy_reward": 0.4791666716337204,
1156
+ "rewards/format_reward": 0.0,
1157
+ "step": 82
1158
+ },
1159
+ {
1160
+ "clip_ratio": 0.0,
1161
+ "completion_length": 456.2708549499512,
1162
+ "epoch": 2.747967479674797,
1163
+ "grad_norm": 0.5059961676597595,
1164
+ "kl": 0.6999807357788086,
1165
+ "learning_rate": 5.49436820761795e-08,
1166
+ "loss": 0.0346,
1167
+ "reward": 0.5625000055879354,
1168
+ "reward_std": 0.1705273911356926,
1169
+ "rewards/accuracy_reward": 0.5625000055879354,
1170
+ "rewards/format_reward": 0.0,
1171
+ "step": 83
1172
+ },
1173
+ {
1174
+ "clip_ratio": 0.0,
1175
+ "completion_length": 487.5000114440918,
1176
+ "epoch": 2.7804878048780486,
1177
+ "grad_norm": 0.8734613060951233,
1178
+ "kl": 1.3879623413085938,
1179
+ "learning_rate": 4.0432694130264294e-08,
1180
+ "loss": 0.0628,
1181
+ "reward": 0.6458333414047956,
1182
+ "reward_std": 0.2446802258491516,
1183
+ "rewards/accuracy_reward": 0.6458333414047956,
1184
+ "rewards/format_reward": 0.0,
1185
+ "step": 84
1186
+ },
1187
+ {
1188
+ "clip_ratio": 0.0,
1189
+ "completion_length": 511.2500114440918,
1190
+ "epoch": 2.813008130081301,
1191
+ "grad_norm": 0.7217493653297424,
1192
+ "kl": 1.629373550415039,
1193
+ "learning_rate": 2.8117034058922964e-08,
1194
+ "loss": 0.0686,
1195
+ "reward": 0.6250000074505806,
1196
+ "reward_std": 0.25819891691207886,
1197
+ "rewards/accuracy_reward": 0.6250000074505806,
1198
+ "rewards/format_reward": 0.0,
1199
+ "step": 85
1200
+ },
1201
+ {
1202
+ "clip_ratio": 0.0,
1203
+ "completion_length": 428.6041774749756,
1204
+ "epoch": 2.845528455284553,
1205
+ "grad_norm": 0.4210287928581238,
1206
+ "kl": 0.6216049194335938,
1207
+ "learning_rate": 1.8015225784786483e-08,
1208
+ "loss": -0.0001,
1209
+ "reward": 0.6875000018626451,
1210
+ "reward_std": 0.11558076366782188,
1211
+ "rewards/accuracy_reward": 0.6875000018626451,
1212
+ "rewards/format_reward": 0.0,
1213
+ "step": 86
1214
+ },
1215
+ {
1216
+ "clip_ratio": 0.0,
1217
+ "completion_length": 533.2083396911621,
1218
+ "epoch": 2.8780487804878048,
1219
+ "grad_norm": 0.43215566873550415,
1220
+ "kl": 1.061065673828125,
1221
+ "learning_rate": 1.0142463387085465e-08,
1222
+ "loss": 0.0424,
1223
+ "reward": 0.5416666679084301,
1224
+ "reward_std": 0.06454972922801971,
1225
+ "rewards/accuracy_reward": 0.5416666679084301,
1226
+ "rewards/format_reward": 0.0,
1227
+ "step": 87
1228
+ },
1229
+ {
1230
+ "clip_ratio": 0.0,
1231
+ "completion_length": 586.6041793823242,
1232
+ "epoch": 2.910569105691057,
1233
+ "grad_norm": 0.8715842366218567,
1234
+ "kl": 1.849679946899414,
1235
+ "learning_rate": 4.510588248311964e-09,
1236
+ "loss": 0.1967,
1237
+ "reward": 0.5833333469927311,
1238
+ "reward_std": 0.268673874437809,
1239
+ "rewards/accuracy_reward": 0.5833333469927311,
1240
+ "rewards/format_reward": 0.0,
1241
+ "step": 88
1242
+ },
1243
+ {
1244
+ "clip_ratio": 0.0,
1245
+ "completion_length": 399.47917556762695,
1246
+ "epoch": 2.943089430894309,
1247
+ "grad_norm": 0.48902833461761475,
1248
+ "kl": 0.33133697509765625,
1249
+ "learning_rate": 1.1280712436549378e-09,
1250
+ "loss": 0.0284,
1251
+ "reward": 0.8750000074505806,
1252
+ "reward_std": 0.18404608592391014,
1253
+ "rewards/accuracy_reward": 0.8750000074505806,
1254
+ "rewards/format_reward": 0.0,
1255
+ "step": 89
1256
+ },
1257
+ {
1258
+ "clip_ratio": 0.0,
1259
+ "completion_length": 443.4791793823242,
1260
+ "epoch": 2.975609756097561,
1261
+ "grad_norm": 0.6357685327529907,
1262
+ "kl": 0.7278213500976562,
1263
+ "learning_rate": 0.0,
1264
+ "loss": 0.0558,
1265
+ "reward": 0.7083333432674408,
1266
+ "reward_std": 0.10206206887960434,
1267
+ "rewards/accuracy_reward": 0.7083333432674408,
1268
+ "rewards/format_reward": 0.0,
1269
+ "step": 90
1270
+ },
1271
+ {
1272
+ "epoch": 2.975609756097561,
1273
+ "step": 90,
1274
+ "total_flos": 0.0,
1275
+ "train_loss": 0.03994659806432739,
1276
+ "train_runtime": 6206.0471,
1277
+ "train_samples_per_second": 0.119,
1278
+ "train_steps_per_second": 0.015
1279
+ }
1280
+ ],
1281
+ "logging_steps": 1,
1282
+ "max_steps": 90,
1283
+ "num_input_tokens_seen": 0,
1284
+ "num_train_epochs": 3,
1285
+ "save_steps": 500,
1286
+ "stateful_callbacks": {
1287
+ "TrainerControl": {
1288
+ "args": {
1289
+ "should_epoch_stop": false,
1290
+ "should_evaluate": false,
1291
+ "should_log": false,
1292
+ "should_save": true,
1293
+ "should_training_stop": true
1294
+ },
1295
+ "attributes": {}
1296
+ }
1297
+ },
1298
+ "total_flos": 0.0,
1299
+ "train_batch_size": 2,
1300
+ "trial_name": null,
1301
+ "trial_params": null
1302
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b681847d0714bf56c21340424255ef9d38b0e2e6beec2668f2e97ac93b55706
3
+ size 7736
vocab.json ADDED
The diff for this file is too large to render. See raw diff