ajChakrarborty commited on
Commit
672c84f
·
verified ·
1 Parent(s): bd3efbd

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
README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-7B-Instruct
7
+ - 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.18.0
adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "Qwen/Qwen2.5-7B-Instruct",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.0",
27
+ "qalora_group_size": 16,
28
+ "r": 16,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "o_proj",
33
+ "gate_proj",
34
+ "v_proj",
35
+ "q_proj",
36
+ "k_proj",
37
+ "up_proj",
38
+ "down_proj"
39
+ ],
40
+ "target_parameters": null,
41
+ "task_type": "CAUSAL_LM",
42
+ "trainable_token_indices": null,
43
+ "use_dora": false,
44
+ "use_qalora": false,
45
+ "use_rslora": false
46
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e46f9b03a19c646477334c0d7b0fa33fd68944400f8f52c26e4e4ca76d018aa
3
+ size 4510159624
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
+ }
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 %}
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb4138d38eb9cb23cedcd3ec8a25d3a171235d31415eae297146ec75cb9b4bae
3
+ size 1657
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96a03f9483f46c2cb65d4d27d2fd25bd7ed62a51328017e8bf77ade9d207b47d
3
+ size 14645
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa7ef20621a8757766e78880330475b5accd3cfc4b3e005619284224fd616150
3
+ size 1465
special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|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:ec2d256feefa5b87a6f488ddaed0ad6ef1632cba80c246beee1865d552090207
3
+ size 11422161
tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "clean_up_tokenization_spaces": false,
199
+ "eos_token": "<|im_end|>",
200
+ "errors": "replace",
201
+ "extra_special_tokens": {},
202
+ "model_max_length": 131072,
203
+ "pad_token": "<|endoftext|>",
204
+ "split_special_tokens": false,
205
+ "tokenizer_class": "Qwen2Tokenizer",
206
+ "truncation_side": "left",
207
+ "unk_token": null
208
+ }
trainer_state.json ADDED
@@ -0,0 +1,3059 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.5,
6
+ "eval_steps": 500,
7
+ "global_step": 200,
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": 1.0,
19
+ "completions/max_length": 512.0,
20
+ "completions/max_terminated_length": 0.0,
21
+ "completions/mean_length": 512.0,
22
+ "completions/mean_terminated_length": 0.0,
23
+ "completions/min_length": 512.0,
24
+ "completions/min_terminated_length": 0.0,
25
+ "entropy": 7.369438529014587,
26
+ "epoch": 0.0025,
27
+ "frac_reward_zero_std": 1.0,
28
+ "grad_norm": 0.0,
29
+ "learning_rate": 1e-05,
30
+ "loss": 0.0,
31
+ "num_tokens": 81920.0,
32
+ "reward": 0.0,
33
+ "reward_std": 0.0,
34
+ "rewards/reward_action_type/mean": 0.0,
35
+ "rewards/reward_action_type/std": 0.0,
36
+ "rewards/reward_final_answer_f1/mean": 0.0,
37
+ "rewards/reward_final_answer_f1/std": 0.0,
38
+ "rewards/reward_tool_exact/mean": 0.0,
39
+ "rewards/reward_tool_exact/std": 0.0,
40
+ "step": 1
41
+ },
42
+ {
43
+ "clip_ratio/high_max": 0.0,
44
+ "clip_ratio/high_mean": 0.0,
45
+ "clip_ratio/low_mean": 0.0,
46
+ "clip_ratio/low_min": 0.0,
47
+ "clip_ratio/region_mean": 0.0,
48
+ "entropy": 7.361862421035767,
49
+ "epoch": 0.005,
50
+ "grad_norm": 0.0,
51
+ "learning_rate": 9.975000000000002e-06,
52
+ "loss": 0.0,
53
+ "step": 2
54
+ },
55
+ {
56
+ "clip_ratio/high_max": 0.0,
57
+ "clip_ratio/high_mean": 0.0,
58
+ "clip_ratio/low_mean": 0.0,
59
+ "clip_ratio/low_min": 0.0,
60
+ "clip_ratio/region_mean": 0.0,
61
+ "entropy": 7.35631263256073,
62
+ "epoch": 0.0075,
63
+ "grad_norm": 0.0,
64
+ "learning_rate": 9.950000000000001e-06,
65
+ "loss": 0.0,
66
+ "step": 3
67
+ },
68
+ {
69
+ "clip_ratio/high_max": 0.0,
70
+ "clip_ratio/high_mean": 0.0,
71
+ "clip_ratio/low_mean": 0.0,
72
+ "clip_ratio/low_min": 0.0,
73
+ "clip_ratio/region_mean": 0.0,
74
+ "entropy": 7.358352303504944,
75
+ "epoch": 0.01,
76
+ "grad_norm": 0.0,
77
+ "learning_rate": 9.925e-06,
78
+ "loss": 0.0,
79
+ "step": 4
80
+ },
81
+ {
82
+ "clip_ratio/high_max": 0.0,
83
+ "clip_ratio/high_mean": 0.0,
84
+ "clip_ratio/low_mean": 0.0,
85
+ "clip_ratio/low_min": 0.0,
86
+ "clip_ratio/region_mean": 0.0,
87
+ "entropy": 7.3544700145721436,
88
+ "epoch": 0.0125,
89
+ "grad_norm": 0.0,
90
+ "learning_rate": 9.9e-06,
91
+ "loss": 0.0,
92
+ "step": 5
93
+ },
94
+ {
95
+ "clip_ratio/high_max": 0.0,
96
+ "clip_ratio/high_mean": 0.0,
97
+ "clip_ratio/low_mean": 0.0,
98
+ "clip_ratio/low_min": 0.0,
99
+ "clip_ratio/region_mean": 0.0,
100
+ "entropy": 7.359458684921265,
101
+ "epoch": 0.015,
102
+ "grad_norm": 0.0,
103
+ "learning_rate": 9.875000000000001e-06,
104
+ "loss": 0.0,
105
+ "step": 6
106
+ },
107
+ {
108
+ "clip_ratio/high_max": 0.0,
109
+ "clip_ratio/high_mean": 0.0,
110
+ "clip_ratio/low_mean": 0.0,
111
+ "clip_ratio/low_min": 0.0,
112
+ "clip_ratio/region_mean": 0.0,
113
+ "entropy": 7.358532786369324,
114
+ "epoch": 0.0175,
115
+ "grad_norm": 0.0,
116
+ "learning_rate": 9.85e-06,
117
+ "loss": 0.0,
118
+ "step": 7
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
+ "entropy": 7.359454154968262,
127
+ "epoch": 0.02,
128
+ "grad_norm": 0.0,
129
+ "learning_rate": 9.825000000000002e-06,
130
+ "loss": 0.0,
131
+ "step": 8
132
+ },
133
+ {
134
+ "clip_ratio/high_max": 0.0,
135
+ "clip_ratio/high_mean": 0.0,
136
+ "clip_ratio/low_mean": 0.0,
137
+ "clip_ratio/low_min": 0.0,
138
+ "clip_ratio/region_mean": 0.0,
139
+ "completions/clipped_ratio": 1.0,
140
+ "completions/max_length": 512.0,
141
+ "completions/max_terminated_length": 0.0,
142
+ "completions/mean_length": 512.0,
143
+ "completions/mean_terminated_length": 0.0,
144
+ "completions/min_length": 512.0,
145
+ "completions/min_terminated_length": 0.0,
146
+ "entropy": 7.357772588729858,
147
+ "epoch": 0.0225,
148
+ "frac_reward_zero_std": 1.0,
149
+ "grad_norm": 0.0,
150
+ "learning_rate": 9.800000000000001e-06,
151
+ "loss": 0.0,
152
+ "num_tokens": 163840.0,
153
+ "reward": 0.0,
154
+ "reward_std": 0.0,
155
+ "rewards/reward_action_type/mean": 0.0,
156
+ "rewards/reward_action_type/std": 0.0,
157
+ "rewards/reward_final_answer_f1/mean": 0.0,
158
+ "rewards/reward_final_answer_f1/std": 0.0,
159
+ "rewards/reward_tool_exact/mean": 0.0,
160
+ "rewards/reward_tool_exact/std": 0.0,
161
+ "step": 9
162
+ },
163
+ {
164
+ "clip_ratio/high_max": 0.0,
165
+ "clip_ratio/high_mean": 0.0,
166
+ "clip_ratio/low_mean": 0.0,
167
+ "clip_ratio/low_min": 0.0,
168
+ "clip_ratio/region_mean": 0.0,
169
+ "entropy": 7.354452610015869,
170
+ "epoch": 0.025,
171
+ "grad_norm": 0.0,
172
+ "learning_rate": 9.775e-06,
173
+ "loss": 0.0,
174
+ "step": 10
175
+ },
176
+ {
177
+ "clip_ratio/high_max": 0.0,
178
+ "clip_ratio/high_mean": 0.0,
179
+ "clip_ratio/low_mean": 0.0,
180
+ "clip_ratio/low_min": 0.0,
181
+ "clip_ratio/region_mean": 0.0,
182
+ "entropy": 7.362765550613403,
183
+ "epoch": 0.0275,
184
+ "grad_norm": 0.0,
185
+ "learning_rate": 9.75e-06,
186
+ "loss": 0.0,
187
+ "step": 11
188
+ },
189
+ {
190
+ "clip_ratio/high_max": 0.0,
191
+ "clip_ratio/high_mean": 0.0,
192
+ "clip_ratio/low_mean": 0.0,
193
+ "clip_ratio/low_min": 0.0,
194
+ "clip_ratio/region_mean": 0.0,
195
+ "entropy": 7.349831581115723,
196
+ "epoch": 0.03,
197
+ "grad_norm": 0.0,
198
+ "learning_rate": 9.725000000000001e-06,
199
+ "loss": 0.0,
200
+ "step": 12
201
+ },
202
+ {
203
+ "clip_ratio/high_max": 0.0,
204
+ "clip_ratio/high_mean": 0.0,
205
+ "clip_ratio/low_mean": 0.0,
206
+ "clip_ratio/low_min": 0.0,
207
+ "clip_ratio/region_mean": 0.0,
208
+ "entropy": 7.361098527908325,
209
+ "epoch": 0.0325,
210
+ "grad_norm": 0.0,
211
+ "learning_rate": 9.7e-06,
212
+ "loss": 0.0,
213
+ "step": 13
214
+ },
215
+ {
216
+ "clip_ratio/high_max": 0.0,
217
+ "clip_ratio/high_mean": 0.0,
218
+ "clip_ratio/low_mean": 0.0,
219
+ "clip_ratio/low_min": 0.0,
220
+ "clip_ratio/region_mean": 0.0,
221
+ "entropy": 7.361657619476318,
222
+ "epoch": 0.035,
223
+ "grad_norm": 0.0,
224
+ "learning_rate": 9.675000000000001e-06,
225
+ "loss": 0.0,
226
+ "step": 14
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
+ "entropy": 7.358333349227905,
235
+ "epoch": 0.0375,
236
+ "grad_norm": 0.0,
237
+ "learning_rate": 9.65e-06,
238
+ "loss": 0.0,
239
+ "step": 15
240
+ },
241
+ {
242
+ "clip_ratio/high_max": 0.0,
243
+ "clip_ratio/high_mean": 0.0,
244
+ "clip_ratio/low_mean": 0.0,
245
+ "clip_ratio/low_min": 0.0,
246
+ "clip_ratio/region_mean": 0.0,
247
+ "entropy": 7.361846923828125,
248
+ "epoch": 0.04,
249
+ "grad_norm": 0.0,
250
+ "learning_rate": 9.625e-06,
251
+ "loss": 0.0,
252
+ "step": 16
253
+ },
254
+ {
255
+ "clip_ratio/high_max": 0.0,
256
+ "clip_ratio/high_mean": 0.0,
257
+ "clip_ratio/low_mean": 0.0,
258
+ "clip_ratio/low_min": 0.0,
259
+ "clip_ratio/region_mean": 0.0,
260
+ "completions/clipped_ratio": 1.0,
261
+ "completions/max_length": 512.0,
262
+ "completions/max_terminated_length": 0.0,
263
+ "completions/mean_length": 512.0,
264
+ "completions/mean_terminated_length": 0.0,
265
+ "completions/min_length": 512.0,
266
+ "completions/min_terminated_length": 0.0,
267
+ "entropy": 7.353164434432983,
268
+ "epoch": 0.0425,
269
+ "frac_reward_zero_std": 1.0,
270
+ "grad_norm": 0.0,
271
+ "learning_rate": 9.600000000000001e-06,
272
+ "loss": 0.0,
273
+ "num_tokens": 245760.0,
274
+ "reward": 0.0,
275
+ "reward_std": 0.0,
276
+ "rewards/reward_action_type/mean": 0.0,
277
+ "rewards/reward_action_type/std": 0.0,
278
+ "rewards/reward_final_answer_f1/mean": 0.0,
279
+ "rewards/reward_final_answer_f1/std": 0.0,
280
+ "rewards/reward_tool_exact/mean": 0.0,
281
+ "rewards/reward_tool_exact/std": 0.0,
282
+ "step": 17
283
+ },
284
+ {
285
+ "clip_ratio/high_max": 0.0,
286
+ "clip_ratio/high_mean": 0.0,
287
+ "clip_ratio/low_mean": 0.0,
288
+ "clip_ratio/low_min": 0.0,
289
+ "clip_ratio/region_mean": 0.0,
290
+ "entropy": 7.355193018913269,
291
+ "epoch": 0.045,
292
+ "grad_norm": 0.0,
293
+ "learning_rate": 9.575e-06,
294
+ "loss": 0.0,
295
+ "step": 18
296
+ },
297
+ {
298
+ "clip_ratio/high_max": 0.0,
299
+ "clip_ratio/high_mean": 0.0,
300
+ "clip_ratio/low_mean": 0.0,
301
+ "clip_ratio/low_min": 0.0,
302
+ "clip_ratio/region_mean": 0.0,
303
+ "entropy": 7.355559706687927,
304
+ "epoch": 0.0475,
305
+ "grad_norm": 0.0,
306
+ "learning_rate": 9.55e-06,
307
+ "loss": 0.0,
308
+ "step": 19
309
+ },
310
+ {
311
+ "clip_ratio/high_max": 0.0,
312
+ "clip_ratio/high_mean": 0.0,
313
+ "clip_ratio/low_mean": 0.0,
314
+ "clip_ratio/low_min": 0.0,
315
+ "clip_ratio/region_mean": 0.0,
316
+ "entropy": 7.358516216278076,
317
+ "epoch": 0.05,
318
+ "grad_norm": 0.0,
319
+ "learning_rate": 9.525000000000001e-06,
320
+ "loss": 0.0,
321
+ "step": 20
322
+ },
323
+ {
324
+ "clip_ratio/high_max": 0.0,
325
+ "clip_ratio/high_mean": 0.0,
326
+ "clip_ratio/low_mean": 0.0,
327
+ "clip_ratio/low_min": 0.0,
328
+ "clip_ratio/region_mean": 0.0,
329
+ "entropy": 7.362407088279724,
330
+ "epoch": 0.0525,
331
+ "grad_norm": 0.0,
332
+ "learning_rate": 9.5e-06,
333
+ "loss": 0.0,
334
+ "step": 21
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
+ "entropy": 7.3559370040893555,
343
+ "epoch": 0.055,
344
+ "grad_norm": 0.0,
345
+ "learning_rate": 9.475000000000002e-06,
346
+ "loss": 0.0,
347
+ "step": 22
348
+ },
349
+ {
350
+ "clip_ratio/high_max": 0.0,
351
+ "clip_ratio/high_mean": 0.0,
352
+ "clip_ratio/low_mean": 0.0,
353
+ "clip_ratio/low_min": 0.0,
354
+ "clip_ratio/region_mean": 0.0,
355
+ "entropy": 7.355936765670776,
356
+ "epoch": 0.0575,
357
+ "grad_norm": 0.0,
358
+ "learning_rate": 9.450000000000001e-06,
359
+ "loss": 0.0,
360
+ "step": 23
361
+ },
362
+ {
363
+ "clip_ratio/high_max": 0.0,
364
+ "clip_ratio/high_mean": 0.0,
365
+ "clip_ratio/low_mean": 0.0,
366
+ "clip_ratio/low_min": 0.0,
367
+ "clip_ratio/region_mean": 0.0,
368
+ "entropy": 7.367756128311157,
369
+ "epoch": 0.06,
370
+ "grad_norm": 0.0,
371
+ "learning_rate": 9.425e-06,
372
+ "loss": 0.0,
373
+ "step": 24
374
+ },
375
+ {
376
+ "clip_ratio/high_max": 0.0,
377
+ "clip_ratio/high_mean": 0.0,
378
+ "clip_ratio/low_mean": 0.0,
379
+ "clip_ratio/low_min": 0.0,
380
+ "clip_ratio/region_mean": 0.0,
381
+ "completions/clipped_ratio": 1.0,
382
+ "completions/max_length": 512.0,
383
+ "completions/max_terminated_length": 0.0,
384
+ "completions/mean_length": 512.0,
385
+ "completions/mean_terminated_length": 0.0,
386
+ "completions/min_length": 512.0,
387
+ "completions/min_terminated_length": 0.0,
388
+ "entropy": 7.359081983566284,
389
+ "epoch": 0.0625,
390
+ "frac_reward_zero_std": 1.0,
391
+ "grad_norm": 0.0,
392
+ "learning_rate": 9.4e-06,
393
+ "loss": 0.0,
394
+ "num_tokens": 327680.0,
395
+ "reward": 0.0,
396
+ "reward_std": 0.0,
397
+ "rewards/reward_action_type/mean": 0.0,
398
+ "rewards/reward_action_type/std": 0.0,
399
+ "rewards/reward_final_answer_f1/mean": 0.0,
400
+ "rewards/reward_final_answer_f1/std": 0.0,
401
+ "rewards/reward_tool_exact/mean": 0.0,
402
+ "rewards/reward_tool_exact/std": 0.0,
403
+ "step": 25
404
+ },
405
+ {
406
+ "clip_ratio/high_max": 0.0,
407
+ "clip_ratio/high_mean": 0.0,
408
+ "clip_ratio/low_mean": 0.0,
409
+ "clip_ratio/low_min": 0.0,
410
+ "clip_ratio/region_mean": 0.0,
411
+ "entropy": 7.359453916549683,
412
+ "epoch": 0.065,
413
+ "grad_norm": 0.0,
414
+ "learning_rate": 9.375000000000001e-06,
415
+ "loss": 0.0,
416
+ "step": 26
417
+ },
418
+ {
419
+ "clip_ratio/high_max": 0.0,
420
+ "clip_ratio/high_mean": 0.0,
421
+ "clip_ratio/low_mean": 0.0,
422
+ "clip_ratio/low_min": 0.0,
423
+ "clip_ratio/region_mean": 0.0,
424
+ "entropy": 7.357423901557922,
425
+ "epoch": 0.0675,
426
+ "grad_norm": 0.0,
427
+ "learning_rate": 9.350000000000002e-06,
428
+ "loss": 0.0,
429
+ "step": 27
430
+ },
431
+ {
432
+ "clip_ratio/high_max": 0.0,
433
+ "clip_ratio/high_mean": 0.0,
434
+ "clip_ratio/low_mean": 0.0,
435
+ "clip_ratio/low_min": 0.0,
436
+ "clip_ratio/region_mean": 0.0,
437
+ "entropy": 7.362042188644409,
438
+ "epoch": 0.07,
439
+ "grad_norm": 0.0,
440
+ "learning_rate": 9.325000000000001e-06,
441
+ "loss": 0.0,
442
+ "step": 28
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
+ "entropy": 7.358163237571716,
451
+ "epoch": 0.0725,
452
+ "grad_norm": 0.0,
453
+ "learning_rate": 9.3e-06,
454
+ "loss": 0.0,
455
+ "step": 29
456
+ },
457
+ {
458
+ "clip_ratio/high_max": 0.0,
459
+ "clip_ratio/high_mean": 0.0,
460
+ "clip_ratio/low_mean": 0.0,
461
+ "clip_ratio/low_min": 0.0,
462
+ "clip_ratio/region_mean": 0.0,
463
+ "entropy": 7.357796311378479,
464
+ "epoch": 0.075,
465
+ "grad_norm": 0.0,
466
+ "learning_rate": 9.275e-06,
467
+ "loss": 0.0,
468
+ "step": 30
469
+ },
470
+ {
471
+ "clip_ratio/high_max": 0.0,
472
+ "clip_ratio/high_mean": 0.0,
473
+ "clip_ratio/low_mean": 0.0,
474
+ "clip_ratio/low_min": 0.0,
475
+ "clip_ratio/region_mean": 0.0,
476
+ "entropy": 7.360013961791992,
477
+ "epoch": 0.0775,
478
+ "grad_norm": 0.0,
479
+ "learning_rate": 9.250000000000001e-06,
480
+ "loss": 0.0,
481
+ "step": 31
482
+ },
483
+ {
484
+ "clip_ratio/high_max": 0.0,
485
+ "clip_ratio/high_mean": 0.0,
486
+ "clip_ratio/low_mean": 0.0,
487
+ "clip_ratio/low_min": 0.0,
488
+ "clip_ratio/region_mean": 0.0,
489
+ "entropy": 7.354282975196838,
490
+ "epoch": 0.08,
491
+ "grad_norm": 0.0,
492
+ "learning_rate": 9.225e-06,
493
+ "loss": 0.0,
494
+ "step": 32
495
+ },
496
+ {
497
+ "clip_ratio/high_max": 0.0,
498
+ "clip_ratio/high_mean": 0.0,
499
+ "clip_ratio/low_mean": 0.0,
500
+ "clip_ratio/low_min": 0.0,
501
+ "clip_ratio/region_mean": 0.0,
502
+ "completions/clipped_ratio": 1.0,
503
+ "completions/max_length": 512.0,
504
+ "completions/max_terminated_length": 0.0,
505
+ "completions/mean_length": 512.0,
506
+ "completions/mean_terminated_length": 0.0,
507
+ "completions/min_length": 512.0,
508
+ "completions/min_terminated_length": 0.0,
509
+ "entropy": 7.358327150344849,
510
+ "epoch": 0.0825,
511
+ "frac_reward_zero_std": 1.0,
512
+ "grad_norm": 0.0,
513
+ "learning_rate": 9.200000000000002e-06,
514
+ "loss": 0.0,
515
+ "num_tokens": 409600.0,
516
+ "reward": 0.0,
517
+ "reward_std": 0.0,
518
+ "rewards/reward_action_type/mean": 0.0,
519
+ "rewards/reward_action_type/std": 0.0,
520
+ "rewards/reward_final_answer_f1/mean": 0.0,
521
+ "rewards/reward_final_answer_f1/std": 0.0,
522
+ "rewards/reward_tool_exact/mean": 0.0,
523
+ "rewards/reward_tool_exact/std": 0.0,
524
+ "step": 33
525
+ },
526
+ {
527
+ "clip_ratio/high_max": 0.0,
528
+ "clip_ratio/high_mean": 0.0,
529
+ "clip_ratio/low_mean": 0.0,
530
+ "clip_ratio/low_min": 0.0,
531
+ "clip_ratio/region_mean": 0.0,
532
+ "entropy": 7.363318681716919,
533
+ "epoch": 0.085,
534
+ "grad_norm": 0.0,
535
+ "learning_rate": 9.175000000000001e-06,
536
+ "loss": 0.0,
537
+ "step": 34
538
+ },
539
+ {
540
+ "clip_ratio/high_max": 0.0,
541
+ "clip_ratio/high_mean": 0.0,
542
+ "clip_ratio/low_mean": 0.0,
543
+ "clip_ratio/low_min": 0.0,
544
+ "clip_ratio/region_mean": 0.0,
545
+ "entropy": 7.352967858314514,
546
+ "epoch": 0.0875,
547
+ "grad_norm": 0.0,
548
+ "learning_rate": 9.15e-06,
549
+ "loss": 0.0,
550
+ "step": 35
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
+ "entropy": 7.3574066162109375,
559
+ "epoch": 0.09,
560
+ "grad_norm": 0.0,
561
+ "learning_rate": 9.125e-06,
562
+ "loss": 0.0,
563
+ "step": 36
564
+ },
565
+ {
566
+ "clip_ratio/high_max": 0.0,
567
+ "clip_ratio/high_mean": 0.0,
568
+ "clip_ratio/low_mean": 0.0,
569
+ "clip_ratio/low_min": 0.0,
570
+ "clip_ratio/region_mean": 0.0,
571
+ "entropy": 7.357410788536072,
572
+ "epoch": 0.0925,
573
+ "grad_norm": 0.0,
574
+ "learning_rate": 9.100000000000001e-06,
575
+ "loss": 0.0,
576
+ "step": 37
577
+ },
578
+ {
579
+ "clip_ratio/high_max": 0.0,
580
+ "clip_ratio/high_mean": 0.0,
581
+ "clip_ratio/low_mean": 0.0,
582
+ "clip_ratio/low_min": 0.0,
583
+ "clip_ratio/region_mean": 0.0,
584
+ "entropy": 7.354451537132263,
585
+ "epoch": 0.095,
586
+ "grad_norm": 0.0,
587
+ "learning_rate": 9.075e-06,
588
+ "loss": 0.0,
589
+ "step": 38
590
+ },
591
+ {
592
+ "clip_ratio/high_max": 0.0,
593
+ "clip_ratio/high_mean": 0.0,
594
+ "clip_ratio/low_mean": 0.0,
595
+ "clip_ratio/low_min": 0.0,
596
+ "clip_ratio/region_mean": 0.0,
597
+ "entropy": 7.365721702575684,
598
+ "epoch": 0.0975,
599
+ "grad_norm": 0.0,
600
+ "learning_rate": 9.050000000000001e-06,
601
+ "loss": 0.0,
602
+ "step": 39
603
+ },
604
+ {
605
+ "clip_ratio/high_max": 0.0,
606
+ "clip_ratio/high_mean": 0.0,
607
+ "clip_ratio/low_mean": 0.0,
608
+ "clip_ratio/low_min": 0.0,
609
+ "clip_ratio/region_mean": 0.0,
610
+ "entropy": 7.348904967308044,
611
+ "epoch": 0.1,
612
+ "grad_norm": 0.0,
613
+ "learning_rate": 9.025e-06,
614
+ "loss": 0.0,
615
+ "step": 40
616
+ },
617
+ {
618
+ "clip_ratio/high_max": 0.0,
619
+ "clip_ratio/high_mean": 0.0,
620
+ "clip_ratio/low_mean": 0.0,
621
+ "clip_ratio/low_min": 0.0,
622
+ "clip_ratio/region_mean": 0.0,
623
+ "completions/clipped_ratio": 1.0,
624
+ "completions/max_length": 512.0,
625
+ "completions/max_terminated_length": 0.0,
626
+ "completions/mean_length": 512.0,
627
+ "completions/mean_terminated_length": 0.0,
628
+ "completions/min_length": 512.0,
629
+ "completions/min_terminated_length": 0.0,
630
+ "entropy": 7.357222557067871,
631
+ "epoch": 0.1025,
632
+ "frac_reward_zero_std": 1.0,
633
+ "grad_norm": 0.0,
634
+ "learning_rate": 9e-06,
635
+ "loss": 0.0,
636
+ "num_tokens": 491520.0,
637
+ "reward": 0.0,
638
+ "reward_std": 0.0,
639
+ "rewards/reward_action_type/mean": 0.0,
640
+ "rewards/reward_action_type/std": 0.0,
641
+ "rewards/reward_final_answer_f1/mean": 0.0,
642
+ "rewards/reward_final_answer_f1/std": 0.0,
643
+ "rewards/reward_tool_exact/mean": 0.0,
644
+ "rewards/reward_tool_exact/std": 0.0,
645
+ "step": 41
646
+ },
647
+ {
648
+ "clip_ratio/high_max": 0.0,
649
+ "clip_ratio/high_mean": 0.0,
650
+ "clip_ratio/low_mean": 0.0,
651
+ "clip_ratio/low_min": 0.0,
652
+ "clip_ratio/region_mean": 0.0,
653
+ "entropy": 7.355740547180176,
654
+ "epoch": 0.105,
655
+ "grad_norm": 0.0,
656
+ "learning_rate": 8.975e-06,
657
+ "loss": 0.0,
658
+ "step": 42
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
+ "entropy": 7.34890341758728,
667
+ "epoch": 0.1075,
668
+ "grad_norm": 0.0,
669
+ "learning_rate": 8.95e-06,
670
+ "loss": 0.0,
671
+ "step": 43
672
+ },
673
+ {
674
+ "clip_ratio/high_max": 0.0,
675
+ "clip_ratio/high_mean": 0.0,
676
+ "clip_ratio/low_mean": 0.0,
677
+ "clip_ratio/low_min": 0.0,
678
+ "clip_ratio/region_mean": 0.0,
679
+ "entropy": 7.356113791465759,
680
+ "epoch": 0.11,
681
+ "grad_norm": 0.0,
682
+ "learning_rate": 8.925e-06,
683
+ "loss": 0.0,
684
+ "step": 44
685
+ },
686
+ {
687
+ "clip_ratio/high_max": 0.0,
688
+ "clip_ratio/high_mean": 0.0,
689
+ "clip_ratio/low_mean": 0.0,
690
+ "clip_ratio/low_min": 0.0,
691
+ "clip_ratio/region_mean": 0.0,
692
+ "entropy": 7.355374813079834,
693
+ "epoch": 0.1125,
694
+ "grad_norm": 0.0,
695
+ "learning_rate": 8.900000000000001e-06,
696
+ "loss": 0.0,
697
+ "step": 45
698
+ },
699
+ {
700
+ "clip_ratio/high_max": 0.0,
701
+ "clip_ratio/high_mean": 0.0,
702
+ "clip_ratio/low_mean": 0.0,
703
+ "clip_ratio/low_min": 0.0,
704
+ "clip_ratio/region_mean": 0.0,
705
+ "entropy": 7.3614726066589355,
706
+ "epoch": 0.115,
707
+ "grad_norm": 0.0,
708
+ "learning_rate": 8.875e-06,
709
+ "loss": 0.0,
710
+ "step": 46
711
+ },
712
+ {
713
+ "clip_ratio/high_max": 0.0,
714
+ "clip_ratio/high_mean": 0.0,
715
+ "clip_ratio/low_mean": 0.0,
716
+ "clip_ratio/low_min": 0.0,
717
+ "clip_ratio/region_mean": 0.0,
718
+ "entropy": 7.359627962112427,
719
+ "epoch": 0.1175,
720
+ "grad_norm": 0.0,
721
+ "learning_rate": 8.85e-06,
722
+ "loss": 0.0,
723
+ "step": 47
724
+ },
725
+ {
726
+ "clip_ratio/high_max": 0.0,
727
+ "clip_ratio/high_mean": 0.0,
728
+ "clip_ratio/low_mean": 0.0,
729
+ "clip_ratio/low_min": 0.0,
730
+ "clip_ratio/region_mean": 0.0,
731
+ "entropy": 7.355189919471741,
732
+ "epoch": 0.12,
733
+ "grad_norm": 0.0,
734
+ "learning_rate": 8.825000000000001e-06,
735
+ "loss": 0.0,
736
+ "step": 48
737
+ },
738
+ {
739
+ "clip_ratio/high_max": 0.0,
740
+ "clip_ratio/high_mean": 0.0,
741
+ "clip_ratio/low_mean": 0.0,
742
+ "clip_ratio/low_min": 0.0,
743
+ "clip_ratio/region_mean": 0.0,
744
+ "completions/clipped_ratio": 1.0,
745
+ "completions/max_length": 512.0,
746
+ "completions/max_terminated_length": 0.0,
747
+ "completions/mean_length": 512.0,
748
+ "completions/mean_terminated_length": 0.0,
749
+ "completions/min_length": 512.0,
750
+ "completions/min_terminated_length": 0.0,
751
+ "entropy": 7.357407331466675,
752
+ "epoch": 0.1225,
753
+ "frac_reward_zero_std": 1.0,
754
+ "grad_norm": 0.0,
755
+ "learning_rate": 8.8e-06,
756
+ "loss": 0.0,
757
+ "num_tokens": 573440.0,
758
+ "reward": 0.0,
759
+ "reward_std": 0.0,
760
+ "rewards/reward_action_type/mean": 0.0,
761
+ "rewards/reward_action_type/std": 0.0,
762
+ "rewards/reward_final_answer_f1/mean": 0.0,
763
+ "rewards/reward_final_answer_f1/std": 0.0,
764
+ "rewards/reward_tool_exact/mean": 0.0,
765
+ "rewards/reward_tool_exact/std": 0.0,
766
+ "step": 49
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
+ "entropy": 7.351681590080261,
775
+ "epoch": 0.125,
776
+ "grad_norm": 0.0,
777
+ "learning_rate": 8.775e-06,
778
+ "loss": 0.0,
779
+ "step": 50
780
+ },
781
+ {
782
+ "clip_ratio/high_max": 0.0,
783
+ "clip_ratio/high_mean": 0.0,
784
+ "clip_ratio/low_mean": 0.0,
785
+ "clip_ratio/low_min": 0.0,
786
+ "clip_ratio/region_mean": 0.0,
787
+ "entropy": 7.354265213012695,
788
+ "epoch": 0.1275,
789
+ "grad_norm": 0.0,
790
+ "learning_rate": 8.750000000000001e-06,
791
+ "loss": 0.0,
792
+ "step": 51
793
+ },
794
+ {
795
+ "clip_ratio/high_max": 0.0,
796
+ "clip_ratio/high_mean": 0.0,
797
+ "clip_ratio/low_mean": 0.0,
798
+ "clip_ratio/low_min": 0.0,
799
+ "clip_ratio/region_mean": 0.0,
800
+ "entropy": 7.351495146751404,
801
+ "epoch": 0.13,
802
+ "grad_norm": 0.0,
803
+ "learning_rate": 8.725000000000002e-06,
804
+ "loss": 0.0,
805
+ "step": 52
806
+ },
807
+ {
808
+ "clip_ratio/high_max": 0.0,
809
+ "clip_ratio/high_mean": 0.0,
810
+ "clip_ratio/low_mean": 0.0,
811
+ "clip_ratio/low_min": 0.0,
812
+ "clip_ratio/region_mean": 0.0,
813
+ "entropy": 7.349096179008484,
814
+ "epoch": 0.1325,
815
+ "grad_norm": 0.0,
816
+ "learning_rate": 8.700000000000001e-06,
817
+ "loss": 0.0,
818
+ "step": 53
819
+ },
820
+ {
821
+ "clip_ratio/high_max": 0.0,
822
+ "clip_ratio/high_mean": 0.0,
823
+ "clip_ratio/low_mean": 0.0,
824
+ "clip_ratio/low_min": 0.0,
825
+ "clip_ratio/region_mean": 0.0,
826
+ "entropy": 7.354640483856201,
827
+ "epoch": 0.135,
828
+ "grad_norm": 0.0,
829
+ "learning_rate": 8.675e-06,
830
+ "loss": 0.0,
831
+ "step": 54
832
+ },
833
+ {
834
+ "clip_ratio/high_max": 0.0,
835
+ "clip_ratio/high_mean": 0.0,
836
+ "clip_ratio/low_mean": 0.0,
837
+ "clip_ratio/low_min": 0.0,
838
+ "clip_ratio/region_mean": 0.0,
839
+ "entropy": 7.352414965629578,
840
+ "epoch": 0.1375,
841
+ "grad_norm": 0.0,
842
+ "learning_rate": 8.65e-06,
843
+ "loss": 0.0,
844
+ "step": 55
845
+ },
846
+ {
847
+ "clip_ratio/high_max": 0.0,
848
+ "clip_ratio/high_mean": 0.0,
849
+ "clip_ratio/low_mean": 0.0,
850
+ "clip_ratio/low_min": 0.0,
851
+ "clip_ratio/region_mean": 0.0,
852
+ "entropy": 7.351497530937195,
853
+ "epoch": 0.14,
854
+ "grad_norm": 0.0,
855
+ "learning_rate": 8.625000000000001e-06,
856
+ "loss": 0.0,
857
+ "step": 56
858
+ },
859
+ {
860
+ "clip_ratio/high_max": 0.0,
861
+ "clip_ratio/high_mean": 0.0,
862
+ "clip_ratio/low_mean": 0.0,
863
+ "clip_ratio/low_min": 0.0,
864
+ "clip_ratio/region_mean": 0.0,
865
+ "completions/clipped_ratio": 1.0,
866
+ "completions/max_length": 512.0,
867
+ "completions/max_terminated_length": 0.0,
868
+ "completions/mean_length": 512.0,
869
+ "completions/mean_terminated_length": 0.0,
870
+ "completions/min_length": 512.0,
871
+ "completions/min_terminated_length": 0.0,
872
+ "entropy": 7.35981810092926,
873
+ "epoch": 0.1425,
874
+ "frac_reward_zero_std": 1.0,
875
+ "grad_norm": 0.0,
876
+ "learning_rate": 8.6e-06,
877
+ "loss": 0.0,
878
+ "num_tokens": 655360.0,
879
+ "reward": 0.0,
880
+ "reward_std": 0.0,
881
+ "rewards/reward_action_type/mean": 0.0,
882
+ "rewards/reward_action_type/std": 0.0,
883
+ "rewards/reward_final_answer_f1/mean": 0.0,
884
+ "rewards/reward_final_answer_f1/std": 0.0,
885
+ "rewards/reward_tool_exact/mean": 0.0,
886
+ "rewards/reward_tool_exact/std": 0.0,
887
+ "step": 57
888
+ },
889
+ {
890
+ "clip_ratio/high_max": 0.0,
891
+ "clip_ratio/high_mean": 0.0,
892
+ "clip_ratio/low_mean": 0.0,
893
+ "clip_ratio/low_min": 0.0,
894
+ "clip_ratio/region_mean": 0.0,
895
+ "entropy": 7.358149290084839,
896
+ "epoch": 0.145,
897
+ "grad_norm": 0.0,
898
+ "learning_rate": 8.575000000000002e-06,
899
+ "loss": 0.0,
900
+ "step": 58
901
+ },
902
+ {
903
+ "clip_ratio/high_max": 0.0,
904
+ "clip_ratio/high_mean": 0.0,
905
+ "clip_ratio/low_mean": 0.0,
906
+ "clip_ratio/low_min": 0.0,
907
+ "clip_ratio/region_mean": 0.0,
908
+ "entropy": 7.353531837463379,
909
+ "epoch": 0.1475,
910
+ "grad_norm": 0.0,
911
+ "learning_rate": 8.550000000000001e-06,
912
+ "loss": 0.0,
913
+ "step": 59
914
+ },
915
+ {
916
+ "clip_ratio/high_max": 0.0,
917
+ "clip_ratio/high_mean": 0.0,
918
+ "clip_ratio/low_mean": 0.0,
919
+ "clip_ratio/low_min": 0.0,
920
+ "clip_ratio/region_mean": 0.0,
921
+ "entropy": 7.357410669326782,
922
+ "epoch": 0.15,
923
+ "grad_norm": 0.0,
924
+ "learning_rate": 8.525e-06,
925
+ "loss": 0.0,
926
+ "step": 60
927
+ },
928
+ {
929
+ "clip_ratio/high_max": 0.0,
930
+ "clip_ratio/high_mean": 0.0,
931
+ "clip_ratio/low_mean": 0.0,
932
+ "clip_ratio/low_min": 0.0,
933
+ "clip_ratio/region_mean": 0.0,
934
+ "entropy": 7.362405300140381,
935
+ "epoch": 0.1525,
936
+ "grad_norm": 0.0,
937
+ "learning_rate": 8.5e-06,
938
+ "loss": 0.0,
939
+ "step": 61
940
+ },
941
+ {
942
+ "clip_ratio/high_max": 0.0,
943
+ "clip_ratio/high_mean": 0.0,
944
+ "clip_ratio/low_mean": 0.0,
945
+ "clip_ratio/low_min": 0.0,
946
+ "clip_ratio/region_mean": 0.0,
947
+ "entropy": 7.354081869125366,
948
+ "epoch": 0.155,
949
+ "grad_norm": 0.0,
950
+ "learning_rate": 8.475000000000001e-06,
951
+ "loss": 0.0,
952
+ "step": 62
953
+ },
954
+ {
955
+ "clip_ratio/high_max": 0.0,
956
+ "clip_ratio/high_mean": 0.0,
957
+ "clip_ratio/low_mean": 0.0,
958
+ "clip_ratio/low_min": 0.0,
959
+ "clip_ratio/region_mean": 0.0,
960
+ "entropy": 7.356305956840515,
961
+ "epoch": 0.1575,
962
+ "grad_norm": 0.0,
963
+ "learning_rate": 8.45e-06,
964
+ "loss": 0.0,
965
+ "step": 63
966
+ },
967
+ {
968
+ "clip_ratio/high_max": 0.0,
969
+ "clip_ratio/high_mean": 0.0,
970
+ "clip_ratio/low_mean": 0.0,
971
+ "clip_ratio/low_min": 0.0,
972
+ "clip_ratio/region_mean": 0.0,
973
+ "entropy": 7.354457974433899,
974
+ "epoch": 0.16,
975
+ "grad_norm": 0.0,
976
+ "learning_rate": 8.425000000000001e-06,
977
+ "loss": 0.0,
978
+ "step": 64
979
+ },
980
+ {
981
+ "clip_ratio/high_max": 0.0,
982
+ "clip_ratio/high_mean": 0.0,
983
+ "clip_ratio/low_mean": 0.0,
984
+ "clip_ratio/low_min": 0.0,
985
+ "clip_ratio/region_mean": 0.0,
986
+ "completions/clipped_ratio": 1.0,
987
+ "completions/max_length": 512.0,
988
+ "completions/max_terminated_length": 0.0,
989
+ "completions/mean_length": 512.0,
990
+ "completions/mean_terminated_length": 0.0,
991
+ "completions/min_length": 512.0,
992
+ "completions/min_terminated_length": 0.0,
993
+ "entropy": 7.361861705780029,
994
+ "epoch": 0.1625,
995
+ "frac_reward_zero_std": 1.0,
996
+ "grad_norm": 0.0,
997
+ "learning_rate": 8.400000000000001e-06,
998
+ "loss": 0.0,
999
+ "num_tokens": 737280.0,
1000
+ "reward": 0.0,
1001
+ "reward_std": 0.0,
1002
+ "rewards/reward_action_type/mean": 0.0,
1003
+ "rewards/reward_action_type/std": 0.0,
1004
+ "rewards/reward_final_answer_f1/mean": 0.0,
1005
+ "rewards/reward_final_answer_f1/std": 0.0,
1006
+ "rewards/reward_tool_exact/mean": 0.0,
1007
+ "rewards/reward_tool_exact/std": 0.0,
1008
+ "step": 65
1009
+ },
1010
+ {
1011
+ "clip_ratio/high_max": 0.0,
1012
+ "clip_ratio/high_mean": 0.0,
1013
+ "clip_ratio/low_mean": 0.0,
1014
+ "clip_ratio/low_min": 0.0,
1015
+ "clip_ratio/region_mean": 0.0,
1016
+ "entropy": 7.353907465934753,
1017
+ "epoch": 0.165,
1018
+ "grad_norm": 0.0,
1019
+ "learning_rate": 8.375e-06,
1020
+ "loss": 0.0,
1021
+ "step": 66
1022
+ },
1023
+ {
1024
+ "clip_ratio/high_max": 0.0,
1025
+ "clip_ratio/high_mean": 0.0,
1026
+ "clip_ratio/low_mean": 0.0,
1027
+ "clip_ratio/low_min": 0.0,
1028
+ "clip_ratio/region_mean": 0.0,
1029
+ "entropy": 7.352243661880493,
1030
+ "epoch": 0.1675,
1031
+ "grad_norm": 0.0,
1032
+ "learning_rate": 8.35e-06,
1033
+ "loss": 0.0,
1034
+ "step": 67
1035
+ },
1036
+ {
1037
+ "clip_ratio/high_max": 0.0,
1038
+ "clip_ratio/high_mean": 0.0,
1039
+ "clip_ratio/low_mean": 0.0,
1040
+ "clip_ratio/low_min": 0.0,
1041
+ "clip_ratio/region_mean": 0.0,
1042
+ "entropy": 7.357968091964722,
1043
+ "epoch": 0.17,
1044
+ "grad_norm": 0.0,
1045
+ "learning_rate": 8.325e-06,
1046
+ "loss": 0.0,
1047
+ "step": 68
1048
+ },
1049
+ {
1050
+ "clip_ratio/high_max": 0.0,
1051
+ "clip_ratio/high_mean": 0.0,
1052
+ "clip_ratio/low_mean": 0.0,
1053
+ "clip_ratio/low_min": 0.0,
1054
+ "clip_ratio/region_mean": 0.0,
1055
+ "entropy": 7.354275941848755,
1056
+ "epoch": 0.1725,
1057
+ "grad_norm": 0.0,
1058
+ "learning_rate": 8.3e-06,
1059
+ "loss": 0.0,
1060
+ "step": 69
1061
+ },
1062
+ {
1063
+ "clip_ratio/high_max": 0.0,
1064
+ "clip_ratio/high_mean": 0.0,
1065
+ "clip_ratio/low_mean": 0.0,
1066
+ "clip_ratio/low_min": 0.0,
1067
+ "clip_ratio/region_mean": 0.0,
1068
+ "entropy": 7.353910565376282,
1069
+ "epoch": 0.175,
1070
+ "grad_norm": 0.0,
1071
+ "learning_rate": 8.275000000000001e-06,
1072
+ "loss": 0.0,
1073
+ "step": 70
1074
+ },
1075
+ {
1076
+ "clip_ratio/high_max": 0.0,
1077
+ "clip_ratio/high_mean": 0.0,
1078
+ "clip_ratio/low_mean": 0.0,
1079
+ "clip_ratio/low_min": 0.0,
1080
+ "clip_ratio/region_mean": 0.0,
1081
+ "entropy": 7.358715772628784,
1082
+ "epoch": 0.1775,
1083
+ "grad_norm": 0.0,
1084
+ "learning_rate": 8.25e-06,
1085
+ "loss": 0.0,
1086
+ "step": 71
1087
+ },
1088
+ {
1089
+ "clip_ratio/high_max": 0.0,
1090
+ "clip_ratio/high_mean": 0.0,
1091
+ "clip_ratio/low_mean": 0.0,
1092
+ "clip_ratio/low_min": 0.0,
1093
+ "clip_ratio/region_mean": 0.0,
1094
+ "entropy": 7.357971787452698,
1095
+ "epoch": 0.18,
1096
+ "grad_norm": 0.0,
1097
+ "learning_rate": 8.225e-06,
1098
+ "loss": 0.0,
1099
+ "step": 72
1100
+ },
1101
+ {
1102
+ "clip_ratio/high_max": 0.0,
1103
+ "clip_ratio/high_mean": 0.0,
1104
+ "clip_ratio/low_mean": 0.0,
1105
+ "clip_ratio/low_min": 0.0,
1106
+ "clip_ratio/region_mean": 0.0,
1107
+ "completions/clipped_ratio": 1.0,
1108
+ "completions/max_length": 512.0,
1109
+ "completions/max_terminated_length": 0.0,
1110
+ "completions/mean_length": 512.0,
1111
+ "completions/mean_terminated_length": 0.0,
1112
+ "completions/min_length": 512.0,
1113
+ "completions/min_terminated_length": 0.0,
1114
+ "entropy": 7.350202202796936,
1115
+ "epoch": 0.1825,
1116
+ "frac_reward_zero_std": 1.0,
1117
+ "grad_norm": 0.0,
1118
+ "learning_rate": 8.2e-06,
1119
+ "loss": 0.0,
1120
+ "num_tokens": 819200.0,
1121
+ "reward": 0.0,
1122
+ "reward_std": 0.0,
1123
+ "rewards/reward_action_type/mean": 0.0,
1124
+ "rewards/reward_action_type/std": 0.0,
1125
+ "rewards/reward_final_answer_f1/mean": 0.0,
1126
+ "rewards/reward_final_answer_f1/std": 0.0,
1127
+ "rewards/reward_tool_exact/mean": 0.0,
1128
+ "rewards/reward_tool_exact/std": 0.0,
1129
+ "step": 73
1130
+ },
1131
+ {
1132
+ "clip_ratio/high_max": 0.0,
1133
+ "clip_ratio/high_mean": 0.0,
1134
+ "clip_ratio/low_mean": 0.0,
1135
+ "clip_ratio/low_min": 0.0,
1136
+ "clip_ratio/region_mean": 0.0,
1137
+ "entropy": 7.359816074371338,
1138
+ "epoch": 0.185,
1139
+ "grad_norm": 0.0,
1140
+ "learning_rate": 8.175e-06,
1141
+ "loss": 0.0,
1142
+ "step": 74
1143
+ },
1144
+ {
1145
+ "clip_ratio/high_max": 0.0,
1146
+ "clip_ratio/high_mean": 0.0,
1147
+ "clip_ratio/low_mean": 0.0,
1148
+ "clip_ratio/low_min": 0.0,
1149
+ "clip_ratio/region_mean": 0.0,
1150
+ "entropy": 7.356489419937134,
1151
+ "epoch": 0.1875,
1152
+ "grad_norm": 0.0,
1153
+ "learning_rate": 8.15e-06,
1154
+ "loss": 0.0,
1155
+ "step": 75
1156
+ },
1157
+ {
1158
+ "clip_ratio/high_max": 0.0,
1159
+ "clip_ratio/high_mean": 0.0,
1160
+ "clip_ratio/low_mean": 0.0,
1161
+ "clip_ratio/low_min": 0.0,
1162
+ "clip_ratio/region_mean": 0.0,
1163
+ "entropy": 7.354463458061218,
1164
+ "epoch": 0.19,
1165
+ "grad_norm": 0.0,
1166
+ "learning_rate": 8.125000000000001e-06,
1167
+ "loss": 0.0,
1168
+ "step": 76
1169
+ },
1170
+ {
1171
+ "clip_ratio/high_max": 0.0,
1172
+ "clip_ratio/high_mean": 0.0,
1173
+ "clip_ratio/low_mean": 0.0,
1174
+ "clip_ratio/low_min": 0.0,
1175
+ "clip_ratio/region_mean": 0.0,
1176
+ "entropy": 7.3553794622421265,
1177
+ "epoch": 0.1925,
1178
+ "grad_norm": 0.0,
1179
+ "learning_rate": 8.1e-06,
1180
+ "loss": 0.0,
1181
+ "step": 77
1182
+ },
1183
+ {
1184
+ "clip_ratio/high_max": 0.0,
1185
+ "clip_ratio/high_mean": 0.0,
1186
+ "clip_ratio/low_mean": 0.0,
1187
+ "clip_ratio/low_min": 0.0,
1188
+ "clip_ratio/region_mean": 0.0,
1189
+ "entropy": 7.355569362640381,
1190
+ "epoch": 0.195,
1191
+ "grad_norm": 0.0,
1192
+ "learning_rate": 8.075000000000001e-06,
1193
+ "loss": 0.0,
1194
+ "step": 78
1195
+ },
1196
+ {
1197
+ "clip_ratio/high_max": 0.0,
1198
+ "clip_ratio/high_mean": 0.0,
1199
+ "clip_ratio/low_mean": 0.0,
1200
+ "clip_ratio/low_min": 0.0,
1201
+ "clip_ratio/region_mean": 0.0,
1202
+ "entropy": 7.3505799770355225,
1203
+ "epoch": 0.1975,
1204
+ "grad_norm": 0.0,
1205
+ "learning_rate": 8.050000000000001e-06,
1206
+ "loss": 0.0,
1207
+ "step": 79
1208
+ },
1209
+ {
1210
+ "clip_ratio/high_max": 0.0,
1211
+ "clip_ratio/high_mean": 0.0,
1212
+ "clip_ratio/low_mean": 0.0,
1213
+ "clip_ratio/low_min": 0.0,
1214
+ "clip_ratio/region_mean": 0.0,
1215
+ "entropy": 7.355196475982666,
1216
+ "epoch": 0.2,
1217
+ "grad_norm": 0.0,
1218
+ "learning_rate": 8.025e-06,
1219
+ "loss": 0.0,
1220
+ "step": 80
1221
+ },
1222
+ {
1223
+ "clip_ratio/high_max": 0.0,
1224
+ "clip_ratio/high_mean": 0.0,
1225
+ "clip_ratio/low_mean": 0.0,
1226
+ "clip_ratio/low_min": 0.0,
1227
+ "clip_ratio/region_mean": 0.0,
1228
+ "completions/clipped_ratio": 1.0,
1229
+ "completions/max_length": 512.0,
1230
+ "completions/max_terminated_length": 0.0,
1231
+ "completions/mean_length": 512.0,
1232
+ "completions/mean_terminated_length": 0.0,
1233
+ "completions/min_length": 512.0,
1234
+ "completions/min_terminated_length": 0.0,
1235
+ "entropy": 7.363699555397034,
1236
+ "epoch": 0.2025,
1237
+ "frac_reward_zero_std": 1.0,
1238
+ "grad_norm": 0.0,
1239
+ "learning_rate": 8.000000000000001e-06,
1240
+ "loss": 0.0,
1241
+ "num_tokens": 901120.0,
1242
+ "reward": 0.0,
1243
+ "reward_std": 0.0,
1244
+ "rewards/reward_action_type/mean": 0.0,
1245
+ "rewards/reward_action_type/std": 0.0,
1246
+ "rewards/reward_final_answer_f1/mean": 0.0,
1247
+ "rewards/reward_final_answer_f1/std": 0.0,
1248
+ "rewards/reward_tool_exact/mean": 0.0,
1249
+ "rewards/reward_tool_exact/std": 0.0,
1250
+ "step": 81
1251
+ },
1252
+ {
1253
+ "clip_ratio/high_max": 0.0,
1254
+ "clip_ratio/high_mean": 0.0,
1255
+ "clip_ratio/low_mean": 0.0,
1256
+ "clip_ratio/low_min": 0.0,
1257
+ "clip_ratio/region_mean": 0.0,
1258
+ "entropy": 7.361477255821228,
1259
+ "epoch": 0.205,
1260
+ "grad_norm": 0.0,
1261
+ "learning_rate": 7.975e-06,
1262
+ "loss": 0.0,
1263
+ "step": 82
1264
+ },
1265
+ {
1266
+ "clip_ratio/high_max": 0.0,
1267
+ "clip_ratio/high_mean": 0.0,
1268
+ "clip_ratio/low_mean": 0.0,
1269
+ "clip_ratio/low_min": 0.0,
1270
+ "clip_ratio/region_mean": 0.0,
1271
+ "entropy": 7.349467039108276,
1272
+ "epoch": 0.2075,
1273
+ "grad_norm": 0.0,
1274
+ "learning_rate": 7.950000000000002e-06,
1275
+ "loss": 0.0,
1276
+ "step": 83
1277
+ },
1278
+ {
1279
+ "clip_ratio/high_max": 0.0,
1280
+ "clip_ratio/high_mean": 0.0,
1281
+ "clip_ratio/low_mean": 0.0,
1282
+ "clip_ratio/low_min": 0.0,
1283
+ "clip_ratio/region_mean": 0.0,
1284
+ "entropy": 7.35796594619751,
1285
+ "epoch": 0.21,
1286
+ "grad_norm": 0.0,
1287
+ "learning_rate": 7.925000000000001e-06,
1288
+ "loss": 0.0,
1289
+ "step": 84
1290
+ },
1291
+ {
1292
+ "clip_ratio/high_max": 0.0,
1293
+ "clip_ratio/high_mean": 0.0,
1294
+ "clip_ratio/low_mean": 0.0,
1295
+ "clip_ratio/low_min": 0.0,
1296
+ "clip_ratio/region_mean": 0.0,
1297
+ "entropy": 7.356119871139526,
1298
+ "epoch": 0.2125,
1299
+ "grad_norm": 0.0,
1300
+ "learning_rate": 7.9e-06,
1301
+ "loss": 0.0,
1302
+ "step": 85
1303
+ },
1304
+ {
1305
+ "clip_ratio/high_max": 0.0,
1306
+ "clip_ratio/high_mean": 0.0,
1307
+ "clip_ratio/low_mean": 0.0,
1308
+ "clip_ratio/low_min": 0.0,
1309
+ "clip_ratio/region_mean": 0.0,
1310
+ "entropy": 7.362959980964661,
1311
+ "epoch": 0.215,
1312
+ "grad_norm": 0.0,
1313
+ "learning_rate": 7.875e-06,
1314
+ "loss": 0.0,
1315
+ "step": 86
1316
+ },
1317
+ {
1318
+ "clip_ratio/high_max": 0.0,
1319
+ "clip_ratio/high_mean": 0.0,
1320
+ "clip_ratio/low_mean": 0.0,
1321
+ "clip_ratio/low_min": 0.0,
1322
+ "clip_ratio/region_mean": 0.0,
1323
+ "entropy": 7.358152985572815,
1324
+ "epoch": 0.2175,
1325
+ "grad_norm": 0.0,
1326
+ "learning_rate": 7.850000000000001e-06,
1327
+ "loss": 0.0,
1328
+ "step": 87
1329
+ },
1330
+ {
1331
+ "clip_ratio/high_max": 0.0,
1332
+ "clip_ratio/high_mean": 0.0,
1333
+ "clip_ratio/low_mean": 0.0,
1334
+ "clip_ratio/low_min": 0.0,
1335
+ "clip_ratio/region_mean": 0.0,
1336
+ "entropy": 7.351126432418823,
1337
+ "epoch": 0.22,
1338
+ "grad_norm": 0.0,
1339
+ "learning_rate": 7.825e-06,
1340
+ "loss": 0.0,
1341
+ "step": 88
1342
+ },
1343
+ {
1344
+ "clip_ratio/high_max": 0.0,
1345
+ "clip_ratio/high_mean": 0.0,
1346
+ "clip_ratio/low_mean": 0.0,
1347
+ "clip_ratio/low_min": 0.0,
1348
+ "clip_ratio/region_mean": 0.0,
1349
+ "completions/clipped_ratio": 1.0,
1350
+ "completions/max_length": 512.0,
1351
+ "completions/max_terminated_length": 0.0,
1352
+ "completions/mean_length": 512.0,
1353
+ "completions/mean_terminated_length": 0.0,
1354
+ "completions/min_length": 512.0,
1355
+ "completions/min_terminated_length": 0.0,
1356
+ "entropy": 7.353165030479431,
1357
+ "epoch": 0.2225,
1358
+ "frac_reward_zero_std": 1.0,
1359
+ "grad_norm": 0.0,
1360
+ "learning_rate": 7.800000000000002e-06,
1361
+ "loss": 0.0,
1362
+ "num_tokens": 983040.0,
1363
+ "reward": 0.0,
1364
+ "reward_std": 0.0,
1365
+ "rewards/reward_action_type/mean": 0.0,
1366
+ "rewards/reward_action_type/std": 0.0,
1367
+ "rewards/reward_final_answer_f1/mean": 0.0,
1368
+ "rewards/reward_final_answer_f1/std": 0.0,
1369
+ "rewards/reward_tool_exact/mean": 0.0,
1370
+ "rewards/reward_tool_exact/std": 0.0,
1371
+ "step": 89
1372
+ },
1373
+ {
1374
+ "clip_ratio/high_max": 0.0,
1375
+ "clip_ratio/high_mean": 0.0,
1376
+ "clip_ratio/low_mean": 0.0,
1377
+ "clip_ratio/low_min": 0.0,
1378
+ "clip_ratio/region_mean": 0.0,
1379
+ "entropy": 7.3511306047439575,
1380
+ "epoch": 0.225,
1381
+ "grad_norm": 0.0,
1382
+ "learning_rate": 7.775000000000001e-06,
1383
+ "loss": 0.0,
1384
+ "step": 90
1385
+ },
1386
+ {
1387
+ "clip_ratio/high_max": 0.0,
1388
+ "clip_ratio/high_mean": 0.0,
1389
+ "clip_ratio/low_mean": 0.0,
1390
+ "clip_ratio/low_min": 0.0,
1391
+ "clip_ratio/region_mean": 0.0,
1392
+ "entropy": 7.358151316642761,
1393
+ "epoch": 0.2275,
1394
+ "grad_norm": 0.0,
1395
+ "learning_rate": 7.75e-06,
1396
+ "loss": 0.0,
1397
+ "step": 91
1398
+ },
1399
+ {
1400
+ "clip_ratio/high_max": 0.0,
1401
+ "clip_ratio/high_mean": 0.0,
1402
+ "clip_ratio/low_mean": 0.0,
1403
+ "clip_ratio/low_min": 0.0,
1404
+ "clip_ratio/region_mean": 0.0,
1405
+ "entropy": 7.360924482345581,
1406
+ "epoch": 0.23,
1407
+ "grad_norm": 0.0,
1408
+ "learning_rate": 7.725e-06,
1409
+ "loss": 0.0,
1410
+ "step": 92
1411
+ },
1412
+ {
1413
+ "clip_ratio/high_max": 0.0,
1414
+ "clip_ratio/high_mean": 0.0,
1415
+ "clip_ratio/low_mean": 0.0,
1416
+ "clip_ratio/low_min": 0.0,
1417
+ "clip_ratio/region_mean": 0.0,
1418
+ "entropy": 7.354089617729187,
1419
+ "epoch": 0.2325,
1420
+ "grad_norm": 0.0,
1421
+ "learning_rate": 7.7e-06,
1422
+ "loss": 0.0,
1423
+ "step": 93
1424
+ },
1425
+ {
1426
+ "clip_ratio/high_max": 0.0,
1427
+ "clip_ratio/high_mean": 0.0,
1428
+ "clip_ratio/low_mean": 0.0,
1429
+ "clip_ratio/low_min": 0.0,
1430
+ "clip_ratio/region_mean": 0.0,
1431
+ "entropy": 7.364252090454102,
1432
+ "epoch": 0.235,
1433
+ "grad_norm": 0.0,
1434
+ "learning_rate": 7.675e-06,
1435
+ "loss": 0.0,
1436
+ "step": 94
1437
+ },
1438
+ {
1439
+ "clip_ratio/high_max": 0.0,
1440
+ "clip_ratio/high_mean": 0.0,
1441
+ "clip_ratio/low_mean": 0.0,
1442
+ "clip_ratio/low_min": 0.0,
1443
+ "clip_ratio/region_mean": 0.0,
1444
+ "entropy": 7.3596354722976685,
1445
+ "epoch": 0.2375,
1446
+ "grad_norm": 0.0,
1447
+ "learning_rate": 7.650000000000001e-06,
1448
+ "loss": 0.0,
1449
+ "step": 95
1450
+ },
1451
+ {
1452
+ "clip_ratio/high_max": 0.0,
1453
+ "clip_ratio/high_mean": 0.0,
1454
+ "clip_ratio/low_mean": 0.0,
1455
+ "clip_ratio/low_min": 0.0,
1456
+ "clip_ratio/region_mean": 0.0,
1457
+ "entropy": 7.353907585144043,
1458
+ "epoch": 0.24,
1459
+ "grad_norm": 0.0,
1460
+ "learning_rate": 7.625e-06,
1461
+ "loss": 0.0,
1462
+ "step": 96
1463
+ },
1464
+ {
1465
+ "clip_ratio/high_max": 0.0,
1466
+ "clip_ratio/high_mean": 0.0,
1467
+ "clip_ratio/low_mean": 0.0,
1468
+ "clip_ratio/low_min": 0.0,
1469
+ "clip_ratio/region_mean": 0.0,
1470
+ "completions/clipped_ratio": 1.0,
1471
+ "completions/max_length": 512.0,
1472
+ "completions/max_terminated_length": 0.0,
1473
+ "completions/mean_length": 512.0,
1474
+ "completions/mean_terminated_length": 0.0,
1475
+ "completions/min_length": 512.0,
1476
+ "completions/min_terminated_length": 0.0,
1477
+ "entropy": 7.352238178253174,
1478
+ "epoch": 0.2425,
1479
+ "frac_reward_zero_std": 1.0,
1480
+ "grad_norm": 0.0,
1481
+ "learning_rate": 7.600000000000001e-06,
1482
+ "loss": 0.0,
1483
+ "num_tokens": 1064960.0,
1484
+ "reward": 0.0,
1485
+ "reward_std": 0.0,
1486
+ "rewards/reward_action_type/mean": 0.0,
1487
+ "rewards/reward_action_type/std": 0.0,
1488
+ "rewards/reward_final_answer_f1/mean": 0.0,
1489
+ "rewards/reward_final_answer_f1/std": 0.0,
1490
+ "rewards/reward_tool_exact/mean": 0.0,
1491
+ "rewards/reward_tool_exact/std": 0.0,
1492
+ "step": 97
1493
+ },
1494
+ {
1495
+ "clip_ratio/high_max": 0.0,
1496
+ "clip_ratio/high_mean": 0.0,
1497
+ "clip_ratio/low_mean": 0.0,
1498
+ "clip_ratio/low_min": 0.0,
1499
+ "clip_ratio/region_mean": 0.0,
1500
+ "entropy": 7.356118559837341,
1501
+ "epoch": 0.245,
1502
+ "grad_norm": 0.0,
1503
+ "learning_rate": 7.575e-06,
1504
+ "loss": 0.0,
1505
+ "step": 98
1506
+ },
1507
+ {
1508
+ "clip_ratio/high_max": 0.0,
1509
+ "clip_ratio/high_mean": 0.0,
1510
+ "clip_ratio/low_mean": 0.0,
1511
+ "clip_ratio/low_min": 0.0,
1512
+ "clip_ratio/region_mean": 0.0,
1513
+ "entropy": 7.350016474723816,
1514
+ "epoch": 0.2475,
1515
+ "grad_norm": 0.0,
1516
+ "learning_rate": 7.5500000000000006e-06,
1517
+ "loss": 0.0,
1518
+ "step": 99
1519
+ },
1520
+ {
1521
+ "clip_ratio/high_max": 0.0,
1522
+ "clip_ratio/high_mean": 0.0,
1523
+ "clip_ratio/low_mean": 0.0,
1524
+ "clip_ratio/low_min": 0.0,
1525
+ "clip_ratio/region_mean": 0.0,
1526
+ "entropy": 7.356671094894409,
1527
+ "epoch": 0.25,
1528
+ "grad_norm": 0.0,
1529
+ "learning_rate": 7.525e-06,
1530
+ "loss": 0.0,
1531
+ "step": 100
1532
+ },
1533
+ {
1534
+ "clip_ratio/high_max": 0.0,
1535
+ "clip_ratio/high_mean": 0.0,
1536
+ "clip_ratio/low_mean": 0.0,
1537
+ "clip_ratio/low_min": 0.0,
1538
+ "clip_ratio/region_mean": 0.0,
1539
+ "entropy": 7.358888626098633,
1540
+ "epoch": 0.2525,
1541
+ "grad_norm": 0.0,
1542
+ "learning_rate": 7.500000000000001e-06,
1543
+ "loss": 0.0,
1544
+ "step": 101
1545
+ },
1546
+ {
1547
+ "clip_ratio/high_max": 0.0,
1548
+ "clip_ratio/high_mean": 0.0,
1549
+ "clip_ratio/low_mean": 0.0,
1550
+ "clip_ratio/low_min": 0.0,
1551
+ "clip_ratio/region_mean": 0.0,
1552
+ "entropy": 7.356119871139526,
1553
+ "epoch": 0.255,
1554
+ "grad_norm": 0.0,
1555
+ "learning_rate": 7.475000000000001e-06,
1556
+ "loss": 0.0,
1557
+ "step": 102
1558
+ },
1559
+ {
1560
+ "clip_ratio/high_max": 0.0,
1561
+ "clip_ratio/high_mean": 0.0,
1562
+ "clip_ratio/low_mean": 0.0,
1563
+ "clip_ratio/low_min": 0.0,
1564
+ "clip_ratio/region_mean": 0.0,
1565
+ "entropy": 7.354820370674133,
1566
+ "epoch": 0.2575,
1567
+ "grad_norm": 0.0,
1568
+ "learning_rate": 7.450000000000001e-06,
1569
+ "loss": 0.0,
1570
+ "step": 103
1571
+ },
1572
+ {
1573
+ "clip_ratio/high_max": 0.0,
1574
+ "clip_ratio/high_mean": 0.0,
1575
+ "clip_ratio/low_mean": 0.0,
1576
+ "clip_ratio/low_min": 0.0,
1577
+ "clip_ratio/region_mean": 0.0,
1578
+ "entropy": 7.35278582572937,
1579
+ "epoch": 0.26,
1580
+ "grad_norm": 0.0,
1581
+ "learning_rate": 7.425000000000001e-06,
1582
+ "loss": 0.0,
1583
+ "step": 104
1584
+ },
1585
+ {
1586
+ "clip_ratio/high_max": 0.0,
1587
+ "clip_ratio/high_mean": 0.0,
1588
+ "clip_ratio/low_mean": 0.0,
1589
+ "clip_ratio/low_min": 0.0,
1590
+ "clip_ratio/region_mean": 0.0,
1591
+ "completions/clipped_ratio": 1.0,
1592
+ "completions/max_length": 512.0,
1593
+ "completions/max_terminated_length": 0.0,
1594
+ "completions/mean_length": 512.0,
1595
+ "completions/mean_terminated_length": 0.0,
1596
+ "completions/min_length": 512.0,
1597
+ "completions/min_terminated_length": 0.0,
1598
+ "entropy": 7.361664414405823,
1599
+ "epoch": 0.2625,
1600
+ "frac_reward_zero_std": 1.0,
1601
+ "grad_norm": 0.0,
1602
+ "learning_rate": 7.4e-06,
1603
+ "loss": 0.0,
1604
+ "num_tokens": 1146880.0,
1605
+ "reward": 0.0,
1606
+ "reward_std": 0.0,
1607
+ "rewards/reward_action_type/mean": 0.0,
1608
+ "rewards/reward_action_type/std": 0.0,
1609
+ "rewards/reward_final_answer_f1/mean": 0.0,
1610
+ "rewards/reward_final_answer_f1/std": 0.0,
1611
+ "rewards/reward_tool_exact/mean": 0.0,
1612
+ "rewards/reward_tool_exact/std": 0.0,
1613
+ "step": 105
1614
+ },
1615
+ {
1616
+ "clip_ratio/high_max": 0.0,
1617
+ "clip_ratio/high_mean": 0.0,
1618
+ "clip_ratio/low_mean": 0.0,
1619
+ "clip_ratio/low_min": 0.0,
1620
+ "clip_ratio/region_mean": 0.0,
1621
+ "entropy": 7.362587094306946,
1622
+ "epoch": 0.265,
1623
+ "grad_norm": 0.0,
1624
+ "learning_rate": 7.375000000000001e-06,
1625
+ "loss": 0.0,
1626
+ "step": 106
1627
+ },
1628
+ {
1629
+ "clip_ratio/high_max": 0.0,
1630
+ "clip_ratio/high_mean": 0.0,
1631
+ "clip_ratio/low_mean": 0.0,
1632
+ "clip_ratio/low_min": 0.0,
1633
+ "clip_ratio/region_mean": 0.0,
1634
+ "entropy": 7.361659288406372,
1635
+ "epoch": 0.2675,
1636
+ "grad_norm": 0.0,
1637
+ "learning_rate": 7.350000000000001e-06,
1638
+ "loss": 0.0,
1639
+ "step": 107
1640
+ },
1641
+ {
1642
+ "clip_ratio/high_max": 0.0,
1643
+ "clip_ratio/high_mean": 0.0,
1644
+ "clip_ratio/low_mean": 0.0,
1645
+ "clip_ratio/low_min": 0.0,
1646
+ "clip_ratio/region_mean": 0.0,
1647
+ "entropy": 7.35519552230835,
1648
+ "epoch": 0.27,
1649
+ "grad_norm": 0.0,
1650
+ "learning_rate": 7.325000000000001e-06,
1651
+ "loss": 0.0,
1652
+ "step": 108
1653
+ },
1654
+ {
1655
+ "clip_ratio/high_max": 0.0,
1656
+ "clip_ratio/high_mean": 0.0,
1657
+ "clip_ratio/low_mean": 0.0,
1658
+ "clip_ratio/low_min": 0.0,
1659
+ "clip_ratio/region_mean": 0.0,
1660
+ "entropy": 7.3592623472213745,
1661
+ "epoch": 0.2725,
1662
+ "grad_norm": 0.0,
1663
+ "learning_rate": 7.3e-06,
1664
+ "loss": 0.0,
1665
+ "step": 109
1666
+ },
1667
+ {
1668
+ "clip_ratio/high_max": 0.0,
1669
+ "clip_ratio/high_mean": 0.0,
1670
+ "clip_ratio/low_mean": 0.0,
1671
+ "clip_ratio/low_min": 0.0,
1672
+ "clip_ratio/region_mean": 0.0,
1673
+ "entropy": 7.36148202419281,
1674
+ "epoch": 0.275,
1675
+ "grad_norm": 0.0,
1676
+ "learning_rate": 7.275000000000001e-06,
1677
+ "loss": 0.0,
1678
+ "step": 110
1679
+ },
1680
+ {
1681
+ "clip_ratio/high_max": 0.0,
1682
+ "clip_ratio/high_mean": 0.0,
1683
+ "clip_ratio/low_mean": 0.0,
1684
+ "clip_ratio/low_min": 0.0,
1685
+ "clip_ratio/region_mean": 0.0,
1686
+ "entropy": 7.361296892166138,
1687
+ "epoch": 0.2775,
1688
+ "grad_norm": 0.0,
1689
+ "learning_rate": 7.25e-06,
1690
+ "loss": 0.0,
1691
+ "step": 111
1692
+ },
1693
+ {
1694
+ "clip_ratio/high_max": 0.0,
1695
+ "clip_ratio/high_mean": 0.0,
1696
+ "clip_ratio/low_mean": 0.0,
1697
+ "clip_ratio/low_min": 0.0,
1698
+ "clip_ratio/region_mean": 0.0,
1699
+ "entropy": 7.355571746826172,
1700
+ "epoch": 0.28,
1701
+ "grad_norm": 0.0,
1702
+ "learning_rate": 7.225000000000001e-06,
1703
+ "loss": 0.0,
1704
+ "step": 112
1705
+ },
1706
+ {
1707
+ "clip_ratio/high_max": 0.0,
1708
+ "clip_ratio/high_mean": 0.0,
1709
+ "clip_ratio/low_mean": 0.0,
1710
+ "clip_ratio/low_min": 0.0,
1711
+ "clip_ratio/region_mean": 0.0,
1712
+ "completions/clipped_ratio": 1.0,
1713
+ "completions/max_length": 512.0,
1714
+ "completions/max_terminated_length": 0.0,
1715
+ "completions/mean_length": 512.0,
1716
+ "completions/mean_terminated_length": 0.0,
1717
+ "completions/min_length": 512.0,
1718
+ "completions/min_terminated_length": 0.0,
1719
+ "entropy": 7.3522549867630005,
1720
+ "epoch": 0.2825,
1721
+ "frac_reward_zero_std": 1.0,
1722
+ "grad_norm": 0.0,
1723
+ "learning_rate": 7.2000000000000005e-06,
1724
+ "loss": 0.0,
1725
+ "num_tokens": 1228800.0,
1726
+ "reward": 0.0,
1727
+ "reward_std": 0.0,
1728
+ "rewards/reward_action_type/mean": 0.0,
1729
+ "rewards/reward_action_type/std": 0.0,
1730
+ "rewards/reward_final_answer_f1/mean": 0.0,
1731
+ "rewards/reward_final_answer_f1/std": 0.0,
1732
+ "rewards/reward_tool_exact/mean": 0.0,
1733
+ "rewards/reward_tool_exact/std": 0.0,
1734
+ "step": 113
1735
+ },
1736
+ {
1737
+ "clip_ratio/high_max": 0.0,
1738
+ "clip_ratio/high_mean": 0.0,
1739
+ "clip_ratio/low_mean": 0.0,
1740
+ "clip_ratio/low_min": 0.0,
1741
+ "clip_ratio/region_mean": 0.0,
1742
+ "entropy": 7.361860990524292,
1743
+ "epoch": 0.285,
1744
+ "grad_norm": 0.0,
1745
+ "learning_rate": 7.175000000000001e-06,
1746
+ "loss": 0.0,
1747
+ "step": 114
1748
+ },
1749
+ {
1750
+ "clip_ratio/high_max": 0.0,
1751
+ "clip_ratio/high_mean": 0.0,
1752
+ "clip_ratio/low_mean": 0.0,
1753
+ "clip_ratio/low_min": 0.0,
1754
+ "clip_ratio/region_mean": 0.0,
1755
+ "entropy": 7.357979655265808,
1756
+ "epoch": 0.2875,
1757
+ "grad_norm": 0.0,
1758
+ "learning_rate": 7.15e-06,
1759
+ "loss": 0.0,
1760
+ "step": 115
1761
+ },
1762
+ {
1763
+ "clip_ratio/high_max": 0.0,
1764
+ "clip_ratio/high_mean": 0.0,
1765
+ "clip_ratio/low_mean": 0.0,
1766
+ "clip_ratio/low_min": 0.0,
1767
+ "clip_ratio/region_mean": 0.0,
1768
+ "entropy": 7.363341808319092,
1769
+ "epoch": 0.29,
1770
+ "grad_norm": 0.0,
1771
+ "learning_rate": 7.125e-06,
1772
+ "loss": 0.0,
1773
+ "step": 116
1774
+ },
1775
+ {
1776
+ "clip_ratio/high_max": 0.0,
1777
+ "clip_ratio/high_mean": 0.0,
1778
+ "clip_ratio/low_mean": 0.0,
1779
+ "clip_ratio/low_min": 0.0,
1780
+ "clip_ratio/region_mean": 0.0,
1781
+ "entropy": 7.35871422290802,
1782
+ "epoch": 0.2925,
1783
+ "grad_norm": 0.0,
1784
+ "learning_rate": 7.100000000000001e-06,
1785
+ "loss": 0.0,
1786
+ "step": 117
1787
+ },
1788
+ {
1789
+ "clip_ratio/high_max": 0.0,
1790
+ "clip_ratio/high_mean": 0.0,
1791
+ "clip_ratio/low_mean": 0.0,
1792
+ "clip_ratio/low_min": 0.0,
1793
+ "clip_ratio/region_mean": 0.0,
1794
+ "entropy": 7.356124520301819,
1795
+ "epoch": 0.295,
1796
+ "grad_norm": 0.0,
1797
+ "learning_rate": 7.075000000000001e-06,
1798
+ "loss": 0.0,
1799
+ "step": 118
1800
+ },
1801
+ {
1802
+ "clip_ratio/high_max": 0.0,
1803
+ "clip_ratio/high_mean": 0.0,
1804
+ "clip_ratio/low_mean": 0.0,
1805
+ "clip_ratio/low_min": 0.0,
1806
+ "clip_ratio/region_mean": 0.0,
1807
+ "entropy": 7.3601953983306885,
1808
+ "epoch": 0.2975,
1809
+ "grad_norm": 0.0,
1810
+ "learning_rate": 7.05e-06,
1811
+ "loss": 0.0,
1812
+ "step": 119
1813
+ },
1814
+ {
1815
+ "clip_ratio/high_max": 0.0,
1816
+ "clip_ratio/high_mean": 0.0,
1817
+ "clip_ratio/low_mean": 0.0,
1818
+ "clip_ratio/low_min": 0.0,
1819
+ "clip_ratio/region_mean": 0.0,
1820
+ "entropy": 7.36924946308136,
1821
+ "epoch": 0.3,
1822
+ "grad_norm": 0.0,
1823
+ "learning_rate": 7.0250000000000005e-06,
1824
+ "loss": 0.0,
1825
+ "step": 120
1826
+ },
1827
+ {
1828
+ "clip_ratio/high_max": 0.0,
1829
+ "clip_ratio/high_mean": 0.0,
1830
+ "clip_ratio/low_mean": 0.0,
1831
+ "clip_ratio/low_min": 0.0,
1832
+ "clip_ratio/region_mean": 0.0,
1833
+ "completions/clipped_ratio": 1.0,
1834
+ "completions/max_length": 512.0,
1835
+ "completions/max_terminated_length": 0.0,
1836
+ "completions/mean_length": 512.0,
1837
+ "completions/mean_terminated_length": 0.0,
1838
+ "completions/min_length": 512.0,
1839
+ "completions/min_terminated_length": 0.0,
1840
+ "entropy": 7.3561201095581055,
1841
+ "epoch": 0.3025,
1842
+ "frac_reward_zero_std": 1.0,
1843
+ "grad_norm": 0.0,
1844
+ "learning_rate": 7e-06,
1845
+ "loss": 0.0,
1846
+ "num_tokens": 1310720.0,
1847
+ "reward": 0.0,
1848
+ "reward_std": 0.0,
1849
+ "rewards/reward_action_type/mean": 0.0,
1850
+ "rewards/reward_action_type/std": 0.0,
1851
+ "rewards/reward_final_answer_f1/mean": 0.0,
1852
+ "rewards/reward_final_answer_f1/std": 0.0,
1853
+ "rewards/reward_tool_exact/mean": 0.0,
1854
+ "rewards/reward_tool_exact/std": 0.0,
1855
+ "step": 121
1856
+ },
1857
+ {
1858
+ "clip_ratio/high_max": 0.0,
1859
+ "clip_ratio/high_mean": 0.0,
1860
+ "clip_ratio/low_mean": 0.0,
1861
+ "clip_ratio/low_min": 0.0,
1862
+ "clip_ratio/region_mean": 0.0,
1863
+ "entropy": 7.357042670249939,
1864
+ "epoch": 0.305,
1865
+ "grad_norm": 0.0,
1866
+ "learning_rate": 6.975000000000001e-06,
1867
+ "loss": 0.0,
1868
+ "step": 122
1869
+ },
1870
+ {
1871
+ "clip_ratio/high_max": 0.0,
1872
+ "clip_ratio/high_mean": 0.0,
1873
+ "clip_ratio/low_mean": 0.0,
1874
+ "clip_ratio/low_min": 0.0,
1875
+ "clip_ratio/region_mean": 0.0,
1876
+ "entropy": 7.358524203300476,
1877
+ "epoch": 0.3075,
1878
+ "grad_norm": 0.0,
1879
+ "learning_rate": 6.95e-06,
1880
+ "loss": 0.0,
1881
+ "step": 123
1882
+ },
1883
+ {
1884
+ "clip_ratio/high_max": 0.0,
1885
+ "clip_ratio/high_mean": 0.0,
1886
+ "clip_ratio/low_mean": 0.0,
1887
+ "clip_ratio/low_min": 0.0,
1888
+ "clip_ratio/region_mean": 0.0,
1889
+ "entropy": 7.360369324684143,
1890
+ "epoch": 0.31,
1891
+ "grad_norm": 0.0,
1892
+ "learning_rate": 6.925000000000001e-06,
1893
+ "loss": 0.0,
1894
+ "step": 124
1895
+ },
1896
+ {
1897
+ "clip_ratio/high_max": 0.0,
1898
+ "clip_ratio/high_mean": 0.0,
1899
+ "clip_ratio/low_mean": 0.0,
1900
+ "clip_ratio/low_min": 0.0,
1901
+ "clip_ratio/region_mean": 0.0,
1902
+ "entropy": 7.357417345046997,
1903
+ "epoch": 0.3125,
1904
+ "grad_norm": 0.0,
1905
+ "learning_rate": 6.9e-06,
1906
+ "loss": 0.0,
1907
+ "step": 125
1908
+ },
1909
+ {
1910
+ "clip_ratio/high_max": 0.0,
1911
+ "clip_ratio/high_mean": 0.0,
1912
+ "clip_ratio/low_mean": 0.0,
1913
+ "clip_ratio/low_min": 0.0,
1914
+ "clip_ratio/region_mean": 0.0,
1915
+ "entropy": 7.356303572654724,
1916
+ "epoch": 0.315,
1917
+ "grad_norm": 0.0,
1918
+ "learning_rate": 6.875e-06,
1919
+ "loss": 0.0,
1920
+ "step": 126
1921
+ },
1922
+ {
1923
+ "clip_ratio/high_max": 0.0,
1924
+ "clip_ratio/high_mean": 0.0,
1925
+ "clip_ratio/low_mean": 0.0,
1926
+ "clip_ratio/low_min": 0.0,
1927
+ "clip_ratio/region_mean": 0.0,
1928
+ "entropy": 7.354269742965698,
1929
+ "epoch": 0.3175,
1930
+ "grad_norm": 0.0,
1931
+ "learning_rate": 6.850000000000001e-06,
1932
+ "loss": 0.0,
1933
+ "step": 127
1934
+ },
1935
+ {
1936
+ "clip_ratio/high_max": 0.0,
1937
+ "clip_ratio/high_mean": 0.0,
1938
+ "clip_ratio/low_mean": 0.0,
1939
+ "clip_ratio/low_min": 0.0,
1940
+ "clip_ratio/region_mean": 0.0,
1941
+ "entropy": 7.352428197860718,
1942
+ "epoch": 0.32,
1943
+ "grad_norm": 0.0,
1944
+ "learning_rate": 6.825000000000001e-06,
1945
+ "loss": 0.0,
1946
+ "step": 128
1947
+ },
1948
+ {
1949
+ "clip_ratio/high_max": 0.0,
1950
+ "clip_ratio/high_mean": 0.0,
1951
+ "clip_ratio/low_mean": 0.0,
1952
+ "clip_ratio/low_min": 0.0,
1953
+ "clip_ratio/region_mean": 0.0,
1954
+ "completions/clipped_ratio": 1.0,
1955
+ "completions/max_length": 512.0,
1956
+ "completions/max_terminated_length": 0.0,
1957
+ "completions/mean_length": 512.0,
1958
+ "completions/mean_terminated_length": 0.0,
1959
+ "completions/min_length": 512.0,
1960
+ "completions/min_terminated_length": 0.0,
1961
+ "entropy": 7.361114501953125,
1962
+ "epoch": 0.3225,
1963
+ "frac_reward_zero_std": 1.0,
1964
+ "grad_norm": 0.0,
1965
+ "learning_rate": 6.800000000000001e-06,
1966
+ "loss": 0.0,
1967
+ "num_tokens": 1392640.0,
1968
+ "reward": 0.0,
1969
+ "reward_std": 0.0,
1970
+ "rewards/reward_action_type/mean": 0.0,
1971
+ "rewards/reward_action_type/std": 0.0,
1972
+ "rewards/reward_final_answer_f1/mean": 0.0,
1973
+ "rewards/reward_final_answer_f1/std": 0.0,
1974
+ "rewards/reward_tool_exact/mean": 0.0,
1975
+ "rewards/reward_tool_exact/std": 0.0,
1976
+ "step": 129
1977
+ },
1978
+ {
1979
+ "clip_ratio/high_max": 0.0,
1980
+ "clip_ratio/high_mean": 0.0,
1981
+ "clip_ratio/low_mean": 0.0,
1982
+ "clip_ratio/low_min": 0.0,
1983
+ "clip_ratio/region_mean": 0.0,
1984
+ "entropy": 7.358340382575989,
1985
+ "epoch": 0.325,
1986
+ "grad_norm": 0.0,
1987
+ "learning_rate": 6.775e-06,
1988
+ "loss": 0.0,
1989
+ "step": 130
1990
+ },
1991
+ {
1992
+ "clip_ratio/high_max": 0.0,
1993
+ "clip_ratio/high_mean": 0.0,
1994
+ "clip_ratio/low_mean": 0.0,
1995
+ "clip_ratio/low_min": 0.0,
1996
+ "clip_ratio/region_mean": 0.0,
1997
+ "entropy": 7.353169202804565,
1998
+ "epoch": 0.3275,
1999
+ "grad_norm": 0.0,
2000
+ "learning_rate": 6.750000000000001e-06,
2001
+ "loss": 0.0,
2002
+ "step": 131
2003
+ },
2004
+ {
2005
+ "clip_ratio/high_max": 0.0,
2006
+ "clip_ratio/high_mean": 0.0,
2007
+ "clip_ratio/low_mean": 0.0,
2008
+ "clip_ratio/low_min": 0.0,
2009
+ "clip_ratio/region_mean": 0.0,
2010
+ "entropy": 7.357048511505127,
2011
+ "epoch": 0.33,
2012
+ "grad_norm": 0.0,
2013
+ "learning_rate": 6.725000000000001e-06,
2014
+ "loss": 0.0,
2015
+ "step": 132
2016
+ },
2017
+ {
2018
+ "clip_ratio/high_max": 0.0,
2019
+ "clip_ratio/high_mean": 0.0,
2020
+ "clip_ratio/low_mean": 0.0,
2021
+ "clip_ratio/low_min": 0.0,
2022
+ "clip_ratio/region_mean": 0.0,
2023
+ "entropy": 7.35649573802948,
2024
+ "epoch": 0.3325,
2025
+ "grad_norm": 0.0,
2026
+ "learning_rate": 6.700000000000001e-06,
2027
+ "loss": 0.0,
2028
+ "step": 133
2029
+ },
2030
+ {
2031
+ "clip_ratio/high_max": 0.0,
2032
+ "clip_ratio/high_mean": 0.0,
2033
+ "clip_ratio/low_mean": 0.0,
2034
+ "clip_ratio/low_min": 0.0,
2035
+ "clip_ratio/region_mean": 0.0,
2036
+ "entropy": 7.358709454536438,
2037
+ "epoch": 0.335,
2038
+ "grad_norm": 0.0,
2039
+ "learning_rate": 6.6750000000000005e-06,
2040
+ "loss": 0.0,
2041
+ "step": 134
2042
+ },
2043
+ {
2044
+ "clip_ratio/high_max": 0.0,
2045
+ "clip_ratio/high_mean": 0.0,
2046
+ "clip_ratio/low_mean": 0.0,
2047
+ "clip_ratio/low_min": 0.0,
2048
+ "clip_ratio/region_mean": 0.0,
2049
+ "entropy": 7.363331317901611,
2050
+ "epoch": 0.3375,
2051
+ "grad_norm": 0.0,
2052
+ "learning_rate": 6.650000000000001e-06,
2053
+ "loss": 0.0,
2054
+ "step": 135
2055
+ },
2056
+ {
2057
+ "clip_ratio/high_max": 0.0,
2058
+ "clip_ratio/high_mean": 0.0,
2059
+ "clip_ratio/low_mean": 0.0,
2060
+ "clip_ratio/low_min": 0.0,
2061
+ "clip_ratio/region_mean": 0.0,
2062
+ "entropy": 7.348363399505615,
2063
+ "epoch": 0.34,
2064
+ "grad_norm": 0.0,
2065
+ "learning_rate": 6.625e-06,
2066
+ "loss": 0.0,
2067
+ "step": 136
2068
+ },
2069
+ {
2070
+ "clip_ratio/high_max": 0.0,
2071
+ "clip_ratio/high_mean": 0.0,
2072
+ "clip_ratio/low_mean": 0.0,
2073
+ "clip_ratio/low_min": 0.0,
2074
+ "clip_ratio/region_mean": 0.0,
2075
+ "completions/clipped_ratio": 1.0,
2076
+ "completions/max_length": 512.0,
2077
+ "completions/max_terminated_length": 0.0,
2078
+ "completions/mean_length": 512.0,
2079
+ "completions/mean_terminated_length": 0.0,
2080
+ "completions/min_length": 512.0,
2081
+ "completions/min_terminated_length": 0.0,
2082
+ "entropy": 7.358344316482544,
2083
+ "epoch": 0.3425,
2084
+ "frac_reward_zero_std": 1.0,
2085
+ "grad_norm": 0.0,
2086
+ "learning_rate": 6.600000000000001e-06,
2087
+ "loss": 0.0,
2088
+ "num_tokens": 1474560.0,
2089
+ "reward": 0.0,
2090
+ "reward_std": 0.0,
2091
+ "rewards/reward_action_type/mean": 0.0,
2092
+ "rewards/reward_action_type/std": 0.0,
2093
+ "rewards/reward_final_answer_f1/mean": 0.0,
2094
+ "rewards/reward_final_answer_f1/std": 0.0,
2095
+ "rewards/reward_tool_exact/mean": 0.0,
2096
+ "rewards/reward_tool_exact/std": 0.0,
2097
+ "step": 137
2098
+ },
2099
+ {
2100
+ "clip_ratio/high_max": 0.0,
2101
+ "clip_ratio/high_mean": 0.0,
2102
+ "clip_ratio/low_mean": 0.0,
2103
+ "clip_ratio/low_min": 0.0,
2104
+ "clip_ratio/region_mean": 0.0,
2105
+ "entropy": 7.356676459312439,
2106
+ "epoch": 0.345,
2107
+ "grad_norm": 0.0,
2108
+ "learning_rate": 6.5750000000000006e-06,
2109
+ "loss": 0.0,
2110
+ "step": 138
2111
+ },
2112
+ {
2113
+ "clip_ratio/high_max": 0.0,
2114
+ "clip_ratio/high_mean": 0.0,
2115
+ "clip_ratio/low_mean": 0.0,
2116
+ "clip_ratio/low_min": 0.0,
2117
+ "clip_ratio/region_mean": 0.0,
2118
+ "entropy": 7.352797508239746,
2119
+ "epoch": 0.3475,
2120
+ "grad_norm": 0.0,
2121
+ "learning_rate": 6.550000000000001e-06,
2122
+ "loss": 0.0,
2123
+ "step": 139
2124
+ },
2125
+ {
2126
+ "clip_ratio/high_max": 0.0,
2127
+ "clip_ratio/high_mean": 0.0,
2128
+ "clip_ratio/low_mean": 0.0,
2129
+ "clip_ratio/low_min": 0.0,
2130
+ "clip_ratio/region_mean": 0.0,
2131
+ "entropy": 7.349105596542358,
2132
+ "epoch": 0.35,
2133
+ "grad_norm": 0.0,
2134
+ "learning_rate": 6.525e-06,
2135
+ "loss": 0.0,
2136
+ "step": 140
2137
+ },
2138
+ {
2139
+ "clip_ratio/high_max": 0.0,
2140
+ "clip_ratio/high_mean": 0.0,
2141
+ "clip_ratio/low_mean": 0.0,
2142
+ "clip_ratio/low_min": 0.0,
2143
+ "clip_ratio/region_mean": 0.0,
2144
+ "entropy": 7.357233166694641,
2145
+ "epoch": 0.3525,
2146
+ "grad_norm": 0.0,
2147
+ "learning_rate": 6.5000000000000004e-06,
2148
+ "loss": 0.0,
2149
+ "step": 141
2150
+ },
2151
+ {
2152
+ "clip_ratio/high_max": 0.0,
2153
+ "clip_ratio/high_mean": 0.0,
2154
+ "clip_ratio/low_mean": 0.0,
2155
+ "clip_ratio/low_min": 0.0,
2156
+ "clip_ratio/region_mean": 0.0,
2157
+ "entropy": 7.363148212432861,
2158
+ "epoch": 0.355,
2159
+ "grad_norm": 0.0,
2160
+ "learning_rate": 6.475e-06,
2161
+ "loss": 0.0,
2162
+ "step": 142
2163
+ },
2164
+ {
2165
+ "clip_ratio/high_max": 0.0,
2166
+ "clip_ratio/high_mean": 0.0,
2167
+ "clip_ratio/low_mean": 0.0,
2168
+ "clip_ratio/low_min": 0.0,
2169
+ "clip_ratio/region_mean": 0.0,
2170
+ "entropy": 7.35871422290802,
2171
+ "epoch": 0.3575,
2172
+ "grad_norm": 0.0,
2173
+ "learning_rate": 6.450000000000001e-06,
2174
+ "loss": 0.0,
2175
+ "step": 143
2176
+ },
2177
+ {
2178
+ "clip_ratio/high_max": 0.0,
2179
+ "clip_ratio/high_mean": 0.0,
2180
+ "clip_ratio/low_mean": 0.0,
2181
+ "clip_ratio/low_min": 0.0,
2182
+ "clip_ratio/region_mean": 0.0,
2183
+ "entropy": 7.360373854637146,
2184
+ "epoch": 0.36,
2185
+ "grad_norm": 0.0,
2186
+ "learning_rate": 6.425e-06,
2187
+ "loss": 0.0,
2188
+ "step": 144
2189
+ },
2190
+ {
2191
+ "clip_ratio/high_max": 0.0,
2192
+ "clip_ratio/high_mean": 0.0,
2193
+ "clip_ratio/low_mean": 0.0,
2194
+ "clip_ratio/low_min": 0.0,
2195
+ "clip_ratio/region_mean": 0.0,
2196
+ "completions/clipped_ratio": 1.0,
2197
+ "completions/max_length": 512.0,
2198
+ "completions/max_terminated_length": 0.0,
2199
+ "completions/mean_length": 512.0,
2200
+ "completions/mean_terminated_length": 0.0,
2201
+ "completions/min_length": 512.0,
2202
+ "completions/min_terminated_length": 0.0,
2203
+ "entropy": 7.357598543167114,
2204
+ "epoch": 0.3625,
2205
+ "frac_reward_zero_std": 1.0,
2206
+ "grad_norm": 0.0,
2207
+ "learning_rate": 6.4000000000000006e-06,
2208
+ "loss": 0.0,
2209
+ "num_tokens": 1556480.0,
2210
+ "reward": 0.0,
2211
+ "reward_std": 0.0,
2212
+ "rewards/reward_action_type/mean": 0.0,
2213
+ "rewards/reward_action_type/std": 0.0,
2214
+ "rewards/reward_final_answer_f1/mean": 0.0,
2215
+ "rewards/reward_final_answer_f1/std": 0.0,
2216
+ "rewards/reward_tool_exact/mean": 0.0,
2217
+ "rewards/reward_tool_exact/std": 0.0,
2218
+ "step": 145
2219
+ },
2220
+ {
2221
+ "clip_ratio/high_max": 0.0,
2222
+ "clip_ratio/high_mean": 0.0,
2223
+ "clip_ratio/low_mean": 0.0,
2224
+ "clip_ratio/low_min": 0.0,
2225
+ "clip_ratio/region_mean": 0.0,
2226
+ "entropy": 7.3570393323898315,
2227
+ "epoch": 0.365,
2228
+ "grad_norm": 0.0,
2229
+ "learning_rate": 6.375e-06,
2230
+ "loss": 0.0,
2231
+ "step": 146
2232
+ },
2233
+ {
2234
+ "clip_ratio/high_max": 0.0,
2235
+ "clip_ratio/high_mean": 0.0,
2236
+ "clip_ratio/low_mean": 0.0,
2237
+ "clip_ratio/low_min": 0.0,
2238
+ "clip_ratio/region_mean": 0.0,
2239
+ "entropy": 7.346142292022705,
2240
+ "epoch": 0.3675,
2241
+ "grad_norm": 0.0,
2242
+ "learning_rate": 6.35e-06,
2243
+ "loss": 0.0,
2244
+ "step": 147
2245
+ },
2246
+ {
2247
+ "clip_ratio/high_max": 0.0,
2248
+ "clip_ratio/high_mean": 0.0,
2249
+ "clip_ratio/low_mean": 0.0,
2250
+ "clip_ratio/low_min": 0.0,
2251
+ "clip_ratio/region_mean": 0.0,
2252
+ "entropy": 7.3601826429367065,
2253
+ "epoch": 0.37,
2254
+ "grad_norm": 0.0,
2255
+ "learning_rate": 6.3250000000000004e-06,
2256
+ "loss": 0.0,
2257
+ "step": 148
2258
+ },
2259
+ {
2260
+ "clip_ratio/high_max": 0.0,
2261
+ "clip_ratio/high_mean": 0.0,
2262
+ "clip_ratio/low_mean": 0.0,
2263
+ "clip_ratio/low_min": 0.0,
2264
+ "clip_ratio/region_mean": 0.0,
2265
+ "entropy": 7.357412576675415,
2266
+ "epoch": 0.3725,
2267
+ "grad_norm": 0.0,
2268
+ "learning_rate": 6.300000000000001e-06,
2269
+ "loss": 0.0,
2270
+ "step": 149
2271
+ },
2272
+ {
2273
+ "clip_ratio/high_max": 0.0,
2274
+ "clip_ratio/high_mean": 0.0,
2275
+ "clip_ratio/low_mean": 0.0,
2276
+ "clip_ratio/low_min": 0.0,
2277
+ "clip_ratio/region_mean": 0.0,
2278
+ "entropy": 7.355007290840149,
2279
+ "epoch": 0.375,
2280
+ "grad_norm": 0.0,
2281
+ "learning_rate": 6.275e-06,
2282
+ "loss": 0.0,
2283
+ "step": 150
2284
+ },
2285
+ {
2286
+ "clip_ratio/high_max": 0.0,
2287
+ "clip_ratio/high_mean": 0.0,
2288
+ "clip_ratio/low_mean": 0.0,
2289
+ "clip_ratio/low_min": 0.0,
2290
+ "clip_ratio/region_mean": 0.0,
2291
+ "entropy": 7.362216234207153,
2292
+ "epoch": 0.3775,
2293
+ "grad_norm": 0.0,
2294
+ "learning_rate": 6.25e-06,
2295
+ "loss": 0.0,
2296
+ "step": 151
2297
+ },
2298
+ {
2299
+ "clip_ratio/high_max": 0.0,
2300
+ "clip_ratio/high_mean": 0.0,
2301
+ "clip_ratio/low_mean": 0.0,
2302
+ "clip_ratio/low_min": 0.0,
2303
+ "clip_ratio/region_mean": 0.0,
2304
+ "entropy": 7.360553860664368,
2305
+ "epoch": 0.38,
2306
+ "grad_norm": 0.0,
2307
+ "learning_rate": 6.225000000000001e-06,
2308
+ "loss": 0.0,
2309
+ "step": 152
2310
+ },
2311
+ {
2312
+ "clip_ratio/high_max": 0.0,
2313
+ "clip_ratio/high_mean": 0.0,
2314
+ "clip_ratio/low_mean": 0.0,
2315
+ "clip_ratio/low_min": 0.0,
2316
+ "clip_ratio/region_mean": 0.0,
2317
+ "completions/clipped_ratio": 1.0,
2318
+ "completions/max_length": 512.0,
2319
+ "completions/max_terminated_length": 0.0,
2320
+ "completions/mean_length": 512.0,
2321
+ "completions/mean_terminated_length": 0.0,
2322
+ "completions/min_length": 512.0,
2323
+ "completions/min_terminated_length": 0.0,
2324
+ "entropy": 7.365534067153931,
2325
+ "epoch": 0.3825,
2326
+ "frac_reward_zero_std": 1.0,
2327
+ "grad_norm": 0.0,
2328
+ "learning_rate": 6.200000000000001e-06,
2329
+ "loss": 0.0,
2330
+ "num_tokens": 1638400.0,
2331
+ "reward": 0.0,
2332
+ "reward_std": 0.0,
2333
+ "rewards/reward_action_type/mean": 0.0,
2334
+ "rewards/reward_action_type/std": 0.0,
2335
+ "rewards/reward_final_answer_f1/mean": 0.0,
2336
+ "rewards/reward_final_answer_f1/std": 0.0,
2337
+ "rewards/reward_tool_exact/mean": 0.0,
2338
+ "rewards/reward_tool_exact/std": 0.0,
2339
+ "step": 153
2340
+ },
2341
+ {
2342
+ "clip_ratio/high_max": 0.0,
2343
+ "clip_ratio/high_mean": 0.0,
2344
+ "clip_ratio/low_mean": 0.0,
2345
+ "clip_ratio/low_min": 0.0,
2346
+ "clip_ratio/region_mean": 0.0,
2347
+ "entropy": 7.357408404350281,
2348
+ "epoch": 0.385,
2349
+ "grad_norm": 0.0,
2350
+ "learning_rate": 6.175000000000001e-06,
2351
+ "loss": 0.0,
2352
+ "step": 154
2353
+ },
2354
+ {
2355
+ "clip_ratio/high_max": 0.0,
2356
+ "clip_ratio/high_mean": 0.0,
2357
+ "clip_ratio/low_mean": 0.0,
2358
+ "clip_ratio/low_min": 0.0,
2359
+ "clip_ratio/region_mean": 0.0,
2360
+ "entropy": 7.355557084083557,
2361
+ "epoch": 0.3875,
2362
+ "grad_norm": 0.0,
2363
+ "learning_rate": 6.15e-06,
2364
+ "loss": 0.0,
2365
+ "step": 155
2366
+ },
2367
+ {
2368
+ "clip_ratio/high_max": 0.0,
2369
+ "clip_ratio/high_mean": 0.0,
2370
+ "clip_ratio/low_mean": 0.0,
2371
+ "clip_ratio/low_min": 0.0,
2372
+ "clip_ratio/region_mean": 0.0,
2373
+ "entropy": 7.3555556535720825,
2374
+ "epoch": 0.39,
2375
+ "grad_norm": 0.0,
2376
+ "learning_rate": 6.125000000000001e-06,
2377
+ "loss": 0.0,
2378
+ "step": 156
2379
+ },
2380
+ {
2381
+ "clip_ratio/high_max": 0.0,
2382
+ "clip_ratio/high_mean": 0.0,
2383
+ "clip_ratio/low_mean": 0.0,
2384
+ "clip_ratio/low_min": 0.0,
2385
+ "clip_ratio/region_mean": 0.0,
2386
+ "entropy": 7.351309895515442,
2387
+ "epoch": 0.3925,
2388
+ "grad_norm": 0.0,
2389
+ "learning_rate": 6.1e-06,
2390
+ "loss": 0.0,
2391
+ "step": 157
2392
+ },
2393
+ {
2394
+ "clip_ratio/high_max": 0.0,
2395
+ "clip_ratio/high_mean": 0.0,
2396
+ "clip_ratio/low_mean": 0.0,
2397
+ "clip_ratio/low_min": 0.0,
2398
+ "clip_ratio/region_mean": 0.0,
2399
+ "entropy": 7.364061713218689,
2400
+ "epoch": 0.395,
2401
+ "grad_norm": 0.0,
2402
+ "learning_rate": 6.075000000000001e-06,
2403
+ "loss": 0.0,
2404
+ "step": 158
2405
+ },
2406
+ {
2407
+ "clip_ratio/high_max": 0.0,
2408
+ "clip_ratio/high_mean": 0.0,
2409
+ "clip_ratio/low_mean": 0.0,
2410
+ "clip_ratio/low_min": 0.0,
2411
+ "clip_ratio/region_mean": 0.0,
2412
+ "entropy": 7.352782487869263,
2413
+ "epoch": 0.3975,
2414
+ "grad_norm": 0.0,
2415
+ "learning_rate": 6.0500000000000005e-06,
2416
+ "loss": 0.0,
2417
+ "step": 159
2418
+ },
2419
+ {
2420
+ "clip_ratio/high_max": 0.0,
2421
+ "clip_ratio/high_mean": 0.0,
2422
+ "clip_ratio/low_mean": 0.0,
2423
+ "clip_ratio/low_min": 0.0,
2424
+ "clip_ratio/region_mean": 0.0,
2425
+ "entropy": 7.362393140792847,
2426
+ "epoch": 0.4,
2427
+ "grad_norm": 0.0,
2428
+ "learning_rate": 6.025000000000001e-06,
2429
+ "loss": 0.0,
2430
+ "step": 160
2431
+ },
2432
+ {
2433
+ "clip_ratio/high_max": 0.0,
2434
+ "clip_ratio/high_mean": 0.0,
2435
+ "clip_ratio/low_mean": 0.0,
2436
+ "clip_ratio/low_min": 0.0,
2437
+ "clip_ratio/region_mean": 0.0,
2438
+ "completions/clipped_ratio": 1.0,
2439
+ "completions/max_length": 512.0,
2440
+ "completions/max_terminated_length": 0.0,
2441
+ "completions/mean_length": 512.0,
2442
+ "completions/mean_terminated_length": 0.0,
2443
+ "completions/min_length": 512.0,
2444
+ "completions/min_terminated_length": 0.0,
2445
+ "entropy": 7.353896856307983,
2446
+ "epoch": 0.4025,
2447
+ "frac_reward_zero_std": 1.0,
2448
+ "grad_norm": 0.0,
2449
+ "learning_rate": 6e-06,
2450
+ "loss": 0.0,
2451
+ "num_tokens": 1720320.0,
2452
+ "reward": 0.0,
2453
+ "reward_std": 0.0,
2454
+ "rewards/reward_action_type/mean": 0.0,
2455
+ "rewards/reward_action_type/std": 0.0,
2456
+ "rewards/reward_final_answer_f1/mean": 0.0,
2457
+ "rewards/reward_final_answer_f1/std": 0.0,
2458
+ "rewards/reward_tool_exact/mean": 0.0,
2459
+ "rewards/reward_tool_exact/std": 0.0,
2460
+ "step": 161
2461
+ },
2462
+ {
2463
+ "clip_ratio/high_max": 0.0,
2464
+ "clip_ratio/high_mean": 0.0,
2465
+ "clip_ratio/low_mean": 0.0,
2466
+ "clip_ratio/low_min": 0.0,
2467
+ "clip_ratio/region_mean": 0.0,
2468
+ "entropy": 7.363700032234192,
2469
+ "epoch": 0.405,
2470
+ "grad_norm": 0.0,
2471
+ "learning_rate": 5.975e-06,
2472
+ "loss": 0.0,
2473
+ "step": 162
2474
+ },
2475
+ {
2476
+ "clip_ratio/high_max": 0.0,
2477
+ "clip_ratio/high_mean": 0.0,
2478
+ "clip_ratio/low_mean": 0.0,
2479
+ "clip_ratio/low_min": 0.0,
2480
+ "clip_ratio/region_mean": 0.0,
2481
+ "entropy": 7.356860876083374,
2482
+ "epoch": 0.4075,
2483
+ "grad_norm": 0.0,
2484
+ "learning_rate": 5.950000000000001e-06,
2485
+ "loss": 0.0,
2486
+ "step": 163
2487
+ },
2488
+ {
2489
+ "clip_ratio/high_max": 0.0,
2490
+ "clip_ratio/high_mean": 0.0,
2491
+ "clip_ratio/low_mean": 0.0,
2492
+ "clip_ratio/low_min": 0.0,
2493
+ "clip_ratio/region_mean": 0.0,
2494
+ "entropy": 7.355201363563538,
2495
+ "epoch": 0.41,
2496
+ "grad_norm": 0.0,
2497
+ "learning_rate": 5.925000000000001e-06,
2498
+ "loss": 0.0,
2499
+ "step": 164
2500
+ },
2501
+ {
2502
+ "clip_ratio/high_max": 0.0,
2503
+ "clip_ratio/high_mean": 0.0,
2504
+ "clip_ratio/low_mean": 0.0,
2505
+ "clip_ratio/low_min": 0.0,
2506
+ "clip_ratio/region_mean": 0.0,
2507
+ "entropy": 7.35501492023468,
2508
+ "epoch": 0.4125,
2509
+ "grad_norm": 0.0,
2510
+ "learning_rate": 5.9e-06,
2511
+ "loss": 0.0,
2512
+ "step": 165
2513
+ },
2514
+ {
2515
+ "clip_ratio/high_max": 0.0,
2516
+ "clip_ratio/high_mean": 0.0,
2517
+ "clip_ratio/low_mean": 0.0,
2518
+ "clip_ratio/low_min": 0.0,
2519
+ "clip_ratio/region_mean": 0.0,
2520
+ "entropy": 7.349655389785767,
2521
+ "epoch": 0.415,
2522
+ "grad_norm": 0.0,
2523
+ "learning_rate": 5.8750000000000005e-06,
2524
+ "loss": 0.0,
2525
+ "step": 166
2526
+ },
2527
+ {
2528
+ "clip_ratio/high_max": 0.0,
2529
+ "clip_ratio/high_mean": 0.0,
2530
+ "clip_ratio/low_mean": 0.0,
2531
+ "clip_ratio/low_min": 0.0,
2532
+ "clip_ratio/region_mean": 0.0,
2533
+ "entropy": 7.356123208999634,
2534
+ "epoch": 0.4175,
2535
+ "grad_norm": 0.0,
2536
+ "learning_rate": 5.85e-06,
2537
+ "loss": 0.0,
2538
+ "step": 167
2539
+ },
2540
+ {
2541
+ "clip_ratio/high_max": 0.0,
2542
+ "clip_ratio/high_mean": 0.0,
2543
+ "clip_ratio/low_mean": 0.0,
2544
+ "clip_ratio/low_min": 0.0,
2545
+ "clip_ratio/region_mean": 0.0,
2546
+ "entropy": 7.360193133354187,
2547
+ "epoch": 0.42,
2548
+ "grad_norm": 0.0,
2549
+ "learning_rate": 5.825000000000001e-06,
2550
+ "loss": 0.0,
2551
+ "step": 168
2552
+ },
2553
+ {
2554
+ "clip_ratio/high_max": 0.0,
2555
+ "clip_ratio/high_mean": 0.0,
2556
+ "clip_ratio/low_mean": 0.0,
2557
+ "clip_ratio/low_min": 0.0,
2558
+ "clip_ratio/region_mean": 0.0,
2559
+ "completions/clipped_ratio": 1.0,
2560
+ "completions/max_length": 512.0,
2561
+ "completions/max_terminated_length": 0.0,
2562
+ "completions/mean_length": 512.0,
2563
+ "completions/mean_terminated_length": 0.0,
2564
+ "completions/min_length": 512.0,
2565
+ "completions/min_terminated_length": 0.0,
2566
+ "entropy": 7.350937485694885,
2567
+ "epoch": 0.4225,
2568
+ "frac_reward_zero_std": 1.0,
2569
+ "grad_norm": 0.0,
2570
+ "learning_rate": 5.8e-06,
2571
+ "loss": 0.0,
2572
+ "num_tokens": 1802240.0,
2573
+ "reward": 0.0,
2574
+ "reward_std": 0.0,
2575
+ "rewards/reward_action_type/mean": 0.0,
2576
+ "rewards/reward_action_type/std": 0.0,
2577
+ "rewards/reward_final_answer_f1/mean": 0.0,
2578
+ "rewards/reward_final_answer_f1/std": 0.0,
2579
+ "rewards/reward_tool_exact/mean": 0.0,
2580
+ "rewards/reward_tool_exact/std": 0.0,
2581
+ "step": 169
2582
+ },
2583
+ {
2584
+ "clip_ratio/high_max": 0.0,
2585
+ "clip_ratio/high_mean": 0.0,
2586
+ "clip_ratio/low_mean": 0.0,
2587
+ "clip_ratio/low_min": 0.0,
2588
+ "clip_ratio/region_mean": 0.0,
2589
+ "entropy": 7.3575849533081055,
2590
+ "epoch": 0.425,
2591
+ "grad_norm": 0.0,
2592
+ "learning_rate": 5.775000000000001e-06,
2593
+ "loss": 0.0,
2594
+ "step": 170
2595
+ },
2596
+ {
2597
+ "clip_ratio/high_max": 0.0,
2598
+ "clip_ratio/high_mean": 0.0,
2599
+ "clip_ratio/low_mean": 0.0,
2600
+ "clip_ratio/low_min": 0.0,
2601
+ "clip_ratio/region_mean": 0.0,
2602
+ "entropy": 7.35370945930481,
2603
+ "epoch": 0.4275,
2604
+ "grad_norm": 0.0,
2605
+ "learning_rate": 5.75e-06,
2606
+ "loss": 0.0,
2607
+ "step": 171
2608
+ },
2609
+ {
2610
+ "clip_ratio/high_max": 0.0,
2611
+ "clip_ratio/high_mean": 0.0,
2612
+ "clip_ratio/low_mean": 0.0,
2613
+ "clip_ratio/low_min": 0.0,
2614
+ "clip_ratio/region_mean": 0.0,
2615
+ "entropy": 7.3507561683654785,
2616
+ "epoch": 0.43,
2617
+ "grad_norm": 0.0,
2618
+ "learning_rate": 5.725e-06,
2619
+ "loss": 0.0,
2620
+ "step": 172
2621
+ },
2622
+ {
2623
+ "clip_ratio/high_max": 0.0,
2624
+ "clip_ratio/high_mean": 0.0,
2625
+ "clip_ratio/low_mean": 0.0,
2626
+ "clip_ratio/low_min": 0.0,
2627
+ "clip_ratio/region_mean": 0.0,
2628
+ "entropy": 7.35998797416687,
2629
+ "epoch": 0.4325,
2630
+ "grad_norm": 0.0,
2631
+ "learning_rate": 5.7e-06,
2632
+ "loss": 0.0,
2633
+ "step": 173
2634
+ },
2635
+ {
2636
+ "clip_ratio/high_max": 0.0,
2637
+ "clip_ratio/high_mean": 0.0,
2638
+ "clip_ratio/low_mean": 0.0,
2639
+ "clip_ratio/low_min": 0.0,
2640
+ "clip_ratio/region_mean": 0.0,
2641
+ "entropy": 7.358882784843445,
2642
+ "epoch": 0.435,
2643
+ "grad_norm": 0.0,
2644
+ "learning_rate": 5.675000000000001e-06,
2645
+ "loss": 0.0,
2646
+ "step": 174
2647
+ },
2648
+ {
2649
+ "clip_ratio/high_max": 0.0,
2650
+ "clip_ratio/high_mean": 0.0,
2651
+ "clip_ratio/low_mean": 0.0,
2652
+ "clip_ratio/low_min": 0.0,
2653
+ "clip_ratio/region_mean": 0.0,
2654
+ "entropy": 7.359807848930359,
2655
+ "epoch": 0.4375,
2656
+ "grad_norm": 0.0,
2657
+ "learning_rate": 5.65e-06,
2658
+ "loss": 0.0,
2659
+ "step": 175
2660
+ },
2661
+ {
2662
+ "clip_ratio/high_max": 0.0,
2663
+ "clip_ratio/high_mean": 0.0,
2664
+ "clip_ratio/low_mean": 0.0,
2665
+ "clip_ratio/low_min": 0.0,
2666
+ "clip_ratio/region_mean": 0.0,
2667
+ "entropy": 7.364059567451477,
2668
+ "epoch": 0.44,
2669
+ "grad_norm": 0.0,
2670
+ "learning_rate": 5.625e-06,
2671
+ "loss": 0.0,
2672
+ "step": 176
2673
+ },
2674
+ {
2675
+ "clip_ratio/high_max": 0.0,
2676
+ "clip_ratio/high_mean": 0.0,
2677
+ "clip_ratio/low_mean": 0.0,
2678
+ "clip_ratio/low_min": 0.0,
2679
+ "clip_ratio/region_mean": 0.0,
2680
+ "completions/clipped_ratio": 1.0,
2681
+ "completions/max_length": 512.0,
2682
+ "completions/max_terminated_length": 0.0,
2683
+ "completions/mean_length": 512.0,
2684
+ "completions/mean_terminated_length": 0.0,
2685
+ "completions/min_length": 512.0,
2686
+ "completions/min_terminated_length": 0.0,
2687
+ "entropy": 7.354447245597839,
2688
+ "epoch": 0.4425,
2689
+ "frac_reward_zero_std": 1.0,
2690
+ "grad_norm": 0.0,
2691
+ "learning_rate": 5.600000000000001e-06,
2692
+ "loss": 0.0,
2693
+ "num_tokens": 1884160.0,
2694
+ "reward": 0.0,
2695
+ "reward_std": 0.0,
2696
+ "rewards/reward_action_type/mean": 0.0,
2697
+ "rewards/reward_action_type/std": 0.0,
2698
+ "rewards/reward_final_answer_f1/mean": 0.0,
2699
+ "rewards/reward_final_answer_f1/std": 0.0,
2700
+ "rewards/reward_tool_exact/mean": 0.0,
2701
+ "rewards/reward_tool_exact/std": 0.0,
2702
+ "step": 177
2703
+ },
2704
+ {
2705
+ "clip_ratio/high_max": 0.0,
2706
+ "clip_ratio/high_mean": 0.0,
2707
+ "clip_ratio/low_mean": 0.0,
2708
+ "clip_ratio/low_min": 0.0,
2709
+ "clip_ratio/region_mean": 0.0,
2710
+ "entropy": 7.35500431060791,
2711
+ "epoch": 0.445,
2712
+ "grad_norm": 0.0,
2713
+ "learning_rate": 5.575000000000001e-06,
2714
+ "loss": 0.0,
2715
+ "step": 178
2716
+ },
2717
+ {
2718
+ "clip_ratio/high_max": 0.0,
2719
+ "clip_ratio/high_mean": 0.0,
2720
+ "clip_ratio/low_mean": 0.0,
2721
+ "clip_ratio/low_min": 0.0,
2722
+ "clip_ratio/region_mean": 0.0,
2723
+ "entropy": 7.363319993019104,
2724
+ "epoch": 0.4475,
2725
+ "grad_norm": 0.0,
2726
+ "learning_rate": 5.550000000000001e-06,
2727
+ "loss": 0.0,
2728
+ "step": 179
2729
+ },
2730
+ {
2731
+ "clip_ratio/high_max": 0.0,
2732
+ "clip_ratio/high_mean": 0.0,
2733
+ "clip_ratio/low_mean": 0.0,
2734
+ "clip_ratio/low_min": 0.0,
2735
+ "clip_ratio/region_mean": 0.0,
2736
+ "entropy": 7.3551894426345825,
2737
+ "epoch": 0.45,
2738
+ "grad_norm": 0.0,
2739
+ "learning_rate": 5.5250000000000005e-06,
2740
+ "loss": 0.0,
2741
+ "step": 180
2742
+ },
2743
+ {
2744
+ "clip_ratio/high_max": 0.0,
2745
+ "clip_ratio/high_mean": 0.0,
2746
+ "clip_ratio/low_mean": 0.0,
2747
+ "clip_ratio/low_min": 0.0,
2748
+ "clip_ratio/region_mean": 0.0,
2749
+ "entropy": 7.355369210243225,
2750
+ "epoch": 0.4525,
2751
+ "grad_norm": 0.0,
2752
+ "learning_rate": 5.500000000000001e-06,
2753
+ "loss": 0.0,
2754
+ "step": 181
2755
+ },
2756
+ {
2757
+ "clip_ratio/high_max": 0.0,
2758
+ "clip_ratio/high_mean": 0.0,
2759
+ "clip_ratio/low_mean": 0.0,
2760
+ "clip_ratio/low_min": 0.0,
2761
+ "clip_ratio/region_mean": 0.0,
2762
+ "entropy": 7.352790117263794,
2763
+ "epoch": 0.455,
2764
+ "grad_norm": 0.0,
2765
+ "learning_rate": 5.475e-06,
2766
+ "loss": 0.0,
2767
+ "step": 182
2768
+ },
2769
+ {
2770
+ "clip_ratio/high_max": 0.0,
2771
+ "clip_ratio/high_mean": 0.0,
2772
+ "clip_ratio/low_mean": 0.0,
2773
+ "clip_ratio/low_min": 0.0,
2774
+ "clip_ratio/region_mean": 0.0,
2775
+ "entropy": 7.3614726066589355,
2776
+ "epoch": 0.4575,
2777
+ "grad_norm": 0.0,
2778
+ "learning_rate": 5.450000000000001e-06,
2779
+ "loss": 0.0,
2780
+ "step": 183
2781
+ },
2782
+ {
2783
+ "clip_ratio/high_max": 0.0,
2784
+ "clip_ratio/high_mean": 0.0,
2785
+ "clip_ratio/low_mean": 0.0,
2786
+ "clip_ratio/low_min": 0.0,
2787
+ "clip_ratio/region_mean": 0.0,
2788
+ "entropy": 7.361098766326904,
2789
+ "epoch": 0.46,
2790
+ "grad_norm": 0.0,
2791
+ "learning_rate": 5.4250000000000006e-06,
2792
+ "loss": 0.0,
2793
+ "step": 184
2794
+ },
2795
+ {
2796
+ "clip_ratio/high_max": 0.0,
2797
+ "clip_ratio/high_mean": 0.0,
2798
+ "clip_ratio/low_mean": 0.0,
2799
+ "clip_ratio/low_min": 0.0,
2800
+ "clip_ratio/region_mean": 0.0,
2801
+ "completions/clipped_ratio": 1.0,
2802
+ "completions/max_length": 512.0,
2803
+ "completions/max_terminated_length": 0.0,
2804
+ "completions/mean_length": 512.0,
2805
+ "completions/mean_terminated_length": 0.0,
2806
+ "completions/min_length": 512.0,
2807
+ "completions/min_terminated_length": 0.0,
2808
+ "entropy": 7.351694226264954,
2809
+ "epoch": 0.4625,
2810
+ "frac_reward_zero_std": 1.0,
2811
+ "grad_norm": 0.0,
2812
+ "learning_rate": 5.400000000000001e-06,
2813
+ "loss": 0.0,
2814
+ "num_tokens": 1966080.0,
2815
+ "reward": 0.0,
2816
+ "reward_std": 0.0,
2817
+ "rewards/reward_action_type/mean": 0.0,
2818
+ "rewards/reward_action_type/std": 0.0,
2819
+ "rewards/reward_final_answer_f1/mean": 0.0,
2820
+ "rewards/reward_final_answer_f1/std": 0.0,
2821
+ "rewards/reward_tool_exact/mean": 0.0,
2822
+ "rewards/reward_tool_exact/std": 0.0,
2823
+ "step": 185
2824
+ },
2825
+ {
2826
+ "clip_ratio/high_max": 0.0,
2827
+ "clip_ratio/high_mean": 0.0,
2828
+ "clip_ratio/low_mean": 0.0,
2829
+ "clip_ratio/low_min": 0.0,
2830
+ "clip_ratio/region_mean": 0.0,
2831
+ "entropy": 7.356864809989929,
2832
+ "epoch": 0.465,
2833
+ "grad_norm": 0.0,
2834
+ "learning_rate": 5.375e-06,
2835
+ "loss": 0.0,
2836
+ "step": 186
2837
+ },
2838
+ {
2839
+ "clip_ratio/high_max": 0.0,
2840
+ "clip_ratio/high_mean": 0.0,
2841
+ "clip_ratio/low_mean": 0.0,
2842
+ "clip_ratio/low_min": 0.0,
2843
+ "clip_ratio/region_mean": 0.0,
2844
+ "entropy": 7.361114978790283,
2845
+ "epoch": 0.4675,
2846
+ "grad_norm": 0.0,
2847
+ "learning_rate": 5.3500000000000004e-06,
2848
+ "loss": 0.0,
2849
+ "step": 187
2850
+ },
2851
+ {
2852
+ "clip_ratio/high_max": 0.0,
2853
+ "clip_ratio/high_mean": 0.0,
2854
+ "clip_ratio/low_mean": 0.0,
2855
+ "clip_ratio/low_min": 0.0,
2856
+ "clip_ratio/region_mean": 0.0,
2857
+ "entropy": 7.352982759475708,
2858
+ "epoch": 0.47,
2859
+ "grad_norm": 0.0,
2860
+ "learning_rate": 5.325e-06,
2861
+ "loss": 0.0,
2862
+ "step": 188
2863
+ },
2864
+ {
2865
+ "clip_ratio/high_max": 0.0,
2866
+ "clip_ratio/high_mean": 0.0,
2867
+ "clip_ratio/low_mean": 0.0,
2868
+ "clip_ratio/low_min": 0.0,
2869
+ "clip_ratio/region_mean": 0.0,
2870
+ "entropy": 7.357232093811035,
2871
+ "epoch": 0.4725,
2872
+ "grad_norm": 0.0,
2873
+ "learning_rate": 5.300000000000001e-06,
2874
+ "loss": 0.0,
2875
+ "step": 189
2876
+ },
2877
+ {
2878
+ "clip_ratio/high_max": 0.0,
2879
+ "clip_ratio/high_mean": 0.0,
2880
+ "clip_ratio/low_mean": 0.0,
2881
+ "clip_ratio/low_min": 0.0,
2882
+ "clip_ratio/region_mean": 0.0,
2883
+ "entropy": 7.355199456214905,
2884
+ "epoch": 0.475,
2885
+ "grad_norm": 0.0,
2886
+ "learning_rate": 5.275e-06,
2887
+ "loss": 0.0,
2888
+ "step": 190
2889
+ },
2890
+ {
2891
+ "clip_ratio/high_max": 0.0,
2892
+ "clip_ratio/high_mean": 0.0,
2893
+ "clip_ratio/low_mean": 0.0,
2894
+ "clip_ratio/low_min": 0.0,
2895
+ "clip_ratio/region_mean": 0.0,
2896
+ "entropy": 7.3581565618515015,
2897
+ "epoch": 0.4775,
2898
+ "grad_norm": 0.0,
2899
+ "learning_rate": 5.2500000000000006e-06,
2900
+ "loss": 0.0,
2901
+ "step": 191
2902
+ },
2903
+ {
2904
+ "clip_ratio/high_max": 0.0,
2905
+ "clip_ratio/high_mean": 0.0,
2906
+ "clip_ratio/low_mean": 0.0,
2907
+ "clip_ratio/low_min": 0.0,
2908
+ "clip_ratio/region_mean": 0.0,
2909
+ "entropy": 7.353541254997253,
2910
+ "epoch": 0.48,
2911
+ "grad_norm": 0.0,
2912
+ "learning_rate": 5.225e-06,
2913
+ "loss": 0.0,
2914
+ "step": 192
2915
+ },
2916
+ {
2917
+ "clip_ratio/high_max": 0.0,
2918
+ "clip_ratio/high_mean": 0.0,
2919
+ "clip_ratio/low_mean": 0.0,
2920
+ "clip_ratio/low_min": 0.0,
2921
+ "clip_ratio/region_mean": 0.0,
2922
+ "completions/clipped_ratio": 1.0,
2923
+ "completions/max_length": 512.0,
2924
+ "completions/max_terminated_length": 0.0,
2925
+ "completions/mean_length": 512.0,
2926
+ "completions/mean_terminated_length": 0.0,
2927
+ "completions/min_length": 512.0,
2928
+ "completions/min_terminated_length": 0.0,
2929
+ "entropy": 7.351318120956421,
2930
+ "epoch": 0.4825,
2931
+ "frac_reward_zero_std": 1.0,
2932
+ "grad_norm": 0.0,
2933
+ "learning_rate": 5.2e-06,
2934
+ "loss": 0.0,
2935
+ "num_tokens": 2048000.0,
2936
+ "reward": 0.0,
2937
+ "reward_std": 0.0,
2938
+ "rewards/reward_action_type/mean": 0.0,
2939
+ "rewards/reward_action_type/std": 0.0,
2940
+ "rewards/reward_final_answer_f1/mean": 0.0,
2941
+ "rewards/reward_final_answer_f1/std": 0.0,
2942
+ "rewards/reward_tool_exact/mean": 0.0,
2943
+ "rewards/reward_tool_exact/std": 0.0,
2944
+ "step": 193
2945
+ },
2946
+ {
2947
+ "clip_ratio/high_max": 0.0,
2948
+ "clip_ratio/high_mean": 0.0,
2949
+ "clip_ratio/low_mean": 0.0,
2950
+ "clip_ratio/low_min": 0.0,
2951
+ "clip_ratio/region_mean": 0.0,
2952
+ "entropy": 7.355379819869995,
2953
+ "epoch": 0.485,
2954
+ "grad_norm": 0.0,
2955
+ "learning_rate": 5.1750000000000004e-06,
2956
+ "loss": 0.0,
2957
+ "step": 194
2958
+ },
2959
+ {
2960
+ "clip_ratio/high_max": 0.0,
2961
+ "clip_ratio/high_mean": 0.0,
2962
+ "clip_ratio/low_mean": 0.0,
2963
+ "clip_ratio/low_min": 0.0,
2964
+ "clip_ratio/region_mean": 0.0,
2965
+ "entropy": 7.354274749755859,
2966
+ "epoch": 0.4875,
2967
+ "grad_norm": 0.0,
2968
+ "learning_rate": 5.150000000000001e-06,
2969
+ "loss": 0.0,
2970
+ "step": 195
2971
+ },
2972
+ {
2973
+ "clip_ratio/high_max": 0.0,
2974
+ "clip_ratio/high_mean": 0.0,
2975
+ "clip_ratio/low_mean": 0.0,
2976
+ "clip_ratio/low_min": 0.0,
2977
+ "clip_ratio/region_mean": 0.0,
2978
+ "entropy": 7.3535319566726685,
2979
+ "epoch": 0.49,
2980
+ "grad_norm": 0.0,
2981
+ "learning_rate": 5.125e-06,
2982
+ "loss": 0.0,
2983
+ "step": 196
2984
+ },
2985
+ {
2986
+ "clip_ratio/high_max": 0.0,
2987
+ "clip_ratio/high_mean": 0.0,
2988
+ "clip_ratio/low_mean": 0.0,
2989
+ "clip_ratio/low_min": 0.0,
2990
+ "clip_ratio/region_mean": 0.0,
2991
+ "entropy": 7.3544546365737915,
2992
+ "epoch": 0.4925,
2993
+ "grad_norm": 0.0,
2994
+ "learning_rate": 5.1e-06,
2995
+ "loss": 0.0,
2996
+ "step": 197
2997
+ },
2998
+ {
2999
+ "clip_ratio/high_max": 0.0,
3000
+ "clip_ratio/high_mean": 0.0,
3001
+ "clip_ratio/low_mean": 0.0,
3002
+ "clip_ratio/low_min": 0.0,
3003
+ "clip_ratio/region_mean": 0.0,
3004
+ "entropy": 7.363884687423706,
3005
+ "epoch": 0.495,
3006
+ "grad_norm": 0.0,
3007
+ "learning_rate": 5.075e-06,
3008
+ "loss": 0.0,
3009
+ "step": 198
3010
+ },
3011
+ {
3012
+ "clip_ratio/high_max": 0.0,
3013
+ "clip_ratio/high_mean": 0.0,
3014
+ "clip_ratio/low_mean": 0.0,
3015
+ "clip_ratio/low_min": 0.0,
3016
+ "clip_ratio/region_mean": 0.0,
3017
+ "entropy": 7.354459643363953,
3018
+ "epoch": 0.4975,
3019
+ "grad_norm": 0.0,
3020
+ "learning_rate": 5.050000000000001e-06,
3021
+ "loss": 0.0,
3022
+ "step": 199
3023
+ },
3024
+ {
3025
+ "clip_ratio/high_max": 0.0,
3026
+ "clip_ratio/high_mean": 0.0,
3027
+ "clip_ratio/low_mean": 0.0,
3028
+ "clip_ratio/low_min": 0.0,
3029
+ "clip_ratio/region_mean": 0.0,
3030
+ "entropy": 7.364799976348877,
3031
+ "epoch": 0.5,
3032
+ "grad_norm": 0.0,
3033
+ "learning_rate": 5.025e-06,
3034
+ "loss": 0.0,
3035
+ "step": 200
3036
+ }
3037
+ ],
3038
+ "logging_steps": 1,
3039
+ "max_steps": 400,
3040
+ "num_input_tokens_seen": 2048000,
3041
+ "num_train_epochs": 1,
3042
+ "save_steps": 100,
3043
+ "stateful_callbacks": {
3044
+ "TrainerControl": {
3045
+ "args": {
3046
+ "should_epoch_stop": false,
3047
+ "should_evaluate": false,
3048
+ "should_log": false,
3049
+ "should_save": true,
3050
+ "should_training_stop": false
3051
+ },
3052
+ "attributes": {}
3053
+ }
3054
+ },
3055
+ "total_flos": 0.0,
3056
+ "train_batch_size": 1,
3057
+ "trial_name": null,
3058
+ "trial_params": null
3059
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b6ee6dd779b5271dd13519f58e737d5db8e5698744f717a458f432d8ad28a4f
3
+ size 7249
vocab.json ADDED
The diff for this file is too large to render. See raw diff