LoRA adapter at training step 150
Browse files- .gitattributes +1 -0
- README.md +202 -0
- adapter_config.json +39 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +28 -0
- chat_template.jinja +89 -0
- merges.txt +0 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +25 -0
- tokenizer.json +3 -0
- tokenizer_config.json +239 -0
- trainer_state.json +964 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen3-14B
|
| 3 |
+
library_name: peft
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Model Card for Model ID
|
| 7 |
+
|
| 8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
## Model Details
|
| 13 |
+
|
| 14 |
+
### Model Description
|
| 15 |
+
|
| 16 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
- **Developed by:** [More Information Needed]
|
| 21 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 22 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 23 |
+
- **Model type:** [More Information Needed]
|
| 24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 25 |
+
- **License:** [More Information Needed]
|
| 26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 27 |
+
|
| 28 |
+
### Model Sources [optional]
|
| 29 |
+
|
| 30 |
+
<!-- Provide the basic links for the model. -->
|
| 31 |
+
|
| 32 |
+
- **Repository:** [More Information Needed]
|
| 33 |
+
- **Paper [optional]:** [More Information Needed]
|
| 34 |
+
- **Demo [optional]:** [More Information Needed]
|
| 35 |
+
|
| 36 |
+
## Uses
|
| 37 |
+
|
| 38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 39 |
+
|
| 40 |
+
### Direct Use
|
| 41 |
+
|
| 42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 43 |
+
|
| 44 |
+
[More Information Needed]
|
| 45 |
+
|
| 46 |
+
### Downstream Use [optional]
|
| 47 |
+
|
| 48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 49 |
+
|
| 50 |
+
[More Information Needed]
|
| 51 |
+
|
| 52 |
+
### Out-of-Scope Use
|
| 53 |
+
|
| 54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 55 |
+
|
| 56 |
+
[More Information Needed]
|
| 57 |
+
|
| 58 |
+
## Bias, Risks, and Limitations
|
| 59 |
+
|
| 60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 61 |
+
|
| 62 |
+
[More Information Needed]
|
| 63 |
+
|
| 64 |
+
### Recommendations
|
| 65 |
+
|
| 66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 67 |
+
|
| 68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 69 |
+
|
| 70 |
+
## How to Get Started with the Model
|
| 71 |
+
|
| 72 |
+
Use the code below to get started with the model.
|
| 73 |
+
|
| 74 |
+
[More Information Needed]
|
| 75 |
+
|
| 76 |
+
## Training Details
|
| 77 |
+
|
| 78 |
+
### Training Data
|
| 79 |
+
|
| 80 |
+
<!-- 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. -->
|
| 81 |
+
|
| 82 |
+
[More Information Needed]
|
| 83 |
+
|
| 84 |
+
### Training Procedure
|
| 85 |
+
|
| 86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 87 |
+
|
| 88 |
+
#### Preprocessing [optional]
|
| 89 |
+
|
| 90 |
+
[More Information Needed]
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
#### Training Hyperparameters
|
| 94 |
+
|
| 95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 96 |
+
|
| 97 |
+
#### Speeds, Sizes, Times [optional]
|
| 98 |
+
|
| 99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 100 |
+
|
| 101 |
+
[More Information Needed]
|
| 102 |
+
|
| 103 |
+
## Evaluation
|
| 104 |
+
|
| 105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 106 |
+
|
| 107 |
+
### Testing Data, Factors & Metrics
|
| 108 |
+
|
| 109 |
+
#### Testing Data
|
| 110 |
+
|
| 111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 112 |
+
|
| 113 |
+
[More Information Needed]
|
| 114 |
+
|
| 115 |
+
#### Factors
|
| 116 |
+
|
| 117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
#### Metrics
|
| 122 |
+
|
| 123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
### Results
|
| 128 |
+
|
| 129 |
+
[More Information Needed]
|
| 130 |
+
|
| 131 |
+
#### Summary
|
| 132 |
+
|
| 133 |
+
|
| 134 |
+
|
| 135 |
+
## Model Examination [optional]
|
| 136 |
+
|
| 137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 138 |
+
|
| 139 |
+
[More Information Needed]
|
| 140 |
+
|
| 141 |
+
## Environmental Impact
|
| 142 |
+
|
| 143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 144 |
+
|
| 145 |
+
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).
|
| 146 |
+
|
| 147 |
+
- **Hardware Type:** [More Information Needed]
|
| 148 |
+
- **Hours used:** [More Information Needed]
|
| 149 |
+
- **Cloud Provider:** [More Information Needed]
|
| 150 |
+
- **Compute Region:** [More Information Needed]
|
| 151 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 152 |
+
|
| 153 |
+
## Technical Specifications [optional]
|
| 154 |
+
|
| 155 |
+
### Model Architecture and Objective
|
| 156 |
+
|
| 157 |
+
[More Information Needed]
|
| 158 |
+
|
| 159 |
+
### Compute Infrastructure
|
| 160 |
+
|
| 161 |
+
[More Information Needed]
|
| 162 |
+
|
| 163 |
+
#### Hardware
|
| 164 |
+
|
| 165 |
+
[More Information Needed]
|
| 166 |
+
|
| 167 |
+
#### Software
|
| 168 |
+
|
| 169 |
+
[More Information Needed]
|
| 170 |
+
|
| 171 |
+
## Citation [optional]
|
| 172 |
+
|
| 173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 174 |
+
|
| 175 |
+
**BibTeX:**
|
| 176 |
+
|
| 177 |
+
[More Information Needed]
|
| 178 |
+
|
| 179 |
+
**APA:**
|
| 180 |
+
|
| 181 |
+
[More Information Needed]
|
| 182 |
+
|
| 183 |
+
## Glossary [optional]
|
| 184 |
+
|
| 185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 186 |
+
|
| 187 |
+
[More Information Needed]
|
| 188 |
+
|
| 189 |
+
## More Information [optional]
|
| 190 |
+
|
| 191 |
+
[More Information Needed]
|
| 192 |
+
|
| 193 |
+
## Model Card Authors [optional]
|
| 194 |
+
|
| 195 |
+
[More Information Needed]
|
| 196 |
+
|
| 197 |
+
## Model Card Contact
|
| 198 |
+
|
| 199 |
+
[More Information Needed]
|
| 200 |
+
### Framework versions
|
| 201 |
+
|
| 202 |
+
- PEFT 0.15.2
|
adapter_config.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Qwen/Qwen3-14B",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 32,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.05,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"r": 32,
|
| 24 |
+
"rank_pattern": {},
|
| 25 |
+
"revision": null,
|
| 26 |
+
"target_modules": [
|
| 27 |
+
"o_proj",
|
| 28 |
+
"v_proj",
|
| 29 |
+
"down_proj",
|
| 30 |
+
"k_proj",
|
| 31 |
+
"q_proj",
|
| 32 |
+
"gate_proj",
|
| 33 |
+
"up_proj"
|
| 34 |
+
],
|
| 35 |
+
"task_type": "CAUSAL_LM",
|
| 36 |
+
"trainable_token_indices": null,
|
| 37 |
+
"use_dora": false,
|
| 38 |
+
"use_rslora": false
|
| 39 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62ab34db1f4e7f90c1ec81b6bf73c51580f6d4d933fb4d5bfba6ae90932f89df
|
| 3 |
+
size 513877864
|
added_tokens.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</think>": 151668,
|
| 3 |
+
"</tool_call>": 151658,
|
| 4 |
+
"</tool_response>": 151666,
|
| 5 |
+
"<think>": 151667,
|
| 6 |
+
"<tool_call>": 151657,
|
| 7 |
+
"<tool_response>": 151665,
|
| 8 |
+
"<|box_end|>": 151649,
|
| 9 |
+
"<|box_start|>": 151648,
|
| 10 |
+
"<|endoftext|>": 151643,
|
| 11 |
+
"<|file_sep|>": 151664,
|
| 12 |
+
"<|fim_middle|>": 151660,
|
| 13 |
+
"<|fim_pad|>": 151662,
|
| 14 |
+
"<|fim_prefix|>": 151659,
|
| 15 |
+
"<|fim_suffix|>": 151661,
|
| 16 |
+
"<|im_end|>": 151645,
|
| 17 |
+
"<|im_start|>": 151644,
|
| 18 |
+
"<|image_pad|>": 151655,
|
| 19 |
+
"<|object_ref_end|>": 151647,
|
| 20 |
+
"<|object_ref_start|>": 151646,
|
| 21 |
+
"<|quad_end|>": 151651,
|
| 22 |
+
"<|quad_start|>": 151650,
|
| 23 |
+
"<|repo_name|>": 151663,
|
| 24 |
+
"<|video_pad|>": 151656,
|
| 25 |
+
"<|vision_end|>": 151653,
|
| 26 |
+
"<|vision_pad|>": 151654,
|
| 27 |
+
"<|vision_start|>": 151652
|
| 28 |
+
}
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0].role == 'system' %}
|
| 4 |
+
{{- messages[0].content + '\n\n' }}
|
| 5 |
+
{%- endif %}
|
| 6 |
+
{{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
|
| 7 |
+
{%- for tool in tools %}
|
| 8 |
+
{{- "\n" }}
|
| 9 |
+
{{- tool | tojson }}
|
| 10 |
+
{%- endfor %}
|
| 11 |
+
{{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
|
| 12 |
+
{%- else %}
|
| 13 |
+
{%- if messages[0].role == 'system' %}
|
| 14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
| 15 |
+
{%- endif %}
|
| 16 |
+
{%- endif %}
|
| 17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
| 18 |
+
{%- for message in messages[::-1] %}
|
| 19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
| 20 |
+
{%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
|
| 21 |
+
{%- set ns.multi_step_tool = false %}
|
| 22 |
+
{%- set ns.last_query_index = index %}
|
| 23 |
+
{%- endif %}
|
| 24 |
+
{%- endfor %}
|
| 25 |
+
{%- for message in messages %}
|
| 26 |
+
{%- if message.content is string %}
|
| 27 |
+
{%- set content = message.content %}
|
| 28 |
+
{%- else %}
|
| 29 |
+
{%- set content = '' %}
|
| 30 |
+
{%- endif %}
|
| 31 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
| 32 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
| 33 |
+
{%- elif message.role == "assistant" %}
|
| 34 |
+
{%- set reasoning_content = '' %}
|
| 35 |
+
{%- if message.reasoning_content is string %}
|
| 36 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 37 |
+
{%- else %}
|
| 38 |
+
{%- if '</think>' in content %}
|
| 39 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 40 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
| 41 |
+
{%- endif %}
|
| 42 |
+
{%- endif %}
|
| 43 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 44 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
| 45 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
| 46 |
+
{%- else %}
|
| 47 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 48 |
+
{%- endif %}
|
| 49 |
+
{%- else %}
|
| 50 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 51 |
+
{%- endif %}
|
| 52 |
+
{%- if message.tool_calls %}
|
| 53 |
+
{%- for tool_call in message.tool_calls %}
|
| 54 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
| 55 |
+
{{- '\n' }}
|
| 56 |
+
{%- endif %}
|
| 57 |
+
{%- if tool_call.function %}
|
| 58 |
+
{%- set tool_call = tool_call.function %}
|
| 59 |
+
{%- endif %}
|
| 60 |
+
{{- '<tool_call>\n{"name": "' }}
|
| 61 |
+
{{- tool_call.name }}
|
| 62 |
+
{{- '", "arguments": ' }}
|
| 63 |
+
{%- if tool_call.arguments is string %}
|
| 64 |
+
{{- tool_call.arguments }}
|
| 65 |
+
{%- else %}
|
| 66 |
+
{{- tool_call.arguments | tojson }}
|
| 67 |
+
{%- endif %}
|
| 68 |
+
{{- '}\n</tool_call>' }}
|
| 69 |
+
{%- endfor %}
|
| 70 |
+
{%- endif %}
|
| 71 |
+
{{- '<|im_end|>\n' }}
|
| 72 |
+
{%- elif message.role == "tool" %}
|
| 73 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
| 74 |
+
{{- '<|im_start|>user' }}
|
| 75 |
+
{%- endif %}
|
| 76 |
+
{{- '\n<tool_response>\n' }}
|
| 77 |
+
{{- content }}
|
| 78 |
+
{{- '\n</tool_response>' }}
|
| 79 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 80 |
+
{{- '<|im_end|>\n' }}
|
| 81 |
+
{%- endif %}
|
| 82 |
+
{%- endif %}
|
| 83 |
+
{%- endfor %}
|
| 84 |
+
{%- if add_generation_prompt %}
|
| 85 |
+
{{- '<|im_start|>assistant\n' }}
|
| 86 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
| 87 |
+
{{- '<think>\n\n</think>\n\n' }}
|
| 88 |
+
{%- endif %}
|
| 89 |
+
{%- endif %}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:066faf318152c36e45c2f6d7e9d220c29765c22e7b74929974a120bef2487a2d
|
| 3 |
+
size 1028078067
|
rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d367f4f9c11be6f02e99ea7ae867e2afcbc7345f1d6a13cb41742a1e3644764
|
| 3 |
+
size 14645
|
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad292b5d14b8f8d85544d7d54740ffc013a4923be9b6dca5a08e1479e52628cc
|
| 3 |
+
size 1465
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|im_end|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": "<|im_end|>"
|
| 25 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de053c72a4ae289224ac988558897303006ceea1db22f30b97d0d856969ea6b9
|
| 3 |
+
size 11422818
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,239 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
},
|
| 181 |
+
"151665": {
|
| 182 |
+
"content": "<tool_response>",
|
| 183 |
+
"lstrip": false,
|
| 184 |
+
"normalized": false,
|
| 185 |
+
"rstrip": false,
|
| 186 |
+
"single_word": false,
|
| 187 |
+
"special": false
|
| 188 |
+
},
|
| 189 |
+
"151666": {
|
| 190 |
+
"content": "</tool_response>",
|
| 191 |
+
"lstrip": false,
|
| 192 |
+
"normalized": false,
|
| 193 |
+
"rstrip": false,
|
| 194 |
+
"single_word": false,
|
| 195 |
+
"special": false
|
| 196 |
+
},
|
| 197 |
+
"151667": {
|
| 198 |
+
"content": "<think>",
|
| 199 |
+
"lstrip": false,
|
| 200 |
+
"normalized": false,
|
| 201 |
+
"rstrip": false,
|
| 202 |
+
"single_word": false,
|
| 203 |
+
"special": false
|
| 204 |
+
},
|
| 205 |
+
"151668": {
|
| 206 |
+
"content": "</think>",
|
| 207 |
+
"lstrip": false,
|
| 208 |
+
"normalized": false,
|
| 209 |
+
"rstrip": false,
|
| 210 |
+
"single_word": false,
|
| 211 |
+
"special": false
|
| 212 |
+
}
|
| 213 |
+
},
|
| 214 |
+
"additional_special_tokens": [
|
| 215 |
+
"<|im_start|>",
|
| 216 |
+
"<|im_end|>",
|
| 217 |
+
"<|object_ref_start|>",
|
| 218 |
+
"<|object_ref_end|>",
|
| 219 |
+
"<|box_start|>",
|
| 220 |
+
"<|box_end|>",
|
| 221 |
+
"<|quad_start|>",
|
| 222 |
+
"<|quad_end|>",
|
| 223 |
+
"<|vision_start|>",
|
| 224 |
+
"<|vision_end|>",
|
| 225 |
+
"<|vision_pad|>",
|
| 226 |
+
"<|image_pad|>",
|
| 227 |
+
"<|video_pad|>"
|
| 228 |
+
],
|
| 229 |
+
"bos_token": null,
|
| 230 |
+
"clean_up_tokenization_spaces": false,
|
| 231 |
+
"eos_token": "<|im_end|>",
|
| 232 |
+
"errors": "replace",
|
| 233 |
+
"extra_special_tokens": {},
|
| 234 |
+
"model_max_length": 131072,
|
| 235 |
+
"pad_token": "<|im_end|>",
|
| 236 |
+
"split_special_tokens": false,
|
| 237 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 238 |
+
"unk_token": null
|
| 239 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,964 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.002736726874657909,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 150,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"clip_ratio/high_max": 0.0,
|
| 14 |
+
"clip_ratio/high_mean": 0.0,
|
| 15 |
+
"clip_ratio/low_mean": 0.0,
|
| 16 |
+
"clip_ratio/low_min": 0.0,
|
| 17 |
+
"clip_ratio/region_mean": 0.0,
|
| 18 |
+
"completions/clipped_ratio": 0.0,
|
| 19 |
+
"completions/max_length": 530.0,
|
| 20 |
+
"completions/max_terminated_length": 530.0,
|
| 21 |
+
"completions/mean_length": 459.0875,
|
| 22 |
+
"completions/mean_terminated_length": 459.0875,
|
| 23 |
+
"completions/min_length": 382.6,
|
| 24 |
+
"completions/min_terminated_length": 382.6,
|
| 25 |
+
"epoch": 9.122422915526363e-05,
|
| 26 |
+
"frac_reward_zero_std": 0.0,
|
| 27 |
+
"grad_norm": 0.08330418169498444,
|
| 28 |
+
"learning_rate": 2e-05,
|
| 29 |
+
"loss": -0.017,
|
| 30 |
+
"num_tokens": 42647.0,
|
| 31 |
+
"reward": 1.7133710861206055,
|
| 32 |
+
"reward_std": 0.06495940759778022,
|
| 33 |
+
"rewards/reward_humanlike/mean": -0.0049063809216022495,
|
| 34 |
+
"rewards/reward_humanlike/std": 0.0013417582493275404,
|
| 35 |
+
"rewards/reward_nonslop/mean": 0.4698944389820099,
|
| 36 |
+
"rewards/reward_nonslop/std": 0.02207690291106701,
|
| 37 |
+
"rewards/reward_paragraph_structure/mean": 0.9225000023841858,
|
| 38 |
+
"rewards/reward_paragraph_structure/std": 0.05570792183279991,
|
| 39 |
+
"rewards/reward_variance_humanlike/mean": 0.3258830189704895,
|
| 40 |
+
"rewards/reward_variance_humanlike/std": 0.03409086093306542,
|
| 41 |
+
"step": 5
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"clip_ratio/high_max": 0.0,
|
| 45 |
+
"clip_ratio/high_mean": 0.0,
|
| 46 |
+
"clip_ratio/low_mean": 0.0,
|
| 47 |
+
"clip_ratio/low_min": 0.0,
|
| 48 |
+
"clip_ratio/region_mean": 0.0,
|
| 49 |
+
"completions/clipped_ratio": 0.0,
|
| 50 |
+
"completions/max_length": 518.8,
|
| 51 |
+
"completions/max_terminated_length": 518.8,
|
| 52 |
+
"completions/mean_length": 457.8125,
|
| 53 |
+
"completions/mean_terminated_length": 457.8125,
|
| 54 |
+
"completions/min_length": 408.2,
|
| 55 |
+
"completions/min_terminated_length": 408.2,
|
| 56 |
+
"epoch": 0.00018244845831052726,
|
| 57 |
+
"frac_reward_zero_std": 0.0,
|
| 58 |
+
"grad_norm": 0.07756281644105911,
|
| 59 |
+
"learning_rate": 2e-05,
|
| 60 |
+
"loss": -0.0038,
|
| 61 |
+
"num_tokens": 85064.0,
|
| 62 |
+
"reward": 1.7329328775405883,
|
| 63 |
+
"reward_std": 0.059737163782119754,
|
| 64 |
+
"rewards/reward_humanlike/mean": -0.006193175911903381,
|
| 65 |
+
"rewards/reward_humanlike/std": 0.0012689156574197114,
|
| 66 |
+
"rewards/reward_nonslop/mean": 0.4595408201217651,
|
| 67 |
+
"rewards/reward_nonslop/std": 0.021954230777919293,
|
| 68 |
+
"rewards/reward_paragraph_structure/mean": 0.9339999556541443,
|
| 69 |
+
"rewards/reward_paragraph_structure/std": 0.034224916622042655,
|
| 70 |
+
"rewards/reward_variance_humanlike/mean": 0.34558519124984743,
|
| 71 |
+
"rewards/reward_variance_humanlike/std": 0.04318429157137871,
|
| 72 |
+
"step": 10
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"clip_ratio/high_max": 0.0,
|
| 76 |
+
"clip_ratio/high_mean": 0.0,
|
| 77 |
+
"clip_ratio/low_mean": 0.0,
|
| 78 |
+
"clip_ratio/low_min": 0.0,
|
| 79 |
+
"clip_ratio/region_mean": 0.0,
|
| 80 |
+
"completions/clipped_ratio": 0.0,
|
| 81 |
+
"completions/max_length": 522.0,
|
| 82 |
+
"completions/max_terminated_length": 522.0,
|
| 83 |
+
"completions/mean_length": 457.6625,
|
| 84 |
+
"completions/mean_terminated_length": 457.6625,
|
| 85 |
+
"completions/min_length": 404.6,
|
| 86 |
+
"completions/min_terminated_length": 404.6,
|
| 87 |
+
"epoch": 0.0002736726874657909,
|
| 88 |
+
"frac_reward_zero_std": 0.0,
|
| 89 |
+
"grad_norm": 0.07608332484960556,
|
| 90 |
+
"learning_rate": 2e-05,
|
| 91 |
+
"loss": -0.0146,
|
| 92 |
+
"num_tokens": 127517.0,
|
| 93 |
+
"reward": 1.6709249019622803,
|
| 94 |
+
"reward_std": 0.0486908458173275,
|
| 95 |
+
"rewards/reward_humanlike/mean": -0.006584349274635315,
|
| 96 |
+
"rewards/reward_humanlike/std": 0.000867948867380619,
|
| 97 |
+
"rewards/reward_nonslop/mean": 0.4447902083396912,
|
| 98 |
+
"rewards/reward_nonslop/std": 0.023332541435956956,
|
| 99 |
+
"rewards/reward_paragraph_structure/mean": 0.934500002861023,
|
| 100 |
+
"rewards/reward_paragraph_structure/std": 0.03865866586565971,
|
| 101 |
+
"rewards/reward_variance_humanlike/mean": 0.2982190430164337,
|
| 102 |
+
"rewards/reward_variance_humanlike/std": 0.032131852209568025,
|
| 103 |
+
"step": 15
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"clip_ratio/high_max": 0.0,
|
| 107 |
+
"clip_ratio/high_mean": 0.0,
|
| 108 |
+
"clip_ratio/low_mean": 0.0,
|
| 109 |
+
"clip_ratio/low_min": 0.0,
|
| 110 |
+
"clip_ratio/region_mean": 0.0,
|
| 111 |
+
"completions/clipped_ratio": 0.0,
|
| 112 |
+
"completions/max_length": 541.6,
|
| 113 |
+
"completions/max_terminated_length": 541.6,
|
| 114 |
+
"completions/mean_length": 473.8875,
|
| 115 |
+
"completions/mean_terminated_length": 473.8875,
|
| 116 |
+
"completions/min_length": 418.2,
|
| 117 |
+
"completions/min_terminated_length": 418.2,
|
| 118 |
+
"epoch": 0.00036489691662105453,
|
| 119 |
+
"frac_reward_zero_std": 0.0,
|
| 120 |
+
"grad_norm": 0.07590995728969574,
|
| 121 |
+
"learning_rate": 2e-05,
|
| 122 |
+
"loss": -0.0135,
|
| 123 |
+
"num_tokens": 171220.0,
|
| 124 |
+
"reward": 1.655500054359436,
|
| 125 |
+
"reward_std": 0.05006450563669205,
|
| 126 |
+
"rewards/reward_humanlike/mean": -0.006528209149837494,
|
| 127 |
+
"rewards/reward_humanlike/std": 0.0008110307855531574,
|
| 128 |
+
"rewards/reward_nonslop/mean": 0.4389641106128693,
|
| 129 |
+
"rewards/reward_nonslop/std": 0.020602181926369666,
|
| 130 |
+
"rewards/reward_paragraph_structure/mean": 0.9475000023841857,
|
| 131 |
+
"rewards/reward_paragraph_structure/std": 0.035131752490997314,
|
| 132 |
+
"rewards/reward_variance_humanlike/mean": 0.2755641430616379,
|
| 133 |
+
"rewards/reward_variance_humanlike/std": 0.03498224206268787,
|
| 134 |
+
"step": 20
|
| 135 |
+
},
|
| 136 |
+
{
|
| 137 |
+
"clip_ratio/high_max": 0.0,
|
| 138 |
+
"clip_ratio/high_mean": 0.0,
|
| 139 |
+
"clip_ratio/low_mean": 0.0,
|
| 140 |
+
"clip_ratio/low_min": 0.0,
|
| 141 |
+
"clip_ratio/region_mean": 0.0,
|
| 142 |
+
"completions/clipped_ratio": 0.0,
|
| 143 |
+
"completions/max_length": 552.6,
|
| 144 |
+
"completions/max_terminated_length": 552.6,
|
| 145 |
+
"completions/mean_length": 481.075,
|
| 146 |
+
"completions/mean_terminated_length": 481.075,
|
| 147 |
+
"completions/min_length": 421.6,
|
| 148 |
+
"completions/min_terminated_length": 421.6,
|
| 149 |
+
"epoch": 0.0004561211457763182,
|
| 150 |
+
"frac_reward_zero_std": 0.0,
|
| 151 |
+
"grad_norm": 0.08101129531860352,
|
| 152 |
+
"learning_rate": 2e-05,
|
| 153 |
+
"loss": -0.0111,
|
| 154 |
+
"num_tokens": 215578.0,
|
| 155 |
+
"reward": 1.686311173439026,
|
| 156 |
+
"reward_std": 0.05389990359544754,
|
| 157 |
+
"rewards/reward_humanlike/mean": -0.0063924640417099,
|
| 158 |
+
"rewards/reward_humanlike/std": 0.0013852458912879228,
|
| 159 |
+
"rewards/reward_nonslop/mean": 0.4303958237171173,
|
| 160 |
+
"rewards/reward_nonslop/std": 0.02291610725224018,
|
| 161 |
+
"rewards/reward_paragraph_structure/mean": 0.9554999947547913,
|
| 162 |
+
"rewards/reward_paragraph_structure/std": 0.03535142131149769,
|
| 163 |
+
"rewards/reward_variance_humanlike/mean": 0.3068078398704529,
|
| 164 |
+
"rewards/reward_variance_humanlike/std": 0.03916346058249474,
|
| 165 |
+
"step": 25
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"clip_ratio/high_max": 0.0,
|
| 169 |
+
"clip_ratio/high_mean": 0.0,
|
| 170 |
+
"clip_ratio/low_mean": 0.0,
|
| 171 |
+
"clip_ratio/low_min": 0.0,
|
| 172 |
+
"clip_ratio/region_mean": 0.0,
|
| 173 |
+
"completions/clipped_ratio": 0.0,
|
| 174 |
+
"completions/max_length": 575.2,
|
| 175 |
+
"completions/max_terminated_length": 575.2,
|
| 176 |
+
"completions/mean_length": 506.4125,
|
| 177 |
+
"completions/mean_terminated_length": 506.4125,
|
| 178 |
+
"completions/min_length": 437.8,
|
| 179 |
+
"completions/min_terminated_length": 437.8,
|
| 180 |
+
"epoch": 0.0005473453749315818,
|
| 181 |
+
"frac_reward_zero_std": 0.0,
|
| 182 |
+
"grad_norm": 0.07839162647724152,
|
| 183 |
+
"learning_rate": 2e-05,
|
| 184 |
+
"loss": -0.003,
|
| 185 |
+
"num_tokens": 261915.0,
|
| 186 |
+
"reward": 1.6966917037963867,
|
| 187 |
+
"reward_std": 0.05147708132863045,
|
| 188 |
+
"rewards/reward_humanlike/mean": -0.005980825424194336,
|
| 189 |
+
"rewards/reward_humanlike/std": 0.0013130037346854805,
|
| 190 |
+
"rewards/reward_nonslop/mean": 0.43321479558944703,
|
| 191 |
+
"rewards/reward_nonslop/std": 0.022418199107050896,
|
| 192 |
+
"rewards/reward_paragraph_structure/mean": 0.965500020980835,
|
| 193 |
+
"rewards/reward_paragraph_structure/std": 0.03038812577724457,
|
| 194 |
+
"rewards/reward_variance_humanlike/mean": 0.3039577305316925,
|
| 195 |
+
"rewards/reward_variance_humanlike/std": 0.03852991610765457,
|
| 196 |
+
"step": 30
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"clip_ratio/high_max": 0.0,
|
| 200 |
+
"clip_ratio/high_mean": 0.0,
|
| 201 |
+
"clip_ratio/low_mean": 0.0,
|
| 202 |
+
"clip_ratio/low_min": 0.0,
|
| 203 |
+
"clip_ratio/region_mean": 0.0,
|
| 204 |
+
"completions/clipped_ratio": 0.0,
|
| 205 |
+
"completions/max_length": 588.4,
|
| 206 |
+
"completions/max_terminated_length": 588.4,
|
| 207 |
+
"completions/mean_length": 520.675,
|
| 208 |
+
"completions/mean_terminated_length": 520.675,
|
| 209 |
+
"completions/min_length": 449.8,
|
| 210 |
+
"completions/min_terminated_length": 449.8,
|
| 211 |
+
"epoch": 0.0006385696040868455,
|
| 212 |
+
"frac_reward_zero_std": 0.0,
|
| 213 |
+
"grad_norm": 0.08089983463287354,
|
| 214 |
+
"learning_rate": 2e-05,
|
| 215 |
+
"loss": 0.01,
|
| 216 |
+
"num_tokens": 309441.0,
|
| 217 |
+
"reward": 1.713779377937317,
|
| 218 |
+
"reward_std": 0.04969915598630905,
|
| 219 |
+
"rewards/reward_humanlike/mean": -0.005676886439323426,
|
| 220 |
+
"rewards/reward_humanlike/std": 0.001277495315298438,
|
| 221 |
+
"rewards/reward_nonslop/mean": 0.44167782068252565,
|
| 222 |
+
"rewards/reward_nonslop/std": 0.026974805071949957,
|
| 223 |
+
"rewards/reward_paragraph_structure/mean": 0.9735000133514404,
|
| 224 |
+
"rewards/reward_paragraph_structure/std": 0.02794780358672142,
|
| 225 |
+
"rewards/reward_variance_humanlike/mean": 0.3042784631252289,
|
| 226 |
+
"rewards/reward_variance_humanlike/std": 0.04240153580904007,
|
| 227 |
+
"step": 35
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"clip_ratio/high_max": 0.0,
|
| 231 |
+
"clip_ratio/high_mean": 0.0,
|
| 232 |
+
"clip_ratio/low_mean": 0.0,
|
| 233 |
+
"clip_ratio/low_min": 0.0,
|
| 234 |
+
"clip_ratio/region_mean": 0.0,
|
| 235 |
+
"completions/clipped_ratio": 0.0,
|
| 236 |
+
"completions/max_length": 613.0,
|
| 237 |
+
"completions/max_terminated_length": 613.0,
|
| 238 |
+
"completions/mean_length": 532.15,
|
| 239 |
+
"completions/mean_terminated_length": 532.15,
|
| 240 |
+
"completions/min_length": 450.6,
|
| 241 |
+
"completions/min_terminated_length": 450.6,
|
| 242 |
+
"epoch": 0.0007297938332421091,
|
| 243 |
+
"frac_reward_zero_std": 0.0,
|
| 244 |
+
"grad_norm": 0.08725527673959732,
|
| 245 |
+
"learning_rate": 2e-05,
|
| 246 |
+
"loss": -0.0082,
|
| 247 |
+
"num_tokens": 357821.0,
|
| 248 |
+
"reward": 1.7072110414505004,
|
| 249 |
+
"reward_std": 0.08227875493466855,
|
| 250 |
+
"rewards/reward_humanlike/mean": -0.00399986058473587,
|
| 251 |
+
"rewards/reward_humanlike/std": 0.0019454783294349908,
|
| 252 |
+
"rewards/reward_nonslop/mean": 0.4142237663269043,
|
| 253 |
+
"rewards/reward_nonslop/std": 0.022323147021234037,
|
| 254 |
+
"rewards/reward_paragraph_structure/mean": 0.9635000228881836,
|
| 255 |
+
"rewards/reward_paragraph_structure/std": 0.06351297833025456,
|
| 256 |
+
"rewards/reward_variance_humanlike/mean": 0.33348714709281924,
|
| 257 |
+
"rewards/reward_variance_humanlike/std": 0.04445431642234325,
|
| 258 |
+
"step": 40
|
| 259 |
+
},
|
| 260 |
+
{
|
| 261 |
+
"clip_ratio/high_max": 0.0,
|
| 262 |
+
"clip_ratio/high_mean": 0.0,
|
| 263 |
+
"clip_ratio/low_mean": 0.0,
|
| 264 |
+
"clip_ratio/low_min": 0.0,
|
| 265 |
+
"clip_ratio/region_mean": 0.0,
|
| 266 |
+
"completions/clipped_ratio": 0.0,
|
| 267 |
+
"completions/max_length": 586.0,
|
| 268 |
+
"completions/max_terminated_length": 586.0,
|
| 269 |
+
"completions/mean_length": 516.025,
|
| 270 |
+
"completions/mean_terminated_length": 516.025,
|
| 271 |
+
"completions/min_length": 429.2,
|
| 272 |
+
"completions/min_terminated_length": 429.2,
|
| 273 |
+
"epoch": 0.0008210180623973727,
|
| 274 |
+
"frac_reward_zero_std": 0.0,
|
| 275 |
+
"grad_norm": 0.07776515185832977,
|
| 276 |
+
"learning_rate": 2e-05,
|
| 277 |
+
"loss": 0.0029,
|
| 278 |
+
"num_tokens": 405039.0,
|
| 279 |
+
"reward": 1.758931827545166,
|
| 280 |
+
"reward_std": 0.07233260497450829,
|
| 281 |
+
"rewards/reward_humanlike/mean": -0.005538669228553772,
|
| 282 |
+
"rewards/reward_humanlike/std": 0.0021492485189810394,
|
| 283 |
+
"rewards/reward_nonslop/mean": 0.4442190766334534,
|
| 284 |
+
"rewards/reward_nonslop/std": 0.026956739276647566,
|
| 285 |
+
"rewards/reward_paragraph_structure/mean": 0.9730000257492065,
|
| 286 |
+
"rewards/reward_paragraph_structure/std": 0.05119010470807552,
|
| 287 |
+
"rewards/reward_variance_humanlike/mean": 0.34725142121315,
|
| 288 |
+
"rewards/reward_variance_humanlike/std": 0.045725250244140626,
|
| 289 |
+
"step": 45
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"clip_ratio/high_max": 0.0,
|
| 293 |
+
"clip_ratio/high_mean": 0.0,
|
| 294 |
+
"clip_ratio/low_mean": 0.0,
|
| 295 |
+
"clip_ratio/low_min": 0.0,
|
| 296 |
+
"clip_ratio/region_mean": 0.0,
|
| 297 |
+
"completions/clipped_ratio": 0.0,
|
| 298 |
+
"completions/max_length": 625.8,
|
| 299 |
+
"completions/max_terminated_length": 625.8,
|
| 300 |
+
"completions/mean_length": 525.625,
|
| 301 |
+
"completions/mean_terminated_length": 525.625,
|
| 302 |
+
"completions/min_length": 442.8,
|
| 303 |
+
"completions/min_terminated_length": 442.8,
|
| 304 |
+
"epoch": 0.0009122422915526364,
|
| 305 |
+
"frac_reward_zero_std": 0.0,
|
| 306 |
+
"grad_norm": 0.0774134173989296,
|
| 307 |
+
"learning_rate": 2e-05,
|
| 308 |
+
"loss": 0.0049,
|
| 309 |
+
"num_tokens": 452961.0,
|
| 310 |
+
"reward": 1.7036024570465087,
|
| 311 |
+
"reward_std": 0.07441542074084281,
|
| 312 |
+
"rewards/reward_humanlike/mean": -0.006102602928876877,
|
| 313 |
+
"rewards/reward_humanlike/std": 0.0014865510282106697,
|
| 314 |
+
"rewards/reward_nonslop/mean": 0.4318544864654541,
|
| 315 |
+
"rewards/reward_nonslop/std": 0.026268348470330237,
|
| 316 |
+
"rewards/reward_paragraph_structure/mean": 0.9745000243186951,
|
| 317 |
+
"rewards/reward_paragraph_structure/std": 0.04429337792098522,
|
| 318 |
+
"rewards/reward_variance_humanlike/mean": 0.3033505916595459,
|
| 319 |
+
"rewards/reward_variance_humanlike/std": 0.04139695428311825,
|
| 320 |
+
"step": 50
|
| 321 |
+
},
|
| 322 |
+
{
|
| 323 |
+
"clip_ratio/high_max": 0.0,
|
| 324 |
+
"clip_ratio/high_mean": 0.0,
|
| 325 |
+
"clip_ratio/low_mean": 0.0,
|
| 326 |
+
"clip_ratio/low_min": 0.0,
|
| 327 |
+
"clip_ratio/region_mean": 0.0,
|
| 328 |
+
"completions/clipped_ratio": 0.0,
|
| 329 |
+
"completions/max_length": 609.6,
|
| 330 |
+
"completions/max_terminated_length": 609.6,
|
| 331 |
+
"completions/mean_length": 521.1625,
|
| 332 |
+
"completions/mean_terminated_length": 521.1625,
|
| 333 |
+
"completions/min_length": 437.0,
|
| 334 |
+
"completions/min_terminated_length": 437.0,
|
| 335 |
+
"epoch": 0.0010034665207079,
|
| 336 |
+
"frac_reward_zero_std": 0.0,
|
| 337 |
+
"grad_norm": 0.0859595239162445,
|
| 338 |
+
"learning_rate": 2e-05,
|
| 339 |
+
"loss": -0.0142,
|
| 340 |
+
"num_tokens": 500574.0,
|
| 341 |
+
"reward": 1.7607794046401977,
|
| 342 |
+
"reward_std": 0.07357486188411713,
|
| 343 |
+
"rewards/reward_humanlike/mean": -0.005865442752838135,
|
| 344 |
+
"rewards/reward_humanlike/std": 0.0013492291327565908,
|
| 345 |
+
"rewards/reward_nonslop/mean": 0.448255854845047,
|
| 346 |
+
"rewards/reward_nonslop/std": 0.023698090761899947,
|
| 347 |
+
"rewards/reward_paragraph_structure/mean": 0.9675000071525574,
|
| 348 |
+
"rewards/reward_paragraph_structure/std": 0.051267866417765616,
|
| 349 |
+
"rewards/reward_variance_humanlike/mean": 0.3508889973163605,
|
| 350 |
+
"rewards/reward_variance_humanlike/std": 0.04507431238889694,
|
| 351 |
+
"step": 55
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"clip_ratio/high_max": 0.0,
|
| 355 |
+
"clip_ratio/high_mean": 0.0,
|
| 356 |
+
"clip_ratio/low_mean": 0.0,
|
| 357 |
+
"clip_ratio/low_min": 0.0,
|
| 358 |
+
"clip_ratio/region_mean": 0.0,
|
| 359 |
+
"completions/clipped_ratio": 0.0,
|
| 360 |
+
"completions/max_length": 634.4,
|
| 361 |
+
"completions/max_terminated_length": 634.4,
|
| 362 |
+
"completions/mean_length": 535.475,
|
| 363 |
+
"completions/mean_terminated_length": 535.475,
|
| 364 |
+
"completions/min_length": 460.4,
|
| 365 |
+
"completions/min_terminated_length": 460.4,
|
| 366 |
+
"epoch": 0.0010946907498631637,
|
| 367 |
+
"frac_reward_zero_std": 0.0,
|
| 368 |
+
"grad_norm": 0.084259532392025,
|
| 369 |
+
"learning_rate": 2e-05,
|
| 370 |
+
"loss": -0.0101,
|
| 371 |
+
"num_tokens": 549252.0,
|
| 372 |
+
"reward": 1.8035558938980103,
|
| 373 |
+
"reward_std": 0.07631172686815262,
|
| 374 |
+
"rewards/reward_humanlike/mean": -0.004114150255918503,
|
| 375 |
+
"rewards/reward_humanlike/std": 0.004924690327607095,
|
| 376 |
+
"rewards/reward_nonslop/mean": 0.4565321087837219,
|
| 377 |
+
"rewards/reward_nonslop/std": 0.027938447147607803,
|
| 378 |
+
"rewards/reward_paragraph_structure/mean": 0.9730000257492065,
|
| 379 |
+
"rewards/reward_paragraph_structure/std": 0.029559650644659995,
|
| 380 |
+
"rewards/reward_variance_humanlike/mean": 0.37813796401023864,
|
| 381 |
+
"rewards/reward_variance_humanlike/std": 0.05382424220442772,
|
| 382 |
+
"step": 60
|
| 383 |
+
},
|
| 384 |
+
{
|
| 385 |
+
"clip_ratio/high_max": 0.0,
|
| 386 |
+
"clip_ratio/high_mean": 0.0,
|
| 387 |
+
"clip_ratio/low_mean": 0.0,
|
| 388 |
+
"clip_ratio/low_min": 0.0,
|
| 389 |
+
"clip_ratio/region_mean": 0.0,
|
| 390 |
+
"completions/clipped_ratio": 0.0,
|
| 391 |
+
"completions/max_length": 707.4,
|
| 392 |
+
"completions/max_terminated_length": 707.4,
|
| 393 |
+
"completions/mean_length": 573.4125,
|
| 394 |
+
"completions/mean_terminated_length": 573.4125,
|
| 395 |
+
"completions/min_length": 457.2,
|
| 396 |
+
"completions/min_terminated_length": 457.2,
|
| 397 |
+
"epoch": 0.0011859149790184272,
|
| 398 |
+
"frac_reward_zero_std": 0.0,
|
| 399 |
+
"grad_norm": 0.07620154321193695,
|
| 400 |
+
"learning_rate": 2e-05,
|
| 401 |
+
"loss": 0.0091,
|
| 402 |
+
"num_tokens": 600917.0,
|
| 403 |
+
"reward": 1.9338277339935304,
|
| 404 |
+
"reward_std": 0.0893137887120247,
|
| 405 |
+
"rewards/reward_humanlike/mean": 0.027831324189901353,
|
| 406 |
+
"rewards/reward_humanlike/std": 0.05132205095142126,
|
| 407 |
+
"rewards/reward_nonslop/mean": 0.5073926866054534,
|
| 408 |
+
"rewards/reward_nonslop/std": 0.03192124664783478,
|
| 409 |
+
"rewards/reward_paragraph_structure/mean": 0.9870000123977661,
|
| 410 |
+
"rewards/reward_paragraph_structure/std": 0.02150080054998398,
|
| 411 |
+
"rewards/reward_variance_humanlike/mean": 0.4116037130355835,
|
| 412 |
+
"rewards/reward_variance_humanlike/std": 0.04968324154615402,
|
| 413 |
+
"step": 65
|
| 414 |
+
},
|
| 415 |
+
{
|
| 416 |
+
"clip_ratio/high_max": 0.0,
|
| 417 |
+
"clip_ratio/high_mean": 0.0,
|
| 418 |
+
"clip_ratio/low_mean": 0.0,
|
| 419 |
+
"clip_ratio/low_min": 0.0,
|
| 420 |
+
"clip_ratio/region_mean": 0.0,
|
| 421 |
+
"completions/clipped_ratio": 0.0,
|
| 422 |
+
"completions/max_length": 794.8,
|
| 423 |
+
"completions/max_terminated_length": 794.8,
|
| 424 |
+
"completions/mean_length": 620.4,
|
| 425 |
+
"completions/mean_terminated_length": 620.4,
|
| 426 |
+
"completions/min_length": 506.0,
|
| 427 |
+
"completions/min_terminated_length": 506.0,
|
| 428 |
+
"epoch": 0.001277139208173691,
|
| 429 |
+
"frac_reward_zero_std": 0.0,
|
| 430 |
+
"grad_norm": 0.0841197744011879,
|
| 431 |
+
"learning_rate": 2e-05,
|
| 432 |
+
"loss": 0.0085,
|
| 433 |
+
"num_tokens": 656421.0,
|
| 434 |
+
"reward": 1.9778348207473755,
|
| 435 |
+
"reward_std": 0.11839056089520454,
|
| 436 |
+
"rewards/reward_humanlike/mean": 0.061939971148967744,
|
| 437 |
+
"rewards/reward_humanlike/std": 0.07601089626550675,
|
| 438 |
+
"rewards/reward_nonslop/mean": 0.5069686353206635,
|
| 439 |
+
"rewards/reward_nonslop/std": 0.0309759434312582,
|
| 440 |
+
"rewards/reward_paragraph_structure/mean": 0.9830000162124634,
|
| 441 |
+
"rewards/reward_paragraph_structure/std": 0.02774263098835945,
|
| 442 |
+
"rewards/reward_variance_humanlike/mean": 0.4259262323379517,
|
| 443 |
+
"rewards/reward_variance_humanlike/std": 0.04722812995314598,
|
| 444 |
+
"step": 70
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"clip_ratio/high_max": 0.0,
|
| 448 |
+
"clip_ratio/high_mean": 0.0,
|
| 449 |
+
"clip_ratio/low_mean": 0.0,
|
| 450 |
+
"clip_ratio/low_min": 0.0,
|
| 451 |
+
"clip_ratio/region_mean": 0.0,
|
| 452 |
+
"completions/clipped_ratio": 0.0,
|
| 453 |
+
"completions/max_length": 722.2,
|
| 454 |
+
"completions/max_terminated_length": 722.2,
|
| 455 |
+
"completions/mean_length": 592.0625,
|
| 456 |
+
"completions/mean_terminated_length": 592.0625,
|
| 457 |
+
"completions/min_length": 475.0,
|
| 458 |
+
"completions/min_terminated_length": 475.0,
|
| 459 |
+
"epoch": 0.0013683634373289546,
|
| 460 |
+
"frac_reward_zero_std": 0.0,
|
| 461 |
+
"grad_norm": 0.09270209819078445,
|
| 462 |
+
"learning_rate": 2e-05,
|
| 463 |
+
"loss": 0.0022,
|
| 464 |
+
"num_tokens": 709642.0,
|
| 465 |
+
"reward": 1.9815738677978516,
|
| 466 |
+
"reward_std": 0.15368602126836778,
|
| 467 |
+
"rewards/reward_humanlike/mean": 0.06852133497595787,
|
| 468 |
+
"rewards/reward_humanlike/std": 0.06154889091849327,
|
| 469 |
+
"rewards/reward_nonslop/mean": 0.5125557720661164,
|
| 470 |
+
"rewards/reward_nonslop/std": 0.029540616273880004,
|
| 471 |
+
"rewards/reward_paragraph_structure/mean": 0.9577499985694885,
|
| 472 |
+
"rewards/reward_paragraph_structure/std": 0.10273886024951935,
|
| 473 |
+
"rewards/reward_variance_humanlike/mean": 0.4427467882633209,
|
| 474 |
+
"rewards/reward_variance_humanlike/std": 0.054600483179092406,
|
| 475 |
+
"step": 75
|
| 476 |
+
},
|
| 477 |
+
{
|
| 478 |
+
"clip_ratio/high_max": 0.0,
|
| 479 |
+
"clip_ratio/high_mean": 0.0,
|
| 480 |
+
"clip_ratio/low_mean": 0.0,
|
| 481 |
+
"clip_ratio/low_min": 0.0,
|
| 482 |
+
"clip_ratio/region_mean": 0.0,
|
| 483 |
+
"completions/clipped_ratio": 0.0,
|
| 484 |
+
"completions/max_length": 853.2,
|
| 485 |
+
"completions/max_terminated_length": 853.2,
|
| 486 |
+
"completions/mean_length": 616.2375,
|
| 487 |
+
"completions/mean_terminated_length": 616.2375,
|
| 488 |
+
"completions/min_length": 445.6,
|
| 489 |
+
"completions/min_terminated_length": 445.6,
|
| 490 |
+
"epoch": 0.0014595876664842181,
|
| 491 |
+
"frac_reward_zero_std": 0.0,
|
| 492 |
+
"grad_norm": 0.10215070843696594,
|
| 493 |
+
"learning_rate": 2e-05,
|
| 494 |
+
"loss": 0.0248,
|
| 495 |
+
"num_tokens": 764701.0,
|
| 496 |
+
"reward": 2.004007887840271,
|
| 497 |
+
"reward_std": 0.2644025519490242,
|
| 498 |
+
"rewards/reward_humanlike/mean": 0.1717693842947483,
|
| 499 |
+
"rewards/reward_humanlike/std": 0.1171185165643692,
|
| 500 |
+
"rewards/reward_nonslop/mean": 0.5301854729652404,
|
| 501 |
+
"rewards/reward_nonslop/std": 0.03163186460733414,
|
| 502 |
+
"rewards/reward_paragraph_structure/mean": 0.8657500147819519,
|
| 503 |
+
"rewards/reward_paragraph_structure/std": 0.18628381602466107,
|
| 504 |
+
"rewards/reward_variance_humanlike/mean": 0.43630297780036925,
|
| 505 |
+
"rewards/reward_variance_humanlike/std": 0.05638228878378868,
|
| 506 |
+
"step": 80
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"clip_ratio/high_max": 0.0,
|
| 510 |
+
"clip_ratio/high_mean": 0.0,
|
| 511 |
+
"clip_ratio/low_mean": 0.0,
|
| 512 |
+
"clip_ratio/low_min": 0.0,
|
| 513 |
+
"clip_ratio/region_mean": 0.0,
|
| 514 |
+
"completions/clipped_ratio": 0.0,
|
| 515 |
+
"completions/max_length": 795.4,
|
| 516 |
+
"completions/max_terminated_length": 795.4,
|
| 517 |
+
"completions/mean_length": 640.3875,
|
| 518 |
+
"completions/mean_terminated_length": 640.3875,
|
| 519 |
+
"completions/min_length": 509.0,
|
| 520 |
+
"completions/min_terminated_length": 509.0,
|
| 521 |
+
"epoch": 0.0015508118956394819,
|
| 522 |
+
"frac_reward_zero_std": 0.0,
|
| 523 |
+
"grad_norm": 0.09339434653520584,
|
| 524 |
+
"learning_rate": 2e-05,
|
| 525 |
+
"loss": 0.0017,
|
| 526 |
+
"num_tokens": 821788.0,
|
| 527 |
+
"reward": 2.144613170623779,
|
| 528 |
+
"reward_std": 0.23063226491212846,
|
| 529 |
+
"rewards/reward_humanlike/mean": 0.19965834692120552,
|
| 530 |
+
"rewards/reward_humanlike/std": 0.13735320046544075,
|
| 531 |
+
"rewards/reward_nonslop/mean": 0.5291796326637268,
|
| 532 |
+
"rewards/reward_nonslop/std": 0.029852544143795966,
|
| 533 |
+
"rewards/reward_paragraph_structure/mean": 0.9427500247955323,
|
| 534 |
+
"rewards/reward_paragraph_structure/std": 0.1141851708292961,
|
| 535 |
+
"rewards/reward_variance_humanlike/mean": 0.47302510142326354,
|
| 536 |
+
"rewards/reward_variance_humanlike/std": 0.0692625693976879,
|
| 537 |
+
"step": 85
|
| 538 |
+
},
|
| 539 |
+
{
|
| 540 |
+
"clip_ratio/high_max": 0.0,
|
| 541 |
+
"clip_ratio/high_mean": 0.0,
|
| 542 |
+
"clip_ratio/low_mean": 0.0,
|
| 543 |
+
"clip_ratio/low_min": 0.0,
|
| 544 |
+
"clip_ratio/region_mean": 0.0,
|
| 545 |
+
"completions/clipped_ratio": 0.0,
|
| 546 |
+
"completions/max_length": 721.8,
|
| 547 |
+
"completions/max_terminated_length": 721.8,
|
| 548 |
+
"completions/mean_length": 580.7,
|
| 549 |
+
"completions/mean_terminated_length": 580.7,
|
| 550 |
+
"completions/min_length": 473.0,
|
| 551 |
+
"completions/min_terminated_length": 473.0,
|
| 552 |
+
"epoch": 0.0016420361247947454,
|
| 553 |
+
"frac_reward_zero_std": 0.0,
|
| 554 |
+
"grad_norm": 0.11648150533437729,
|
| 555 |
+
"learning_rate": 2e-05,
|
| 556 |
+
"loss": 0.0059,
|
| 557 |
+
"num_tokens": 874132.0,
|
| 558 |
+
"reward": 2.3740207672119142,
|
| 559 |
+
"reward_std": 0.261104553937912,
|
| 560 |
+
"rewards/reward_humanlike/mean": 0.42321614623069764,
|
| 561 |
+
"rewards/reward_humanlike/std": 0.19679208099842072,
|
| 562 |
+
"rewards/reward_nonslop/mean": 0.5563819169998169,
|
| 563 |
+
"rewards/reward_nonslop/std": 0.029575036093592643,
|
| 564 |
+
"rewards/reward_paragraph_structure/mean": 0.9480000257492065,
|
| 565 |
+
"rewards/reward_paragraph_structure/std": 0.11947859562933445,
|
| 566 |
+
"rewards/reward_variance_humanlike/mean": 0.4464226603507996,
|
| 567 |
+
"rewards/reward_variance_humanlike/std": 0.054964589327573775,
|
| 568 |
+
"step": 90
|
| 569 |
+
},
|
| 570 |
+
{
|
| 571 |
+
"clip_ratio/high_max": 0.0,
|
| 572 |
+
"clip_ratio/high_mean": 0.0,
|
| 573 |
+
"clip_ratio/low_mean": 0.0,
|
| 574 |
+
"clip_ratio/low_min": 0.0,
|
| 575 |
+
"clip_ratio/region_mean": 0.0,
|
| 576 |
+
"completions/clipped_ratio": 0.0,
|
| 577 |
+
"completions/max_length": 704.0,
|
| 578 |
+
"completions/max_terminated_length": 704.0,
|
| 579 |
+
"completions/mean_length": 539.575,
|
| 580 |
+
"completions/mean_terminated_length": 539.575,
|
| 581 |
+
"completions/min_length": 411.6,
|
| 582 |
+
"completions/min_terminated_length": 411.6,
|
| 583 |
+
"epoch": 0.0017332603539500092,
|
| 584 |
+
"frac_reward_zero_std": 0.0,
|
| 585 |
+
"grad_norm": 0.12348563224077225,
|
| 586 |
+
"learning_rate": 2e-05,
|
| 587 |
+
"loss": -0.0104,
|
| 588 |
+
"num_tokens": 923090.0,
|
| 589 |
+
"reward": 2.377066421508789,
|
| 590 |
+
"reward_std": 0.2692029863595963,
|
| 591 |
+
"rewards/reward_humanlike/mean": 0.4465336114168167,
|
| 592 |
+
"rewards/reward_humanlike/std": 0.1494969144463539,
|
| 593 |
+
"rewards/reward_nonslop/mean": 0.5796692132949829,
|
| 594 |
+
"rewards/reward_nonslop/std": 0.03210240751504898,
|
| 595 |
+
"rewards/reward_paragraph_structure/mean": 0.8950000047683716,
|
| 596 |
+
"rewards/reward_paragraph_structure/std": 0.2005697786808014,
|
| 597 |
+
"rewards/reward_variance_humanlike/mean": 0.4558635771274567,
|
| 598 |
+
"rewards/reward_variance_humanlike/std": 0.05469868220388889,
|
| 599 |
+
"step": 95
|
| 600 |
+
},
|
| 601 |
+
{
|
| 602 |
+
"clip_ratio/high_max": 0.0,
|
| 603 |
+
"clip_ratio/high_mean": 0.0,
|
| 604 |
+
"clip_ratio/low_mean": 0.0,
|
| 605 |
+
"clip_ratio/low_min": 0.0,
|
| 606 |
+
"clip_ratio/region_mean": 0.0,
|
| 607 |
+
"completions/clipped_ratio": 0.0,
|
| 608 |
+
"completions/max_length": 713.4,
|
| 609 |
+
"completions/max_terminated_length": 713.4,
|
| 610 |
+
"completions/mean_length": 576.2,
|
| 611 |
+
"completions/mean_terminated_length": 576.2,
|
| 612 |
+
"completions/min_length": 481.0,
|
| 613 |
+
"completions/min_terminated_length": 481.0,
|
| 614 |
+
"epoch": 0.0018244845831052727,
|
| 615 |
+
"frac_reward_zero_std": 0.0,
|
| 616 |
+
"grad_norm": 0.14696431159973145,
|
| 617 |
+
"learning_rate": 2e-05,
|
| 618 |
+
"loss": 0.0089,
|
| 619 |
+
"num_tokens": 974898.0,
|
| 620 |
+
"reward": 2.410014200210571,
|
| 621 |
+
"reward_std": 0.2251954436302185,
|
| 622 |
+
"rewards/reward_humanlike/mean": 0.37983823418617246,
|
| 623 |
+
"rewards/reward_humanlike/std": 0.1678072690963745,
|
| 624 |
+
"rewards/reward_nonslop/mean": 0.577713418006897,
|
| 625 |
+
"rewards/reward_nonslop/std": 0.027568070217967033,
|
| 626 |
+
"rewards/reward_paragraph_structure/mean": 0.9690000176429748,
|
| 627 |
+
"rewards/reward_paragraph_structure/std": 0.08311126083135605,
|
| 628 |
+
"rewards/reward_variance_humanlike/mean": 0.483462518453598,
|
| 629 |
+
"rewards/reward_variance_humanlike/std": 0.06756387576460839,
|
| 630 |
+
"step": 100
|
| 631 |
+
},
|
| 632 |
+
{
|
| 633 |
+
"clip_ratio/high_max": 0.0,
|
| 634 |
+
"clip_ratio/high_mean": 0.0,
|
| 635 |
+
"clip_ratio/low_mean": 0.0,
|
| 636 |
+
"clip_ratio/low_min": 0.0,
|
| 637 |
+
"clip_ratio/region_mean": 0.0,
|
| 638 |
+
"completions/clipped_ratio": 0.0,
|
| 639 |
+
"completions/max_length": 656.8,
|
| 640 |
+
"completions/max_terminated_length": 656.8,
|
| 641 |
+
"completions/mean_length": 535.975,
|
| 642 |
+
"completions/mean_terminated_length": 535.975,
|
| 643 |
+
"completions/min_length": 416.8,
|
| 644 |
+
"completions/min_terminated_length": 416.8,
|
| 645 |
+
"epoch": 0.0019157088122605363,
|
| 646 |
+
"frac_reward_zero_std": 0.0,
|
| 647 |
+
"grad_norm": 0.18615105748176575,
|
| 648 |
+
"learning_rate": 2e-05,
|
| 649 |
+
"loss": 0.0131,
|
| 650 |
+
"num_tokens": 1023584.0,
|
| 651 |
+
"reward": 2.5038723945617676,
|
| 652 |
+
"reward_std": 0.238946396112442,
|
| 653 |
+
"rewards/reward_humanlike/mean": 0.49884518384933474,
|
| 654 |
+
"rewards/reward_humanlike/std": 0.21602095067501068,
|
| 655 |
+
"rewards/reward_nonslop/mean": 0.5793979167938232,
|
| 656 |
+
"rewards/reward_nonslop/std": 0.02930229380726814,
|
| 657 |
+
"rewards/reward_paragraph_structure/mean": 0.9612500309944153,
|
| 658 |
+
"rewards/reward_paragraph_structure/std": 0.07978770323097706,
|
| 659 |
+
"rewards/reward_variance_humanlike/mean": 0.46437926292419435,
|
| 660 |
+
"rewards/reward_variance_humanlike/std": 0.05132201015949249,
|
| 661 |
+
"step": 105
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"clip_ratio/high_max": 0.0,
|
| 665 |
+
"clip_ratio/high_mean": 0.0,
|
| 666 |
+
"clip_ratio/low_mean": 0.0,
|
| 667 |
+
"clip_ratio/low_min": 0.0,
|
| 668 |
+
"clip_ratio/region_mean": 0.0,
|
| 669 |
+
"completions/clipped_ratio": 0.0,
|
| 670 |
+
"completions/max_length": 643.6,
|
| 671 |
+
"completions/max_terminated_length": 643.6,
|
| 672 |
+
"completions/mean_length": 521.25,
|
| 673 |
+
"completions/mean_terminated_length": 521.25,
|
| 674 |
+
"completions/min_length": 425.8,
|
| 675 |
+
"completions/min_terminated_length": 425.8,
|
| 676 |
+
"epoch": 0.0020069330414158,
|
| 677 |
+
"frac_reward_zero_std": 0.0,
|
| 678 |
+
"grad_norm": 0.13929621875286102,
|
| 679 |
+
"learning_rate": 2e-05,
|
| 680 |
+
"loss": 0.0153,
|
| 681 |
+
"num_tokens": 1071124.0,
|
| 682 |
+
"reward": 2.473823308944702,
|
| 683 |
+
"reward_std": 0.23840838074684143,
|
| 684 |
+
"rewards/reward_humanlike/mean": 0.4755378872156143,
|
| 685 |
+
"rewards/reward_humanlike/std": 0.1941240608692169,
|
| 686 |
+
"rewards/reward_nonslop/mean": 0.5697908401489258,
|
| 687 |
+
"rewards/reward_nonslop/std": 0.026583903655409812,
|
| 688 |
+
"rewards/reward_paragraph_structure/mean": 0.9547500252723694,
|
| 689 |
+
"rewards/reward_paragraph_structure/std": 0.06304138824343682,
|
| 690 |
+
"rewards/reward_variance_humanlike/mean": 0.4737445771694183,
|
| 691 |
+
"rewards/reward_variance_humanlike/std": 0.05234875530004501,
|
| 692 |
+
"step": 110
|
| 693 |
+
},
|
| 694 |
+
{
|
| 695 |
+
"clip_ratio/high_max": 0.0,
|
| 696 |
+
"clip_ratio/high_mean": 0.0,
|
| 697 |
+
"clip_ratio/low_mean": 0.0,
|
| 698 |
+
"clip_ratio/low_min": 0.0,
|
| 699 |
+
"clip_ratio/region_mean": 0.0,
|
| 700 |
+
"completions/clipped_ratio": 0.0,
|
| 701 |
+
"completions/max_length": 619.8,
|
| 702 |
+
"completions/max_terminated_length": 619.8,
|
| 703 |
+
"completions/mean_length": 507.4125,
|
| 704 |
+
"completions/mean_terminated_length": 507.4125,
|
| 705 |
+
"completions/min_length": 432.6,
|
| 706 |
+
"completions/min_terminated_length": 432.6,
|
| 707 |
+
"epoch": 0.0020981572705710636,
|
| 708 |
+
"frac_reward_zero_std": 0.0,
|
| 709 |
+
"grad_norm": 0.16545040905475616,
|
| 710 |
+
"learning_rate": 2e-05,
|
| 711 |
+
"loss": 0.0016,
|
| 712 |
+
"num_tokens": 1117509.0,
|
| 713 |
+
"reward": 2.329833173751831,
|
| 714 |
+
"reward_std": 0.2713765025138855,
|
| 715 |
+
"rewards/reward_humanlike/mean": 0.39990985989570615,
|
| 716 |
+
"rewards/reward_humanlike/std": 0.21587005853652955,
|
| 717 |
+
"rewards/reward_nonslop/mean": 0.5789480090141297,
|
| 718 |
+
"rewards/reward_nonslop/std": 0.025028055533766747,
|
| 719 |
+
"rewards/reward_paragraph_structure/mean": 0.8872500061988831,
|
| 720 |
+
"rewards/reward_paragraph_structure/std": 0.1905163235962391,
|
| 721 |
+
"rewards/reward_variance_humanlike/mean": 0.4637253522872925,
|
| 722 |
+
"rewards/reward_variance_humanlike/std": 0.04791286364197731,
|
| 723 |
+
"step": 115
|
| 724 |
+
},
|
| 725 |
+
{
|
| 726 |
+
"clip_ratio/high_max": 0.0,
|
| 727 |
+
"clip_ratio/high_mean": 0.0,
|
| 728 |
+
"clip_ratio/low_mean": 0.0,
|
| 729 |
+
"clip_ratio/low_min": 0.0,
|
| 730 |
+
"clip_ratio/region_mean": 0.0,
|
| 731 |
+
"completions/clipped_ratio": 0.0,
|
| 732 |
+
"completions/max_length": 595.8,
|
| 733 |
+
"completions/max_terminated_length": 595.8,
|
| 734 |
+
"completions/mean_length": 478.6125,
|
| 735 |
+
"completions/mean_terminated_length": 478.6125,
|
| 736 |
+
"completions/min_length": 380.2,
|
| 737 |
+
"completions/min_terminated_length": 380.2,
|
| 738 |
+
"epoch": 0.0021893814997263274,
|
| 739 |
+
"frac_reward_zero_std": 0.0,
|
| 740 |
+
"grad_norm": 0.16097059845924377,
|
| 741 |
+
"learning_rate": 2e-05,
|
| 742 |
+
"loss": 0.0021,
|
| 743 |
+
"num_tokens": 1161750.0,
|
| 744 |
+
"reward": 2.625237512588501,
|
| 745 |
+
"reward_std": 0.2037688374519348,
|
| 746 |
+
"rewards/reward_humanlike/mean": 0.6083793044090271,
|
| 747 |
+
"rewards/reward_humanlike/std": 0.17816392779350282,
|
| 748 |
+
"rewards/reward_nonslop/mean": 0.6056123375892639,
|
| 749 |
+
"rewards/reward_nonslop/std": 0.024472470954060556,
|
| 750 |
+
"rewards/reward_paragraph_structure/mean": 0.9285000205039978,
|
| 751 |
+
"rewards/reward_paragraph_structure/std": 0.09179038554430008,
|
| 752 |
+
"rewards/reward_variance_humanlike/mean": 0.4827458918094635,
|
| 753 |
+
"rewards/reward_variance_humanlike/std": 0.05933259278535843,
|
| 754 |
+
"step": 120
|
| 755 |
+
},
|
| 756 |
+
{
|
| 757 |
+
"clip_ratio/high_max": 0.0,
|
| 758 |
+
"clip_ratio/high_mean": 0.0,
|
| 759 |
+
"clip_ratio/low_mean": 0.0,
|
| 760 |
+
"clip_ratio/low_min": 0.0,
|
| 761 |
+
"clip_ratio/region_mean": 0.0,
|
| 762 |
+
"completions/clipped_ratio": 0.0,
|
| 763 |
+
"completions/max_length": 541.6,
|
| 764 |
+
"completions/max_terminated_length": 541.6,
|
| 765 |
+
"completions/mean_length": 454.65,
|
| 766 |
+
"completions/mean_terminated_length": 454.65,
|
| 767 |
+
"completions/min_length": 338.2,
|
| 768 |
+
"completions/min_terminated_length": 338.2,
|
| 769 |
+
"epoch": 0.002280605728881591,
|
| 770 |
+
"frac_reward_zero_std": 0.0,
|
| 771 |
+
"grad_norm": 0.1858094334602356,
|
| 772 |
+
"learning_rate": 2e-05,
|
| 773 |
+
"loss": -0.0045,
|
| 774 |
+
"num_tokens": 1203898.0,
|
| 775 |
+
"reward": 2.687197732925415,
|
| 776 |
+
"reward_std": 0.19041271209716798,
|
| 777 |
+
"rewards/reward_humanlike/mean": 0.7062256932258606,
|
| 778 |
+
"rewards/reward_humanlike/std": 0.12540495842695237,
|
| 779 |
+
"rewards/reward_nonslop/mean": 0.6103421688079834,
|
| 780 |
+
"rewards/reward_nonslop/std": 0.02627619281411171,
|
| 781 |
+
"rewards/reward_paragraph_structure/mean": 0.8820000052452087,
|
| 782 |
+
"rewards/reward_paragraph_structure/std": 0.1271403595805168,
|
| 783 |
+
"rewards/reward_variance_humanlike/mean": 0.4886298537254333,
|
| 784 |
+
"rewards/reward_variance_humanlike/std": 0.060777902603149414,
|
| 785 |
+
"step": 125
|
| 786 |
+
},
|
| 787 |
+
{
|
| 788 |
+
"clip_ratio/high_max": 0.0,
|
| 789 |
+
"clip_ratio/high_mean": 0.0,
|
| 790 |
+
"clip_ratio/low_mean": 0.0,
|
| 791 |
+
"clip_ratio/low_min": 0.0,
|
| 792 |
+
"clip_ratio/region_mean": 0.0,
|
| 793 |
+
"completions/clipped_ratio": 0.0,
|
| 794 |
+
"completions/max_length": 558.4,
|
| 795 |
+
"completions/max_terminated_length": 558.4,
|
| 796 |
+
"completions/mean_length": 465.975,
|
| 797 |
+
"completions/mean_terminated_length": 465.975,
|
| 798 |
+
"completions/min_length": 366.8,
|
| 799 |
+
"completions/min_terminated_length": 366.8,
|
| 800 |
+
"epoch": 0.0023718299580368545,
|
| 801 |
+
"frac_reward_zero_std": 0.0,
|
| 802 |
+
"grad_norm": 0.1734333336353302,
|
| 803 |
+
"learning_rate": 2e-05,
|
| 804 |
+
"loss": -0.0112,
|
| 805 |
+
"num_tokens": 1246984.0,
|
| 806 |
+
"reward": 2.850187349319458,
|
| 807 |
+
"reward_std": 0.1544615089893341,
|
| 808 |
+
"rewards/reward_humanlike/mean": 0.8162331223487854,
|
| 809 |
+
"rewards/reward_humanlike/std": 0.09603091776371002,
|
| 810 |
+
"rewards/reward_nonslop/mean": 0.6191692113876343,
|
| 811 |
+
"rewards/reward_nonslop/std": 0.02178177759051323,
|
| 812 |
+
"rewards/reward_paragraph_structure/mean": 0.9102500081062317,
|
| 813 |
+
"rewards/reward_paragraph_structure/std": 0.08548486456274987,
|
| 814 |
+
"rewards/reward_variance_humanlike/mean": 0.5045349895954132,
|
| 815 |
+
"rewards/reward_variance_humanlike/std": 0.046382848918437955,
|
| 816 |
+
"step": 130
|
| 817 |
+
},
|
| 818 |
+
{
|
| 819 |
+
"clip_ratio/high_max": 0.0,
|
| 820 |
+
"clip_ratio/high_mean": 0.0,
|
| 821 |
+
"clip_ratio/low_mean": 0.0,
|
| 822 |
+
"clip_ratio/low_min": 0.0,
|
| 823 |
+
"clip_ratio/region_mean": 0.0,
|
| 824 |
+
"completions/clipped_ratio": 0.0,
|
| 825 |
+
"completions/max_length": 585.4,
|
| 826 |
+
"completions/max_terminated_length": 585.4,
|
| 827 |
+
"completions/mean_length": 472.6625,
|
| 828 |
+
"completions/mean_terminated_length": 472.6625,
|
| 829 |
+
"completions/min_length": 369.2,
|
| 830 |
+
"completions/min_terminated_length": 369.2,
|
| 831 |
+
"epoch": 0.0024630541871921183,
|
| 832 |
+
"frac_reward_zero_std": 0.0,
|
| 833 |
+
"grad_norm": 0.17723867297172546,
|
| 834 |
+
"learning_rate": 2e-05,
|
| 835 |
+
"loss": 0.0057,
|
| 836 |
+
"num_tokens": 1290557.0,
|
| 837 |
+
"reward": 2.770927333831787,
|
| 838 |
+
"reward_std": 0.11463789045810699,
|
| 839 |
+
"rewards/reward_humanlike/mean": 0.7220260500907898,
|
| 840 |
+
"rewards/reward_humanlike/std": 0.09653217196464539,
|
| 841 |
+
"rewards/reward_nonslop/mean": 0.6141273856163025,
|
| 842 |
+
"rewards/reward_nonslop/std": 0.02344125583767891,
|
| 843 |
+
"rewards/reward_paragraph_structure/mean": 0.9445000052452087,
|
| 844 |
+
"rewards/reward_paragraph_structure/std": 0.049851450324058535,
|
| 845 |
+
"rewards/reward_variance_humanlike/mean": 0.4902738809585571,
|
| 846 |
+
"rewards/reward_variance_humanlike/std": 0.06265307739377021,
|
| 847 |
+
"step": 135
|
| 848 |
+
},
|
| 849 |
+
{
|
| 850 |
+
"clip_ratio/high_max": 0.0,
|
| 851 |
+
"clip_ratio/high_mean": 0.0,
|
| 852 |
+
"clip_ratio/low_mean": 0.0,
|
| 853 |
+
"clip_ratio/low_min": 0.0,
|
| 854 |
+
"clip_ratio/region_mean": 0.0,
|
| 855 |
+
"completions/clipped_ratio": 0.0,
|
| 856 |
+
"completions/max_length": 639.6,
|
| 857 |
+
"completions/max_terminated_length": 639.6,
|
| 858 |
+
"completions/mean_length": 526.5875,
|
| 859 |
+
"completions/mean_terminated_length": 526.5875,
|
| 860 |
+
"completions/min_length": 399.0,
|
| 861 |
+
"completions/min_terminated_length": 399.0,
|
| 862 |
+
"epoch": 0.002554278416347382,
|
| 863 |
+
"frac_reward_zero_std": 0.0,
|
| 864 |
+
"grad_norm": 0.17909909784793854,
|
| 865 |
+
"learning_rate": 2e-05,
|
| 866 |
+
"loss": 0.0033,
|
| 867 |
+
"num_tokens": 1338524.0,
|
| 868 |
+
"reward": 2.925887870788574,
|
| 869 |
+
"reward_std": 0.10286579728126526,
|
| 870 |
+
"rewards/reward_humanlike/mean": 0.8502010822296142,
|
| 871 |
+
"rewards/reward_humanlike/std": 0.06637604311108589,
|
| 872 |
+
"rewards/reward_nonslop/mean": 0.5938733458518982,
|
| 873 |
+
"rewards/reward_nonslop/std": 0.026048434898257256,
|
| 874 |
+
"rewards/reward_paragraph_structure/mean": 0.9660000085830689,
|
| 875 |
+
"rewards/reward_paragraph_structure/std": 0.05240304078906775,
|
| 876 |
+
"rewards/reward_variance_humanlike/mean": 0.5158135175704956,
|
| 877 |
+
"rewards/reward_variance_humanlike/std": 0.05239577367901802,
|
| 878 |
+
"step": 140
|
| 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 |
+
"completions/clipped_ratio": 0.0,
|
| 887 |
+
"completions/max_length": 609.4,
|
| 888 |
+
"completions/max_terminated_length": 609.4,
|
| 889 |
+
"completions/mean_length": 512.9,
|
| 890 |
+
"completions/mean_terminated_length": 512.9,
|
| 891 |
+
"completions/min_length": 433.6,
|
| 892 |
+
"completions/min_terminated_length": 433.6,
|
| 893 |
+
"epoch": 0.0026455026455026454,
|
| 894 |
+
"frac_reward_zero_std": 0.0,
|
| 895 |
+
"grad_norm": 0.2014007717370987,
|
| 896 |
+
"learning_rate": 2e-05,
|
| 897 |
+
"loss": -0.0164,
|
| 898 |
+
"num_tokens": 1385460.0,
|
| 899 |
+
"reward": 2.9562798023223875,
|
| 900 |
+
"reward_std": 0.1210786946117878,
|
| 901 |
+
"rewards/reward_humanlike/mean": 0.8488089680671692,
|
| 902 |
+
"rewards/reward_humanlike/std": 0.05001975782215595,
|
| 903 |
+
"rewards/reward_nonslop/mean": 0.6070125579833985,
|
| 904 |
+
"rewards/reward_nonslop/std": 0.01961589902639389,
|
| 905 |
+
"rewards/reward_paragraph_structure/mean": 0.9575000047683716,
|
| 906 |
+
"rewards/reward_paragraph_structure/std": 0.0841983575373888,
|
| 907 |
+
"rewards/reward_variance_humanlike/mean": 0.5429582834243775,
|
| 908 |
+
"rewards/reward_variance_humanlike/std": 0.056052941083908084,
|
| 909 |
+
"step": 145
|
| 910 |
+
},
|
| 911 |
+
{
|
| 912 |
+
"clip_ratio/high_max": 0.0,
|
| 913 |
+
"clip_ratio/high_mean": 0.0,
|
| 914 |
+
"clip_ratio/low_mean": 0.0,
|
| 915 |
+
"clip_ratio/low_min": 0.0,
|
| 916 |
+
"clip_ratio/region_mean": 0.0,
|
| 917 |
+
"completions/clipped_ratio": 0.0,
|
| 918 |
+
"completions/max_length": 656.6,
|
| 919 |
+
"completions/max_terminated_length": 656.6,
|
| 920 |
+
"completions/mean_length": 539.1,
|
| 921 |
+
"completions/mean_terminated_length": 539.1,
|
| 922 |
+
"completions/min_length": 427.2,
|
| 923 |
+
"completions/min_terminated_length": 427.2,
|
| 924 |
+
"epoch": 0.002736726874657909,
|
| 925 |
+
"frac_reward_zero_std": 0.0,
|
| 926 |
+
"grad_norm": 0.18585863709449768,
|
| 927 |
+
"learning_rate": 2e-05,
|
| 928 |
+
"loss": -0.0012,
|
| 929 |
+
"num_tokens": 1434460.0,
|
| 930 |
+
"reward": 2.91634521484375,
|
| 931 |
+
"reward_std": 0.17835799604654312,
|
| 932 |
+
"rewards/reward_humanlike/mean": 0.7916194796562195,
|
| 933 |
+
"rewards/reward_humanlike/std": 0.09777315035462379,
|
| 934 |
+
"rewards/reward_nonslop/mean": 0.6098103404045105,
|
| 935 |
+
"rewards/reward_nonslop/std": 0.023180909641087055,
|
| 936 |
+
"rewards/reward_paragraph_structure/mean": 0.9540000200271607,
|
| 937 |
+
"rewards/reward_paragraph_structure/std": 0.07906086668372155,
|
| 938 |
+
"rewards/reward_variance_humanlike/mean": 0.560915470123291,
|
| 939 |
+
"rewards/reward_variance_humanlike/std": 0.06453037708997726,
|
| 940 |
+
"step": 150
|
| 941 |
+
}
|
| 942 |
+
],
|
| 943 |
+
"logging_steps": 5,
|
| 944 |
+
"max_steps": 250,
|
| 945 |
+
"num_input_tokens_seen": 1434460,
|
| 946 |
+
"num_train_epochs": 1,
|
| 947 |
+
"save_steps": 50,
|
| 948 |
+
"stateful_callbacks": {
|
| 949 |
+
"TrainerControl": {
|
| 950 |
+
"args": {
|
| 951 |
+
"should_epoch_stop": false,
|
| 952 |
+
"should_evaluate": false,
|
| 953 |
+
"should_log": false,
|
| 954 |
+
"should_save": true,
|
| 955 |
+
"should_training_stop": false
|
| 956 |
+
},
|
| 957 |
+
"attributes": {}
|
| 958 |
+
}
|
| 959 |
+
},
|
| 960 |
+
"total_flos": 0.0,
|
| 961 |
+
"train_batch_size": 2,
|
| 962 |
+
"trial_name": null,
|
| 963 |
+
"trial_params": null
|
| 964 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:113ba4c7a54c6a76d168427ab6dc3b7e51dc684feb89f3210fcbb085800c4b67
|
| 3 |
+
size 6865
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|