Upload 15 files
Browse files- .gitattributes +1 -0
- README.md +209 -0
- adapter_config.json +39 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +28 -0
- chat_template.jinja +85 -0
- merges.txt +0 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +25 -0
- tokenizer.json +3 -0
- tokenizer_config.json +239 -0
- trainer_state.json +898 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: DungND1107/sft3tend2end
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:DungND1107/sft3tend2end
|
| 7 |
+
- cpo
|
| 8 |
+
- lora
|
| 9 |
+
- transformers
|
| 10 |
+
- trl
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Model Card for Model ID
|
| 14 |
+
|
| 15 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
## Model Details
|
| 20 |
+
|
| 21 |
+
### Model Description
|
| 22 |
+
|
| 23 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
- **Developed by:** [More Information Needed]
|
| 28 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 29 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 30 |
+
- **Model type:** [More Information Needed]
|
| 31 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 32 |
+
- **License:** [More Information Needed]
|
| 33 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 34 |
+
|
| 35 |
+
### Model Sources [optional]
|
| 36 |
+
|
| 37 |
+
<!-- Provide the basic links for the model. -->
|
| 38 |
+
|
| 39 |
+
- **Repository:** [More Information Needed]
|
| 40 |
+
- **Paper [optional]:** [More Information Needed]
|
| 41 |
+
- **Demo [optional]:** [More Information Needed]
|
| 42 |
+
|
| 43 |
+
## Uses
|
| 44 |
+
|
| 45 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 46 |
+
|
| 47 |
+
### Direct Use
|
| 48 |
+
|
| 49 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 50 |
+
|
| 51 |
+
[More Information Needed]
|
| 52 |
+
|
| 53 |
+
### Downstream Use [optional]
|
| 54 |
+
|
| 55 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 56 |
+
|
| 57 |
+
[More Information Needed]
|
| 58 |
+
|
| 59 |
+
### Out-of-Scope Use
|
| 60 |
+
|
| 61 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 62 |
+
|
| 63 |
+
[More Information Needed]
|
| 64 |
+
|
| 65 |
+
## Bias, Risks, and Limitations
|
| 66 |
+
|
| 67 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 68 |
+
|
| 69 |
+
[More Information Needed]
|
| 70 |
+
|
| 71 |
+
### Recommendations
|
| 72 |
+
|
| 73 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 74 |
+
|
| 75 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 76 |
+
|
| 77 |
+
## How to Get Started with the Model
|
| 78 |
+
|
| 79 |
+
Use the code below to get started with the model.
|
| 80 |
+
|
| 81 |
+
[More Information Needed]
|
| 82 |
+
|
| 83 |
+
## Training Details
|
| 84 |
+
|
| 85 |
+
### Training Data
|
| 86 |
+
|
| 87 |
+
<!-- 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. -->
|
| 88 |
+
|
| 89 |
+
[More Information Needed]
|
| 90 |
+
|
| 91 |
+
### Training Procedure
|
| 92 |
+
|
| 93 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 94 |
+
|
| 95 |
+
#### Preprocessing [optional]
|
| 96 |
+
|
| 97 |
+
[More Information Needed]
|
| 98 |
+
|
| 99 |
+
|
| 100 |
+
#### Training Hyperparameters
|
| 101 |
+
|
| 102 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 103 |
+
|
| 104 |
+
#### Speeds, Sizes, Times [optional]
|
| 105 |
+
|
| 106 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 107 |
+
|
| 108 |
+
[More Information Needed]
|
| 109 |
+
|
| 110 |
+
## Evaluation
|
| 111 |
+
|
| 112 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 113 |
+
|
| 114 |
+
### Testing Data, Factors & Metrics
|
| 115 |
+
|
| 116 |
+
#### Testing Data
|
| 117 |
+
|
| 118 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 119 |
+
|
| 120 |
+
[More Information Needed]
|
| 121 |
+
|
| 122 |
+
#### Factors
|
| 123 |
+
|
| 124 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 125 |
+
|
| 126 |
+
[More Information Needed]
|
| 127 |
+
|
| 128 |
+
#### Metrics
|
| 129 |
+
|
| 130 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 131 |
+
|
| 132 |
+
[More Information Needed]
|
| 133 |
+
|
| 134 |
+
### Results
|
| 135 |
+
|
| 136 |
+
[More Information Needed]
|
| 137 |
+
|
| 138 |
+
#### Summary
|
| 139 |
+
|
| 140 |
+
|
| 141 |
+
|
| 142 |
+
## Model Examination [optional]
|
| 143 |
+
|
| 144 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 145 |
+
|
| 146 |
+
[More Information Needed]
|
| 147 |
+
|
| 148 |
+
## Environmental Impact
|
| 149 |
+
|
| 150 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 151 |
+
|
| 152 |
+
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).
|
| 153 |
+
|
| 154 |
+
- **Hardware Type:** [More Information Needed]
|
| 155 |
+
- **Hours used:** [More Information Needed]
|
| 156 |
+
- **Cloud Provider:** [More Information Needed]
|
| 157 |
+
- **Compute Region:** [More Information Needed]
|
| 158 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 159 |
+
|
| 160 |
+
## Technical Specifications [optional]
|
| 161 |
+
|
| 162 |
+
### Model Architecture and Objective
|
| 163 |
+
|
| 164 |
+
[More Information Needed]
|
| 165 |
+
|
| 166 |
+
### Compute Infrastructure
|
| 167 |
+
|
| 168 |
+
[More Information Needed]
|
| 169 |
+
|
| 170 |
+
#### Hardware
|
| 171 |
+
|
| 172 |
+
[More Information Needed]
|
| 173 |
+
|
| 174 |
+
#### Software
|
| 175 |
+
|
| 176 |
+
[More Information Needed]
|
| 177 |
+
|
| 178 |
+
## Citation [optional]
|
| 179 |
+
|
| 180 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 181 |
+
|
| 182 |
+
**BibTeX:**
|
| 183 |
+
|
| 184 |
+
[More Information Needed]
|
| 185 |
+
|
| 186 |
+
**APA:**
|
| 187 |
+
|
| 188 |
+
[More Information Needed]
|
| 189 |
+
|
| 190 |
+
## Glossary [optional]
|
| 191 |
+
|
| 192 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 193 |
+
|
| 194 |
+
[More Information Needed]
|
| 195 |
+
|
| 196 |
+
## More Information [optional]
|
| 197 |
+
|
| 198 |
+
[More Information Needed]
|
| 199 |
+
|
| 200 |
+
## Model Card Authors [optional]
|
| 201 |
+
|
| 202 |
+
[More Information Needed]
|
| 203 |
+
|
| 204 |
+
## Model Card Contact
|
| 205 |
+
|
| 206 |
+
[More Information Needed]
|
| 207 |
+
### Framework versions
|
| 208 |
+
|
| 209 |
+
- PEFT 0.17.1
|
adapter_config.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "DungND1107/sft3tend2end",
|
| 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": 128,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.05,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 64,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"k_proj",
|
| 29 |
+
"o_proj",
|
| 30 |
+
"v_proj",
|
| 31 |
+
"q_proj"
|
| 32 |
+
],
|
| 33 |
+
"target_parameters": null,
|
| 34 |
+
"task_type": "CAUSAL_LM",
|
| 35 |
+
"trainable_token_indices": null,
|
| 36 |
+
"use_dora": false,
|
| 37 |
+
"use_qalora": false,
|
| 38 |
+
"use_rslora": false
|
| 39 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01132d1d1543a2e9c05e4f2d44583f0237863d69b68301471b531c7242403a1b
|
| 3 |
+
size 102790608
|
added_tokens.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</think>": 151668,
|
| 3 |
+
"</tool_call>": 151658,
|
| 4 |
+
"</tool_response>": 151666,
|
| 5 |
+
"<think>": 151667,
|
| 6 |
+
"<tool_call>": 151657,
|
| 7 |
+
"<tool_response>": 151665,
|
| 8 |
+
"<|box_end|>": 151649,
|
| 9 |
+
"<|box_start|>": 151648,
|
| 10 |
+
"<|endoftext|>": 151643,
|
| 11 |
+
"<|file_sep|>": 151664,
|
| 12 |
+
"<|fim_middle|>": 151660,
|
| 13 |
+
"<|fim_pad|>": 151662,
|
| 14 |
+
"<|fim_prefix|>": 151659,
|
| 15 |
+
"<|fim_suffix|>": 151661,
|
| 16 |
+
"<|im_end|>": 151645,
|
| 17 |
+
"<|im_start|>": 151644,
|
| 18 |
+
"<|image_pad|>": 151655,
|
| 19 |
+
"<|object_ref_end|>": 151647,
|
| 20 |
+
"<|object_ref_start|>": 151646,
|
| 21 |
+
"<|quad_end|>": 151651,
|
| 22 |
+
"<|quad_start|>": 151650,
|
| 23 |
+
"<|repo_name|>": 151663,
|
| 24 |
+
"<|video_pad|>": 151656,
|
| 25 |
+
"<|vision_end|>": 151653,
|
| 26 |
+
"<|vision_pad|>": 151654,
|
| 27 |
+
"<|vision_start|>": 151652
|
| 28 |
+
}
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0].role == 'system' %}
|
| 4 |
+
{{- messages[0].content + '\n\n' }}
|
| 5 |
+
{%- endif %}
|
| 6 |
+
{{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
|
| 7 |
+
{%- for tool in tools %}
|
| 8 |
+
{{- "\n" }}
|
| 9 |
+
{{- tool | tojson }}
|
| 10 |
+
{%- endfor %}
|
| 11 |
+
{{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
|
| 12 |
+
{%- else %}
|
| 13 |
+
{%- if messages[0].role == 'system' %}
|
| 14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
| 15 |
+
{%- endif %}
|
| 16 |
+
{%- endif %}
|
| 17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
| 18 |
+
{%- for message in messages[::-1] %}
|
| 19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
| 20 |
+
{%- if ns.multi_step_tool and message.role == "user" and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
|
| 21 |
+
{%- set ns.multi_step_tool = false %}
|
| 22 |
+
{%- set ns.last_query_index = index %}
|
| 23 |
+
{%- endif %}
|
| 24 |
+
{%- endfor %}
|
| 25 |
+
{%- for message in messages %}
|
| 26 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
| 27 |
+
{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
|
| 28 |
+
{%- elif message.role == "assistant" %}
|
| 29 |
+
{%- set content = message.content %}
|
| 30 |
+
{%- set reasoning_content = '' %}
|
| 31 |
+
{%- if message.reasoning_content is defined and message.reasoning_content is not none %}
|
| 32 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 33 |
+
{%- else %}
|
| 34 |
+
{%- if '</think>' in message.content %}
|
| 35 |
+
{%- set content = message.content.split('</think>')[-1].lstrip('\n') %}
|
| 36 |
+
{%- set reasoning_content = message.content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 37 |
+
{%- endif %}
|
| 38 |
+
{%- endif %}
|
| 39 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 40 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
| 41 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
| 42 |
+
{%- else %}
|
| 43 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 44 |
+
{%- endif %}
|
| 45 |
+
{%- else %}
|
| 46 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 47 |
+
{%- endif %}
|
| 48 |
+
{%- if message.tool_calls %}
|
| 49 |
+
{%- for tool_call in message.tool_calls %}
|
| 50 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
| 51 |
+
{{- '\n' }}
|
| 52 |
+
{%- endif %}
|
| 53 |
+
{%- if tool_call.function %}
|
| 54 |
+
{%- set tool_call = tool_call.function %}
|
| 55 |
+
{%- endif %}
|
| 56 |
+
{{- '<tool_call>\n{"name": "' }}
|
| 57 |
+
{{- tool_call.name }}
|
| 58 |
+
{{- '", "arguments": ' }}
|
| 59 |
+
{%- if tool_call.arguments is string %}
|
| 60 |
+
{{- tool_call.arguments }}
|
| 61 |
+
{%- else %}
|
| 62 |
+
{{- tool_call.arguments | tojson }}
|
| 63 |
+
{%- endif %}
|
| 64 |
+
{{- '}\n</tool_call>' }}
|
| 65 |
+
{%- endfor %}
|
| 66 |
+
{%- endif %}
|
| 67 |
+
{{- '<|im_end|>\n' }}
|
| 68 |
+
{%- elif message.role == "tool" %}
|
| 69 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
| 70 |
+
{{- '<|im_start|>user' }}
|
| 71 |
+
{%- endif %}
|
| 72 |
+
{{- '\n<tool_response>\n' }}
|
| 73 |
+
{{- message.content }}
|
| 74 |
+
{{- '\n</tool_response>' }}
|
| 75 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 76 |
+
{{- '<|im_end|>\n' }}
|
| 77 |
+
{%- endif %}
|
| 78 |
+
{%- endif %}
|
| 79 |
+
{%- endfor %}
|
| 80 |
+
{%- if add_generation_prompt %}
|
| 81 |
+
{{- '<|im_start|>assistant\n' }}
|
| 82 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
| 83 |
+
{{- '<think>\n\n</think>\n\n' }}
|
| 84 |
+
{%- endif %}
|
| 85 |
+
{%- endif %}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5c8ec2dbd1b4e8060fb382f9483c708fb60b833c5c9a864ab805d3e125988fe
|
| 3 |
+
size 205713355
|
rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:098b29492211804ab324a36f37466821d948280bb74fce4ba895c03f13ecd878
|
| 3 |
+
size 14645
|
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78fad3d351a41d21dbe1957a34d6a9e1b4a073e802fb274f780ee4e848ede40c
|
| 3 |
+
size 1465
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|endoftext|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": "<|endoftext|>"
|
| 25 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
| 3 |
+
size 11422654
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,239 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
},
|
| 181 |
+
"151665": {
|
| 182 |
+
"content": "<tool_response>",
|
| 183 |
+
"lstrip": false,
|
| 184 |
+
"normalized": false,
|
| 185 |
+
"rstrip": false,
|
| 186 |
+
"single_word": false,
|
| 187 |
+
"special": false
|
| 188 |
+
},
|
| 189 |
+
"151666": {
|
| 190 |
+
"content": "</tool_response>",
|
| 191 |
+
"lstrip": false,
|
| 192 |
+
"normalized": false,
|
| 193 |
+
"rstrip": false,
|
| 194 |
+
"single_word": false,
|
| 195 |
+
"special": false
|
| 196 |
+
},
|
| 197 |
+
"151667": {
|
| 198 |
+
"content": "<think>",
|
| 199 |
+
"lstrip": false,
|
| 200 |
+
"normalized": false,
|
| 201 |
+
"rstrip": false,
|
| 202 |
+
"single_word": false,
|
| 203 |
+
"special": false
|
| 204 |
+
},
|
| 205 |
+
"151668": {
|
| 206 |
+
"content": "</think>",
|
| 207 |
+
"lstrip": false,
|
| 208 |
+
"normalized": false,
|
| 209 |
+
"rstrip": false,
|
| 210 |
+
"single_word": false,
|
| 211 |
+
"special": false
|
| 212 |
+
}
|
| 213 |
+
},
|
| 214 |
+
"additional_special_tokens": [
|
| 215 |
+
"<|im_start|>",
|
| 216 |
+
"<|im_end|>",
|
| 217 |
+
"<|object_ref_start|>",
|
| 218 |
+
"<|object_ref_end|>",
|
| 219 |
+
"<|box_start|>",
|
| 220 |
+
"<|box_end|>",
|
| 221 |
+
"<|quad_start|>",
|
| 222 |
+
"<|quad_end|>",
|
| 223 |
+
"<|vision_start|>",
|
| 224 |
+
"<|vision_end|>",
|
| 225 |
+
"<|vision_pad|>",
|
| 226 |
+
"<|image_pad|>",
|
| 227 |
+
"<|video_pad|>"
|
| 228 |
+
],
|
| 229 |
+
"bos_token": null,
|
| 230 |
+
"clean_up_tokenization_spaces": false,
|
| 231 |
+
"eos_token": "<|endoftext|>",
|
| 232 |
+
"errors": "replace",
|
| 233 |
+
"extra_special_tokens": {},
|
| 234 |
+
"model_max_length": 131072,
|
| 235 |
+
"pad_token": "<|endoftext|>",
|
| 236 |
+
"split_special_tokens": false,
|
| 237 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 238 |
+
"unk_token": null
|
| 239 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,898 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 1.2100026888948643,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 27000,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 0.022407457201756745,
|
| 14 |
+
"grad_norm": 8.506103515625,
|
| 15 |
+
"learning_rate": 2.2356630824372757e-07,
|
| 16 |
+
"logits/chosen": 6.388164043426514,
|
| 17 |
+
"logits/rejected": 6.283551216125488,
|
| 18 |
+
"logps/chosen": -150.98416137695312,
|
| 19 |
+
"logps/rejected": -164.53150939941406,
|
| 20 |
+
"loss": 4.7093,
|
| 21 |
+
"nll_loss": 1.7058002948760986,
|
| 22 |
+
"rewards/accuracies": 0.5630000233650208,
|
| 23 |
+
"rewards/chosen": -15.098416328430176,
|
| 24 |
+
"rewards/margins": 1.3547368049621582,
|
| 25 |
+
"rewards/rejected": -16.45315170288086,
|
| 26 |
+
"step": 500
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"epoch": 0.04481491440351349,
|
| 30 |
+
"grad_norm": 4.922695159912109,
|
| 31 |
+
"learning_rate": 4.475806451612903e-07,
|
| 32 |
+
"logits/chosen": 6.306144714355469,
|
| 33 |
+
"logits/rejected": 6.381274700164795,
|
| 34 |
+
"logps/chosen": -152.2466278076172,
|
| 35 |
+
"logps/rejected": -161.44313049316406,
|
| 36 |
+
"loss": 4.8038,
|
| 37 |
+
"nll_loss": 1.6513851881027222,
|
| 38 |
+
"rewards/accuracies": 0.5414999723434448,
|
| 39 |
+
"rewards/chosen": -15.22465991973877,
|
| 40 |
+
"rewards/margins": 0.9196523427963257,
|
| 41 |
+
"rewards/rejected": -16.14431381225586,
|
| 42 |
+
"step": 1000
|
| 43 |
+
},
|
| 44 |
+
{
|
| 45 |
+
"epoch": 0.06722237160527024,
|
| 46 |
+
"grad_norm": 9.9428129196167,
|
| 47 |
+
"learning_rate": 6.71594982078853e-07,
|
| 48 |
+
"logits/chosen": 6.642213821411133,
|
| 49 |
+
"logits/rejected": 6.576653957366943,
|
| 50 |
+
"logps/chosen": -142.99542236328125,
|
| 51 |
+
"logps/rejected": -156.31275939941406,
|
| 52 |
+
"loss": 4.4727,
|
| 53 |
+
"nll_loss": 1.5767009258270264,
|
| 54 |
+
"rewards/accuracies": 0.5625,
|
| 55 |
+
"rewards/chosen": -14.299542427062988,
|
| 56 |
+
"rewards/margins": 1.3317352533340454,
|
| 57 |
+
"rewards/rejected": -15.63127613067627,
|
| 58 |
+
"step": 1500
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 0.08962982880702698,
|
| 62 |
+
"grad_norm": 20.546499252319336,
|
| 63 |
+
"learning_rate": 8.956093189964156e-07,
|
| 64 |
+
"logits/chosen": 6.944845676422119,
|
| 65 |
+
"logits/rejected": 6.904578685760498,
|
| 66 |
+
"logps/chosen": -132.52967834472656,
|
| 67 |
+
"logps/rejected": -145.89498901367188,
|
| 68 |
+
"loss": 4.3756,
|
| 69 |
+
"nll_loss": 1.464522361755371,
|
| 70 |
+
"rewards/accuracies": 0.5665000081062317,
|
| 71 |
+
"rewards/chosen": -13.25296688079834,
|
| 72 |
+
"rewards/margins": 1.336530327796936,
|
| 73 |
+
"rewards/rejected": -14.589498519897461,
|
| 74 |
+
"step": 2000
|
| 75 |
+
},
|
| 76 |
+
{
|
| 77 |
+
"epoch": 0.11203728600878372,
|
| 78 |
+
"grad_norm": 14.785259246826172,
|
| 79 |
+
"learning_rate": 9.937022360600055e-07,
|
| 80 |
+
"logits/chosen": 7.011036396026611,
|
| 81 |
+
"logits/rejected": 7.072568893432617,
|
| 82 |
+
"logps/chosen": -134.64288330078125,
|
| 83 |
+
"logps/rejected": -143.9438018798828,
|
| 84 |
+
"loss": 4.5835,
|
| 85 |
+
"nll_loss": 1.351072072982788,
|
| 86 |
+
"rewards/accuracies": 0.578000009059906,
|
| 87 |
+
"rewards/chosen": -13.464289665222168,
|
| 88 |
+
"rewards/margins": 0.9300898313522339,
|
| 89 |
+
"rewards/rejected": -14.394380569458008,
|
| 90 |
+
"step": 2500
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"epoch": 0.13444474321054048,
|
| 94 |
+
"grad_norm": 5.165164470672607,
|
| 95 |
+
"learning_rate": 9.819086706293046e-07,
|
| 96 |
+
"logits/chosen": 7.212893486022949,
|
| 97 |
+
"logits/rejected": 7.211627006530762,
|
| 98 |
+
"logps/chosen": -128.81529235839844,
|
| 99 |
+
"logps/rejected": -141.94216918945312,
|
| 100 |
+
"loss": 4.2479,
|
| 101 |
+
"nll_loss": 1.3148466348648071,
|
| 102 |
+
"rewards/accuracies": 0.574999988079071,
|
| 103 |
+
"rewards/chosen": -12.881529808044434,
|
| 104 |
+
"rewards/margins": 1.3126877546310425,
|
| 105 |
+
"rewards/rejected": -14.194218635559082,
|
| 106 |
+
"step": 3000
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"epoch": 0.15685220041229722,
|
| 110 |
+
"grad_norm": 22.26495933532715,
|
| 111 |
+
"learning_rate": 9.701151051986037e-07,
|
| 112 |
+
"logits/chosen": 7.118086338043213,
|
| 113 |
+
"logits/rejected": 7.057218074798584,
|
| 114 |
+
"logps/chosen": -125.0680160522461,
|
| 115 |
+
"logps/rejected": -140.8050994873047,
|
| 116 |
+
"loss": 4.0929,
|
| 117 |
+
"nll_loss": 1.2322442531585693,
|
| 118 |
+
"rewards/accuracies": 0.6004999876022339,
|
| 119 |
+
"rewards/chosen": -12.506800651550293,
|
| 120 |
+
"rewards/margins": 1.573709487915039,
|
| 121 |
+
"rewards/rejected": -14.080512046813965,
|
| 122 |
+
"step": 3500
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.17925965761405396,
|
| 126 |
+
"grad_norm": 21.61150360107422,
|
| 127 |
+
"learning_rate": 9.583215397679026e-07,
|
| 128 |
+
"logits/chosen": 7.041640758514404,
|
| 129 |
+
"logits/rejected": 7.064163684844971,
|
| 130 |
+
"logps/chosen": -124.78068542480469,
|
| 131 |
+
"logps/rejected": -141.89564514160156,
|
| 132 |
+
"loss": 4.0565,
|
| 133 |
+
"nll_loss": 1.2375086545944214,
|
| 134 |
+
"rewards/accuracies": 0.5824999809265137,
|
| 135 |
+
"rewards/chosen": -12.478069305419922,
|
| 136 |
+
"rewards/margins": 1.7114943265914917,
|
| 137 |
+
"rewards/rejected": -14.18956470489502,
|
| 138 |
+
"step": 4000
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"epoch": 0.2016671148158107,
|
| 142 |
+
"grad_norm": 26.76652717590332,
|
| 143 |
+
"learning_rate": 9.465279743372016e-07,
|
| 144 |
+
"logits/chosen": 6.971283912658691,
|
| 145 |
+
"logits/rejected": 6.967947959899902,
|
| 146 |
+
"logps/chosen": -123.69017791748047,
|
| 147 |
+
"logps/rejected": -140.5256805419922,
|
| 148 |
+
"loss": 4.1844,
|
| 149 |
+
"nll_loss": 1.235988974571228,
|
| 150 |
+
"rewards/accuracies": 0.593500018119812,
|
| 151 |
+
"rewards/chosen": -12.369016647338867,
|
| 152 |
+
"rewards/margins": 1.6835527420043945,
|
| 153 |
+
"rewards/rejected": -14.052570343017578,
|
| 154 |
+
"step": 4500
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"epoch": 0.22407457201756745,
|
| 158 |
+
"grad_norm": 21.370220184326172,
|
| 159 |
+
"learning_rate": 9.347344089065006e-07,
|
| 160 |
+
"logits/chosen": 6.8366312980651855,
|
| 161 |
+
"logits/rejected": 6.852107048034668,
|
| 162 |
+
"logps/chosen": -120.40402221679688,
|
| 163 |
+
"logps/rejected": -143.4335479736328,
|
| 164 |
+
"loss": 3.9117,
|
| 165 |
+
"nll_loss": 1.2122446298599243,
|
| 166 |
+
"rewards/accuracies": 0.6075000166893005,
|
| 167 |
+
"rewards/chosen": -12.040403366088867,
|
| 168 |
+
"rewards/margins": 2.302950859069824,
|
| 169 |
+
"rewards/rejected": -14.343354225158691,
|
| 170 |
+
"step": 5000
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 0.2464820292193242,
|
| 174 |
+
"grad_norm": 22.27083396911621,
|
| 175 |
+
"learning_rate": 9.229408434757996e-07,
|
| 176 |
+
"logits/chosen": 6.642422676086426,
|
| 177 |
+
"logits/rejected": 6.819465637207031,
|
| 178 |
+
"logps/chosen": -125.4427490234375,
|
| 179 |
+
"logps/rejected": -141.2194366455078,
|
| 180 |
+
"loss": 4.3143,
|
| 181 |
+
"nll_loss": 1.2294857501983643,
|
| 182 |
+
"rewards/accuracies": 0.5755000114440918,
|
| 183 |
+
"rewards/chosen": -12.544275283813477,
|
| 184 |
+
"rewards/margins": 1.5776691436767578,
|
| 185 |
+
"rewards/rejected": -14.12194538116455,
|
| 186 |
+
"step": 5500
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"epoch": 0.26888948642108096,
|
| 190 |
+
"grad_norm": 6.539377689361572,
|
| 191 |
+
"learning_rate": 9.111472780450985e-07,
|
| 192 |
+
"logits/chosen": 6.640513896942139,
|
| 193 |
+
"logits/rejected": 6.69844913482666,
|
| 194 |
+
"logps/chosen": -122.97315979003906,
|
| 195 |
+
"logps/rejected": -147.83261108398438,
|
| 196 |
+
"loss": 3.9476,
|
| 197 |
+
"nll_loss": 1.2082951068878174,
|
| 198 |
+
"rewards/accuracies": 0.628000020980835,
|
| 199 |
+
"rewards/chosen": -12.297317504882812,
|
| 200 |
+
"rewards/margins": 2.4859437942504883,
|
| 201 |
+
"rewards/rejected": -14.783259391784668,
|
| 202 |
+
"step": 6000
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"epoch": 0.2912969436228377,
|
| 206 |
+
"grad_norm": 33.63134765625,
|
| 207 |
+
"learning_rate": 8.993537126143975e-07,
|
| 208 |
+
"logits/chosen": 6.650857925415039,
|
| 209 |
+
"logits/rejected": 6.703997611999512,
|
| 210 |
+
"logps/chosen": -118.37783813476562,
|
| 211 |
+
"logps/rejected": -146.44586181640625,
|
| 212 |
+
"loss": 3.6968,
|
| 213 |
+
"nll_loss": 1.2175222635269165,
|
| 214 |
+
"rewards/accuracies": 0.625,
|
| 215 |
+
"rewards/chosen": -11.837782859802246,
|
| 216 |
+
"rewards/margins": 2.8068015575408936,
|
| 217 |
+
"rewards/rejected": -14.644585609436035,
|
| 218 |
+
"step": 6500
|
| 219 |
+
},
|
| 220 |
+
{
|
| 221 |
+
"epoch": 0.31370440082459444,
|
| 222 |
+
"grad_norm": 9.306456565856934,
|
| 223 |
+
"learning_rate": 8.875601471836965e-07,
|
| 224 |
+
"logits/chosen": 6.396566390991211,
|
| 225 |
+
"logits/rejected": 6.541921615600586,
|
| 226 |
+
"logps/chosen": -126.1952133178711,
|
| 227 |
+
"logps/rejected": -156.82826232910156,
|
| 228 |
+
"loss": 3.8978,
|
| 229 |
+
"nll_loss": 1.2233952283859253,
|
| 230 |
+
"rewards/accuracies": 0.6215000152587891,
|
| 231 |
+
"rewards/chosen": -12.619522094726562,
|
| 232 |
+
"rewards/margins": 3.0633037090301514,
|
| 233 |
+
"rewards/rejected": -15.68282699584961,
|
| 234 |
+
"step": 7000
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.3361118580263512,
|
| 238 |
+
"grad_norm": 52.533870697021484,
|
| 239 |
+
"learning_rate": 8.757665817529955e-07,
|
| 240 |
+
"logits/chosen": 6.345678329467773,
|
| 241 |
+
"logits/rejected": 6.36190128326416,
|
| 242 |
+
"logps/chosen": -126.47830963134766,
|
| 243 |
+
"logps/rejected": -172.89540100097656,
|
| 244 |
+
"loss": 3.5842,
|
| 245 |
+
"nll_loss": 1.21086585521698,
|
| 246 |
+
"rewards/accuracies": 0.6635000109672546,
|
| 247 |
+
"rewards/chosen": -12.64783000946045,
|
| 248 |
+
"rewards/margins": 4.6417107582092285,
|
| 249 |
+
"rewards/rejected": -17.289539337158203,
|
| 250 |
+
"step": 7500
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"epoch": 0.3585193152281079,
|
| 254 |
+
"grad_norm": 5.680696964263916,
|
| 255 |
+
"learning_rate": 8.639730163222945e-07,
|
| 256 |
+
"logits/chosen": 6.292329788208008,
|
| 257 |
+
"logits/rejected": 6.211752891540527,
|
| 258 |
+
"logps/chosen": -125.1585922241211,
|
| 259 |
+
"logps/rejected": -183.92459106445312,
|
| 260 |
+
"loss": 3.5147,
|
| 261 |
+
"nll_loss": 1.2218888998031616,
|
| 262 |
+
"rewards/accuracies": 0.6790000200271606,
|
| 263 |
+
"rewards/chosen": -12.515860557556152,
|
| 264 |
+
"rewards/margins": 5.876598358154297,
|
| 265 |
+
"rewards/rejected": -18.392457962036133,
|
| 266 |
+
"step": 8000
|
| 267 |
+
},
|
| 268 |
+
{
|
| 269 |
+
"epoch": 0.38092677242986467,
|
| 270 |
+
"grad_norm": 229.6942138671875,
|
| 271 |
+
"learning_rate": 8.521794508915935e-07,
|
| 272 |
+
"logits/chosen": 6.256952285766602,
|
| 273 |
+
"logits/rejected": 6.1186699867248535,
|
| 274 |
+
"logps/chosen": -121.80457305908203,
|
| 275 |
+
"logps/rejected": -195.48875427246094,
|
| 276 |
+
"loss": 3.1057,
|
| 277 |
+
"nll_loss": 1.2142161130905151,
|
| 278 |
+
"rewards/accuracies": 0.6834999918937683,
|
| 279 |
+
"rewards/chosen": -12.18045711517334,
|
| 280 |
+
"rewards/margins": 7.368417739868164,
|
| 281 |
+
"rewards/rejected": -19.54887580871582,
|
| 282 |
+
"step": 8500
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"epoch": 0.4033342296316214,
|
| 286 |
+
"grad_norm": 38.856204986572266,
|
| 287 |
+
"learning_rate": 8.403858854608925e-07,
|
| 288 |
+
"logits/chosen": 6.191353797912598,
|
| 289 |
+
"logits/rejected": 6.074046611785889,
|
| 290 |
+
"logps/chosen": -123.83197784423828,
|
| 291 |
+
"logps/rejected": -199.24847412109375,
|
| 292 |
+
"loss": 3.1358,
|
| 293 |
+
"nll_loss": 1.2347651720046997,
|
| 294 |
+
"rewards/accuracies": 0.6940000057220459,
|
| 295 |
+
"rewards/chosen": -12.383196830749512,
|
| 296 |
+
"rewards/margins": 7.54164981842041,
|
| 297 |
+
"rewards/rejected": -19.924846649169922,
|
| 298 |
+
"step": 9000
|
| 299 |
+
},
|
| 300 |
+
{
|
| 301 |
+
"epoch": 0.42574168683337815,
|
| 302 |
+
"grad_norm": 7.541586875915527,
|
| 303 |
+
"learning_rate": 8.285923200301915e-07,
|
| 304 |
+
"logits/chosen": 6.239284992218018,
|
| 305 |
+
"logits/rejected": 5.987191677093506,
|
| 306 |
+
"logps/chosen": -124.85488891601562,
|
| 307 |
+
"logps/rejected": -211.95565795898438,
|
| 308 |
+
"loss": 3.2063,
|
| 309 |
+
"nll_loss": 1.2126648426055908,
|
| 310 |
+
"rewards/accuracies": 0.7059999704360962,
|
| 311 |
+
"rewards/chosen": -12.485487937927246,
|
| 312 |
+
"rewards/margins": 8.710078239440918,
|
| 313 |
+
"rewards/rejected": -21.19556427001953,
|
| 314 |
+
"step": 9500
|
| 315 |
+
},
|
| 316 |
+
{
|
| 317 |
+
"epoch": 0.4481491440351349,
|
| 318 |
+
"grad_norm": 203.79039001464844,
|
| 319 |
+
"learning_rate": 8.167987545994904e-07,
|
| 320 |
+
"logits/chosen": 6.260392665863037,
|
| 321 |
+
"logits/rejected": 5.989898204803467,
|
| 322 |
+
"logps/chosen": -125.32071685791016,
|
| 323 |
+
"logps/rejected": -219.6128387451172,
|
| 324 |
+
"loss": 3.0664,
|
| 325 |
+
"nll_loss": 1.2339407205581665,
|
| 326 |
+
"rewards/accuracies": 0.6859999895095825,
|
| 327 |
+
"rewards/chosen": -12.532071113586426,
|
| 328 |
+
"rewards/margins": 9.429213523864746,
|
| 329 |
+
"rewards/rejected": -21.961284637451172,
|
| 330 |
+
"step": 10000
|
| 331 |
+
},
|
| 332 |
+
{
|
| 333 |
+
"epoch": 0.47055660123689164,
|
| 334 |
+
"grad_norm": 47.179386138916016,
|
| 335 |
+
"learning_rate": 8.050051891687894e-07,
|
| 336 |
+
"logits/chosen": 6.154437065124512,
|
| 337 |
+
"logits/rejected": 5.911861419677734,
|
| 338 |
+
"logps/chosen": -124.98944091796875,
|
| 339 |
+
"logps/rejected": -221.49061584472656,
|
| 340 |
+
"loss": 3.0071,
|
| 341 |
+
"nll_loss": 1.2235456705093384,
|
| 342 |
+
"rewards/accuracies": 0.7020000219345093,
|
| 343 |
+
"rewards/chosen": -12.498944282531738,
|
| 344 |
+
"rewards/margins": 9.650117874145508,
|
| 345 |
+
"rewards/rejected": -22.14906120300293,
|
| 346 |
+
"step": 10500
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.4929640584386484,
|
| 350 |
+
"grad_norm": 47.614830017089844,
|
| 351 |
+
"learning_rate": 7.932116237380885e-07,
|
| 352 |
+
"logits/chosen": 6.229808807373047,
|
| 353 |
+
"logits/rejected": 5.8305230140686035,
|
| 354 |
+
"logps/chosen": -120.84117126464844,
|
| 355 |
+
"logps/rejected": -226.11627197265625,
|
| 356 |
+
"loss": 2.8767,
|
| 357 |
+
"nll_loss": 1.2143878936767578,
|
| 358 |
+
"rewards/accuracies": 0.7164999842643738,
|
| 359 |
+
"rewards/chosen": -12.084115982055664,
|
| 360 |
+
"rewards/margins": 10.527509689331055,
|
| 361 |
+
"rewards/rejected": -22.61162757873535,
|
| 362 |
+
"step": 11000
|
| 363 |
+
},
|
| 364 |
+
{
|
| 365 |
+
"epoch": 0.5153715156404052,
|
| 366 |
+
"grad_norm": 4.079768180847168,
|
| 367 |
+
"learning_rate": 7.814180583073875e-07,
|
| 368 |
+
"logits/chosen": 6.222982406616211,
|
| 369 |
+
"logits/rejected": 5.716063499450684,
|
| 370 |
+
"logps/chosen": -115.15640258789062,
|
| 371 |
+
"logps/rejected": -238.39898681640625,
|
| 372 |
+
"loss": 2.6547,
|
| 373 |
+
"nll_loss": 1.185829758644104,
|
| 374 |
+
"rewards/accuracies": 0.7310000061988831,
|
| 375 |
+
"rewards/chosen": -11.515642166137695,
|
| 376 |
+
"rewards/margins": 12.324254989624023,
|
| 377 |
+
"rewards/rejected": -23.839895248413086,
|
| 378 |
+
"step": 11500
|
| 379 |
+
},
|
| 380 |
+
{
|
| 381 |
+
"epoch": 0.5377789728421619,
|
| 382 |
+
"grad_norm": 7.2531538009643555,
|
| 383 |
+
"learning_rate": 7.696244928766864e-07,
|
| 384 |
+
"logits/chosen": 5.979344367980957,
|
| 385 |
+
"logits/rejected": 5.487608909606934,
|
| 386 |
+
"logps/chosen": -123.36662292480469,
|
| 387 |
+
"logps/rejected": -242.37765502929688,
|
| 388 |
+
"loss": 2.9167,
|
| 389 |
+
"nll_loss": 1.171997308731079,
|
| 390 |
+
"rewards/accuracies": 0.7264999747276306,
|
| 391 |
+
"rewards/chosen": -12.336663246154785,
|
| 392 |
+
"rewards/margins": 11.901101112365723,
|
| 393 |
+
"rewards/rejected": -24.23776626586914,
|
| 394 |
+
"step": 12000
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"epoch": 0.5601864300439187,
|
| 398 |
+
"grad_norm": 10.61841106414795,
|
| 399 |
+
"learning_rate": 7.578309274459854e-07,
|
| 400 |
+
"logits/chosen": 5.975569248199463,
|
| 401 |
+
"logits/rejected": 5.519693374633789,
|
| 402 |
+
"logps/chosen": -121.61878204345703,
|
| 403 |
+
"logps/rejected": -242.49684143066406,
|
| 404 |
+
"loss": 2.8891,
|
| 405 |
+
"nll_loss": 1.1807277202606201,
|
| 406 |
+
"rewards/accuracies": 0.7315000295639038,
|
| 407 |
+
"rewards/chosen": -12.16187858581543,
|
| 408 |
+
"rewards/margins": 12.087806701660156,
|
| 409 |
+
"rewards/rejected": -24.249683380126953,
|
| 410 |
+
"step": 12500
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"epoch": 0.5825938872456754,
|
| 414 |
+
"grad_norm": 7.33936071395874,
|
| 415 |
+
"learning_rate": 7.460373620152844e-07,
|
| 416 |
+
"logits/chosen": 5.970071315765381,
|
| 417 |
+
"logits/rejected": 5.4041032791137695,
|
| 418 |
+
"logps/chosen": -122.3097152709961,
|
| 419 |
+
"logps/rejected": -258.98699951171875,
|
| 420 |
+
"loss": 2.8075,
|
| 421 |
+
"nll_loss": 1.163968563079834,
|
| 422 |
+
"rewards/accuracies": 0.7360000014305115,
|
| 423 |
+
"rewards/chosen": -12.230973243713379,
|
| 424 |
+
"rewards/margins": 13.667726516723633,
|
| 425 |
+
"rewards/rejected": -25.898698806762695,
|
| 426 |
+
"step": 13000
|
| 427 |
+
},
|
| 428 |
+
{
|
| 429 |
+
"epoch": 0.6050013444474321,
|
| 430 |
+
"grad_norm": 10.452156066894531,
|
| 431 |
+
"learning_rate": 7.342437965845834e-07,
|
| 432 |
+
"logits/chosen": 6.058469295501709,
|
| 433 |
+
"logits/rejected": 5.49982213973999,
|
| 434 |
+
"logps/chosen": -122.52383422851562,
|
| 435 |
+
"logps/rejected": -261.96868896484375,
|
| 436 |
+
"loss": 2.8721,
|
| 437 |
+
"nll_loss": 1.190604567527771,
|
| 438 |
+
"rewards/accuracies": 0.7279999852180481,
|
| 439 |
+
"rewards/chosen": -12.252385139465332,
|
| 440 |
+
"rewards/margins": 13.944486618041992,
|
| 441 |
+
"rewards/rejected": -26.196870803833008,
|
| 442 |
+
"step": 13500
|
| 443 |
+
},
|
| 444 |
+
{
|
| 445 |
+
"epoch": 0.6274088016491889,
|
| 446 |
+
"grad_norm": 11.139547348022461,
|
| 447 |
+
"learning_rate": 7.224502311538823e-07,
|
| 448 |
+
"logits/chosen": 6.06943416595459,
|
| 449 |
+
"logits/rejected": 5.572029113769531,
|
| 450 |
+
"logps/chosen": -120.20881652832031,
|
| 451 |
+
"logps/rejected": -256.650146484375,
|
| 452 |
+
"loss": 2.7815,
|
| 453 |
+
"nll_loss": 1.1917482614517212,
|
| 454 |
+
"rewards/accuracies": 0.7149999737739563,
|
| 455 |
+
"rewards/chosen": -12.020880699157715,
|
| 456 |
+
"rewards/margins": 13.64413070678711,
|
| 457 |
+
"rewards/rejected": -25.665016174316406,
|
| 458 |
+
"step": 14000
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 0.6498162588509456,
|
| 462 |
+
"grad_norm": 47.280433654785156,
|
| 463 |
+
"learning_rate": 7.106566657231814e-07,
|
| 464 |
+
"logits/chosen": 5.949710845947266,
|
| 465 |
+
"logits/rejected": 5.425146102905273,
|
| 466 |
+
"logps/chosen": -124.7117691040039,
|
| 467 |
+
"logps/rejected": -269.748291015625,
|
| 468 |
+
"loss": 3.11,
|
| 469 |
+
"nll_loss": 1.1818426847457886,
|
| 470 |
+
"rewards/accuracies": 0.7260000109672546,
|
| 471 |
+
"rewards/chosen": -12.471176147460938,
|
| 472 |
+
"rewards/margins": 14.503654479980469,
|
| 473 |
+
"rewards/rejected": -26.974828720092773,
|
| 474 |
+
"step": 14500
|
| 475 |
+
},
|
| 476 |
+
{
|
| 477 |
+
"epoch": 0.6722237160527024,
|
| 478 |
+
"grad_norm": 887.6209106445312,
|
| 479 |
+
"learning_rate": 6.988631002924804e-07,
|
| 480 |
+
"logits/chosen": 5.897467136383057,
|
| 481 |
+
"logits/rejected": 5.365013122558594,
|
| 482 |
+
"logps/chosen": -121.7276611328125,
|
| 483 |
+
"logps/rejected": -270.69476318359375,
|
| 484 |
+
"loss": 2.7853,
|
| 485 |
+
"nll_loss": 1.1876649856567383,
|
| 486 |
+
"rewards/accuracies": 0.7315000295639038,
|
| 487 |
+
"rewards/chosen": -12.172765731811523,
|
| 488 |
+
"rewards/margins": 14.896709442138672,
|
| 489 |
+
"rewards/rejected": -27.069477081298828,
|
| 490 |
+
"step": 15000
|
| 491 |
+
},
|
| 492 |
+
{
|
| 493 |
+
"epoch": 0.6946311732544591,
|
| 494 |
+
"grad_norm": 101.6743392944336,
|
| 495 |
+
"learning_rate": 6.870695348617794e-07,
|
| 496 |
+
"logits/chosen": 6.049013614654541,
|
| 497 |
+
"logits/rejected": 5.464139461517334,
|
| 498 |
+
"logps/chosen": -113.61859130859375,
|
| 499 |
+
"logps/rejected": -255.9214630126953,
|
| 500 |
+
"loss": 2.7905,
|
| 501 |
+
"nll_loss": 1.15791654586792,
|
| 502 |
+
"rewards/accuracies": 0.7434999942779541,
|
| 503 |
+
"rewards/chosen": -11.361859321594238,
|
| 504 |
+
"rewards/margins": 14.2302885055542,
|
| 505 |
+
"rewards/rejected": -25.592147827148438,
|
| 506 |
+
"step": 15500
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"epoch": 0.7170386304562159,
|
| 510 |
+
"grad_norm": 6.648136615753174,
|
| 511 |
+
"learning_rate": 6.752759694310783e-07,
|
| 512 |
+
"logits/chosen": 5.878724575042725,
|
| 513 |
+
"logits/rejected": 5.278157711029053,
|
| 514 |
+
"logps/chosen": -119.80939483642578,
|
| 515 |
+
"logps/rejected": -268.7624816894531,
|
| 516 |
+
"loss": 2.6896,
|
| 517 |
+
"nll_loss": 1.1567949056625366,
|
| 518 |
+
"rewards/accuracies": 0.746999979019165,
|
| 519 |
+
"rewards/chosen": -11.980939865112305,
|
| 520 |
+
"rewards/margins": 14.895305633544922,
|
| 521 |
+
"rewards/rejected": -26.876245498657227,
|
| 522 |
+
"step": 16000
|
| 523 |
+
},
|
| 524 |
+
{
|
| 525 |
+
"epoch": 0.7394460876579726,
|
| 526 |
+
"grad_norm": 695.8414306640625,
|
| 527 |
+
"learning_rate": 6.634824040003773e-07,
|
| 528 |
+
"logits/chosen": 5.902768135070801,
|
| 529 |
+
"logits/rejected": 5.250386714935303,
|
| 530 |
+
"logps/chosen": -118.48967742919922,
|
| 531 |
+
"logps/rejected": -269.3214416503906,
|
| 532 |
+
"loss": 2.8065,
|
| 533 |
+
"nll_loss": 1.1784237623214722,
|
| 534 |
+
"rewards/accuracies": 0.7419999837875366,
|
| 535 |
+
"rewards/chosen": -11.848968505859375,
|
| 536 |
+
"rewards/margins": 15.083173751831055,
|
| 537 |
+
"rewards/rejected": -26.93214225769043,
|
| 538 |
+
"step": 16500
|
| 539 |
+
},
|
| 540 |
+
{
|
| 541 |
+
"epoch": 0.7618535448597293,
|
| 542 |
+
"grad_norm": 3.3734772205352783,
|
| 543 |
+
"learning_rate": 6.516888385696764e-07,
|
| 544 |
+
"logits/chosen": 5.808507919311523,
|
| 545 |
+
"logits/rejected": 5.211460590362549,
|
| 546 |
+
"logps/chosen": -119.68141174316406,
|
| 547 |
+
"logps/rejected": -278.1335754394531,
|
| 548 |
+
"loss": 2.6728,
|
| 549 |
+
"nll_loss": 1.149533987045288,
|
| 550 |
+
"rewards/accuracies": 0.7584999799728394,
|
| 551 |
+
"rewards/chosen": -11.968141555786133,
|
| 552 |
+
"rewards/margins": 15.84521484375,
|
| 553 |
+
"rewards/rejected": -27.813356399536133,
|
| 554 |
+
"step": 17000
|
| 555 |
+
},
|
| 556 |
+
{
|
| 557 |
+
"epoch": 0.7842610020614861,
|
| 558 |
+
"grad_norm": 11.741183280944824,
|
| 559 |
+
"learning_rate": 6.398952731389754e-07,
|
| 560 |
+
"logits/chosen": 5.954285144805908,
|
| 561 |
+
"logits/rejected": 5.2305779457092285,
|
| 562 |
+
"logps/chosen": -118.8548812866211,
|
| 563 |
+
"logps/rejected": -274.6248779296875,
|
| 564 |
+
"loss": 2.782,
|
| 565 |
+
"nll_loss": 1.1827383041381836,
|
| 566 |
+
"rewards/accuracies": 0.7519999742507935,
|
| 567 |
+
"rewards/chosen": -11.885488510131836,
|
| 568 |
+
"rewards/margins": 15.577001571655273,
|
| 569 |
+
"rewards/rejected": -27.46249008178711,
|
| 570 |
+
"step": 17500
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 0.8066684592632428,
|
| 574 |
+
"grad_norm": 6.003170967102051,
|
| 575 |
+
"learning_rate": 6.281017077082744e-07,
|
| 576 |
+
"logits/chosen": 5.736708164215088,
|
| 577 |
+
"logits/rejected": 5.108031749725342,
|
| 578 |
+
"logps/chosen": -119.36869049072266,
|
| 579 |
+
"logps/rejected": -283.8721008300781,
|
| 580 |
+
"loss": 2.5192,
|
| 581 |
+
"nll_loss": 1.1537575721740723,
|
| 582 |
+
"rewards/accuracies": 0.746999979019165,
|
| 583 |
+
"rewards/chosen": -11.936868667602539,
|
| 584 |
+
"rewards/margins": 16.450340270996094,
|
| 585 |
+
"rewards/rejected": -28.38720703125,
|
| 586 |
+
"step": 18000
|
| 587 |
+
},
|
| 588 |
+
{
|
| 589 |
+
"epoch": 0.8290759164649996,
|
| 590 |
+
"grad_norm": 6.127528190612793,
|
| 591 |
+
"learning_rate": 6.163081422775734e-07,
|
| 592 |
+
"logits/chosen": 5.798559665679932,
|
| 593 |
+
"logits/rejected": 5.145273208618164,
|
| 594 |
+
"logps/chosen": -116.72356414794922,
|
| 595 |
+
"logps/rejected": -271.2331848144531,
|
| 596 |
+
"loss": 2.6768,
|
| 597 |
+
"nll_loss": 1.162487268447876,
|
| 598 |
+
"rewards/accuracies": 0.7419999837875366,
|
| 599 |
+
"rewards/chosen": -11.672357559204102,
|
| 600 |
+
"rewards/margins": 15.450961112976074,
|
| 601 |
+
"rewards/rejected": -27.123315811157227,
|
| 602 |
+
"step": 18500
|
| 603 |
+
},
|
| 604 |
+
{
|
| 605 |
+
"epoch": 0.8514833736667563,
|
| 606 |
+
"grad_norm": 10.272464752197266,
|
| 607 |
+
"learning_rate": 6.045145768468724e-07,
|
| 608 |
+
"logits/chosen": 5.804078102111816,
|
| 609 |
+
"logits/rejected": 5.157005310058594,
|
| 610 |
+
"logps/chosen": -125.4914321899414,
|
| 611 |
+
"logps/rejected": -290.3161315917969,
|
| 612 |
+
"loss": 2.8775,
|
| 613 |
+
"nll_loss": 1.1908812522888184,
|
| 614 |
+
"rewards/accuracies": 0.7505000233650208,
|
| 615 |
+
"rewards/chosen": -12.54914379119873,
|
| 616 |
+
"rewards/margins": 16.482467651367188,
|
| 617 |
+
"rewards/rejected": -29.0316104888916,
|
| 618 |
+
"step": 19000
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"epoch": 0.873890830868513,
|
| 622 |
+
"grad_norm": 8.924664497375488,
|
| 623 |
+
"learning_rate": 5.927210114161713e-07,
|
| 624 |
+
"logits/chosen": 5.890047550201416,
|
| 625 |
+
"logits/rejected": 5.312379360198975,
|
| 626 |
+
"logps/chosen": -117.87967681884766,
|
| 627 |
+
"logps/rejected": -270.41766357421875,
|
| 628 |
+
"loss": 2.8344,
|
| 629 |
+
"nll_loss": 1.1640441417694092,
|
| 630 |
+
"rewards/accuracies": 0.7595000267028809,
|
| 631 |
+
"rewards/chosen": -11.78796672821045,
|
| 632 |
+
"rewards/margins": 15.253799438476562,
|
| 633 |
+
"rewards/rejected": -27.041765213012695,
|
| 634 |
+
"step": 19500
|
| 635 |
+
},
|
| 636 |
+
{
|
| 637 |
+
"epoch": 0.8962982880702698,
|
| 638 |
+
"grad_norm": 84.9556884765625,
|
| 639 |
+
"learning_rate": 5.809274459854703e-07,
|
| 640 |
+
"logits/chosen": 5.801331996917725,
|
| 641 |
+
"logits/rejected": 5.0717902183532715,
|
| 642 |
+
"logps/chosen": -121.90699768066406,
|
| 643 |
+
"logps/rejected": -299.4970397949219,
|
| 644 |
+
"loss": 2.6789,
|
| 645 |
+
"nll_loss": 1.175416111946106,
|
| 646 |
+
"rewards/accuracies": 0.762499988079071,
|
| 647 |
+
"rewards/chosen": -12.19070053100586,
|
| 648 |
+
"rewards/margins": 17.759004592895508,
|
| 649 |
+
"rewards/rejected": -29.949705123901367,
|
| 650 |
+
"step": 20000
|
| 651 |
+
},
|
| 652 |
+
{
|
| 653 |
+
"epoch": 0.9187057452720265,
|
| 654 |
+
"grad_norm": 9.391518592834473,
|
| 655 |
+
"learning_rate": 5.691338805547693e-07,
|
| 656 |
+
"logits/chosen": 5.781292915344238,
|
| 657 |
+
"logits/rejected": 4.962510585784912,
|
| 658 |
+
"logps/chosen": -121.11032104492188,
|
| 659 |
+
"logps/rejected": -308.0752868652344,
|
| 660 |
+
"loss": 2.5481,
|
| 661 |
+
"nll_loss": 1.1432969570159912,
|
| 662 |
+
"rewards/accuracies": 0.7634999752044678,
|
| 663 |
+
"rewards/chosen": -12.111032485961914,
|
| 664 |
+
"rewards/margins": 18.69649887084961,
|
| 665 |
+
"rewards/rejected": -30.807527542114258,
|
| 666 |
+
"step": 20500
|
| 667 |
+
},
|
| 668 |
+
{
|
| 669 |
+
"epoch": 0.9411132024737833,
|
| 670 |
+
"grad_norm": 20.431760787963867,
|
| 671 |
+
"learning_rate": 5.573403151240683e-07,
|
| 672 |
+
"logits/chosen": 5.772525787353516,
|
| 673 |
+
"logits/rejected": 5.1370391845703125,
|
| 674 |
+
"logps/chosen": -119.0662841796875,
|
| 675 |
+
"logps/rejected": -288.95611572265625,
|
| 676 |
+
"loss": 2.6056,
|
| 677 |
+
"nll_loss": 1.155178427696228,
|
| 678 |
+
"rewards/accuracies": 0.7505000233650208,
|
| 679 |
+
"rewards/chosen": -11.906628608703613,
|
| 680 |
+
"rewards/margins": 16.988988876342773,
|
| 681 |
+
"rewards/rejected": -28.89561653137207,
|
| 682 |
+
"step": 21000
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"epoch": 0.96352065967554,
|
| 686 |
+
"grad_norm": 9.091734886169434,
|
| 687 |
+
"learning_rate": 5.455467496933673e-07,
|
| 688 |
+
"logits/chosen": 5.795172214508057,
|
| 689 |
+
"logits/rejected": 5.024606227874756,
|
| 690 |
+
"logps/chosen": -115.77607727050781,
|
| 691 |
+
"logps/rejected": -290.7126770019531,
|
| 692 |
+
"loss": 2.6734,
|
| 693 |
+
"nll_loss": 1.1651384830474854,
|
| 694 |
+
"rewards/accuracies": 0.7735000252723694,
|
| 695 |
+
"rewards/chosen": -11.577609062194824,
|
| 696 |
+
"rewards/margins": 17.4936580657959,
|
| 697 |
+
"rewards/rejected": -29.071266174316406,
|
| 698 |
+
"step": 21500
|
| 699 |
+
},
|
| 700 |
+
{
|
| 701 |
+
"epoch": 0.9859281168772968,
|
| 702 |
+
"grad_norm": 56.138492584228516,
|
| 703 |
+
"learning_rate": 5.337531842626663e-07,
|
| 704 |
+
"logits/chosen": 5.808271408081055,
|
| 705 |
+
"logits/rejected": 5.124356269836426,
|
| 706 |
+
"logps/chosen": -114.89234161376953,
|
| 707 |
+
"logps/rejected": -281.4605407714844,
|
| 708 |
+
"loss": 2.4982,
|
| 709 |
+
"nll_loss": 1.1335924863815308,
|
| 710 |
+
"rewards/accuracies": 0.7540000081062317,
|
| 711 |
+
"rewards/chosen": -11.489234924316406,
|
| 712 |
+
"rewards/margins": 16.65682029724121,
|
| 713 |
+
"rewards/rejected": -28.146055221557617,
|
| 714 |
+
"step": 22000
|
| 715 |
+
},
|
| 716 |
+
{
|
| 717 |
+
"epoch": 1.0083355740790536,
|
| 718 |
+
"grad_norm": 3.862569570541382,
|
| 719 |
+
"learning_rate": 5.219596188319653e-07,
|
| 720 |
+
"logits/chosen": 5.7207255363464355,
|
| 721 |
+
"logits/rejected": 5.00246000289917,
|
| 722 |
+
"logps/chosen": -123.77666473388672,
|
| 723 |
+
"logps/rejected": -305.8909912109375,
|
| 724 |
+
"loss": 2.7238,
|
| 725 |
+
"nll_loss": 1.1860337257385254,
|
| 726 |
+
"rewards/accuracies": 0.7705000042915344,
|
| 727 |
+
"rewards/chosen": -12.377666473388672,
|
| 728 |
+
"rewards/margins": 18.21143341064453,
|
| 729 |
+
"rewards/rejected": -30.589099884033203,
|
| 730 |
+
"step": 22500
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"epoch": 1.0307430312808104,
|
| 734 |
+
"grad_norm": 383.5379638671875,
|
| 735 |
+
"learning_rate": 5.101660534012643e-07,
|
| 736 |
+
"logits/chosen": 5.727014541625977,
|
| 737 |
+
"logits/rejected": 5.060346603393555,
|
| 738 |
+
"logps/chosen": -116.65225219726562,
|
| 739 |
+
"logps/rejected": -282.9936828613281,
|
| 740 |
+
"loss": 2.6371,
|
| 741 |
+
"nll_loss": 1.171337604522705,
|
| 742 |
+
"rewards/accuracies": 0.7505000233650208,
|
| 743 |
+
"rewards/chosen": -11.665225982666016,
|
| 744 |
+
"rewards/margins": 16.634140014648438,
|
| 745 |
+
"rewards/rejected": -28.29936981201172,
|
| 746 |
+
"step": 23000
|
| 747 |
+
},
|
| 748 |
+
{
|
| 749 |
+
"epoch": 1.053150488482567,
|
| 750 |
+
"grad_norm": 9.49420166015625,
|
| 751 |
+
"learning_rate": 4.983724879705633e-07,
|
| 752 |
+
"logits/chosen": 5.759654998779297,
|
| 753 |
+
"logits/rejected": 4.950366973876953,
|
| 754 |
+
"logps/chosen": -121.17098999023438,
|
| 755 |
+
"logps/rejected": -312.89959716796875,
|
| 756 |
+
"loss": 2.5624,
|
| 757 |
+
"nll_loss": 1.1499173641204834,
|
| 758 |
+
"rewards/accuracies": 0.7695000171661377,
|
| 759 |
+
"rewards/chosen": -12.117101669311523,
|
| 760 |
+
"rewards/margins": 19.172861099243164,
|
| 761 |
+
"rewards/rejected": -31.289958953857422,
|
| 762 |
+
"step": 23500
|
| 763 |
+
},
|
| 764 |
+
{
|
| 765 |
+
"epoch": 1.0755579456843238,
|
| 766 |
+
"grad_norm": 19.929637908935547,
|
| 767 |
+
"learning_rate": 4.865789225398622e-07,
|
| 768 |
+
"logits/chosen": 5.611916542053223,
|
| 769 |
+
"logits/rejected": 4.861335277557373,
|
| 770 |
+
"logps/chosen": -119.94727325439453,
|
| 771 |
+
"logps/rejected": -299.9891052246094,
|
| 772 |
+
"loss": 2.4789,
|
| 773 |
+
"nll_loss": 1.1652500629425049,
|
| 774 |
+
"rewards/accuracies": 0.7724999785423279,
|
| 775 |
+
"rewards/chosen": -11.994726181030273,
|
| 776 |
+
"rewards/margins": 18.004182815551758,
|
| 777 |
+
"rewards/rejected": -29.998910903930664,
|
| 778 |
+
"step": 24000
|
| 779 |
+
},
|
| 780 |
+
{
|
| 781 |
+
"epoch": 1.0979654028860806,
|
| 782 |
+
"grad_norm": 23.77342987060547,
|
| 783 |
+
"learning_rate": 4.7478535710916124e-07,
|
| 784 |
+
"logits/chosen": 5.708724498748779,
|
| 785 |
+
"logits/rejected": 4.925475597381592,
|
| 786 |
+
"logps/chosen": -121.61338806152344,
|
| 787 |
+
"logps/rejected": -305.72137451171875,
|
| 788 |
+
"loss": 2.7961,
|
| 789 |
+
"nll_loss": 1.142238974571228,
|
| 790 |
+
"rewards/accuracies": 0.7735000252723694,
|
| 791 |
+
"rewards/chosen": -12.161338806152344,
|
| 792 |
+
"rewards/margins": 18.410797119140625,
|
| 793 |
+
"rewards/rejected": -30.57213592529297,
|
| 794 |
+
"step": 24500
|
| 795 |
+
},
|
| 796 |
+
{
|
| 797 |
+
"epoch": 1.1203728600878373,
|
| 798 |
+
"grad_norm": 204.37399291992188,
|
| 799 |
+
"learning_rate": 4.629917916784602e-07,
|
| 800 |
+
"logits/chosen": 5.644859790802002,
|
| 801 |
+
"logits/rejected": 4.847799777984619,
|
| 802 |
+
"logps/chosen": -122.57526397705078,
|
| 803 |
+
"logps/rejected": -313.4942321777344,
|
| 804 |
+
"loss": 2.4683,
|
| 805 |
+
"nll_loss": 1.1514092683792114,
|
| 806 |
+
"rewards/accuracies": 0.7985000014305115,
|
| 807 |
+
"rewards/chosen": -12.257527351379395,
|
| 808 |
+
"rewards/margins": 19.091896057128906,
|
| 809 |
+
"rewards/rejected": -31.349422454833984,
|
| 810 |
+
"step": 25000
|
| 811 |
+
},
|
| 812 |
+
{
|
| 813 |
+
"epoch": 1.142780317289594,
|
| 814 |
+
"grad_norm": 3.609483480453491,
|
| 815 |
+
"learning_rate": 4.5119822624775924e-07,
|
| 816 |
+
"logits/chosen": 5.685230255126953,
|
| 817 |
+
"logits/rejected": 4.9433393478393555,
|
| 818 |
+
"logps/chosen": -115.14147186279297,
|
| 819 |
+
"logps/rejected": -300.2004699707031,
|
| 820 |
+
"loss": 2.3462,
|
| 821 |
+
"nll_loss": 1.1510778665542603,
|
| 822 |
+
"rewards/accuracies": 0.7894999980926514,
|
| 823 |
+
"rewards/chosen": -11.514147758483887,
|
| 824 |
+
"rewards/margins": 18.505897521972656,
|
| 825 |
+
"rewards/rejected": -30.02004623413086,
|
| 826 |
+
"step": 25500
|
| 827 |
+
},
|
| 828 |
+
{
|
| 829 |
+
"epoch": 1.1651877744913508,
|
| 830 |
+
"grad_norm": 4.68535852432251,
|
| 831 |
+
"learning_rate": 4.394046608170582e-07,
|
| 832 |
+
"logits/chosen": 5.764662265777588,
|
| 833 |
+
"logits/rejected": 4.978487491607666,
|
| 834 |
+
"logps/chosen": -117.07064819335938,
|
| 835 |
+
"logps/rejected": -287.5929260253906,
|
| 836 |
+
"loss": 2.5315,
|
| 837 |
+
"nll_loss": 1.1573420763015747,
|
| 838 |
+
"rewards/accuracies": 0.7639999985694885,
|
| 839 |
+
"rewards/chosen": -11.707064628601074,
|
| 840 |
+
"rewards/margins": 17.052227020263672,
|
| 841 |
+
"rewards/rejected": -28.759292602539062,
|
| 842 |
+
"step": 26000
|
| 843 |
+
},
|
| 844 |
+
{
|
| 845 |
+
"epoch": 1.1875952316931075,
|
| 846 |
+
"grad_norm": 330.53668212890625,
|
| 847 |
+
"learning_rate": 4.276110953863572e-07,
|
| 848 |
+
"logits/chosen": 5.670849800109863,
|
| 849 |
+
"logits/rejected": 4.9159650802612305,
|
| 850 |
+
"logps/chosen": -120.54727935791016,
|
| 851 |
+
"logps/rejected": -312.1987609863281,
|
| 852 |
+
"loss": 2.6538,
|
| 853 |
+
"nll_loss": 1.1695470809936523,
|
| 854 |
+
"rewards/accuracies": 0.7760000228881836,
|
| 855 |
+
"rewards/chosen": -12.054729461669922,
|
| 856 |
+
"rewards/margins": 19.165143966674805,
|
| 857 |
+
"rewards/rejected": -31.219871520996094,
|
| 858 |
+
"step": 26500
|
| 859 |
+
},
|
| 860 |
+
{
|
| 861 |
+
"epoch": 1.2100026888948643,
|
| 862 |
+
"grad_norm": 16.44524383544922,
|
| 863 |
+
"learning_rate": 4.1581752995565614e-07,
|
| 864 |
+
"logits/chosen": 5.748635768890381,
|
| 865 |
+
"logits/rejected": 4.906609058380127,
|
| 866 |
+
"logps/chosen": -113.723876953125,
|
| 867 |
+
"logps/rejected": -296.6240234375,
|
| 868 |
+
"loss": 2.3728,
|
| 869 |
+
"nll_loss": 1.1420414447784424,
|
| 870 |
+
"rewards/accuracies": 0.784500002861023,
|
| 871 |
+
"rewards/chosen": -11.372386932373047,
|
| 872 |
+
"rewards/margins": 18.290016174316406,
|
| 873 |
+
"rewards/rejected": -29.662403106689453,
|
| 874 |
+
"step": 27000
|
| 875 |
+
}
|
| 876 |
+
],
|
| 877 |
+
"logging_steps": 500,
|
| 878 |
+
"max_steps": 44628,
|
| 879 |
+
"num_input_tokens_seen": 0,
|
| 880 |
+
"num_train_epochs": 2,
|
| 881 |
+
"save_steps": 500,
|
| 882 |
+
"stateful_callbacks": {
|
| 883 |
+
"TrainerControl": {
|
| 884 |
+
"args": {
|
| 885 |
+
"should_epoch_stop": false,
|
| 886 |
+
"should_evaluate": false,
|
| 887 |
+
"should_log": false,
|
| 888 |
+
"should_save": true,
|
| 889 |
+
"should_training_stop": false
|
| 890 |
+
},
|
| 891 |
+
"attributes": {}
|
| 892 |
+
}
|
| 893 |
+
},
|
| 894 |
+
"total_flos": 0.0,
|
| 895 |
+
"train_batch_size": 2,
|
| 896 |
+
"trial_name": null,
|
| 897 |
+
"trial_params": null
|
| 898 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a453265bfb7b619bfcd95c17eb719309193110433b90f46208d091906fc3e444
|
| 3 |
+
size 6161
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|