Training in progress, step 220, checkpoint
Browse files- .gitattributes +1 -0
- checkpoint-220/README.md +202 -0
- checkpoint-220/adapter_config.json +39 -0
- checkpoint-220/adapter_model.safetensors +3 -0
- checkpoint-220/added_tokens.json +28 -0
- checkpoint-220/chat_template.jinja +98 -0
- checkpoint-220/merges.txt +0 -0
- checkpoint-220/optimizer.pt +3 -0
- checkpoint-220/rng_state.pth +3 -0
- checkpoint-220/scheduler.pt +3 -0
- checkpoint-220/special_tokens_map.json +31 -0
- checkpoint-220/tokenizer.json +3 -0
- checkpoint-220/tokenizer_config.json +240 -0
- checkpoint-220/trainer_state.json +2476 -0
- checkpoint-220/training_args.bin +3 -0
- checkpoint-220/vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -55,3 +55,4 @@ checkpoint-180/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
| 55 |
checkpoint-190/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 56 |
checkpoint-200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 57 |
checkpoint-210/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 55 |
checkpoint-190/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 56 |
checkpoint-200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 57 |
checkpoint-210/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
checkpoint-220/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-220/README.md
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/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
|
checkpoint-220/adapter_config.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "unsloth/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": 256,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.0,
|
| 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 |
+
"up_proj",
|
| 28 |
+
"down_proj",
|
| 29 |
+
"k_proj",
|
| 30 |
+
"q_proj",
|
| 31 |
+
"v_proj",
|
| 32 |
+
"o_proj",
|
| 33 |
+
"gate_proj"
|
| 34 |
+
],
|
| 35 |
+
"task_type": "CAUSAL_LM",
|
| 36 |
+
"trainable_token_indices": null,
|
| 37 |
+
"use_dora": false,
|
| 38 |
+
"use_rslora": true
|
| 39 |
+
}
|
checkpoint-220/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec8a11a2265ae47a64d80fca2e8a5f2b465cd13443b8239d45cfc2cb485cdc8f
|
| 3 |
+
size 513877864
|
checkpoint-220/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 |
+
}
|
checkpoint-220/chat_template.jinja
ADDED
|
@@ -0,0 +1,98 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0].role == 'system' %}
|
| 4 |
+
{{- messages[0].content + '\n\n' }}
|
| 5 |
+
{%- endif %}
|
| 6 |
+
{{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
|
| 7 |
+
{%- for tool in tools %}
|
| 8 |
+
{{- "\n" }}
|
| 9 |
+
{{- tool | tojson }}
|
| 10 |
+
{%- endfor %}
|
| 11 |
+
{{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
|
| 12 |
+
{%- else %}
|
| 13 |
+
{%- if messages[0].role == 'system' %}
|
| 14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
| 15 |
+
{%- endif %}
|
| 16 |
+
{%- endif %}
|
| 17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
| 18 |
+
{%- for forward_message in messages %}
|
| 19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
| 20 |
+
{%- set message = messages[index] %}
|
| 21 |
+
{%- set current_content = message.content if message.content is not none else '' %}
|
| 22 |
+
{%- set tool_start = '<tool_response>' %}
|
| 23 |
+
{%- set tool_start_length = tool_start|length %}
|
| 24 |
+
{%- set start_of_message = current_content[:tool_start_length] %}
|
| 25 |
+
{%- set tool_end = '</tool_response>' %}
|
| 26 |
+
{%- set tool_end_length = tool_end|length %}
|
| 27 |
+
{%- set start_pos = (current_content|length) - tool_end_length %}
|
| 28 |
+
{%- if start_pos < 0 %}
|
| 29 |
+
{%- set start_pos = 0 %}
|
| 30 |
+
{%- endif %}
|
| 31 |
+
{%- set end_of_message = current_content[start_pos:] %}
|
| 32 |
+
{%- if ns.multi_step_tool and message.role == "user" and not(start_of_message == tool_start and end_of_message == tool_end) %}
|
| 33 |
+
{%- set ns.multi_step_tool = false %}
|
| 34 |
+
{%- set ns.last_query_index = index %}
|
| 35 |
+
{%- endif %}
|
| 36 |
+
{%- endfor %}
|
| 37 |
+
{%- for message in messages %}
|
| 38 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
| 39 |
+
{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
|
| 40 |
+
{%- elif message.role == "assistant" %}
|
| 41 |
+
{%- set content = message.content %}
|
| 42 |
+
{%- set reasoning_content = '' %}
|
| 43 |
+
{%- if message.reasoning_content is defined and message.reasoning_content is not none %}
|
| 44 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 45 |
+
{%- else %}
|
| 46 |
+
{%- if '</think>' in message.content %}
|
| 47 |
+
{%- set content = (message.content.split('</think>')|last).lstrip('\n') %}
|
| 48 |
+
{%- set reasoning_content = (message.content.split('</think>')|first).rstrip('\n') %}
|
| 49 |
+
{%- set reasoning_content = (reasoning_content.split('<think>')|last).lstrip('\n') %}
|
| 50 |
+
{%- endif %}
|
| 51 |
+
{%- endif %}
|
| 52 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 53 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
| 54 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
| 55 |
+
{%- else %}
|
| 56 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 57 |
+
{%- endif %}
|
| 58 |
+
{%- else %}
|
| 59 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 60 |
+
{%- endif %}
|
| 61 |
+
{%- if message.tool_calls %}
|
| 62 |
+
{%- for tool_call in message.tool_calls %}
|
| 63 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
| 64 |
+
{{- '\n' }}
|
| 65 |
+
{%- endif %}
|
| 66 |
+
{%- if tool_call.function %}
|
| 67 |
+
{%- set tool_call = tool_call.function %}
|
| 68 |
+
{%- endif %}
|
| 69 |
+
{{- '<tool_call>\n{"name": "' }}
|
| 70 |
+
{{- tool_call.name }}
|
| 71 |
+
{{- '", "arguments": ' }}
|
| 72 |
+
{%- if tool_call.arguments is string %}
|
| 73 |
+
{{- tool_call.arguments }}
|
| 74 |
+
{%- else %}
|
| 75 |
+
{{- tool_call.arguments | tojson }}
|
| 76 |
+
{%- endif %}
|
| 77 |
+
{{- '}\n</tool_call>' }}
|
| 78 |
+
{%- endfor %}
|
| 79 |
+
{%- endif %}
|
| 80 |
+
{{- '<|im_end|>\n' }}
|
| 81 |
+
{%- elif message.role == "tool" %}
|
| 82 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
| 83 |
+
{{- '<|im_start|>user' }}
|
| 84 |
+
{%- endif %}
|
| 85 |
+
{{- '\n<tool_response>\n' }}
|
| 86 |
+
{{- message.content }}
|
| 87 |
+
{{- '\n</tool_response>' }}
|
| 88 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 89 |
+
{{- '<|im_end|>\n' }}
|
| 90 |
+
{%- endif %}
|
| 91 |
+
{%- endif %}
|
| 92 |
+
{%- endfor %}
|
| 93 |
+
{%- if add_generation_prompt %}
|
| 94 |
+
{{- '<|im_start|>assistant\n' }}
|
| 95 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
| 96 |
+
{{- '<think>\n\n</think>\n\n' }}
|
| 97 |
+
{%- endif %}
|
| 98 |
+
{%- endif %}
|
checkpoint-220/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-220/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:387b88196494357433918d4c082998c64dfc963ad0b1f9163a93da25b061eb8c
|
| 3 |
+
size 261573541
|
checkpoint-220/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ac5380d36564e6c29b69e52a875d9c75c6ea4609caed1c5dcae8cdb03123efe
|
| 3 |
+
size 14581
|
checkpoint-220/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33e842741dab5832f4a8b220e4e011f56188ace922943304e25b637be69a9edd
|
| 3 |
+
size 1465
|
checkpoint-220/special_tokens_map.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": {
|
| 25 |
+
"content": "<|vision_pad|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
checkpoint-220/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
| 3 |
+
size 11422654
|
checkpoint-220/tokenizer_config.json
ADDED
|
@@ -0,0 +1,240 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": 40960,
|
| 235 |
+
"pad_token": "<|vision_pad|>",
|
| 236 |
+
"padding_side": "right",
|
| 237 |
+
"split_special_tokens": false,
|
| 238 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 239 |
+
"unk_token": null
|
| 240 |
+
}
|
checkpoint-220/trainer_state.json
ADDED
|
@@ -0,0 +1,2476 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.5548549810844893,
|
| 6 |
+
"eval_steps": 10,
|
| 7 |
+
"global_step": 220,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"computed_total": 0.45715999603271484,
|
| 14 |
+
"epoch": 0.0025220680958385876,
|
| 15 |
+
"grad_norm": 102.097412109375,
|
| 16 |
+
"kl_loss": 6.5083294309431494e-09,
|
| 17 |
+
"learning_rate": 0.0,
|
| 18 |
+
"loss": 4.3237,
|
| 19 |
+
"sft_loss": 0.45650917291641235,
|
| 20 |
+
"step": 1
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"computed_total": 0.555546760559082,
|
| 24 |
+
"epoch": 0.005044136191677175,
|
| 25 |
+
"grad_norm": 87.49225616455078,
|
| 26 |
+
"kl_loss": 5.4945092919922445e-09,
|
| 27 |
+
"learning_rate": 4.000000000000001e-06,
|
| 28 |
+
"loss": 4.3036,
|
| 29 |
+
"sft_loss": 0.5549973249435425,
|
| 30 |
+
"step": 2
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"computed_total": 0.5587829947471619,
|
| 34 |
+
"epoch": 0.007566204287515763,
|
| 35 |
+
"grad_norm": 64.52155303955078,
|
| 36 |
+
"kl_loss": 3.4872137177899276e-08,
|
| 37 |
+
"learning_rate": 8.000000000000001e-06,
|
| 38 |
+
"loss": 3.5946,
|
| 39 |
+
"sft_loss": 0.5552957653999329,
|
| 40 |
+
"step": 3
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"computed_total": 0.4053139090538025,
|
| 44 |
+
"epoch": 0.01008827238335435,
|
| 45 |
+
"grad_norm": 79.32300567626953,
|
| 46 |
+
"kl_loss": 7.649157964806363e-07,
|
| 47 |
+
"learning_rate": 1.2e-05,
|
| 48 |
+
"loss": 3.3472,
|
| 49 |
+
"sft_loss": 0.3288223147392273,
|
| 50 |
+
"step": 4
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"computed_total": 0.3922015130519867,
|
| 54 |
+
"epoch": 0.012610340479192938,
|
| 55 |
+
"grad_norm": 49.438594818115234,
|
| 56 |
+
"kl_loss": 9.65095068750088e-07,
|
| 57 |
+
"learning_rate": 1.6000000000000003e-05,
|
| 58 |
+
"loss": 3.0682,
|
| 59 |
+
"sft_loss": 0.29569199681282043,
|
| 60 |
+
"step": 5
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"computed_total": 0.3126932382583618,
|
| 64 |
+
"epoch": 0.015132408575031526,
|
| 65 |
+
"grad_norm": 36.26791000366211,
|
| 66 |
+
"kl_loss": 9.634337629904621e-07,
|
| 67 |
+
"learning_rate": 2e-05,
|
| 68 |
+
"loss": 2.7815,
|
| 69 |
+
"sft_loss": 0.21634985506534576,
|
| 70 |
+
"step": 6
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"computed_total": 0.2588472068309784,
|
| 74 |
+
"epoch": 0.017654476670870115,
|
| 75 |
+
"grad_norm": 28.21232795715332,
|
| 76 |
+
"kl_loss": 7.276251494658936e-07,
|
| 77 |
+
"learning_rate": 1.9948979591836737e-05,
|
| 78 |
+
"loss": 2.499,
|
| 79 |
+
"sft_loss": 0.18608468770980835,
|
| 80 |
+
"step": 7
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"computed_total": 0.32910704612731934,
|
| 84 |
+
"epoch": 0.0201765447667087,
|
| 85 |
+
"grad_norm": 24.3712158203125,
|
| 86 |
+
"kl_loss": 8.822735821922834e-07,
|
| 87 |
+
"learning_rate": 1.9897959183673473e-05,
|
| 88 |
+
"loss": 2.4776,
|
| 89 |
+
"sft_loss": 0.24087969958782196,
|
| 90 |
+
"step": 8
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"computed_total": 0.3658309280872345,
|
| 94 |
+
"epoch": 0.02269861286254729,
|
| 95 |
+
"grad_norm": 31.98260498046875,
|
| 96 |
+
"kl_loss": 7.195029070317105e-07,
|
| 97 |
+
"learning_rate": 1.9846938775510205e-05,
|
| 98 |
+
"loss": 2.3718,
|
| 99 |
+
"sft_loss": 0.2938806414604187,
|
| 100 |
+
"step": 9
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"computed_total": 0.22178040444850922,
|
| 104 |
+
"epoch": 0.025220680958385876,
|
| 105 |
+
"grad_norm": 34.0799674987793,
|
| 106 |
+
"kl_loss": 6.166483217384666e-07,
|
| 107 |
+
"learning_rate": 1.979591836734694e-05,
|
| 108 |
+
"loss": 2.4129,
|
| 109 |
+
"sft_loss": 0.1601155698299408,
|
| 110 |
+
"step": 10
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"computed_total": 2.1096696853637695,
|
| 114 |
+
"epoch": 0.025220680958385876,
|
| 115 |
+
"eval_loss": 1.9816868305206299,
|
| 116 |
+
"eval_runtime": 67.6013,
|
| 117 |
+
"eval_samples_per_second": 10.429,
|
| 118 |
+
"eval_steps_per_second": 5.222,
|
| 119 |
+
"kl_loss": 3.9526437944914505e-07,
|
| 120 |
+
"sft_loss": 2.070143222808838,
|
| 121 |
+
"step": 10
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"computed_total": 0.4089103043079376,
|
| 125 |
+
"epoch": 0.027742749054224466,
|
| 126 |
+
"grad_norm": 26.954879760742188,
|
| 127 |
+
"kl_loss": 4.996533107259893e-07,
|
| 128 |
+
"learning_rate": 1.9744897959183677e-05,
|
| 129 |
+
"loss": 2.277,
|
| 130 |
+
"sft_loss": 0.35894498229026794,
|
| 131 |
+
"step": 11
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"computed_total": 0.23354634642601013,
|
| 135 |
+
"epoch": 0.03026481715006305,
|
| 136 |
+
"grad_norm": 18.464841842651367,
|
| 137 |
+
"kl_loss": 5.376580816118803e-07,
|
| 138 |
+
"learning_rate": 1.969387755102041e-05,
|
| 139 |
+
"loss": 2.2583,
|
| 140 |
+
"sft_loss": 0.17978054285049438,
|
| 141 |
+
"step": 12
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"computed_total": 0.30147990584373474,
|
| 145 |
+
"epoch": 0.03278688524590164,
|
| 146 |
+
"grad_norm": 26.595727920532227,
|
| 147 |
+
"kl_loss": 5.573554062721087e-07,
|
| 148 |
+
"learning_rate": 1.9642857142857145e-05,
|
| 149 |
+
"loss": 2.2624,
|
| 150 |
+
"sft_loss": 0.24574437737464905,
|
| 151 |
+
"step": 13
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"computed_total": 0.24872392416000366,
|
| 155 |
+
"epoch": 0.03530895334174023,
|
| 156 |
+
"grad_norm": 16.613079071044922,
|
| 157 |
+
"kl_loss": 4.973371687810868e-07,
|
| 158 |
+
"learning_rate": 1.9591836734693877e-05,
|
| 159 |
+
"loss": 2.1151,
|
| 160 |
+
"sft_loss": 0.19899021089076996,
|
| 161 |
+
"step": 14
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"computed_total": 0.19776779413223267,
|
| 165 |
+
"epoch": 0.03783102143757881,
|
| 166 |
+
"grad_norm": 15.080662727355957,
|
| 167 |
+
"kl_loss": 4.196848806259368e-07,
|
| 168 |
+
"learning_rate": 1.9540816326530613e-05,
|
| 169 |
+
"loss": 2.0897,
|
| 170 |
+
"sft_loss": 0.15579931437969208,
|
| 171 |
+
"step": 15
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"computed_total": 0.284699946641922,
|
| 175 |
+
"epoch": 0.0403530895334174,
|
| 176 |
+
"grad_norm": 11.973522186279297,
|
| 177 |
+
"kl_loss": 4.3317794506947394e-07,
|
| 178 |
+
"learning_rate": 1.948979591836735e-05,
|
| 179 |
+
"loss": 2.216,
|
| 180 |
+
"sft_loss": 0.2413821518421173,
|
| 181 |
+
"step": 16
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"computed_total": 0.21680015325546265,
|
| 185 |
+
"epoch": 0.04287515762925599,
|
| 186 |
+
"grad_norm": 11.934453964233398,
|
| 187 |
+
"kl_loss": 3.477235850368743e-07,
|
| 188 |
+
"learning_rate": 1.9438775510204085e-05,
|
| 189 |
+
"loss": 1.9235,
|
| 190 |
+
"sft_loss": 0.18202780187129974,
|
| 191 |
+
"step": 17
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"computed_total": 0.18643273413181305,
|
| 195 |
+
"epoch": 0.04539722572509458,
|
| 196 |
+
"grad_norm": 10.074520111083984,
|
| 197 |
+
"kl_loss": 2.590618919384724e-07,
|
| 198 |
+
"learning_rate": 1.9387755102040817e-05,
|
| 199 |
+
"loss": 1.8522,
|
| 200 |
+
"sft_loss": 0.16052654385566711,
|
| 201 |
+
"step": 18
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"computed_total": 0.22932234406471252,
|
| 205 |
+
"epoch": 0.04791929382093316,
|
| 206 |
+
"grad_norm": 15.449592590332031,
|
| 207 |
+
"kl_loss": 2.511018522000086e-07,
|
| 208 |
+
"learning_rate": 1.9336734693877553e-05,
|
| 209 |
+
"loss": 1.7982,
|
| 210 |
+
"sft_loss": 0.20421215891838074,
|
| 211 |
+
"step": 19
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"computed_total": 0.29722726345062256,
|
| 215 |
+
"epoch": 0.05044136191677175,
|
| 216 |
+
"grad_norm": 12.395018577575684,
|
| 217 |
+
"kl_loss": 2.6658420892999857e-07,
|
| 218 |
+
"learning_rate": 1.928571428571429e-05,
|
| 219 |
+
"loss": 1.817,
|
| 220 |
+
"sft_loss": 0.27056884765625,
|
| 221 |
+
"step": 20
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"computed_total": 1.6116889715194702,
|
| 225 |
+
"epoch": 0.05044136191677175,
|
| 226 |
+
"eval_loss": 1.5718247890472412,
|
| 227 |
+
"eval_runtime": 69.8078,
|
| 228 |
+
"eval_samples_per_second": 10.099,
|
| 229 |
+
"eval_steps_per_second": 5.057,
|
| 230 |
+
"kl_loss": 3.4212027344437956e-07,
|
| 231 |
+
"sft_loss": 1.577476978302002,
|
| 232 |
+
"step": 20
|
| 233 |
+
},
|
| 234 |
+
{
|
| 235 |
+
"computed_total": 0.1908552497625351,
|
| 236 |
+
"epoch": 0.05296343001261034,
|
| 237 |
+
"grad_norm": 23.406896591186523,
|
| 238 |
+
"kl_loss": 2.7672922442434356e-07,
|
| 239 |
+
"learning_rate": 1.9234693877551024e-05,
|
| 240 |
+
"loss": 1.7865,
|
| 241 |
+
"sft_loss": 0.163182333111763,
|
| 242 |
+
"step": 21
|
| 243 |
+
},
|
| 244 |
+
{
|
| 245 |
+
"computed_total": 0.2098204642534256,
|
| 246 |
+
"epoch": 0.05548549810844893,
|
| 247 |
+
"grad_norm": 12.387871742248535,
|
| 248 |
+
"kl_loss": 1.9662114425500477e-07,
|
| 249 |
+
"learning_rate": 1.9183673469387756e-05,
|
| 250 |
+
"loss": 1.6599,
|
| 251 |
+
"sft_loss": 0.19015835225582123,
|
| 252 |
+
"step": 22
|
| 253 |
+
},
|
| 254 |
+
{
|
| 255 |
+
"computed_total": 0.27859383821487427,
|
| 256 |
+
"epoch": 0.058007566204287514,
|
| 257 |
+
"grad_norm": 17.064393997192383,
|
| 258 |
+
"kl_loss": 2.6223989380014245e-07,
|
| 259 |
+
"learning_rate": 1.9132653061224492e-05,
|
| 260 |
+
"loss": 1.7114,
|
| 261 |
+
"sft_loss": 0.25236985087394714,
|
| 262 |
+
"step": 23
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"computed_total": 0.2661365270614624,
|
| 266 |
+
"epoch": 0.0605296343001261,
|
| 267 |
+
"grad_norm": 14.536602973937988,
|
| 268 |
+
"kl_loss": 3.302961033568863e-07,
|
| 269 |
+
"learning_rate": 1.9081632653061225e-05,
|
| 270 |
+
"loss": 1.7381,
|
| 271 |
+
"sft_loss": 0.23310692608356476,
|
| 272 |
+
"step": 24
|
| 273 |
+
},
|
| 274 |
+
{
|
| 275 |
+
"computed_total": 0.21774020791053772,
|
| 276 |
+
"epoch": 0.06305170239596469,
|
| 277 |
+
"grad_norm": 10.612632751464844,
|
| 278 |
+
"kl_loss": 2.2093004758971801e-07,
|
| 279 |
+
"learning_rate": 1.903061224489796e-05,
|
| 280 |
+
"loss": 1.6493,
|
| 281 |
+
"sft_loss": 0.195647194981575,
|
| 282 |
+
"step": 25
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"computed_total": 0.21532197296619415,
|
| 286 |
+
"epoch": 0.06557377049180328,
|
| 287 |
+
"grad_norm": 13.36475944519043,
|
| 288 |
+
"kl_loss": 1.9050941091336426e-07,
|
| 289 |
+
"learning_rate": 1.8979591836734696e-05,
|
| 290 |
+
"loss": 1.65,
|
| 291 |
+
"sft_loss": 0.19627103209495544,
|
| 292 |
+
"step": 26
|
| 293 |
+
},
|
| 294 |
+
{
|
| 295 |
+
"computed_total": 0.21690420806407928,
|
| 296 |
+
"epoch": 0.06809583858764187,
|
| 297 |
+
"grad_norm": 13.064225196838379,
|
| 298 |
+
"kl_loss": 2.1687725393348956e-07,
|
| 299 |
+
"learning_rate": 1.892857142857143e-05,
|
| 300 |
+
"loss": 1.7006,
|
| 301 |
+
"sft_loss": 0.19521647691726685,
|
| 302 |
+
"step": 27
|
| 303 |
+
},
|
| 304 |
+
{
|
| 305 |
+
"computed_total": 0.19565589725971222,
|
| 306 |
+
"epoch": 0.07061790668348046,
|
| 307 |
+
"grad_norm": 12.320195198059082,
|
| 308 |
+
"kl_loss": 2.17976335648018e-07,
|
| 309 |
+
"learning_rate": 1.8877551020408164e-05,
|
| 310 |
+
"loss": 1.6652,
|
| 311 |
+
"sft_loss": 0.17385827004909515,
|
| 312 |
+
"step": 28
|
| 313 |
+
},
|
| 314 |
+
{
|
| 315 |
+
"computed_total": 0.27470341324806213,
|
| 316 |
+
"epoch": 0.07313997477931904,
|
| 317 |
+
"grad_norm": 11.224297523498535,
|
| 318 |
+
"kl_loss": 2.520193618238409e-07,
|
| 319 |
+
"learning_rate": 1.88265306122449e-05,
|
| 320 |
+
"loss": 1.6883,
|
| 321 |
+
"sft_loss": 0.24950148165225983,
|
| 322 |
+
"step": 29
|
| 323 |
+
},
|
| 324 |
+
{
|
| 325 |
+
"computed_total": 0.1886218637228012,
|
| 326 |
+
"epoch": 0.07566204287515763,
|
| 327 |
+
"grad_norm": 14.4179048538208,
|
| 328 |
+
"kl_loss": 3.655400746538362e-07,
|
| 329 |
+
"learning_rate": 1.8775510204081636e-05,
|
| 330 |
+
"loss": 1.7232,
|
| 331 |
+
"sft_loss": 0.1520678550004959,
|
| 332 |
+
"step": 30
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"computed_total": 1.3417655229568481,
|
| 336 |
+
"epoch": 0.07566204287515763,
|
| 337 |
+
"eval_loss": 1.4369149208068848,
|
| 338 |
+
"eval_runtime": 67.0852,
|
| 339 |
+
"eval_samples_per_second": 10.509,
|
| 340 |
+
"eval_steps_per_second": 5.262,
|
| 341 |
+
"kl_loss": 2.1116991888447956e-07,
|
| 342 |
+
"sft_loss": 1.3206485509872437,
|
| 343 |
+
"step": 30
|
| 344 |
+
},
|
| 345 |
+
{
|
| 346 |
+
"computed_total": 0.19783087074756622,
|
| 347 |
+
"epoch": 0.07818411097099622,
|
| 348 |
+
"grad_norm": 14.451069831848145,
|
| 349 |
+
"kl_loss": 1.4020483263266215e-07,
|
| 350 |
+
"learning_rate": 1.8724489795918368e-05,
|
| 351 |
+
"loss": 1.6225,
|
| 352 |
+
"sft_loss": 0.18381038308143616,
|
| 353 |
+
"step": 31
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"computed_total": 0.2664089798927307,
|
| 357 |
+
"epoch": 0.0807061790668348,
|
| 358 |
+
"grad_norm": 10.6675443649292,
|
| 359 |
+
"kl_loss": 2.558473113367654e-07,
|
| 360 |
+
"learning_rate": 1.8673469387755104e-05,
|
| 361 |
+
"loss": 1.6656,
|
| 362 |
+
"sft_loss": 0.24082423746585846,
|
| 363 |
+
"step": 32
|
| 364 |
+
},
|
| 365 |
+
{
|
| 366 |
+
"computed_total": 0.16216596961021423,
|
| 367 |
+
"epoch": 0.0832282471626734,
|
| 368 |
+
"grad_norm": 10.89920711517334,
|
| 369 |
+
"kl_loss": 3.102907157881418e-07,
|
| 370 |
+
"learning_rate": 1.862244897959184e-05,
|
| 371 |
+
"loss": 1.7422,
|
| 372 |
+
"sft_loss": 0.13113689422607422,
|
| 373 |
+
"step": 33
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"computed_total": 0.18052271008491516,
|
| 377 |
+
"epoch": 0.08575031525851198,
|
| 378 |
+
"grad_norm": 10.312054634094238,
|
| 379 |
+
"kl_loss": 2.5258012215090275e-07,
|
| 380 |
+
"learning_rate": 1.8571428571428575e-05,
|
| 381 |
+
"loss": 1.5284,
|
| 382 |
+
"sft_loss": 0.1552647054195404,
|
| 383 |
+
"step": 34
|
| 384 |
+
},
|
| 385 |
+
{
|
| 386 |
+
"computed_total": 0.13403812050819397,
|
| 387 |
+
"epoch": 0.08827238335435057,
|
| 388 |
+
"grad_norm": 9.937405586242676,
|
| 389 |
+
"kl_loss": 1.9699928088812158e-07,
|
| 390 |
+
"learning_rate": 1.8520408163265307e-05,
|
| 391 |
+
"loss": 1.6276,
|
| 392 |
+
"sft_loss": 0.11433819681406021,
|
| 393 |
+
"step": 35
|
| 394 |
+
},
|
| 395 |
+
{
|
| 396 |
+
"computed_total": 0.21145765483379364,
|
| 397 |
+
"epoch": 0.09079445145018916,
|
| 398 |
+
"grad_norm": 10.810340881347656,
|
| 399 |
+
"kl_loss": 2.5251029001083225e-07,
|
| 400 |
+
"learning_rate": 1.8469387755102043e-05,
|
| 401 |
+
"loss": 1.5674,
|
| 402 |
+
"sft_loss": 0.1862066239118576,
|
| 403 |
+
"step": 36
|
| 404 |
+
},
|
| 405 |
+
{
|
| 406 |
+
"computed_total": 0.28667497634887695,
|
| 407 |
+
"epoch": 0.09331651954602774,
|
| 408 |
+
"grad_norm": 13.322245597839355,
|
| 409 |
+
"kl_loss": 2.524957380956039e-07,
|
| 410 |
+
"learning_rate": 1.8418367346938776e-05,
|
| 411 |
+
"loss": 1.6924,
|
| 412 |
+
"sft_loss": 0.2614254057407379,
|
| 413 |
+
"step": 37
|
| 414 |
+
},
|
| 415 |
+
{
|
| 416 |
+
"computed_total": 0.17698872089385986,
|
| 417 |
+
"epoch": 0.09583858764186633,
|
| 418 |
+
"grad_norm": 12.67447566986084,
|
| 419 |
+
"kl_loss": 1.8715130067903374e-07,
|
| 420 |
+
"learning_rate": 1.836734693877551e-05,
|
| 421 |
+
"loss": 1.6326,
|
| 422 |
+
"sft_loss": 0.1582735925912857,
|
| 423 |
+
"step": 38
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"computed_total": 0.218657985329628,
|
| 427 |
+
"epoch": 0.09836065573770492,
|
| 428 |
+
"grad_norm": 10.07801342010498,
|
| 429 |
+
"kl_loss": 2.1152843032723467e-07,
|
| 430 |
+
"learning_rate": 1.8316326530612247e-05,
|
| 431 |
+
"loss": 1.5745,
|
| 432 |
+
"sft_loss": 0.1975051462650299,
|
| 433 |
+
"step": 39
|
| 434 |
+
},
|
| 435 |
+
{
|
| 436 |
+
"computed_total": 0.1585373878479004,
|
| 437 |
+
"epoch": 0.1008827238335435,
|
| 438 |
+
"grad_norm": 10.709808349609375,
|
| 439 |
+
"kl_loss": 1.5567046318665234e-07,
|
| 440 |
+
"learning_rate": 1.826530612244898e-05,
|
| 441 |
+
"loss": 1.4899,
|
| 442 |
+
"sft_loss": 0.14297033846378326,
|
| 443 |
+
"step": 40
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"computed_total": 1.3272018432617188,
|
| 447 |
+
"epoch": 0.1008827238335435,
|
| 448 |
+
"eval_loss": 1.3992165327072144,
|
| 449 |
+
"eval_runtime": 67.3288,
|
| 450 |
+
"eval_samples_per_second": 10.471,
|
| 451 |
+
"eval_steps_per_second": 5.243,
|
| 452 |
+
"kl_loss": 1.587673352787533e-07,
|
| 453 |
+
"sft_loss": 1.3113250732421875,
|
| 454 |
+
"step": 40
|
| 455 |
+
},
|
| 456 |
+
{
|
| 457 |
+
"computed_total": 0.16187940537929535,
|
| 458 |
+
"epoch": 0.1034047919293821,
|
| 459 |
+
"grad_norm": 12.045276641845703,
|
| 460 |
+
"kl_loss": 1.6272514358206536e-07,
|
| 461 |
+
"learning_rate": 1.8214285714285715e-05,
|
| 462 |
+
"loss": 1.4241,
|
| 463 |
+
"sft_loss": 0.1456068903207779,
|
| 464 |
+
"step": 41
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"computed_total": 0.16236107051372528,
|
| 468 |
+
"epoch": 0.10592686002522068,
|
| 469 |
+
"grad_norm": 9.8399658203125,
|
| 470 |
+
"kl_loss": 1.7566540577718115e-07,
|
| 471 |
+
"learning_rate": 1.816326530612245e-05,
|
| 472 |
+
"loss": 1.557,
|
| 473 |
+
"sft_loss": 0.1447945237159729,
|
| 474 |
+
"step": 42
|
| 475 |
+
},
|
| 476 |
+
{
|
| 477 |
+
"computed_total": 0.15767036378383636,
|
| 478 |
+
"epoch": 0.10844892812105927,
|
| 479 |
+
"grad_norm": 12.114518165588379,
|
| 480 |
+
"kl_loss": 1.7348739334011043e-07,
|
| 481 |
+
"learning_rate": 1.8112244897959187e-05,
|
| 482 |
+
"loss": 1.583,
|
| 483 |
+
"sft_loss": 0.14032162725925446,
|
| 484 |
+
"step": 43
|
| 485 |
+
},
|
| 486 |
+
{
|
| 487 |
+
"computed_total": 0.09624896198511124,
|
| 488 |
+
"epoch": 0.11097099621689786,
|
| 489 |
+
"grad_norm": 9.963354110717773,
|
| 490 |
+
"kl_loss": 1.7239732130747143e-07,
|
| 491 |
+
"learning_rate": 1.806122448979592e-05,
|
| 492 |
+
"loss": 1.4214,
|
| 493 |
+
"sft_loss": 0.07900922745466232,
|
| 494 |
+
"step": 44
|
| 495 |
+
},
|
| 496 |
+
{
|
| 497 |
+
"computed_total": 0.2713112533092499,
|
| 498 |
+
"epoch": 0.11349306431273644,
|
| 499 |
+
"grad_norm": 10.126675605773926,
|
| 500 |
+
"kl_loss": 1.4448913532305596e-07,
|
| 501 |
+
"learning_rate": 1.8010204081632655e-05,
|
| 502 |
+
"loss": 1.5783,
|
| 503 |
+
"sft_loss": 0.2568623423576355,
|
| 504 |
+
"step": 45
|
| 505 |
+
},
|
| 506 |
+
{
|
| 507 |
+
"computed_total": 0.1786537766456604,
|
| 508 |
+
"epoch": 0.11601513240857503,
|
| 509 |
+
"grad_norm": 9.506120681762695,
|
| 510 |
+
"kl_loss": 1.1718055503706637e-07,
|
| 511 |
+
"learning_rate": 1.795918367346939e-05,
|
| 512 |
+
"loss": 1.5218,
|
| 513 |
+
"sft_loss": 0.1669357270002365,
|
| 514 |
+
"step": 46
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"computed_total": 0.15938213467597961,
|
| 518 |
+
"epoch": 0.11853720050441362,
|
| 519 |
+
"grad_norm": 11.758268356323242,
|
| 520 |
+
"kl_loss": 1.7643755256813165e-07,
|
| 521 |
+
"learning_rate": 1.7908163265306123e-05,
|
| 522 |
+
"loss": 1.479,
|
| 523 |
+
"sft_loss": 0.1417383849620819,
|
| 524 |
+
"step": 47
|
| 525 |
+
},
|
| 526 |
+
{
|
| 527 |
+
"computed_total": 0.15835891664028168,
|
| 528 |
+
"epoch": 0.1210592686002522,
|
| 529 |
+
"grad_norm": 10.227970123291016,
|
| 530 |
+
"kl_loss": 1.3144477861715131e-07,
|
| 531 |
+
"learning_rate": 1.785714285714286e-05,
|
| 532 |
+
"loss": 1.5222,
|
| 533 |
+
"sft_loss": 0.14521443843841553,
|
| 534 |
+
"step": 48
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"computed_total": 0.1753772348165512,
|
| 538 |
+
"epoch": 0.1235813366960908,
|
| 539 |
+
"grad_norm": 9.49471378326416,
|
| 540 |
+
"kl_loss": 1.2467818066852487e-07,
|
| 541 |
+
"learning_rate": 1.780612244897959e-05,
|
| 542 |
+
"loss": 1.4884,
|
| 543 |
+
"sft_loss": 0.16290941834449768,
|
| 544 |
+
"step": 49
|
| 545 |
+
},
|
| 546 |
+
{
|
| 547 |
+
"computed_total": 0.14545822143554688,
|
| 548 |
+
"epoch": 0.12610340479192939,
|
| 549 |
+
"grad_norm": 9.987504005432129,
|
| 550 |
+
"kl_loss": 1.3850477387222782e-07,
|
| 551 |
+
"learning_rate": 1.7755102040816327e-05,
|
| 552 |
+
"loss": 1.5382,
|
| 553 |
+
"sft_loss": 0.13160774111747742,
|
| 554 |
+
"step": 50
|
| 555 |
+
},
|
| 556 |
+
{
|
| 557 |
+
"computed_total": 1.2876274585723877,
|
| 558 |
+
"epoch": 0.12610340479192939,
|
| 559 |
+
"eval_loss": 1.3761128187179565,
|
| 560 |
+
"eval_runtime": 65.8814,
|
| 561 |
+
"eval_samples_per_second": 10.701,
|
| 562 |
+
"eval_steps_per_second": 5.358,
|
| 563 |
+
"kl_loss": 1.1736652538729686e-07,
|
| 564 |
+
"sft_loss": 1.275890827178955,
|
| 565 |
+
"step": 50
|
| 566 |
+
},
|
| 567 |
+
{
|
| 568 |
+
"computed_total": 0.13572491705417633,
|
| 569 |
+
"epoch": 0.12862547288776796,
|
| 570 |
+
"grad_norm": 8.282198905944824,
|
| 571 |
+
"kl_loss": 1.2732888876598736e-07,
|
| 572 |
+
"learning_rate": 1.7704081632653062e-05,
|
| 573 |
+
"loss": 1.4672,
|
| 574 |
+
"sft_loss": 0.12299202382564545,
|
| 575 |
+
"step": 51
|
| 576 |
+
},
|
| 577 |
+
{
|
| 578 |
+
"computed_total": 0.2022746205329895,
|
| 579 |
+
"epoch": 0.13114754098360656,
|
| 580 |
+
"grad_norm": 8.850266456604004,
|
| 581 |
+
"kl_loss": 9.734989703247265e-08,
|
| 582 |
+
"learning_rate": 1.7653061224489798e-05,
|
| 583 |
+
"loss": 1.4807,
|
| 584 |
+
"sft_loss": 0.19253963232040405,
|
| 585 |
+
"step": 52
|
| 586 |
+
},
|
| 587 |
+
{
|
| 588 |
+
"computed_total": 0.2428017556667328,
|
| 589 |
+
"epoch": 0.13366960907944514,
|
| 590 |
+
"grad_norm": 7.4850568771362305,
|
| 591 |
+
"kl_loss": 1.472172925787163e-07,
|
| 592 |
+
"learning_rate": 1.760204081632653e-05,
|
| 593 |
+
"loss": 1.4415,
|
| 594 |
+
"sft_loss": 0.22808003425598145,
|
| 595 |
+
"step": 53
|
| 596 |
+
},
|
| 597 |
+
{
|
| 598 |
+
"computed_total": 0.22275952994823456,
|
| 599 |
+
"epoch": 0.13619167717528374,
|
| 600 |
+
"grad_norm": 9.871981620788574,
|
| 601 |
+
"kl_loss": 1.480846094636945e-07,
|
| 602 |
+
"learning_rate": 1.7551020408163266e-05,
|
| 603 |
+
"loss": 1.6587,
|
| 604 |
+
"sft_loss": 0.20795106887817383,
|
| 605 |
+
"step": 54
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"computed_total": 0.1835995763540268,
|
| 609 |
+
"epoch": 0.13871374527112232,
|
| 610 |
+
"grad_norm": 8.844654083251953,
|
| 611 |
+
"kl_loss": 1.2977692165350163e-07,
|
| 612 |
+
"learning_rate": 1.7500000000000002e-05,
|
| 613 |
+
"loss": 1.5753,
|
| 614 |
+
"sft_loss": 0.17062188684940338,
|
| 615 |
+
"step": 55
|
| 616 |
+
},
|
| 617 |
+
{
|
| 618 |
+
"computed_total": 0.19904766976833344,
|
| 619 |
+
"epoch": 0.14123581336696092,
|
| 620 |
+
"grad_norm": 7.038422584533691,
|
| 621 |
+
"kl_loss": 1.1099445629270122e-07,
|
| 622 |
+
"learning_rate": 1.7448979591836738e-05,
|
| 623 |
+
"loss": 1.4909,
|
| 624 |
+
"sft_loss": 0.18794822692871094,
|
| 625 |
+
"step": 56
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"computed_total": 0.14884871244430542,
|
| 629 |
+
"epoch": 0.1437578814627995,
|
| 630 |
+
"grad_norm": 7.760448455810547,
|
| 631 |
+
"kl_loss": 1.0769576164193495e-07,
|
| 632 |
+
"learning_rate": 1.7397959183673473e-05,
|
| 633 |
+
"loss": 1.5988,
|
| 634 |
+
"sft_loss": 0.13807913661003113,
|
| 635 |
+
"step": 57
|
| 636 |
+
},
|
| 637 |
+
{
|
| 638 |
+
"computed_total": 0.22467643022537231,
|
| 639 |
+
"epoch": 0.14627994955863807,
|
| 640 |
+
"grad_norm": 8.861936569213867,
|
| 641 |
+
"kl_loss": 1.3167736767627503e-07,
|
| 642 |
+
"learning_rate": 1.7346938775510206e-05,
|
| 643 |
+
"loss": 1.4759,
|
| 644 |
+
"sft_loss": 0.21150869131088257,
|
| 645 |
+
"step": 58
|
| 646 |
+
},
|
| 647 |
+
{
|
| 648 |
+
"computed_total": 0.1402980089187622,
|
| 649 |
+
"epoch": 0.14880201765447668,
|
| 650 |
+
"grad_norm": 8.389931678771973,
|
| 651 |
+
"kl_loss": 1.2574119523378613e-07,
|
| 652 |
+
"learning_rate": 1.729591836734694e-05,
|
| 653 |
+
"loss": 1.4478,
|
| 654 |
+
"sft_loss": 0.12772388756275177,
|
| 655 |
+
"step": 59
|
| 656 |
+
},
|
| 657 |
+
{
|
| 658 |
+
"computed_total": 0.2214464396238327,
|
| 659 |
+
"epoch": 0.15132408575031525,
|
| 660 |
+
"grad_norm": 11.03455924987793,
|
| 661 |
+
"kl_loss": 1.229836925631389e-07,
|
| 662 |
+
"learning_rate": 1.7244897959183674e-05,
|
| 663 |
+
"loss": 1.542,
|
| 664 |
+
"sft_loss": 0.20914806425571442,
|
| 665 |
+
"step": 60
|
| 666 |
+
},
|
| 667 |
+
{
|
| 668 |
+
"computed_total": 1.2934421300888062,
|
| 669 |
+
"epoch": 0.15132408575031525,
|
| 670 |
+
"eval_loss": 1.3563388586044312,
|
| 671 |
+
"eval_runtime": 66.808,
|
| 672 |
+
"eval_samples_per_second": 10.553,
|
| 673 |
+
"eval_steps_per_second": 5.284,
|
| 674 |
+
"kl_loss": 1.0278420603526683e-07,
|
| 675 |
+
"sft_loss": 1.2831636667251587,
|
| 676 |
+
"step": 60
|
| 677 |
+
},
|
| 678 |
+
{
|
| 679 |
+
"computed_total": 0.19582681357860565,
|
| 680 |
+
"epoch": 0.15384615384615385,
|
| 681 |
+
"grad_norm": 8.09454345703125,
|
| 682 |
+
"kl_loss": 1.0761530688796483e-07,
|
| 683 |
+
"learning_rate": 1.719387755102041e-05,
|
| 684 |
+
"loss": 1.4979,
|
| 685 |
+
"sft_loss": 0.18506528437137604,
|
| 686 |
+
"step": 61
|
| 687 |
+
},
|
| 688 |
+
{
|
| 689 |
+
"computed_total": 0.15016137063503265,
|
| 690 |
+
"epoch": 0.15636822194199243,
|
| 691 |
+
"grad_norm": 6.767925262451172,
|
| 692 |
+
"kl_loss": 9.817436819048453e-08,
|
| 693 |
+
"learning_rate": 1.7142857142857142e-05,
|
| 694 |
+
"loss": 1.3421,
|
| 695 |
+
"sft_loss": 0.14034393429756165,
|
| 696 |
+
"step": 62
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"computed_total": 0.23630164563655853,
|
| 700 |
+
"epoch": 0.15889029003783103,
|
| 701 |
+
"grad_norm": 6.9385552406311035,
|
| 702 |
+
"kl_loss": 1.2005209271137574e-07,
|
| 703 |
+
"learning_rate": 1.7091836734693878e-05,
|
| 704 |
+
"loss": 1.4917,
|
| 705 |
+
"sft_loss": 0.224296435713768,
|
| 706 |
+
"step": 63
|
| 707 |
+
},
|
| 708 |
+
{
|
| 709 |
+
"computed_total": 0.23200978338718414,
|
| 710 |
+
"epoch": 0.1614123581336696,
|
| 711 |
+
"grad_norm": 7.448540210723877,
|
| 712 |
+
"kl_loss": 8.879172952447334e-08,
|
| 713 |
+
"learning_rate": 1.7040816326530613e-05,
|
| 714 |
+
"loss": 1.4776,
|
| 715 |
+
"sft_loss": 0.22313061356544495,
|
| 716 |
+
"step": 64
|
| 717 |
+
},
|
| 718 |
+
{
|
| 719 |
+
"computed_total": 0.16305182874202728,
|
| 720 |
+
"epoch": 0.16393442622950818,
|
| 721 |
+
"grad_norm": 7.1528401374816895,
|
| 722 |
+
"kl_loss": 9.930875677355289e-08,
|
| 723 |
+
"learning_rate": 1.698979591836735e-05,
|
| 724 |
+
"loss": 1.3943,
|
| 725 |
+
"sft_loss": 0.1531209498643875,
|
| 726 |
+
"step": 65
|
| 727 |
+
},
|
| 728 |
+
{
|
| 729 |
+
"computed_total": 0.14623767137527466,
|
| 730 |
+
"epoch": 0.1664564943253468,
|
| 731 |
+
"grad_norm": 7.3966474533081055,
|
| 732 |
+
"kl_loss": 7.404720037129664e-08,
|
| 733 |
+
"learning_rate": 1.6938775510204085e-05,
|
| 734 |
+
"loss": 1.5426,
|
| 735 |
+
"sft_loss": 0.1388329565525055,
|
| 736 |
+
"step": 66
|
| 737 |
+
},
|
| 738 |
+
{
|
| 739 |
+
"computed_total": 0.14071843028068542,
|
| 740 |
+
"epoch": 0.16897856242118536,
|
| 741 |
+
"grad_norm": 7.82870626449585,
|
| 742 |
+
"kl_loss": 9.07349146928027e-08,
|
| 743 |
+
"learning_rate": 1.6887755102040817e-05,
|
| 744 |
+
"loss": 1.4386,
|
| 745 |
+
"sft_loss": 0.13164493441581726,
|
| 746 |
+
"step": 67
|
| 747 |
+
},
|
| 748 |
+
{
|
| 749 |
+
"computed_total": 0.14310967922210693,
|
| 750 |
+
"epoch": 0.17150063051702397,
|
| 751 |
+
"grad_norm": 6.757770538330078,
|
| 752 |
+
"kl_loss": 7.598376328132872e-08,
|
| 753 |
+
"learning_rate": 1.6836734693877553e-05,
|
| 754 |
+
"loss": 1.3732,
|
| 755 |
+
"sft_loss": 0.13551130890846252,
|
| 756 |
+
"step": 68
|
| 757 |
+
},
|
| 758 |
+
{
|
| 759 |
+
"computed_total": 0.14132973551750183,
|
| 760 |
+
"epoch": 0.17402269861286254,
|
| 761 |
+
"grad_norm": 8.344841957092285,
|
| 762 |
+
"kl_loss": 1.0905234404390285e-07,
|
| 763 |
+
"learning_rate": 1.678571428571429e-05,
|
| 764 |
+
"loss": 1.4286,
|
| 765 |
+
"sft_loss": 0.13042449951171875,
|
| 766 |
+
"step": 69
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"computed_total": 0.13716241717338562,
|
| 770 |
+
"epoch": 0.17654476670870115,
|
| 771 |
+
"grad_norm": 7.953212738037109,
|
| 772 |
+
"kl_loss": 7.554955061550572e-08,
|
| 773 |
+
"learning_rate": 1.673469387755102e-05,
|
| 774 |
+
"loss": 1.3187,
|
| 775 |
+
"sft_loss": 0.12960746884346008,
|
| 776 |
+
"step": 70
|
| 777 |
+
},
|
| 778 |
+
{
|
| 779 |
+
"computed_total": 1.2660552263259888,
|
| 780 |
+
"epoch": 0.17654476670870115,
|
| 781 |
+
"eval_loss": 1.348509669303894,
|
| 782 |
+
"eval_runtime": 66.6809,
|
| 783 |
+
"eval_samples_per_second": 10.573,
|
| 784 |
+
"eval_steps_per_second": 5.294,
|
| 785 |
+
"kl_loss": 5.885167198016461e-08,
|
| 786 |
+
"sft_loss": 1.2601701021194458,
|
| 787 |
+
"step": 70
|
| 788 |
+
},
|
| 789 |
+
{
|
| 790 |
+
"computed_total": 0.21419619023799896,
|
| 791 |
+
"epoch": 0.17906683480453972,
|
| 792 |
+
"grad_norm": 7.022055625915527,
|
| 793 |
+
"kl_loss": 5.5535913645599067e-08,
|
| 794 |
+
"learning_rate": 1.6683673469387757e-05,
|
| 795 |
+
"loss": 1.3962,
|
| 796 |
+
"sft_loss": 0.2086426019668579,
|
| 797 |
+
"step": 71
|
| 798 |
+
},
|
| 799 |
+
{
|
| 800 |
+
"computed_total": 0.1429305225610733,
|
| 801 |
+
"epoch": 0.18158890290037832,
|
| 802 |
+
"grad_norm": 6.416485786437988,
|
| 803 |
+
"kl_loss": 5.6032408934925115e-08,
|
| 804 |
+
"learning_rate": 1.6632653061224492e-05,
|
| 805 |
+
"loss": 1.4386,
|
| 806 |
+
"sft_loss": 0.13732728362083435,
|
| 807 |
+
"step": 72
|
| 808 |
+
},
|
| 809 |
+
{
|
| 810 |
+
"computed_total": 0.1595781445503235,
|
| 811 |
+
"epoch": 0.1841109709962169,
|
| 812 |
+
"grad_norm": 6.244477272033691,
|
| 813 |
+
"kl_loss": 1.0954471463264781e-07,
|
| 814 |
+
"learning_rate": 1.6581632653061225e-05,
|
| 815 |
+
"loss": 1.4295,
|
| 816 |
+
"sft_loss": 0.14862367510795593,
|
| 817 |
+
"step": 73
|
| 818 |
+
},
|
| 819 |
+
{
|
| 820 |
+
"computed_total": 0.1830446571111679,
|
| 821 |
+
"epoch": 0.18663303909205547,
|
| 822 |
+
"grad_norm": 6.70966100692749,
|
| 823 |
+
"kl_loss": 1.011455665889116e-07,
|
| 824 |
+
"learning_rate": 1.653061224489796e-05,
|
| 825 |
+
"loss": 1.5022,
|
| 826 |
+
"sft_loss": 0.17293010652065277,
|
| 827 |
+
"step": 74
|
| 828 |
+
},
|
| 829 |
+
{
|
| 830 |
+
"computed_total": 0.13835778832435608,
|
| 831 |
+
"epoch": 0.18915510718789408,
|
| 832 |
+
"grad_norm": 7.2905378341674805,
|
| 833 |
+
"kl_loss": 1.1240518205113403e-07,
|
| 834 |
+
"learning_rate": 1.6479591836734696e-05,
|
| 835 |
+
"loss": 1.4917,
|
| 836 |
+
"sft_loss": 0.12711727619171143,
|
| 837 |
+
"step": 75
|
| 838 |
+
},
|
| 839 |
+
{
|
| 840 |
+
"computed_total": 0.17067813873291016,
|
| 841 |
+
"epoch": 0.19167717528373265,
|
| 842 |
+
"grad_norm": 6.712996482849121,
|
| 843 |
+
"kl_loss": 7.433935422795912e-08,
|
| 844 |
+
"learning_rate": 1.642857142857143e-05,
|
| 845 |
+
"loss": 1.3446,
|
| 846 |
+
"sft_loss": 0.16324420273303986,
|
| 847 |
+
"step": 76
|
| 848 |
+
},
|
| 849 |
+
{
|
| 850 |
+
"computed_total": 0.1600562483072281,
|
| 851 |
+
"epoch": 0.19419924337957126,
|
| 852 |
+
"grad_norm": 6.522639274597168,
|
| 853 |
+
"kl_loss": 6.566633459215154e-08,
|
| 854 |
+
"learning_rate": 1.6377551020408164e-05,
|
| 855 |
+
"loss": 1.2858,
|
| 856 |
+
"sft_loss": 0.1534896194934845,
|
| 857 |
+
"step": 77
|
| 858 |
+
},
|
| 859 |
+
{
|
| 860 |
+
"computed_total": 0.15458209812641144,
|
| 861 |
+
"epoch": 0.19672131147540983,
|
| 862 |
+
"grad_norm": 6.488280773162842,
|
| 863 |
+
"kl_loss": 8.56703010754245e-08,
|
| 864 |
+
"learning_rate": 1.63265306122449e-05,
|
| 865 |
+
"loss": 1.3759,
|
| 866 |
+
"sft_loss": 0.14601506292819977,
|
| 867 |
+
"step": 78
|
| 868 |
+
},
|
| 869 |
+
{
|
| 870 |
+
"computed_total": 0.14832951128482819,
|
| 871 |
+
"epoch": 0.19924337957124844,
|
| 872 |
+
"grad_norm": 7.430500507354736,
|
| 873 |
+
"kl_loss": 1.0060924182653253e-07,
|
| 874 |
+
"learning_rate": 1.6275510204081636e-05,
|
| 875 |
+
"loss": 1.1762,
|
| 876 |
+
"sft_loss": 0.1382685899734497,
|
| 877 |
+
"step": 79
|
| 878 |
+
},
|
| 879 |
+
{
|
| 880 |
+
"computed_total": 0.1753160059452057,
|
| 881 |
+
"epoch": 0.201765447667087,
|
| 882 |
+
"grad_norm": 8.094470024108887,
|
| 883 |
+
"kl_loss": 8.996708089625827e-08,
|
| 884 |
+
"learning_rate": 1.6224489795918368e-05,
|
| 885 |
+
"loss": 1.5172,
|
| 886 |
+
"sft_loss": 0.16631929576396942,
|
| 887 |
+
"step": 80
|
| 888 |
+
},
|
| 889 |
+
{
|
| 890 |
+
"computed_total": 1.2994036674499512,
|
| 891 |
+
"epoch": 0.201765447667087,
|
| 892 |
+
"eval_loss": 1.349037766456604,
|
| 893 |
+
"eval_runtime": 64.527,
|
| 894 |
+
"eval_samples_per_second": 10.926,
|
| 895 |
+
"eval_steps_per_second": 5.471,
|
| 896 |
+
"kl_loss": 7.120447520492235e-08,
|
| 897 |
+
"sft_loss": 1.2922831773757935,
|
| 898 |
+
"step": 80
|
| 899 |
+
},
|
| 900 |
+
{
|
| 901 |
+
"computed_total": 0.1462080031633377,
|
| 902 |
+
"epoch": 0.2042875157629256,
|
| 903 |
+
"grad_norm": 7.84616756439209,
|
| 904 |
+
"kl_loss": 9.43423970056756e-08,
|
| 905 |
+
"learning_rate": 1.6173469387755104e-05,
|
| 906 |
+
"loss": 1.3986,
|
| 907 |
+
"sft_loss": 0.13677376508712769,
|
| 908 |
+
"step": 81
|
| 909 |
+
},
|
| 910 |
+
{
|
| 911 |
+
"computed_total": 0.20616410672664642,
|
| 912 |
+
"epoch": 0.2068095838587642,
|
| 913 |
+
"grad_norm": 7.06512975692749,
|
| 914 |
+
"kl_loss": 7.940719370935767e-08,
|
| 915 |
+
"learning_rate": 1.612244897959184e-05,
|
| 916 |
+
"loss": 1.5103,
|
| 917 |
+
"sft_loss": 0.19822338223457336,
|
| 918 |
+
"step": 82
|
| 919 |
+
},
|
| 920 |
+
{
|
| 921 |
+
"computed_total": 0.2241806834936142,
|
| 922 |
+
"epoch": 0.20933165195460277,
|
| 923 |
+
"grad_norm": 6.878040313720703,
|
| 924 |
+
"kl_loss": 1.1082394024697351e-07,
|
| 925 |
+
"learning_rate": 1.6071428571428572e-05,
|
| 926 |
+
"loss": 1.4422,
|
| 927 |
+
"sft_loss": 0.21309828758239746,
|
| 928 |
+
"step": 83
|
| 929 |
+
},
|
| 930 |
+
{
|
| 931 |
+
"computed_total": 0.19030708074569702,
|
| 932 |
+
"epoch": 0.21185372005044137,
|
| 933 |
+
"grad_norm": 6.8972344398498535,
|
| 934 |
+
"kl_loss": 7.487692244012578e-08,
|
| 935 |
+
"learning_rate": 1.6020408163265308e-05,
|
| 936 |
+
"loss": 1.4802,
|
| 937 |
+
"sft_loss": 0.18281938135623932,
|
| 938 |
+
"step": 84
|
| 939 |
+
},
|
| 940 |
+
{
|
| 941 |
+
"computed_total": 0.18855753540992737,
|
| 942 |
+
"epoch": 0.21437578814627994,
|
| 943 |
+
"grad_norm": 6.072068214416504,
|
| 944 |
+
"kl_loss": 6.224269810672922e-08,
|
| 945 |
+
"learning_rate": 1.596938775510204e-05,
|
| 946 |
+
"loss": 1.3092,
|
| 947 |
+
"sft_loss": 0.18233326077461243,
|
| 948 |
+
"step": 85
|
| 949 |
+
},
|
| 950 |
+
{
|
| 951 |
+
"computed_total": 0.17298777401447296,
|
| 952 |
+
"epoch": 0.21689785624211855,
|
| 953 |
+
"grad_norm": 6.168684005737305,
|
| 954 |
+
"kl_loss": 7.623211928375895e-08,
|
| 955 |
+
"learning_rate": 1.5918367346938776e-05,
|
| 956 |
+
"loss": 1.4069,
|
| 957 |
+
"sft_loss": 0.1653645634651184,
|
| 958 |
+
"step": 86
|
| 959 |
+
},
|
| 960 |
+
{
|
| 961 |
+
"computed_total": 0.19384431838989258,
|
| 962 |
+
"epoch": 0.21941992433795712,
|
| 963 |
+
"grad_norm": 6.2668352127075195,
|
| 964 |
+
"kl_loss": 6.887150760803706e-08,
|
| 965 |
+
"learning_rate": 1.586734693877551e-05,
|
| 966 |
+
"loss": 1.4861,
|
| 967 |
+
"sft_loss": 0.18695716559886932,
|
| 968 |
+
"step": 87
|
| 969 |
+
},
|
| 970 |
+
{
|
| 971 |
+
"computed_total": 0.23912306129932404,
|
| 972 |
+
"epoch": 0.22194199243379573,
|
| 973 |
+
"grad_norm": 5.836297035217285,
|
| 974 |
+
"kl_loss": 7.468336349347737e-08,
|
| 975 |
+
"learning_rate": 1.5816326530612247e-05,
|
| 976 |
+
"loss": 1.4451,
|
| 977 |
+
"sft_loss": 0.23165471851825714,
|
| 978 |
+
"step": 88
|
| 979 |
+
},
|
| 980 |
+
{
|
| 981 |
+
"computed_total": 0.1360023021697998,
|
| 982 |
+
"epoch": 0.2244640605296343,
|
| 983 |
+
"grad_norm": 7.015989303588867,
|
| 984 |
+
"kl_loss": 6.417322140350734e-08,
|
| 985 |
+
"learning_rate": 1.576530612244898e-05,
|
| 986 |
+
"loss": 1.3913,
|
| 987 |
+
"sft_loss": 0.12958498299121857,
|
| 988 |
+
"step": 89
|
| 989 |
+
},
|
| 990 |
+
{
|
| 991 |
+
"computed_total": 0.12024354189634323,
|
| 992 |
+
"epoch": 0.22698612862547288,
|
| 993 |
+
"grad_norm": 6.264023780822754,
|
| 994 |
+
"kl_loss": 7.851058825281143e-08,
|
| 995 |
+
"learning_rate": 1.5714285714285715e-05,
|
| 996 |
+
"loss": 1.3727,
|
| 997 |
+
"sft_loss": 0.11239248514175415,
|
| 998 |
+
"step": 90
|
| 999 |
+
},
|
| 1000 |
+
{
|
| 1001 |
+
"computed_total": 1.277982473373413,
|
| 1002 |
+
"epoch": 0.22698612862547288,
|
| 1003 |
+
"eval_loss": 1.3299487829208374,
|
| 1004 |
+
"eval_runtime": 63.6992,
|
| 1005 |
+
"eval_samples_per_second": 11.068,
|
| 1006 |
+
"eval_steps_per_second": 5.542,
|
| 1007 |
+
"kl_loss": 4.547840504187661e-08,
|
| 1008 |
+
"sft_loss": 1.2734346389770508,
|
| 1009 |
+
"step": 90
|
| 1010 |
+
},
|
| 1011 |
+
{
|
| 1012 |
+
"computed_total": 0.12751387059688568,
|
| 1013 |
+
"epoch": 0.22950819672131148,
|
| 1014 |
+
"grad_norm": 5.627036094665527,
|
| 1015 |
+
"kl_loss": 4.57232651740469e-08,
|
| 1016 |
+
"learning_rate": 1.566326530612245e-05,
|
| 1017 |
+
"loss": 1.4379,
|
| 1018 |
+
"sft_loss": 0.12294154614210129,
|
| 1019 |
+
"step": 91
|
| 1020 |
+
},
|
| 1021 |
+
{
|
| 1022 |
+
"computed_total": 0.1301025003194809,
|
| 1023 |
+
"epoch": 0.23203026481715006,
|
| 1024 |
+
"grad_norm": 5.573334217071533,
|
| 1025 |
+
"kl_loss": 5.7947175946537754e-08,
|
| 1026 |
+
"learning_rate": 1.5612244897959187e-05,
|
| 1027 |
+
"loss": 1.5407,
|
| 1028 |
+
"sft_loss": 0.124307781457901,
|
| 1029 |
+
"step": 92
|
| 1030 |
+
},
|
| 1031 |
+
{
|
| 1032 |
+
"computed_total": 0.23854486644268036,
|
| 1033 |
+
"epoch": 0.23455233291298866,
|
| 1034 |
+
"grad_norm": 7.010274887084961,
|
| 1035 |
+
"kl_loss": 9.491332519928619e-08,
|
| 1036 |
+
"learning_rate": 1.556122448979592e-05,
|
| 1037 |
+
"loss": 1.4609,
|
| 1038 |
+
"sft_loss": 0.2290535271167755,
|
| 1039 |
+
"step": 93
|
| 1040 |
+
},
|
| 1041 |
+
{
|
| 1042 |
+
"computed_total": 0.1872793436050415,
|
| 1043 |
+
"epoch": 0.23707440100882723,
|
| 1044 |
+
"grad_norm": 5.828718185424805,
|
| 1045 |
+
"kl_loss": 5.511600420504692e-08,
|
| 1046 |
+
"learning_rate": 1.5510204081632655e-05,
|
| 1047 |
+
"loss": 1.3066,
|
| 1048 |
+
"sft_loss": 0.18176774680614471,
|
| 1049 |
+
"step": 94
|
| 1050 |
+
},
|
| 1051 |
+
{
|
| 1052 |
+
"computed_total": 0.16530220210552216,
|
| 1053 |
+
"epoch": 0.23959646910466584,
|
| 1054 |
+
"grad_norm": 5.710712909698486,
|
| 1055 |
+
"kl_loss": 5.7540098907793436e-08,
|
| 1056 |
+
"learning_rate": 1.545918367346939e-05,
|
| 1057 |
+
"loss": 1.3414,
|
| 1058 |
+
"sft_loss": 0.15954819321632385,
|
| 1059 |
+
"step": 95
|
| 1060 |
+
},
|
| 1061 |
+
{
|
| 1062 |
+
"computed_total": 0.19449111819267273,
|
| 1063 |
+
"epoch": 0.2421185372005044,
|
| 1064 |
+
"grad_norm": 6.434009075164795,
|
| 1065 |
+
"kl_loss": 6.818410014375331e-08,
|
| 1066 |
+
"learning_rate": 1.5408163265306123e-05,
|
| 1067 |
+
"loss": 1.5427,
|
| 1068 |
+
"sft_loss": 0.1876727044582367,
|
| 1069 |
+
"step": 96
|
| 1070 |
+
},
|
| 1071 |
+
{
|
| 1072 |
+
"computed_total": 0.21699348092079163,
|
| 1073 |
+
"epoch": 0.244640605296343,
|
| 1074 |
+
"grad_norm": 6.784626007080078,
|
| 1075 |
+
"kl_loss": 9.980713855384238e-08,
|
| 1076 |
+
"learning_rate": 1.535714285714286e-05,
|
| 1077 |
+
"loss": 1.4034,
|
| 1078 |
+
"sft_loss": 0.20701277256011963,
|
| 1079 |
+
"step": 97
|
| 1080 |
+
},
|
| 1081 |
+
{
|
| 1082 |
+
"computed_total": 0.16156645119190216,
|
| 1083 |
+
"epoch": 0.2471626733921816,
|
| 1084 |
+
"grad_norm": 6.383281707763672,
|
| 1085 |
+
"kl_loss": 9.229388098219715e-08,
|
| 1086 |
+
"learning_rate": 1.530612244897959e-05,
|
| 1087 |
+
"loss": 1.4013,
|
| 1088 |
+
"sft_loss": 0.15233705937862396,
|
| 1089 |
+
"step": 98
|
| 1090 |
+
},
|
| 1091 |
+
{
|
| 1092 |
+
"computed_total": 0.18982835114002228,
|
| 1093 |
+
"epoch": 0.24968474148802017,
|
| 1094 |
+
"grad_norm": 6.980619430541992,
|
| 1095 |
+
"kl_loss": 7.594896089813119e-08,
|
| 1096 |
+
"learning_rate": 1.5255102040816327e-05,
|
| 1097 |
+
"loss": 1.3794,
|
| 1098 |
+
"sft_loss": 0.18223345279693604,
|
| 1099 |
+
"step": 99
|
| 1100 |
+
},
|
| 1101 |
+
{
|
| 1102 |
+
"computed_total": 0.14153845608234406,
|
| 1103 |
+
"epoch": 0.25220680958385877,
|
| 1104 |
+
"grad_norm": 6.785498142242432,
|
| 1105 |
+
"kl_loss": 9.108703125093598e-08,
|
| 1106 |
+
"learning_rate": 1.5204081632653063e-05,
|
| 1107 |
+
"loss": 1.3444,
|
| 1108 |
+
"sft_loss": 0.13242974877357483,
|
| 1109 |
+
"step": 100
|
| 1110 |
+
},
|
| 1111 |
+
{
|
| 1112 |
+
"computed_total": 1.2749768495559692,
|
| 1113 |
+
"epoch": 0.25220680958385877,
|
| 1114 |
+
"eval_loss": 1.3281408548355103,
|
| 1115 |
+
"eval_runtime": 64.7152,
|
| 1116 |
+
"eval_samples_per_second": 10.894,
|
| 1117 |
+
"eval_steps_per_second": 5.455,
|
| 1118 |
+
"kl_loss": 5.828524507478505e-08,
|
| 1119 |
+
"sft_loss": 1.269148349761963,
|
| 1120 |
+
"step": 100
|
| 1121 |
+
},
|
| 1122 |
+
{
|
| 1123 |
+
"computed_total": 0.2398085743188858,
|
| 1124 |
+
"epoch": 0.2547288776796974,
|
| 1125 |
+
"grad_norm": 5.916060447692871,
|
| 1126 |
+
"kl_loss": 5.360384491837067e-08,
|
| 1127 |
+
"learning_rate": 1.5153061224489798e-05,
|
| 1128 |
+
"loss": 1.3837,
|
| 1129 |
+
"sft_loss": 0.23444819450378418,
|
| 1130 |
+
"step": 101
|
| 1131 |
+
},
|
| 1132 |
+
{
|
| 1133 |
+
"computed_total": 0.27853187918663025,
|
| 1134 |
+
"epoch": 0.2572509457755359,
|
| 1135 |
+
"grad_norm": 5.655714511871338,
|
| 1136 |
+
"kl_loss": 5.615338949382931e-08,
|
| 1137 |
+
"learning_rate": 1.510204081632653e-05,
|
| 1138 |
+
"loss": 1.5446,
|
| 1139 |
+
"sft_loss": 0.2729165256023407,
|
| 1140 |
+
"step": 102
|
| 1141 |
+
},
|
| 1142 |
+
{
|
| 1143 |
+
"computed_total": 0.13499850034713745,
|
| 1144 |
+
"epoch": 0.2597730138713745,
|
| 1145 |
+
"grad_norm": 5.75067138671875,
|
| 1146 |
+
"kl_loss": 1.0047263998558265e-07,
|
| 1147 |
+
"learning_rate": 1.5051020408163266e-05,
|
| 1148 |
+
"loss": 1.433,
|
| 1149 |
+
"sft_loss": 0.12495124340057373,
|
| 1150 |
+
"step": 103
|
| 1151 |
+
},
|
| 1152 |
+
{
|
| 1153 |
+
"computed_total": 0.19640223681926727,
|
| 1154 |
+
"epoch": 0.26229508196721313,
|
| 1155 |
+
"grad_norm": 5.683864593505859,
|
| 1156 |
+
"kl_loss": 6.692740583957857e-08,
|
| 1157 |
+
"learning_rate": 1.5000000000000002e-05,
|
| 1158 |
+
"loss": 1.307,
|
| 1159 |
+
"sft_loss": 0.18970949947834015,
|
| 1160 |
+
"step": 104
|
| 1161 |
+
},
|
| 1162 |
+
{
|
| 1163 |
+
"computed_total": 0.1632794886827469,
|
| 1164 |
+
"epoch": 0.2648171500630517,
|
| 1165 |
+
"grad_norm": 8.37120532989502,
|
| 1166 |
+
"kl_loss": 5.480029940940767e-08,
|
| 1167 |
+
"learning_rate": 1.4948979591836736e-05,
|
| 1168 |
+
"loss": 1.4752,
|
| 1169 |
+
"sft_loss": 0.15779945254325867,
|
| 1170 |
+
"step": 105
|
| 1171 |
+
},
|
| 1172 |
+
{
|
| 1173 |
+
"computed_total": 0.125886470079422,
|
| 1174 |
+
"epoch": 0.2673392181588903,
|
| 1175 |
+
"grad_norm": 6.49238395690918,
|
| 1176 |
+
"kl_loss": 6.983302114349499e-08,
|
| 1177 |
+
"learning_rate": 1.4897959183673472e-05,
|
| 1178 |
+
"loss": 1.3938,
|
| 1179 |
+
"sft_loss": 0.11890317499637604,
|
| 1180 |
+
"step": 106
|
| 1181 |
+
},
|
| 1182 |
+
{
|
| 1183 |
+
"computed_total": 0.15055638551712036,
|
| 1184 |
+
"epoch": 0.2698612862547289,
|
| 1185 |
+
"grad_norm": 8.551501274108887,
|
| 1186 |
+
"kl_loss": 6.082338899204842e-08,
|
| 1187 |
+
"learning_rate": 1.4846938775510204e-05,
|
| 1188 |
+
"loss": 1.5212,
|
| 1189 |
+
"sft_loss": 0.14447404444217682,
|
| 1190 |
+
"step": 107
|
| 1191 |
+
},
|
| 1192 |
+
{
|
| 1193 |
+
"computed_total": 0.17404527962207794,
|
| 1194 |
+
"epoch": 0.2723833543505675,
|
| 1195 |
+
"grad_norm": 6.229053974151611,
|
| 1196 |
+
"kl_loss": 8.89570088702385e-08,
|
| 1197 |
+
"learning_rate": 1.479591836734694e-05,
|
| 1198 |
+
"loss": 1.3903,
|
| 1199 |
+
"sft_loss": 0.16514958441257477,
|
| 1200 |
+
"step": 108
|
| 1201 |
+
},
|
| 1202 |
+
{
|
| 1203 |
+
"computed_total": 0.14084871113300323,
|
| 1204 |
+
"epoch": 0.27490542244640603,
|
| 1205 |
+
"grad_norm": 6.743444919586182,
|
| 1206 |
+
"kl_loss": 9.151927571338092e-08,
|
| 1207 |
+
"learning_rate": 1.4744897959183676e-05,
|
| 1208 |
+
"loss": 1.4246,
|
| 1209 |
+
"sft_loss": 0.13169679045677185,
|
| 1210 |
+
"step": 109
|
| 1211 |
+
},
|
| 1212 |
+
{
|
| 1213 |
+
"computed_total": 0.18657232820987701,
|
| 1214 |
+
"epoch": 0.27742749054224464,
|
| 1215 |
+
"grad_norm": 9.816254615783691,
|
| 1216 |
+
"kl_loss": 9.022709690498232e-08,
|
| 1217 |
+
"learning_rate": 1.469387755102041e-05,
|
| 1218 |
+
"loss": 1.4679,
|
| 1219 |
+
"sft_loss": 0.17754961550235748,
|
| 1220 |
+
"step": 110
|
| 1221 |
+
},
|
| 1222 |
+
{
|
| 1223 |
+
"computed_total": 1.2606725692749023,
|
| 1224 |
+
"epoch": 0.27742749054224464,
|
| 1225 |
+
"eval_loss": 1.327353596687317,
|
| 1226 |
+
"eval_runtime": 67.5363,
|
| 1227 |
+
"eval_samples_per_second": 10.439,
|
| 1228 |
+
"eval_steps_per_second": 5.227,
|
| 1229 |
+
"kl_loss": 5.828660931683771e-08,
|
| 1230 |
+
"sft_loss": 1.2548439502716064,
|
| 1231 |
+
"step": 110
|
| 1232 |
+
},
|
| 1233 |
+
{
|
| 1234 |
+
"computed_total": 0.22784219682216644,
|
| 1235 |
+
"epoch": 0.27994955863808324,
|
| 1236 |
+
"grad_norm": 6.819587230682373,
|
| 1237 |
+
"kl_loss": 5.9556931830684334e-08,
|
| 1238 |
+
"learning_rate": 1.4642857142857144e-05,
|
| 1239 |
+
"loss": 1.428,
|
| 1240 |
+
"sft_loss": 0.2218865007162094,
|
| 1241 |
+
"step": 111
|
| 1242 |
+
},
|
| 1243 |
+
{
|
| 1244 |
+
"computed_total": 0.18110135197639465,
|
| 1245 |
+
"epoch": 0.28247162673392184,
|
| 1246 |
+
"grad_norm": 6.500746250152588,
|
| 1247 |
+
"kl_loss": 6.125114992983072e-08,
|
| 1248 |
+
"learning_rate": 1.4591836734693878e-05,
|
| 1249 |
+
"loss": 1.4575,
|
| 1250 |
+
"sft_loss": 0.17497624456882477,
|
| 1251 |
+
"step": 112
|
| 1252 |
+
},
|
| 1253 |
+
{
|
| 1254 |
+
"computed_total": 0.19457776844501495,
|
| 1255 |
+
"epoch": 0.2849936948297604,
|
| 1256 |
+
"grad_norm": 6.06559419631958,
|
| 1257 |
+
"kl_loss": 6.390897766550552e-08,
|
| 1258 |
+
"learning_rate": 1.4540816326530614e-05,
|
| 1259 |
+
"loss": 1.3074,
|
| 1260 |
+
"sft_loss": 0.1881868690252304,
|
| 1261 |
+
"step": 113
|
| 1262 |
+
},
|
| 1263 |
+
{
|
| 1264 |
+
"computed_total": 0.16224755346775055,
|
| 1265 |
+
"epoch": 0.287515762925599,
|
| 1266 |
+
"grad_norm": 6.051407337188721,
|
| 1267 |
+
"kl_loss": 6.450272138636137e-08,
|
| 1268 |
+
"learning_rate": 1.448979591836735e-05,
|
| 1269 |
+
"loss": 1.3463,
|
| 1270 |
+
"sft_loss": 0.15579728782176971,
|
| 1271 |
+
"step": 114
|
| 1272 |
+
},
|
| 1273 |
+
{
|
| 1274 |
+
"computed_total": 0.15151885151863098,
|
| 1275 |
+
"epoch": 0.2900378310214376,
|
| 1276 |
+
"grad_norm": 6.495911121368408,
|
| 1277 |
+
"kl_loss": 5.75203635833077e-08,
|
| 1278 |
+
"learning_rate": 1.4438775510204083e-05,
|
| 1279 |
+
"loss": 1.1866,
|
| 1280 |
+
"sft_loss": 0.14576680958271027,
|
| 1281 |
+
"step": 115
|
| 1282 |
+
},
|
| 1283 |
+
{
|
| 1284 |
+
"computed_total": 0.21337838470935822,
|
| 1285 |
+
"epoch": 0.29255989911727615,
|
| 1286 |
+
"grad_norm": 5.487979412078857,
|
| 1287 |
+
"kl_loss": 5.020171300884613e-08,
|
| 1288 |
+
"learning_rate": 1.4387755102040817e-05,
|
| 1289 |
+
"loss": 1.3196,
|
| 1290 |
+
"sft_loss": 0.20835821330547333,
|
| 1291 |
+
"step": 116
|
| 1292 |
+
},
|
| 1293 |
+
{
|
| 1294 |
+
"computed_total": 0.23495040833950043,
|
| 1295 |
+
"epoch": 0.29508196721311475,
|
| 1296 |
+
"grad_norm": 6.188425540924072,
|
| 1297 |
+
"kl_loss": 7.129592205501467e-08,
|
| 1298 |
+
"learning_rate": 1.4336734693877551e-05,
|
| 1299 |
+
"loss": 1.4065,
|
| 1300 |
+
"sft_loss": 0.22782081365585327,
|
| 1301 |
+
"step": 117
|
| 1302 |
+
},
|
| 1303 |
+
{
|
| 1304 |
+
"computed_total": 0.173566997051239,
|
| 1305 |
+
"epoch": 0.29760403530895335,
|
| 1306 |
+
"grad_norm": 6.5124664306640625,
|
| 1307 |
+
"kl_loss": 8.479923963022884e-08,
|
| 1308 |
+
"learning_rate": 1.4285714285714287e-05,
|
| 1309 |
+
"loss": 1.4831,
|
| 1310 |
+
"sft_loss": 0.16508707404136658,
|
| 1311 |
+
"step": 118
|
| 1312 |
+
},
|
| 1313 |
+
{
|
| 1314 |
+
"computed_total": 0.1915544718503952,
|
| 1315 |
+
"epoch": 0.30012610340479196,
|
| 1316 |
+
"grad_norm": 6.951809883117676,
|
| 1317 |
+
"kl_loss": 8.485299929361645e-08,
|
| 1318 |
+
"learning_rate": 1.4234693877551023e-05,
|
| 1319 |
+
"loss": 1.4373,
|
| 1320 |
+
"sft_loss": 0.1830691695213318,
|
| 1321 |
+
"step": 119
|
| 1322 |
+
},
|
| 1323 |
+
{
|
| 1324 |
+
"computed_total": 0.13525913655757904,
|
| 1325 |
+
"epoch": 0.3026481715006305,
|
| 1326 |
+
"grad_norm": 5.700254440307617,
|
| 1327 |
+
"kl_loss": 7.165923676666353e-08,
|
| 1328 |
+
"learning_rate": 1.4183673469387755e-05,
|
| 1329 |
+
"loss": 1.248,
|
| 1330 |
+
"sft_loss": 0.12809321284294128,
|
| 1331 |
+
"step": 120
|
| 1332 |
+
},
|
| 1333 |
+
{
|
| 1334 |
+
"computed_total": 1.2876116037368774,
|
| 1335 |
+
"epoch": 0.3026481715006305,
|
| 1336 |
+
"eval_loss": 1.3242225646972656,
|
| 1337 |
+
"eval_runtime": 65.3078,
|
| 1338 |
+
"eval_samples_per_second": 10.795,
|
| 1339 |
+
"eval_steps_per_second": 5.405,
|
| 1340 |
+
"kl_loss": 5.639139644131319e-08,
|
| 1341 |
+
"sft_loss": 1.2819724082946777,
|
| 1342 |
+
"step": 120
|
| 1343 |
+
},
|
| 1344 |
+
{
|
| 1345 |
+
"computed_total": 0.24368716776371002,
|
| 1346 |
+
"epoch": 0.3051702395964691,
|
| 1347 |
+
"grad_norm": 8.6900053024292,
|
| 1348 |
+
"kl_loss": 4.4171105884061035e-08,
|
| 1349 |
+
"learning_rate": 1.4132653061224491e-05,
|
| 1350 |
+
"loss": 1.3817,
|
| 1351 |
+
"sft_loss": 0.23927006125450134,
|
| 1352 |
+
"step": 121
|
| 1353 |
+
},
|
| 1354 |
+
{
|
| 1355 |
+
"computed_total": 0.21491077542304993,
|
| 1356 |
+
"epoch": 0.3076923076923077,
|
| 1357 |
+
"grad_norm": 5.918478488922119,
|
| 1358 |
+
"kl_loss": 4.5203840670637874e-08,
|
| 1359 |
+
"learning_rate": 1.4081632653061225e-05,
|
| 1360 |
+
"loss": 1.417,
|
| 1361 |
+
"sft_loss": 0.2103903889656067,
|
| 1362 |
+
"step": 122
|
| 1363 |
+
},
|
| 1364 |
+
{
|
| 1365 |
+
"computed_total": 0.16387128829956055,
|
| 1366 |
+
"epoch": 0.31021437578814626,
|
| 1367 |
+
"grad_norm": 6.375618934631348,
|
| 1368 |
+
"kl_loss": 7.955883063459623e-08,
|
| 1369 |
+
"learning_rate": 1.403061224489796e-05,
|
| 1370 |
+
"loss": 1.3237,
|
| 1371 |
+
"sft_loss": 0.15591540932655334,
|
| 1372 |
+
"step": 123
|
| 1373 |
+
},
|
| 1374 |
+
{
|
| 1375 |
+
"computed_total": 0.13963785767555237,
|
| 1376 |
+
"epoch": 0.31273644388398486,
|
| 1377 |
+
"grad_norm": 6.16308069229126,
|
| 1378 |
+
"kl_loss": 6.622069292916422e-08,
|
| 1379 |
+
"learning_rate": 1.3979591836734696e-05,
|
| 1380 |
+
"loss": 1.3588,
|
| 1381 |
+
"sft_loss": 0.13301578164100647,
|
| 1382 |
+
"step": 124
|
| 1383 |
+
},
|
| 1384 |
+
{
|
| 1385 |
+
"computed_total": 0.13709679245948792,
|
| 1386 |
+
"epoch": 0.31525851197982346,
|
| 1387 |
+
"grad_norm": 6.024322032928467,
|
| 1388 |
+
"kl_loss": 6.11066113265224e-08,
|
| 1389 |
+
"learning_rate": 1.3928571428571429e-05,
|
| 1390 |
+
"loss": 1.3791,
|
| 1391 |
+
"sft_loss": 0.13098612427711487,
|
| 1392 |
+
"step": 125
|
| 1393 |
+
},
|
| 1394 |
+
{
|
| 1395 |
+
"computed_total": 0.2479337900876999,
|
| 1396 |
+
"epoch": 0.31778058007566207,
|
| 1397 |
+
"grad_norm": 5.9967942237854,
|
| 1398 |
+
"kl_loss": 5.687433457524094e-08,
|
| 1399 |
+
"learning_rate": 1.3877551020408165e-05,
|
| 1400 |
+
"loss": 1.4524,
|
| 1401 |
+
"sft_loss": 0.2422463595867157,
|
| 1402 |
+
"step": 126
|
| 1403 |
+
},
|
| 1404 |
+
{
|
| 1405 |
+
"computed_total": 0.17359566688537598,
|
| 1406 |
+
"epoch": 0.3203026481715006,
|
| 1407 |
+
"grad_norm": 6.545812606811523,
|
| 1408 |
+
"kl_loss": 5.99686273972111e-08,
|
| 1409 |
+
"learning_rate": 1.38265306122449e-05,
|
| 1410 |
+
"loss": 1.4399,
|
| 1411 |
+
"sft_loss": 0.16759879887104034,
|
| 1412 |
+
"step": 127
|
| 1413 |
+
},
|
| 1414 |
+
{
|
| 1415 |
+
"computed_total": 0.20949114859104156,
|
| 1416 |
+
"epoch": 0.3228247162673392,
|
| 1417 |
+
"grad_norm": 5.510209560394287,
|
| 1418 |
+
"kl_loss": 5.430339200529488e-08,
|
| 1419 |
+
"learning_rate": 1.3775510204081634e-05,
|
| 1420 |
+
"loss": 1.248,
|
| 1421 |
+
"sft_loss": 0.20406080782413483,
|
| 1422 |
+
"step": 128
|
| 1423 |
+
},
|
| 1424 |
+
{
|
| 1425 |
+
"computed_total": 0.1810821294784546,
|
| 1426 |
+
"epoch": 0.3253467843631778,
|
| 1427 |
+
"grad_norm": 5.705124378204346,
|
| 1428 |
+
"kl_loss": 4.393492147869438e-08,
|
| 1429 |
+
"learning_rate": 1.3724489795918368e-05,
|
| 1430 |
+
"loss": 1.3882,
|
| 1431 |
+
"sft_loss": 0.17668864130973816,
|
| 1432 |
+
"step": 129
|
| 1433 |
+
},
|
| 1434 |
+
{
|
| 1435 |
+
"computed_total": 0.18383508920669556,
|
| 1436 |
+
"epoch": 0.32786885245901637,
|
| 1437 |
+
"grad_norm": 6.114168643951416,
|
| 1438 |
+
"kl_loss": 5.20567979833686e-08,
|
| 1439 |
+
"learning_rate": 1.3673469387755102e-05,
|
| 1440 |
+
"loss": 1.3768,
|
| 1441 |
+
"sft_loss": 0.17862941324710846,
|
| 1442 |
+
"step": 130
|
| 1443 |
+
},
|
| 1444 |
+
{
|
| 1445 |
+
"computed_total": 1.2415862083435059,
|
| 1446 |
+
"epoch": 0.32786885245901637,
|
| 1447 |
+
"eval_loss": 1.3175008296966553,
|
| 1448 |
+
"eval_runtime": 66.8218,
|
| 1449 |
+
"eval_samples_per_second": 10.55,
|
| 1450 |
+
"eval_steps_per_second": 5.283,
|
| 1451 |
+
"kl_loss": 4.615326076873316e-08,
|
| 1452 |
+
"sft_loss": 1.2369709014892578,
|
| 1453 |
+
"step": 130
|
| 1454 |
+
},
|
| 1455 |
+
{
|
| 1456 |
+
"computed_total": 0.15210777521133423,
|
| 1457 |
+
"epoch": 0.33039092055485497,
|
| 1458 |
+
"grad_norm": 5.750833988189697,
|
| 1459 |
+
"kl_loss": 3.750525578993802e-08,
|
| 1460 |
+
"learning_rate": 1.3622448979591838e-05,
|
| 1461 |
+
"loss": 1.3064,
|
| 1462 |
+
"sft_loss": 0.14835724234580994,
|
| 1463 |
+
"step": 131
|
| 1464 |
+
},
|
| 1465 |
+
{
|
| 1466 |
+
"computed_total": 0.2978253960609436,
|
| 1467 |
+
"epoch": 0.3329129886506936,
|
| 1468 |
+
"grad_norm": 5.927938461303711,
|
| 1469 |
+
"kl_loss": 5.971872241161691e-08,
|
| 1470 |
+
"learning_rate": 1.3571428571428574e-05,
|
| 1471 |
+
"loss": 1.5619,
|
| 1472 |
+
"sft_loss": 0.29185351729393005,
|
| 1473 |
+
"step": 132
|
| 1474 |
+
},
|
| 1475 |
+
{
|
| 1476 |
+
"computed_total": 0.19227644801139832,
|
| 1477 |
+
"epoch": 0.3354350567465322,
|
| 1478 |
+
"grad_norm": 6.050528049468994,
|
| 1479 |
+
"kl_loss": 6.213254266640433e-08,
|
| 1480 |
+
"learning_rate": 1.3520408163265306e-05,
|
| 1481 |
+
"loss": 1.3891,
|
| 1482 |
+
"sft_loss": 0.18606320023536682,
|
| 1483 |
+
"step": 133
|
| 1484 |
+
},
|
| 1485 |
+
{
|
| 1486 |
+
"computed_total": 0.2411646544933319,
|
| 1487 |
+
"epoch": 0.3379571248423707,
|
| 1488 |
+
"grad_norm": 6.082936763763428,
|
| 1489 |
+
"kl_loss": 4.6511246409863816e-08,
|
| 1490 |
+
"learning_rate": 1.3469387755102042e-05,
|
| 1491 |
+
"loss": 1.3559,
|
| 1492 |
+
"sft_loss": 0.23651352524757385,
|
| 1493 |
+
"step": 134
|
| 1494 |
+
},
|
| 1495 |
+
{
|
| 1496 |
+
"computed_total": 0.2286994606256485,
|
| 1497 |
+
"epoch": 0.34047919293820933,
|
| 1498 |
+
"grad_norm": 5.977089881896973,
|
| 1499 |
+
"kl_loss": 4.714263468486024e-08,
|
| 1500 |
+
"learning_rate": 1.3418367346938776e-05,
|
| 1501 |
+
"loss": 1.3913,
|
| 1502 |
+
"sft_loss": 0.2239851951599121,
|
| 1503 |
+
"step": 135
|
| 1504 |
+
},
|
| 1505 |
+
{
|
| 1506 |
+
"computed_total": 0.1456630676984787,
|
| 1507 |
+
"epoch": 0.34300126103404793,
|
| 1508 |
+
"grad_norm": 5.774937629699707,
|
| 1509 |
+
"kl_loss": 4.883188609028366e-08,
|
| 1510 |
+
"learning_rate": 1.3367346938775512e-05,
|
| 1511 |
+
"loss": 1.4413,
|
| 1512 |
+
"sft_loss": 0.14077988266944885,
|
| 1513 |
+
"step": 136
|
| 1514 |
+
},
|
| 1515 |
+
{
|
| 1516 |
+
"computed_total": 0.1698574274778366,
|
| 1517 |
+
"epoch": 0.3455233291298865,
|
| 1518 |
+
"grad_norm": 5.268606662750244,
|
| 1519 |
+
"kl_loss": 3.678103510651454e-08,
|
| 1520 |
+
"learning_rate": 1.3316326530612247e-05,
|
| 1521 |
+
"loss": 1.3221,
|
| 1522 |
+
"sft_loss": 0.1661793291568756,
|
| 1523 |
+
"step": 137
|
| 1524 |
+
},
|
| 1525 |
+
{
|
| 1526 |
+
"computed_total": 0.1976916640996933,
|
| 1527 |
+
"epoch": 0.3480453972257251,
|
| 1528 |
+
"grad_norm": 5.664859294891357,
|
| 1529 |
+
"kl_loss": 6.647618988608883e-08,
|
| 1530 |
+
"learning_rate": 1.326530612244898e-05,
|
| 1531 |
+
"loss": 1.363,
|
| 1532 |
+
"sft_loss": 0.19104404747486115,
|
| 1533 |
+
"step": 138
|
| 1534 |
+
},
|
| 1535 |
+
{
|
| 1536 |
+
"computed_total": 0.1511334627866745,
|
| 1537 |
+
"epoch": 0.3505674653215637,
|
| 1538 |
+
"grad_norm": 7.167004585266113,
|
| 1539 |
+
"kl_loss": 9.495975206164076e-08,
|
| 1540 |
+
"learning_rate": 1.3214285714285716e-05,
|
| 1541 |
+
"loss": 1.4917,
|
| 1542 |
+
"sft_loss": 0.14163748919963837,
|
| 1543 |
+
"step": 139
|
| 1544 |
+
},
|
| 1545 |
+
{
|
| 1546 |
+
"computed_total": 0.26482662558555603,
|
| 1547 |
+
"epoch": 0.3530895334174023,
|
| 1548 |
+
"grad_norm": 6.801730155944824,
|
| 1549 |
+
"kl_loss": 7.647604860494539e-08,
|
| 1550 |
+
"learning_rate": 1.316326530612245e-05,
|
| 1551 |
+
"loss": 1.4963,
|
| 1552 |
+
"sft_loss": 0.25717902183532715,
|
| 1553 |
+
"step": 140
|
| 1554 |
+
},
|
| 1555 |
+
{
|
| 1556 |
+
"computed_total": 1.2509357929229736,
|
| 1557 |
+
"epoch": 0.3530895334174023,
|
| 1558 |
+
"eval_loss": 1.312376856803894,
|
| 1559 |
+
"eval_runtime": 66.3405,
|
| 1560 |
+
"eval_samples_per_second": 10.627,
|
| 1561 |
+
"eval_steps_per_second": 5.321,
|
| 1562 |
+
"kl_loss": 4.728717328816856e-08,
|
| 1563 |
+
"sft_loss": 1.2462071180343628,
|
| 1564 |
+
"step": 140
|
| 1565 |
+
},
|
| 1566 |
+
{
|
| 1567 |
+
"computed_total": 0.15087392926216125,
|
| 1568 |
+
"epoch": 0.35561160151324084,
|
| 1569 |
+
"grad_norm": 5.64943790435791,
|
| 1570 |
+
"kl_loss": 4.7736318009583556e-08,
|
| 1571 |
+
"learning_rate": 1.3112244897959185e-05,
|
| 1572 |
+
"loss": 1.2534,
|
| 1573 |
+
"sft_loss": 0.14610029757022858,
|
| 1574 |
+
"step": 141
|
| 1575 |
+
},
|
| 1576 |
+
{
|
| 1577 |
+
"computed_total": 0.1842363029718399,
|
| 1578 |
+
"epoch": 0.35813366960907944,
|
| 1579 |
+
"grad_norm": 5.523940086364746,
|
| 1580 |
+
"kl_loss": 6.048590250884445e-08,
|
| 1581 |
+
"learning_rate": 1.3061224489795918e-05,
|
| 1582 |
+
"loss": 1.3035,
|
| 1583 |
+
"sft_loss": 0.17818771302700043,
|
| 1584 |
+
"step": 142
|
| 1585 |
+
},
|
| 1586 |
+
{
|
| 1587 |
+
"computed_total": 0.17870008945465088,
|
| 1588 |
+
"epoch": 0.36065573770491804,
|
| 1589 |
+
"grad_norm": 5.714141368865967,
|
| 1590 |
+
"kl_loss": 6.908807392846938e-08,
|
| 1591 |
+
"learning_rate": 1.3010204081632653e-05,
|
| 1592 |
+
"loss": 1.4674,
|
| 1593 |
+
"sft_loss": 0.17179128527641296,
|
| 1594 |
+
"step": 143
|
| 1595 |
+
},
|
| 1596 |
+
{
|
| 1597 |
+
"computed_total": 0.12025298178195953,
|
| 1598 |
+
"epoch": 0.36317780580075665,
|
| 1599 |
+
"grad_norm": 5.176926612854004,
|
| 1600 |
+
"kl_loss": 5.138770475809906e-08,
|
| 1601 |
+
"learning_rate": 1.2959183673469389e-05,
|
| 1602 |
+
"loss": 1.2982,
|
| 1603 |
+
"sft_loss": 0.11511421203613281,
|
| 1604 |
+
"step": 144
|
| 1605 |
+
},
|
| 1606 |
+
{
|
| 1607 |
+
"computed_total": 0.11642109602689743,
|
| 1608 |
+
"epoch": 0.3656998738965952,
|
| 1609 |
+
"grad_norm": 5.232058525085449,
|
| 1610 |
+
"kl_loss": 5.1927578681443265e-08,
|
| 1611 |
+
"learning_rate": 1.2908163265306123e-05,
|
| 1612 |
+
"loss": 1.3548,
|
| 1613 |
+
"sft_loss": 0.1112283393740654,
|
| 1614 |
+
"step": 145
|
| 1615 |
+
},
|
| 1616 |
+
{
|
| 1617 |
+
"computed_total": 0.17399540543556213,
|
| 1618 |
+
"epoch": 0.3682219419924338,
|
| 1619 |
+
"grad_norm": 5.944302082061768,
|
| 1620 |
+
"kl_loss": 7.11170713429965e-08,
|
| 1621 |
+
"learning_rate": 1.2857142857142859e-05,
|
| 1622 |
+
"loss": 1.4696,
|
| 1623 |
+
"sft_loss": 0.1668836921453476,
|
| 1624 |
+
"step": 146
|
| 1625 |
+
},
|
| 1626 |
+
{
|
| 1627 |
+
"computed_total": 0.24251551926136017,
|
| 1628 |
+
"epoch": 0.3707440100882724,
|
| 1629 |
+
"grad_norm": 5.792961597442627,
|
| 1630 |
+
"kl_loss": 5.667594393798936e-08,
|
| 1631 |
+
"learning_rate": 1.2806122448979591e-05,
|
| 1632 |
+
"loss": 1.3838,
|
| 1633 |
+
"sft_loss": 0.236847922205925,
|
| 1634 |
+
"step": 147
|
| 1635 |
+
},
|
| 1636 |
+
{
|
| 1637 |
+
"computed_total": 0.12372773885726929,
|
| 1638 |
+
"epoch": 0.37326607818411095,
|
| 1639 |
+
"grad_norm": 6.338442325592041,
|
| 1640 |
+
"kl_loss": 5.697808092008927e-08,
|
| 1641 |
+
"learning_rate": 1.2755102040816327e-05,
|
| 1642 |
+
"loss": 1.4152,
|
| 1643 |
+
"sft_loss": 0.11802992969751358,
|
| 1644 |
+
"step": 148
|
| 1645 |
+
},
|
| 1646 |
+
{
|
| 1647 |
+
"computed_total": 0.17351199686527252,
|
| 1648 |
+
"epoch": 0.37578814627994955,
|
| 1649 |
+
"grad_norm": 6.114325523376465,
|
| 1650 |
+
"kl_loss": 4.277083220927125e-08,
|
| 1651 |
+
"learning_rate": 1.2704081632653063e-05,
|
| 1652 |
+
"loss": 1.4443,
|
| 1653 |
+
"sft_loss": 0.16923491656780243,
|
| 1654 |
+
"step": 149
|
| 1655 |
+
},
|
| 1656 |
+
{
|
| 1657 |
+
"computed_total": 0.1712173968553543,
|
| 1658 |
+
"epoch": 0.37831021437578816,
|
| 1659 |
+
"grad_norm": 5.3177995681762695,
|
| 1660 |
+
"kl_loss": 4.446590651241422e-08,
|
| 1661 |
+
"learning_rate": 1.2653061224489798e-05,
|
| 1662 |
+
"loss": 1.3345,
|
| 1663 |
+
"sft_loss": 0.166770800948143,
|
| 1664 |
+
"step": 150
|
| 1665 |
+
},
|
| 1666 |
+
{
|
| 1667 |
+
"computed_total": 1.2424803972244263,
|
| 1668 |
+
"epoch": 0.37831021437578816,
|
| 1669 |
+
"eval_loss": 1.3096885681152344,
|
| 1670 |
+
"eval_runtime": 66.587,
|
| 1671 |
+
"eval_samples_per_second": 10.588,
|
| 1672 |
+
"eval_steps_per_second": 5.301,
|
| 1673 |
+
"kl_loss": 3.8276976255247064e-08,
|
| 1674 |
+
"sft_loss": 1.2386527061462402,
|
| 1675 |
+
"step": 150
|
| 1676 |
+
},
|
| 1677 |
+
{
|
| 1678 |
+
"computed_total": 0.16291235387325287,
|
| 1679 |
+
"epoch": 0.38083228247162676,
|
| 1680 |
+
"grad_norm": 5.252249240875244,
|
| 1681 |
+
"kl_loss": 3.6955761117951624e-08,
|
| 1682 |
+
"learning_rate": 1.260204081632653e-05,
|
| 1683 |
+
"loss": 1.2757,
|
| 1684 |
+
"sft_loss": 0.1592167764902115,
|
| 1685 |
+
"step": 151
|
| 1686 |
+
},
|
| 1687 |
+
{
|
| 1688 |
+
"computed_total": 0.16880770027637482,
|
| 1689 |
+
"epoch": 0.3833543505674653,
|
| 1690 |
+
"grad_norm": 5.493607044219971,
|
| 1691 |
+
"kl_loss": 3.392970882032387e-08,
|
| 1692 |
+
"learning_rate": 1.2551020408163267e-05,
|
| 1693 |
+
"loss": 1.4651,
|
| 1694 |
+
"sft_loss": 0.1654147356748581,
|
| 1695 |
+
"step": 152
|
| 1696 |
+
},
|
| 1697 |
+
{
|
| 1698 |
+
"computed_total": 0.21267661452293396,
|
| 1699 |
+
"epoch": 0.3858764186633039,
|
| 1700 |
+
"grad_norm": 5.093979835510254,
|
| 1701 |
+
"kl_loss": 5.242512202130456e-08,
|
| 1702 |
+
"learning_rate": 1.25e-05,
|
| 1703 |
+
"loss": 1.2663,
|
| 1704 |
+
"sft_loss": 0.20743410289287567,
|
| 1705 |
+
"step": 153
|
| 1706 |
+
},
|
| 1707 |
+
{
|
| 1708 |
+
"computed_total": 0.18249347805976868,
|
| 1709 |
+
"epoch": 0.3883984867591425,
|
| 1710 |
+
"grad_norm": 5.7369184494018555,
|
| 1711 |
+
"kl_loss": 5.691558158105181e-08,
|
| 1712 |
+
"learning_rate": 1.2448979591836736e-05,
|
| 1713 |
+
"loss": 1.4205,
|
| 1714 |
+
"sft_loss": 0.1768019199371338,
|
| 1715 |
+
"step": 154
|
| 1716 |
+
},
|
| 1717 |
+
{
|
| 1718 |
+
"computed_total": 0.1492944061756134,
|
| 1719 |
+
"epoch": 0.39092055485498106,
|
| 1720 |
+
"grad_norm": 5.527451038360596,
|
| 1721 |
+
"kl_loss": 4.2787782206232805e-08,
|
| 1722 |
+
"learning_rate": 1.2397959183673472e-05,
|
| 1723 |
+
"loss": 1.4068,
|
| 1724 |
+
"sft_loss": 0.1450156271457672,
|
| 1725 |
+
"step": 155
|
| 1726 |
+
},
|
| 1727 |
+
{
|
| 1728 |
+
"computed_total": 0.11073505133390427,
|
| 1729 |
+
"epoch": 0.39344262295081966,
|
| 1730 |
+
"grad_norm": 5.060709476470947,
|
| 1731 |
+
"kl_loss": 3.849062224503541e-08,
|
| 1732 |
+
"learning_rate": 1.2346938775510204e-05,
|
| 1733 |
+
"loss": 1.2852,
|
| 1734 |
+
"sft_loss": 0.10688599199056625,
|
| 1735 |
+
"step": 156
|
| 1736 |
+
},
|
| 1737 |
+
{
|
| 1738 |
+
"computed_total": 0.28565481305122375,
|
| 1739 |
+
"epoch": 0.39596469104665827,
|
| 1740 |
+
"grad_norm": 5.988109588623047,
|
| 1741 |
+
"kl_loss": 4.468333614227049e-08,
|
| 1742 |
+
"learning_rate": 1.229591836734694e-05,
|
| 1743 |
+
"loss": 1.4913,
|
| 1744 |
+
"sft_loss": 0.2811864912509918,
|
| 1745 |
+
"step": 157
|
| 1746 |
+
},
|
| 1747 |
+
{
|
| 1748 |
+
"computed_total": 0.13953863084316254,
|
| 1749 |
+
"epoch": 0.39848675914249687,
|
| 1750 |
+
"grad_norm": 5.936272621154785,
|
| 1751 |
+
"kl_loss": 4.650754092949683e-08,
|
| 1752 |
+
"learning_rate": 1.2244897959183674e-05,
|
| 1753 |
+
"loss": 1.3665,
|
| 1754 |
+
"sft_loss": 0.13488787412643433,
|
| 1755 |
+
"step": 158
|
| 1756 |
+
},
|
| 1757 |
+
{
|
| 1758 |
+
"computed_total": 0.11373602598905563,
|
| 1759 |
+
"epoch": 0.4010088272383354,
|
| 1760 |
+
"grad_norm": 5.1962971687316895,
|
| 1761 |
+
"kl_loss": 5.032283567629747e-08,
|
| 1762 |
+
"learning_rate": 1.219387755102041e-05,
|
| 1763 |
+
"loss": 1.2644,
|
| 1764 |
+
"sft_loss": 0.10870373994112015,
|
| 1765 |
+
"step": 159
|
| 1766 |
+
},
|
| 1767 |
+
{
|
| 1768 |
+
"computed_total": 0.14209257066249847,
|
| 1769 |
+
"epoch": 0.403530895334174,
|
| 1770 |
+
"grad_norm": 6.162265300750732,
|
| 1771 |
+
"kl_loss": 6.199127255968051e-08,
|
| 1772 |
+
"learning_rate": 1.2142857142857142e-05,
|
| 1773 |
+
"loss": 1.3934,
|
| 1774 |
+
"sft_loss": 0.13589344918727875,
|
| 1775 |
+
"step": 160
|
| 1776 |
+
},
|
| 1777 |
+
{
|
| 1778 |
+
"computed_total": 1.2494064569473267,
|
| 1779 |
+
"epoch": 0.403530895334174,
|
| 1780 |
+
"eval_loss": 1.3051645755767822,
|
| 1781 |
+
"eval_runtime": 64.4178,
|
| 1782 |
+
"eval_samples_per_second": 10.944,
|
| 1783 |
+
"eval_steps_per_second": 5.48,
|
| 1784 |
+
"kl_loss": 3.006507398595204e-08,
|
| 1785 |
+
"sft_loss": 1.246399998664856,
|
| 1786 |
+
"step": 160
|
| 1787 |
+
},
|
| 1788 |
+
{
|
| 1789 |
+
"computed_total": 0.1575666218996048,
|
| 1790 |
+
"epoch": 0.4060529634300126,
|
| 1791 |
+
"grad_norm": 5.189947605133057,
|
| 1792 |
+
"kl_loss": 3.18427701984092e-08,
|
| 1793 |
+
"learning_rate": 1.2091836734693878e-05,
|
| 1794 |
+
"loss": 1.464,
|
| 1795 |
+
"sft_loss": 0.1543823480606079,
|
| 1796 |
+
"step": 161
|
| 1797 |
+
},
|
| 1798 |
+
{
|
| 1799 |
+
"computed_total": 0.18502387404441833,
|
| 1800 |
+
"epoch": 0.4085750315258512,
|
| 1801 |
+
"grad_norm": 5.290241241455078,
|
| 1802 |
+
"kl_loss": 4.9009557301360474e-08,
|
| 1803 |
+
"learning_rate": 1.2040816326530614e-05,
|
| 1804 |
+
"loss": 1.3788,
|
| 1805 |
+
"sft_loss": 0.18012291193008423,
|
| 1806 |
+
"step": 162
|
| 1807 |
+
},
|
| 1808 |
+
{
|
| 1809 |
+
"computed_total": 0.1514197289943695,
|
| 1810 |
+
"epoch": 0.4110970996216898,
|
| 1811 |
+
"grad_norm": 5.770331382751465,
|
| 1812 |
+
"kl_loss": 6.018641585114892e-08,
|
| 1813 |
+
"learning_rate": 1.1989795918367348e-05,
|
| 1814 |
+
"loss": 1.4546,
|
| 1815 |
+
"sft_loss": 0.14540109038352966,
|
| 1816 |
+
"step": 163
|
| 1817 |
+
},
|
| 1818 |
+
{
|
| 1819 |
+
"computed_total": 0.14091259241104126,
|
| 1820 |
+
"epoch": 0.4136191677175284,
|
| 1821 |
+
"grad_norm": 5.589346885681152,
|
| 1822 |
+
"kl_loss": 5.507525457915108e-08,
|
| 1823 |
+
"learning_rate": 1.1938775510204084e-05,
|
| 1824 |
+
"loss": 1.3665,
|
| 1825 |
+
"sft_loss": 0.1354050636291504,
|
| 1826 |
+
"step": 164
|
| 1827 |
+
},
|
| 1828 |
+
{
|
| 1829 |
+
"computed_total": 0.16737474501132965,
|
| 1830 |
+
"epoch": 0.416141235813367,
|
| 1831 |
+
"grad_norm": 5.2255659103393555,
|
| 1832 |
+
"kl_loss": 4.1372025805230805e-08,
|
| 1833 |
+
"learning_rate": 1.1887755102040816e-05,
|
| 1834 |
+
"loss": 1.3646,
|
| 1835 |
+
"sft_loss": 0.1632375419139862,
|
| 1836 |
+
"step": 165
|
| 1837 |
+
},
|
| 1838 |
+
{
|
| 1839 |
+
"computed_total": 0.13658396899700165,
|
| 1840 |
+
"epoch": 0.41866330390920553,
|
| 1841 |
+
"grad_norm": 5.557989597320557,
|
| 1842 |
+
"kl_loss": 4.627627347986163e-08,
|
| 1843 |
+
"learning_rate": 1.1836734693877552e-05,
|
| 1844 |
+
"loss": 1.3747,
|
| 1845 |
+
"sft_loss": 0.1319563388824463,
|
| 1846 |
+
"step": 166
|
| 1847 |
+
},
|
| 1848 |
+
{
|
| 1849 |
+
"computed_total": 0.19387367367744446,
|
| 1850 |
+
"epoch": 0.42118537200504413,
|
| 1851 |
+
"grad_norm": 5.382153511047363,
|
| 1852 |
+
"kl_loss": 3.4211062427402794e-08,
|
| 1853 |
+
"learning_rate": 1.1785714285714287e-05,
|
| 1854 |
+
"loss": 1.3553,
|
| 1855 |
+
"sft_loss": 0.19045256078243256,
|
| 1856 |
+
"step": 167
|
| 1857 |
+
},
|
| 1858 |
+
{
|
| 1859 |
+
"computed_total": 0.17456893622875214,
|
| 1860 |
+
"epoch": 0.42370744010088274,
|
| 1861 |
+
"grad_norm": 4.9972243309021,
|
| 1862 |
+
"kl_loss": 4.348507687268466e-08,
|
| 1863 |
+
"learning_rate": 1.1734693877551021e-05,
|
| 1864 |
+
"loss": 1.323,
|
| 1865 |
+
"sft_loss": 0.17022043466567993,
|
| 1866 |
+
"step": 168
|
| 1867 |
+
},
|
| 1868 |
+
{
|
| 1869 |
+
"computed_total": 0.17107342183589935,
|
| 1870 |
+
"epoch": 0.4262295081967213,
|
| 1871 |
+
"grad_norm": 5.4530205726623535,
|
| 1872 |
+
"kl_loss": 5.122308976979184e-08,
|
| 1873 |
+
"learning_rate": 1.1683673469387755e-05,
|
| 1874 |
+
"loss": 1.4871,
|
| 1875 |
+
"sft_loss": 0.16595111787319183,
|
| 1876 |
+
"step": 169
|
| 1877 |
+
},
|
| 1878 |
+
{
|
| 1879 |
+
"computed_total": 0.190860316157341,
|
| 1880 |
+
"epoch": 0.4287515762925599,
|
| 1881 |
+
"grad_norm": 5.652188777923584,
|
| 1882 |
+
"kl_loss": 5.993562268713504e-08,
|
| 1883 |
+
"learning_rate": 1.1632653061224491e-05,
|
| 1884 |
+
"loss": 1.3863,
|
| 1885 |
+
"sft_loss": 0.1848667562007904,
|
| 1886 |
+
"step": 170
|
| 1887 |
+
},
|
| 1888 |
+
{
|
| 1889 |
+
"computed_total": 1.2313315868377686,
|
| 1890 |
+
"epoch": 0.4287515762925599,
|
| 1891 |
+
"eval_loss": 1.301425814628601,
|
| 1892 |
+
"eval_runtime": 66.926,
|
| 1893 |
+
"eval_samples_per_second": 10.534,
|
| 1894 |
+
"eval_steps_per_second": 5.274,
|
| 1895 |
+
"kl_loss": 3.545708437968642e-08,
|
| 1896 |
+
"sft_loss": 1.2277858257293701,
|
| 1897 |
+
"step": 170
|
| 1898 |
+
},
|
| 1899 |
+
{
|
| 1900 |
+
"computed_total": 0.15655340254306793,
|
| 1901 |
+
"epoch": 0.4312736443883985,
|
| 1902 |
+
"grad_norm": 5.242849826812744,
|
| 1903 |
+
"kl_loss": 4.240297357682721e-08,
|
| 1904 |
+
"learning_rate": 1.1581632653061225e-05,
|
| 1905 |
+
"loss": 1.2935,
|
| 1906 |
+
"sft_loss": 0.15231309831142426,
|
| 1907 |
+
"step": 171
|
| 1908 |
+
},
|
| 1909 |
+
{
|
| 1910 |
+
"computed_total": 0.12881718575954437,
|
| 1911 |
+
"epoch": 0.4337957124842371,
|
| 1912 |
+
"grad_norm": 5.205791473388672,
|
| 1913 |
+
"kl_loss": 3.2137183580971396e-08,
|
| 1914 |
+
"learning_rate": 1.1530612244897961e-05,
|
| 1915 |
+
"loss": 1.3333,
|
| 1916 |
+
"sft_loss": 0.12560346722602844,
|
| 1917 |
+
"step": 172
|
| 1918 |
+
},
|
| 1919 |
+
{
|
| 1920 |
+
"computed_total": 0.15559355914592743,
|
| 1921 |
+
"epoch": 0.43631778058007564,
|
| 1922 |
+
"grad_norm": 4.979446887969971,
|
| 1923 |
+
"kl_loss": 4.915695583918023e-08,
|
| 1924 |
+
"learning_rate": 1.1479591836734697e-05,
|
| 1925 |
+
"loss": 1.51,
|
| 1926 |
+
"sft_loss": 0.1506778597831726,
|
| 1927 |
+
"step": 173
|
| 1928 |
+
},
|
| 1929 |
+
{
|
| 1930 |
+
"computed_total": 0.19263696670532227,
|
| 1931 |
+
"epoch": 0.43883984867591425,
|
| 1932 |
+
"grad_norm": 5.016871929168701,
|
| 1933 |
+
"kl_loss": 3.290235639497041e-08,
|
| 1934 |
+
"learning_rate": 1.1428571428571429e-05,
|
| 1935 |
+
"loss": 1.3166,
|
| 1936 |
+
"sft_loss": 0.18934673070907593,
|
| 1937 |
+
"step": 174
|
| 1938 |
+
},
|
| 1939 |
+
{
|
| 1940 |
+
"computed_total": 0.18717873096466064,
|
| 1941 |
+
"epoch": 0.44136191677175285,
|
| 1942 |
+
"grad_norm": 5.055232048034668,
|
| 1943 |
+
"kl_loss": 3.505217094357249e-08,
|
| 1944 |
+
"learning_rate": 1.1377551020408165e-05,
|
| 1945 |
+
"loss": 1.3125,
|
| 1946 |
+
"sft_loss": 0.18367351591587067,
|
| 1947 |
+
"step": 175
|
| 1948 |
+
},
|
| 1949 |
+
{
|
| 1950 |
+
"computed_total": 0.1265634000301361,
|
| 1951 |
+
"epoch": 0.44388398486759145,
|
| 1952 |
+
"grad_norm": 5.522885799407959,
|
| 1953 |
+
"kl_loss": 3.791987879253611e-08,
|
| 1954 |
+
"learning_rate": 1.1326530612244899e-05,
|
| 1955 |
+
"loss": 1.447,
|
| 1956 |
+
"sft_loss": 0.12277141958475113,
|
| 1957 |
+
"step": 176
|
| 1958 |
+
},
|
| 1959 |
+
{
|
| 1960 |
+
"computed_total": 0.262478232383728,
|
| 1961 |
+
"epoch": 0.44640605296343,
|
| 1962 |
+
"grad_norm": 4.968825817108154,
|
| 1963 |
+
"kl_loss": 2.4255626840385958e-08,
|
| 1964 |
+
"learning_rate": 1.1275510204081635e-05,
|
| 1965 |
+
"loss": 1.3434,
|
| 1966 |
+
"sft_loss": 0.2600526809692383,
|
| 1967 |
+
"step": 177
|
| 1968 |
+
},
|
| 1969 |
+
{
|
| 1970 |
+
"computed_total": 0.11854858696460724,
|
| 1971 |
+
"epoch": 0.4489281210592686,
|
| 1972 |
+
"grad_norm": 4.760946273803711,
|
| 1973 |
+
"kl_loss": 2.9037074966709042e-08,
|
| 1974 |
+
"learning_rate": 1.1224489795918367e-05,
|
| 1975 |
+
"loss": 1.2781,
|
| 1976 |
+
"sft_loss": 0.11564487963914871,
|
| 1977 |
+
"step": 178
|
| 1978 |
+
},
|
| 1979 |
+
{
|
| 1980 |
+
"computed_total": 0.1870357096195221,
|
| 1981 |
+
"epoch": 0.4514501891551072,
|
| 1982 |
+
"grad_norm": 4.921207904815674,
|
| 1983 |
+
"kl_loss": 2.6307930056646e-08,
|
| 1984 |
+
"learning_rate": 1.1173469387755103e-05,
|
| 1985 |
+
"loss": 1.325,
|
| 1986 |
+
"sft_loss": 0.1844049096107483,
|
| 1987 |
+
"step": 179
|
| 1988 |
+
},
|
| 1989 |
+
{
|
| 1990 |
+
"computed_total": 0.1689537614583969,
|
| 1991 |
+
"epoch": 0.45397225725094575,
|
| 1992 |
+
"grad_norm": 5.677329063415527,
|
| 1993 |
+
"kl_loss": 4.060397529315196e-08,
|
| 1994 |
+
"learning_rate": 1.1122448979591838e-05,
|
| 1995 |
+
"loss": 1.5654,
|
| 1996 |
+
"sft_loss": 0.16489335894584656,
|
| 1997 |
+
"step": 180
|
| 1998 |
+
},
|
| 1999 |
+
{
|
| 2000 |
+
"computed_total": 1.2363641262054443,
|
| 2001 |
+
"epoch": 0.45397225725094575,
|
| 2002 |
+
"eval_loss": 1.2977334260940552,
|
| 2003 |
+
"eval_runtime": 64.1626,
|
| 2004 |
+
"eval_samples_per_second": 10.988,
|
| 2005 |
+
"eval_steps_per_second": 5.502,
|
| 2006 |
+
"kl_loss": 2.7487111253776675e-08,
|
| 2007 |
+
"sft_loss": 1.2336153984069824,
|
| 2008 |
+
"step": 180
|
| 2009 |
+
},
|
| 2010 |
+
{
|
| 2011 |
+
"computed_total": 0.15740957856178284,
|
| 2012 |
+
"epoch": 0.45649432534678436,
|
| 2013 |
+
"grad_norm": 5.158702850341797,
|
| 2014 |
+
"kl_loss": 2.6572712030770163e-08,
|
| 2015 |
+
"learning_rate": 1.1071428571428572e-05,
|
| 2016 |
+
"loss": 1.4782,
|
| 2017 |
+
"sft_loss": 0.15475231409072876,
|
| 2018 |
+
"step": 181
|
| 2019 |
+
},
|
| 2020 |
+
{
|
| 2021 |
+
"computed_total": 0.14208067953586578,
|
| 2022 |
+
"epoch": 0.45901639344262296,
|
| 2023 |
+
"grad_norm": 4.95545768737793,
|
| 2024 |
+
"kl_loss": 2.9629616093984623e-08,
|
| 2025 |
+
"learning_rate": 1.1020408163265306e-05,
|
| 2026 |
+
"loss": 1.3376,
|
| 2027 |
+
"sft_loss": 0.13911771774291992,
|
| 2028 |
+
"step": 182
|
| 2029 |
+
},
|
| 2030 |
+
{
|
| 2031 |
+
"computed_total": 0.1579395830631256,
|
| 2032 |
+
"epoch": 0.46153846153846156,
|
| 2033 |
+
"grad_norm": 4.77717399597168,
|
| 2034 |
+
"kl_loss": 4.216128601797209e-08,
|
| 2035 |
+
"learning_rate": 1.096938775510204e-05,
|
| 2036 |
+
"loss": 1.3987,
|
| 2037 |
+
"sft_loss": 0.15372344851493835,
|
| 2038 |
+
"step": 183
|
| 2039 |
+
},
|
| 2040 |
+
{
|
| 2041 |
+
"computed_total": 0.1506652683019638,
|
| 2042 |
+
"epoch": 0.4640605296343001,
|
| 2043 |
+
"grad_norm": 5.211386680603027,
|
| 2044 |
+
"kl_loss": 5.038693373649039e-08,
|
| 2045 |
+
"learning_rate": 1.0918367346938776e-05,
|
| 2046 |
+
"loss": 1.4013,
|
| 2047 |
+
"sft_loss": 0.14562657475471497,
|
| 2048 |
+
"step": 184
|
| 2049 |
+
},
|
| 2050 |
+
{
|
| 2051 |
+
"computed_total": 0.16317421197891235,
|
| 2052 |
+
"epoch": 0.4665825977301387,
|
| 2053 |
+
"grad_norm": 4.944554328918457,
|
| 2054 |
+
"kl_loss": 3.7608401726174634e-08,
|
| 2055 |
+
"learning_rate": 1.0867346938775512e-05,
|
| 2056 |
+
"loss": 1.1998,
|
| 2057 |
+
"sft_loss": 0.15941336750984192,
|
| 2058 |
+
"step": 185
|
| 2059 |
+
},
|
| 2060 |
+
{
|
| 2061 |
+
"computed_total": 0.18855802714824677,
|
| 2062 |
+
"epoch": 0.4691046658259773,
|
| 2063 |
+
"grad_norm": 4.752446174621582,
|
| 2064 |
+
"kl_loss": 3.388852221064553e-08,
|
| 2065 |
+
"learning_rate": 1.0816326530612246e-05,
|
| 2066 |
+
"loss": 1.3246,
|
| 2067 |
+
"sft_loss": 0.18516917526721954,
|
| 2068 |
+
"step": 186
|
| 2069 |
+
},
|
| 2070 |
+
{
|
| 2071 |
+
"computed_total": 0.13987620174884796,
|
| 2072 |
+
"epoch": 0.47162673392181587,
|
| 2073 |
+
"grad_norm": 5.217368125915527,
|
| 2074 |
+
"kl_loss": 3.243337687308667e-08,
|
| 2075 |
+
"learning_rate": 1.076530612244898e-05,
|
| 2076 |
+
"loss": 1.3806,
|
| 2077 |
+
"sft_loss": 0.13663285970687866,
|
| 2078 |
+
"step": 187
|
| 2079 |
+
},
|
| 2080 |
+
{
|
| 2081 |
+
"computed_total": 0.14583595097064972,
|
| 2082 |
+
"epoch": 0.47414880201765447,
|
| 2083 |
+
"grad_norm": 4.883551120758057,
|
| 2084 |
+
"kl_loss": 3.8305525862369905e-08,
|
| 2085 |
+
"learning_rate": 1.0714285714285714e-05,
|
| 2086 |
+
"loss": 1.3337,
|
| 2087 |
+
"sft_loss": 0.14200539886951447,
|
| 2088 |
+
"step": 188
|
| 2089 |
+
},
|
| 2090 |
+
{
|
| 2091 |
+
"computed_total": 0.12065444886684418,
|
| 2092 |
+
"epoch": 0.4766708701134931,
|
| 2093 |
+
"grad_norm": 5.246138095855713,
|
| 2094 |
+
"kl_loss": 3.744847987263711e-08,
|
| 2095 |
+
"learning_rate": 1.066326530612245e-05,
|
| 2096 |
+
"loss": 1.1985,
|
| 2097 |
+
"sft_loss": 0.11690960079431534,
|
| 2098 |
+
"step": 189
|
| 2099 |
+
},
|
| 2100 |
+
{
|
| 2101 |
+
"computed_total": 0.16517040133476257,
|
| 2102 |
+
"epoch": 0.4791929382093317,
|
| 2103 |
+
"grad_norm": 5.633914470672607,
|
| 2104 |
+
"kl_loss": 3.465543585434716e-08,
|
| 2105 |
+
"learning_rate": 1.0612244897959186e-05,
|
| 2106 |
+
"loss": 1.2648,
|
| 2107 |
+
"sft_loss": 0.16170485317707062,
|
| 2108 |
+
"step": 190
|
| 2109 |
+
},
|
| 2110 |
+
{
|
| 2111 |
+
"computed_total": 1.2361537218093872,
|
| 2112 |
+
"epoch": 0.4791929382093317,
|
| 2113 |
+
"eval_loss": 1.2966482639312744,
|
| 2114 |
+
"eval_runtime": 65.136,
|
| 2115 |
+
"eval_samples_per_second": 10.824,
|
| 2116 |
+
"eval_steps_per_second": 5.419,
|
| 2117 |
+
"kl_loss": 2.7988660278310817e-08,
|
| 2118 |
+
"sft_loss": 1.2333548069000244,
|
| 2119 |
+
"step": 190
|
| 2120 |
+
},
|
| 2121 |
+
{
|
| 2122 |
+
"computed_total": 0.25373631715774536,
|
| 2123 |
+
"epoch": 0.4817150063051702,
|
| 2124 |
+
"grad_norm": 5.030147075653076,
|
| 2125 |
+
"kl_loss": 3.2297595708996596e-08,
|
| 2126 |
+
"learning_rate": 1.0561224489795918e-05,
|
| 2127 |
+
"loss": 1.4551,
|
| 2128 |
+
"sft_loss": 0.25050655007362366,
|
| 2129 |
+
"step": 191
|
| 2130 |
+
},
|
| 2131 |
+
{
|
| 2132 |
+
"computed_total": 0.1556681990623474,
|
| 2133 |
+
"epoch": 0.4842370744010088,
|
| 2134 |
+
"grad_norm": 4.94256591796875,
|
| 2135 |
+
"kl_loss": 3.0316428478727175e-08,
|
| 2136 |
+
"learning_rate": 1.0510204081632654e-05,
|
| 2137 |
+
"loss": 1.4168,
|
| 2138 |
+
"sft_loss": 0.1526365578174591,
|
| 2139 |
+
"step": 192
|
| 2140 |
+
},
|
| 2141 |
+
{
|
| 2142 |
+
"computed_total": 0.11549299210309982,
|
| 2143 |
+
"epoch": 0.48675914249684743,
|
| 2144 |
+
"grad_norm": 4.747858047485352,
|
| 2145 |
+
"kl_loss": 2.870864079795865e-08,
|
| 2146 |
+
"learning_rate": 1.045918367346939e-05,
|
| 2147 |
+
"loss": 1.199,
|
| 2148 |
+
"sft_loss": 0.11262212693691254,
|
| 2149 |
+
"step": 193
|
| 2150 |
+
},
|
| 2151 |
+
{
|
| 2152 |
+
"computed_total": 0.17795605957508087,
|
| 2153 |
+
"epoch": 0.489281210592686,
|
| 2154 |
+
"grad_norm": 5.250139236450195,
|
| 2155 |
+
"kl_loss": 2.986351432809897e-08,
|
| 2156 |
+
"learning_rate": 1.0408163265306123e-05,
|
| 2157 |
+
"loss": 1.394,
|
| 2158 |
+
"sft_loss": 0.17496970295906067,
|
| 2159 |
+
"step": 194
|
| 2160 |
+
},
|
| 2161 |
+
{
|
| 2162 |
+
"computed_total": 0.19819606840610504,
|
| 2163 |
+
"epoch": 0.4918032786885246,
|
| 2164 |
+
"grad_norm": 5.39154052734375,
|
| 2165 |
+
"kl_loss": 2.9720043315251132e-08,
|
| 2166 |
+
"learning_rate": 1.0357142857142859e-05,
|
| 2167 |
+
"loss": 1.5046,
|
| 2168 |
+
"sft_loss": 0.19522406160831451,
|
| 2169 |
+
"step": 195
|
| 2170 |
+
},
|
| 2171 |
+
{
|
| 2172 |
+
"computed_total": 0.21292340755462646,
|
| 2173 |
+
"epoch": 0.4943253467843632,
|
| 2174 |
+
"grad_norm": 4.84930419921875,
|
| 2175 |
+
"kl_loss": 2.377551133747602e-08,
|
| 2176 |
+
"learning_rate": 1.0306122448979591e-05,
|
| 2177 |
+
"loss": 1.5064,
|
| 2178 |
+
"sft_loss": 0.2105458527803421,
|
| 2179 |
+
"step": 196
|
| 2180 |
+
},
|
| 2181 |
+
{
|
| 2182 |
+
"computed_total": 0.15452894568443298,
|
| 2183 |
+
"epoch": 0.4968474148802018,
|
| 2184 |
+
"grad_norm": 4.649036407470703,
|
| 2185 |
+
"kl_loss": 2.7660080448299595e-08,
|
| 2186 |
+
"learning_rate": 1.0255102040816327e-05,
|
| 2187 |
+
"loss": 1.3328,
|
| 2188 |
+
"sft_loss": 0.1517629325389862,
|
| 2189 |
+
"step": 197
|
| 2190 |
+
},
|
| 2191 |
+
{
|
| 2192 |
+
"computed_total": 0.1479904055595398,
|
| 2193 |
+
"epoch": 0.49936948297604034,
|
| 2194 |
+
"grad_norm": 4.551985263824463,
|
| 2195 |
+
"kl_loss": 2.352908445857338e-08,
|
| 2196 |
+
"learning_rate": 1.0204081632653063e-05,
|
| 2197 |
+
"loss": 1.2328,
|
| 2198 |
+
"sft_loss": 0.14563749730587006,
|
| 2199 |
+
"step": 198
|
| 2200 |
+
},
|
| 2201 |
+
{
|
| 2202 |
+
"computed_total": 0.12488767504692078,
|
| 2203 |
+
"epoch": 0.501891551071879,
|
| 2204 |
+
"grad_norm": 5.3588433265686035,
|
| 2205 |
+
"kl_loss": 4.177105594749264e-08,
|
| 2206 |
+
"learning_rate": 1.0153061224489797e-05,
|
| 2207 |
+
"loss": 1.3333,
|
| 2208 |
+
"sft_loss": 0.12071056663990021,
|
| 2209 |
+
"step": 199
|
| 2210 |
+
},
|
| 2211 |
+
{
|
| 2212 |
+
"computed_total": 0.21304959058761597,
|
| 2213 |
+
"epoch": 0.5044136191677175,
|
| 2214 |
+
"grad_norm": 5.3644914627075195,
|
| 2215 |
+
"kl_loss": 2.755204775439779e-08,
|
| 2216 |
+
"learning_rate": 1.0102040816326531e-05,
|
| 2217 |
+
"loss": 1.3657,
|
| 2218 |
+
"sft_loss": 0.21029438078403473,
|
| 2219 |
+
"step": 200
|
| 2220 |
+
},
|
| 2221 |
+
{
|
| 2222 |
+
"computed_total": 1.2131683826446533,
|
| 2223 |
+
"epoch": 0.5044136191677175,
|
| 2224 |
+
"eval_loss": 1.2966324090957642,
|
| 2225 |
+
"eval_runtime": 66.0512,
|
| 2226 |
+
"eval_samples_per_second": 10.674,
|
| 2227 |
+
"eval_steps_per_second": 5.344,
|
| 2228 |
+
"kl_loss": 1.9633105807770335e-08,
|
| 2229 |
+
"sft_loss": 1.2112051248550415,
|
| 2230 |
+
"step": 200
|
| 2231 |
+
},
|
| 2232 |
+
{
|
| 2233 |
+
"computed_total": 0.17476873099803925,
|
| 2234 |
+
"epoch": 0.5069356872635561,
|
| 2235 |
+
"grad_norm": 4.610480785369873,
|
| 2236 |
+
"kl_loss": 2.109863217469865e-08,
|
| 2237 |
+
"learning_rate": 1.0051020408163265e-05,
|
| 2238 |
+
"loss": 1.2396,
|
| 2239 |
+
"sft_loss": 0.17265886068344116,
|
| 2240 |
+
"step": 201
|
| 2241 |
+
},
|
| 2242 |
+
{
|
| 2243 |
+
"computed_total": 0.16051669418811798,
|
| 2244 |
+
"epoch": 0.5094577553593947,
|
| 2245 |
+
"grad_norm": 4.916041851043701,
|
| 2246 |
+
"kl_loss": 2.2446158709499286e-08,
|
| 2247 |
+
"learning_rate": 1e-05,
|
| 2248 |
+
"loss": 1.4855,
|
| 2249 |
+
"sft_loss": 0.15827207267284393,
|
| 2250 |
+
"step": 202
|
| 2251 |
+
},
|
| 2252 |
+
{
|
| 2253 |
+
"computed_total": 0.10832415521144867,
|
| 2254 |
+
"epoch": 0.5119798234552333,
|
| 2255 |
+
"grad_norm": 4.801663398742676,
|
| 2256 |
+
"kl_loss": 2.7506091626605667e-08,
|
| 2257 |
+
"learning_rate": 9.948979591836737e-06,
|
| 2258 |
+
"loss": 1.3307,
|
| 2259 |
+
"sft_loss": 0.10557354241609573,
|
| 2260 |
+
"step": 203
|
| 2261 |
+
},
|
| 2262 |
+
{
|
| 2263 |
+
"computed_total": 0.2282698005437851,
|
| 2264 |
+
"epoch": 0.5145018915510718,
|
| 2265 |
+
"grad_norm": 5.357565402984619,
|
| 2266 |
+
"kl_loss": 4.084584759311838e-08,
|
| 2267 |
+
"learning_rate": 9.89795918367347e-06,
|
| 2268 |
+
"loss": 1.4057,
|
| 2269 |
+
"sft_loss": 0.22418521344661713,
|
| 2270 |
+
"step": 204
|
| 2271 |
+
},
|
| 2272 |
+
{
|
| 2273 |
+
"computed_total": 0.1381111890077591,
|
| 2274 |
+
"epoch": 0.5170239596469105,
|
| 2275 |
+
"grad_norm": 5.372463703155518,
|
| 2276 |
+
"kl_loss": 3.638923473658906e-08,
|
| 2277 |
+
"learning_rate": 9.846938775510205e-06,
|
| 2278 |
+
"loss": 1.4017,
|
| 2279 |
+
"sft_loss": 0.13447226583957672,
|
| 2280 |
+
"step": 205
|
| 2281 |
+
},
|
| 2282 |
+
{
|
| 2283 |
+
"computed_total": 0.23932000994682312,
|
| 2284 |
+
"epoch": 0.519546027742749,
|
| 2285 |
+
"grad_norm": 4.798728942871094,
|
| 2286 |
+
"kl_loss": 3.008491589184814e-08,
|
| 2287 |
+
"learning_rate": 9.795918367346939e-06,
|
| 2288 |
+
"loss": 1.4547,
|
| 2289 |
+
"sft_loss": 0.23631152510643005,
|
| 2290 |
+
"step": 206
|
| 2291 |
+
},
|
| 2292 |
+
{
|
| 2293 |
+
"computed_total": 0.24363160133361816,
|
| 2294 |
+
"epoch": 0.5220680958385876,
|
| 2295 |
+
"grad_norm": 4.651880741119385,
|
| 2296 |
+
"kl_loss": 3.3694899315150906e-08,
|
| 2297 |
+
"learning_rate": 9.744897959183674e-06,
|
| 2298 |
+
"loss": 1.3315,
|
| 2299 |
+
"sft_loss": 0.24026210606098175,
|
| 2300 |
+
"step": 207
|
| 2301 |
+
},
|
| 2302 |
+
{
|
| 2303 |
+
"computed_total": 0.12392779439687729,
|
| 2304 |
+
"epoch": 0.5245901639344263,
|
| 2305 |
+
"grad_norm": 4.969662666320801,
|
| 2306 |
+
"kl_loss": 3.430271178217481e-08,
|
| 2307 |
+
"learning_rate": 9.693877551020408e-06,
|
| 2308 |
+
"loss": 1.263,
|
| 2309 |
+
"sft_loss": 0.12049752473831177,
|
| 2310 |
+
"step": 208
|
| 2311 |
+
},
|
| 2312 |
+
{
|
| 2313 |
+
"computed_total": 0.18426865339279175,
|
| 2314 |
+
"epoch": 0.5271122320302648,
|
| 2315 |
+
"grad_norm": 4.773207664489746,
|
| 2316 |
+
"kl_loss": 2.9775220511396583e-08,
|
| 2317 |
+
"learning_rate": 9.642857142857144e-06,
|
| 2318 |
+
"loss": 1.2383,
|
| 2319 |
+
"sft_loss": 0.1812911331653595,
|
| 2320 |
+
"step": 209
|
| 2321 |
+
},
|
| 2322 |
+
{
|
| 2323 |
+
"computed_total": 0.16482222080230713,
|
| 2324 |
+
"epoch": 0.5296343001261034,
|
| 2325 |
+
"grad_norm": 5.222415447235107,
|
| 2326 |
+
"kl_loss": 3.173001417167143e-08,
|
| 2327 |
+
"learning_rate": 9.591836734693878e-06,
|
| 2328 |
+
"loss": 1.4537,
|
| 2329 |
+
"sft_loss": 0.1616492122411728,
|
| 2330 |
+
"step": 210
|
| 2331 |
+
},
|
| 2332 |
+
{
|
| 2333 |
+
"computed_total": 1.2207623720169067,
|
| 2334 |
+
"epoch": 0.5296343001261034,
|
| 2335 |
+
"eval_loss": 1.2934982776641846,
|
| 2336 |
+
"eval_runtime": 65.6715,
|
| 2337 |
+
"eval_samples_per_second": 10.735,
|
| 2338 |
+
"eval_steps_per_second": 5.375,
|
| 2339 |
+
"kl_loss": 2.6054731705471568e-08,
|
| 2340 |
+
"sft_loss": 1.2181569337844849,
|
| 2341 |
+
"step": 210
|
| 2342 |
+
},
|
| 2343 |
+
{
|
| 2344 |
+
"computed_total": 0.12566052377223969,
|
| 2345 |
+
"epoch": 0.532156368221942,
|
| 2346 |
+
"grad_norm": 4.446249961853027,
|
| 2347 |
+
"kl_loss": 2.9875764084863476e-08,
|
| 2348 |
+
"learning_rate": 9.540816326530612e-06,
|
| 2349 |
+
"loss": 1.3646,
|
| 2350 |
+
"sft_loss": 0.12267294526100159,
|
| 2351 |
+
"step": 211
|
| 2352 |
+
},
|
| 2353 |
+
{
|
| 2354 |
+
"computed_total": 0.14757733047008514,
|
| 2355 |
+
"epoch": 0.5346784363177806,
|
| 2356 |
+
"grad_norm": 4.679157257080078,
|
| 2357 |
+
"kl_loss": 2.3223504896918712e-08,
|
| 2358 |
+
"learning_rate": 9.489795918367348e-06,
|
| 2359 |
+
"loss": 1.4877,
|
| 2360 |
+
"sft_loss": 0.145254984498024,
|
| 2361 |
+
"step": 212
|
| 2362 |
+
},
|
| 2363 |
+
{
|
| 2364 |
+
"computed_total": 0.13284043967723846,
|
| 2365 |
+
"epoch": 0.5372005044136192,
|
| 2366 |
+
"grad_norm": 4.399380207061768,
|
| 2367 |
+
"kl_loss": 2.5501945444261764e-08,
|
| 2368 |
+
"learning_rate": 9.438775510204082e-06,
|
| 2369 |
+
"loss": 1.3581,
|
| 2370 |
+
"sft_loss": 0.13029024004936218,
|
| 2371 |
+
"step": 213
|
| 2372 |
+
},
|
| 2373 |
+
{
|
| 2374 |
+
"computed_total": 0.1897534728050232,
|
| 2375 |
+
"epoch": 0.5397225725094578,
|
| 2376 |
+
"grad_norm": 4.764368057250977,
|
| 2377 |
+
"kl_loss": 2.986080360756205e-08,
|
| 2378 |
+
"learning_rate": 9.387755102040818e-06,
|
| 2379 |
+
"loss": 1.3807,
|
| 2380 |
+
"sft_loss": 0.18676739931106567,
|
| 2381 |
+
"step": 214
|
| 2382 |
+
},
|
| 2383 |
+
{
|
| 2384 |
+
"computed_total": 0.18703968822956085,
|
| 2385 |
+
"epoch": 0.5422446406052963,
|
| 2386 |
+
"grad_norm": 4.712628364562988,
|
| 2387 |
+
"kl_loss": 2.6343071723999856e-08,
|
| 2388 |
+
"learning_rate": 9.336734693877552e-06,
|
| 2389 |
+
"loss": 1.3862,
|
| 2390 |
+
"sft_loss": 0.1844053864479065,
|
| 2391 |
+
"step": 215
|
| 2392 |
+
},
|
| 2393 |
+
{
|
| 2394 |
+
"computed_total": 0.1936488300561905,
|
| 2395 |
+
"epoch": 0.544766708701135,
|
| 2396 |
+
"grad_norm": 4.758424758911133,
|
| 2397 |
+
"kl_loss": 2.418590128172582e-08,
|
| 2398 |
+
"learning_rate": 9.285714285714288e-06,
|
| 2399 |
+
"loss": 1.3447,
|
| 2400 |
+
"sft_loss": 0.19123023748397827,
|
| 2401 |
+
"step": 216
|
| 2402 |
+
},
|
| 2403 |
+
{
|
| 2404 |
+
"computed_total": 0.19969823956489563,
|
| 2405 |
+
"epoch": 0.5472887767969735,
|
| 2406 |
+
"grad_norm": 4.736321926116943,
|
| 2407 |
+
"kl_loss": 2.560067358103879e-08,
|
| 2408 |
+
"learning_rate": 9.234693877551022e-06,
|
| 2409 |
+
"loss": 1.3867,
|
| 2410 |
+
"sft_loss": 0.19713817536830902,
|
| 2411 |
+
"step": 217
|
| 2412 |
+
},
|
| 2413 |
+
{
|
| 2414 |
+
"computed_total": 0.18412074446678162,
|
| 2415 |
+
"epoch": 0.5498108448928121,
|
| 2416 |
+
"grad_norm": 4.621674060821533,
|
| 2417 |
+
"kl_loss": 2.4210624616216592e-08,
|
| 2418 |
+
"learning_rate": 9.183673469387756e-06,
|
| 2419 |
+
"loss": 1.356,
|
| 2420 |
+
"sft_loss": 0.18169967830181122,
|
| 2421 |
+
"step": 218
|
| 2422 |
+
},
|
| 2423 |
+
{
|
| 2424 |
+
"computed_total": 0.14507344365119934,
|
| 2425 |
+
"epoch": 0.5523329129886507,
|
| 2426 |
+
"grad_norm": 4.821688175201416,
|
| 2427 |
+
"kl_loss": 3.109248325472436e-08,
|
| 2428 |
+
"learning_rate": 9.13265306122449e-06,
|
| 2429 |
+
"loss": 1.4195,
|
| 2430 |
+
"sft_loss": 0.14196419715881348,
|
| 2431 |
+
"step": 219
|
| 2432 |
+
},
|
| 2433 |
+
{
|
| 2434 |
+
"computed_total": 0.13886982202529907,
|
| 2435 |
+
"epoch": 0.5548549810844893,
|
| 2436 |
+
"grad_norm": 4.672529697418213,
|
| 2437 |
+
"kl_loss": 2.1963881380315797e-08,
|
| 2438 |
+
"learning_rate": 9.081632653061225e-06,
|
| 2439 |
+
"loss": 1.2839,
|
| 2440 |
+
"sft_loss": 0.1366734355688095,
|
| 2441 |
+
"step": 220
|
| 2442 |
+
},
|
| 2443 |
+
{
|
| 2444 |
+
"computed_total": 1.214989423751831,
|
| 2445 |
+
"epoch": 0.5548549810844893,
|
| 2446 |
+
"eval_loss": 1.2892565727233887,
|
| 2447 |
+
"eval_runtime": 66.5375,
|
| 2448 |
+
"eval_samples_per_second": 10.596,
|
| 2449 |
+
"eval_steps_per_second": 5.305,
|
| 2450 |
+
"kl_loss": 1.9373850079773547e-08,
|
| 2451 |
+
"sft_loss": 1.2130520343780518,
|
| 2452 |
+
"step": 220
|
| 2453 |
+
}
|
| 2454 |
+
],
|
| 2455 |
+
"logging_steps": 1,
|
| 2456 |
+
"max_steps": 397,
|
| 2457 |
+
"num_input_tokens_seen": 0,
|
| 2458 |
+
"num_train_epochs": 1,
|
| 2459 |
+
"save_steps": 10,
|
| 2460 |
+
"stateful_callbacks": {
|
| 2461 |
+
"TrainerControl": {
|
| 2462 |
+
"args": {
|
| 2463 |
+
"should_epoch_stop": false,
|
| 2464 |
+
"should_evaluate": false,
|
| 2465 |
+
"should_log": false,
|
| 2466 |
+
"should_save": true,
|
| 2467 |
+
"should_training_stop": false
|
| 2468 |
+
},
|
| 2469 |
+
"attributes": {}
|
| 2470 |
+
}
|
| 2471 |
+
},
|
| 2472 |
+
"total_flos": 4.05995871934464e+16,
|
| 2473 |
+
"train_batch_size": 2,
|
| 2474 |
+
"trial_name": null,
|
| 2475 |
+
"trial_params": null
|
| 2476 |
+
}
|
checkpoint-220/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb6de66e3fe852c1e00b5bef4ae321a94f547f2c407241301f03edce25795f2a
|
| 3 |
+
size 5969
|
checkpoint-220/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|