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 175, checkpoint
Browse files- .gitattributes +1 -0
- checkpoint-175/README.md +210 -0
- checkpoint-175/adapter_config.json +50 -0
- checkpoint-175/adapter_model.safetensors +3 -0
- checkpoint-175/chat_template.jinja +155 -0
- checkpoint-175/optimizer.pt +3 -0
- checkpoint-175/rng_state.pth +3 -0
- checkpoint-175/scheduler.pt +3 -0
- checkpoint-175/tokenizer.json +3 -0
- checkpoint-175/tokenizer_config.json +33 -0
- checkpoint-175/trainer_state.json +1014 -0
- checkpoint-175/training_args.bin +3 -0
.gitattributes
CHANGED
|
@@ -39,3 +39,4 @@ checkpoint-75/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
| 39 |
checkpoint-100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 40 |
checkpoint-125/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 41 |
checkpoint-150/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 39 |
checkpoint-100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 40 |
checkpoint-125/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 41 |
checkpoint-150/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
checkpoint-175/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-175/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-175/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-175/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54b20e9c2ed3e26e53c23eb44edc18623feaec9ed593d27a8b73d16fcda57838
|
| 3 |
+
size 465605896
|
checkpoint-175/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-175/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45beddca85a30a8419bac0e6074827db9653edc66c729f7823bb266dc9cf348a
|
| 3 |
+
size 236725541
|
checkpoint-175/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:157ace8f5642d361b604f422cccb76924a5d6070bbc77fe852b74a6341bfe1e0
|
| 3 |
+
size 14645
|
checkpoint-175/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65f81c7a5d9639f208434d42ff6d75803acf93b283666d0713521160360be4bb
|
| 3 |
+
size 1465
|
checkpoint-175/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9eae8e632a728c9be39b3f5a28213761dc5dfca0cca2c95461767643f4d210dd
|
| 3 |
+
size 19989507
|
checkpoint-175/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-175/trainer_state.json
ADDED
|
@@ -0,0 +1,1014 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.175,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 175,
|
| 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 |
+
"logging_steps": 5,
|
| 994 |
+
"max_steps": 1000,
|
| 995 |
+
"num_input_tokens_seen": 1122241,
|
| 996 |
+
"num_train_epochs": 1,
|
| 997 |
+
"save_steps": 25,
|
| 998 |
+
"stateful_callbacks": {
|
| 999 |
+
"TrainerControl": {
|
| 1000 |
+
"args": {
|
| 1001 |
+
"should_epoch_stop": false,
|
| 1002 |
+
"should_evaluate": false,
|
| 1003 |
+
"should_log": false,
|
| 1004 |
+
"should_save": true,
|
| 1005 |
+
"should_training_stop": false
|
| 1006 |
+
},
|
| 1007 |
+
"attributes": {}
|
| 1008 |
+
}
|
| 1009 |
+
},
|
| 1010 |
+
"total_flos": 0.0,
|
| 1011 |
+
"train_batch_size": 8,
|
| 1012 |
+
"trial_name": null,
|
| 1013 |
+
"trial_params": null
|
| 1014 |
+
}
|
checkpoint-175/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62601af9fa2834a77d1f3f69d3c625f9e61d957603c8bcc2a0433a77183f8887
|
| 3 |
+
size 7185
|