Instructions to use agentic-moral-alignment/qwen35-9b__ipd_str_tft__util__native_tool__r1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use agentic-moral-alignment/qwen35-9b__ipd_str_tft__util__native_tool__r1 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("agentic-moral-alignment/qwen35-9b__ipd_str_tft__util__native_tool__r1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Training in progress, step 400, checkpoint
Browse files- .gitattributes +1 -0
- checkpoint-400/README.md +210 -0
- checkpoint-400/adapter_config.json +50 -0
- checkpoint-400/adapter_model.safetensors +3 -0
- checkpoint-400/chat_template.jinja +155 -0
- checkpoint-400/optimizer.pt +3 -0
- checkpoint-400/rng_state.pth +3 -0
- checkpoint-400/scheduler.pt +3 -0
- checkpoint-400/tokenizer.json +3 -0
- checkpoint-400/tokenizer_config.json +33 -0
- checkpoint-400/trainer_state.json +2274 -0
- checkpoint-400/training_args.bin +3 -0
.gitattributes
CHANGED
|
@@ -49,3 +49,4 @@ checkpoint-300/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
| 49 |
checkpoint-325/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 50 |
checkpoint-350/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 51 |
checkpoint-375/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 49 |
checkpoint-325/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 50 |
checkpoint-350/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 51 |
checkpoint-375/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
checkpoint-400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-400/README.md
ADDED
|
@@ -0,0 +1,210 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/Qwen3.5-9B
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:unsloth/Qwen3.5-9B
|
| 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
|
checkpoint-400/adapter_config.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "Qwen3_5ForConditionalGeneration",
|
| 7 |
+
"parent_library": "transformers.models.qwen3_5.modeling_qwen3_5",
|
| 8 |
+
"unsloth_fixed": true
|
| 9 |
+
},
|
| 10 |
+
"base_model_name_or_path": "unsloth/Qwen3.5-9B",
|
| 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": 64,
|
| 33 |
+
"rank_pattern": {},
|
| 34 |
+
"revision": null,
|
| 35 |
+
"target_modules": [
|
| 36 |
+
"v_proj",
|
| 37 |
+
"o_proj",
|
| 38 |
+
"gate_proj",
|
| 39 |
+
"down_proj",
|
| 40 |
+
"q_proj",
|
| 41 |
+
"up_proj",
|
| 42 |
+
"k_proj"
|
| 43 |
+
],
|
| 44 |
+
"target_parameters": null,
|
| 45 |
+
"task_type": "CAUSAL_LM",
|
| 46 |
+
"trainable_token_indices": null,
|
| 47 |
+
"use_dora": false,
|
| 48 |
+
"use_qalora": false,
|
| 49 |
+
"use_rslora": false
|
| 50 |
+
}
|
checkpoint-400/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6d13667256ca87db7dd579d54c1e0d043aba60fba58656e017fbd976b541b45
|
| 3 |
+
size 465605896
|
checkpoint-400/chat_template.jinja
ADDED
|
@@ -0,0 +1,155 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- set image_count = namespace(value=0) %}
|
| 2 |
+
{%- set video_count = namespace(value=0) %}
|
| 3 |
+
{%- macro render_content(content, do_vision_count, is_system_content=false) %}
|
| 4 |
+
{%- if content is string %}
|
| 5 |
+
{{- content }}
|
| 6 |
+
{%- elif content is iterable and content is not mapping %}
|
| 7 |
+
{%- for item in content %}
|
| 8 |
+
{%- if 'image' in item or 'image_url' in item or item.type == 'image' %}
|
| 9 |
+
{%- if is_system_content %}
|
| 10 |
+
{{- raise_exception('System message cannot contain images.') }}
|
| 11 |
+
{%- endif %}
|
| 12 |
+
{%- if do_vision_count %}
|
| 13 |
+
{%- set image_count.value = image_count.value + 1 %}
|
| 14 |
+
{%- endif %}
|
| 15 |
+
{%- if add_vision_id %}
|
| 16 |
+
{{- 'Picture ' ~ image_count.value ~ ': ' }}
|
| 17 |
+
{%- endif %}
|
| 18 |
+
{{- '<|vision_start|><|image_pad|><|vision_end|>' }}
|
| 19 |
+
{%- elif 'video' in item or item.type == 'video' %}
|
| 20 |
+
{%- if is_system_content %}
|
| 21 |
+
{{- raise_exception('System message cannot contain videos.') }}
|
| 22 |
+
{%- endif %}
|
| 23 |
+
{%- if do_vision_count %}
|
| 24 |
+
{%- set video_count.value = video_count.value + 1 %}
|
| 25 |
+
{%- endif %}
|
| 26 |
+
{%- if add_vision_id %}
|
| 27 |
+
{{- 'Video ' ~ video_count.value ~ ': ' }}
|
| 28 |
+
{%- endif %}
|
| 29 |
+
{{- '<|vision_start|><|video_pad|><|vision_end|>' }}
|
| 30 |
+
{%- elif 'text' in item %}
|
| 31 |
+
{{- item.text }}
|
| 32 |
+
{%- else %}
|
| 33 |
+
{{- raise_exception('Unexpected item type in content.') }}
|
| 34 |
+
{%- endif %}
|
| 35 |
+
{%- endfor %}
|
| 36 |
+
{%- elif content is none or content is undefined %}
|
| 37 |
+
{{- '' }}
|
| 38 |
+
{%- else %}
|
| 39 |
+
{{- raise_exception('Unexpected content type.') }}
|
| 40 |
+
{%- endif %}
|
| 41 |
+
{%- endmacro %}
|
| 42 |
+
{%- if not messages %}
|
| 43 |
+
{{- raise_exception('No messages provided.') }}
|
| 44 |
+
{%- endif %}
|
| 45 |
+
{%- if tools and tools is iterable and tools is not mapping %}
|
| 46 |
+
{{- '<|im_start|>system\n' }}
|
| 47 |
+
{{- "# Tools\n\nYou have access to the following functions:\n\n<tools>" }}
|
| 48 |
+
{%- for tool in tools %}
|
| 49 |
+
{{- "\n" }}
|
| 50 |
+
{{- tool | tojson }}
|
| 51 |
+
{%- endfor %}
|
| 52 |
+
{{- "\n</tools>" }}
|
| 53 |
+
{{- '\n\nIf you choose to call a function ONLY reply in the following format with NO suffix:\n\n<tool_call>\n<function=example_function_name>\n<parameter=example_parameter_1>\nvalue_1\n</parameter>\n<parameter=example_parameter_2>\nThis is the value for the second parameter\nthat can span\nmultiple lines\n</parameter>\n</function>\n</tool_call>\n\n<IMPORTANT>\nReminder:\n- Function calls MUST follow the specified format: an inner <function=...></function> block must be nested within <tool_call></tool_call> XML tags\n- Required parameters MUST be specified\n- You may provide optional reasoning for your function call in natural language BEFORE the function call, but NOT after\n- If there is no function call available, answer the question like normal with your current knowledge and do not tell the user about function calls\n</IMPORTANT>' }}
|
| 54 |
+
{%- if messages[0].role == 'system' %}
|
| 55 |
+
{%- set content = render_content(messages[0].content, false, true)|trim %}
|
| 56 |
+
{%- if content %}
|
| 57 |
+
{{- '\n\n' + content }}
|
| 58 |
+
{%- endif %}
|
| 59 |
+
{%- endif %}
|
| 60 |
+
{{- '<|im_end|>\n' }}
|
| 61 |
+
{%- else %}
|
| 62 |
+
{%- if messages[0].role == 'system' %}
|
| 63 |
+
{%- set content = render_content(messages[0].content, false, true)|trim %}
|
| 64 |
+
{{- '<|im_start|>system\n' + content + '<|im_end|>\n' }}
|
| 65 |
+
{%- endif %}
|
| 66 |
+
{%- endif %}
|
| 67 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
| 68 |
+
{%- for message in messages[::-1] %}
|
| 69 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
| 70 |
+
{%- if ns.multi_step_tool and message.role == "user" %}
|
| 71 |
+
{%- set content = render_content(message.content, false)|trim %}
|
| 72 |
+
{%- if not(content.startswith('<tool_response>') and content.endswith('</tool_response>')) %}
|
| 73 |
+
{%- set ns.multi_step_tool = false %}
|
| 74 |
+
{%- set ns.last_query_index = index %}
|
| 75 |
+
{%- endif %}
|
| 76 |
+
{%- endif %}
|
| 77 |
+
{%- endfor %}
|
| 78 |
+
{%- if ns.multi_step_tool %}
|
| 79 |
+
{{- raise_exception('No user query found in messages.') }}
|
| 80 |
+
{%- endif %}
|
| 81 |
+
{%- for message in messages %}
|
| 82 |
+
{%- set content = render_content(message.content, true)|trim %}
|
| 83 |
+
{%- if message.role == "system" %}
|
| 84 |
+
{%- if not loop.first %}
|
| 85 |
+
{{- raise_exception('System message must be at the beginning.') }}
|
| 86 |
+
{%- endif %}
|
| 87 |
+
{%- elif message.role == "user" %}
|
| 88 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
| 89 |
+
{%- elif message.role == "assistant" %}
|
| 90 |
+
{%- set reasoning_content = '' %}
|
| 91 |
+
{%- if message.reasoning_content is string %}
|
| 92 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 93 |
+
{%- else %}
|
| 94 |
+
{%- if '</think>' in content %}
|
| 95 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 96 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
| 97 |
+
{%- endif %}
|
| 98 |
+
{%- endif %}
|
| 99 |
+
{%- set reasoning_content = reasoning_content|trim %}
|
| 100 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 101 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content + '\n</think>\n\n' + content }}
|
| 102 |
+
{%- else %}
|
| 103 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 104 |
+
{%- endif %}
|
| 105 |
+
{%- if message.tool_calls and message.tool_calls is iterable and message.tool_calls is not mapping %}
|
| 106 |
+
{%- for tool_call in message.tool_calls %}
|
| 107 |
+
{%- if tool_call.function is defined %}
|
| 108 |
+
{%- set tool_call = tool_call.function %}
|
| 109 |
+
{%- endif %}
|
| 110 |
+
{%- if loop.first %}
|
| 111 |
+
{%- if content|trim %}
|
| 112 |
+
{{- '\n\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
|
| 113 |
+
{%- else %}
|
| 114 |
+
{{- '<tool_call>\n<function=' + tool_call.name + '>\n' }}
|
| 115 |
+
{%- endif %}
|
| 116 |
+
{%- else %}
|
| 117 |
+
{{- '\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
|
| 118 |
+
{%- endif %}
|
| 119 |
+
{%- if tool_call.arguments is mapping %}
|
| 120 |
+
{%- for args_name in tool_call.arguments %}
|
| 121 |
+
{%- set args_value = tool_call.arguments[args_name] %}
|
| 122 |
+
{{- '<parameter=' + args_name + '>\n' }}
|
| 123 |
+
{%- set args_value = args_value | tojson | safe if args_value is mapping or (args_value is sequence and args_value is not string) else args_value | string %}
|
| 124 |
+
{{- args_value }}
|
| 125 |
+
{{- '\n</parameter>\n' }}
|
| 126 |
+
{%- endfor %}
|
| 127 |
+
{%- endif %}
|
| 128 |
+
{{- '</function>\n</tool_call>' }}
|
| 129 |
+
{%- endfor %}
|
| 130 |
+
{%- endif %}
|
| 131 |
+
{{- '<|im_end|>\n' }}
|
| 132 |
+
{%- elif message.role == "tool" %}
|
| 133 |
+
{%- if loop.previtem and loop.previtem.role != "tool" %}
|
| 134 |
+
{{- '<|im_start|>user' }}
|
| 135 |
+
{%- endif %}
|
| 136 |
+
{{- '\n<tool_response>\n' }}
|
| 137 |
+
{{- content }}
|
| 138 |
+
{{- '\n</tool_response>' }}
|
| 139 |
+
{%- if not loop.last and loop.nextitem.role != "tool" %}
|
| 140 |
+
{{- '<|im_end|>\n' }}
|
| 141 |
+
{%- elif loop.last %}
|
| 142 |
+
{{- '<|im_end|>\n' }}
|
| 143 |
+
{%- endif %}
|
| 144 |
+
{%- else %}
|
| 145 |
+
{{- raise_exception('Unexpected message role.') }}
|
| 146 |
+
{%- endif %}
|
| 147 |
+
{%- endfor %}
|
| 148 |
+
{%- if add_generation_prompt %}
|
| 149 |
+
{{- '<|im_start|>assistant\n' }}
|
| 150 |
+
{%- if enable_thinking is defined and enable_thinking is true %}
|
| 151 |
+
{{- '<think>\n' }}
|
| 152 |
+
{%- else %}
|
| 153 |
+
{{- '<think>\n\n</think>\n\n' }}
|
| 154 |
+
{%- endif %}
|
| 155 |
+
{%- endif %}
|
checkpoint-400/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f4705b38492659742be657331f609c24ecee46b4da4562eded5e4637394d63b
|
| 3 |
+
size 236725797
|
checkpoint-400/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8373a45cda302f5abf92ea43c691f1a7387be9e63435a76f1b6bf5e49fe4c500
|
| 3 |
+
size 14645
|
checkpoint-400/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33b25a35f236df8f8e1027b7148037dc357d3ed7fb60c47f0f3029866ba8485c
|
| 3 |
+
size 1465
|
checkpoint-400/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9eae8e632a728c9be39b3f5a28213761dc5dfca0cca2c95461767643f4d210dd
|
| 3 |
+
size 19989507
|
checkpoint-400/tokenizer_config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"audio_bos_token": "<|audio_start|>",
|
| 4 |
+
"audio_eos_token": "<|audio_end|>",
|
| 5 |
+
"audio_token": "<|audio_pad|>",
|
| 6 |
+
"backend": "tokenizers",
|
| 7 |
+
"bos_token": null,
|
| 8 |
+
"clean_up_tokenization_spaces": false,
|
| 9 |
+
"eos_token": "<|im_end|>",
|
| 10 |
+
"errors": "replace",
|
| 11 |
+
"image_token": "<|image_pad|>",
|
| 12 |
+
"is_local": false,
|
| 13 |
+
"model_max_length": 262144,
|
| 14 |
+
"model_specific_special_tokens": {
|
| 15 |
+
"audio_bos_token": "<|audio_start|>",
|
| 16 |
+
"audio_eos_token": "<|audio_end|>",
|
| 17 |
+
"audio_token": "<|audio_pad|>",
|
| 18 |
+
"image_token": "<|image_pad|>",
|
| 19 |
+
"video_token": "<|video_pad|>",
|
| 20 |
+
"vision_bos_token": "<|vision_start|>",
|
| 21 |
+
"vision_eos_token": "<|vision_end|>"
|
| 22 |
+
},
|
| 23 |
+
"pad_token": "<|im_end|>",
|
| 24 |
+
"padding_side": "right",
|
| 25 |
+
"pretokenize_regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?[\\p{L}\\p{M}]+|\\p{N}| ?[^\\s\\p{L}\\p{M}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+",
|
| 26 |
+
"processor_class": "Qwen3VLProcessor",
|
| 27 |
+
"split_special_tokens": false,
|
| 28 |
+
"tokenizer_class": "TokenizersBackend",
|
| 29 |
+
"unk_token": null,
|
| 30 |
+
"video_token": "<|video_pad|>",
|
| 31 |
+
"vision_bos_token": "<|vision_start|>",
|
| 32 |
+
"vision_eos_token": "<|vision_end|>"
|
| 33 |
+
}
|
checkpoint-400/trainer_state.json
ADDED
|
@@ -0,0 +1,2274 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.4,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 400,
|
| 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": 207.625,
|
| 19 |
+
"completions/clipped_ratio": 0.025,
|
| 20 |
+
"completions/max_length": 358.6,
|
| 21 |
+
"completions/max_terminated_length": 306.8,
|
| 22 |
+
"completions/mean_length": 208.6,
|
| 23 |
+
"completions/mean_terminated_length": 199.59642944335937,
|
| 24 |
+
"completions/min_length": 105.4,
|
| 25 |
+
"completions/min_terminated_length": 105.4,
|
| 26 |
+
"epoch": 0.005,
|
| 27 |
+
"frac_reward_zero_std": 0.2,
|
| 28 |
+
"grad_norm": 0.1877652257680893,
|
| 29 |
+
"kl": 8.470454249676074e-07,
|
| 30 |
+
"learning_rate": 4e-08,
|
| 31 |
+
"loss": 0.18570793867111207,
|
| 32 |
+
"num_tokens": 32560.0,
|
| 33 |
+
"reward": 4.0,
|
| 34 |
+
"reward_std": 1.3550749897956849,
|
| 35 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.0,
|
| 36 |
+
"rewards/moral_reward_UtilitarianReward/std": 1.3550750136375427,
|
| 37 |
+
"step": 5,
|
| 38 |
+
"step_time": 33.55449047293514
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"clip_ratio/high_max": 0.0,
|
| 42 |
+
"clip_ratio/high_mean": 0.0,
|
| 43 |
+
"clip_ratio/low_mean": 0.0,
|
| 44 |
+
"clip_ratio/low_min": 0.0,
|
| 45 |
+
"clip_ratio/region_mean": 0.0,
|
| 46 |
+
"completion_length": 202.375,
|
| 47 |
+
"completions/clipped_ratio": 0.0,
|
| 48 |
+
"completions/max_length": 348.8,
|
| 49 |
+
"completions/max_terminated_length": 348.8,
|
| 50 |
+
"completions/mean_length": 203.375,
|
| 51 |
+
"completions/mean_terminated_length": 203.375,
|
| 52 |
+
"completions/min_length": 86.2,
|
| 53 |
+
"completions/min_terminated_length": 86.2,
|
| 54 |
+
"epoch": 0.01,
|
| 55 |
+
"frac_reward_zero_std": 0.0,
|
| 56 |
+
"grad_norm": 0.1915995180606842,
|
| 57 |
+
"kl": 4.581655230140314e-06,
|
| 58 |
+
"learning_rate": 9e-08,
|
| 59 |
+
"loss": 0.1802208662033081,
|
| 60 |
+
"num_tokens": 65055.0,
|
| 61 |
+
"reward": 3.4,
|
| 62 |
+
"reward_std": 0.9695313930511474,
|
| 63 |
+
"rewards/moral_reward_UtilitarianReward/mean": 3.4,
|
| 64 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.9695314407348633,
|
| 65 |
+
"step": 10,
|
| 66 |
+
"step_time": 31.060141317360102
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"clip_ratio/high_max": 0.0,
|
| 70 |
+
"clip_ratio/high_mean": 0.0,
|
| 71 |
+
"clip_ratio/low_mean": 0.0,
|
| 72 |
+
"clip_ratio/low_min": 0.0,
|
| 73 |
+
"clip_ratio/region_mean": 0.0,
|
| 74 |
+
"completion_length": 188.125,
|
| 75 |
+
"completions/clipped_ratio": 0.0,
|
| 76 |
+
"completions/max_length": 347.4,
|
| 77 |
+
"completions/max_terminated_length": 347.4,
|
| 78 |
+
"completions/mean_length": 189.125,
|
| 79 |
+
"completions/mean_terminated_length": 189.125,
|
| 80 |
+
"completions/min_length": 85.8,
|
| 81 |
+
"completions/min_terminated_length": 85.8,
|
| 82 |
+
"epoch": 0.015,
|
| 83 |
+
"frac_reward_zero_std": 0.2,
|
| 84 |
+
"grad_norm": 0.1842925250530243,
|
| 85 |
+
"kl": 5.9811417486344e-06,
|
| 86 |
+
"learning_rate": 1.4e-07,
|
| 87 |
+
"loss": 0.055399179458618164,
|
| 88 |
+
"num_tokens": 96836.0,
|
| 89 |
+
"reward": 4.0,
|
| 90 |
+
"reward_std": 0.7843673706054688,
|
| 91 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.0,
|
| 92 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.7843674182891845,
|
| 93 |
+
"step": 15,
|
| 94 |
+
"step_time": 29.30245482735336
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"clip_ratio/high_max": 0.0,
|
| 98 |
+
"clip_ratio/high_mean": 0.0,
|
| 99 |
+
"clip_ratio/low_mean": 0.0,
|
| 100 |
+
"clip_ratio/low_min": 0.0,
|
| 101 |
+
"clip_ratio/region_mean": 0.0,
|
| 102 |
+
"completion_length": 217.2,
|
| 103 |
+
"completions/clipped_ratio": 0.025,
|
| 104 |
+
"completions/max_length": 359.8,
|
| 105 |
+
"completions/max_terminated_length": 320.8,
|
| 106 |
+
"completions/mean_length": 218.175,
|
| 107 |
+
"completions/mean_terminated_length": 210.7500030517578,
|
| 108 |
+
"completions/min_length": 99.4,
|
| 109 |
+
"completions/min_terminated_length": 99.4,
|
| 110 |
+
"epoch": 0.02,
|
| 111 |
+
"frac_reward_zero_std": 0.4,
|
| 112 |
+
"grad_norm": 0.19452042877674103,
|
| 113 |
+
"kl": 6.872118046885589e-06,
|
| 114 |
+
"learning_rate": 1.8999999999999998e-07,
|
| 115 |
+
"loss": 0.1509866714477539,
|
| 116 |
+
"num_tokens": 129923.0,
|
| 117 |
+
"reward": 3.95,
|
| 118 |
+
"reward_std": 1.0774348258972168,
|
| 119 |
+
"rewards/moral_reward_UtilitarianReward/mean": 3.95,
|
| 120 |
+
"rewards/moral_reward_UtilitarianReward/std": 1.0774348735809327,
|
| 121 |
+
"step": 20,
|
| 122 |
+
"step_time": 30.722193770110607
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"clip_ratio/high_max": 0.0,
|
| 126 |
+
"clip_ratio/high_mean": 0.0,
|
| 127 |
+
"clip_ratio/low_mean": 0.0,
|
| 128 |
+
"clip_ratio/low_min": 0.0,
|
| 129 |
+
"clip_ratio/region_mean": 0.0,
|
| 130 |
+
"completion_length": 206.325,
|
| 131 |
+
"completions/clipped_ratio": 0.025,
|
| 132 |
+
"completions/max_length": 346.0,
|
| 133 |
+
"completions/max_terminated_length": 310.6,
|
| 134 |
+
"completions/mean_length": 207.3,
|
| 135 |
+
"completions/mean_terminated_length": 199.05714416503906,
|
| 136 |
+
"completions/min_length": 95.0,
|
| 137 |
+
"completions/min_terminated_length": 95.0,
|
| 138 |
+
"epoch": 0.025,
|
| 139 |
+
"frac_reward_zero_std": 0.0,
|
| 140 |
+
"grad_norm": 0.23786987364292145,
|
| 141 |
+
"kl": 1.044299679051619e-05,
|
| 142 |
+
"learning_rate": 2.4e-07,
|
| 143 |
+
"loss": 0.0398160994052887,
|
| 144 |
+
"num_tokens": 162431.0,
|
| 145 |
+
"reward": 4.2,
|
| 146 |
+
"reward_std": 1.4459957361221314,
|
| 147 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.2,
|
| 148 |
+
"rewards/moral_reward_UtilitarianReward/std": 1.4459957361221314,
|
| 149 |
+
"step": 25,
|
| 150 |
+
"step_time": 30.989516142196955
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"clip_ratio/high_max": 0.0,
|
| 154 |
+
"clip_ratio/high_mean": 0.0,
|
| 155 |
+
"clip_ratio/low_mean": 0.0,
|
| 156 |
+
"clip_ratio/low_min": 0.0,
|
| 157 |
+
"clip_ratio/region_mean": 0.0,
|
| 158 |
+
"completion_length": 216.25,
|
| 159 |
+
"completions/clipped_ratio": 0.025,
|
| 160 |
+
"completions/max_length": 402.0,
|
| 161 |
+
"completions/max_terminated_length": 356.0,
|
| 162 |
+
"completions/mean_length": 217.225,
|
| 163 |
+
"completions/mean_terminated_length": 209.0250030517578,
|
| 164 |
+
"completions/min_length": 102.4,
|
| 165 |
+
"completions/min_terminated_length": 102.4,
|
| 166 |
+
"epoch": 0.03,
|
| 167 |
+
"frac_reward_zero_std": 0.0,
|
| 168 |
+
"grad_norm": 0.18747512996196747,
|
| 169 |
+
"kl": 1.0876111628022044e-05,
|
| 170 |
+
"learning_rate": 2.9e-07,
|
| 171 |
+
"loss": 0.24071171283721923,
|
| 172 |
+
"num_tokens": 195408.0,
|
| 173 |
+
"reward": 3.8,
|
| 174 |
+
"reward_std": 1.4874302625656128,
|
| 175 |
+
"rewards/moral_reward_UtilitarianReward/mean": 3.8,
|
| 176 |
+
"rewards/moral_reward_UtilitarianReward/std": 1.4874302864074707,
|
| 177 |
+
"step": 30,
|
| 178 |
+
"step_time": 37.17734995447099
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"clip_ratio/high_max": 0.0,
|
| 182 |
+
"clip_ratio/high_mean": 0.0,
|
| 183 |
+
"clip_ratio/low_mean": 0.0,
|
| 184 |
+
"clip_ratio/low_min": 0.0,
|
| 185 |
+
"clip_ratio/region_mean": 0.0,
|
| 186 |
+
"completion_length": 243.7,
|
| 187 |
+
"completions/clipped_ratio": 0.025,
|
| 188 |
+
"completions/max_length": 413.8,
|
| 189 |
+
"completions/max_terminated_length": 386.8,
|
| 190 |
+
"completions/mean_length": 244.675,
|
| 191 |
+
"completions/mean_terminated_length": 238.60714721679688,
|
| 192 |
+
"completions/min_length": 93.2,
|
| 193 |
+
"completions/min_terminated_length": 93.2,
|
| 194 |
+
"epoch": 0.035,
|
| 195 |
+
"frac_reward_zero_std": 0.2,
|
| 196 |
+
"grad_norm": 8.461025572614744e-06,
|
| 197 |
+
"kl": 1.5067007188918069e-05,
|
| 198 |
+
"learning_rate": 3.4000000000000003e-07,
|
| 199 |
+
"loss": 0.18291211128234863,
|
| 200 |
+
"num_tokens": 229483.0,
|
| 201 |
+
"reward": 3.05,
|
| 202 |
+
"reward_std": 1.135981261730194,
|
| 203 |
+
"rewards/moral_reward_UtilitarianReward/mean": 3.05,
|
| 204 |
+
"rewards/moral_reward_UtilitarianReward/std": 1.1359813332557678,
|
| 205 |
+
"step": 35,
|
| 206 |
+
"step_time": 64.19065876211971
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"clip_ratio/high_max": 0.0,
|
| 210 |
+
"clip_ratio/high_mean": 0.0,
|
| 211 |
+
"clip_ratio/low_mean": 0.0,
|
| 212 |
+
"clip_ratio/low_min": 0.0,
|
| 213 |
+
"clip_ratio/region_mean": 0.0,
|
| 214 |
+
"completion_length": 177.925,
|
| 215 |
+
"completions/clipped_ratio": 0.0,
|
| 216 |
+
"completions/max_length": 272.0,
|
| 217 |
+
"completions/max_terminated_length": 272.0,
|
| 218 |
+
"completions/mean_length": 178.925,
|
| 219 |
+
"completions/mean_terminated_length": 178.925,
|
| 220 |
+
"completions/min_length": 109.4,
|
| 221 |
+
"completions/min_terminated_length": 109.4,
|
| 222 |
+
"epoch": 0.04,
|
| 223 |
+
"frac_reward_zero_std": 0.0,
|
| 224 |
+
"grad_norm": 0.21028444170951843,
|
| 225 |
+
"kl": 2.7753216272685677e-05,
|
| 226 |
+
"learning_rate": 3.8999999999999997e-07,
|
| 227 |
+
"loss": 0.05762320160865784,
|
| 228 |
+
"num_tokens": 260928.0,
|
| 229 |
+
"reward": 4.9,
|
| 230 |
+
"reward_std": 0.8669797420501709,
|
| 231 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.9,
|
| 232 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.8669797420501709,
|
| 233 |
+
"step": 40,
|
| 234 |
+
"step_time": 34.68706145659089
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"clip_ratio/high_max": 0.0,
|
| 238 |
+
"clip_ratio/high_mean": 0.0,
|
| 239 |
+
"clip_ratio/low_mean": 0.0,
|
| 240 |
+
"clip_ratio/low_min": 0.0,
|
| 241 |
+
"clip_ratio/region_mean": 0.0,
|
| 242 |
+
"completion_length": 205.175,
|
| 243 |
+
"completions/clipped_ratio": 0.0,
|
| 244 |
+
"completions/max_length": 369.8,
|
| 245 |
+
"completions/max_terminated_length": 369.8,
|
| 246 |
+
"completions/mean_length": 206.175,
|
| 247 |
+
"completions/mean_terminated_length": 206.175,
|
| 248 |
+
"completions/min_length": 86.2,
|
| 249 |
+
"completions/min_terminated_length": 86.2,
|
| 250 |
+
"epoch": 0.045,
|
| 251 |
+
"frac_reward_zero_std": 0.0,
|
| 252 |
+
"grad_norm": 0.18784326314926147,
|
| 253 |
+
"kl": 4.6656797348987314e-05,
|
| 254 |
+
"learning_rate": 4.3999999999999997e-07,
|
| 255 |
+
"loss": 0.09946379661560059,
|
| 256 |
+
"num_tokens": 293391.0,
|
| 257 |
+
"reward": 4.4,
|
| 258 |
+
"reward_std": 0.9039330840110779,
|
| 259 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.4,
|
| 260 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.9039331078529358,
|
| 261 |
+
"step": 45,
|
| 262 |
+
"step_time": 32.62697627879679
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"clip_ratio/high_max": 0.0,
|
| 266 |
+
"clip_ratio/high_mean": 0.0,
|
| 267 |
+
"clip_ratio/low_mean": 0.0,
|
| 268 |
+
"clip_ratio/low_min": 0.0,
|
| 269 |
+
"clip_ratio/region_mean": 0.0,
|
| 270 |
+
"completion_length": 179.425,
|
| 271 |
+
"completions/clipped_ratio": 0.0,
|
| 272 |
+
"completions/max_length": 311.0,
|
| 273 |
+
"completions/max_terminated_length": 311.0,
|
| 274 |
+
"completions/mean_length": 180.425,
|
| 275 |
+
"completions/mean_terminated_length": 180.425,
|
| 276 |
+
"completions/min_length": 76.8,
|
| 277 |
+
"completions/min_terminated_length": 76.8,
|
| 278 |
+
"epoch": 0.05,
|
| 279 |
+
"frac_reward_zero_std": 0.0,
|
| 280 |
+
"grad_norm": 0.1754140406847,
|
| 281 |
+
"kl": 8.629972580820322e-05,
|
| 282 |
+
"learning_rate": 4.9e-07,
|
| 283 |
+
"loss": 0.08346163034439087,
|
| 284 |
+
"num_tokens": 324896.0,
|
| 285 |
+
"reward": 3.65,
|
| 286 |
+
"reward_std": 0.9913870334625244,
|
| 287 |
+
"rewards/moral_reward_UtilitarianReward/mean": 3.65,
|
| 288 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.9913871049880981,
|
| 289 |
+
"step": 50,
|
| 290 |
+
"step_time": 28.583823961764573
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"clip_ratio/high_max": 0.0,
|
| 294 |
+
"clip_ratio/high_mean": 0.0,
|
| 295 |
+
"clip_ratio/low_mean": 0.0,
|
| 296 |
+
"clip_ratio/low_min": 0.0,
|
| 297 |
+
"clip_ratio/region_mean": 0.0,
|
| 298 |
+
"completion_length": 174.55,
|
| 299 |
+
"completions/clipped_ratio": 0.0,
|
| 300 |
+
"completions/max_length": 342.8,
|
| 301 |
+
"completions/max_terminated_length": 342.8,
|
| 302 |
+
"completions/mean_length": 175.55,
|
| 303 |
+
"completions/mean_terminated_length": 175.55,
|
| 304 |
+
"completions/min_length": 82.0,
|
| 305 |
+
"completions/min_terminated_length": 82.0,
|
| 306 |
+
"epoch": 0.055,
|
| 307 |
+
"frac_reward_zero_std": 0.6,
|
| 308 |
+
"grad_norm": 0.00011261121107963845,
|
| 309 |
+
"kl": 0.0001176942780148238,
|
| 310 |
+
"learning_rate": 5.4e-07,
|
| 311 |
+
"loss": 0.1253036379814148,
|
| 312 |
+
"num_tokens": 356206.0,
|
| 313 |
+
"reward": 4.3,
|
| 314 |
+
"reward_std": 0.41403932571411134,
|
| 315 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.3,
|
| 316 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.41403937339782715,
|
| 317 |
+
"step": 55,
|
| 318 |
+
"step_time": 30.825532162934543
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"clip_ratio/high_max": 0.0,
|
| 322 |
+
"clip_ratio/high_mean": 0.0,
|
| 323 |
+
"clip_ratio/low_mean": 0.0,
|
| 324 |
+
"clip_ratio/low_min": 0.0,
|
| 325 |
+
"clip_ratio/region_mean": 0.0,
|
| 326 |
+
"completion_length": 216.75,
|
| 327 |
+
"completions/clipped_ratio": 0.0,
|
| 328 |
+
"completions/max_length": 392.8,
|
| 329 |
+
"completions/max_terminated_length": 392.8,
|
| 330 |
+
"completions/mean_length": 217.75,
|
| 331 |
+
"completions/mean_terminated_length": 217.75,
|
| 332 |
+
"completions/min_length": 100.8,
|
| 333 |
+
"completions/min_terminated_length": 100.8,
|
| 334 |
+
"epoch": 0.06,
|
| 335 |
+
"frac_reward_zero_std": 0.2,
|
| 336 |
+
"grad_norm": 0.1694488227367401,
|
| 337 |
+
"kl": 0.00017527422023704274,
|
| 338 |
+
"learning_rate": 5.9e-07,
|
| 339 |
+
"loss": 0.10446594953536988,
|
| 340 |
+
"num_tokens": 389204.0,
|
| 341 |
+
"reward": 3.55,
|
| 342 |
+
"reward_std": 0.6969134211540222,
|
| 343 |
+
"rewards/moral_reward_UtilitarianReward/mean": 3.55,
|
| 344 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.6969134211540222,
|
| 345 |
+
"step": 60,
|
| 346 |
+
"step_time": 32.88914637845009
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"clip_ratio/high_max": 0.0,
|
| 350 |
+
"clip_ratio/high_mean": 0.0,
|
| 351 |
+
"clip_ratio/low_mean": 0.0,
|
| 352 |
+
"clip_ratio/low_min": 0.0,
|
| 353 |
+
"clip_ratio/region_mean": 0.0,
|
| 354 |
+
"completion_length": 230.6,
|
| 355 |
+
"completions/clipped_ratio": 0.075,
|
| 356 |
+
"completions/max_length": 425.8,
|
| 357 |
+
"completions/max_terminated_length": 372.8,
|
| 358 |
+
"completions/mean_length": 231.525,
|
| 359 |
+
"completions/mean_terminated_length": 208.78452758789064,
|
| 360 |
+
"completions/min_length": 52.8,
|
| 361 |
+
"completions/min_terminated_length": 52.8,
|
| 362 |
+
"epoch": 0.065,
|
| 363 |
+
"frac_reward_zero_std": 0.0,
|
| 364 |
+
"grad_norm": 0.19053751230239868,
|
| 365 |
+
"kl": 0.0002679061173694208,
|
| 366 |
+
"learning_rate": 6.4e-07,
|
| 367 |
+
"loss": 0.34844868183135985,
|
| 368 |
+
"num_tokens": 422681.0,
|
| 369 |
+
"reward": 3.55,
|
| 370 |
+
"reward_std": 2.0839868068695067,
|
| 371 |
+
"rewards/moral_reward_UtilitarianReward/mean": 3.55,
|
| 372 |
+
"rewards/moral_reward_UtilitarianReward/std": 2.0839869022369384,
|
| 373 |
+
"step": 65,
|
| 374 |
+
"step_time": 37.342245439812544
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"clip_ratio/high_max": 0.0,
|
| 378 |
+
"clip_ratio/high_mean": 0.0,
|
| 379 |
+
"clip_ratio/low_mean": 0.0,
|
| 380 |
+
"clip_ratio/low_min": 0.0,
|
| 381 |
+
"clip_ratio/region_mean": 0.0,
|
| 382 |
+
"completion_length": 217.3,
|
| 383 |
+
"completions/clipped_ratio": 0.025,
|
| 384 |
+
"completions/max_length": 412.0,
|
| 385 |
+
"completions/max_terminated_length": 370.2,
|
| 386 |
+
"completions/mean_length": 218.275,
|
| 387 |
+
"completions/mean_terminated_length": 210.13214416503905,
|
| 388 |
+
"completions/min_length": 114.8,
|
| 389 |
+
"completions/min_terminated_length": 114.8,
|
| 390 |
+
"epoch": 0.07,
|
| 391 |
+
"frac_reward_zero_std": 0.2,
|
| 392 |
+
"grad_norm": 0.14322872459888458,
|
| 393 |
+
"kl": 0.00042595104314386846,
|
| 394 |
+
"learning_rate": 6.9e-07,
|
| 395 |
+
"loss": 0.189638888835907,
|
| 396 |
+
"num_tokens": 455628.0,
|
| 397 |
+
"reward": 4.2,
|
| 398 |
+
"reward_std": 1.2742611289024353,
|
| 399 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.2,
|
| 400 |
+
"rewards/moral_reward_UtilitarianReward/std": 1.2742611527442933,
|
| 401 |
+
"step": 70,
|
| 402 |
+
"step_time": 34.7125643491745
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"clip_ratio/high_max": 0.0,
|
| 406 |
+
"clip_ratio/high_mean": 0.0,
|
| 407 |
+
"clip_ratio/low_mean": 0.0,
|
| 408 |
+
"clip_ratio/low_min": 0.0,
|
| 409 |
+
"clip_ratio/region_mean": 0.0,
|
| 410 |
+
"completion_length": 186.825,
|
| 411 |
+
"completions/clipped_ratio": 0.0,
|
| 412 |
+
"completions/max_length": 308.8,
|
| 413 |
+
"completions/max_terminated_length": 308.8,
|
| 414 |
+
"completions/mean_length": 187.825,
|
| 415 |
+
"completions/mean_terminated_length": 187.825,
|
| 416 |
+
"completions/min_length": 68.4,
|
| 417 |
+
"completions/min_terminated_length": 68.4,
|
| 418 |
+
"epoch": 0.075,
|
| 419 |
+
"frac_reward_zero_std": 0.0,
|
| 420 |
+
"grad_norm": 0.2002648264169693,
|
| 421 |
+
"kl": 0.0006092386494856328,
|
| 422 |
+
"learning_rate": 7.4e-07,
|
| 423 |
+
"loss": 0.09631842374801636,
|
| 424 |
+
"num_tokens": 487429.0,
|
| 425 |
+
"reward": 4.55,
|
| 426 |
+
"reward_std": 0.9544336915016174,
|
| 427 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.55,
|
| 428 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.9544337391853333,
|
| 429 |
+
"step": 75,
|
| 430 |
+
"step_time": 26.912911513075233
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"clip_ratio/high_max": 0.0,
|
| 434 |
+
"clip_ratio/high_mean": 0.0,
|
| 435 |
+
"clip_ratio/low_mean": 0.0,
|
| 436 |
+
"clip_ratio/low_min": 0.0,
|
| 437 |
+
"clip_ratio/region_mean": 0.0,
|
| 438 |
+
"completion_length": 174.25,
|
| 439 |
+
"completions/clipped_ratio": 0.0,
|
| 440 |
+
"completions/max_length": 309.8,
|
| 441 |
+
"completions/max_terminated_length": 309.8,
|
| 442 |
+
"completions/mean_length": 175.25,
|
| 443 |
+
"completions/mean_terminated_length": 175.25,
|
| 444 |
+
"completions/min_length": 74.8,
|
| 445 |
+
"completions/min_terminated_length": 74.8,
|
| 446 |
+
"epoch": 0.08,
|
| 447 |
+
"frac_reward_zero_std": 0.2,
|
| 448 |
+
"grad_norm": 0.23758484423160553,
|
| 449 |
+
"kl": 0.0007817130535840988,
|
| 450 |
+
"learning_rate": 7.9e-07,
|
| 451 |
+
"loss": -0.025185215473175048,
|
| 452 |
+
"num_tokens": 518727.0,
|
| 453 |
+
"reward": 4.45,
|
| 454 |
+
"reward_std": 0.7911566972732544,
|
| 455 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.45,
|
| 456 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.7911567211151123,
|
| 457 |
+
"step": 80,
|
| 458 |
+
"step_time": 27.24276002664119
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"clip_ratio/high_max": 0.0,
|
| 462 |
+
"clip_ratio/high_mean": 0.0,
|
| 463 |
+
"clip_ratio/low_mean": 0.0,
|
| 464 |
+
"clip_ratio/low_min": 0.0,
|
| 465 |
+
"clip_ratio/region_mean": 0.0,
|
| 466 |
+
"completion_length": 176.4,
|
| 467 |
+
"completions/clipped_ratio": 0.0,
|
| 468 |
+
"completions/max_length": 312.8,
|
| 469 |
+
"completions/max_terminated_length": 312.8,
|
| 470 |
+
"completions/mean_length": 177.4,
|
| 471 |
+
"completions/mean_terminated_length": 177.4,
|
| 472 |
+
"completions/min_length": 54.8,
|
| 473 |
+
"completions/min_terminated_length": 54.8,
|
| 474 |
+
"epoch": 0.085,
|
| 475 |
+
"frac_reward_zero_std": 0.0,
|
| 476 |
+
"grad_norm": 0.22944630682468414,
|
| 477 |
+
"kl": 0.0006678826757706702,
|
| 478 |
+
"learning_rate": 8.399999999999999e-07,
|
| 479 |
+
"loss": 0.04375542998313904,
|
| 480 |
+
"num_tokens": 550111.0,
|
| 481 |
+
"reward": 3.8,
|
| 482 |
+
"reward_std": 0.9695313930511474,
|
| 483 |
+
"rewards/moral_reward_UtilitarianReward/mean": 3.8,
|
| 484 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.9695314407348633,
|
| 485 |
+
"step": 85,
|
| 486 |
+
"step_time": 26.64030486345291
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"clip_ratio/high_max": 0.0,
|
| 490 |
+
"clip_ratio/high_mean": 0.0,
|
| 491 |
+
"clip_ratio/low_mean": 0.0,
|
| 492 |
+
"clip_ratio/low_min": 0.0,
|
| 493 |
+
"clip_ratio/region_mean": 0.0,
|
| 494 |
+
"completion_length": 212.5,
|
| 495 |
+
"completions/clipped_ratio": 0.025,
|
| 496 |
+
"completions/max_length": 388.8,
|
| 497 |
+
"completions/max_terminated_length": 363.2,
|
| 498 |
+
"completions/mean_length": 213.475,
|
| 499 |
+
"completions/mean_terminated_length": 206.65357360839843,
|
| 500 |
+
"completions/min_length": 70.6,
|
| 501 |
+
"completions/min_terminated_length": 70.6,
|
| 502 |
+
"epoch": 0.09,
|
| 503 |
+
"frac_reward_zero_std": 0.2,
|
| 504 |
+
"grad_norm": 0.000546842347830534,
|
| 505 |
+
"kl": 0.0006838910048827529,
|
| 506 |
+
"learning_rate": 8.9e-07,
|
| 507 |
+
"loss": 0.06663647890090943,
|
| 508 |
+
"num_tokens": 583010.0,
|
| 509 |
+
"reward": 2.95,
|
| 510 |
+
"reward_std": 1.3045743823051452,
|
| 511 |
+
"rewards/moral_reward_UtilitarianReward/mean": 2.95,
|
| 512 |
+
"rewards/moral_reward_UtilitarianReward/std": 1.3045743823051452,
|
| 513 |
+
"step": 90,
|
| 514 |
+
"step_time": 34.30999702438712
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"clip_ratio/high_max": 0.0,
|
| 518 |
+
"clip_ratio/high_mean": 0.0,
|
| 519 |
+
"clip_ratio/low_mean": 0.0,
|
| 520 |
+
"clip_ratio/low_min": 0.0,
|
| 521 |
+
"clip_ratio/region_mean": 0.0,
|
| 522 |
+
"completion_length": 207.375,
|
| 523 |
+
"completions/clipped_ratio": 0.0,
|
| 524 |
+
"completions/max_length": 377.4,
|
| 525 |
+
"completions/max_terminated_length": 377.4,
|
| 526 |
+
"completions/mean_length": 208.375,
|
| 527 |
+
"completions/mean_terminated_length": 208.375,
|
| 528 |
+
"completions/min_length": 77.6,
|
| 529 |
+
"completions/min_terminated_length": 77.6,
|
| 530 |
+
"epoch": 0.095,
|
| 531 |
+
"frac_reward_zero_std": 0.0,
|
| 532 |
+
"grad_norm": 0.20465968549251556,
|
| 533 |
+
"kl": 0.0011013344046659768,
|
| 534 |
+
"learning_rate": 9.399999999999999e-07,
|
| 535 |
+
"loss": 0.10129903554916382,
|
| 536 |
+
"num_tokens": 615705.0,
|
| 537 |
+
"reward": 3.25,
|
| 538 |
+
"reward_std": 1.0049656867980956,
|
| 539 |
+
"rewards/moral_reward_UtilitarianReward/mean": 3.25,
|
| 540 |
+
"rewards/moral_reward_UtilitarianReward/std": 1.0049657106399537,
|
| 541 |
+
"step": 95,
|
| 542 |
+
"step_time": 33.651008158735934
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"clip_ratio/high_max": 0.0,
|
| 546 |
+
"clip_ratio/high_mean": 0.0,
|
| 547 |
+
"clip_ratio/low_mean": 0.0,
|
| 548 |
+
"clip_ratio/low_min": 0.0,
|
| 549 |
+
"clip_ratio/region_mean": 0.0,
|
| 550 |
+
"completion_length": 182.325,
|
| 551 |
+
"completions/clipped_ratio": 0.0,
|
| 552 |
+
"completions/max_length": 314.4,
|
| 553 |
+
"completions/max_terminated_length": 314.4,
|
| 554 |
+
"completions/mean_length": 183.325,
|
| 555 |
+
"completions/mean_terminated_length": 183.325,
|
| 556 |
+
"completions/min_length": 80.2,
|
| 557 |
+
"completions/min_terminated_length": 80.2,
|
| 558 |
+
"epoch": 0.1,
|
| 559 |
+
"frac_reward_zero_std": 0.0,
|
| 560 |
+
"grad_norm": 0.19234599173069,
|
| 561 |
+
"kl": 0.0013991998275741935,
|
| 562 |
+
"learning_rate": 9.9e-07,
|
| 563 |
+
"loss": 0.04815858602523804,
|
| 564 |
+
"num_tokens": 647326.0,
|
| 565 |
+
"reward": 4.35,
|
| 566 |
+
"reward_std": 0.9763207197189331,
|
| 567 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.35,
|
| 568 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.976320743560791,
|
| 569 |
+
"step": 100,
|
| 570 |
+
"step_time": 28.55682484433055
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"clip_ratio/high_max": 0.0,
|
| 574 |
+
"clip_ratio/high_mean": 0.0,
|
| 575 |
+
"clip_ratio/low_mean": 0.0,
|
| 576 |
+
"clip_ratio/low_min": 0.0,
|
| 577 |
+
"clip_ratio/region_mean": 0.0,
|
| 578 |
+
"completion_length": 212.875,
|
| 579 |
+
"completions/clipped_ratio": 0.05,
|
| 580 |
+
"completions/max_length": 452.8,
|
| 581 |
+
"completions/max_terminated_length": 366.8,
|
| 582 |
+
"completions/mean_length": 213.825,
|
| 583 |
+
"completions/mean_terminated_length": 198.03214416503906,
|
| 584 |
+
"completions/min_length": 61.0,
|
| 585 |
+
"completions/min_terminated_length": 61.0,
|
| 586 |
+
"epoch": 0.105,
|
| 587 |
+
"frac_reward_zero_std": 0.0,
|
| 588 |
+
"grad_norm": 0.21608588099479675,
|
| 589 |
+
"kl": 0.0012222556630149483,
|
| 590 |
+
"learning_rate": 9.955555555555554e-07,
|
| 591 |
+
"loss": 0.3799912452697754,
|
| 592 |
+
"num_tokens": 680239.0,
|
| 593 |
+
"reward": 2.55,
|
| 594 |
+
"reward_std": 1.958239531517029,
|
| 595 |
+
"rewards/moral_reward_UtilitarianReward/mean": 2.55,
|
| 596 |
+
"rewards/moral_reward_UtilitarianReward/std": 1.9582395553588867,
|
| 597 |
+
"step": 105,
|
| 598 |
+
"step_time": 37.608848297223446
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"clip_ratio/high_max": 0.0,
|
| 602 |
+
"clip_ratio/high_mean": 0.0,
|
| 603 |
+
"clip_ratio/low_mean": 0.0,
|
| 604 |
+
"clip_ratio/low_min": 0.0,
|
| 605 |
+
"clip_ratio/region_mean": 0.0,
|
| 606 |
+
"completion_length": 176.05,
|
| 607 |
+
"completions/clipped_ratio": 0.0,
|
| 608 |
+
"completions/max_length": 314.4,
|
| 609 |
+
"completions/max_terminated_length": 314.4,
|
| 610 |
+
"completions/mean_length": 177.05,
|
| 611 |
+
"completions/mean_terminated_length": 177.05,
|
| 612 |
+
"completions/min_length": 72.2,
|
| 613 |
+
"completions/min_terminated_length": 72.2,
|
| 614 |
+
"epoch": 0.11,
|
| 615 |
+
"frac_reward_zero_std": 0.0,
|
| 616 |
+
"grad_norm": 0.2234632968902588,
|
| 617 |
+
"kl": 0.0015454289969056845,
|
| 618 |
+
"learning_rate": 9.9e-07,
|
| 619 |
+
"loss": 0.09367759227752685,
|
| 620 |
+
"num_tokens": 711681.0,
|
| 621 |
+
"reward": 3.55,
|
| 622 |
+
"reward_std": 0.9544336915016174,
|
| 623 |
+
"rewards/moral_reward_UtilitarianReward/mean": 3.55,
|
| 624 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.9544337391853333,
|
| 625 |
+
"step": 110,
|
| 626 |
+
"step_time": 27.2130886008963
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"clip_ratio/high_max": 0.0,
|
| 630 |
+
"clip_ratio/high_mean": 0.0,
|
| 631 |
+
"clip_ratio/low_mean": 0.0,
|
| 632 |
+
"clip_ratio/low_min": 0.0,
|
| 633 |
+
"clip_ratio/region_mean": 0.0,
|
| 634 |
+
"completion_length": 199.45,
|
| 635 |
+
"completions/clipped_ratio": 0.0,
|
| 636 |
+
"completions/max_length": 329.0,
|
| 637 |
+
"completions/max_terminated_length": 329.0,
|
| 638 |
+
"completions/mean_length": 200.45,
|
| 639 |
+
"completions/mean_terminated_length": 200.45,
|
| 640 |
+
"completions/min_length": 98.2,
|
| 641 |
+
"completions/min_terminated_length": 98.2,
|
| 642 |
+
"epoch": 0.115,
|
| 643 |
+
"frac_reward_zero_std": 0.4,
|
| 644 |
+
"grad_norm": 0.0006032974924892187,
|
| 645 |
+
"kl": 0.001746100001037121,
|
| 646 |
+
"learning_rate": 9.844444444444445e-07,
|
| 647 |
+
"loss": 0.09544340968132019,
|
| 648 |
+
"num_tokens": 743987.0,
|
| 649 |
+
"reward": 4.2,
|
| 650 |
+
"reward_std": 0.5336050391197205,
|
| 651 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.2,
|
| 652 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.5336050629615784,
|
| 653 |
+
"step": 115,
|
| 654 |
+
"step_time": 29.708527659624814
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"clip_ratio/high_max": 0.0,
|
| 658 |
+
"clip_ratio/high_mean": 0.0,
|
| 659 |
+
"clip_ratio/low_mean": 0.0,
|
| 660 |
+
"clip_ratio/low_min": 0.0,
|
| 661 |
+
"clip_ratio/region_mean": 0.0,
|
| 662 |
+
"completion_length": 208.325,
|
| 663 |
+
"completions/clipped_ratio": 0.05,
|
| 664 |
+
"completions/max_length": 404.4,
|
| 665 |
+
"completions/max_terminated_length": 314.0,
|
| 666 |
+
"completions/mean_length": 209.275,
|
| 667 |
+
"completions/mean_terminated_length": 192.52143249511718,
|
| 668 |
+
"completions/min_length": 72.4,
|
| 669 |
+
"completions/min_terminated_length": 72.4,
|
| 670 |
+
"epoch": 0.12,
|
| 671 |
+
"frac_reward_zero_std": 0.0,
|
| 672 |
+
"grad_norm": 0.1632843315601349,
|
| 673 |
+
"kl": 0.0015568490838631988,
|
| 674 |
+
"learning_rate": 9.788888888888889e-07,
|
| 675 |
+
"loss": 0.24036669731140137,
|
| 676 |
+
"num_tokens": 776718.0,
|
| 677 |
+
"reward": 3.1,
|
| 678 |
+
"reward_std": 2.05375554561615,
|
| 679 |
+
"rewards/moral_reward_UtilitarianReward/mean": 3.1,
|
| 680 |
+
"rewards/moral_reward_UtilitarianReward/std": 2.0537556171417237,
|
| 681 |
+
"step": 120,
|
| 682 |
+
"step_time": 35.53146799560636
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"clip_ratio/high_max": 0.0,
|
| 686 |
+
"clip_ratio/high_mean": 0.0,
|
| 687 |
+
"clip_ratio/low_mean": 0.0,
|
| 688 |
+
"clip_ratio/low_min": 0.0,
|
| 689 |
+
"clip_ratio/region_mean": 0.0,
|
| 690 |
+
"completion_length": 193.3,
|
| 691 |
+
"completions/clipped_ratio": 0.0,
|
| 692 |
+
"completions/max_length": 312.8,
|
| 693 |
+
"completions/max_terminated_length": 312.8,
|
| 694 |
+
"completions/mean_length": 194.3,
|
| 695 |
+
"completions/mean_terminated_length": 194.3,
|
| 696 |
+
"completions/min_length": 85.0,
|
| 697 |
+
"completions/min_terminated_length": 85.0,
|
| 698 |
+
"epoch": 0.125,
|
| 699 |
+
"frac_reward_zero_std": 0.4,
|
| 700 |
+
"grad_norm": 0.215144544839859,
|
| 701 |
+
"kl": 0.0017095212126150728,
|
| 702 |
+
"learning_rate": 9.733333333333333e-07,
|
| 703 |
+
"loss": 0.015010979771614075,
|
| 704 |
+
"num_tokens": 808850.0,
|
| 705 |
+
"reward": 4.0,
|
| 706 |
+
"reward_std": 0.5336050391197205,
|
| 707 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.0,
|
| 708 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.5336050629615784,
|
| 709 |
+
"step": 125,
|
| 710 |
+
"step_time": 28.009908466972412
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"clip_ratio/high_max": 0.0,
|
| 714 |
+
"clip_ratio/high_mean": 0.0,
|
| 715 |
+
"clip_ratio/low_mean": 0.0,
|
| 716 |
+
"clip_ratio/low_min": 0.0,
|
| 717 |
+
"clip_ratio/region_mean": 0.0,
|
| 718 |
+
"completion_length": 191.325,
|
| 719 |
+
"completions/clipped_ratio": 0.0,
|
| 720 |
+
"completions/max_length": 352.8,
|
| 721 |
+
"completions/max_terminated_length": 352.8,
|
| 722 |
+
"completions/mean_length": 192.325,
|
| 723 |
+
"completions/mean_terminated_length": 192.325,
|
| 724 |
+
"completions/min_length": 99.6,
|
| 725 |
+
"completions/min_terminated_length": 99.6,
|
| 726 |
+
"epoch": 0.13,
|
| 727 |
+
"frac_reward_zero_std": 0.0,
|
| 728 |
+
"grad_norm": 0.21481740474700928,
|
| 729 |
+
"kl": 0.002330446662381291,
|
| 730 |
+
"learning_rate": 9.677777777777777e-07,
|
| 731 |
+
"loss": -0.021034152805805208,
|
| 732 |
+
"num_tokens": 840903.0,
|
| 733 |
+
"reward": 4.95,
|
| 734 |
+
"reward_std": 0.8601904153823853,
|
| 735 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.95,
|
| 736 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.8601904392242432,
|
| 737 |
+
"step": 130,
|
| 738 |
+
"step_time": 28.953945956379176
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"clip_ratio/high_max": 0.0,
|
| 742 |
+
"clip_ratio/high_mean": 0.0,
|
| 743 |
+
"clip_ratio/low_mean": 0.0,
|
| 744 |
+
"clip_ratio/low_min": 0.0,
|
| 745 |
+
"clip_ratio/region_mean": 0.0,
|
| 746 |
+
"completion_length": 177.525,
|
| 747 |
+
"completions/clipped_ratio": 0.0,
|
| 748 |
+
"completions/max_length": 337.8,
|
| 749 |
+
"completions/max_terminated_length": 337.8,
|
| 750 |
+
"completions/mean_length": 178.525,
|
| 751 |
+
"completions/mean_terminated_length": 178.525,
|
| 752 |
+
"completions/min_length": 81.0,
|
| 753 |
+
"completions/min_terminated_length": 81.0,
|
| 754 |
+
"epoch": 0.135,
|
| 755 |
+
"frac_reward_zero_std": 0.0,
|
| 756 |
+
"grad_norm": 0.1562734693288803,
|
| 757 |
+
"kl": 0.0029936503153294323,
|
| 758 |
+
"learning_rate": 9.62222222222222e-07,
|
| 759 |
+
"loss": 0.19255411624908447,
|
| 760 |
+
"num_tokens": 872188.0,
|
| 761 |
+
"reward": 4.8,
|
| 762 |
+
"reward_std": 0.8956247091293335,
|
| 763 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.8,
|
| 764 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.8956247091293335,
|
| 765 |
+
"step": 135,
|
| 766 |
+
"step_time": 28.850152725353837
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"clip_ratio/high_max": 0.0,
|
| 770 |
+
"clip_ratio/high_mean": 0.0,
|
| 771 |
+
"clip_ratio/low_mean": 0.0,
|
| 772 |
+
"clip_ratio/low_min": 0.0,
|
| 773 |
+
"clip_ratio/region_mean": 0.0,
|
| 774 |
+
"completion_length": 184.45,
|
| 775 |
+
"completions/clipped_ratio": 0.025,
|
| 776 |
+
"completions/max_length": 332.6,
|
| 777 |
+
"completions/max_terminated_length": 293.4,
|
| 778 |
+
"completions/mean_length": 185.425,
|
| 779 |
+
"completions/mean_terminated_length": 176.88214416503905,
|
| 780 |
+
"completions/min_length": 81.2,
|
| 781 |
+
"completions/min_terminated_length": 81.2,
|
| 782 |
+
"epoch": 0.14,
|
| 783 |
+
"frac_reward_zero_std": 0.0,
|
| 784 |
+
"grad_norm": 0.34678366780281067,
|
| 785 |
+
"kl": 0.0035495780408382415,
|
| 786 |
+
"learning_rate": 9.566666666666667e-07,
|
| 787 |
+
"loss": 0.1670699119567871,
|
| 788 |
+
"num_tokens": 903893.0,
|
| 789 |
+
"reward": 4.3,
|
| 790 |
+
"reward_std": 1.6312247514724731,
|
| 791 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.3,
|
| 792 |
+
"rewards/moral_reward_UtilitarianReward/std": 1.631224775314331,
|
| 793 |
+
"step": 140,
|
| 794 |
+
"step_time": 29.486832869797944
|
| 795 |
+
},
|
| 796 |
+
{
|
| 797 |
+
"clip_ratio/high_max": 0.0,
|
| 798 |
+
"clip_ratio/high_mean": 0.0,
|
| 799 |
+
"clip_ratio/low_mean": 0.0,
|
| 800 |
+
"clip_ratio/low_min": 0.0,
|
| 801 |
+
"clip_ratio/region_mean": 0.0,
|
| 802 |
+
"completion_length": 180.55,
|
| 803 |
+
"completions/clipped_ratio": 0.0,
|
| 804 |
+
"completions/max_length": 325.6,
|
| 805 |
+
"completions/max_terminated_length": 325.6,
|
| 806 |
+
"completions/mean_length": 181.55,
|
| 807 |
+
"completions/mean_terminated_length": 181.55,
|
| 808 |
+
"completions/min_length": 84.4,
|
| 809 |
+
"completions/min_terminated_length": 84.4,
|
| 810 |
+
"epoch": 0.145,
|
| 811 |
+
"frac_reward_zero_std": 0.2,
|
| 812 |
+
"grad_norm": 0.1993231624364853,
|
| 813 |
+
"kl": 0.004825497232377529,
|
| 814 |
+
"learning_rate": 9.511111111111111e-07,
|
| 815 |
+
"loss": 0.1142573595046997,
|
| 816 |
+
"num_tokens": 935371.0,
|
| 817 |
+
"reward": 4.25,
|
| 818 |
+
"reward_std": 0.8348679780960083,
|
| 819 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.25,
|
| 820 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.834868049621582,
|
| 821 |
+
"step": 145,
|
| 822 |
+
"step_time": 27.59101632423699
|
| 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": 175.425,
|
| 831 |
+
"completions/clipped_ratio": 0.0,
|
| 832 |
+
"completions/max_length": 315.6,
|
| 833 |
+
"completions/max_terminated_length": 315.6,
|
| 834 |
+
"completions/mean_length": 176.425,
|
| 835 |
+
"completions/mean_terminated_length": 176.425,
|
| 836 |
+
"completions/min_length": 59.2,
|
| 837 |
+
"completions/min_terminated_length": 59.2,
|
| 838 |
+
"epoch": 0.15,
|
| 839 |
+
"frac_reward_zero_std": 0.2,
|
| 840 |
+
"grad_norm": 0.21988043189048767,
|
| 841 |
+
"kl": 0.004505560640245676,
|
| 842 |
+
"learning_rate": 9.455555555555556e-07,
|
| 843 |
+
"loss": 0.15575250387191772,
|
| 844 |
+
"num_tokens": 966716.0,
|
| 845 |
+
"reward": 4.45,
|
| 846 |
+
"reward_std": 0.8062230110168457,
|
| 847 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.45,
|
| 848 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.8062230825424195,
|
| 849 |
+
"step": 150,
|
| 850 |
+
"step_time": 27.01966048963368
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"clip_ratio/high_max": 0.0,
|
| 854 |
+
"clip_ratio/high_mean": 0.0,
|
| 855 |
+
"clip_ratio/low_mean": 0.0,
|
| 856 |
+
"clip_ratio/low_min": 0.0,
|
| 857 |
+
"clip_ratio/region_mean": 0.0,
|
| 858 |
+
"completion_length": 185.85,
|
| 859 |
+
"completions/clipped_ratio": 0.025,
|
| 860 |
+
"completions/max_length": 336.2,
|
| 861 |
+
"completions/max_terminated_length": 290.4,
|
| 862 |
+
"completions/mean_length": 186.825,
|
| 863 |
+
"completions/mean_terminated_length": 178.24285888671875,
|
| 864 |
+
"completions/min_length": 73.6,
|
| 865 |
+
"completions/min_terminated_length": 73.6,
|
| 866 |
+
"epoch": 0.155,
|
| 867 |
+
"frac_reward_zero_std": 0.2,
|
| 868 |
+
"grad_norm": 0.29722386598587036,
|
| 869 |
+
"kl": 0.00471369456499815,
|
| 870 |
+
"learning_rate": 9.399999999999999e-07,
|
| 871 |
+
"loss": 0.09195078611373901,
|
| 872 |
+
"num_tokens": 998549.0,
|
| 873 |
+
"reward": 3.65,
|
| 874 |
+
"reward_std": 1.231584107875824,
|
| 875 |
+
"rewards/moral_reward_UtilitarianReward/mean": 3.65,
|
| 876 |
+
"rewards/moral_reward_UtilitarianReward/std": 1.2315841555595397,
|
| 877 |
+
"step": 155,
|
| 878 |
+
"step_time": 29.9117872485891
|
| 879 |
+
},
|
| 880 |
+
{
|
| 881 |
+
"clip_ratio/high_max": 0.0,
|
| 882 |
+
"clip_ratio/high_mean": 0.0,
|
| 883 |
+
"clip_ratio/low_mean": 0.0,
|
| 884 |
+
"clip_ratio/low_min": 0.0,
|
| 885 |
+
"clip_ratio/region_mean": 0.0,
|
| 886 |
+
"completion_length": 165.85,
|
| 887 |
+
"completions/clipped_ratio": 0.0,
|
| 888 |
+
"completions/max_length": 296.2,
|
| 889 |
+
"completions/max_terminated_length": 296.2,
|
| 890 |
+
"completions/mean_length": 166.85,
|
| 891 |
+
"completions/mean_terminated_length": 166.85,
|
| 892 |
+
"completions/min_length": 79.0,
|
| 893 |
+
"completions/min_terminated_length": 79.0,
|
| 894 |
+
"epoch": 0.16,
|
| 895 |
+
"frac_reward_zero_std": 0.2,
|
| 896 |
+
"grad_norm": 0.21273334324359894,
|
| 897 |
+
"kl": 0.005720237735658884,
|
| 898 |
+
"learning_rate": 9.344444444444444e-07,
|
| 899 |
+
"loss": 0.15124087333679198,
|
| 900 |
+
"num_tokens": 1029583.0,
|
| 901 |
+
"reward": 4.15,
|
| 902 |
+
"reward_std": 0.7625117301940918,
|
| 903 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.15,
|
| 904 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.7625117540359497,
|
| 905 |
+
"step": 160,
|
| 906 |
+
"step_time": 26.971886925958096
|
| 907 |
+
},
|
| 908 |
+
{
|
| 909 |
+
"clip_ratio/high_max": 0.0,
|
| 910 |
+
"clip_ratio/high_mean": 0.0,
|
| 911 |
+
"clip_ratio/low_mean": 0.0,
|
| 912 |
+
"clip_ratio/low_min": 0.0,
|
| 913 |
+
"clip_ratio/region_mean": 0.0,
|
| 914 |
+
"completion_length": 149.65,
|
| 915 |
+
"completions/clipped_ratio": 0.0,
|
| 916 |
+
"completions/max_length": 295.0,
|
| 917 |
+
"completions/max_terminated_length": 295.0,
|
| 918 |
+
"completions/mean_length": 150.65,
|
| 919 |
+
"completions/mean_terminated_length": 150.65,
|
| 920 |
+
"completions/min_length": 55.8,
|
| 921 |
+
"completions/min_terminated_length": 55.8,
|
| 922 |
+
"epoch": 0.165,
|
| 923 |
+
"frac_reward_zero_std": 0.4,
|
| 924 |
+
"grad_norm": 0.00232258765026927,
|
| 925 |
+
"kl": 0.008175063878297806,
|
| 926 |
+
"learning_rate": 9.288888888888888e-07,
|
| 927 |
+
"loss": 0.1590077757835388,
|
| 928 |
+
"num_tokens": 1059969.0,
|
| 929 |
+
"reward": 5.0,
|
| 930 |
+
"reward_std": 0.5336050391197205,
|
| 931 |
+
"rewards/moral_reward_UtilitarianReward/mean": 5.0,
|
| 932 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.5336050629615784,
|
| 933 |
+
"step": 165,
|
| 934 |
+
"step_time": 26.161048725061118
|
| 935 |
+
},
|
| 936 |
+
{
|
| 937 |
+
"clip_ratio/high_max": 0.0,
|
| 938 |
+
"clip_ratio/high_mean": 0.0,
|
| 939 |
+
"clip_ratio/low_mean": 0.0,
|
| 940 |
+
"clip_ratio/low_min": 0.0,
|
| 941 |
+
"clip_ratio/region_mean": 0.0,
|
| 942 |
+
"completion_length": 176.4,
|
| 943 |
+
"completions/clipped_ratio": 0.0,
|
| 944 |
+
"completions/max_length": 293.4,
|
| 945 |
+
"completions/max_terminated_length": 293.4,
|
| 946 |
+
"completions/mean_length": 177.4,
|
| 947 |
+
"completions/mean_terminated_length": 177.4,
|
| 948 |
+
"completions/min_length": 74.4,
|
| 949 |
+
"completions/min_terminated_length": 74.4,
|
| 950 |
+
"epoch": 0.17,
|
| 951 |
+
"frac_reward_zero_std": 0.0,
|
| 952 |
+
"grad_norm": 0.2149716317653656,
|
| 953 |
+
"kl": 0.007799381017684936,
|
| 954 |
+
"learning_rate": 9.233333333333333e-07,
|
| 955 |
+
"loss": 0.02089410424232483,
|
| 956 |
+
"num_tokens": 1091281.0,
|
| 957 |
+
"reward": 4.35,
|
| 958 |
+
"reward_std": 1.0486769676208496,
|
| 959 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.35,
|
| 960 |
+
"rewards/moral_reward_UtilitarianReward/std": 1.0486770391464233,
|
| 961 |
+
"step": 170,
|
| 962 |
+
"step_time": 26.807016992010176
|
| 963 |
+
},
|
| 964 |
+
{
|
| 965 |
+
"clip_ratio/high_max": 0.0,
|
| 966 |
+
"clip_ratio/high_mean": 0.0,
|
| 967 |
+
"clip_ratio/low_mean": 0.0,
|
| 968 |
+
"clip_ratio/low_min": 0.0,
|
| 969 |
+
"clip_ratio/region_mean": 0.0,
|
| 970 |
+
"completion_length": 165.8,
|
| 971 |
+
"completions/clipped_ratio": 0.0,
|
| 972 |
+
"completions/max_length": 342.2,
|
| 973 |
+
"completions/max_terminated_length": 342.2,
|
| 974 |
+
"completions/mean_length": 166.8,
|
| 975 |
+
"completions/mean_terminated_length": 166.8,
|
| 976 |
+
"completions/min_length": 65.8,
|
| 977 |
+
"completions/min_terminated_length": 65.8,
|
| 978 |
+
"epoch": 0.175,
|
| 979 |
+
"frac_reward_zero_std": 0.2,
|
| 980 |
+
"grad_norm": 0.2739967107772827,
|
| 981 |
+
"kl": 0.008360245544463397,
|
| 982 |
+
"learning_rate": 9.177777777777777e-07,
|
| 983 |
+
"loss": 0.08399769067764282,
|
| 984 |
+
"num_tokens": 1122241.0,
|
| 985 |
+
"reward": 4.35,
|
| 986 |
+
"reward_std": 0.7625117301940918,
|
| 987 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.35,
|
| 988 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.7625117540359497,
|
| 989 |
+
"step": 175,
|
| 990 |
+
"step_time": 29.94233110304922
|
| 991 |
+
},
|
| 992 |
+
{
|
| 993 |
+
"clip_ratio/high_max": 0.0,
|
| 994 |
+
"clip_ratio/high_mean": 0.0,
|
| 995 |
+
"clip_ratio/low_mean": 0.0,
|
| 996 |
+
"clip_ratio/low_min": 0.0,
|
| 997 |
+
"clip_ratio/region_mean": 0.0,
|
| 998 |
+
"completion_length": 134.65,
|
| 999 |
+
"completions/clipped_ratio": 0.0,
|
| 1000 |
+
"completions/max_length": 234.4,
|
| 1001 |
+
"completions/max_terminated_length": 234.4,
|
| 1002 |
+
"completions/mean_length": 135.65,
|
| 1003 |
+
"completions/mean_terminated_length": 135.65,
|
| 1004 |
+
"completions/min_length": 49.2,
|
| 1005 |
+
"completions/min_terminated_length": 49.2,
|
| 1006 |
+
"epoch": 0.18,
|
| 1007 |
+
"frac_reward_zero_std": 0.4,
|
| 1008 |
+
"grad_norm": 0.20514637231826782,
|
| 1009 |
+
"kl": 0.009439712576568126,
|
| 1010 |
+
"learning_rate": 9.122222222222222e-07,
|
| 1011 |
+
"loss": 0.014452619850635529,
|
| 1012 |
+
"num_tokens": 1152027.0,
|
| 1013 |
+
"reward": 4.75,
|
| 1014 |
+
"reward_std": 0.577347707748413,
|
| 1015 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.75,
|
| 1016 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.577347731590271,
|
| 1017 |
+
"step": 180,
|
| 1018 |
+
"step_time": 23.070276848971844
|
| 1019 |
+
},
|
| 1020 |
+
{
|
| 1021 |
+
"clip_ratio/high_max": 0.0,
|
| 1022 |
+
"clip_ratio/high_mean": 0.0,
|
| 1023 |
+
"clip_ratio/low_mean": 0.0,
|
| 1024 |
+
"clip_ratio/low_min": 0.0,
|
| 1025 |
+
"clip_ratio/region_mean": 0.0,
|
| 1026 |
+
"completion_length": 164.1,
|
| 1027 |
+
"completions/clipped_ratio": 0.0,
|
| 1028 |
+
"completions/max_length": 321.8,
|
| 1029 |
+
"completions/max_terminated_length": 321.8,
|
| 1030 |
+
"completions/mean_length": 165.1,
|
| 1031 |
+
"completions/mean_terminated_length": 165.1,
|
| 1032 |
+
"completions/min_length": 50.6,
|
| 1033 |
+
"completions/min_terminated_length": 50.6,
|
| 1034 |
+
"epoch": 0.185,
|
| 1035 |
+
"frac_reward_zero_std": 0.0,
|
| 1036 |
+
"grad_norm": 0.19473889470100403,
|
| 1037 |
+
"kl": 0.00969112766906619,
|
| 1038 |
+
"learning_rate": 9.066666666666665e-07,
|
| 1039 |
+
"loss": -0.03271363377571106,
|
| 1040 |
+
"num_tokens": 1182847.0,
|
| 1041 |
+
"reward": 4.5,
|
| 1042 |
+
"reward_std": 0.8164477467536926,
|
| 1043 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.5,
|
| 1044 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.8164477705955505,
|
| 1045 |
+
"step": 185,
|
| 1046 |
+
"step_time": 28.263875362090765
|
| 1047 |
+
},
|
| 1048 |
+
{
|
| 1049 |
+
"clip_ratio/high_max": 0.0,
|
| 1050 |
+
"clip_ratio/high_mean": 0.0,
|
| 1051 |
+
"clip_ratio/low_mean": 0.0,
|
| 1052 |
+
"clip_ratio/low_min": 0.0,
|
| 1053 |
+
"clip_ratio/region_mean": 0.0,
|
| 1054 |
+
"completion_length": 152.05,
|
| 1055 |
+
"completions/clipped_ratio": 0.0,
|
| 1056 |
+
"completions/max_length": 264.4,
|
| 1057 |
+
"completions/max_terminated_length": 264.4,
|
| 1058 |
+
"completions/mean_length": 153.05,
|
| 1059 |
+
"completions/mean_terminated_length": 153.05,
|
| 1060 |
+
"completions/min_length": 65.4,
|
| 1061 |
+
"completions/min_terminated_length": 65.4,
|
| 1062 |
+
"epoch": 0.19,
|
| 1063 |
+
"frac_reward_zero_std": 0.2,
|
| 1064 |
+
"grad_norm": 0.24077226221561432,
|
| 1065 |
+
"kl": 0.00891507901251316,
|
| 1066 |
+
"learning_rate": 9.01111111111111e-07,
|
| 1067 |
+
"loss": 0.13533030748367308,
|
| 1068 |
+
"num_tokens": 1213329.0,
|
| 1069 |
+
"reward": 4.0,
|
| 1070 |
+
"reward_std": 0.6968820333480835,
|
| 1071 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.0,
|
| 1072 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.6968820810317993,
|
| 1073 |
+
"step": 190,
|
| 1074 |
+
"step_time": 23.69272718410939
|
| 1075 |
+
},
|
| 1076 |
+
{
|
| 1077 |
+
"clip_ratio/high_max": 0.0,
|
| 1078 |
+
"clip_ratio/high_mean": 0.0,
|
| 1079 |
+
"clip_ratio/low_mean": 0.0,
|
| 1080 |
+
"clip_ratio/low_min": 0.0,
|
| 1081 |
+
"clip_ratio/region_mean": 0.0,
|
| 1082 |
+
"completion_length": 161.35,
|
| 1083 |
+
"completions/clipped_ratio": 0.0,
|
| 1084 |
+
"completions/max_length": 265.0,
|
| 1085 |
+
"completions/max_terminated_length": 265.0,
|
| 1086 |
+
"completions/mean_length": 162.35,
|
| 1087 |
+
"completions/mean_terminated_length": 162.35,
|
| 1088 |
+
"completions/min_length": 80.2,
|
| 1089 |
+
"completions/min_terminated_length": 80.2,
|
| 1090 |
+
"epoch": 0.195,
|
| 1091 |
+
"frac_reward_zero_std": 0.4,
|
| 1092 |
+
"grad_norm": 0.25661614537239075,
|
| 1093 |
+
"kl": 0.012490197271108627,
|
| 1094 |
+
"learning_rate": 8.955555555555555e-07,
|
| 1095 |
+
"loss": 0.00030376315116882325,
|
| 1096 |
+
"num_tokens": 1244111.0,
|
| 1097 |
+
"reward": 4.25,
|
| 1098 |
+
"reward_std": 0.5403943657875061,
|
| 1099 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.25,
|
| 1100 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.5403943657875061,
|
| 1101 |
+
"step": 195,
|
| 1102 |
+
"step_time": 23.82890893612057
|
| 1103 |
+
},
|
| 1104 |
+
{
|
| 1105 |
+
"clip_ratio/high_max": 0.0,
|
| 1106 |
+
"clip_ratio/high_mean": 0.0,
|
| 1107 |
+
"clip_ratio/low_mean": 0.0,
|
| 1108 |
+
"clip_ratio/low_min": 0.0,
|
| 1109 |
+
"clip_ratio/region_mean": 0.0,
|
| 1110 |
+
"completion_length": 136.05,
|
| 1111 |
+
"completions/clipped_ratio": 0.0,
|
| 1112 |
+
"completions/max_length": 216.6,
|
| 1113 |
+
"completions/max_terminated_length": 216.6,
|
| 1114 |
+
"completions/mean_length": 137.05,
|
| 1115 |
+
"completions/mean_terminated_length": 137.05,
|
| 1116 |
+
"completions/min_length": 60.6,
|
| 1117 |
+
"completions/min_terminated_length": 60.6,
|
| 1118 |
+
"epoch": 0.2,
|
| 1119 |
+
"frac_reward_zero_std": 0.2,
|
| 1120 |
+
"grad_norm": 0.007012420799583197,
|
| 1121 |
+
"kl": 0.012394448556005955,
|
| 1122 |
+
"learning_rate": 8.9e-07,
|
| 1123 |
+
"loss": 0.06410778164863587,
|
| 1124 |
+
"num_tokens": 1273809.0,
|
| 1125 |
+
"reward": 4.75,
|
| 1126 |
+
"reward_std": 0.6750263929367065,
|
| 1127 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.75,
|
| 1128 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.6750264167785645,
|
| 1129 |
+
"step": 200,
|
| 1130 |
+
"step_time": 20.7158064795658
|
| 1131 |
+
},
|
| 1132 |
+
{
|
| 1133 |
+
"clip_ratio/high_max": 0.0,
|
| 1134 |
+
"clip_ratio/high_mean": 0.0,
|
| 1135 |
+
"clip_ratio/low_mean": 0.0,
|
| 1136 |
+
"clip_ratio/low_min": 0.0,
|
| 1137 |
+
"clip_ratio/region_mean": 0.0,
|
| 1138 |
+
"completion_length": 161.85,
|
| 1139 |
+
"completions/clipped_ratio": 0.0,
|
| 1140 |
+
"completions/max_length": 271.2,
|
| 1141 |
+
"completions/max_terminated_length": 271.2,
|
| 1142 |
+
"completions/mean_length": 162.85,
|
| 1143 |
+
"completions/mean_terminated_length": 162.85,
|
| 1144 |
+
"completions/min_length": 85.2,
|
| 1145 |
+
"completions/min_terminated_length": 85.2,
|
| 1146 |
+
"epoch": 0.205,
|
| 1147 |
+
"frac_reward_zero_std": 0.0,
|
| 1148 |
+
"grad_norm": 0.2578473687171936,
|
| 1149 |
+
"kl": 0.011411456950008869,
|
| 1150 |
+
"learning_rate": 8.844444444444445e-07,
|
| 1151 |
+
"loss": 0.012321470677852631,
|
| 1152 |
+
"num_tokens": 1304611.0,
|
| 1153 |
+
"reward": 4.45,
|
| 1154 |
+
"reward_std": 0.8601904153823853,
|
| 1155 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.45,
|
| 1156 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.8601904392242432,
|
| 1157 |
+
"step": 205,
|
| 1158 |
+
"step_time": 24.88463418185711
|
| 1159 |
+
},
|
| 1160 |
+
{
|
| 1161 |
+
"clip_ratio/high_max": 0.0,
|
| 1162 |
+
"clip_ratio/high_mean": 0.0,
|
| 1163 |
+
"clip_ratio/low_mean": 0.0,
|
| 1164 |
+
"clip_ratio/low_min": 0.0,
|
| 1165 |
+
"clip_ratio/region_mean": 0.0,
|
| 1166 |
+
"completion_length": 128.225,
|
| 1167 |
+
"completions/clipped_ratio": 0.0,
|
| 1168 |
+
"completions/max_length": 232.8,
|
| 1169 |
+
"completions/max_terminated_length": 232.8,
|
| 1170 |
+
"completions/mean_length": 129.225,
|
| 1171 |
+
"completions/mean_terminated_length": 129.225,
|
| 1172 |
+
"completions/min_length": 74.8,
|
| 1173 |
+
"completions/min_terminated_length": 74.8,
|
| 1174 |
+
"epoch": 0.21,
|
| 1175 |
+
"frac_reward_zero_std": 0.0,
|
| 1176 |
+
"grad_norm": 0.2307954579591751,
|
| 1177 |
+
"kl": 0.016133372485637665,
|
| 1178 |
+
"learning_rate": 8.788888888888889e-07,
|
| 1179 |
+
"loss": -0.0394099622964859,
|
| 1180 |
+
"num_tokens": 1334140.0,
|
| 1181 |
+
"reward": 5.35,
|
| 1182 |
+
"reward_std": 0.7071067690849304,
|
| 1183 |
+
"rewards/moral_reward_UtilitarianReward/mean": 5.35,
|
| 1184 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.7071067690849304,
|
| 1185 |
+
"step": 210,
|
| 1186 |
+
"step_time": 21.914428286999463
|
| 1187 |
+
},
|
| 1188 |
+
{
|
| 1189 |
+
"clip_ratio/high_max": 0.0,
|
| 1190 |
+
"clip_ratio/high_mean": 0.0,
|
| 1191 |
+
"clip_ratio/low_mean": 0.0,
|
| 1192 |
+
"clip_ratio/low_min": 0.0,
|
| 1193 |
+
"clip_ratio/region_mean": 0.0,
|
| 1194 |
+
"completion_length": 165.95,
|
| 1195 |
+
"completions/clipped_ratio": 0.0,
|
| 1196 |
+
"completions/max_length": 313.2,
|
| 1197 |
+
"completions/max_terminated_length": 313.2,
|
| 1198 |
+
"completions/mean_length": 166.95,
|
| 1199 |
+
"completions/mean_terminated_length": 166.95,
|
| 1200 |
+
"completions/min_length": 88.8,
|
| 1201 |
+
"completions/min_terminated_length": 88.8,
|
| 1202 |
+
"epoch": 0.215,
|
| 1203 |
+
"frac_reward_zero_std": 0.6,
|
| 1204 |
+
"grad_norm": 0.0032926008570939302,
|
| 1205 |
+
"kl": 0.008341562561690807,
|
| 1206 |
+
"learning_rate": 8.733333333333333e-07,
|
| 1207 |
+
"loss": -0.02672809660434723,
|
| 1208 |
+
"num_tokens": 1365178.0,
|
| 1209 |
+
"reward": 4.6,
|
| 1210 |
+
"reward_std": 0.34844101667404176,
|
| 1211 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.6,
|
| 1212 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.34844104051589964,
|
| 1213 |
+
"step": 215,
|
| 1214 |
+
"step_time": 26.766969208978118
|
| 1215 |
+
},
|
| 1216 |
+
{
|
| 1217 |
+
"clip_ratio/high_max": 0.0,
|
| 1218 |
+
"clip_ratio/high_mean": 0.0,
|
| 1219 |
+
"clip_ratio/low_mean": 0.0,
|
| 1220 |
+
"clip_ratio/low_min": 0.0,
|
| 1221 |
+
"clip_ratio/region_mean": 0.0,
|
| 1222 |
+
"completion_length": 176.275,
|
| 1223 |
+
"completions/clipped_ratio": 0.0,
|
| 1224 |
+
"completions/max_length": 305.2,
|
| 1225 |
+
"completions/max_terminated_length": 305.2,
|
| 1226 |
+
"completions/mean_length": 177.275,
|
| 1227 |
+
"completions/mean_terminated_length": 177.275,
|
| 1228 |
+
"completions/min_length": 73.6,
|
| 1229 |
+
"completions/min_terminated_length": 73.6,
|
| 1230 |
+
"epoch": 0.22,
|
| 1231 |
+
"frac_reward_zero_std": 0.4,
|
| 1232 |
+
"grad_norm": 0.004261102061718702,
|
| 1233 |
+
"kl": 0.011390186846256256,
|
| 1234 |
+
"learning_rate": 8.677777777777777e-07,
|
| 1235 |
+
"loss": 0.012538497149944306,
|
| 1236 |
+
"num_tokens": 1396629.0,
|
| 1237 |
+
"reward": 4.4,
|
| 1238 |
+
"reward_std": 0.5336050391197205,
|
| 1239 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.4,
|
| 1240 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.5336050629615784,
|
| 1241 |
+
"step": 220,
|
| 1242 |
+
"step_time": 27.25447951257229
|
| 1243 |
+
},
|
| 1244 |
+
{
|
| 1245 |
+
"clip_ratio/high_max": 0.0,
|
| 1246 |
+
"clip_ratio/high_mean": 0.0,
|
| 1247 |
+
"clip_ratio/low_mean": 0.0,
|
| 1248 |
+
"clip_ratio/low_min": 0.0,
|
| 1249 |
+
"clip_ratio/region_mean": 0.0,
|
| 1250 |
+
"completion_length": 161.4,
|
| 1251 |
+
"completions/clipped_ratio": 0.0,
|
| 1252 |
+
"completions/max_length": 297.8,
|
| 1253 |
+
"completions/max_terminated_length": 297.8,
|
| 1254 |
+
"completions/mean_length": 162.4,
|
| 1255 |
+
"completions/mean_terminated_length": 162.4,
|
| 1256 |
+
"completions/min_length": 74.8,
|
| 1257 |
+
"completions/min_terminated_length": 74.8,
|
| 1258 |
+
"epoch": 0.225,
|
| 1259 |
+
"frac_reward_zero_std": 0.2,
|
| 1260 |
+
"grad_norm": 0.0028168978169560432,
|
| 1261 |
+
"kl": 0.013545809499919414,
|
| 1262 |
+
"learning_rate": 8.622222222222222e-07,
|
| 1263 |
+
"loss": 0.0774682343006134,
|
| 1264 |
+
"num_tokens": 1427413.0,
|
| 1265 |
+
"reward": 4.85,
|
| 1266 |
+
"reward_std": 0.6094280838966369,
|
| 1267 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.85,
|
| 1268 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.6094280838966369,
|
| 1269 |
+
"step": 225,
|
| 1270 |
+
"step_time": 27.194009834714233
|
| 1271 |
+
},
|
| 1272 |
+
{
|
| 1273 |
+
"clip_ratio/high_max": 0.0,
|
| 1274 |
+
"clip_ratio/high_mean": 0.0,
|
| 1275 |
+
"clip_ratio/low_mean": 0.0,
|
| 1276 |
+
"clip_ratio/low_min": 0.0,
|
| 1277 |
+
"clip_ratio/region_mean": 0.0,
|
| 1278 |
+
"completion_length": 140.95,
|
| 1279 |
+
"completions/clipped_ratio": 0.0,
|
| 1280 |
+
"completions/max_length": 282.2,
|
| 1281 |
+
"completions/max_terminated_length": 282.2,
|
| 1282 |
+
"completions/mean_length": 141.95,
|
| 1283 |
+
"completions/mean_terminated_length": 141.95,
|
| 1284 |
+
"completions/min_length": 67.0,
|
| 1285 |
+
"completions/min_terminated_length": 67.0,
|
| 1286 |
+
"epoch": 0.23,
|
| 1287 |
+
"frac_reward_zero_std": 0.2,
|
| 1288 |
+
"grad_norm": 0.30690187215805054,
|
| 1289 |
+
"kl": 0.012526923976838588,
|
| 1290 |
+
"learning_rate": 8.566666666666667e-07,
|
| 1291 |
+
"loss": 0.040482133626937866,
|
| 1292 |
+
"num_tokens": 1457307.0,
|
| 1293 |
+
"reward": 4.8,
|
| 1294 |
+
"reward_std": 0.6531707525253296,
|
| 1295 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.8,
|
| 1296 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.6531707525253296,
|
| 1297 |
+
"step": 230,
|
| 1298 |
+
"step_time": 25.292350782454015
|
| 1299 |
+
},
|
| 1300 |
+
{
|
| 1301 |
+
"clip_ratio/high_max": 0.0,
|
| 1302 |
+
"clip_ratio/high_mean": 0.0,
|
| 1303 |
+
"clip_ratio/low_mean": 0.0,
|
| 1304 |
+
"clip_ratio/low_min": 0.0,
|
| 1305 |
+
"clip_ratio/region_mean": 0.0,
|
| 1306 |
+
"completion_length": 158.35,
|
| 1307 |
+
"completions/clipped_ratio": 0.0,
|
| 1308 |
+
"completions/max_length": 356.0,
|
| 1309 |
+
"completions/max_terminated_length": 356.0,
|
| 1310 |
+
"completions/mean_length": 159.35,
|
| 1311 |
+
"completions/mean_terminated_length": 159.35,
|
| 1312 |
+
"completions/min_length": 60.0,
|
| 1313 |
+
"completions/min_terminated_length": 60.0,
|
| 1314 |
+
"epoch": 0.235,
|
| 1315 |
+
"frac_reward_zero_std": 0.2,
|
| 1316 |
+
"grad_norm": 0.006446328945457935,
|
| 1317 |
+
"kl": 0.011751212365925311,
|
| 1318 |
+
"learning_rate": 8.511111111111111e-07,
|
| 1319 |
+
"loss": 0.20034284591674806,
|
| 1320 |
+
"num_tokens": 1487969.0,
|
| 1321 |
+
"reward": 4.0,
|
| 1322 |
+
"reward_std": 0.7187690615653992,
|
| 1323 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.0,
|
| 1324 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.718769085407257,
|
| 1325 |
+
"step": 235,
|
| 1326 |
+
"step_time": 30.161568695679307
|
| 1327 |
+
},
|
| 1328 |
+
{
|
| 1329 |
+
"clip_ratio/high_max": 0.0,
|
| 1330 |
+
"clip_ratio/high_mean": 0.0,
|
| 1331 |
+
"clip_ratio/low_mean": 0.0,
|
| 1332 |
+
"clip_ratio/low_min": 0.0,
|
| 1333 |
+
"clip_ratio/region_mean": 0.0,
|
| 1334 |
+
"completion_length": 148.8,
|
| 1335 |
+
"completions/clipped_ratio": 0.0,
|
| 1336 |
+
"completions/max_length": 255.6,
|
| 1337 |
+
"completions/max_terminated_length": 255.6,
|
| 1338 |
+
"completions/mean_length": 149.8,
|
| 1339 |
+
"completions/mean_terminated_length": 149.8,
|
| 1340 |
+
"completions/min_length": 71.0,
|
| 1341 |
+
"completions/min_terminated_length": 71.0,
|
| 1342 |
+
"epoch": 0.24,
|
| 1343 |
+
"frac_reward_zero_std": 0.2,
|
| 1344 |
+
"grad_norm": 0.2412670999765396,
|
| 1345 |
+
"kl": 0.018276270106434823,
|
| 1346 |
+
"learning_rate": 8.455555555555555e-07,
|
| 1347 |
+
"loss": 0.06240055561065674,
|
| 1348 |
+
"num_tokens": 1518321.0,
|
| 1349 |
+
"reward": 4.2,
|
| 1350 |
+
"reward_std": 0.7406560897827148,
|
| 1351 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.2,
|
| 1352 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.7406560897827148,
|
| 1353 |
+
"step": 240,
|
| 1354 |
+
"step_time": 22.731867300719024
|
| 1355 |
+
},
|
| 1356 |
+
{
|
| 1357 |
+
"clip_ratio/high_max": 0.0,
|
| 1358 |
+
"clip_ratio/high_mean": 0.0,
|
| 1359 |
+
"clip_ratio/low_mean": 0.0,
|
| 1360 |
+
"clip_ratio/low_min": 0.0,
|
| 1361 |
+
"clip_ratio/region_mean": 0.0,
|
| 1362 |
+
"completion_length": 154.825,
|
| 1363 |
+
"completions/clipped_ratio": 0.025,
|
| 1364 |
+
"completions/max_length": 326.8,
|
| 1365 |
+
"completions/max_terminated_length": 280.0,
|
| 1366 |
+
"completions/mean_length": 155.8,
|
| 1367 |
+
"completions/mean_terminated_length": 146.88214416503905,
|
| 1368 |
+
"completions/min_length": 67.0,
|
| 1369 |
+
"completions/min_terminated_length": 67.0,
|
| 1370 |
+
"epoch": 0.245,
|
| 1371 |
+
"frac_reward_zero_std": 0.2,
|
| 1372 |
+
"grad_norm": 0.3100639581680298,
|
| 1373 |
+
"kl": 0.015892135351896285,
|
| 1374 |
+
"learning_rate": 8.399999999999999e-07,
|
| 1375 |
+
"loss": 0.14571008682250977,
|
| 1376 |
+
"num_tokens": 1548697.0,
|
| 1377 |
+
"reward": 4.65,
|
| 1378 |
+
"reward_std": 1.2037584781646729,
|
| 1379 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.65,
|
| 1380 |
+
"rewards/moral_reward_UtilitarianReward/std": 1.2037585258483887,
|
| 1381 |
+
"step": 245,
|
| 1382 |
+
"step_time": 26.949574462510647
|
| 1383 |
+
},
|
| 1384 |
+
{
|
| 1385 |
+
"clip_ratio/high_max": 0.0,
|
| 1386 |
+
"clip_ratio/high_mean": 0.0,
|
| 1387 |
+
"clip_ratio/low_mean": 0.0,
|
| 1388 |
+
"clip_ratio/low_min": 0.0,
|
| 1389 |
+
"clip_ratio/region_mean": 0.0,
|
| 1390 |
+
"completion_length": 148.225,
|
| 1391 |
+
"completions/clipped_ratio": 0.0,
|
| 1392 |
+
"completions/max_length": 305.8,
|
| 1393 |
+
"completions/max_terminated_length": 305.8,
|
| 1394 |
+
"completions/mean_length": 149.225,
|
| 1395 |
+
"completions/mean_terminated_length": 149.225,
|
| 1396 |
+
"completions/min_length": 52.4,
|
| 1397 |
+
"completions/min_terminated_length": 52.4,
|
| 1398 |
+
"epoch": 0.25,
|
| 1399 |
+
"frac_reward_zero_std": 0.4,
|
| 1400 |
+
"grad_norm": 0.0067728483118116856,
|
| 1401 |
+
"kl": 0.01279150415211916,
|
| 1402 |
+
"learning_rate": 8.344444444444444e-07,
|
| 1403 |
+
"loss": 0.06739224791526795,
|
| 1404 |
+
"num_tokens": 1578954.0,
|
| 1405 |
+
"reward": 4.5,
|
| 1406 |
+
"reward_std": 0.5336050391197205,
|
| 1407 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.5,
|
| 1408 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.5336050629615784,
|
| 1409 |
+
"step": 250,
|
| 1410 |
+
"step_time": 26.364575114287437
|
| 1411 |
+
},
|
| 1412 |
+
{
|
| 1413 |
+
"clip_ratio/high_max": 0.0,
|
| 1414 |
+
"clip_ratio/high_mean": 0.0,
|
| 1415 |
+
"clip_ratio/low_mean": 0.0,
|
| 1416 |
+
"clip_ratio/low_min": 0.0,
|
| 1417 |
+
"clip_ratio/region_mean": 0.0,
|
| 1418 |
+
"completion_length": 142.575,
|
| 1419 |
+
"completions/clipped_ratio": 0.0,
|
| 1420 |
+
"completions/max_length": 242.2,
|
| 1421 |
+
"completions/max_terminated_length": 242.2,
|
| 1422 |
+
"completions/mean_length": 143.575,
|
| 1423 |
+
"completions/mean_terminated_length": 143.575,
|
| 1424 |
+
"completions/min_length": 64.0,
|
| 1425 |
+
"completions/min_terminated_length": 64.0,
|
| 1426 |
+
"epoch": 0.255,
|
| 1427 |
+
"frac_reward_zero_std": 0.0,
|
| 1428 |
+
"grad_norm": 0.22738470137119293,
|
| 1429 |
+
"kl": 0.018309140019118784,
|
| 1430 |
+
"learning_rate": 8.288888888888888e-07,
|
| 1431 |
+
"loss": 0.00889379382133484,
|
| 1432 |
+
"num_tokens": 1608913.0,
|
| 1433 |
+
"reward": 4.45,
|
| 1434 |
+
"reward_std": 0.7945921063423157,
|
| 1435 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.45,
|
| 1436 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.7945921063423157,
|
| 1437 |
+
"step": 255,
|
| 1438 |
+
"step_time": 22.71455299090594
|
| 1439 |
+
},
|
| 1440 |
+
{
|
| 1441 |
+
"clip_ratio/high_max": 0.0,
|
| 1442 |
+
"clip_ratio/high_mean": 0.0,
|
| 1443 |
+
"clip_ratio/low_mean": 0.0,
|
| 1444 |
+
"clip_ratio/low_min": 0.0,
|
| 1445 |
+
"clip_ratio/region_mean": 0.0,
|
| 1446 |
+
"completion_length": 142.425,
|
| 1447 |
+
"completions/clipped_ratio": 0.0,
|
| 1448 |
+
"completions/max_length": 246.4,
|
| 1449 |
+
"completions/max_terminated_length": 246.4,
|
| 1450 |
+
"completions/mean_length": 143.425,
|
| 1451 |
+
"completions/mean_terminated_length": 143.425,
|
| 1452 |
+
"completions/min_length": 68.2,
|
| 1453 |
+
"completions/min_terminated_length": 68.2,
|
| 1454 |
+
"epoch": 0.26,
|
| 1455 |
+
"frac_reward_zero_std": 0.6,
|
| 1456 |
+
"grad_norm": 0.005690251011401415,
|
| 1457 |
+
"kl": 0.019256844744086267,
|
| 1458 |
+
"learning_rate": 8.233333333333333e-07,
|
| 1459 |
+
"loss": 0.018603578209877014,
|
| 1460 |
+
"num_tokens": 1638938.0,
|
| 1461 |
+
"reward": 5.6,
|
| 1462 |
+
"reward_std": 0.3703280448913574,
|
| 1463 |
+
"rewards/moral_reward_UtilitarianReward/mean": 5.6,
|
| 1464 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.3703280448913574,
|
| 1465 |
+
"step": 260,
|
| 1466 |
+
"step_time": 23.55280993860215
|
| 1467 |
+
},
|
| 1468 |
+
{
|
| 1469 |
+
"clip_ratio/high_max": 0.0,
|
| 1470 |
+
"clip_ratio/high_mean": 0.0,
|
| 1471 |
+
"clip_ratio/low_mean": 0.0,
|
| 1472 |
+
"clip_ratio/low_min": 0.0,
|
| 1473 |
+
"clip_ratio/region_mean": 0.0,
|
| 1474 |
+
"completion_length": 175.1,
|
| 1475 |
+
"completions/clipped_ratio": 0.0,
|
| 1476 |
+
"completions/max_length": 295.0,
|
| 1477 |
+
"completions/max_terminated_length": 295.0,
|
| 1478 |
+
"completions/mean_length": 176.1,
|
| 1479 |
+
"completions/mean_terminated_length": 176.1,
|
| 1480 |
+
"completions/min_length": 68.0,
|
| 1481 |
+
"completions/min_terminated_length": 68.0,
|
| 1482 |
+
"epoch": 0.265,
|
| 1483 |
+
"frac_reward_zero_std": 0.2,
|
| 1484 |
+
"grad_norm": 0.1898951679468155,
|
| 1485 |
+
"kl": 0.017192012257874013,
|
| 1486 |
+
"learning_rate": 8.177777777777778e-07,
|
| 1487 |
+
"loss": 0.06799390912055969,
|
| 1488 |
+
"num_tokens": 1670342.0,
|
| 1489 |
+
"reward": 4.05,
|
| 1490 |
+
"reward_std": 0.7911566972732544,
|
| 1491 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.05,
|
| 1492 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.7911567211151123,
|
| 1493 |
+
"step": 265,
|
| 1494 |
+
"step_time": 26.50823095738888
|
| 1495 |
+
},
|
| 1496 |
+
{
|
| 1497 |
+
"clip_ratio/high_max": 0.0,
|
| 1498 |
+
"clip_ratio/high_mean": 0.0,
|
| 1499 |
+
"clip_ratio/low_mean": 0.0,
|
| 1500 |
+
"clip_ratio/low_min": 0.0,
|
| 1501 |
+
"clip_ratio/region_mean": 0.0,
|
| 1502 |
+
"completion_length": 135.875,
|
| 1503 |
+
"completions/clipped_ratio": 0.0,
|
| 1504 |
+
"completions/max_length": 235.4,
|
| 1505 |
+
"completions/max_terminated_length": 235.4,
|
| 1506 |
+
"completions/mean_length": 136.875,
|
| 1507 |
+
"completions/mean_terminated_length": 136.875,
|
| 1508 |
+
"completions/min_length": 80.0,
|
| 1509 |
+
"completions/min_terminated_length": 80.0,
|
| 1510 |
+
"epoch": 0.27,
|
| 1511 |
+
"frac_reward_zero_std": 1.0,
|
| 1512 |
+
"grad_norm": 0.019389452412724495,
|
| 1513 |
+
"kl": 0.02358322888612747,
|
| 1514 |
+
"learning_rate": 8.122222222222221e-07,
|
| 1515 |
+
"loss": 0.0008728678338229656,
|
| 1516 |
+
"num_tokens": 1700177.0,
|
| 1517 |
+
"reward": 4.8,
|
| 1518 |
+
"reward_std": 0.0,
|
| 1519 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.8,
|
| 1520 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.0,
|
| 1521 |
+
"step": 270,
|
| 1522 |
+
"step_time": 21.902418779209256
|
| 1523 |
+
},
|
| 1524 |
+
{
|
| 1525 |
+
"clip_ratio/high_max": 0.0,
|
| 1526 |
+
"clip_ratio/high_mean": 0.0,
|
| 1527 |
+
"clip_ratio/low_mean": 0.0,
|
| 1528 |
+
"clip_ratio/low_min": 0.0,
|
| 1529 |
+
"clip_ratio/region_mean": 0.0,
|
| 1530 |
+
"completion_length": 152.95,
|
| 1531 |
+
"completions/clipped_ratio": 0.0,
|
| 1532 |
+
"completions/max_length": 250.4,
|
| 1533 |
+
"completions/max_terminated_length": 250.4,
|
| 1534 |
+
"completions/mean_length": 153.95,
|
| 1535 |
+
"completions/mean_terminated_length": 153.95,
|
| 1536 |
+
"completions/min_length": 85.0,
|
| 1537 |
+
"completions/min_terminated_length": 85.0,
|
| 1538 |
+
"epoch": 0.275,
|
| 1539 |
+
"frac_reward_zero_std": 0.2,
|
| 1540 |
+
"grad_norm": 0.30119964480400085,
|
| 1541 |
+
"kl": 0.01973027177155018,
|
| 1542 |
+
"learning_rate": 8.066666666666666e-07,
|
| 1543 |
+
"loss": 0.04865153729915619,
|
| 1544 |
+
"num_tokens": 1730623.0,
|
| 1545 |
+
"reward": 4.55,
|
| 1546 |
+
"reward_std": 0.6094280838966369,
|
| 1547 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.55,
|
| 1548 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.6094280838966369,
|
| 1549 |
+
"step": 275,
|
| 1550 |
+
"step_time": 23.060599927976728
|
| 1551 |
+
},
|
| 1552 |
+
{
|
| 1553 |
+
"clip_ratio/high_max": 0.0,
|
| 1554 |
+
"clip_ratio/high_mean": 0.0,
|
| 1555 |
+
"clip_ratio/low_mean": 0.0,
|
| 1556 |
+
"clip_ratio/low_min": 0.0,
|
| 1557 |
+
"clip_ratio/region_mean": 0.0,
|
| 1558 |
+
"completion_length": 155.7,
|
| 1559 |
+
"completions/clipped_ratio": 0.0,
|
| 1560 |
+
"completions/max_length": 295.4,
|
| 1561 |
+
"completions/max_terminated_length": 295.4,
|
| 1562 |
+
"completions/mean_length": 156.7,
|
| 1563 |
+
"completions/mean_terminated_length": 156.7,
|
| 1564 |
+
"completions/min_length": 69.2,
|
| 1565 |
+
"completions/min_terminated_length": 69.2,
|
| 1566 |
+
"epoch": 0.28,
|
| 1567 |
+
"frac_reward_zero_std": 0.4,
|
| 1568 |
+
"grad_norm": 0.030254116281867027,
|
| 1569 |
+
"kl": 0.01784577462822199,
|
| 1570 |
+
"learning_rate": 8.01111111111111e-07,
|
| 1571 |
+
"loss": 0.11772739887237549,
|
| 1572 |
+
"num_tokens": 1761179.0,
|
| 1573 |
+
"reward": 4.7,
|
| 1574 |
+
"reward_std": 0.5336050391197205,
|
| 1575 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.7,
|
| 1576 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.5336050629615784,
|
| 1577 |
+
"step": 280,
|
| 1578 |
+
"step_time": 26.009541239589453
|
| 1579 |
+
},
|
| 1580 |
+
{
|
| 1581 |
+
"clip_ratio/high_max": 0.0,
|
| 1582 |
+
"clip_ratio/high_mean": 0.0,
|
| 1583 |
+
"clip_ratio/low_mean": 0.0,
|
| 1584 |
+
"clip_ratio/low_min": 0.0,
|
| 1585 |
+
"clip_ratio/region_mean": 0.0,
|
| 1586 |
+
"completion_length": 124.275,
|
| 1587 |
+
"completions/clipped_ratio": 0.0,
|
| 1588 |
+
"completions/max_length": 220.6,
|
| 1589 |
+
"completions/max_terminated_length": 220.6,
|
| 1590 |
+
"completions/mean_length": 125.275,
|
| 1591 |
+
"completions/mean_terminated_length": 125.275,
|
| 1592 |
+
"completions/min_length": 82.4,
|
| 1593 |
+
"completions/min_terminated_length": 82.4,
|
| 1594 |
+
"epoch": 0.285,
|
| 1595 |
+
"frac_reward_zero_std": 0.4,
|
| 1596 |
+
"grad_norm": 0.2689976990222931,
|
| 1597 |
+
"kl": 0.02354905307292938,
|
| 1598 |
+
"learning_rate": 7.955555555555556e-07,
|
| 1599 |
+
"loss": 0.1425384521484375,
|
| 1600 |
+
"num_tokens": 1790406.0,
|
| 1601 |
+
"reward": 4.9,
|
| 1602 |
+
"reward_std": 0.5336050391197205,
|
| 1603 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.9,
|
| 1604 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.5336050629615784,
|
| 1605 |
+
"step": 285,
|
| 1606 |
+
"step_time": 21.353403258696197
|
| 1607 |
+
},
|
| 1608 |
+
{
|
| 1609 |
+
"clip_ratio/high_max": 0.0,
|
| 1610 |
+
"clip_ratio/high_mean": 0.0,
|
| 1611 |
+
"clip_ratio/low_mean": 0.0,
|
| 1612 |
+
"clip_ratio/low_min": 0.0,
|
| 1613 |
+
"clip_ratio/region_mean": 0.0,
|
| 1614 |
+
"completion_length": 123.15,
|
| 1615 |
+
"completions/clipped_ratio": 0.0,
|
| 1616 |
+
"completions/max_length": 196.6,
|
| 1617 |
+
"completions/max_terminated_length": 196.6,
|
| 1618 |
+
"completions/mean_length": 124.15,
|
| 1619 |
+
"completions/mean_terminated_length": 124.15,
|
| 1620 |
+
"completions/min_length": 72.0,
|
| 1621 |
+
"completions/min_terminated_length": 72.0,
|
| 1622 |
+
"epoch": 0.29,
|
| 1623 |
+
"frac_reward_zero_std": 0.6,
|
| 1624 |
+
"grad_norm": 0.006448091473430395,
|
| 1625 |
+
"kl": 0.024872176721692084,
|
| 1626 |
+
"learning_rate": 7.9e-07,
|
| 1627 |
+
"loss": -0.006724587082862854,
|
| 1628 |
+
"num_tokens": 1819660.0,
|
| 1629 |
+
"reward": 4.7,
|
| 1630 |
+
"reward_std": 0.2828427076339722,
|
| 1631 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.7,
|
| 1632 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.2828427076339722,
|
| 1633 |
+
"step": 290,
|
| 1634 |
+
"step_time": 18.56412544455379
|
| 1635 |
+
},
|
| 1636 |
+
{
|
| 1637 |
+
"clip_ratio/high_max": 0.0,
|
| 1638 |
+
"clip_ratio/high_mean": 0.0,
|
| 1639 |
+
"clip_ratio/low_mean": 0.0,
|
| 1640 |
+
"clip_ratio/low_min": 0.0,
|
| 1641 |
+
"clip_ratio/region_mean": 0.0,
|
| 1642 |
+
"completion_length": 159.875,
|
| 1643 |
+
"completions/clipped_ratio": 0.0,
|
| 1644 |
+
"completions/max_length": 258.4,
|
| 1645 |
+
"completions/max_terminated_length": 258.4,
|
| 1646 |
+
"completions/mean_length": 160.875,
|
| 1647 |
+
"completions/mean_terminated_length": 160.875,
|
| 1648 |
+
"completions/min_length": 79.0,
|
| 1649 |
+
"completions/min_terminated_length": 79.0,
|
| 1650 |
+
"epoch": 0.295,
|
| 1651 |
+
"frac_reward_zero_std": 0.2,
|
| 1652 |
+
"grad_norm": 0.31248316168785095,
|
| 1653 |
+
"kl": 0.024801130779087542,
|
| 1654 |
+
"learning_rate": 7.844444444444445e-07,
|
| 1655 |
+
"loss": 0.15383472442626953,
|
| 1656 |
+
"num_tokens": 1850311.0,
|
| 1657 |
+
"reward": 4.75,
|
| 1658 |
+
"reward_std": 0.6094280838966369,
|
| 1659 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.75,
|
| 1660 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.6094280838966369,
|
| 1661 |
+
"step": 295,
|
| 1662 |
+
"step_time": 23.535537352599203
|
| 1663 |
+
},
|
| 1664 |
+
{
|
| 1665 |
+
"clip_ratio/high_max": 0.0,
|
| 1666 |
+
"clip_ratio/high_mean": 0.0,
|
| 1667 |
+
"clip_ratio/low_mean": 0.0,
|
| 1668 |
+
"clip_ratio/low_min": 0.0,
|
| 1669 |
+
"clip_ratio/region_mean": 0.0,
|
| 1670 |
+
"completion_length": 121.825,
|
| 1671 |
+
"completions/clipped_ratio": 0.0,
|
| 1672 |
+
"completions/max_length": 231.8,
|
| 1673 |
+
"completions/max_terminated_length": 231.8,
|
| 1674 |
+
"completions/mean_length": 122.825,
|
| 1675 |
+
"completions/mean_terminated_length": 122.825,
|
| 1676 |
+
"completions/min_length": 59.8,
|
| 1677 |
+
"completions/min_terminated_length": 59.8,
|
| 1678 |
+
"epoch": 0.3,
|
| 1679 |
+
"frac_reward_zero_std": 0.4,
|
| 1680 |
+
"grad_norm": 0.2646472752094269,
|
| 1681 |
+
"kl": 0.0251793272793293,
|
| 1682 |
+
"learning_rate": 7.788888888888889e-07,
|
| 1683 |
+
"loss": -0.0009901363402605057,
|
| 1684 |
+
"num_tokens": 1879512.0,
|
| 1685 |
+
"reward": 5.15,
|
| 1686 |
+
"reward_std": 0.5554606795310975,
|
| 1687 |
+
"rewards/moral_reward_UtilitarianReward/mean": 5.15,
|
| 1688 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.5554607272148132,
|
| 1689 |
+
"step": 300,
|
| 1690 |
+
"step_time": 22.136210951581596
|
| 1691 |
+
},
|
| 1692 |
+
{
|
| 1693 |
+
"clip_ratio/high_max": 0.0,
|
| 1694 |
+
"clip_ratio/high_mean": 0.0,
|
| 1695 |
+
"clip_ratio/low_mean": 0.0,
|
| 1696 |
+
"clip_ratio/low_min": 0.0,
|
| 1697 |
+
"clip_ratio/region_mean": 0.0,
|
| 1698 |
+
"completion_length": 139.025,
|
| 1699 |
+
"completions/clipped_ratio": 0.0,
|
| 1700 |
+
"completions/max_length": 238.6,
|
| 1701 |
+
"completions/max_terminated_length": 238.6,
|
| 1702 |
+
"completions/mean_length": 140.025,
|
| 1703 |
+
"completions/mean_terminated_length": 140.025,
|
| 1704 |
+
"completions/min_length": 70.6,
|
| 1705 |
+
"completions/min_terminated_length": 70.6,
|
| 1706 |
+
"epoch": 0.305,
|
| 1707 |
+
"frac_reward_zero_std": 0.4,
|
| 1708 |
+
"grad_norm": 0.2815079689025879,
|
| 1709 |
+
"kl": 0.028827188163995744,
|
| 1710 |
+
"learning_rate": 7.733333333333333e-07,
|
| 1711 |
+
"loss": -0.03921020030975342,
|
| 1712 |
+
"num_tokens": 1909329.0,
|
| 1713 |
+
"reward": 5.2,
|
| 1714 |
+
"reward_std": 0.4680067300796509,
|
| 1715 |
+
"rewards/moral_reward_UtilitarianReward/mean": 5.2,
|
| 1716 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.4680067300796509,
|
| 1717 |
+
"step": 305,
|
| 1718 |
+
"step_time": 22.235979729518295
|
| 1719 |
+
},
|
| 1720 |
+
{
|
| 1721 |
+
"clip_ratio/high_max": 0.0,
|
| 1722 |
+
"clip_ratio/high_mean": 0.0,
|
| 1723 |
+
"clip_ratio/low_mean": 0.0,
|
| 1724 |
+
"clip_ratio/low_min": 0.0,
|
| 1725 |
+
"clip_ratio/region_mean": 0.0,
|
| 1726 |
+
"completion_length": 113.975,
|
| 1727 |
+
"completions/clipped_ratio": 0.0,
|
| 1728 |
+
"completions/max_length": 219.6,
|
| 1729 |
+
"completions/max_terminated_length": 219.6,
|
| 1730 |
+
"completions/mean_length": 114.975,
|
| 1731 |
+
"completions/mean_terminated_length": 114.975,
|
| 1732 |
+
"completions/min_length": 57.8,
|
| 1733 |
+
"completions/min_terminated_length": 57.8,
|
| 1734 |
+
"epoch": 0.31,
|
| 1735 |
+
"frac_reward_zero_std": 0.4,
|
| 1736 |
+
"grad_norm": 0.35113874077796936,
|
| 1737 |
+
"kl": 0.027438483014702798,
|
| 1738 |
+
"learning_rate": 7.677777777777778e-07,
|
| 1739 |
+
"loss": 0.040678709745407104,
|
| 1740 |
+
"num_tokens": 1938144.0,
|
| 1741 |
+
"reward": 5.1,
|
| 1742 |
+
"reward_std": 0.4680067300796509,
|
| 1743 |
+
"rewards/moral_reward_UtilitarianReward/mean": 5.1,
|
| 1744 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.4680067300796509,
|
| 1745 |
+
"step": 310,
|
| 1746 |
+
"step_time": 20.130571383424105
|
| 1747 |
+
},
|
| 1748 |
+
{
|
| 1749 |
+
"clip_ratio/high_max": 0.0,
|
| 1750 |
+
"clip_ratio/high_mean": 0.0,
|
| 1751 |
+
"clip_ratio/low_mean": 0.0,
|
| 1752 |
+
"clip_ratio/low_min": 0.0,
|
| 1753 |
+
"clip_ratio/region_mean": 0.0,
|
| 1754 |
+
"completion_length": 130.025,
|
| 1755 |
+
"completions/clipped_ratio": 0.0,
|
| 1756 |
+
"completions/max_length": 238.6,
|
| 1757 |
+
"completions/max_terminated_length": 238.6,
|
| 1758 |
+
"completions/mean_length": 131.025,
|
| 1759 |
+
"completions/mean_terminated_length": 131.025,
|
| 1760 |
+
"completions/min_length": 64.6,
|
| 1761 |
+
"completions/min_terminated_length": 64.6,
|
| 1762 |
+
"epoch": 0.315,
|
| 1763 |
+
"frac_reward_zero_std": 0.6,
|
| 1764 |
+
"grad_norm": 0.01229261513799429,
|
| 1765 |
+
"kl": 0.028792713209986685,
|
| 1766 |
+
"learning_rate": 7.622222222222222e-07,
|
| 1767 |
+
"loss": 0.10917177200317382,
|
| 1768 |
+
"num_tokens": 1967673.0,
|
| 1769 |
+
"reward": 5.2,
|
| 1770 |
+
"reward_std": 0.2828427076339722,
|
| 1771 |
+
"rewards/moral_reward_UtilitarianReward/mean": 5.2,
|
| 1772 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.2828427076339722,
|
| 1773 |
+
"step": 315,
|
| 1774 |
+
"step_time": 21.921487424150108
|
| 1775 |
+
},
|
| 1776 |
+
{
|
| 1777 |
+
"clip_ratio/high_max": 0.0,
|
| 1778 |
+
"clip_ratio/high_mean": 0.0,
|
| 1779 |
+
"clip_ratio/low_mean": 0.0,
|
| 1780 |
+
"clip_ratio/low_min": 0.0,
|
| 1781 |
+
"clip_ratio/region_mean": 0.0,
|
| 1782 |
+
"completion_length": 140.2,
|
| 1783 |
+
"completions/clipped_ratio": 0.0,
|
| 1784 |
+
"completions/max_length": 259.8,
|
| 1785 |
+
"completions/max_terminated_length": 259.8,
|
| 1786 |
+
"completions/mean_length": 141.2,
|
| 1787 |
+
"completions/mean_terminated_length": 141.2,
|
| 1788 |
+
"completions/min_length": 71.2,
|
| 1789 |
+
"completions/min_terminated_length": 71.2,
|
| 1790 |
+
"epoch": 0.32,
|
| 1791 |
+
"frac_reward_zero_std": 0.4,
|
| 1792 |
+
"grad_norm": 0.33577126264572144,
|
| 1793 |
+
"kl": 0.02417767755687237,
|
| 1794 |
+
"learning_rate": 7.566666666666667e-07,
|
| 1795 |
+
"loss": 0.14583747386932372,
|
| 1796 |
+
"num_tokens": 1997609.0,
|
| 1797 |
+
"reward": 4.85,
|
| 1798 |
+
"reward_std": 0.4898623704910278,
|
| 1799 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.85,
|
| 1800 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.48986239433288575,
|
| 1801 |
+
"step": 320,
|
| 1802 |
+
"step_time": 24.972001174651087
|
| 1803 |
+
},
|
| 1804 |
+
{
|
| 1805 |
+
"clip_ratio/high_max": 0.0,
|
| 1806 |
+
"clip_ratio/high_mean": 0.0,
|
| 1807 |
+
"clip_ratio/low_mean": 0.0,
|
| 1808 |
+
"clip_ratio/low_min": 0.0,
|
| 1809 |
+
"clip_ratio/region_mean": 0.0,
|
| 1810 |
+
"completion_length": 130.875,
|
| 1811 |
+
"completions/clipped_ratio": 0.0,
|
| 1812 |
+
"completions/max_length": 226.2,
|
| 1813 |
+
"completions/max_terminated_length": 226.2,
|
| 1814 |
+
"completions/mean_length": 131.875,
|
| 1815 |
+
"completions/mean_terminated_length": 131.875,
|
| 1816 |
+
"completions/min_length": 62.4,
|
| 1817 |
+
"completions/min_terminated_length": 62.4,
|
| 1818 |
+
"epoch": 0.325,
|
| 1819 |
+
"frac_reward_zero_std": 0.6,
|
| 1820 |
+
"grad_norm": 0.20999900996685028,
|
| 1821 |
+
"kl": 0.026126784831285478,
|
| 1822 |
+
"learning_rate": 7.51111111111111e-07,
|
| 1823 |
+
"loss": -0.00925930291414261,
|
| 1824 |
+
"num_tokens": 2027172.0,
|
| 1825 |
+
"reward": 5.7,
|
| 1826 |
+
"reward_std": 0.39897301197052004,
|
| 1827 |
+
"rewards/moral_reward_UtilitarianReward/mean": 5.7,
|
| 1828 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.39897301197052004,
|
| 1829 |
+
"step": 325,
|
| 1830 |
+
"step_time": 20.88516282197088
|
| 1831 |
+
},
|
| 1832 |
+
{
|
| 1833 |
+
"clip_ratio/high_max": 0.0,
|
| 1834 |
+
"clip_ratio/high_mean": 0.0,
|
| 1835 |
+
"clip_ratio/low_mean": 0.0,
|
| 1836 |
+
"clip_ratio/low_min": 0.0,
|
| 1837 |
+
"clip_ratio/region_mean": 0.0,
|
| 1838 |
+
"completion_length": 125.275,
|
| 1839 |
+
"completions/clipped_ratio": 0.025,
|
| 1840 |
+
"completions/max_length": 269.4,
|
| 1841 |
+
"completions/max_terminated_length": 197.4,
|
| 1842 |
+
"completions/mean_length": 126.25,
|
| 1843 |
+
"completions/mean_terminated_length": 116.56428680419921,
|
| 1844 |
+
"completions/min_length": 49.2,
|
| 1845 |
+
"completions/min_terminated_length": 49.2,
|
| 1846 |
+
"epoch": 0.33,
|
| 1847 |
+
"frac_reward_zero_std": 0.6,
|
| 1848 |
+
"grad_norm": 0.1329682171344757,
|
| 1849 |
+
"kl": 0.0248522337526083,
|
| 1850 |
+
"learning_rate": 7.455555555555555e-07,
|
| 1851 |
+
"loss": 0.18671348094940185,
|
| 1852 |
+
"num_tokens": 2056510.0,
|
| 1853 |
+
"reward": 4.65,
|
| 1854 |
+
"reward_std": 0.997567892074585,
|
| 1855 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.65,
|
| 1856 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.997567892074585,
|
| 1857 |
+
"step": 330,
|
| 1858 |
+
"step_time": 24.436123221181333
|
| 1859 |
+
},
|
| 1860 |
+
{
|
| 1861 |
+
"clip_ratio/high_max": 0.0,
|
| 1862 |
+
"clip_ratio/high_mean": 0.0,
|
| 1863 |
+
"clip_ratio/low_mean": 0.0,
|
| 1864 |
+
"clip_ratio/low_min": 0.0,
|
| 1865 |
+
"clip_ratio/region_mean": 0.0,
|
| 1866 |
+
"completion_length": 172.65,
|
| 1867 |
+
"completions/clipped_ratio": 0.025,
|
| 1868 |
+
"completions/max_length": 365.4,
|
| 1869 |
+
"completions/max_terminated_length": 308.6,
|
| 1870 |
+
"completions/mean_length": 173.625,
|
| 1871 |
+
"completions/mean_terminated_length": 164.44285888671874,
|
| 1872 |
+
"completions/min_length": 69.6,
|
| 1873 |
+
"completions/min_terminated_length": 69.6,
|
| 1874 |
+
"epoch": 0.335,
|
| 1875 |
+
"frac_reward_zero_std": 0.2,
|
| 1876 |
+
"grad_norm": 0.23019106686115265,
|
| 1877 |
+
"kl": 0.024365708231925964,
|
| 1878 |
+
"learning_rate": 7.4e-07,
|
| 1879 |
+
"loss": 0.2468789577484131,
|
| 1880 |
+
"num_tokens": 2087815.0,
|
| 1881 |
+
"reward": 4.4,
|
| 1882 |
+
"reward_std": 1.9478185653686524,
|
| 1883 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.4,
|
| 1884 |
+
"rewards/moral_reward_UtilitarianReward/std": 1.947818636894226,
|
| 1885 |
+
"step": 335,
|
| 1886 |
+
"step_time": 31.043324550427496
|
| 1887 |
+
},
|
| 1888 |
+
{
|
| 1889 |
+
"clip_ratio/high_max": 0.0,
|
| 1890 |
+
"clip_ratio/high_mean": 0.0,
|
| 1891 |
+
"clip_ratio/low_mean": 0.0,
|
| 1892 |
+
"clip_ratio/low_min": 0.0,
|
| 1893 |
+
"clip_ratio/region_mean": 0.0,
|
| 1894 |
+
"completion_length": 146.2,
|
| 1895 |
+
"completions/clipped_ratio": 0.0,
|
| 1896 |
+
"completions/max_length": 277.0,
|
| 1897 |
+
"completions/max_terminated_length": 277.0,
|
| 1898 |
+
"completions/mean_length": 147.2,
|
| 1899 |
+
"completions/mean_terminated_length": 147.2,
|
| 1900 |
+
"completions/min_length": 74.8,
|
| 1901 |
+
"completions/min_terminated_length": 74.8,
|
| 1902 |
+
"epoch": 0.34,
|
| 1903 |
+
"frac_reward_zero_std": 0.2,
|
| 1904 |
+
"grad_norm": 0.010287146084010601,
|
| 1905 |
+
"kl": 0.025504262745380403,
|
| 1906 |
+
"learning_rate": 7.344444444444444e-07,
|
| 1907 |
+
"loss": 0.11077117919921875,
|
| 1908 |
+
"num_tokens": 2118063.0,
|
| 1909 |
+
"reward": 4.3,
|
| 1910 |
+
"reward_std": 0.7474140286445617,
|
| 1911 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.3,
|
| 1912 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.7474140524864197,
|
| 1913 |
+
"step": 340,
|
| 1914 |
+
"step_time": 25.62555090021342
|
| 1915 |
+
},
|
| 1916 |
+
{
|
| 1917 |
+
"clip_ratio/high_max": 0.0,
|
| 1918 |
+
"clip_ratio/high_mean": 0.0,
|
| 1919 |
+
"clip_ratio/low_mean": 0.0,
|
| 1920 |
+
"clip_ratio/low_min": 0.0,
|
| 1921 |
+
"clip_ratio/region_mean": 0.0,
|
| 1922 |
+
"completion_length": 132.175,
|
| 1923 |
+
"completions/clipped_ratio": 0.0,
|
| 1924 |
+
"completions/max_length": 176.4,
|
| 1925 |
+
"completions/max_terminated_length": 176.4,
|
| 1926 |
+
"completions/mean_length": 133.175,
|
| 1927 |
+
"completions/mean_terminated_length": 133.175,
|
| 1928 |
+
"completions/min_length": 81.2,
|
| 1929 |
+
"completions/min_terminated_length": 81.2,
|
| 1930 |
+
"epoch": 0.345,
|
| 1931 |
+
"frac_reward_zero_std": 1.0,
|
| 1932 |
+
"grad_norm": 0.00858269538730383,
|
| 1933 |
+
"kl": 0.033780821785330775,
|
| 1934 |
+
"learning_rate": 7.288888888888889e-07,
|
| 1935 |
+
"loss": 0.0013535483740270138,
|
| 1936 |
+
"num_tokens": 2147750.0,
|
| 1937 |
+
"reward": 4.8,
|
| 1938 |
+
"reward_std": 0.0,
|
| 1939 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.8,
|
| 1940 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.0,
|
| 1941 |
+
"step": 345,
|
| 1942 |
+
"step_time": 17.943277669139206
|
| 1943 |
+
},
|
| 1944 |
+
{
|
| 1945 |
+
"clip_ratio/high_max": 0.0,
|
| 1946 |
+
"clip_ratio/high_mean": 0.0,
|
| 1947 |
+
"clip_ratio/low_mean": 0.0,
|
| 1948 |
+
"clip_ratio/low_min": 0.0,
|
| 1949 |
+
"clip_ratio/region_mean": 0.0,
|
| 1950 |
+
"completion_length": 149.45,
|
| 1951 |
+
"completions/clipped_ratio": 0.0,
|
| 1952 |
+
"completions/max_length": 275.8,
|
| 1953 |
+
"completions/max_terminated_length": 275.8,
|
| 1954 |
+
"completions/mean_length": 150.45,
|
| 1955 |
+
"completions/mean_terminated_length": 150.45,
|
| 1956 |
+
"completions/min_length": 56.6,
|
| 1957 |
+
"completions/min_terminated_length": 56.6,
|
| 1958 |
+
"epoch": 0.35,
|
| 1959 |
+
"frac_reward_zero_std": 0.6,
|
| 1960 |
+
"grad_norm": 0.008012249134480953,
|
| 1961 |
+
"kl": 0.029905498400330542,
|
| 1962 |
+
"learning_rate": 7.233333333333333e-07,
|
| 1963 |
+
"loss": 0.014867645502090455,
|
| 1964 |
+
"num_tokens": 2178128.0,
|
| 1965 |
+
"reward": 4.75,
|
| 1966 |
+
"reward_std": 0.3921836853027344,
|
| 1967 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.75,
|
| 1968 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.3921837091445923,
|
| 1969 |
+
"step": 350,
|
| 1970 |
+
"step_time": 25.388815332762896
|
| 1971 |
+
},
|
| 1972 |
+
{
|
| 1973 |
+
"clip_ratio/high_max": 0.0,
|
| 1974 |
+
"clip_ratio/high_mean": 0.0,
|
| 1975 |
+
"clip_ratio/low_mean": 0.0,
|
| 1976 |
+
"clip_ratio/low_min": 0.0,
|
| 1977 |
+
"clip_ratio/region_mean": 0.0,
|
| 1978 |
+
"completion_length": 132.625,
|
| 1979 |
+
"completions/clipped_ratio": 0.025,
|
| 1980 |
+
"completions/max_length": 238.6,
|
| 1981 |
+
"completions/max_terminated_length": 200.0,
|
| 1982 |
+
"completions/mean_length": 133.6,
|
| 1983 |
+
"completions/mean_terminated_length": 124.7,
|
| 1984 |
+
"completions/min_length": 78.2,
|
| 1985 |
+
"completions/min_terminated_length": 78.2,
|
| 1986 |
+
"epoch": 0.355,
|
| 1987 |
+
"frac_reward_zero_std": 0.6,
|
| 1988 |
+
"grad_norm": 0.02142888493835926,
|
| 1989 |
+
"kl": 0.031147219985723496,
|
| 1990 |
+
"learning_rate": 7.177777777777777e-07,
|
| 1991 |
+
"loss": 0.10029172897338867,
|
| 1992 |
+
"num_tokens": 2207832.0,
|
| 1993 |
+
"reward": 4.45,
|
| 1994 |
+
"reward_std": 0.9828529119491577,
|
| 1995 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.45,
|
| 1996 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.9828529596328736,
|
| 1997 |
+
"step": 355,
|
| 1998 |
+
"step_time": 22.105469434894623
|
| 1999 |
+
},
|
| 2000 |
+
{
|
| 2001 |
+
"clip_ratio/high_max": 0.0,
|
| 2002 |
+
"clip_ratio/high_mean": 0.0,
|
| 2003 |
+
"clip_ratio/low_mean": 0.0,
|
| 2004 |
+
"clip_ratio/low_min": 0.0,
|
| 2005 |
+
"clip_ratio/region_mean": 0.0,
|
| 2006 |
+
"completion_length": 142.1,
|
| 2007 |
+
"completions/clipped_ratio": 0.0,
|
| 2008 |
+
"completions/max_length": 252.4,
|
| 2009 |
+
"completions/max_terminated_length": 252.4,
|
| 2010 |
+
"completions/mean_length": 143.1,
|
| 2011 |
+
"completions/mean_terminated_length": 143.1,
|
| 2012 |
+
"completions/min_length": 83.2,
|
| 2013 |
+
"completions/min_terminated_length": 83.2,
|
| 2014 |
+
"epoch": 0.36,
|
| 2015 |
+
"frac_reward_zero_std": 0.4,
|
| 2016 |
+
"grad_norm": 0.013239466585218906,
|
| 2017 |
+
"kl": 0.029930847138166426,
|
| 2018 |
+
"learning_rate": 7.122222222222221e-07,
|
| 2019 |
+
"loss": 0.018232706189155578,
|
| 2020 |
+
"num_tokens": 2237844.0,
|
| 2021 |
+
"reward": 4.6,
|
| 2022 |
+
"reward_std": 0.5841370344161987,
|
| 2023 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.6,
|
| 2024 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.5841370344161987,
|
| 2025 |
+
"step": 360,
|
| 2026 |
+
"step_time": 23.131730359233917
|
| 2027 |
+
},
|
| 2028 |
+
{
|
| 2029 |
+
"clip_ratio/high_max": 0.0,
|
| 2030 |
+
"clip_ratio/high_mean": 0.0,
|
| 2031 |
+
"clip_ratio/low_mean": 0.0,
|
| 2032 |
+
"clip_ratio/low_min": 0.0,
|
| 2033 |
+
"clip_ratio/region_mean": 0.0,
|
| 2034 |
+
"completion_length": 127.6,
|
| 2035 |
+
"completions/clipped_ratio": 0.0,
|
| 2036 |
+
"completions/max_length": 218.4,
|
| 2037 |
+
"completions/max_terminated_length": 218.4,
|
| 2038 |
+
"completions/mean_length": 128.6,
|
| 2039 |
+
"completions/mean_terminated_length": 128.6,
|
| 2040 |
+
"completions/min_length": 62.6,
|
| 2041 |
+
"completions/min_terminated_length": 62.6,
|
| 2042 |
+
"epoch": 0.365,
|
| 2043 |
+
"frac_reward_zero_std": 0.8,
|
| 2044 |
+
"grad_norm": 0.20797806978225708,
|
| 2045 |
+
"kl": 0.04225280471146107,
|
| 2046 |
+
"learning_rate": 7.066666666666666e-07,
|
| 2047 |
+
"loss": -0.020176388323307037,
|
| 2048 |
+
"num_tokens": 2267276.0,
|
| 2049 |
+
"reward": 4.75,
|
| 2050 |
+
"reward_std": 0.1414213538169861,
|
| 2051 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.75,
|
| 2052 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.1414213538169861,
|
| 2053 |
+
"step": 365,
|
| 2054 |
+
"step_time": 20.418372511677443
|
| 2055 |
+
},
|
| 2056 |
+
{
|
| 2057 |
+
"clip_ratio/high_max": 0.0,
|
| 2058 |
+
"clip_ratio/high_mean": 0.0,
|
| 2059 |
+
"clip_ratio/low_mean": 0.0,
|
| 2060 |
+
"clip_ratio/low_min": 0.0,
|
| 2061 |
+
"clip_ratio/region_mean": 0.0,
|
| 2062 |
+
"completion_length": 139.35,
|
| 2063 |
+
"completions/clipped_ratio": 0.0,
|
| 2064 |
+
"completions/max_length": 230.0,
|
| 2065 |
+
"completions/max_terminated_length": 230.0,
|
| 2066 |
+
"completions/mean_length": 140.35,
|
| 2067 |
+
"completions/mean_terminated_length": 140.35,
|
| 2068 |
+
"completions/min_length": 68.0,
|
| 2069 |
+
"completions/min_terminated_length": 68.0,
|
| 2070 |
+
"epoch": 0.37,
|
| 2071 |
+
"frac_reward_zero_std": 0.6,
|
| 2072 |
+
"grad_norm": 0.019005611538887024,
|
| 2073 |
+
"kl": 0.0321023803204298,
|
| 2074 |
+
"learning_rate": 7.01111111111111e-07,
|
| 2075 |
+
"loss": -0.018423746526241302,
|
| 2076 |
+
"num_tokens": 2297250.0,
|
| 2077 |
+
"reward": 4.45,
|
| 2078 |
+
"reward_std": 0.3265853762626648,
|
| 2079 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.45,
|
| 2080 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.3265853762626648,
|
| 2081 |
+
"step": 370,
|
| 2082 |
+
"step_time": 21.874753666296602
|
| 2083 |
+
},
|
| 2084 |
+
{
|
| 2085 |
+
"clip_ratio/high_max": 0.0,
|
| 2086 |
+
"clip_ratio/high_mean": 0.0,
|
| 2087 |
+
"clip_ratio/low_mean": 0.0,
|
| 2088 |
+
"clip_ratio/low_min": 0.0,
|
| 2089 |
+
"clip_ratio/region_mean": 0.0,
|
| 2090 |
+
"completion_length": 127.625,
|
| 2091 |
+
"completions/clipped_ratio": 0.0,
|
| 2092 |
+
"completions/max_length": 208.0,
|
| 2093 |
+
"completions/max_terminated_length": 208.0,
|
| 2094 |
+
"completions/mean_length": 128.625,
|
| 2095 |
+
"completions/mean_terminated_length": 128.625,
|
| 2096 |
+
"completions/min_length": 65.4,
|
| 2097 |
+
"completions/min_terminated_length": 65.4,
|
| 2098 |
+
"epoch": 0.375,
|
| 2099 |
+
"frac_reward_zero_std": 0.6,
|
| 2100 |
+
"grad_norm": 0.26606109738349915,
|
| 2101 |
+
"kl": 0.03316195867955685,
|
| 2102 |
+
"learning_rate": 6.955555555555556e-07,
|
| 2103 |
+
"loss": 0.01695452630519867,
|
| 2104 |
+
"num_tokens": 2326611.0,
|
| 2105 |
+
"reward": 5.1,
|
| 2106 |
+
"reward_std": 0.2828427076339722,
|
| 2107 |
+
"rewards/moral_reward_UtilitarianReward/mean": 5.1,
|
| 2108 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.2828427076339722,
|
| 2109 |
+
"step": 375,
|
| 2110 |
+
"step_time": 19.817123257741333
|
| 2111 |
+
},
|
| 2112 |
+
{
|
| 2113 |
+
"clip_ratio/high_max": 0.0,
|
| 2114 |
+
"clip_ratio/high_mean": 0.0,
|
| 2115 |
+
"clip_ratio/low_mean": 0.0,
|
| 2116 |
+
"clip_ratio/low_min": 0.0,
|
| 2117 |
+
"clip_ratio/region_mean": 0.0,
|
| 2118 |
+
"completion_length": 132.35,
|
| 2119 |
+
"completions/clipped_ratio": 0.0,
|
| 2120 |
+
"completions/max_length": 247.0,
|
| 2121 |
+
"completions/max_terminated_length": 247.0,
|
| 2122 |
+
"completions/mean_length": 133.35,
|
| 2123 |
+
"completions/mean_terminated_length": 133.35,
|
| 2124 |
+
"completions/min_length": 49.6,
|
| 2125 |
+
"completions/min_terminated_length": 49.6,
|
| 2126 |
+
"epoch": 0.38,
|
| 2127 |
+
"frac_reward_zero_std": 0.6,
|
| 2128 |
+
"grad_norm": 0.008550039492547512,
|
| 2129 |
+
"kl": 0.030039456859230994,
|
| 2130 |
+
"learning_rate": 6.9e-07,
|
| 2131 |
+
"loss": 0.011058872938156128,
|
| 2132 |
+
"num_tokens": 2356233.0,
|
| 2133 |
+
"reward": 4.65,
|
| 2134 |
+
"reward_std": 0.3265853762626648,
|
| 2135 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.65,
|
| 2136 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.3265853762626648,
|
| 2137 |
+
"step": 380,
|
| 2138 |
+
"step_time": 22.639388359896838
|
| 2139 |
+
},
|
| 2140 |
+
{
|
| 2141 |
+
"clip_ratio/high_max": 0.0,
|
| 2142 |
+
"clip_ratio/high_mean": 0.0,
|
| 2143 |
+
"clip_ratio/low_mean": 0.0,
|
| 2144 |
+
"clip_ratio/low_min": 0.0,
|
| 2145 |
+
"clip_ratio/region_mean": 0.0,
|
| 2146 |
+
"completion_length": 137.375,
|
| 2147 |
+
"completions/clipped_ratio": 0.0,
|
| 2148 |
+
"completions/max_length": 238.6,
|
| 2149 |
+
"completions/max_terminated_length": 238.6,
|
| 2150 |
+
"completions/mean_length": 138.375,
|
| 2151 |
+
"completions/mean_terminated_length": 138.375,
|
| 2152 |
+
"completions/min_length": 55.8,
|
| 2153 |
+
"completions/min_terminated_length": 55.8,
|
| 2154 |
+
"epoch": 0.385,
|
| 2155 |
+
"frac_reward_zero_std": 0.6,
|
| 2156 |
+
"grad_norm": 0.0118716424331069,
|
| 2157 |
+
"kl": 0.02974194772541523,
|
| 2158 |
+
"learning_rate": 6.844444444444444e-07,
|
| 2159 |
+
"loss": -0.010747489333152772,
|
| 2160 |
+
"num_tokens": 2386128.0,
|
| 2161 |
+
"reward": 4.2,
|
| 2162 |
+
"reward_std": 0.34844101667404176,
|
| 2163 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.2,
|
| 2164 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.34844104051589964,
|
| 2165 |
+
"step": 385,
|
| 2166 |
+
"step_time": 22.4548373920843
|
| 2167 |
+
},
|
| 2168 |
+
{
|
| 2169 |
+
"clip_ratio/high_max": 0.0,
|
| 2170 |
+
"clip_ratio/high_mean": 0.0,
|
| 2171 |
+
"clip_ratio/low_mean": 0.0,
|
| 2172 |
+
"clip_ratio/low_min": 0.0,
|
| 2173 |
+
"clip_ratio/region_mean": 0.0,
|
| 2174 |
+
"completion_length": 116.025,
|
| 2175 |
+
"completions/clipped_ratio": 0.0,
|
| 2176 |
+
"completions/max_length": 193.4,
|
| 2177 |
+
"completions/max_terminated_length": 193.4,
|
| 2178 |
+
"completions/mean_length": 117.025,
|
| 2179 |
+
"completions/mean_terminated_length": 117.025,
|
| 2180 |
+
"completions/min_length": 66.8,
|
| 2181 |
+
"completions/min_terminated_length": 66.8,
|
| 2182 |
+
"epoch": 0.39,
|
| 2183 |
+
"frac_reward_zero_std": 1.0,
|
| 2184 |
+
"grad_norm": 0.007366604171693325,
|
| 2185 |
+
"kl": 0.03360221087932587,
|
| 2186 |
+
"learning_rate": 6.788888888888889e-07,
|
| 2187 |
+
"loss": 0.0014351705089211465,
|
| 2188 |
+
"num_tokens": 2415169.0,
|
| 2189 |
+
"reward": 4.8,
|
| 2190 |
+
"reward_std": 0.0,
|
| 2191 |
+
"rewards/moral_reward_UtilitarianReward/mean": 4.8,
|
| 2192 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.0,
|
| 2193 |
+
"step": 390,
|
| 2194 |
+
"step_time": 19.266714008897544
|
| 2195 |
+
},
|
| 2196 |
+
{
|
| 2197 |
+
"clip_ratio/high_max": 0.0,
|
| 2198 |
+
"clip_ratio/high_mean": 0.0,
|
| 2199 |
+
"clip_ratio/low_mean": 0.0,
|
| 2200 |
+
"clip_ratio/low_min": 0.0,
|
| 2201 |
+
"clip_ratio/region_mean": 0.0,
|
| 2202 |
+
"completion_length": 115.625,
|
| 2203 |
+
"completions/clipped_ratio": 0.0,
|
| 2204 |
+
"completions/max_length": 187.4,
|
| 2205 |
+
"completions/max_terminated_length": 187.4,
|
| 2206 |
+
"completions/mean_length": 116.625,
|
| 2207 |
+
"completions/mean_terminated_length": 116.625,
|
| 2208 |
+
"completions/min_length": 69.6,
|
| 2209 |
+
"completions/min_terminated_length": 69.6,
|
| 2210 |
+
"epoch": 0.395,
|
| 2211 |
+
"frac_reward_zero_std": 1.0,
|
| 2212 |
+
"grad_norm": 0.02016287110745907,
|
| 2213 |
+
"kl": 0.03665689527988434,
|
| 2214 |
+
"learning_rate": 6.733333333333333e-07,
|
| 2215 |
+
"loss": 0.0015032084658741951,
|
| 2216 |
+
"num_tokens": 2444050.0,
|
| 2217 |
+
"reward": 5.2,
|
| 2218 |
+
"reward_std": 0.0,
|
| 2219 |
+
"rewards/moral_reward_UtilitarianReward/mean": 5.2,
|
| 2220 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.0,
|
| 2221 |
+
"step": 395,
|
| 2222 |
+
"step_time": 18.382166165299715
|
| 2223 |
+
},
|
| 2224 |
+
{
|
| 2225 |
+
"clip_ratio/high_max": 0.0,
|
| 2226 |
+
"clip_ratio/high_mean": 0.0,
|
| 2227 |
+
"clip_ratio/low_mean": 0.0,
|
| 2228 |
+
"clip_ratio/low_min": 0.0,
|
| 2229 |
+
"clip_ratio/region_mean": 0.0,
|
| 2230 |
+
"completion_length": 120.925,
|
| 2231 |
+
"completions/clipped_ratio": 0.0,
|
| 2232 |
+
"completions/max_length": 190.4,
|
| 2233 |
+
"completions/max_terminated_length": 190.4,
|
| 2234 |
+
"completions/mean_length": 121.925,
|
| 2235 |
+
"completions/mean_terminated_length": 121.925,
|
| 2236 |
+
"completions/min_length": 67.0,
|
| 2237 |
+
"completions/min_terminated_length": 67.0,
|
| 2238 |
+
"epoch": 0.4,
|
| 2239 |
+
"frac_reward_zero_std": 0.4,
|
| 2240 |
+
"grad_norm": 0.31276795268058777,
|
| 2241 |
+
"kl": 0.03965781480073929,
|
| 2242 |
+
"learning_rate": 6.677777777777778e-07,
|
| 2243 |
+
"loss": 0.05069520473480225,
|
| 2244 |
+
"num_tokens": 2473287.0,
|
| 2245 |
+
"reward": 5.2,
|
| 2246 |
+
"reward_std": 0.5622500061988831,
|
| 2247 |
+
"rewards/moral_reward_UtilitarianReward/mean": 5.2,
|
| 2248 |
+
"rewards/moral_reward_UtilitarianReward/std": 0.5622500300407409,
|
| 2249 |
+
"step": 400,
|
| 2250 |
+
"step_time": 18.03271101899445
|
| 2251 |
+
}
|
| 2252 |
+
],
|
| 2253 |
+
"logging_steps": 5,
|
| 2254 |
+
"max_steps": 1000,
|
| 2255 |
+
"num_input_tokens_seen": 2473287,
|
| 2256 |
+
"num_train_epochs": 1,
|
| 2257 |
+
"save_steps": 25,
|
| 2258 |
+
"stateful_callbacks": {
|
| 2259 |
+
"TrainerControl": {
|
| 2260 |
+
"args": {
|
| 2261 |
+
"should_epoch_stop": false,
|
| 2262 |
+
"should_evaluate": false,
|
| 2263 |
+
"should_log": false,
|
| 2264 |
+
"should_save": true,
|
| 2265 |
+
"should_training_stop": false
|
| 2266 |
+
},
|
| 2267 |
+
"attributes": {}
|
| 2268 |
+
}
|
| 2269 |
+
},
|
| 2270 |
+
"total_flos": 0.0,
|
| 2271 |
+
"train_batch_size": 8,
|
| 2272 |
+
"trial_name": null,
|
| 2273 |
+
"trial_params": null
|
| 2274 |
+
}
|
checkpoint-400/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62601af9fa2834a77d1f3f69d3c625f9e61d957603c8bcc2a0433a77183f8887
|
| 3 |
+
size 7185
|