brthor commited on
Commit
c8777c2
·
verified ·
1 Parent(s): 7b1a2e3

Upload full trainer checkpoint step=1013 (profile=llama3_1_8b_base_grpo, run_type=grpo)

Browse files
.gitattributes CHANGED
@@ -146,3 +146,4 @@ meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-20524/tokenizer.json fi
146
  meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-23456/tokenizer.json filter=lfs diff=lfs merge=lfs -text
147
  meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-23460/tokenizer.json filter=lfs diff=lfs merge=lfs -text
148
  meta-llama__meta-llama-3.1-8b/sft/epoch_0004/tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
146
  meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-23456/tokenizer.json filter=lfs diff=lfs merge=lfs -text
147
  meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-23460/tokenizer.json filter=lfs diff=lfs merge=lfs -text
148
  meta-llama__meta-llama-3.1-8b/sft/epoch_0004/tokenizer.json filter=lfs diff=lfs merge=lfs -text
149
+ meta-llama__meta-llama-3.1-8b/grpo/checkpoints/checkpoint-1013/tokenizer.json filter=lfs diff=lfs merge=lfs -text
meta-llama__meta-llama-3.1-8b/grpo/checkpoints/checkpoint-1013/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/Meta-Llama-3.1-8B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/Meta-Llama-3.1-8B
7
+ - grpo
8
+ - lora
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ ---
13
+
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- 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. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Results
136
+
137
+ [More Information Needed]
138
+
139
+ #### Summary
140
+
141
+
142
+
143
+ ## Model Examination [optional]
144
+
145
+ <!-- Relevant interpretability work for the model goes here -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## Environmental Impact
150
+
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
+
153
+ 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).
154
+
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
+
161
+ ## Technical Specifications [optional]
162
+
163
+ ### Model Architecture and Objective
164
+
165
+ [More Information Needed]
166
+
167
+ ### Compute Infrastructure
168
+
169
+ [More Information Needed]
170
+
171
+ #### Hardware
172
+
173
+ [More Information Needed]
174
+
175
+ #### Software
176
+
177
+ [More Information Needed]
178
+
179
+ ## Citation [optional]
180
+
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
+
183
+ **BibTeX:**
184
+
185
+ [More Information Needed]
186
+
187
+ **APA:**
188
+
189
+ [More Information Needed]
190
+
191
+ ## Glossary [optional]
192
+
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## More Information [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Authors [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Contact
206
+
207
+ [More Information Needed]
208
+ ### Framework versions
209
+
210
+ - PEFT 0.18.1
meta-llama__meta-llama-3.1-8b/grpo/checkpoints/checkpoint-1013/adapter_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "LlamaForCausalLM",
7
+ "parent_library": "transformers.models.llama.modeling_llama",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/Meta-Llama-3.1-8B",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 16,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0.0,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": null,
29
+ "peft_type": "LORA",
30
+ "peft_version": "0.18.1",
31
+ "qalora_group_size": 16,
32
+ "r": 8,
33
+ "rank_pattern": {},
34
+ "revision": null,
35
+ "target_modules": [
36
+ "o_proj",
37
+ "down_proj",
38
+ "up_proj",
39
+ "gate_proj",
40
+ "k_proj",
41
+ "v_proj",
42
+ "q_proj"
43
+ ],
44
+ "target_parameters": null,
45
+ "task_type": "CAUSAL_LM",
46
+ "trainable_token_indices": null,
47
+ "use_dora": false,
48
+ "use_qalora": false,
49
+ "use_rslora": false
50
+ }
meta-llama__meta-llama-3.1-8b/grpo/checkpoints/checkpoint-1013/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52850ef35da75893b5cb979a297423e3e470574cc1f050b1411e8fd6715818df
3
+ size 83945296
meta-llama__meta-llama-3.1-8b/grpo/checkpoints/checkpoint-1013/chat_template.jinja ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{ bos_token }}{% if messages[0]['role'] == 'system' %}{{ messages[0]['content'] + '
2
+
3
+ ' }}{% set loop_messages = messages[1:] %}{% else %}{{ '' + '
4
+
5
+ ' }}{% set loop_messages = messages %}{% endif %}{% for message in loop_messages %}{% if message['role'] == 'user' %}{{ '### Instruction:
6
+ ' + message['content'] + '
7
+
8
+ ' }}{% elif message['role'] == 'assistant' %}{{ '### Response:
9
+ ' + message['content'] + eos_token + '
10
+
11
+ ' }}{% else %}{{ raise_exception('Only user and assistant roles are supported!') }}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '### Response:
12
+ ' }}{% endif %}
meta-llama__meta-llama-3.1-8b/grpo/checkpoints/checkpoint-1013/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a17489bbf0a31cd7a13c216ef1efe9f0b4a1025fe43b37ea677de5acc61f9f8d
3
+ size 43127973
meta-llama__meta-llama-3.1-8b/grpo/checkpoints/checkpoint-1013/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ec2edc9c5368ff1fbe2c50e330e81c6889657bd380d6c780013dd4ade8eecb3
3
+ size 14645
meta-llama__meta-llama-3.1-8b/grpo/checkpoints/checkpoint-1013/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:807e8f84a2e7d1df2da3001a65774d078dd10e19443d4ec22c453ebd9515f5eb
3
+ size 1465
meta-llama__meta-llama-3.1-8b/grpo/checkpoints/checkpoint-1013/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a65c6c5f9764771aa485e6a1f5e63d7d9af8477fe0777148c17476ecb2e09a05
3
+ size 17210099
meta-llama__meta-llama-3.1-8b/grpo/checkpoints/checkpoint-1013/tokenizer_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<|begin_of_text|>",
4
+ "clean_up_tokenization_spaces": true,
5
+ "eos_token": "<|end_of_text|>",
6
+ "from_slow": true,
7
+ "is_local": false,
8
+ "legacy": false,
9
+ "model_input_names": [
10
+ "input_ids",
11
+ "attention_mask"
12
+ ],
13
+ "model_max_length": 131072,
14
+ "pad_token": "<|finetune_right_pad_id|>",
15
+ "padding_side": "right",
16
+ "tokenizer_class": "TokenizersBackend",
17
+ "unk_token": null
18
+ }
meta-llama__meta-llama-3.1-8b/grpo/checkpoints/checkpoint-1013/trainer_state.json ADDED
@@ -0,0 +1,1123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.001799257562032646,
6
+ "eval_steps": 500,
7
+ "global_step": 1013,
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
+ "completion_length": 65.81,
19
+ "completions/clipped_ratio": 0.0,
20
+ "completions/max_length": 66.76923076923077,
21
+ "completions/max_terminated_length": 66.76923076923077,
22
+ "completions/mean_length": 66.54807692307692,
23
+ "completions/mean_terminated_length": 66.54807692307692,
24
+ "completions/min_length": 66.3076923076923,
25
+ "completions/min_terminated_length": 66.3076923076923,
26
+ "epoch": 4.440418465036145e-05,
27
+ "frac_reward_zero_std": 0.5384615384615384,
28
+ "grad_norm": 0.025798887014389038,
29
+ "kl": 0.18038831524550913,
30
+ "learning_rate": 1.0656956994738129e-09,
31
+ "loss": -0.0065249383449554445,
32
+ "num_tokens": 24649.0,
33
+ "reward": 5.7312158437875604e-09,
34
+ "reward_std": 0.4934053604419415,
35
+ "rewards/TranscriptCorrectionGrpoReward/mean": 5.7312158437875604e-09,
36
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.4934053604419415,
37
+ "step": 25
38
+ },
39
+ {
40
+ "clip_ratio/high_max": 0.0,
41
+ "clip_ratio/high_mean": 0.0,
42
+ "clip_ratio/low_mean": 0.0,
43
+ "clip_ratio/low_min": 0.0,
44
+ "clip_ratio/region_mean": 0.0,
45
+ "completion_length": 65.5,
46
+ "completions/clipped_ratio": 0.0,
47
+ "completions/max_length": 64.75,
48
+ "completions/max_terminated_length": 64.75,
49
+ "completions/mean_length": 64.6875,
50
+ "completions/mean_terminated_length": 64.6875,
51
+ "completions/min_length": 64.5,
52
+ "completions/min_terminated_length": 64.5,
53
+ "epoch": 8.88083693007229e-05,
54
+ "frac_reward_zero_std": 0.8333333333333334,
55
+ "grad_norm": 0.27390509843826294,
56
+ "kl": 0.16198864802718163,
57
+ "learning_rate": 2.175795386425701e-09,
58
+ "loss": 0.008163155317306518,
59
+ "num_tokens": 46547.0,
60
+ "reward": 2.483526865641276e-09,
61
+ "reward_std": 0.17817416787147522,
62
+ "rewards/TranscriptCorrectionGrpoReward/mean": 2.483526865641276e-09,
63
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.17817415793736777,
64
+ "step": 50
65
+ },
66
+ {
67
+ "clip_ratio/high_max": 0.0,
68
+ "clip_ratio/high_mean": 0.0,
69
+ "clip_ratio/low_mean": 0.0,
70
+ "clip_ratio/low_min": 0.0,
71
+ "clip_ratio/region_mean": 0.0,
72
+ "completion_length": 52.52,
73
+ "completions/clipped_ratio": 0.0,
74
+ "completions/max_length": 52.61538461538461,
75
+ "completions/max_terminated_length": 52.61538461538461,
76
+ "completions/mean_length": 52.42307692307692,
77
+ "completions/mean_terminated_length": 52.42307692307692,
78
+ "completions/min_length": 52.30769230769231,
79
+ "completions/min_terminated_length": 52.30769230769231,
80
+ "epoch": 0.00013321255395108434,
81
+ "frac_reward_zero_std": 0.8461538461538461,
82
+ "grad_norm": 1.6365996771128266e-06,
83
+ "kl": 0.20123317912220956,
84
+ "learning_rate": 3.285895073377589e-09,
85
+ "loss": 0.0007231433689594269,
86
+ "num_tokens": 66431.0,
87
+ "reward": 0.0,
88
+ "reward_std": 0.16446845348064715,
89
+ "rewards/TranscriptCorrectionGrpoReward/mean": 0.0,
90
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.16446845348064715,
91
+ "step": 75
92
+ },
93
+ {
94
+ "clip_ratio/high_max": 0.0,
95
+ "clip_ratio/high_mean": 0.0,
96
+ "clip_ratio/low_mean": 0.0,
97
+ "clip_ratio/low_min": 0.0,
98
+ "clip_ratio/region_mean": 0.0,
99
+ "completion_length": 54.32,
100
+ "completions/clipped_ratio": 0.0,
101
+ "completions/max_length": 54.5,
102
+ "completions/max_terminated_length": 54.5,
103
+ "completions/mean_length": 54.5,
104
+ "completions/mean_terminated_length": 54.5,
105
+ "completions/min_length": 54.5,
106
+ "completions/min_terminated_length": 54.5,
107
+ "epoch": 0.0001776167386014458,
108
+ "frac_reward_zero_std": 0.5833333333333334,
109
+ "grad_norm": 0.00011817843187600374,
110
+ "kl": 0.253861972540617,
111
+ "learning_rate": 4.3959947603294776e-09,
112
+ "loss": 0.0025739344954490663,
113
+ "num_tokens": 85543.0,
114
+ "reward": 3.725290298461914e-09,
115
+ "reward_std": 0.4454353948434194,
116
+ "rewards/TranscriptCorrectionGrpoReward/mean": 3.725290298461914e-09,
117
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.4454353948434194,
118
+ "step": 100
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
+ "completion_length": 51.7,
127
+ "completions/clipped_ratio": 0.0,
128
+ "completions/max_length": 51.0,
129
+ "completions/max_terminated_length": 51.0,
130
+ "completions/mean_length": 50.86538461538461,
131
+ "completions/mean_terminated_length": 50.86538461538461,
132
+ "completions/min_length": 50.38461538461539,
133
+ "completions/min_terminated_length": 50.38461538461539,
134
+ "epoch": 0.00022202092325180725,
135
+ "frac_reward_zero_std": 0.5384615384615384,
136
+ "grad_norm": 0.3782321810722351,
137
+ "kl": 0.24278869599103928,
138
+ "learning_rate": 5.506094447281366e-09,
139
+ "loss": 0.0006042173504829406,
140
+ "num_tokens": 105273.0,
141
+ "reward": 2.292486337515024e-09,
142
+ "reward_std": 0.49340536961188686,
143
+ "rewards/TranscriptCorrectionGrpoReward/mean": 2.292486337515024e-09,
144
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.4934053604419415,
145
+ "step": 125
146
+ },
147
+ {
148
+ "clip_ratio/high_max": 0.0,
149
+ "clip_ratio/high_mean": 0.0,
150
+ "clip_ratio/low_mean": 0.0,
151
+ "clip_ratio/low_min": 0.0,
152
+ "clip_ratio/region_mean": 0.0,
153
+ "completion_length": 73.29,
154
+ "completions/clipped_ratio": 0.0,
155
+ "completions/max_length": 75.33333333333333,
156
+ "completions/max_terminated_length": 75.33333333333333,
157
+ "completions/mean_length": 75.09375,
158
+ "completions/mean_terminated_length": 75.09375,
159
+ "completions/min_length": 74.91666666666667,
160
+ "completions/min_terminated_length": 74.91666666666667,
161
+ "epoch": 0.0002664251079021687,
162
+ "frac_reward_zero_std": 0.6666666666666666,
163
+ "grad_norm": 0.1665542721748352,
164
+ "kl": 0.20266253776848317,
165
+ "learning_rate": 6.6161941342332544e-09,
166
+ "loss": 0.001955866813659668,
167
+ "num_tokens": 130370.0,
168
+ "reward": 4.967053731282552e-09,
169
+ "reward_std": 0.35634831587473553,
170
+ "rewards/TranscriptCorrectionGrpoReward/mean": 4.967053731282552e-09,
171
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.35634831587473553,
172
+ "step": 150
173
+ },
174
+ {
175
+ "clip_ratio/high_max": 0.0,
176
+ "clip_ratio/high_mean": 0.0,
177
+ "clip_ratio/low_mean": 0.0,
178
+ "clip_ratio/low_min": 0.0,
179
+ "clip_ratio/region_mean": 0.0,
180
+ "completion_length": 57.74,
181
+ "completions/clipped_ratio": 0.0,
182
+ "completions/max_length": 58.0,
183
+ "completions/max_terminated_length": 58.0,
184
+ "completions/mean_length": 57.94230769230769,
185
+ "completions/mean_terminated_length": 57.94230769230769,
186
+ "completions/min_length": 57.84615384615385,
187
+ "completions/min_terminated_length": 57.84615384615385,
188
+ "epoch": 0.00031082929255253015,
189
+ "frac_reward_zero_std": 0.6153846153846154,
190
+ "grad_norm": 0.22071869671344757,
191
+ "kl": 0.20556429855525493,
192
+ "learning_rate": 7.726293821185143e-09,
193
+ "loss": 0.0019431695342063903,
194
+ "num_tokens": 152108.0,
195
+ "reward": 5.7312158437875604e-09,
196
+ "reward_std": 0.4111711337016179,
197
+ "rewards/TranscriptCorrectionGrpoReward/mean": 5.7312158437875604e-09,
198
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.4111711337016179,
199
+ "step": 175
200
+ },
201
+ {
202
+ "clip_ratio/high_max": 0.0,
203
+ "clip_ratio/high_mean": 0.0,
204
+ "clip_ratio/low_mean": 0.0,
205
+ "clip_ratio/low_min": 0.0,
206
+ "clip_ratio/region_mean": 0.0,
207
+ "completion_length": 66.59,
208
+ "completions/clipped_ratio": 0.0,
209
+ "completions/max_length": 66.91666666666667,
210
+ "completions/max_terminated_length": 66.91666666666667,
211
+ "completions/mean_length": 66.73958333333333,
212
+ "completions/mean_terminated_length": 66.73958333333333,
213
+ "completions/min_length": 66.33333333333333,
214
+ "completions/min_terminated_length": 66.33333333333333,
215
+ "epoch": 0.0003552334772028916,
216
+ "frac_reward_zero_std": 0.5,
217
+ "grad_norm": 6.216925248736516e-05,
218
+ "kl": 0.17584349907934665,
219
+ "learning_rate": 8.83639350813703e-09,
220
+ "loss": 0.0011808258295059205,
221
+ "num_tokens": 174947.0,
222
+ "reward": 4.346172014872233e-09,
223
+ "reward_std": 0.5345224738121033,
224
+ "rewards/TranscriptCorrectionGrpoReward/mean": 4.346172014872233e-09,
225
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.5345224738121033,
226
+ "step": 200
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
+ "completion_length": 65.44,
235
+ "completions/clipped_ratio": 0.0,
236
+ "completions/max_length": 65.92307692307692,
237
+ "completions/max_terminated_length": 65.92307692307692,
238
+ "completions/mean_length": 65.61538461538461,
239
+ "completions/mean_terminated_length": 65.61538461538461,
240
+ "completions/min_length": 65.38461538461539,
241
+ "completions/min_terminated_length": 65.38461538461539,
242
+ "epoch": 0.000399637661853253,
243
+ "frac_reward_zero_std": 0.6153846153846154,
244
+ "grad_norm": 0.12366796284914017,
245
+ "kl": 0.19227153606712818,
246
+ "learning_rate": 9.94649319508892e-09,
247
+ "loss": 0.0005045509338378906,
248
+ "num_tokens": 199651.0,
249
+ "reward": 1.7193647531362681e-09,
250
+ "reward_std": 0.4111711337016179,
251
+ "rewards/TranscriptCorrectionGrpoReward/mean": 1.7193647531362681e-09,
252
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.4111711337016179,
253
+ "step": 225
254
+ },
255
+ {
256
+ "clip_ratio/high_max": 0.0,
257
+ "clip_ratio/high_mean": 0.0,
258
+ "clip_ratio/low_mean": 0.0,
259
+ "clip_ratio/low_min": 0.0,
260
+ "clip_ratio/region_mean": 0.0,
261
+ "completion_length": 66.15,
262
+ "completions/clipped_ratio": 0.0,
263
+ "completions/max_length": 66.25,
264
+ "completions/max_terminated_length": 66.25,
265
+ "completions/mean_length": 65.98958333333333,
266
+ "completions/mean_terminated_length": 65.98958333333333,
267
+ "completions/min_length": 65.83333333333333,
268
+ "completions/min_terminated_length": 65.83333333333333,
269
+ "epoch": 0.0004440418465036145,
270
+ "frac_reward_zero_std": 0.5833333333333334,
271
+ "grad_norm": 5.099513509776443e-05,
272
+ "kl": 0.19273025602102278,
273
+ "learning_rate": 1.1056592882040807e-08,
274
+ "loss": 0.002573988139629364,
275
+ "num_tokens": 222250.0,
276
+ "reward": 4.346172014872233e-09,
277
+ "reward_std": 0.4454353948434194,
278
+ "rewards/TranscriptCorrectionGrpoReward/mean": 4.346172014872233e-09,
279
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.4454353948434194,
280
+ "step": 250
281
+ },
282
+ {
283
+ "clip_ratio/high_max": 0.0,
284
+ "clip_ratio/high_mean": 0.0,
285
+ "clip_ratio/low_mean": 0.0,
286
+ "clip_ratio/low_min": 0.0,
287
+ "clip_ratio/region_mean": 0.0,
288
+ "completion_length": 64.71,
289
+ "completions/clipped_ratio": 0.0,
290
+ "completions/max_length": 66.92307692307692,
291
+ "completions/max_terminated_length": 66.92307692307692,
292
+ "completions/mean_length": 66.6826923076923,
293
+ "completions/mean_terminated_length": 66.6826923076923,
294
+ "completions/min_length": 66.38461538461539,
295
+ "completions/min_terminated_length": 66.38461538461539,
296
+ "epoch": 0.0004884460311539759,
297
+ "frac_reward_zero_std": 0.5384615384615384,
298
+ "grad_norm": 0.04118318483233452,
299
+ "kl": 0.17756690874695777,
300
+ "learning_rate": 1.2166692568992695e-08,
301
+ "loss": -0.0014105629920959472,
302
+ "num_tokens": 247777.0,
303
+ "reward": 5.73121584378756e-10,
304
+ "reward_std": 0.49340535127199614,
305
+ "rewards/TranscriptCorrectionGrpoReward/mean": 5.73121584378756e-10,
306
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.4934053604419415,
307
+ "step": 275
308
+ },
309
+ {
310
+ "clip_ratio/high_max": 0.0,
311
+ "clip_ratio/high_mean": 0.0,
312
+ "clip_ratio/low_mean": 0.0,
313
+ "clip_ratio/low_min": 0.0,
314
+ "clip_ratio/region_mean": 0.0,
315
+ "completion_length": 72.83,
316
+ "completions/clipped_ratio": 0.0,
317
+ "completions/max_length": 71.25,
318
+ "completions/max_terminated_length": 71.25,
319
+ "completions/mean_length": 71.03125,
320
+ "completions/mean_terminated_length": 71.03125,
321
+ "completions/min_length": 70.91666666666667,
322
+ "completions/min_terminated_length": 70.91666666666667,
323
+ "epoch": 0.0005328502158043374,
324
+ "frac_reward_zero_std": 0.75,
325
+ "grad_norm": 7.932442713354249e-06,
326
+ "kl": 0.16507803082466124,
327
+ "learning_rate": 1.3276792255944584e-08,
328
+ "loss": 0.005102531909942627,
329
+ "num_tokens": 271724.0,
330
+ "reward": 3.725290298461914e-09,
331
+ "reward_std": 0.2672612468401591,
332
+ "rewards/TranscriptCorrectionGrpoReward/mean": 3.725290298461914e-09,
333
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.26726123690605164,
334
+ "step": 300
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
+ "completion_length": 68.11,
343
+ "completions/clipped_ratio": 0.0,
344
+ "completions/max_length": 67.92307692307692,
345
+ "completions/max_terminated_length": 67.92307692307692,
346
+ "completions/mean_length": 67.74038461538461,
347
+ "completions/mean_terminated_length": 67.74038461538461,
348
+ "completions/min_length": 67.61538461538461,
349
+ "completions/min_terminated_length": 67.61538461538461,
350
+ "epoch": 0.0005772544004546988,
351
+ "frac_reward_zero_std": 0.6923076923076923,
352
+ "grad_norm": 0.2366252988576889,
353
+ "kl": 0.18056891307234765,
354
+ "learning_rate": 1.438689194289647e-08,
355
+ "loss": 0.0016832691431045532,
356
+ "num_tokens": 297265.0,
357
+ "reward": 2.8656079218937802e-09,
358
+ "reward_std": 0.3289369069612943,
359
+ "rewards/TranscriptCorrectionGrpoReward/mean": 2.8656079218937802e-09,
360
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.3289369069612943,
361
+ "step": 325
362
+ },
363
+ {
364
+ "clip_ratio/high_max": 0.0,
365
+ "clip_ratio/high_mean": 0.0,
366
+ "clip_ratio/low_mean": 0.0,
367
+ "clip_ratio/low_min": 0.0,
368
+ "clip_ratio/region_mean": 0.0,
369
+ "completion_length": 54.2,
370
+ "completions/clipped_ratio": 0.0,
371
+ "completions/max_length": 54.083333333333336,
372
+ "completions/max_terminated_length": 54.083333333333336,
373
+ "completions/mean_length": 54.020833333333336,
374
+ "completions/mean_terminated_length": 54.020833333333336,
375
+ "completions/min_length": 53.916666666666664,
376
+ "completions/min_terminated_length": 53.916666666666664,
377
+ "epoch": 0.0006216585851050603,
378
+ "frac_reward_zero_std": 0.75,
379
+ "grad_norm": 2.0182937987556215e-06,
380
+ "kl": 0.22566444158554078,
381
+ "learning_rate": 1.549699162984836e-08,
382
+ "loss": 0.003195708990097046,
383
+ "num_tokens": 316355.0,
384
+ "reward": 0.0,
385
+ "reward_std": 0.26726123690605164,
386
+ "rewards/TranscriptCorrectionGrpoReward/mean": 0.0,
387
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.26726123690605164,
388
+ "step": 350
389
+ },
390
+ {
391
+ "clip_ratio/high_max": 0.0,
392
+ "clip_ratio/high_mean": 0.0,
393
+ "clip_ratio/low_mean": 0.000317460335791111,
394
+ "clip_ratio/low_min": 0.000317460335791111,
395
+ "clip_ratio/region_mean": 0.000317460335791111,
396
+ "completion_length": 67.73,
397
+ "completions/clipped_ratio": 0.0,
398
+ "completions/max_length": 67.76923076923077,
399
+ "completions/max_terminated_length": 67.76923076923077,
400
+ "completions/mean_length": 67.25,
401
+ "completions/mean_terminated_length": 67.25,
402
+ "completions/min_length": 66.6923076923077,
403
+ "completions/min_terminated_length": 66.6923076923077,
404
+ "epoch": 0.0006660627697554218,
405
+ "frac_reward_zero_std": 0.3076923076923077,
406
+ "grad_norm": 0.16900327801704407,
407
+ "kl": 0.1710970998555422,
408
+ "learning_rate": 1.660709131680025e-08,
409
+ "loss": -0.004613960087299347,
410
+ "num_tokens": 341645.0,
411
+ "reward": 5.158094259408804e-09,
412
+ "reward_std": 0.7401080314929669,
413
+ "rewards/TranscriptCorrectionGrpoReward/mean": 5.158094259408804e-09,
414
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.7401080406629122,
415
+ "step": 375
416
+ },
417
+ {
418
+ "clip_ratio/high_max": 0.0,
419
+ "clip_ratio/high_mean": 0.0,
420
+ "clip_ratio/low_mean": 0.0,
421
+ "clip_ratio/low_min": 0.0,
422
+ "clip_ratio/region_mean": 0.0,
423
+ "completion_length": 61.17,
424
+ "completions/clipped_ratio": 0.0,
425
+ "completions/max_length": 61.833333333333336,
426
+ "completions/max_terminated_length": 61.833333333333336,
427
+ "completions/mean_length": 61.416666666666664,
428
+ "completions/mean_terminated_length": 61.416666666666664,
429
+ "completions/min_length": 61.25,
430
+ "completions/min_terminated_length": 61.25,
431
+ "epoch": 0.0007104669544057832,
432
+ "frac_reward_zero_std": 0.6666666666666666,
433
+ "grad_norm": 8.416860168836138e-07,
434
+ "kl": 0.21405472174286844,
435
+ "learning_rate": 1.7717191003752138e-08,
436
+ "loss": 0.00976666271686554,
437
+ "num_tokens": 362597.0,
438
+ "reward": 0.0,
439
+ "reward_std": 0.35634831587473553,
440
+ "rewards/TranscriptCorrectionGrpoReward/mean": 0.0,
441
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.35634832580884296,
442
+ "step": 400
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
+ "completion_length": 70.06,
451
+ "completions/clipped_ratio": 0.0,
452
+ "completions/max_length": 70.07692307692308,
453
+ "completions/max_terminated_length": 70.07692307692308,
454
+ "completions/mean_length": 69.78846153846153,
455
+ "completions/mean_terminated_length": 69.78846153846153,
456
+ "completions/min_length": 69.3076923076923,
457
+ "completions/min_terminated_length": 69.3076923076923,
458
+ "epoch": 0.0007548711390561447,
459
+ "frac_reward_zero_std": 0.3076923076923077,
460
+ "grad_norm": 0.15129399299621582,
461
+ "kl": 0.18921885184943676,
462
+ "learning_rate": 1.8827290690704024e-08,
463
+ "loss": -0.001335275173187256,
464
+ "num_tokens": 388727.0,
465
+ "reward": 6.8774590125450725e-09,
466
+ "reward_std": 0.7401080314929669,
467
+ "rewards/TranscriptCorrectionGrpoReward/mean": 6.8774590125450725e-09,
468
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.7401080406629122,
469
+ "step": 425
470
+ },
471
+ {
472
+ "clip_ratio/high_max": 0.0,
473
+ "clip_ratio/high_mean": 0.0,
474
+ "clip_ratio/low_mean": 0.0,
475
+ "clip_ratio/low_min": 0.0,
476
+ "clip_ratio/region_mean": 0.0,
477
+ "completion_length": 60.39,
478
+ "completions/clipped_ratio": 0.0,
479
+ "completions/max_length": 60.5,
480
+ "completions/max_terminated_length": 60.5,
481
+ "completions/mean_length": 60.28125,
482
+ "completions/mean_terminated_length": 60.28125,
483
+ "completions/min_length": 60.25,
484
+ "completions/min_terminated_length": 60.25,
485
+ "epoch": 0.000799275323706506,
486
+ "frac_reward_zero_std": 0.6666666666666666,
487
+ "grad_norm": 0.0004283797461539507,
488
+ "kl": 0.19731507159769535,
489
+ "learning_rate": 1.9937390377655913e-08,
490
+ "loss": 0.002477347552776337,
491
+ "num_tokens": 409458.0,
492
+ "reward": 0.0,
493
+ "reward_std": 0.35634832580884296,
494
+ "rewards/TranscriptCorrectionGrpoReward/mean": 0.0,
495
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.35634831587473553,
496
+ "step": 450
497
+ },
498
+ {
499
+ "clip_ratio/high_max": 0.0,
500
+ "clip_ratio/high_mean": 0.0,
501
+ "clip_ratio/low_mean": 0.0,
502
+ "clip_ratio/low_min": 0.0,
503
+ "clip_ratio/region_mean": 0.0,
504
+ "completion_length": 70.39,
505
+ "completions/clipped_ratio": 0.0,
506
+ "completions/max_length": 69.46153846153847,
507
+ "completions/max_terminated_length": 69.46153846153847,
508
+ "completions/mean_length": 69.45192307692308,
509
+ "completions/mean_terminated_length": 69.45192307692308,
510
+ "completions/min_length": 69.38461538461539,
511
+ "completions/min_terminated_length": 69.38461538461539,
512
+ "epoch": 0.0008436795083568675,
513
+ "frac_reward_zero_std": 0.8461538461538461,
514
+ "grad_norm": 6.861191195639549e-06,
515
+ "kl": 0.17384251914918422,
516
+ "learning_rate": 2.10474900646078e-08,
517
+ "loss": 0.0019164717197418214,
518
+ "num_tokens": 435369.0,
519
+ "reward": 0.0,
520
+ "reward_std": 0.16446845348064715,
521
+ "rewards/TranscriptCorrectionGrpoReward/mean": 0.0,
522
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.16446845348064715,
523
+ "step": 475
524
+ },
525
+ {
526
+ "clip_ratio/high_max": 0.0,
527
+ "clip_ratio/high_mean": 0.0,
528
+ "clip_ratio/low_mean": 0.0,
529
+ "clip_ratio/low_min": 0.0,
530
+ "clip_ratio/region_mean": 0.0,
531
+ "completion_length": 61.43,
532
+ "completions/clipped_ratio": 0.0,
533
+ "completions/max_length": 62.25,
534
+ "completions/max_terminated_length": 62.25,
535
+ "completions/mean_length": 62.072916666666664,
536
+ "completions/mean_terminated_length": 62.072916666666664,
537
+ "completions/min_length": 61.666666666666664,
538
+ "completions/min_terminated_length": 61.666666666666664,
539
+ "epoch": 0.000888083693007229,
540
+ "frac_reward_zero_std": 0.6666666666666666,
541
+ "grad_norm": 0.1936454176902771,
542
+ "kl": 0.18575097121298312,
543
+ "learning_rate": 2.2157589751559692e-08,
544
+ "loss": 0.00039461255073547363,
545
+ "num_tokens": 456096.0,
546
+ "reward": -6.20881716410319e-09,
547
+ "reward_std": 0.35634831587473553,
548
+ "rewards/TranscriptCorrectionGrpoReward/mean": -6.20881716410319e-09,
549
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.35634831587473553,
550
+ "step": 500
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
+ "completion_length": 53.47,
559
+ "completions/clipped_ratio": 0.0,
560
+ "completions/max_length": 53.92307692307692,
561
+ "completions/max_terminated_length": 53.92307692307692,
562
+ "completions/mean_length": 53.64423076923077,
563
+ "completions/mean_terminated_length": 53.64423076923077,
564
+ "completions/min_length": 53.15384615384615,
565
+ "completions/min_terminated_length": 53.15384615384615,
566
+ "epoch": 0.0009324878776575904,
567
+ "frac_reward_zero_std": 0.7692307692307693,
568
+ "grad_norm": 2.9146491215215065e-05,
569
+ "kl": 0.21476560801267625,
570
+ "learning_rate": 2.3267689438511578e-08,
571
+ "loss": 0.0002883000299334526,
572
+ "num_tokens": 476723.0,
573
+ "reward": 0.0,
574
+ "reward_std": 0.24670268022097075,
575
+ "rewards/TranscriptCorrectionGrpoReward/mean": 0.0,
576
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.24670268022097075,
577
+ "step": 525
578
+ },
579
+ {
580
+ "clip_ratio/high_max": 0.0,
581
+ "clip_ratio/high_mean": 0.0,
582
+ "clip_ratio/low_mean": 0.0,
583
+ "clip_ratio/low_min": 0.0,
584
+ "clip_ratio/region_mean": 0.0,
585
+ "completion_length": 78.73,
586
+ "completions/clipped_ratio": 0.0,
587
+ "completions/max_length": 79.91666666666667,
588
+ "completions/max_terminated_length": 79.91666666666667,
589
+ "completions/mean_length": 79.59375,
590
+ "completions/mean_terminated_length": 79.59375,
591
+ "completions/min_length": 78.91666666666667,
592
+ "completions/min_terminated_length": 78.91666666666667,
593
+ "epoch": 0.0009768920623079518,
594
+ "frac_reward_zero_std": 0.5833333333333334,
595
+ "grad_norm": 1.4861758245388046e-05,
596
+ "kl": 0.15855858221650124,
597
+ "learning_rate": 2.4377789125463464e-08,
598
+ "loss": 0.0011431390047073363,
599
+ "num_tokens": 503564.0,
600
+ "reward": 4.346172014872233e-09,
601
+ "reward_std": 0.4454353948434194,
602
+ "rewards/TranscriptCorrectionGrpoReward/mean": 4.346172014872233e-09,
603
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.4454353948434194,
604
+ "step": 550
605
+ },
606
+ {
607
+ "clip_ratio/high_max": 0.0,
608
+ "clip_ratio/high_mean": 0.0,
609
+ "clip_ratio/low_mean": 0.0,
610
+ "clip_ratio/low_min": 0.0,
611
+ "clip_ratio/region_mean": 0.0,
612
+ "completion_length": 70.19,
613
+ "completions/clipped_ratio": 0.0,
614
+ "completions/max_length": 72.07692307692308,
615
+ "completions/max_terminated_length": 72.07692307692308,
616
+ "completions/mean_length": 71.83653846153847,
617
+ "completions/mean_terminated_length": 71.83653846153847,
618
+ "completions/min_length": 71.53846153846153,
619
+ "completions/min_terminated_length": 71.53846153846153,
620
+ "epoch": 0.0010212962469583133,
621
+ "frac_reward_zero_std": 0.6153846153846154,
622
+ "grad_norm": 0.19313402473926544,
623
+ "kl": 0.18091401405632496,
624
+ "learning_rate": 2.5487888812415353e-08,
625
+ "loss": 0.010396603345870972,
626
+ "num_tokens": 530171.0,
627
+ "reward": -5.7312158437875604e-09,
628
+ "reward_std": 0.4111711337016179,
629
+ "rewards/TranscriptCorrectionGrpoReward/mean": -5.7312158437875604e-09,
630
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.4111711337016179,
631
+ "step": 575
632
+ },
633
+ {
634
+ "clip_ratio/high_max": 0.0,
635
+ "clip_ratio/high_mean": 0.0,
636
+ "clip_ratio/low_mean": 0.0,
637
+ "clip_ratio/low_min": 0.0,
638
+ "clip_ratio/region_mean": 0.0,
639
+ "completion_length": 69.74,
640
+ "completions/clipped_ratio": 0.0,
641
+ "completions/max_length": 68.0,
642
+ "completions/max_terminated_length": 68.0,
643
+ "completions/mean_length": 67.9375,
644
+ "completions/mean_terminated_length": 67.9375,
645
+ "completions/min_length": 67.66666666666667,
646
+ "completions/min_terminated_length": 67.66666666666667,
647
+ "epoch": 0.0010657004316086747,
648
+ "frac_reward_zero_std": 0.5833333333333334,
649
+ "grad_norm": 0.1186411902308464,
650
+ "kl": 0.16490939274430275,
651
+ "learning_rate": 2.659798849936724e-08,
652
+ "loss": -0.006589226126670837,
653
+ "num_tokens": 553341.0,
654
+ "reward": -2.949188152949015e-09,
655
+ "reward_std": 0.44543540477752686,
656
+ "rewards/TranscriptCorrectionGrpoReward/mean": -2.949188152949015e-09,
657
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.4454353948434194,
658
+ "step": 600
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
+ "completion_length": 69.76,
667
+ "completions/clipped_ratio": 0.0,
668
+ "completions/max_length": 70.61538461538461,
669
+ "completions/max_terminated_length": 70.61538461538461,
670
+ "completions/mean_length": 70.23076923076923,
671
+ "completions/mean_terminated_length": 70.23076923076923,
672
+ "completions/min_length": 69.76923076923077,
673
+ "completions/min_terminated_length": 69.76923076923077,
674
+ "epoch": 0.0011101046162590362,
675
+ "frac_reward_zero_std": 0.38461538461538464,
676
+ "grad_norm": 0.00016267380851786584,
677
+ "kl": 0.1838107569515705,
678
+ "learning_rate": 2.770808818631913e-08,
679
+ "loss": 0.0022651535272598267,
680
+ "num_tokens": 579229.0,
681
+ "reward": -3.4387295062725362e-09,
682
+ "reward_std": 0.6578738139225886,
683
+ "rewards/TranscriptCorrectionGrpoReward/mean": -3.4387295062725362e-09,
684
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.6578738322624793,
685
+ "step": 625
686
+ },
687
+ {
688
+ "clip_ratio/high_max": 0.0,
689
+ "clip_ratio/high_mean": 0.0,
690
+ "clip_ratio/low_mean": 0.0,
691
+ "clip_ratio/low_min": 0.0,
692
+ "clip_ratio/region_mean": 0.0,
693
+ "completion_length": 73.21,
694
+ "completions/clipped_ratio": 0.0,
695
+ "completions/max_length": 73.33333333333333,
696
+ "completions/max_terminated_length": 73.33333333333333,
697
+ "completions/mean_length": 72.84375,
698
+ "completions/mean_terminated_length": 72.84375,
699
+ "completions/min_length": 71.66666666666667,
700
+ "completions/min_terminated_length": 71.66666666666667,
701
+ "epoch": 0.0011545088009093977,
702
+ "frac_reward_zero_std": 0.3333333333333333,
703
+ "grad_norm": 2.573253914306406e-05,
704
+ "kl": 0.17695149526000023,
705
+ "learning_rate": 2.8818187873271017e-08,
706
+ "loss": -9.701214730739594e-05,
707
+ "num_tokens": 603254.0,
708
+ "reward": 4.035731156667073e-09,
709
+ "reward_std": 0.7126966516176859,
710
+ "rewards/TranscriptCorrectionGrpoReward/mean": 4.035731156667073e-09,
711
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.7126966317494711,
712
+ "step": 650
713
+ },
714
+ {
715
+ "clip_ratio/high_max": 0.0,
716
+ "clip_ratio/high_mean": 0.0,
717
+ "clip_ratio/low_mean": 0.0,
718
+ "clip_ratio/low_min": 0.0,
719
+ "clip_ratio/region_mean": 0.0,
720
+ "completion_length": 82.16,
721
+ "completions/clipped_ratio": 0.0,
722
+ "completions/max_length": 81.46153846153847,
723
+ "completions/max_terminated_length": 81.46153846153847,
724
+ "completions/mean_length": 81.1923076923077,
725
+ "completions/mean_terminated_length": 81.1923076923077,
726
+ "completions/min_length": 81.15384615384616,
727
+ "completions/min_terminated_length": 81.15384615384616,
728
+ "epoch": 0.0011989129855597591,
729
+ "frac_reward_zero_std": 0.6923076923076923,
730
+ "grad_norm": 1.8145580042983056e-06,
731
+ "kl": 0.15570140190422535,
732
+ "learning_rate": 2.9928287560222903e-08,
733
+ "loss": 0.0013257008790969848,
734
+ "num_tokens": 632778.0,
735
+ "reward": 0.0,
736
+ "reward_std": 0.3289369069612943,
737
+ "rewards/TranscriptCorrectionGrpoReward/mean": 0.0,
738
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.3289369069612943,
739
+ "step": 675
740
+ },
741
+ {
742
+ "clip_ratio/high_max": 0.0,
743
+ "clip_ratio/high_mean": 0.0,
744
+ "clip_ratio/low_mean": 8.849557489156722e-05,
745
+ "clip_ratio/low_min": 8.849557489156722e-05,
746
+ "clip_ratio/region_mean": 8.849557489156722e-05,
747
+ "completion_length": 61.01,
748
+ "completions/clipped_ratio": 0.0,
749
+ "completions/max_length": 61.5,
750
+ "completions/max_terminated_length": 61.5,
751
+ "completions/mean_length": 61.177083333333336,
752
+ "completions/mean_terminated_length": 61.177083333333336,
753
+ "completions/min_length": 60.25,
754
+ "completions/min_terminated_length": 60.25,
755
+ "epoch": 0.0012433171702101206,
756
+ "frac_reward_zero_std": 0.5,
757
+ "grad_norm": 0.0008123472798615694,
758
+ "kl": 0.20670814238488674,
759
+ "learning_rate": 3.103838724717479e-08,
760
+ "loss": -0.002791093587875366,
761
+ "num_tokens": 654243.0,
762
+ "reward": 6.20881716410319e-09,
763
+ "reward_std": 0.5345224738121033,
764
+ "rewards/TranscriptCorrectionGrpoReward/mean": 6.20881716410319e-09,
765
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.5345224738121033,
766
+ "step": 700
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
+ "completion_length": 66.55,
775
+ "completions/clipped_ratio": 0.0,
776
+ "completions/max_length": 66.61538461538461,
777
+ "completions/max_terminated_length": 66.61538461538461,
778
+ "completions/mean_length": 66.29807692307692,
779
+ "completions/mean_terminated_length": 66.29807692307692,
780
+ "completions/min_length": 66.07692307692308,
781
+ "completions/min_terminated_length": 66.07692307692308,
782
+ "epoch": 0.001287721354860482,
783
+ "frac_reward_zero_std": 0.6153846153846154,
784
+ "grad_norm": 1.722803517623106e-06,
785
+ "kl": 0.18176497109234332,
786
+ "learning_rate": 3.214848693412668e-08,
787
+ "loss": 0.0018749050796031952,
788
+ "num_tokens": 678762.0,
789
+ "reward": -2.292486337515024e-09,
790
+ "reward_std": 0.4111711337016179,
791
+ "rewards/TranscriptCorrectionGrpoReward/mean": -2.292486337515024e-09,
792
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.4111711337016179,
793
+ "step": 725
794
+ },
795
+ {
796
+ "clip_ratio/high_max": 0.0,
797
+ "clip_ratio/high_mean": 0.0,
798
+ "clip_ratio/low_mean": 0.0,
799
+ "clip_ratio/low_min": 0.0,
800
+ "clip_ratio/region_mean": 0.0,
801
+ "completion_length": 64.79,
802
+ "completions/clipped_ratio": 0.0,
803
+ "completions/max_length": 65.16666666666667,
804
+ "completions/max_terminated_length": 65.16666666666667,
805
+ "completions/mean_length": 64.98958333333333,
806
+ "completions/mean_terminated_length": 64.98958333333333,
807
+ "completions/min_length": 64.91666666666667,
808
+ "completions/min_terminated_length": 64.91666666666667,
809
+ "epoch": 0.0013321255395108435,
810
+ "frac_reward_zero_std": 0.6666666666666666,
811
+ "grad_norm": 0.0003243849496357143,
812
+ "kl": 0.1709983678907156,
813
+ "learning_rate": 3.325858662107857e-08,
814
+ "loss": 0.0017569869756698608,
815
+ "num_tokens": 700945.0,
816
+ "reward": 7.450580596923828e-09,
817
+ "reward_std": 0.35634832580884296,
818
+ "rewards/TranscriptCorrectionGrpoReward/mean": 7.450580596923828e-09,
819
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.35634831587473553,
820
+ "step": 750
821
+ },
822
+ {
823
+ "clip_ratio/high_max": 0.0,
824
+ "clip_ratio/high_mean": 0.0,
825
+ "clip_ratio/low_mean": 0.0,
826
+ "clip_ratio/low_min": 0.0,
827
+ "clip_ratio/region_mean": 0.0,
828
+ "completion_length": 72.83,
829
+ "completions/clipped_ratio": 0.0,
830
+ "completions/max_length": 73.46153846153847,
831
+ "completions/max_terminated_length": 73.46153846153847,
832
+ "completions/mean_length": 73.29807692307692,
833
+ "completions/mean_terminated_length": 73.29807692307692,
834
+ "completions/min_length": 73.15384615384616,
835
+ "completions/min_terminated_length": 73.15384615384616,
836
+ "epoch": 0.001376529724161205,
837
+ "frac_reward_zero_std": 0.38461538461538464,
838
+ "grad_norm": 0.2545297145843506,
839
+ "kl": 0.18227736078202725,
840
+ "learning_rate": 3.4368686308030454e-08,
841
+ "loss": -0.009244667887687684,
842
+ "num_tokens": 728240.0,
843
+ "reward": 0.0,
844
+ "reward_std": 0.6578738139225886,
845
+ "rewards/TranscriptCorrectionGrpoReward/mean": 0.0,
846
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.6578738139225886,
847
+ "step": 775
848
+ },
849
+ {
850
+ "clip_ratio/high_max": 0.0,
851
+ "clip_ratio/high_mean": 0.0,
852
+ "clip_ratio/low_mean": 0.0,
853
+ "clip_ratio/low_min": 0.0,
854
+ "clip_ratio/region_mean": 0.0,
855
+ "completion_length": 62.07,
856
+ "completions/clipped_ratio": 0.0,
857
+ "completions/max_length": 61.416666666666664,
858
+ "completions/max_terminated_length": 61.416666666666664,
859
+ "completions/mean_length": 61.114583333333336,
860
+ "completions/mean_terminated_length": 61.114583333333336,
861
+ "completions/min_length": 60.916666666666664,
862
+ "completions/min_terminated_length": 60.916666666666664,
863
+ "epoch": 0.0014209339088115665,
864
+ "frac_reward_zero_std": 0.6666666666666666,
865
+ "grad_norm": 0.0001137235522037372,
866
+ "kl": 0.20930900558829307,
867
+ "learning_rate": 3.547878599498235e-08,
868
+ "loss": 0.012507272958755493,
869
+ "num_tokens": 749099.0,
870
+ "reward": 0.0,
871
+ "reward_std": 0.35634830594062805,
872
+ "rewards/TranscriptCorrectionGrpoReward/mean": 0.0,
873
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.35634831587473553,
874
+ "step": 800
875
+ },
876
+ {
877
+ "clip_ratio/high_max": 0.0,
878
+ "clip_ratio/high_mean": 0.0,
879
+ "clip_ratio/low_mean": 0.0,
880
+ "clip_ratio/low_min": 0.0,
881
+ "clip_ratio/region_mean": 0.0,
882
+ "completion_length": 79.05,
883
+ "completions/clipped_ratio": 0.0,
884
+ "completions/max_length": 79.38461538461539,
885
+ "completions/max_terminated_length": 79.38461538461539,
886
+ "completions/mean_length": 79.08653846153847,
887
+ "completions/mean_terminated_length": 79.08653846153847,
888
+ "completions/min_length": 78.92307692307692,
889
+ "completions/min_terminated_length": 78.92307692307692,
890
+ "epoch": 0.001465338093461928,
891
+ "frac_reward_zero_std": 0.46153846153846156,
892
+ "grad_norm": 0.00025333481607958674,
893
+ "kl": 0.1384541442245245,
894
+ "learning_rate": 3.658888568193424e-08,
895
+ "loss": 0.0011119496822357177,
896
+ "num_tokens": 778348.0,
897
+ "reward": 3.4387295062725362e-09,
898
+ "reward_std": 0.5756396055221558,
899
+ "rewards/TranscriptCorrectionGrpoReward/mean": 3.4387295062725362e-09,
900
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.575639587182265,
901
+ "step": 825
902
+ },
903
+ {
904
+ "clip_ratio/high_max": 0.0,
905
+ "clip_ratio/high_mean": 0.0,
906
+ "clip_ratio/low_mean": 0.0,
907
+ "clip_ratio/low_min": 0.0,
908
+ "clip_ratio/region_mean": 0.0,
909
+ "completion_length": 71.36,
910
+ "completions/clipped_ratio": 0.0,
911
+ "completions/max_length": 71.16666666666667,
912
+ "completions/max_terminated_length": 71.16666666666667,
913
+ "completions/mean_length": 71.0,
914
+ "completions/mean_terminated_length": 71.0,
915
+ "completions/min_length": 70.91666666666667,
916
+ "completions/min_terminated_length": 70.91666666666667,
917
+ "epoch": 0.0015097422781122894,
918
+ "frac_reward_zero_std": 0.5833333333333334,
919
+ "grad_norm": 0.013177081011235714,
920
+ "kl": 0.17892150908708573,
921
+ "learning_rate": 3.769898536888613e-08,
922
+ "loss": 0.002372233867645264,
923
+ "num_tokens": 802668.0,
924
+ "reward": 3.725290298461914e-09,
925
+ "reward_std": 0.4454353948434194,
926
+ "rewards/TranscriptCorrectionGrpoReward/mean": 3.725290298461914e-09,
927
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.4454353948434194,
928
+ "step": 850
929
+ },
930
+ {
931
+ "clip_ratio/high_max": 0.0,
932
+ "clip_ratio/high_mean": 0.0,
933
+ "clip_ratio/low_mean": 0.00011363636702299118,
934
+ "clip_ratio/low_min": 0.00011363636702299118,
935
+ "clip_ratio/region_mean": 0.00011363636702299118,
936
+ "completion_length": 78.5,
937
+ "completions/clipped_ratio": 0.0,
938
+ "completions/max_length": 76.84615384615384,
939
+ "completions/max_terminated_length": 76.84615384615384,
940
+ "completions/mean_length": 76.71153846153847,
941
+ "completions/mean_terminated_length": 76.71153846153847,
942
+ "completions/min_length": 76.38461538461539,
943
+ "completions/min_terminated_length": 76.38461538461539,
944
+ "epoch": 0.0015541464627626509,
945
+ "frac_reward_zero_std": 0.6153846153846154,
946
+ "grad_norm": 0.38749536871910095,
947
+ "kl": 0.17304533801972866,
948
+ "learning_rate": 3.880908505583801e-08,
949
+ "loss": -0.004066205024719239,
950
+ "num_tokens": 831014.0,
951
+ "reward": 2.292486337515024e-09,
952
+ "reward_std": 0.4111711337016179,
953
+ "rewards/TranscriptCorrectionGrpoReward/mean": 2.292486337515024e-09,
954
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.4111711337016179,
955
+ "step": 875
956
+ },
957
+ {
958
+ "clip_ratio/high_max": 0.0,
959
+ "clip_ratio/high_mean": 0.0,
960
+ "clip_ratio/low_mean": 0.0,
961
+ "clip_ratio/low_min": 0.0,
962
+ "clip_ratio/region_mean": 0.0,
963
+ "completion_length": 69.88,
964
+ "completions/clipped_ratio": 0.0,
965
+ "completions/max_length": 71.66666666666667,
966
+ "completions/max_terminated_length": 71.66666666666667,
967
+ "completions/mean_length": 71.45833333333333,
968
+ "completions/mean_terminated_length": 71.45833333333333,
969
+ "completions/min_length": 71.25,
970
+ "completions/min_terminated_length": 71.25,
971
+ "epoch": 0.001598550647413012,
972
+ "frac_reward_zero_std": 0.5,
973
+ "grad_norm": 0.2461424618959427,
974
+ "kl": 0.2068350876867771,
975
+ "learning_rate": 3.99191847427899e-08,
976
+ "loss": 0.007263134121894836,
977
+ "num_tokens": 855450.0,
978
+ "reward": 6.20881716410319e-09,
979
+ "reward_std": 0.5345224638779958,
980
+ "rewards/TranscriptCorrectionGrpoReward/mean": 6.20881716410319e-09,
981
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.5345224738121033,
982
+ "step": 900
983
+ },
984
+ {
985
+ "clip_ratio/high_max": 0.0,
986
+ "clip_ratio/high_mean": 0.0,
987
+ "clip_ratio/low_mean": 0.0,
988
+ "clip_ratio/low_min": 0.0,
989
+ "clip_ratio/region_mean": 0.0,
990
+ "completion_length": 72.65,
991
+ "completions/clipped_ratio": 0.0,
992
+ "completions/max_length": 74.76923076923077,
993
+ "completions/max_terminated_length": 74.76923076923077,
994
+ "completions/mean_length": 74.50961538461539,
995
+ "completions/mean_terminated_length": 74.50961538461539,
996
+ "completions/min_length": 74.23076923076923,
997
+ "completions/min_terminated_length": 74.23076923076923,
998
+ "epoch": 0.0016429548320633736,
999
+ "frac_reward_zero_std": 0.6923076923076923,
1000
+ "grad_norm": 3.1216541174217127e-07,
1001
+ "kl": 0.1654582280665636,
1002
+ "learning_rate": 4.102928442974179e-08,
1003
+ "loss": 0.0022979089617729187,
1004
+ "num_tokens": 883151.0,
1005
+ "reward": -1.7193647531362681e-09,
1006
+ "reward_std": 0.3289369069612943,
1007
+ "rewards/TranscriptCorrectionGrpoReward/mean": -1.7193647531362681e-09,
1008
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.3289369069612943,
1009
+ "step": 925
1010
+ },
1011
+ {
1012
+ "clip_ratio/high_max": 0.0,
1013
+ "clip_ratio/high_mean": 0.0,
1014
+ "clip_ratio/low_mean": 0.0,
1015
+ "clip_ratio/low_min": 0.0,
1016
+ "clip_ratio/region_mean": 0.0,
1017
+ "completion_length": 66.25,
1018
+ "completions/clipped_ratio": 0.0,
1019
+ "completions/max_length": 64.33333333333333,
1020
+ "completions/max_terminated_length": 64.33333333333333,
1021
+ "completions/mean_length": 63.96875,
1022
+ "completions/mean_terminated_length": 63.96875,
1023
+ "completions/min_length": 63.833333333333336,
1024
+ "completions/min_terminated_length": 63.833333333333336,
1025
+ "epoch": 0.001687359016713735,
1026
+ "frac_reward_zero_std": 0.5,
1027
+ "grad_norm": 0.3891129791736603,
1028
+ "kl": 0.17953816015273333,
1029
+ "learning_rate": 4.213938411669368e-08,
1030
+ "loss": 0.0029295945167541505,
1031
+ "num_tokens": 905076.0,
1032
+ "reward": 3.725290298461914e-09,
1033
+ "reward_std": 0.5345224738121033,
1034
+ "rewards/TranscriptCorrectionGrpoReward/mean": 3.725290298461914e-09,
1035
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.5345224738121033,
1036
+ "step": 950
1037
+ },
1038
+ {
1039
+ "clip_ratio/high_max": 0.0,
1040
+ "clip_ratio/high_mean": 0.0,
1041
+ "clip_ratio/low_mean": 0.0,
1042
+ "clip_ratio/low_min": 0.0,
1043
+ "clip_ratio/region_mean": 0.0,
1044
+ "completion_length": 64.85,
1045
+ "completions/clipped_ratio": 0.0,
1046
+ "completions/max_length": 65.23076923076923,
1047
+ "completions/max_terminated_length": 65.23076923076923,
1048
+ "completions/mean_length": 64.9326923076923,
1049
+ "completions/mean_terminated_length": 64.9326923076923,
1050
+ "completions/min_length": 64.38461538461539,
1051
+ "completions/min_terminated_length": 64.38461538461539,
1052
+ "epoch": 0.0017317632013640965,
1053
+ "frac_reward_zero_std": 0.5384615384615384,
1054
+ "grad_norm": 2.965283556477516e-06,
1055
+ "kl": 0.19248799994587898,
1056
+ "learning_rate": 4.324948380364556e-08,
1057
+ "loss": 0.0011707821488380432,
1058
+ "num_tokens": 929237.0,
1059
+ "reward": 1.7193647531362681e-09,
1060
+ "reward_std": 0.4934053604419415,
1061
+ "rewards/TranscriptCorrectionGrpoReward/mean": 1.7193647531362681e-09,
1062
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.4934053604419415,
1063
+ "step": 975
1064
+ },
1065
+ {
1066
+ "clip_ratio/high_max": 0.0,
1067
+ "clip_ratio/high_mean": 0.0,
1068
+ "clip_ratio/low_mean": 0.0,
1069
+ "clip_ratio/low_min": 0.0,
1070
+ "clip_ratio/region_mean": 0.0,
1071
+ "completion_length": 58.09,
1072
+ "completions/clipped_ratio": 0.0,
1073
+ "completions/max_length": 58.0,
1074
+ "completions/max_terminated_length": 58.0,
1075
+ "completions/mean_length": 57.71875,
1076
+ "completions/mean_terminated_length": 57.71875,
1077
+ "completions/min_length": 57.416666666666664,
1078
+ "completions/min_terminated_length": 57.416666666666664,
1079
+ "epoch": 0.001776167386014458,
1080
+ "frac_reward_zero_std": 0.6666666666666666,
1081
+ "grad_norm": 0.0015717418864369392,
1082
+ "kl": 0.26020569302141666,
1083
+ "learning_rate": 4.435958349059745e-08,
1084
+ "loss": 0.00038701888173818587,
1085
+ "num_tokens": 949458.0,
1086
+ "reward": -3.725290298461914e-09,
1087
+ "reward_std": 0.35634831587473553,
1088
+ "rewards/TranscriptCorrectionGrpoReward/mean": -3.725290298461914e-09,
1089
+ "rewards/TranscriptCorrectionGrpoReward/std": 0.35634831587473553,
1090
+ "step": 1000
1091
+ },
1092
+ {
1093
+ "eval_cer_subset": 0.01423290504339896,
1094
+ "eval_cer_subset_edit_distance": 874,
1095
+ "eval_cer_subset_groups": 250,
1096
+ "eval_cer_subset_items": 250,
1097
+ "eval_cer_subset_ref_chars": 61407,
1098
+ "eval_loss": 0.03394044979410833,
1099
+ "step": 1013
1100
+ }
1101
+ ],
1102
+ "logging_steps": 25,
1103
+ "max_steps": 2252040,
1104
+ "num_input_tokens_seen": 963752,
1105
+ "num_train_epochs": 4,
1106
+ "save_steps": 1013,
1107
+ "stateful_callbacks": {
1108
+ "TrainerControl": {
1109
+ "args": {
1110
+ "should_epoch_stop": false,
1111
+ "should_evaluate": false,
1112
+ "should_log": false,
1113
+ "should_save": true,
1114
+ "should_training_stop": false
1115
+ },
1116
+ "attributes": {}
1117
+ }
1118
+ },
1119
+ "total_flos": 0.0,
1120
+ "train_batch_size": 1,
1121
+ "trial_name": null,
1122
+ "trial_params": null
1123
+ }
meta-llama__meta-llama-3.1-8b/grpo/checkpoints/checkpoint-1013/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28fd8dbecc91ea4d1302120052163b26bd82d9f2b04a5a72e1957eb427813a61
3
+ size 6737
meta-llama__meta-llama-3.1-8b/grpo/run_manifest.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "run_id": "20b52546-5762-4851-830d-75743222f125",
4
+ "run_type": "grpo",
5
+ "profile_name": "llama3_1_8b_base_grpo",
6
+ "model_name": "meta-llama/Meta-Llama-3.1-8B",
7
+ "status": "running",
8
+ "best_metric_name": "eval_cer_subset",
9
+ "best_metric_value": 0.01423290504339896,
10
+ "best_step": 1013,
11
+ "best_checkpoint_step": 1013,
12
+ "latest_checkpoint_step": 1013,
13
+ "checkpoints": [
14
+ {
15
+ "step": 1013,
16
+ "epoch": 0.001799257562032646,
17
+ "repo_path": "meta-llama__meta-llama-3.1-8b/grpo/checkpoints/checkpoint-1013",
18
+ "timestamp": "2026-04-09T17:58:40.645060+00:00"
19
+ }
20
+ ],
21
+ "epoch_artifacts": [],
22
+ "resume_history": [],
23
+ "created_at": "2026-04-09T17:24:46.169440+00:00",
24
+ "updated_at": "2026-04-09T17:58:40.645077+00:00"
25
+ }