Training in progress, step 50, checkpoint
Browse files- .gitattributes +1 -0
- last-checkpoint/README.md +210 -0
- last-checkpoint/adapter_config.json +46 -0
- last-checkpoint/adapter_model.safetensors +3 -0
- last-checkpoint/added_tokens.json +29 -0
- last-checkpoint/chat_template.jinja +99 -0
- last-checkpoint/merges.txt +0 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/special_tokens_map.json +25 -0
- last-checkpoint/tokenizer.json +3 -0
- last-checkpoint/tokenizer_config.json +248 -0
- last-checkpoint/trainer_state.json +1484 -0
- last-checkpoint/training_args.bin +3 -0
- last-checkpoint/vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,4 @@ saved_model/**/* 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
|
|
|
|
|
|
| 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
|
| 37 |
+
last-checkpoint/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
last-checkpoint/README.md
ADDED
|
@@ -0,0 +1,210 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/Qwen3-0.6B
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:unsloth/Qwen3-0.6B
|
| 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
|
last-checkpoint/adapter_config.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "Qwen3ForCausalLM",
|
| 7 |
+
"parent_library": "transformers.models.qwen3.modeling_qwen3",
|
| 8 |
+
"unsloth_fixed": true
|
| 9 |
+
},
|
| 10 |
+
"base_model_name_or_path": "unsloth/Qwen3-0.6B",
|
| 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": 32,
|
| 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": 16,
|
| 33 |
+
"rank_pattern": {},
|
| 34 |
+
"revision": null,
|
| 35 |
+
"target_modules": [
|
| 36 |
+
"up_proj",
|
| 37 |
+
"gate_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 |
+
}
|
last-checkpoint/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa8533e82bf2bec9f81ae29b8801f207a0da1e046de76f636beb1ad9a081b2d4
|
| 3 |
+
size 22041968
|
last-checkpoint/added_tokens.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</think>": 151668,
|
| 3 |
+
"</tool_call>": 151658,
|
| 4 |
+
"</tool_response>": 151666,
|
| 5 |
+
"<think>": 151667,
|
| 6 |
+
"<tool_call>": 151657,
|
| 7 |
+
"<tool_response>": 151665,
|
| 8 |
+
"<|PAD_TOKEN|>": 151669,
|
| 9 |
+
"<|box_end|>": 151649,
|
| 10 |
+
"<|box_start|>": 151648,
|
| 11 |
+
"<|endoftext|>": 151643,
|
| 12 |
+
"<|file_sep|>": 151664,
|
| 13 |
+
"<|fim_middle|>": 151660,
|
| 14 |
+
"<|fim_pad|>": 151662,
|
| 15 |
+
"<|fim_prefix|>": 151659,
|
| 16 |
+
"<|fim_suffix|>": 151661,
|
| 17 |
+
"<|im_end|>": 151645,
|
| 18 |
+
"<|im_start|>": 151644,
|
| 19 |
+
"<|image_pad|>": 151655,
|
| 20 |
+
"<|object_ref_end|>": 151647,
|
| 21 |
+
"<|object_ref_start|>": 151646,
|
| 22 |
+
"<|quad_end|>": 151651,
|
| 23 |
+
"<|quad_start|>": 151650,
|
| 24 |
+
"<|repo_name|>": 151663,
|
| 25 |
+
"<|video_pad|>": 151656,
|
| 26 |
+
"<|vision_end|>": 151653,
|
| 27 |
+
"<|vision_pad|>": 151654,
|
| 28 |
+
"<|vision_start|>": 151652
|
| 29 |
+
}
|
last-checkpoint/chat_template.jinja
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0].role == 'system' %}
|
| 4 |
+
{{- messages[0].content + '\n\n' }}
|
| 5 |
+
{%- endif %}
|
| 6 |
+
{{- "# 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>" }}
|
| 7 |
+
{%- for tool in tools %}
|
| 8 |
+
{{- "\n" }}
|
| 9 |
+
{{- tool | tojson }}
|
| 10 |
+
{%- endfor %}
|
| 11 |
+
{{- "\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" }}
|
| 12 |
+
{%- else %}
|
| 13 |
+
{%- if messages[0].role == 'system' %}
|
| 14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
| 15 |
+
{%- endif %}
|
| 16 |
+
{%- endif %}
|
| 17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
| 18 |
+
{%- for forward_message in messages %}
|
| 19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
| 20 |
+
{%- set message = messages[index] %}
|
| 21 |
+
{%- set current_content = message.content if message.content is defined and message.content is not none else '' %}
|
| 22 |
+
{%- set tool_start = '<tool_response>' %}
|
| 23 |
+
{%- set tool_start_length = tool_start|length %}
|
| 24 |
+
{%- set start_of_message = current_content[:tool_start_length] %}
|
| 25 |
+
{%- set tool_end = '</tool_response>' %}
|
| 26 |
+
{%- set tool_end_length = tool_end|length %}
|
| 27 |
+
{%- set start_pos = (current_content|length) - tool_end_length %}
|
| 28 |
+
{%- if start_pos < 0 %}
|
| 29 |
+
{%- set start_pos = 0 %}
|
| 30 |
+
{%- endif %}
|
| 31 |
+
{%- set end_of_message = current_content[start_pos:] %}
|
| 32 |
+
{%- if ns.multi_step_tool and message.role == "user" and not(start_of_message == tool_start and end_of_message == tool_end) %}
|
| 33 |
+
{%- set ns.multi_step_tool = false %}
|
| 34 |
+
{%- set ns.last_query_index = index %}
|
| 35 |
+
{%- endif %}
|
| 36 |
+
{%- endfor %}
|
| 37 |
+
{%- for message in messages %}
|
| 38 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
| 39 |
+
{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
|
| 40 |
+
{%- elif message.role == "assistant" %}
|
| 41 |
+
{%- set m_content = message.content if message.content is defined and message.content is not none else '' %}
|
| 42 |
+
{%- set content = m_content %}
|
| 43 |
+
{%- set reasoning_content = '' %}
|
| 44 |
+
{%- if message.reasoning_content is defined and message.reasoning_content is not none %}
|
| 45 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 46 |
+
{%- else %}
|
| 47 |
+
{%- if '</think>' in m_content %}
|
| 48 |
+
{%- set content = (m_content.split('</think>')|last).lstrip('\n') %}
|
| 49 |
+
{%- set reasoning_content = (m_content.split('</think>')|first).rstrip('\n') %}
|
| 50 |
+
{%- set reasoning_content = (reasoning_content.split('<think>')|last).lstrip('\n') %}
|
| 51 |
+
{%- endif %}
|
| 52 |
+
{%- endif %}
|
| 53 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 54 |
+
{%- if loop.last or (not loop.last and (not reasoning_content.strip() == '')) %}
|
| 55 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
| 56 |
+
{%- else %}
|
| 57 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 58 |
+
{%- endif %}
|
| 59 |
+
{%- else %}
|
| 60 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 61 |
+
{%- endif %}
|
| 62 |
+
{%- if message.tool_calls %}
|
| 63 |
+
{%- for tool_call in message.tool_calls %}
|
| 64 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
| 65 |
+
{{- '\n' }}
|
| 66 |
+
{%- endif %}
|
| 67 |
+
{%- if tool_call.function %}
|
| 68 |
+
{%- set tool_call = tool_call.function %}
|
| 69 |
+
{%- endif %}
|
| 70 |
+
{{- '<tool_call>\n{"name": "' }}
|
| 71 |
+
{{- tool_call.name }}
|
| 72 |
+
{{- '", "arguments": ' }}
|
| 73 |
+
{%- if tool_call.arguments is string %}
|
| 74 |
+
{{- tool_call.arguments }}
|
| 75 |
+
{%- else %}
|
| 76 |
+
{{- tool_call.arguments | tojson }}
|
| 77 |
+
{%- endif %}
|
| 78 |
+
{{- '}\n</tool_call>' }}
|
| 79 |
+
{%- endfor %}
|
| 80 |
+
{%- endif %}
|
| 81 |
+
{{- '<|im_end|>\n' }}
|
| 82 |
+
{%- elif message.role == "tool" %}
|
| 83 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
| 84 |
+
{{- '<|im_start|>user' }}
|
| 85 |
+
{%- endif %}
|
| 86 |
+
{{- '\n<tool_response>\n' }}
|
| 87 |
+
{{- message.content }}
|
| 88 |
+
{{- '\n</tool_response>' }}
|
| 89 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 90 |
+
{{- '<|im_end|>\n' }}
|
| 91 |
+
{%- endif %}
|
| 92 |
+
{%- endif %}
|
| 93 |
+
{%- endfor %}
|
| 94 |
+
{%- if add_generation_prompt %}
|
| 95 |
+
{{- '<|im_start|>assistant\n' }}
|
| 96 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
| 97 |
+
{{- '<think>\n\n</think>\n\n' }}
|
| 98 |
+
{%- endif %}
|
| 99 |
+
{%- endif %}
|
last-checkpoint/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
last-checkpoint/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:144c69b09322460c548f2c36f00be3211bbae6ad6846a3bfcf1df4a1c65a8528
|
| 3 |
+
size 11381707
|
last-checkpoint/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5348cbcd14153e0606c0e8b0f352b381b3c588ed2ce3ae236c53cbb92af59c7
|
| 3 |
+
size 14645
|
last-checkpoint/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b20fabeaa911d2351ad5b07df884ddbf3960f28dcaca2e21bbdd697b2a08237
|
| 3 |
+
size 1465
|
last-checkpoint/special_tokens_map.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "<|PAD_TOKEN|>"
|
| 25 |
+
}
|
last-checkpoint/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10ba4ba91270b1a50e5cd8e51023bccc66fc4ac4909dd7ae7ab29433411c9bb9
|
| 3 |
+
size 11422844
|
last-checkpoint/tokenizer_config.json
ADDED
|
@@ -0,0 +1,248 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"151665": {
|
| 182 |
+
"content": "<tool_response>",
|
| 183 |
+
"lstrip": false,
|
| 184 |
+
"normalized": false,
|
| 185 |
+
"rstrip": false,
|
| 186 |
+
"single_word": false,
|
| 187 |
+
"special": false
|
| 188 |
+
},
|
| 189 |
+
"151666": {
|
| 190 |
+
"content": "</tool_response>",
|
| 191 |
+
"lstrip": false,
|
| 192 |
+
"normalized": false,
|
| 193 |
+
"rstrip": false,
|
| 194 |
+
"single_word": false,
|
| 195 |
+
"special": false
|
| 196 |
+
},
|
| 197 |
+
"151667": {
|
| 198 |
+
"content": "<think>",
|
| 199 |
+
"lstrip": false,
|
| 200 |
+
"normalized": false,
|
| 201 |
+
"rstrip": false,
|
| 202 |
+
"single_word": false,
|
| 203 |
+
"special": false
|
| 204 |
+
},
|
| 205 |
+
"151668": {
|
| 206 |
+
"content": "</think>",
|
| 207 |
+
"lstrip": false,
|
| 208 |
+
"normalized": false,
|
| 209 |
+
"rstrip": false,
|
| 210 |
+
"single_word": false,
|
| 211 |
+
"special": false
|
| 212 |
+
},
|
| 213 |
+
"151669": {
|
| 214 |
+
"content": "<|PAD_TOKEN|>",
|
| 215 |
+
"lstrip": false,
|
| 216 |
+
"normalized": false,
|
| 217 |
+
"rstrip": false,
|
| 218 |
+
"single_word": false,
|
| 219 |
+
"special": true
|
| 220 |
+
}
|
| 221 |
+
},
|
| 222 |
+
"additional_special_tokens": [
|
| 223 |
+
"<|im_start|>",
|
| 224 |
+
"<|im_end|>",
|
| 225 |
+
"<|object_ref_start|>",
|
| 226 |
+
"<|object_ref_end|>",
|
| 227 |
+
"<|box_start|>",
|
| 228 |
+
"<|box_end|>",
|
| 229 |
+
"<|quad_start|>",
|
| 230 |
+
"<|quad_end|>",
|
| 231 |
+
"<|vision_start|>",
|
| 232 |
+
"<|vision_end|>",
|
| 233 |
+
"<|vision_pad|>",
|
| 234 |
+
"<|image_pad|>",
|
| 235 |
+
"<|video_pad|>"
|
| 236 |
+
],
|
| 237 |
+
"bos_token": null,
|
| 238 |
+
"clean_up_tokenization_spaces": false,
|
| 239 |
+
"eos_token": "<|im_end|>",
|
| 240 |
+
"errors": "replace",
|
| 241 |
+
"extra_special_tokens": {},
|
| 242 |
+
"model_max_length": 40960,
|
| 243 |
+
"pad_token": "<|PAD_TOKEN|>",
|
| 244 |
+
"padding_side": "right",
|
| 245 |
+
"split_special_tokens": false,
|
| 246 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 247 |
+
"unk_token": null
|
| 248 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
|
@@ -0,0 +1,1484 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.01220703125,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 50,
|
| 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": 5.5,
|
| 19 |
+
"completions/clipped_ratio": 1.0,
|
| 20 |
+
"completions/max_length": 6.0,
|
| 21 |
+
"completions/max_terminated_length": 0.0,
|
| 22 |
+
"completions/mean_length": 5.5,
|
| 23 |
+
"completions/mean_terminated_length": 0.0,
|
| 24 |
+
"completions/min_length": 5.0,
|
| 25 |
+
"completions/min_terminated_length": 0.0,
|
| 26 |
+
"epoch": 0.000244140625,
|
| 27 |
+
"frac_reward_zero_std": 0.0,
|
| 28 |
+
"grad_norm": 14.921834945678711,
|
| 29 |
+
"kl": 0.0022894542198628187,
|
| 30 |
+
"learning_rate": 0.0,
|
| 31 |
+
"loss": 0.0124,
|
| 32 |
+
"num_tokens": 226.0,
|
| 33 |
+
"reward": 0.6000000238418579,
|
| 34 |
+
"reward_std": 0.5773502588272095,
|
| 35 |
+
"rewards/reward_correct_answer/mean": 0.5,
|
| 36 |
+
"rewards/reward_correct_answer/std": 0.5773502588272095,
|
| 37 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 38 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 39 |
+
"step": 1
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"clip_ratio/high_max": 0.0,
|
| 43 |
+
"clip_ratio/high_mean": 0.0,
|
| 44 |
+
"clip_ratio/low_mean": 0.0,
|
| 45 |
+
"clip_ratio/low_min": 0.0,
|
| 46 |
+
"clip_ratio/region_mean": 0.0,
|
| 47 |
+
"completion_length": 5.0,
|
| 48 |
+
"completions/clipped_ratio": 1.0,
|
| 49 |
+
"completions/max_length": 5.0,
|
| 50 |
+
"completions/max_terminated_length": 0.0,
|
| 51 |
+
"completions/mean_length": 5.0,
|
| 52 |
+
"completions/mean_terminated_length": 0.0,
|
| 53 |
+
"completions/min_length": 5.0,
|
| 54 |
+
"completions/min_terminated_length": 0.0,
|
| 55 |
+
"epoch": 0.00048828125,
|
| 56 |
+
"frac_reward_zero_std": 1.0,
|
| 57 |
+
"grad_norm": 1.3039941393344634e-07,
|
| 58 |
+
"kl": 4.7683716530855236e-08,
|
| 59 |
+
"learning_rate": 3.3333333333333335e-07,
|
| 60 |
+
"loss": 0.0,
|
| 61 |
+
"num_tokens": 450.0,
|
| 62 |
+
"reward": 1.100000023841858,
|
| 63 |
+
"reward_std": 0.0,
|
| 64 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 65 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 66 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 67 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 68 |
+
"step": 2
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"clip_ratio/high_max": 0.0,
|
| 72 |
+
"clip_ratio/high_mean": 0.0,
|
| 73 |
+
"clip_ratio/low_mean": 0.0,
|
| 74 |
+
"clip_ratio/low_min": 0.0,
|
| 75 |
+
"clip_ratio/region_mean": 0.0,
|
| 76 |
+
"completion_length": 6.0,
|
| 77 |
+
"completions/clipped_ratio": 1.0,
|
| 78 |
+
"completions/max_length": 6.0,
|
| 79 |
+
"completions/max_terminated_length": 0.0,
|
| 80 |
+
"completions/mean_length": 6.0,
|
| 81 |
+
"completions/mean_terminated_length": 0.0,
|
| 82 |
+
"completions/min_length": 6.0,
|
| 83 |
+
"completions/min_terminated_length": 0.0,
|
| 84 |
+
"epoch": 0.000732421875,
|
| 85 |
+
"frac_reward_zero_std": 1.0,
|
| 86 |
+
"grad_norm": 9.706178083490613e-09,
|
| 87 |
+
"kl": 0.0,
|
| 88 |
+
"learning_rate": 6.666666666666667e-07,
|
| 89 |
+
"loss": 0.0,
|
| 90 |
+
"num_tokens": 678.0,
|
| 91 |
+
"reward": 1.100000023841858,
|
| 92 |
+
"reward_std": 0.0,
|
| 93 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 94 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 95 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 96 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 97 |
+
"step": 3
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"clip_ratio/high_max": 0.0,
|
| 101 |
+
"clip_ratio/high_mean": 0.0,
|
| 102 |
+
"clip_ratio/low_mean": 0.0,
|
| 103 |
+
"clip_ratio/low_min": 0.0,
|
| 104 |
+
"clip_ratio/region_mean": 0.0,
|
| 105 |
+
"completion_length": 6.0,
|
| 106 |
+
"completions/clipped_ratio": 1.0,
|
| 107 |
+
"completions/max_length": 6.0,
|
| 108 |
+
"completions/max_terminated_length": 0.0,
|
| 109 |
+
"completions/mean_length": 6.0,
|
| 110 |
+
"completions/mean_terminated_length": 0.0,
|
| 111 |
+
"completions/min_length": 6.0,
|
| 112 |
+
"completions/min_terminated_length": 0.0,
|
| 113 |
+
"epoch": 0.0009765625,
|
| 114 |
+
"frac_reward_zero_std": 1.0,
|
| 115 |
+
"grad_norm": 5.125297661834338e-07,
|
| 116 |
+
"kl": 9.934107936260261e-08,
|
| 117 |
+
"learning_rate": 1.0000000000000002e-06,
|
| 118 |
+
"loss": 0.0,
|
| 119 |
+
"num_tokens": 906.0,
|
| 120 |
+
"reward": 1.100000023841858,
|
| 121 |
+
"reward_std": 0.0,
|
| 122 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 123 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 124 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 125 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 126 |
+
"step": 4
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"clip_ratio/high_max": 0.0,
|
| 130 |
+
"clip_ratio/high_mean": 0.0,
|
| 131 |
+
"clip_ratio/low_mean": 0.0,
|
| 132 |
+
"clip_ratio/low_min": 0.0,
|
| 133 |
+
"clip_ratio/region_mean": 0.0,
|
| 134 |
+
"completion_length": 5.5,
|
| 135 |
+
"completions/clipped_ratio": 1.0,
|
| 136 |
+
"completions/max_length": 6.0,
|
| 137 |
+
"completions/max_terminated_length": 0.0,
|
| 138 |
+
"completions/mean_length": 5.5,
|
| 139 |
+
"completions/mean_terminated_length": 0.0,
|
| 140 |
+
"completions/min_length": 5.0,
|
| 141 |
+
"completions/min_terminated_length": 0.0,
|
| 142 |
+
"epoch": 0.001220703125,
|
| 143 |
+
"frac_reward_zero_std": 1.0,
|
| 144 |
+
"grad_norm": 0.010523075237870216,
|
| 145 |
+
"kl": 0.015575298573821783,
|
| 146 |
+
"learning_rate": 1.3333333333333334e-06,
|
| 147 |
+
"loss": 0.0,
|
| 148 |
+
"num_tokens": 1132.0,
|
| 149 |
+
"reward": 0.10000000149011612,
|
| 150 |
+
"reward_std": 0.0,
|
| 151 |
+
"rewards/reward_correct_answer/mean": 0.0,
|
| 152 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 153 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 154 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 155 |
+
"step": 5
|
| 156 |
+
},
|
| 157 |
+
{
|
| 158 |
+
"clip_ratio/high_max": 0.0,
|
| 159 |
+
"clip_ratio/high_mean": 0.0,
|
| 160 |
+
"clip_ratio/low_mean": 0.0,
|
| 161 |
+
"clip_ratio/low_min": 0.0,
|
| 162 |
+
"clip_ratio/region_mean": 0.0,
|
| 163 |
+
"completion_length": 5.0,
|
| 164 |
+
"completions/clipped_ratio": 1.0,
|
| 165 |
+
"completions/max_length": 5.0,
|
| 166 |
+
"completions/max_terminated_length": 0.0,
|
| 167 |
+
"completions/mean_length": 5.0,
|
| 168 |
+
"completions/mean_terminated_length": 0.0,
|
| 169 |
+
"completions/min_length": 5.0,
|
| 170 |
+
"completions/min_terminated_length": 0.0,
|
| 171 |
+
"epoch": 0.00146484375,
|
| 172 |
+
"frac_reward_zero_std": 1.0,
|
| 173 |
+
"grad_norm": 0.00014656978601124138,
|
| 174 |
+
"kl": 3.4856795537052676e-05,
|
| 175 |
+
"learning_rate": 1.6666666666666667e-06,
|
| 176 |
+
"loss": 0.0,
|
| 177 |
+
"num_tokens": 1356.0,
|
| 178 |
+
"reward": 1.100000023841858,
|
| 179 |
+
"reward_std": 0.0,
|
| 180 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 181 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 182 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 183 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 184 |
+
"step": 6
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"clip_ratio/high_max": 0.0416666679084301,
|
| 188 |
+
"clip_ratio/high_mean": 0.0416666679084301,
|
| 189 |
+
"clip_ratio/low_mean": 0.0,
|
| 190 |
+
"clip_ratio/low_min": 0.0,
|
| 191 |
+
"clip_ratio/region_mean": 0.0416666679084301,
|
| 192 |
+
"completion_length": 5.25,
|
| 193 |
+
"completions/clipped_ratio": 1.0,
|
| 194 |
+
"completions/max_length": 6.0,
|
| 195 |
+
"completions/max_terminated_length": 0.0,
|
| 196 |
+
"completions/mean_length": 5.25,
|
| 197 |
+
"completions/mean_terminated_length": 0.0,
|
| 198 |
+
"completions/min_length": 5.0,
|
| 199 |
+
"completions/min_terminated_length": 0.0,
|
| 200 |
+
"epoch": 0.001708984375,
|
| 201 |
+
"frac_reward_zero_std": 0.0,
|
| 202 |
+
"grad_norm": 5.386456489562988,
|
| 203 |
+
"kl": 4.109740189051081e-06,
|
| 204 |
+
"learning_rate": 2.0000000000000003e-06,
|
| 205 |
+
"loss": -0.0144,
|
| 206 |
+
"num_tokens": 1581.0,
|
| 207 |
+
"reward": 0.3500000238418579,
|
| 208 |
+
"reward_std": 0.5,
|
| 209 |
+
"rewards/reward_correct_answer/mean": 0.25,
|
| 210 |
+
"rewards/reward_correct_answer/std": 0.5,
|
| 211 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 212 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 213 |
+
"step": 7
|
| 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 |
+
"completion_length": 5.0,
|
| 222 |
+
"completions/clipped_ratio": 1.0,
|
| 223 |
+
"completions/max_length": 5.0,
|
| 224 |
+
"completions/max_terminated_length": 0.0,
|
| 225 |
+
"completions/mean_length": 5.0,
|
| 226 |
+
"completions/mean_terminated_length": 0.0,
|
| 227 |
+
"completions/min_length": 5.0,
|
| 228 |
+
"completions/min_terminated_length": 0.0,
|
| 229 |
+
"epoch": 0.001953125,
|
| 230 |
+
"frac_reward_zero_std": 1.0,
|
| 231 |
+
"grad_norm": 1.468857835362769e-08,
|
| 232 |
+
"kl": 0.0,
|
| 233 |
+
"learning_rate": 2.3333333333333336e-06,
|
| 234 |
+
"loss": 0.0,
|
| 235 |
+
"num_tokens": 1805.0,
|
| 236 |
+
"reward": 1.100000023841858,
|
| 237 |
+
"reward_std": 0.0,
|
| 238 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 239 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 240 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 241 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 242 |
+
"step": 8
|
| 243 |
+
},
|
| 244 |
+
{
|
| 245 |
+
"clip_ratio/high_max": 0.0,
|
| 246 |
+
"clip_ratio/high_mean": 0.0,
|
| 247 |
+
"clip_ratio/low_mean": 0.0,
|
| 248 |
+
"clip_ratio/low_min": 0.0,
|
| 249 |
+
"clip_ratio/region_mean": 0.0,
|
| 250 |
+
"completion_length": 5.0,
|
| 251 |
+
"completions/clipped_ratio": 1.0,
|
| 252 |
+
"completions/max_length": 5.0,
|
| 253 |
+
"completions/max_terminated_length": 0.0,
|
| 254 |
+
"completions/mean_length": 5.0,
|
| 255 |
+
"completions/mean_terminated_length": 0.0,
|
| 256 |
+
"completions/min_length": 5.0,
|
| 257 |
+
"completions/min_terminated_length": 0.0,
|
| 258 |
+
"epoch": 0.002197265625,
|
| 259 |
+
"frac_reward_zero_std": 1.0,
|
| 260 |
+
"grad_norm": 2.59349974385259e-07,
|
| 261 |
+
"kl": 2.3841858265427618e-08,
|
| 262 |
+
"learning_rate": 2.666666666666667e-06,
|
| 263 |
+
"loss": 0.0,
|
| 264 |
+
"num_tokens": 2029.0,
|
| 265 |
+
"reward": 1.100000023841858,
|
| 266 |
+
"reward_std": 0.0,
|
| 267 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 268 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 269 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 270 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 271 |
+
"step": 9
|
| 272 |
+
},
|
| 273 |
+
{
|
| 274 |
+
"clip_ratio/high_max": 0.0,
|
| 275 |
+
"clip_ratio/high_mean": 0.0,
|
| 276 |
+
"clip_ratio/low_mean": 0.0,
|
| 277 |
+
"clip_ratio/low_min": 0.0,
|
| 278 |
+
"clip_ratio/region_mean": 0.0,
|
| 279 |
+
"completion_length": 5.0,
|
| 280 |
+
"completions/clipped_ratio": 1.0,
|
| 281 |
+
"completions/max_length": 5.0,
|
| 282 |
+
"completions/max_terminated_length": 0.0,
|
| 283 |
+
"completions/mean_length": 5.0,
|
| 284 |
+
"completions/mean_terminated_length": 0.0,
|
| 285 |
+
"completions/min_length": 5.0,
|
| 286 |
+
"completions/min_terminated_length": 0.0,
|
| 287 |
+
"epoch": 0.00244140625,
|
| 288 |
+
"frac_reward_zero_std": 1.0,
|
| 289 |
+
"grad_norm": 3.6540299674925336e-08,
|
| 290 |
+
"kl": 0.0,
|
| 291 |
+
"learning_rate": 3e-06,
|
| 292 |
+
"loss": 0.0,
|
| 293 |
+
"num_tokens": 2253.0,
|
| 294 |
+
"reward": 0.10000000149011612,
|
| 295 |
+
"reward_std": 0.0,
|
| 296 |
+
"rewards/reward_correct_answer/mean": 0.0,
|
| 297 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 298 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 299 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 300 |
+
"step": 10
|
| 301 |
+
},
|
| 302 |
+
{
|
| 303 |
+
"clip_ratio/high_max": 0.0,
|
| 304 |
+
"clip_ratio/high_mean": 0.0,
|
| 305 |
+
"clip_ratio/low_mean": 0.0,
|
| 306 |
+
"clip_ratio/low_min": 0.0,
|
| 307 |
+
"clip_ratio/region_mean": 0.0,
|
| 308 |
+
"completion_length": 5.0,
|
| 309 |
+
"completions/clipped_ratio": 1.0,
|
| 310 |
+
"completions/max_length": 5.0,
|
| 311 |
+
"completions/max_terminated_length": 0.0,
|
| 312 |
+
"completions/mean_length": 5.0,
|
| 313 |
+
"completions/mean_terminated_length": 0.0,
|
| 314 |
+
"completions/min_length": 5.0,
|
| 315 |
+
"completions/min_terminated_length": 0.0,
|
| 316 |
+
"epoch": 0.002685546875,
|
| 317 |
+
"frac_reward_zero_std": 1.0,
|
| 318 |
+
"grad_norm": 7.61307601351291e-05,
|
| 319 |
+
"kl": 2.9659271604032256e-05,
|
| 320 |
+
"learning_rate": 3.3333333333333333e-06,
|
| 321 |
+
"loss": 0.0,
|
| 322 |
+
"num_tokens": 2477.0,
|
| 323 |
+
"reward": 0.10000000149011612,
|
| 324 |
+
"reward_std": 0.0,
|
| 325 |
+
"rewards/reward_correct_answer/mean": 0.0,
|
| 326 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 327 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 328 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 329 |
+
"step": 11
|
| 330 |
+
},
|
| 331 |
+
{
|
| 332 |
+
"clip_ratio/high_max": 0.0,
|
| 333 |
+
"clip_ratio/high_mean": 0.0,
|
| 334 |
+
"clip_ratio/low_mean": 0.05000000074505806,
|
| 335 |
+
"clip_ratio/low_min": 0.05000000074505806,
|
| 336 |
+
"clip_ratio/region_mean": 0.05000000074505806,
|
| 337 |
+
"completion_length": 5.25,
|
| 338 |
+
"completions/clipped_ratio": 1.0,
|
| 339 |
+
"completions/max_length": 6.0,
|
| 340 |
+
"completions/max_terminated_length": 0.0,
|
| 341 |
+
"completions/mean_length": 5.25,
|
| 342 |
+
"completions/mean_terminated_length": 0.0,
|
| 343 |
+
"completions/min_length": 5.0,
|
| 344 |
+
"completions/min_terminated_length": 0.0,
|
| 345 |
+
"epoch": 0.0029296875,
|
| 346 |
+
"frac_reward_zero_std": 0.0,
|
| 347 |
+
"grad_norm": 16.935649871826172,
|
| 348 |
+
"kl": 0.01409353074268438,
|
| 349 |
+
"learning_rate": 3.6666666666666666e-06,
|
| 350 |
+
"loss": 0.0094,
|
| 351 |
+
"num_tokens": 2702.0,
|
| 352 |
+
"reward": 0.3500000238418579,
|
| 353 |
+
"reward_std": 0.5,
|
| 354 |
+
"rewards/reward_correct_answer/mean": 0.25,
|
| 355 |
+
"rewards/reward_correct_answer/std": 0.5,
|
| 356 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 357 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 358 |
+
"step": 12
|
| 359 |
+
},
|
| 360 |
+
{
|
| 361 |
+
"clip_ratio/high_max": 0.0,
|
| 362 |
+
"clip_ratio/high_mean": 0.0,
|
| 363 |
+
"clip_ratio/low_mean": 0.0,
|
| 364 |
+
"clip_ratio/low_min": 0.0,
|
| 365 |
+
"clip_ratio/region_mean": 0.0,
|
| 366 |
+
"completion_length": 5.0,
|
| 367 |
+
"completions/clipped_ratio": 1.0,
|
| 368 |
+
"completions/max_length": 5.0,
|
| 369 |
+
"completions/max_terminated_length": 0.0,
|
| 370 |
+
"completions/mean_length": 5.0,
|
| 371 |
+
"completions/mean_terminated_length": 0.0,
|
| 372 |
+
"completions/min_length": 5.0,
|
| 373 |
+
"completions/min_terminated_length": 0.0,
|
| 374 |
+
"epoch": 0.003173828125,
|
| 375 |
+
"frac_reward_zero_std": 0.0,
|
| 376 |
+
"grad_norm": 14.281251907348633,
|
| 377 |
+
"kl": 0.0030522526242009462,
|
| 378 |
+
"learning_rate": 4.000000000000001e-06,
|
| 379 |
+
"loss": -0.01,
|
| 380 |
+
"num_tokens": 2926.0,
|
| 381 |
+
"reward": 0.3500000238418579,
|
| 382 |
+
"reward_std": 0.5,
|
| 383 |
+
"rewards/reward_correct_answer/mean": 0.25,
|
| 384 |
+
"rewards/reward_correct_answer/std": 0.5,
|
| 385 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 386 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 387 |
+
"step": 13
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"clip_ratio/high_max": 0.0,
|
| 391 |
+
"clip_ratio/high_mean": 0.0,
|
| 392 |
+
"clip_ratio/low_mean": 0.0,
|
| 393 |
+
"clip_ratio/low_min": 0.0,
|
| 394 |
+
"clip_ratio/region_mean": 0.0,
|
| 395 |
+
"completion_length": 5.0,
|
| 396 |
+
"completions/clipped_ratio": 1.0,
|
| 397 |
+
"completions/max_length": 5.0,
|
| 398 |
+
"completions/max_terminated_length": 0.0,
|
| 399 |
+
"completions/mean_length": 5.0,
|
| 400 |
+
"completions/mean_terminated_length": 0.0,
|
| 401 |
+
"completions/min_length": 5.0,
|
| 402 |
+
"completions/min_terminated_length": 0.0,
|
| 403 |
+
"epoch": 0.00341796875,
|
| 404 |
+
"frac_reward_zero_std": 0.0,
|
| 405 |
+
"grad_norm": 50.099609375,
|
| 406 |
+
"kl": 0.0012042761372867972,
|
| 407 |
+
"learning_rate": 4.333333333333334e-06,
|
| 408 |
+
"loss": -0.0095,
|
| 409 |
+
"num_tokens": 3150.0,
|
| 410 |
+
"reward": 0.3500000238418579,
|
| 411 |
+
"reward_std": 0.5,
|
| 412 |
+
"rewards/reward_correct_answer/mean": 0.25,
|
| 413 |
+
"rewards/reward_correct_answer/std": 0.5,
|
| 414 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 415 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 416 |
+
"step": 14
|
| 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 |
+
"completion_length": 5.0,
|
| 425 |
+
"completions/clipped_ratio": 1.0,
|
| 426 |
+
"completions/max_length": 5.0,
|
| 427 |
+
"completions/max_terminated_length": 0.0,
|
| 428 |
+
"completions/mean_length": 5.0,
|
| 429 |
+
"completions/mean_terminated_length": 0.0,
|
| 430 |
+
"completions/min_length": 5.0,
|
| 431 |
+
"completions/min_terminated_length": 0.0,
|
| 432 |
+
"epoch": 0.003662109375,
|
| 433 |
+
"frac_reward_zero_std": 1.0,
|
| 434 |
+
"grad_norm": 2.7857176974066533e-06,
|
| 435 |
+
"kl": 2.312660171810421e-06,
|
| 436 |
+
"learning_rate": 4.666666666666667e-06,
|
| 437 |
+
"loss": 0.0,
|
| 438 |
+
"num_tokens": 3374.0,
|
| 439 |
+
"reward": 1.100000023841858,
|
| 440 |
+
"reward_std": 0.0,
|
| 441 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 442 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 443 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 444 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 445 |
+
"step": 15
|
| 446 |
+
},
|
| 447 |
+
{
|
| 448 |
+
"clip_ratio/high_max": 0.0,
|
| 449 |
+
"clip_ratio/high_mean": 0.0,
|
| 450 |
+
"clip_ratio/low_mean": 0.0,
|
| 451 |
+
"clip_ratio/low_min": 0.0,
|
| 452 |
+
"clip_ratio/region_mean": 0.0,
|
| 453 |
+
"completion_length": 5.0,
|
| 454 |
+
"completions/clipped_ratio": 1.0,
|
| 455 |
+
"completions/max_length": 5.0,
|
| 456 |
+
"completions/max_terminated_length": 0.0,
|
| 457 |
+
"completions/mean_length": 5.0,
|
| 458 |
+
"completions/mean_terminated_length": 0.0,
|
| 459 |
+
"completions/min_length": 5.0,
|
| 460 |
+
"completions/min_terminated_length": 0.0,
|
| 461 |
+
"epoch": 0.00390625,
|
| 462 |
+
"frac_reward_zero_std": 1.0,
|
| 463 |
+
"grad_norm": 5.32733288594045e-08,
|
| 464 |
+
"kl": 0.0,
|
| 465 |
+
"learning_rate": 5e-06,
|
| 466 |
+
"loss": 0.0,
|
| 467 |
+
"num_tokens": 3598.0,
|
| 468 |
+
"reward": 0.10000000149011612,
|
| 469 |
+
"reward_std": 0.0,
|
| 470 |
+
"rewards/reward_correct_answer/mean": 0.0,
|
| 471 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 472 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 473 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 474 |
+
"step": 16
|
| 475 |
+
},
|
| 476 |
+
{
|
| 477 |
+
"clip_ratio/high_max": 0.0,
|
| 478 |
+
"clip_ratio/high_mean": 0.0,
|
| 479 |
+
"clip_ratio/low_mean": 0.0,
|
| 480 |
+
"clip_ratio/low_min": 0.0,
|
| 481 |
+
"clip_ratio/region_mean": 0.0,
|
| 482 |
+
"completion_length": 5.0,
|
| 483 |
+
"completions/clipped_ratio": 1.0,
|
| 484 |
+
"completions/max_length": 5.0,
|
| 485 |
+
"completions/max_terminated_length": 0.0,
|
| 486 |
+
"completions/mean_length": 5.0,
|
| 487 |
+
"completions/mean_terminated_length": 0.0,
|
| 488 |
+
"completions/min_length": 5.0,
|
| 489 |
+
"completions/min_terminated_length": 0.0,
|
| 490 |
+
"epoch": 0.004150390625,
|
| 491 |
+
"frac_reward_zero_std": 0.0,
|
| 492 |
+
"grad_norm": 19.99111557006836,
|
| 493 |
+
"kl": 0.00040375592070684974,
|
| 494 |
+
"learning_rate": 4.962962962962964e-06,
|
| 495 |
+
"loss": -0.0004,
|
| 496 |
+
"num_tokens": 3822.0,
|
| 497 |
+
"reward": 0.8500000238418579,
|
| 498 |
+
"reward_std": 0.5,
|
| 499 |
+
"rewards/reward_correct_answer/mean": 0.75,
|
| 500 |
+
"rewards/reward_correct_answer/std": 0.5,
|
| 501 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 502 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 503 |
+
"step": 17
|
| 504 |
+
},
|
| 505 |
+
{
|
| 506 |
+
"clip_ratio/high_max": 0.0,
|
| 507 |
+
"clip_ratio/high_mean": 0.0,
|
| 508 |
+
"clip_ratio/low_mean": 0.0,
|
| 509 |
+
"clip_ratio/low_min": 0.0,
|
| 510 |
+
"clip_ratio/region_mean": 0.0,
|
| 511 |
+
"completion_length": 5.0,
|
| 512 |
+
"completions/clipped_ratio": 1.0,
|
| 513 |
+
"completions/max_length": 5.0,
|
| 514 |
+
"completions/max_terminated_length": 0.0,
|
| 515 |
+
"completions/mean_length": 5.0,
|
| 516 |
+
"completions/mean_terminated_length": 0.0,
|
| 517 |
+
"completions/min_length": 5.0,
|
| 518 |
+
"completions/min_terminated_length": 0.0,
|
| 519 |
+
"epoch": 0.00439453125,
|
| 520 |
+
"frac_reward_zero_std": 1.0,
|
| 521 |
+
"grad_norm": 5.883413223273237e-07,
|
| 522 |
+
"kl": 1.9073486612342094e-07,
|
| 523 |
+
"learning_rate": 4.925925925925926e-06,
|
| 524 |
+
"loss": 0.0,
|
| 525 |
+
"num_tokens": 4046.0,
|
| 526 |
+
"reward": 0.10000000149011612,
|
| 527 |
+
"reward_std": 0.0,
|
| 528 |
+
"rewards/reward_correct_answer/mean": 0.0,
|
| 529 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 530 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 531 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 532 |
+
"step": 18
|
| 533 |
+
},
|
| 534 |
+
{
|
| 535 |
+
"clip_ratio/high_max": 0.0,
|
| 536 |
+
"clip_ratio/high_mean": 0.0,
|
| 537 |
+
"clip_ratio/low_mean": 0.0,
|
| 538 |
+
"clip_ratio/low_min": 0.0,
|
| 539 |
+
"clip_ratio/region_mean": 0.0,
|
| 540 |
+
"completion_length": 5.0,
|
| 541 |
+
"completions/clipped_ratio": 1.0,
|
| 542 |
+
"completions/max_length": 5.0,
|
| 543 |
+
"completions/max_terminated_length": 0.0,
|
| 544 |
+
"completions/mean_length": 5.0,
|
| 545 |
+
"completions/mean_terminated_length": 0.0,
|
| 546 |
+
"completions/min_length": 5.0,
|
| 547 |
+
"completions/min_terminated_length": 0.0,
|
| 548 |
+
"epoch": 0.004638671875,
|
| 549 |
+
"frac_reward_zero_std": 0.0,
|
| 550 |
+
"grad_norm": 28.261995315551758,
|
| 551 |
+
"kl": 0.0028509319527074695,
|
| 552 |
+
"learning_rate": 4.888888888888889e-06,
|
| 553 |
+
"loss": -0.0091,
|
| 554 |
+
"num_tokens": 4270.0,
|
| 555 |
+
"reward": 0.8500000238418579,
|
| 556 |
+
"reward_std": 0.5,
|
| 557 |
+
"rewards/reward_correct_answer/mean": 0.75,
|
| 558 |
+
"rewards/reward_correct_answer/std": 0.5,
|
| 559 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 560 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 561 |
+
"step": 19
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"clip_ratio/high_max": 0.0,
|
| 565 |
+
"clip_ratio/high_mean": 0.0,
|
| 566 |
+
"clip_ratio/low_mean": 0.0,
|
| 567 |
+
"clip_ratio/low_min": 0.0,
|
| 568 |
+
"clip_ratio/region_mean": 0.0,
|
| 569 |
+
"completion_length": 5.0,
|
| 570 |
+
"completions/clipped_ratio": 1.0,
|
| 571 |
+
"completions/max_length": 5.0,
|
| 572 |
+
"completions/max_terminated_length": 0.0,
|
| 573 |
+
"completions/mean_length": 5.0,
|
| 574 |
+
"completions/mean_terminated_length": 0.0,
|
| 575 |
+
"completions/min_length": 5.0,
|
| 576 |
+
"completions/min_terminated_length": 0.0,
|
| 577 |
+
"epoch": 0.0048828125,
|
| 578 |
+
"frac_reward_zero_std": 0.0,
|
| 579 |
+
"grad_norm": 18.498952865600586,
|
| 580 |
+
"kl": 0.004902535874862224,
|
| 581 |
+
"learning_rate": 4.851851851851852e-06,
|
| 582 |
+
"loss": 0.0141,
|
| 583 |
+
"num_tokens": 4494.0,
|
| 584 |
+
"reward": 0.3500000238418579,
|
| 585 |
+
"reward_std": 0.5,
|
| 586 |
+
"rewards/reward_correct_answer/mean": 0.25,
|
| 587 |
+
"rewards/reward_correct_answer/std": 0.5,
|
| 588 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 589 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 590 |
+
"step": 20
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"clip_ratio/high_max": 0.0,
|
| 594 |
+
"clip_ratio/high_mean": 0.0,
|
| 595 |
+
"clip_ratio/low_mean": 0.0,
|
| 596 |
+
"clip_ratio/low_min": 0.0,
|
| 597 |
+
"clip_ratio/region_mean": 0.0,
|
| 598 |
+
"completion_length": 5.0,
|
| 599 |
+
"completions/clipped_ratio": 1.0,
|
| 600 |
+
"completions/max_length": 5.0,
|
| 601 |
+
"completions/max_terminated_length": 0.0,
|
| 602 |
+
"completions/mean_length": 5.0,
|
| 603 |
+
"completions/mean_terminated_length": 0.0,
|
| 604 |
+
"completions/min_length": 5.0,
|
| 605 |
+
"completions/min_terminated_length": 0.0,
|
| 606 |
+
"epoch": 0.005126953125,
|
| 607 |
+
"frac_reward_zero_std": 1.0,
|
| 608 |
+
"grad_norm": 3.5736948689191195e-07,
|
| 609 |
+
"kl": 6.914139021318988e-07,
|
| 610 |
+
"learning_rate": 4.814814814814815e-06,
|
| 611 |
+
"loss": 0.0,
|
| 612 |
+
"num_tokens": 4718.0,
|
| 613 |
+
"reward": 1.100000023841858,
|
| 614 |
+
"reward_std": 0.0,
|
| 615 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 616 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 617 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 618 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 619 |
+
"step": 21
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"clip_ratio/high_max": 0.0,
|
| 623 |
+
"clip_ratio/high_mean": 0.0,
|
| 624 |
+
"clip_ratio/low_mean": 0.0,
|
| 625 |
+
"clip_ratio/low_min": 0.0,
|
| 626 |
+
"clip_ratio/region_mean": 0.0,
|
| 627 |
+
"completion_length": 6.0,
|
| 628 |
+
"completions/clipped_ratio": 1.0,
|
| 629 |
+
"completions/max_length": 6.0,
|
| 630 |
+
"completions/max_terminated_length": 0.0,
|
| 631 |
+
"completions/mean_length": 6.0,
|
| 632 |
+
"completions/mean_terminated_length": 0.0,
|
| 633 |
+
"completions/min_length": 6.0,
|
| 634 |
+
"completions/min_terminated_length": 0.0,
|
| 635 |
+
"epoch": 0.00537109375,
|
| 636 |
+
"frac_reward_zero_std": 0.0,
|
| 637 |
+
"grad_norm": 16.31566047668457,
|
| 638 |
+
"kl": 0.00030950707153465373,
|
| 639 |
+
"learning_rate": 4.777777777777778e-06,
|
| 640 |
+
"loss": 0.0086,
|
| 641 |
+
"num_tokens": 4946.0,
|
| 642 |
+
"reward": 0.8500000238418579,
|
| 643 |
+
"reward_std": 0.5,
|
| 644 |
+
"rewards/reward_correct_answer/mean": 0.75,
|
| 645 |
+
"rewards/reward_correct_answer/std": 0.5,
|
| 646 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 647 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 648 |
+
"step": 22
|
| 649 |
+
},
|
| 650 |
+
{
|
| 651 |
+
"clip_ratio/high_max": 0.0,
|
| 652 |
+
"clip_ratio/high_mean": 0.0,
|
| 653 |
+
"clip_ratio/low_mean": 0.0,
|
| 654 |
+
"clip_ratio/low_min": 0.0,
|
| 655 |
+
"clip_ratio/region_mean": 0.0,
|
| 656 |
+
"completion_length": 5.25,
|
| 657 |
+
"completions/clipped_ratio": 1.0,
|
| 658 |
+
"completions/max_length": 6.0,
|
| 659 |
+
"completions/max_terminated_length": 0.0,
|
| 660 |
+
"completions/mean_length": 5.25,
|
| 661 |
+
"completions/mean_terminated_length": 0.0,
|
| 662 |
+
"completions/min_length": 5.0,
|
| 663 |
+
"completions/min_terminated_length": 0.0,
|
| 664 |
+
"epoch": 0.005615234375,
|
| 665 |
+
"frac_reward_zero_std": 0.0,
|
| 666 |
+
"grad_norm": 14.193683624267578,
|
| 667 |
+
"kl": 0.017707511407934362,
|
| 668 |
+
"learning_rate": 4.7407407407407415e-06,
|
| 669 |
+
"loss": 0.016,
|
| 670 |
+
"num_tokens": 5171.0,
|
| 671 |
+
"reward": 0.3500000238418579,
|
| 672 |
+
"reward_std": 0.5,
|
| 673 |
+
"rewards/reward_correct_answer/mean": 0.25,
|
| 674 |
+
"rewards/reward_correct_answer/std": 0.5,
|
| 675 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 676 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 677 |
+
"step": 23
|
| 678 |
+
},
|
| 679 |
+
{
|
| 680 |
+
"clip_ratio/high_max": 0.0,
|
| 681 |
+
"clip_ratio/high_mean": 0.0,
|
| 682 |
+
"clip_ratio/low_mean": 0.0,
|
| 683 |
+
"clip_ratio/low_min": 0.0,
|
| 684 |
+
"clip_ratio/region_mean": 0.0,
|
| 685 |
+
"completion_length": 5.0,
|
| 686 |
+
"completions/clipped_ratio": 1.0,
|
| 687 |
+
"completions/max_length": 5.0,
|
| 688 |
+
"completions/max_terminated_length": 0.0,
|
| 689 |
+
"completions/mean_length": 5.0,
|
| 690 |
+
"completions/mean_terminated_length": 0.0,
|
| 691 |
+
"completions/min_length": 5.0,
|
| 692 |
+
"completions/min_terminated_length": 0.0,
|
| 693 |
+
"epoch": 0.005859375,
|
| 694 |
+
"frac_reward_zero_std": 1.0,
|
| 695 |
+
"grad_norm": 9.459295569058668e-08,
|
| 696 |
+
"kl": 4.7683716530855236e-08,
|
| 697 |
+
"learning_rate": 4.703703703703704e-06,
|
| 698 |
+
"loss": 0.0,
|
| 699 |
+
"num_tokens": 5395.0,
|
| 700 |
+
"reward": 1.100000023841858,
|
| 701 |
+
"reward_std": 0.0,
|
| 702 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 703 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 704 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 705 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 706 |
+
"step": 24
|
| 707 |
+
},
|
| 708 |
+
{
|
| 709 |
+
"clip_ratio/high_max": 0.0,
|
| 710 |
+
"clip_ratio/high_mean": 0.0,
|
| 711 |
+
"clip_ratio/low_mean": 0.0,
|
| 712 |
+
"clip_ratio/low_min": 0.0,
|
| 713 |
+
"clip_ratio/region_mean": 0.0,
|
| 714 |
+
"completion_length": 6.0,
|
| 715 |
+
"completions/clipped_ratio": 1.0,
|
| 716 |
+
"completions/max_length": 6.0,
|
| 717 |
+
"completions/max_terminated_length": 0.0,
|
| 718 |
+
"completions/mean_length": 6.0,
|
| 719 |
+
"completions/mean_terminated_length": 0.0,
|
| 720 |
+
"completions/min_length": 6.0,
|
| 721 |
+
"completions/min_terminated_length": 0.0,
|
| 722 |
+
"epoch": 0.006103515625,
|
| 723 |
+
"frac_reward_zero_std": 1.0,
|
| 724 |
+
"grad_norm": 1.6522290025022812e-07,
|
| 725 |
+
"kl": 7.152557373046875e-07,
|
| 726 |
+
"learning_rate": 4.666666666666667e-06,
|
| 727 |
+
"loss": 0.0,
|
| 728 |
+
"num_tokens": 5623.0,
|
| 729 |
+
"reward": 1.100000023841858,
|
| 730 |
+
"reward_std": 0.0,
|
| 731 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 732 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 733 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 734 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 735 |
+
"step": 25
|
| 736 |
+
},
|
| 737 |
+
{
|
| 738 |
+
"clip_ratio/high_max": 0.0,
|
| 739 |
+
"clip_ratio/high_mean": 0.0,
|
| 740 |
+
"clip_ratio/low_mean": 0.0,
|
| 741 |
+
"clip_ratio/low_min": 0.0,
|
| 742 |
+
"clip_ratio/region_mean": 0.0,
|
| 743 |
+
"completion_length": 4.5,
|
| 744 |
+
"completions/clipped_ratio": 1.0,
|
| 745 |
+
"completions/max_length": 5.0,
|
| 746 |
+
"completions/max_terminated_length": 0.0,
|
| 747 |
+
"completions/mean_length": 4.5,
|
| 748 |
+
"completions/mean_terminated_length": 0.0,
|
| 749 |
+
"completions/min_length": 4.0,
|
| 750 |
+
"completions/min_terminated_length": 0.0,
|
| 751 |
+
"epoch": 0.00634765625,
|
| 752 |
+
"frac_reward_zero_std": 1.0,
|
| 753 |
+
"grad_norm": 0.002149923937395215,
|
| 754 |
+
"kl": 0.0007016420349827968,
|
| 755 |
+
"learning_rate": 4.62962962962963e-06,
|
| 756 |
+
"loss": 0.0,
|
| 757 |
+
"num_tokens": 5845.0,
|
| 758 |
+
"reward": 0.10000000149011612,
|
| 759 |
+
"reward_std": 0.0,
|
| 760 |
+
"rewards/reward_correct_answer/mean": 0.0,
|
| 761 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 762 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 763 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 764 |
+
"step": 26
|
| 765 |
+
},
|
| 766 |
+
{
|
| 767 |
+
"clip_ratio/high_max": 0.0,
|
| 768 |
+
"clip_ratio/high_mean": 0.0,
|
| 769 |
+
"clip_ratio/low_mean": 0.0,
|
| 770 |
+
"clip_ratio/low_min": 0.0,
|
| 771 |
+
"clip_ratio/region_mean": 0.0,
|
| 772 |
+
"completion_length": 6.0,
|
| 773 |
+
"completions/clipped_ratio": 1.0,
|
| 774 |
+
"completions/max_length": 6.0,
|
| 775 |
+
"completions/max_terminated_length": 0.0,
|
| 776 |
+
"completions/mean_length": 6.0,
|
| 777 |
+
"completions/mean_terminated_length": 0.0,
|
| 778 |
+
"completions/min_length": 6.0,
|
| 779 |
+
"completions/min_terminated_length": 0.0,
|
| 780 |
+
"epoch": 0.006591796875,
|
| 781 |
+
"frac_reward_zero_std": 1.0,
|
| 782 |
+
"grad_norm": 1.863099328147655e-07,
|
| 783 |
+
"kl": 1.3709068298339844e-06,
|
| 784 |
+
"learning_rate": 4.592592592592593e-06,
|
| 785 |
+
"loss": 0.0,
|
| 786 |
+
"num_tokens": 6073.0,
|
| 787 |
+
"reward": 1.100000023841858,
|
| 788 |
+
"reward_std": 0.0,
|
| 789 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 790 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 791 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 792 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 793 |
+
"step": 27
|
| 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": 6.0,
|
| 802 |
+
"completions/clipped_ratio": 1.0,
|
| 803 |
+
"completions/max_length": 6.0,
|
| 804 |
+
"completions/max_terminated_length": 0.0,
|
| 805 |
+
"completions/mean_length": 6.0,
|
| 806 |
+
"completions/mean_terminated_length": 0.0,
|
| 807 |
+
"completions/min_length": 6.0,
|
| 808 |
+
"completions/min_terminated_length": 0.0,
|
| 809 |
+
"epoch": 0.0068359375,
|
| 810 |
+
"frac_reward_zero_std": 1.0,
|
| 811 |
+
"grad_norm": 2.7715702799469e-07,
|
| 812 |
+
"kl": 3.298123829154065e-06,
|
| 813 |
+
"learning_rate": 4.555555555555556e-06,
|
| 814 |
+
"loss": 0.0,
|
| 815 |
+
"num_tokens": 6301.0,
|
| 816 |
+
"reward": 1.100000023841858,
|
| 817 |
+
"reward_std": 0.0,
|
| 818 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 819 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 820 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 821 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 822 |
+
"step": 28
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"clip_ratio/high_max": 0.0,
|
| 826 |
+
"clip_ratio/high_mean": 0.0,
|
| 827 |
+
"clip_ratio/low_mean": 0.0,
|
| 828 |
+
"clip_ratio/low_min": 0.0,
|
| 829 |
+
"clip_ratio/region_mean": 0.0,
|
| 830 |
+
"completion_length": 5.0,
|
| 831 |
+
"completions/clipped_ratio": 1.0,
|
| 832 |
+
"completions/max_length": 5.0,
|
| 833 |
+
"completions/max_terminated_length": 0.0,
|
| 834 |
+
"completions/mean_length": 5.0,
|
| 835 |
+
"completions/mean_terminated_length": 0.0,
|
| 836 |
+
"completions/min_length": 5.0,
|
| 837 |
+
"completions/min_terminated_length": 0.0,
|
| 838 |
+
"epoch": 0.007080078125,
|
| 839 |
+
"frac_reward_zero_std": 1.0,
|
| 840 |
+
"grad_norm": 2.611544687169953e-07,
|
| 841 |
+
"kl": 2.1457672971791908e-07,
|
| 842 |
+
"learning_rate": 4.5185185185185185e-06,
|
| 843 |
+
"loss": 0.0,
|
| 844 |
+
"num_tokens": 6525.0,
|
| 845 |
+
"reward": 1.100000023841858,
|
| 846 |
+
"reward_std": 0.0,
|
| 847 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 848 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 849 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 850 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 851 |
+
"step": 29
|
| 852 |
+
},
|
| 853 |
+
{
|
| 854 |
+
"clip_ratio/high_max": 0.0,
|
| 855 |
+
"clip_ratio/high_mean": 0.0,
|
| 856 |
+
"clip_ratio/low_mean": 0.0,
|
| 857 |
+
"clip_ratio/low_min": 0.0,
|
| 858 |
+
"clip_ratio/region_mean": 0.0,
|
| 859 |
+
"completion_length": 6.0,
|
| 860 |
+
"completions/clipped_ratio": 1.0,
|
| 861 |
+
"completions/max_length": 6.0,
|
| 862 |
+
"completions/max_terminated_length": 0.0,
|
| 863 |
+
"completions/mean_length": 6.0,
|
| 864 |
+
"completions/mean_terminated_length": 0.0,
|
| 865 |
+
"completions/min_length": 6.0,
|
| 866 |
+
"completions/min_terminated_length": 0.0,
|
| 867 |
+
"epoch": 0.00732421875,
|
| 868 |
+
"frac_reward_zero_std": 1.0,
|
| 869 |
+
"grad_norm": 0.00013428374950308353,
|
| 870 |
+
"kl": 0.0016269087791442871,
|
| 871 |
+
"learning_rate": 4.481481481481482e-06,
|
| 872 |
+
"loss": 0.0,
|
| 873 |
+
"num_tokens": 6753.0,
|
| 874 |
+
"reward": 1.100000023841858,
|
| 875 |
+
"reward_std": 0.0,
|
| 876 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 877 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 878 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 879 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 880 |
+
"step": 30
|
| 881 |
+
},
|
| 882 |
+
{
|
| 883 |
+
"clip_ratio/high_max": 0.0,
|
| 884 |
+
"clip_ratio/high_mean": 0.0,
|
| 885 |
+
"clip_ratio/low_mean": 0.0,
|
| 886 |
+
"clip_ratio/low_min": 0.0,
|
| 887 |
+
"clip_ratio/region_mean": 0.0,
|
| 888 |
+
"completion_length": 5.0,
|
| 889 |
+
"completions/clipped_ratio": 1.0,
|
| 890 |
+
"completions/max_length": 5.0,
|
| 891 |
+
"completions/max_terminated_length": 0.0,
|
| 892 |
+
"completions/mean_length": 5.0,
|
| 893 |
+
"completions/mean_terminated_length": 0.0,
|
| 894 |
+
"completions/min_length": 5.0,
|
| 895 |
+
"completions/min_terminated_length": 0.0,
|
| 896 |
+
"epoch": 0.007568359375,
|
| 897 |
+
"frac_reward_zero_std": 1.0,
|
| 898 |
+
"grad_norm": 1.0308043783879839e-05,
|
| 899 |
+
"kl": 7.216930680442601e-05,
|
| 900 |
+
"learning_rate": 4.444444444444444e-06,
|
| 901 |
+
"loss": 0.0,
|
| 902 |
+
"num_tokens": 6977.0,
|
| 903 |
+
"reward": 1.100000023841858,
|
| 904 |
+
"reward_std": 0.0,
|
| 905 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 906 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 907 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 908 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 909 |
+
"step": 31
|
| 910 |
+
},
|
| 911 |
+
{
|
| 912 |
+
"clip_ratio/high_max": 0.0,
|
| 913 |
+
"clip_ratio/high_mean": 0.0,
|
| 914 |
+
"clip_ratio/low_mean": 0.0,
|
| 915 |
+
"clip_ratio/low_min": 0.0,
|
| 916 |
+
"clip_ratio/region_mean": 0.0,
|
| 917 |
+
"completion_length": 5.0,
|
| 918 |
+
"completions/clipped_ratio": 1.0,
|
| 919 |
+
"completions/max_length": 5.0,
|
| 920 |
+
"completions/max_terminated_length": 0.0,
|
| 921 |
+
"completions/mean_length": 5.0,
|
| 922 |
+
"completions/mean_terminated_length": 0.0,
|
| 923 |
+
"completions/min_length": 5.0,
|
| 924 |
+
"completions/min_terminated_length": 0.0,
|
| 925 |
+
"epoch": 0.0078125,
|
| 926 |
+
"frac_reward_zero_std": 1.0,
|
| 927 |
+
"grad_norm": 1.8191285562352277e-06,
|
| 928 |
+
"kl": 3.886223112203879e-06,
|
| 929 |
+
"learning_rate": 4.407407407407408e-06,
|
| 930 |
+
"loss": 0.0,
|
| 931 |
+
"num_tokens": 7201.0,
|
| 932 |
+
"reward": 1.100000023841858,
|
| 933 |
+
"reward_std": 0.0,
|
| 934 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 935 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 936 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 937 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 938 |
+
"step": 32
|
| 939 |
+
},
|
| 940 |
+
{
|
| 941 |
+
"clip_ratio/high_max": 0.0,
|
| 942 |
+
"clip_ratio/high_mean": 0.0,
|
| 943 |
+
"clip_ratio/low_mean": 0.0,
|
| 944 |
+
"clip_ratio/low_min": 0.0,
|
| 945 |
+
"clip_ratio/region_mean": 0.0,
|
| 946 |
+
"completion_length": 5.25,
|
| 947 |
+
"completions/clipped_ratio": 1.0,
|
| 948 |
+
"completions/max_length": 6.0,
|
| 949 |
+
"completions/max_terminated_length": 0.0,
|
| 950 |
+
"completions/mean_length": 5.25,
|
| 951 |
+
"completions/mean_terminated_length": 0.0,
|
| 952 |
+
"completions/min_length": 5.0,
|
| 953 |
+
"completions/min_terminated_length": 0.0,
|
| 954 |
+
"epoch": 0.008056640625,
|
| 955 |
+
"frac_reward_zero_std": 0.0,
|
| 956 |
+
"grad_norm": 15.156084060668945,
|
| 957 |
+
"kl": 0.08206877112388611,
|
| 958 |
+
"learning_rate": 4.370370370370371e-06,
|
| 959 |
+
"loss": 0.0273,
|
| 960 |
+
"num_tokens": 7426.0,
|
| 961 |
+
"reward": 0.3500000238418579,
|
| 962 |
+
"reward_std": 0.5,
|
| 963 |
+
"rewards/reward_correct_answer/mean": 0.25,
|
| 964 |
+
"rewards/reward_correct_answer/std": 0.5,
|
| 965 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 966 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 967 |
+
"step": 33
|
| 968 |
+
},
|
| 969 |
+
{
|
| 970 |
+
"clip_ratio/high_max": 0.0,
|
| 971 |
+
"clip_ratio/high_mean": 0.0,
|
| 972 |
+
"clip_ratio/low_mean": 0.0,
|
| 973 |
+
"clip_ratio/low_min": 0.0,
|
| 974 |
+
"clip_ratio/region_mean": 0.0,
|
| 975 |
+
"completion_length": 5.0,
|
| 976 |
+
"completions/clipped_ratio": 1.0,
|
| 977 |
+
"completions/max_length": 5.0,
|
| 978 |
+
"completions/max_terminated_length": 0.0,
|
| 979 |
+
"completions/mean_length": 5.0,
|
| 980 |
+
"completions/mean_terminated_length": 0.0,
|
| 981 |
+
"completions/min_length": 5.0,
|
| 982 |
+
"completions/min_terminated_length": 0.0,
|
| 983 |
+
"epoch": 0.00830078125,
|
| 984 |
+
"frac_reward_zero_std": 1.0,
|
| 985 |
+
"grad_norm": 0.00010354633559472859,
|
| 986 |
+
"kl": 0.0035600902047008276,
|
| 987 |
+
"learning_rate": 4.333333333333334e-06,
|
| 988 |
+
"loss": 0.0,
|
| 989 |
+
"num_tokens": 7650.0,
|
| 990 |
+
"reward": 1.100000023841858,
|
| 991 |
+
"reward_std": 0.0,
|
| 992 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 993 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 994 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 995 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 996 |
+
"step": 34
|
| 997 |
+
},
|
| 998 |
+
{
|
| 999 |
+
"clip_ratio/high_max": 0.0,
|
| 1000 |
+
"clip_ratio/high_mean": 0.0,
|
| 1001 |
+
"clip_ratio/low_mean": 0.0,
|
| 1002 |
+
"clip_ratio/low_min": 0.0,
|
| 1003 |
+
"clip_ratio/region_mean": 0.0,
|
| 1004 |
+
"completion_length": 5.0,
|
| 1005 |
+
"completions/clipped_ratio": 1.0,
|
| 1006 |
+
"completions/max_length": 5.0,
|
| 1007 |
+
"completions/max_terminated_length": 0.0,
|
| 1008 |
+
"completions/mean_length": 5.0,
|
| 1009 |
+
"completions/mean_terminated_length": 0.0,
|
| 1010 |
+
"completions/min_length": 5.0,
|
| 1011 |
+
"completions/min_terminated_length": 0.0,
|
| 1012 |
+
"epoch": 0.008544921875,
|
| 1013 |
+
"frac_reward_zero_std": 1.0,
|
| 1014 |
+
"grad_norm": 7.800016987857816e-07,
|
| 1015 |
+
"kl": 5.769729796156753e-06,
|
| 1016 |
+
"learning_rate": 4.296296296296296e-06,
|
| 1017 |
+
"loss": 0.0,
|
| 1018 |
+
"num_tokens": 7874.0,
|
| 1019 |
+
"reward": 1.100000023841858,
|
| 1020 |
+
"reward_std": 0.0,
|
| 1021 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 1022 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 1023 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 1024 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 1025 |
+
"step": 35
|
| 1026 |
+
},
|
| 1027 |
+
{
|
| 1028 |
+
"clip_ratio/high_max": 0.0,
|
| 1029 |
+
"clip_ratio/high_mean": 0.0,
|
| 1030 |
+
"clip_ratio/low_mean": 0.09166666865348816,
|
| 1031 |
+
"clip_ratio/low_min": 0.09166666865348816,
|
| 1032 |
+
"clip_ratio/region_mean": 0.09166666865348816,
|
| 1033 |
+
"completion_length": 5.75,
|
| 1034 |
+
"completions/clipped_ratio": 1.0,
|
| 1035 |
+
"completions/max_length": 6.0,
|
| 1036 |
+
"completions/max_terminated_length": 0.0,
|
| 1037 |
+
"completions/mean_length": 5.75,
|
| 1038 |
+
"completions/mean_terminated_length": 0.0,
|
| 1039 |
+
"completions/min_length": 5.0,
|
| 1040 |
+
"completions/min_terminated_length": 0.0,
|
| 1041 |
+
"epoch": 0.0087890625,
|
| 1042 |
+
"frac_reward_zero_std": 0.0,
|
| 1043 |
+
"grad_norm": 5.547388076782227,
|
| 1044 |
+
"kl": 1.1836238503456116,
|
| 1045 |
+
"learning_rate": 4.2592592592592596e-06,
|
| 1046 |
+
"loss": -0.0177,
|
| 1047 |
+
"num_tokens": 8101.0,
|
| 1048 |
+
"reward": 0.6000000238418579,
|
| 1049 |
+
"reward_std": 0.5773502588272095,
|
| 1050 |
+
"rewards/reward_correct_answer/mean": 0.5,
|
| 1051 |
+
"rewards/reward_correct_answer/std": 0.5773502588272095,
|
| 1052 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 1053 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 1054 |
+
"step": 36
|
| 1055 |
+
},
|
| 1056 |
+
{
|
| 1057 |
+
"clip_ratio/high_max": 0.0,
|
| 1058 |
+
"clip_ratio/high_mean": 0.0,
|
| 1059 |
+
"clip_ratio/low_mean": 0.0,
|
| 1060 |
+
"clip_ratio/low_min": 0.0,
|
| 1061 |
+
"clip_ratio/region_mean": 0.0,
|
| 1062 |
+
"completion_length": 6.0,
|
| 1063 |
+
"completions/clipped_ratio": 1.0,
|
| 1064 |
+
"completions/max_length": 6.0,
|
| 1065 |
+
"completions/max_terminated_length": 0.0,
|
| 1066 |
+
"completions/mean_length": 6.0,
|
| 1067 |
+
"completions/mean_terminated_length": 0.0,
|
| 1068 |
+
"completions/min_length": 6.0,
|
| 1069 |
+
"completions/min_terminated_length": 0.0,
|
| 1070 |
+
"epoch": 0.009033203125,
|
| 1071 |
+
"frac_reward_zero_std": 1.0,
|
| 1072 |
+
"grad_norm": 4.212265878322796e-07,
|
| 1073 |
+
"kl": 2.4437904357910156e-06,
|
| 1074 |
+
"learning_rate": 4.222222222222223e-06,
|
| 1075 |
+
"loss": 0.0,
|
| 1076 |
+
"num_tokens": 8329.0,
|
| 1077 |
+
"reward": 1.100000023841858,
|
| 1078 |
+
"reward_std": 0.0,
|
| 1079 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 1080 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 1081 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 1082 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 1083 |
+
"step": 37
|
| 1084 |
+
},
|
| 1085 |
+
{
|
| 1086 |
+
"clip_ratio/high_max": 0.0,
|
| 1087 |
+
"clip_ratio/high_mean": 0.0,
|
| 1088 |
+
"clip_ratio/low_mean": 0.0,
|
| 1089 |
+
"clip_ratio/low_min": 0.0,
|
| 1090 |
+
"clip_ratio/region_mean": 0.0,
|
| 1091 |
+
"completion_length": 6.0,
|
| 1092 |
+
"completions/clipped_ratio": 1.0,
|
| 1093 |
+
"completions/max_length": 6.0,
|
| 1094 |
+
"completions/max_terminated_length": 0.0,
|
| 1095 |
+
"completions/mean_length": 6.0,
|
| 1096 |
+
"completions/mean_terminated_length": 0.0,
|
| 1097 |
+
"completions/min_length": 6.0,
|
| 1098 |
+
"completions/min_terminated_length": 0.0,
|
| 1099 |
+
"epoch": 0.00927734375,
|
| 1100 |
+
"frac_reward_zero_std": 1.0,
|
| 1101 |
+
"grad_norm": 4.034865014546085e-06,
|
| 1102 |
+
"kl": 0.00011650721717160195,
|
| 1103 |
+
"learning_rate": 4.185185185185185e-06,
|
| 1104 |
+
"loss": 0.0,
|
| 1105 |
+
"num_tokens": 8557.0,
|
| 1106 |
+
"reward": 1.100000023841858,
|
| 1107 |
+
"reward_std": 0.0,
|
| 1108 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 1109 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 1110 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 1111 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 1112 |
+
"step": 38
|
| 1113 |
+
},
|
| 1114 |
+
{
|
| 1115 |
+
"clip_ratio/high_max": 0.0,
|
| 1116 |
+
"clip_ratio/high_mean": 0.0,
|
| 1117 |
+
"clip_ratio/low_mean": 0.0,
|
| 1118 |
+
"clip_ratio/low_min": 0.0,
|
| 1119 |
+
"clip_ratio/region_mean": 0.0,
|
| 1120 |
+
"completion_length": 5.0,
|
| 1121 |
+
"completions/clipped_ratio": 1.0,
|
| 1122 |
+
"completions/max_length": 5.0,
|
| 1123 |
+
"completions/max_terminated_length": 0.0,
|
| 1124 |
+
"completions/mean_length": 5.0,
|
| 1125 |
+
"completions/mean_terminated_length": 0.0,
|
| 1126 |
+
"completions/min_length": 5.0,
|
| 1127 |
+
"completions/min_terminated_length": 0.0,
|
| 1128 |
+
"epoch": 0.009521484375,
|
| 1129 |
+
"frac_reward_zero_std": 1.0,
|
| 1130 |
+
"grad_norm": 3.4429993434059725e-07,
|
| 1131 |
+
"kl": 1.180172034764837e-06,
|
| 1132 |
+
"learning_rate": 4.1481481481481485e-06,
|
| 1133 |
+
"loss": 0.0,
|
| 1134 |
+
"num_tokens": 8781.0,
|
| 1135 |
+
"reward": 1.100000023841858,
|
| 1136 |
+
"reward_std": 0.0,
|
| 1137 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 1138 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 1139 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 1140 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 1141 |
+
"step": 39
|
| 1142 |
+
},
|
| 1143 |
+
{
|
| 1144 |
+
"clip_ratio/high_max": 0.0,
|
| 1145 |
+
"clip_ratio/high_mean": 0.0,
|
| 1146 |
+
"clip_ratio/low_mean": 0.0,
|
| 1147 |
+
"clip_ratio/low_min": 0.0,
|
| 1148 |
+
"clip_ratio/region_mean": 0.0,
|
| 1149 |
+
"completion_length": 5.25,
|
| 1150 |
+
"completions/clipped_ratio": 1.0,
|
| 1151 |
+
"completions/max_length": 6.0,
|
| 1152 |
+
"completions/max_terminated_length": 0.0,
|
| 1153 |
+
"completions/mean_length": 5.25,
|
| 1154 |
+
"completions/mean_terminated_length": 0.0,
|
| 1155 |
+
"completions/min_length": 5.0,
|
| 1156 |
+
"completions/min_terminated_length": 0.0,
|
| 1157 |
+
"epoch": 0.009765625,
|
| 1158 |
+
"frac_reward_zero_std": 0.0,
|
| 1159 |
+
"grad_norm": 24.663333892822266,
|
| 1160 |
+
"kl": 0.16362620005384088,
|
| 1161 |
+
"learning_rate": 4.111111111111111e-06,
|
| 1162 |
+
"loss": -0.0008,
|
| 1163 |
+
"num_tokens": 9006.0,
|
| 1164 |
+
"reward": 0.3500000238418579,
|
| 1165 |
+
"reward_std": 0.5,
|
| 1166 |
+
"rewards/reward_correct_answer/mean": 0.25,
|
| 1167 |
+
"rewards/reward_correct_answer/std": 0.5,
|
| 1168 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 1169 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 1170 |
+
"step": 40
|
| 1171 |
+
},
|
| 1172 |
+
{
|
| 1173 |
+
"clip_ratio/high_max": 0.0,
|
| 1174 |
+
"clip_ratio/high_mean": 0.0,
|
| 1175 |
+
"clip_ratio/low_mean": 0.0,
|
| 1176 |
+
"clip_ratio/low_min": 0.0,
|
| 1177 |
+
"clip_ratio/region_mean": 0.0,
|
| 1178 |
+
"completion_length": 6.0,
|
| 1179 |
+
"completions/clipped_ratio": 1.0,
|
| 1180 |
+
"completions/max_length": 6.0,
|
| 1181 |
+
"completions/max_terminated_length": 0.0,
|
| 1182 |
+
"completions/mean_length": 6.0,
|
| 1183 |
+
"completions/mean_terminated_length": 0.0,
|
| 1184 |
+
"completions/min_length": 6.0,
|
| 1185 |
+
"completions/min_terminated_length": 0.0,
|
| 1186 |
+
"epoch": 0.010009765625,
|
| 1187 |
+
"frac_reward_zero_std": 1.0,
|
| 1188 |
+
"grad_norm": 0.002748520579189062,
|
| 1189 |
+
"kl": 0.04048967361450195,
|
| 1190 |
+
"learning_rate": 4.074074074074074e-06,
|
| 1191 |
+
"loss": 0.0,
|
| 1192 |
+
"num_tokens": 9234.0,
|
| 1193 |
+
"reward": 1.100000023841858,
|
| 1194 |
+
"reward_std": 0.0,
|
| 1195 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 1196 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 1197 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 1198 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 1199 |
+
"step": 41
|
| 1200 |
+
},
|
| 1201 |
+
{
|
| 1202 |
+
"clip_ratio/high_max": 0.0,
|
| 1203 |
+
"clip_ratio/high_mean": 0.0,
|
| 1204 |
+
"clip_ratio/low_mean": 0.0,
|
| 1205 |
+
"clip_ratio/low_min": 0.0,
|
| 1206 |
+
"clip_ratio/region_mean": 0.0,
|
| 1207 |
+
"completion_length": 6.0,
|
| 1208 |
+
"completions/clipped_ratio": 1.0,
|
| 1209 |
+
"completions/max_length": 6.0,
|
| 1210 |
+
"completions/max_terminated_length": 0.0,
|
| 1211 |
+
"completions/mean_length": 6.0,
|
| 1212 |
+
"completions/mean_terminated_length": 0.0,
|
| 1213 |
+
"completions/min_length": 6.0,
|
| 1214 |
+
"completions/min_terminated_length": 0.0,
|
| 1215 |
+
"epoch": 0.01025390625,
|
| 1216 |
+
"frac_reward_zero_std": 1.0,
|
| 1217 |
+
"grad_norm": 0.0033599224407225847,
|
| 1218 |
+
"kl": 0.06288079917430878,
|
| 1219 |
+
"learning_rate": 4.037037037037037e-06,
|
| 1220 |
+
"loss": 0.0001,
|
| 1221 |
+
"num_tokens": 9462.0,
|
| 1222 |
+
"reward": 1.100000023841858,
|
| 1223 |
+
"reward_std": 0.0,
|
| 1224 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 1225 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 1226 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 1227 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 1228 |
+
"step": 42
|
| 1229 |
+
},
|
| 1230 |
+
{
|
| 1231 |
+
"clip_ratio/high_max": 0.0,
|
| 1232 |
+
"clip_ratio/high_mean": 0.0,
|
| 1233 |
+
"clip_ratio/low_mean": 0.0,
|
| 1234 |
+
"clip_ratio/low_min": 0.0,
|
| 1235 |
+
"clip_ratio/region_mean": 0.0,
|
| 1236 |
+
"completion_length": 6.0,
|
| 1237 |
+
"completions/clipped_ratio": 1.0,
|
| 1238 |
+
"completions/max_length": 6.0,
|
| 1239 |
+
"completions/max_terminated_length": 0.0,
|
| 1240 |
+
"completions/mean_length": 6.0,
|
| 1241 |
+
"completions/mean_terminated_length": 0.0,
|
| 1242 |
+
"completions/min_length": 6.0,
|
| 1243 |
+
"completions/min_terminated_length": 0.0,
|
| 1244 |
+
"epoch": 0.010498046875,
|
| 1245 |
+
"frac_reward_zero_std": 1.0,
|
| 1246 |
+
"grad_norm": 0.0031793536618351936,
|
| 1247 |
+
"kl": 0.002146601676940918,
|
| 1248 |
+
"learning_rate": 4.000000000000001e-06,
|
| 1249 |
+
"loss": 0.0,
|
| 1250 |
+
"num_tokens": 9690.0,
|
| 1251 |
+
"reward": 1.100000023841858,
|
| 1252 |
+
"reward_std": 0.0,
|
| 1253 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 1254 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 1255 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 1256 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 1257 |
+
"step": 43
|
| 1258 |
+
},
|
| 1259 |
+
{
|
| 1260 |
+
"clip_ratio/high_max": 0.0,
|
| 1261 |
+
"clip_ratio/high_mean": 0.0,
|
| 1262 |
+
"clip_ratio/low_mean": 0.0,
|
| 1263 |
+
"clip_ratio/low_min": 0.0,
|
| 1264 |
+
"clip_ratio/region_mean": 0.0,
|
| 1265 |
+
"completion_length": 5.0,
|
| 1266 |
+
"completions/clipped_ratio": 1.0,
|
| 1267 |
+
"completions/max_length": 5.0,
|
| 1268 |
+
"completions/max_terminated_length": 0.0,
|
| 1269 |
+
"completions/mean_length": 5.0,
|
| 1270 |
+
"completions/mean_terminated_length": 0.0,
|
| 1271 |
+
"completions/min_length": 5.0,
|
| 1272 |
+
"completions/min_terminated_length": 0.0,
|
| 1273 |
+
"epoch": 0.0107421875,
|
| 1274 |
+
"frac_reward_zero_std": 1.0,
|
| 1275 |
+
"grad_norm": 1.9671672362164827e-06,
|
| 1276 |
+
"kl": 2.7513504392118193e-05,
|
| 1277 |
+
"learning_rate": 3.962962962962963e-06,
|
| 1278 |
+
"loss": 0.0,
|
| 1279 |
+
"num_tokens": 9914.0,
|
| 1280 |
+
"reward": 1.100000023841858,
|
| 1281 |
+
"reward_std": 0.0,
|
| 1282 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 1283 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 1284 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 1285 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 1286 |
+
"step": 44
|
| 1287 |
+
},
|
| 1288 |
+
{
|
| 1289 |
+
"clip_ratio/high_max": 0.0,
|
| 1290 |
+
"clip_ratio/high_mean": 0.0,
|
| 1291 |
+
"clip_ratio/low_mean": 0.0,
|
| 1292 |
+
"clip_ratio/low_min": 0.0,
|
| 1293 |
+
"clip_ratio/region_mean": 0.0,
|
| 1294 |
+
"completion_length": 6.0,
|
| 1295 |
+
"completions/clipped_ratio": 1.0,
|
| 1296 |
+
"completions/max_length": 6.0,
|
| 1297 |
+
"completions/max_terminated_length": 0.0,
|
| 1298 |
+
"completions/mean_length": 6.0,
|
| 1299 |
+
"completions/mean_terminated_length": 0.0,
|
| 1300 |
+
"completions/min_length": 6.0,
|
| 1301 |
+
"completions/min_terminated_length": 0.0,
|
| 1302 |
+
"epoch": 0.010986328125,
|
| 1303 |
+
"frac_reward_zero_std": 1.0,
|
| 1304 |
+
"grad_norm": 5.092861101729795e-07,
|
| 1305 |
+
"kl": 3.337860107421875e-05,
|
| 1306 |
+
"learning_rate": 3.925925925925926e-06,
|
| 1307 |
+
"loss": 0.0,
|
| 1308 |
+
"num_tokens": 10142.0,
|
| 1309 |
+
"reward": 1.100000023841858,
|
| 1310 |
+
"reward_std": 0.0,
|
| 1311 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 1312 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 1313 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 1314 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 1315 |
+
"step": 45
|
| 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 |
+
"completion_length": 5.0,
|
| 1324 |
+
"completions/clipped_ratio": 1.0,
|
| 1325 |
+
"completions/max_length": 5.0,
|
| 1326 |
+
"completions/max_terminated_length": 0.0,
|
| 1327 |
+
"completions/mean_length": 5.0,
|
| 1328 |
+
"completions/mean_terminated_length": 0.0,
|
| 1329 |
+
"completions/min_length": 5.0,
|
| 1330 |
+
"completions/min_terminated_length": 0.0,
|
| 1331 |
+
"epoch": 0.01123046875,
|
| 1332 |
+
"frac_reward_zero_std": 1.0,
|
| 1333 |
+
"grad_norm": 2.3712750873983168e-08,
|
| 1334 |
+
"kl": 9.536743306171047e-08,
|
| 1335 |
+
"learning_rate": 3.88888888888889e-06,
|
| 1336 |
+
"loss": 0.0,
|
| 1337 |
+
"num_tokens": 10366.0,
|
| 1338 |
+
"reward": 1.100000023841858,
|
| 1339 |
+
"reward_std": 0.0,
|
| 1340 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 1341 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 1342 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 1343 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 1344 |
+
"step": 46
|
| 1345 |
+
},
|
| 1346 |
+
{
|
| 1347 |
+
"clip_ratio/high_max": 0.0,
|
| 1348 |
+
"clip_ratio/high_mean": 0.0,
|
| 1349 |
+
"clip_ratio/low_mean": 0.0,
|
| 1350 |
+
"clip_ratio/low_min": 0.0,
|
| 1351 |
+
"clip_ratio/region_mean": 0.0,
|
| 1352 |
+
"completion_length": 5.0,
|
| 1353 |
+
"completions/clipped_ratio": 1.0,
|
| 1354 |
+
"completions/max_length": 5.0,
|
| 1355 |
+
"completions/max_terminated_length": 0.0,
|
| 1356 |
+
"completions/mean_length": 5.0,
|
| 1357 |
+
"completions/mean_terminated_length": 0.0,
|
| 1358 |
+
"completions/min_length": 5.0,
|
| 1359 |
+
"completions/min_terminated_length": 0.0,
|
| 1360 |
+
"epoch": 0.011474609375,
|
| 1361 |
+
"frac_reward_zero_std": 1.0,
|
| 1362 |
+
"grad_norm": 4.5163797701697206e-10,
|
| 1363 |
+
"kl": 0.0,
|
| 1364 |
+
"learning_rate": 3.851851851851852e-06,
|
| 1365 |
+
"loss": 0.0,
|
| 1366 |
+
"num_tokens": 10590.0,
|
| 1367 |
+
"reward": 1.100000023841858,
|
| 1368 |
+
"reward_std": 0.0,
|
| 1369 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 1370 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 1371 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 1372 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 1373 |
+
"step": 47
|
| 1374 |
+
},
|
| 1375 |
+
{
|
| 1376 |
+
"clip_ratio/high_max": 0.0,
|
| 1377 |
+
"clip_ratio/high_mean": 0.0,
|
| 1378 |
+
"clip_ratio/low_mean": 0.0,
|
| 1379 |
+
"clip_ratio/low_min": 0.0,
|
| 1380 |
+
"clip_ratio/region_mean": 0.0,
|
| 1381 |
+
"completion_length": 5.0,
|
| 1382 |
+
"completions/clipped_ratio": 1.0,
|
| 1383 |
+
"completions/max_length": 5.0,
|
| 1384 |
+
"completions/max_terminated_length": 0.0,
|
| 1385 |
+
"completions/mean_length": 5.0,
|
| 1386 |
+
"completions/mean_terminated_length": 0.0,
|
| 1387 |
+
"completions/min_length": 5.0,
|
| 1388 |
+
"completions/min_terminated_length": 0.0,
|
| 1389 |
+
"epoch": 0.01171875,
|
| 1390 |
+
"frac_reward_zero_std": 1.0,
|
| 1391 |
+
"grad_norm": 1.5043545076309783e-08,
|
| 1392 |
+
"kl": 0.0,
|
| 1393 |
+
"learning_rate": 3.814814814814815e-06,
|
| 1394 |
+
"loss": 0.0,
|
| 1395 |
+
"num_tokens": 10814.0,
|
| 1396 |
+
"reward": 1.100000023841858,
|
| 1397 |
+
"reward_std": 0.0,
|
| 1398 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 1399 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 1400 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 1401 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 1402 |
+
"step": 48
|
| 1403 |
+
},
|
| 1404 |
+
{
|
| 1405 |
+
"clip_ratio/high_max": 0.0,
|
| 1406 |
+
"clip_ratio/high_mean": 0.0,
|
| 1407 |
+
"clip_ratio/low_mean": 0.0,
|
| 1408 |
+
"clip_ratio/low_min": 0.0,
|
| 1409 |
+
"clip_ratio/region_mean": 0.0,
|
| 1410 |
+
"completion_length": 5.0,
|
| 1411 |
+
"completions/clipped_ratio": 1.0,
|
| 1412 |
+
"completions/max_length": 5.0,
|
| 1413 |
+
"completions/max_terminated_length": 0.0,
|
| 1414 |
+
"completions/mean_length": 5.0,
|
| 1415 |
+
"completions/mean_terminated_length": 0.0,
|
| 1416 |
+
"completions/min_length": 5.0,
|
| 1417 |
+
"completions/min_terminated_length": 0.0,
|
| 1418 |
+
"epoch": 0.011962890625,
|
| 1419 |
+
"frac_reward_zero_std": 1.0,
|
| 1420 |
+
"grad_norm": 2.3994104481062095e-08,
|
| 1421 |
+
"kl": 4.7683716530855236e-08,
|
| 1422 |
+
"learning_rate": 3.777777777777778e-06,
|
| 1423 |
+
"loss": 0.0,
|
| 1424 |
+
"num_tokens": 11038.0,
|
| 1425 |
+
"reward": 1.100000023841858,
|
| 1426 |
+
"reward_std": 0.0,
|
| 1427 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 1428 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 1429 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 1430 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 1431 |
+
"step": 49
|
| 1432 |
+
},
|
| 1433 |
+
{
|
| 1434 |
+
"clip_ratio/high_max": 0.0,
|
| 1435 |
+
"clip_ratio/high_mean": 0.0,
|
| 1436 |
+
"clip_ratio/low_mean": 0.0,
|
| 1437 |
+
"clip_ratio/low_min": 0.0,
|
| 1438 |
+
"clip_ratio/region_mean": 0.0,
|
| 1439 |
+
"completion_length": 6.0,
|
| 1440 |
+
"completions/clipped_ratio": 1.0,
|
| 1441 |
+
"completions/max_length": 6.0,
|
| 1442 |
+
"completions/max_terminated_length": 0.0,
|
| 1443 |
+
"completions/mean_length": 6.0,
|
| 1444 |
+
"completions/mean_terminated_length": 0.0,
|
| 1445 |
+
"completions/min_length": 6.0,
|
| 1446 |
+
"completions/min_terminated_length": 0.0,
|
| 1447 |
+
"epoch": 0.01220703125,
|
| 1448 |
+
"frac_reward_zero_std": 1.0,
|
| 1449 |
+
"grad_norm": 2.5674165016198458e-08,
|
| 1450 |
+
"kl": 6.35782896551973e-07,
|
| 1451 |
+
"learning_rate": 3.740740740740741e-06,
|
| 1452 |
+
"loss": 0.0,
|
| 1453 |
+
"num_tokens": 11266.0,
|
| 1454 |
+
"reward": 1.100000023841858,
|
| 1455 |
+
"reward_std": 0.0,
|
| 1456 |
+
"rewards/reward_correct_answer/mean": 1.0,
|
| 1457 |
+
"rewards/reward_correct_answer/std": 0.0,
|
| 1458 |
+
"rewards/reward_strict_format/mean": 0.10000000149011612,
|
| 1459 |
+
"rewards/reward_strict_format/std": 0.0,
|
| 1460 |
+
"step": 50
|
| 1461 |
+
}
|
| 1462 |
+
],
|
| 1463 |
+
"logging_steps": 1,
|
| 1464 |
+
"max_steps": 150,
|
| 1465 |
+
"num_input_tokens_seen": 11266,
|
| 1466 |
+
"num_train_epochs": 1,
|
| 1467 |
+
"save_steps": 50,
|
| 1468 |
+
"stateful_callbacks": {
|
| 1469 |
+
"TrainerControl": {
|
| 1470 |
+
"args": {
|
| 1471 |
+
"should_epoch_stop": false,
|
| 1472 |
+
"should_evaluate": false,
|
| 1473 |
+
"should_log": false,
|
| 1474 |
+
"should_save": true,
|
| 1475 |
+
"should_training_stop": false
|
| 1476 |
+
},
|
| 1477 |
+
"attributes": {}
|
| 1478 |
+
}
|
| 1479 |
+
},
|
| 1480 |
+
"total_flos": 0.0,
|
| 1481 |
+
"train_batch_size": 1,
|
| 1482 |
+
"trial_name": null,
|
| 1483 |
+
"trial_params": null
|
| 1484 |
+
}
|
last-checkpoint/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4ca541c9ac6b151ffb2e4e619e9e8f75be96be4e7c6cea8204247032d540fb1
|
| 3 |
+
size 7761
|
last-checkpoint/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|