sft warmup 2B vlm fix12, step 650
Browse files- .gitattributes +1 -0
- checkpoint-650/README.md +207 -0
- checkpoint-650/adapter_config.json +48 -0
- checkpoint-650/adapter_model.safetensors +3 -0
- checkpoint-650/chat_template.jinja +154 -0
- checkpoint-650/optimizer.pt +3 -0
- checkpoint-650/rng_state.pth +3 -0
- checkpoint-650/scheduler.pt +3 -0
- checkpoint-650/tokenizer.json +3 -0
- checkpoint-650/tokenizer_config.json +32 -0
- checkpoint-650/trainer_state.json +944 -0
- checkpoint-650/training_args.bin +3 -0
.gitattributes
CHANGED
|
@@ -45,3 +45,4 @@ checkpoint-450/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
| 45 |
checkpoint-500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 46 |
checkpoint-550/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 47 |
checkpoint-600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 45 |
checkpoint-500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 46 |
checkpoint-550/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 47 |
checkpoint-600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
checkpoint-650/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-650/README.md
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen3.5-2B
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen3.5-2B
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Model Card for Model ID
|
| 12 |
+
|
| 13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
### Model Description
|
| 20 |
+
|
| 21 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
- **Developed by:** [More Information Needed]
|
| 26 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 27 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 28 |
+
- **Model type:** [More Information Needed]
|
| 29 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 30 |
+
- **License:** [More Information Needed]
|
| 31 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 32 |
+
|
| 33 |
+
### Model Sources [optional]
|
| 34 |
+
|
| 35 |
+
<!-- Provide the basic links for the model. -->
|
| 36 |
+
|
| 37 |
+
- **Repository:** [More Information Needed]
|
| 38 |
+
- **Paper [optional]:** [More Information Needed]
|
| 39 |
+
- **Demo [optional]:** [More Information Needed]
|
| 40 |
+
|
| 41 |
+
## Uses
|
| 42 |
+
|
| 43 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 44 |
+
|
| 45 |
+
### Direct Use
|
| 46 |
+
|
| 47 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 48 |
+
|
| 49 |
+
[More Information Needed]
|
| 50 |
+
|
| 51 |
+
### Downstream Use [optional]
|
| 52 |
+
|
| 53 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 54 |
+
|
| 55 |
+
[More Information Needed]
|
| 56 |
+
|
| 57 |
+
### Out-of-Scope Use
|
| 58 |
+
|
| 59 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 60 |
+
|
| 61 |
+
[More Information Needed]
|
| 62 |
+
|
| 63 |
+
## Bias, Risks, and Limitations
|
| 64 |
+
|
| 65 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 66 |
+
|
| 67 |
+
[More Information Needed]
|
| 68 |
+
|
| 69 |
+
### Recommendations
|
| 70 |
+
|
| 71 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 72 |
+
|
| 73 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 74 |
+
|
| 75 |
+
## How to Get Started with the Model
|
| 76 |
+
|
| 77 |
+
Use the code below to get started with the model.
|
| 78 |
+
|
| 79 |
+
[More Information Needed]
|
| 80 |
+
|
| 81 |
+
## Training Details
|
| 82 |
+
|
| 83 |
+
### Training Data
|
| 84 |
+
|
| 85 |
+
<!-- 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. -->
|
| 86 |
+
|
| 87 |
+
[More Information Needed]
|
| 88 |
+
|
| 89 |
+
### Training Procedure
|
| 90 |
+
|
| 91 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 92 |
+
|
| 93 |
+
#### Preprocessing [optional]
|
| 94 |
+
|
| 95 |
+
[More Information Needed]
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
#### Training Hyperparameters
|
| 99 |
+
|
| 100 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 101 |
+
|
| 102 |
+
#### Speeds, Sizes, Times [optional]
|
| 103 |
+
|
| 104 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 105 |
+
|
| 106 |
+
[More Information Needed]
|
| 107 |
+
|
| 108 |
+
## Evaluation
|
| 109 |
+
|
| 110 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 111 |
+
|
| 112 |
+
### Testing Data, Factors & Metrics
|
| 113 |
+
|
| 114 |
+
#### Testing Data
|
| 115 |
+
|
| 116 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 117 |
+
|
| 118 |
+
[More Information Needed]
|
| 119 |
+
|
| 120 |
+
#### Factors
|
| 121 |
+
|
| 122 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
#### Metrics
|
| 127 |
+
|
| 128 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 129 |
+
|
| 130 |
+
[More Information Needed]
|
| 131 |
+
|
| 132 |
+
### Results
|
| 133 |
+
|
| 134 |
+
[More Information Needed]
|
| 135 |
+
|
| 136 |
+
#### Summary
|
| 137 |
+
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
## Model Examination [optional]
|
| 141 |
+
|
| 142 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 143 |
+
|
| 144 |
+
[More Information Needed]
|
| 145 |
+
|
| 146 |
+
## Environmental Impact
|
| 147 |
+
|
| 148 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 149 |
+
|
| 150 |
+
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).
|
| 151 |
+
|
| 152 |
+
- **Hardware Type:** [More Information Needed]
|
| 153 |
+
- **Hours used:** [More Information Needed]
|
| 154 |
+
- **Cloud Provider:** [More Information Needed]
|
| 155 |
+
- **Compute Region:** [More Information Needed]
|
| 156 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 157 |
+
|
| 158 |
+
## Technical Specifications [optional]
|
| 159 |
+
|
| 160 |
+
### Model Architecture and Objective
|
| 161 |
+
|
| 162 |
+
[More Information Needed]
|
| 163 |
+
|
| 164 |
+
### Compute Infrastructure
|
| 165 |
+
|
| 166 |
+
[More Information Needed]
|
| 167 |
+
|
| 168 |
+
#### Hardware
|
| 169 |
+
|
| 170 |
+
[More Information Needed]
|
| 171 |
+
|
| 172 |
+
#### Software
|
| 173 |
+
|
| 174 |
+
[More Information Needed]
|
| 175 |
+
|
| 176 |
+
## Citation [optional]
|
| 177 |
+
|
| 178 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 179 |
+
|
| 180 |
+
**BibTeX:**
|
| 181 |
+
|
| 182 |
+
[More Information Needed]
|
| 183 |
+
|
| 184 |
+
**APA:**
|
| 185 |
+
|
| 186 |
+
[More Information Needed]
|
| 187 |
+
|
| 188 |
+
## Glossary [optional]
|
| 189 |
+
|
| 190 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 191 |
+
|
| 192 |
+
[More Information Needed]
|
| 193 |
+
|
| 194 |
+
## More Information [optional]
|
| 195 |
+
|
| 196 |
+
[More Information Needed]
|
| 197 |
+
|
| 198 |
+
## Model Card Authors [optional]
|
| 199 |
+
|
| 200 |
+
[More Information Needed]
|
| 201 |
+
|
| 202 |
+
## Model Card Contact
|
| 203 |
+
|
| 204 |
+
[More Information Needed]
|
| 205 |
+
### Framework versions
|
| 206 |
+
|
| 207 |
+
- PEFT 0.19.1
|
checkpoint-650/adapter_config.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "Qwen/Qwen3.5-2B",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"layer_replication": null,
|
| 16 |
+
"layers_pattern": null,
|
| 17 |
+
"layers_to_transform": null,
|
| 18 |
+
"loftq_config": {},
|
| 19 |
+
"lora_alpha": 128,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.0,
|
| 22 |
+
"lora_ga_config": null,
|
| 23 |
+
"megatron_config": null,
|
| 24 |
+
"megatron_core": "megatron.core",
|
| 25 |
+
"modules_to_save": null,
|
| 26 |
+
"peft_type": "LORA",
|
| 27 |
+
"peft_version": "0.19.1",
|
| 28 |
+
"qalora_group_size": 16,
|
| 29 |
+
"r": 64,
|
| 30 |
+
"rank_pattern": {},
|
| 31 |
+
"revision": null,
|
| 32 |
+
"target_modules": [
|
| 33 |
+
"q_proj",
|
| 34 |
+
"down_proj",
|
| 35 |
+
"k_proj",
|
| 36 |
+
"up_proj",
|
| 37 |
+
"v_proj",
|
| 38 |
+
"gate_proj",
|
| 39 |
+
"o_proj"
|
| 40 |
+
],
|
| 41 |
+
"target_parameters": null,
|
| 42 |
+
"task_type": "CAUSAL_LM",
|
| 43 |
+
"trainable_token_indices": null,
|
| 44 |
+
"use_bdlora": null,
|
| 45 |
+
"use_dora": false,
|
| 46 |
+
"use_qalora": false,
|
| 47 |
+
"use_rslora": false
|
| 48 |
+
}
|
checkpoint-650/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be8414f1ba3e7e0cf55c1d3c06582616470d4da53d52076debf3edeea452506f
|
| 3 |
+
size 174616272
|
checkpoint-650/chat_template.jinja
ADDED
|
@@ -0,0 +1,154 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- set image_count = namespace(value=0) %}
|
| 2 |
+
{%- set video_count = namespace(value=0) %}
|
| 3 |
+
{%- macro render_content(content, do_vision_count, is_system_content=false) %}
|
| 4 |
+
{%- if content is string %}
|
| 5 |
+
{{- content }}
|
| 6 |
+
{%- elif content is iterable and content is not mapping %}
|
| 7 |
+
{%- for item in content %}
|
| 8 |
+
{%- if 'image' in item or 'image_url' in item or item.type == 'image' %}
|
| 9 |
+
{%- if is_system_content %}
|
| 10 |
+
{{- raise_exception('System message cannot contain images.') }}
|
| 11 |
+
{%- endif %}
|
| 12 |
+
{%- if do_vision_count %}
|
| 13 |
+
{%- set image_count.value = image_count.value + 1 %}
|
| 14 |
+
{%- endif %}
|
| 15 |
+
{%- if add_vision_id %}
|
| 16 |
+
{{- 'Picture ' ~ image_count.value ~ ': ' }}
|
| 17 |
+
{%- endif %}
|
| 18 |
+
{{- '<|vision_start|><|image_pad|><|vision_end|>' }}
|
| 19 |
+
{%- elif 'video' in item or item.type == 'video' %}
|
| 20 |
+
{%- if is_system_content %}
|
| 21 |
+
{{- raise_exception('System message cannot contain videos.') }}
|
| 22 |
+
{%- endif %}
|
| 23 |
+
{%- if do_vision_count %}
|
| 24 |
+
{%- set video_count.value = video_count.value + 1 %}
|
| 25 |
+
{%- endif %}
|
| 26 |
+
{%- if add_vision_id %}
|
| 27 |
+
{{- 'Video ' ~ video_count.value ~ ': ' }}
|
| 28 |
+
{%- endif %}
|
| 29 |
+
{{- '<|vision_start|><|video_pad|><|vision_end|>' }}
|
| 30 |
+
{%- elif 'text' in item %}
|
| 31 |
+
{{- item.text }}
|
| 32 |
+
{%- else %}
|
| 33 |
+
{{- raise_exception('Unexpected item type in content.') }}
|
| 34 |
+
{%- endif %}
|
| 35 |
+
{%- endfor %}
|
| 36 |
+
{%- elif content is none or content is undefined %}
|
| 37 |
+
{{- '' }}
|
| 38 |
+
{%- else %}
|
| 39 |
+
{{- raise_exception('Unexpected content type.') }}
|
| 40 |
+
{%- endif %}
|
| 41 |
+
{%- endmacro %}
|
| 42 |
+
{%- if not messages %}
|
| 43 |
+
{{- raise_exception('No messages provided.') }}
|
| 44 |
+
{%- endif %}
|
| 45 |
+
{%- if tools and tools is iterable and tools is not mapping %}
|
| 46 |
+
{{- '<|im_start|>system\n' }}
|
| 47 |
+
{{- "# Tools\n\nYou have access to the following functions:\n\n<tools>" }}
|
| 48 |
+
{%- for tool in tools %}
|
| 49 |
+
{{- "\n" }}
|
| 50 |
+
{{- tool | tojson }}
|
| 51 |
+
{%- endfor %}
|
| 52 |
+
{{- "\n</tools>" }}
|
| 53 |
+
{{- '\n\nIf you choose to call a function ONLY reply in the following format with NO suffix:\n\n<tool_call>\n<function=example_function_name>\n<parameter=example_parameter_1>\nvalue_1\n</parameter>\n<parameter=example_parameter_2>\nThis is the value for the second parameter\nthat can span\nmultiple lines\n</parameter>\n</function>\n</tool_call>\n\n<IMPORTANT>\nReminder:\n- Function calls MUST follow the specified format: an inner <function=...></function> block must be nested within <tool_call></tool_call> XML tags\n- Required parameters MUST be specified\n- You may provide optional reasoning for your function call in natural language BEFORE the function call, but NOT after\n- If there is no function call available, answer the question like normal with your current knowledge and do not tell the user about function calls\n</IMPORTANT>' }}
|
| 54 |
+
{%- if messages[0].role == 'system' %}
|
| 55 |
+
{%- set content = render_content(messages[0].content, false, true)|trim %}
|
| 56 |
+
{%- if content %}
|
| 57 |
+
{{- '\n\n' + content }}
|
| 58 |
+
{%- endif %}
|
| 59 |
+
{%- endif %}
|
| 60 |
+
{{- '<|im_end|>\n' }}
|
| 61 |
+
{%- else %}
|
| 62 |
+
{%- if messages[0].role == 'system' %}
|
| 63 |
+
{%- set content = render_content(messages[0].content, false, true)|trim %}
|
| 64 |
+
{{- '<|im_start|>system\n' + content + '<|im_end|>\n' }}
|
| 65 |
+
{%- endif %}
|
| 66 |
+
{%- endif %}
|
| 67 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
| 68 |
+
{%- for message in messages[::-1] %}
|
| 69 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
| 70 |
+
{%- if ns.multi_step_tool and message.role == "user" %}
|
| 71 |
+
{%- set content = render_content(message.content, false)|trim %}
|
| 72 |
+
{%- if not(content.startswith('<tool_response>') and content.endswith('</tool_response>')) %}
|
| 73 |
+
{%- set ns.multi_step_tool = false %}
|
| 74 |
+
{%- set ns.last_query_index = index %}
|
| 75 |
+
{%- endif %}
|
| 76 |
+
{%- endif %}
|
| 77 |
+
{%- endfor %}
|
| 78 |
+
{%- if ns.multi_step_tool %}
|
| 79 |
+
{{- raise_exception('No user query found in messages.') }}
|
| 80 |
+
{%- endif %}
|
| 81 |
+
{%- for message in messages %}
|
| 82 |
+
{%- set content = render_content(message.content, true)|trim %}
|
| 83 |
+
{%- if message.role == "system" %}
|
| 84 |
+
{%- if not loop.first %}
|
| 85 |
+
{{- raise_exception('System message must be at the beginning.') }}
|
| 86 |
+
{%- endif %}
|
| 87 |
+
{%- elif message.role == "user" %}
|
| 88 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
| 89 |
+
{%- elif message.role == "assistant" %}
|
| 90 |
+
{%- set reasoning_content = '' %}
|
| 91 |
+
{%- if message.reasoning_content is string %}
|
| 92 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 93 |
+
{%- else %}
|
| 94 |
+
{%- if '</think>' in content %}
|
| 95 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 96 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
| 97 |
+
{%- endif %}
|
| 98 |
+
{%- endif %}
|
| 99 |
+
{%- set reasoning_content = reasoning_content|trim %}
|
| 100 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 101 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content + '\n</think>\n\n' + content }}
|
| 102 |
+
{%- else %}
|
| 103 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 104 |
+
{%- endif %}
|
| 105 |
+
{%- if message.tool_calls and message.tool_calls is iterable and message.tool_calls is not mapping %}
|
| 106 |
+
{%- for tool_call in message.tool_calls %}
|
| 107 |
+
{%- if tool_call.function is defined %}
|
| 108 |
+
{%- set tool_call = tool_call.function %}
|
| 109 |
+
{%- endif %}
|
| 110 |
+
{%- if loop.first %}
|
| 111 |
+
{%- if content|trim %}
|
| 112 |
+
{{- '\n\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
|
| 113 |
+
{%- else %}
|
| 114 |
+
{{- '<tool_call>\n<function=' + tool_call.name + '>\n' }}
|
| 115 |
+
{%- endif %}
|
| 116 |
+
{%- else %}
|
| 117 |
+
{{- '\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
|
| 118 |
+
{%- endif %}
|
| 119 |
+
{%- if tool_call.arguments is defined %}
|
| 120 |
+
{%- for args_name, args_value in tool_call.arguments|items %}
|
| 121 |
+
{{- '<parameter=' + args_name + '>\n' }}
|
| 122 |
+
{%- set args_value = args_value | tojson | safe if args_value is mapping or (args_value is sequence and args_value is not string) else args_value | string %}
|
| 123 |
+
{{- args_value }}
|
| 124 |
+
{{- '\n</parameter>\n' }}
|
| 125 |
+
{%- endfor %}
|
| 126 |
+
{%- endif %}
|
| 127 |
+
{{- '</function>\n</tool_call>' }}
|
| 128 |
+
{%- endfor %}
|
| 129 |
+
{%- endif %}
|
| 130 |
+
{{- '<|im_end|>\n' }}
|
| 131 |
+
{%- elif message.role == "tool" %}
|
| 132 |
+
{%- if loop.previtem and loop.previtem.role != "tool" %}
|
| 133 |
+
{{- '<|im_start|>user' }}
|
| 134 |
+
{%- endif %}
|
| 135 |
+
{{- '\n<tool_response>\n' }}
|
| 136 |
+
{{- content }}
|
| 137 |
+
{{- '\n</tool_response>' }}
|
| 138 |
+
{%- if not loop.last and loop.nextitem.role != "tool" %}
|
| 139 |
+
{{- '<|im_end|>\n' }}
|
| 140 |
+
{%- elif loop.last %}
|
| 141 |
+
{{- '<|im_end|>\n' }}
|
| 142 |
+
{%- endif %}
|
| 143 |
+
{%- else %}
|
| 144 |
+
{{- raise_exception('Unexpected message role.') }}
|
| 145 |
+
{%- endif %}
|
| 146 |
+
{%- endfor %}
|
| 147 |
+
{%- if add_generation_prompt %}
|
| 148 |
+
{{- '<|im_start|>assistant\n' }}
|
| 149 |
+
{%- if enable_thinking is defined and enable_thinking is true %}
|
| 150 |
+
{{- '<think>\n' }}
|
| 151 |
+
{%- else %}
|
| 152 |
+
{{- '<think>\n\n</think>\n\n' }}
|
| 153 |
+
{%- endif %}
|
| 154 |
+
{%- endif %}
|
checkpoint-650/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c066e3fd56d7c2d3c5af024162eb222cdaeb1ab34cf39ed6d426fd5c1afc9ea6
|
| 3 |
+
size 349340875
|
checkpoint-650/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61c19bab1174704a4a4441475683bf1270277af15d2e2c95e964789128e482c4
|
| 3 |
+
size 14645
|
checkpoint-650/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d11e0b6840af660e226bdbe42bdb14fcc729f6668aed946f4cc0148b7e0a43e9
|
| 3 |
+
size 1465
|
checkpoint-650/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06b9509352d2af50381ab2247e083b80d32d5c0aba91c272ca9ff729b6a0e523
|
| 3 |
+
size 19989325
|
checkpoint-650/tokenizer_config.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"audio_bos_token": "<|audio_start|>",
|
| 4 |
+
"audio_eos_token": "<|audio_end|>",
|
| 5 |
+
"audio_token": "<|audio_pad|>",
|
| 6 |
+
"backend": "tokenizers",
|
| 7 |
+
"bos_token": null,
|
| 8 |
+
"clean_up_tokenization_spaces": false,
|
| 9 |
+
"eos_token": "<|im_end|>",
|
| 10 |
+
"errors": "replace",
|
| 11 |
+
"image_token": "<|image_pad|>",
|
| 12 |
+
"is_local": false,
|
| 13 |
+
"local_files_only": false,
|
| 14 |
+
"model_max_length": 262144,
|
| 15 |
+
"model_specific_special_tokens": {
|
| 16 |
+
"audio_bos_token": "<|audio_start|>",
|
| 17 |
+
"audio_eos_token": "<|audio_end|>",
|
| 18 |
+
"audio_token": "<|audio_pad|>",
|
| 19 |
+
"image_token": "<|image_pad|>",
|
| 20 |
+
"video_token": "<|video_pad|>",
|
| 21 |
+
"vision_bos_token": "<|vision_start|>",
|
| 22 |
+
"vision_eos_token": "<|vision_end|>"
|
| 23 |
+
},
|
| 24 |
+
"pad_token": "<|endoftext|>",
|
| 25 |
+
"pretokenize_regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?[\\p{L}\\p{M}]+|\\p{N}| ?[^\\s\\p{L}\\p{M}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+",
|
| 26 |
+
"split_special_tokens": false,
|
| 27 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 28 |
+
"unk_token": null,
|
| 29 |
+
"video_token": "<|video_pad|>",
|
| 30 |
+
"vision_bos_token": "<|vision_start|>",
|
| 31 |
+
"vision_eos_token": "<|vision_end|>"
|
| 32 |
+
}
|
checkpoint-650/trainer_state.json
ADDED
|
@@ -0,0 +1,944 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.8411517308314461,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 650,
|
| 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.006470397929472662,
|
| 14 |
+
"grad_norm": 54.01428985595703,
|
| 15 |
+
"learning_rate": 1.0000000000000002e-06,
|
| 16 |
+
"loss": 0.7448549270629883,
|
| 17 |
+
"step": 5
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.012940795858945324,
|
| 21 |
+
"grad_norm": 32.394935607910156,
|
| 22 |
+
"learning_rate": 2.25e-06,
|
| 23 |
+
"loss": 0.5737483978271485,
|
| 24 |
+
"step": 10
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.019411193788417987,
|
| 28 |
+
"grad_norm": 2.6451051235198975,
|
| 29 |
+
"learning_rate": 3.5e-06,
|
| 30 |
+
"loss": 0.1661665439605713,
|
| 31 |
+
"step": 15
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.02588159171789065,
|
| 35 |
+
"grad_norm": 1.466909408569336,
|
| 36 |
+
"learning_rate": 4.75e-06,
|
| 37 |
+
"loss": 0.08316504955291748,
|
| 38 |
+
"step": 20
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.03235198964736331,
|
| 42 |
+
"grad_norm": 3.932891607284546,
|
| 43 |
+
"learning_rate": 4.999651879411307e-06,
|
| 44 |
+
"loss": 0.08115688562393189,
|
| 45 |
+
"step": 25
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.038822387576835975,
|
| 49 |
+
"grad_norm": 1.0310081243515015,
|
| 50 |
+
"learning_rate": 4.9982378056781325e-06,
|
| 51 |
+
"loss": 0.0860755205154419,
|
| 52 |
+
"step": 30
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.045292785506308636,
|
| 56 |
+
"grad_norm": 1.4695847034454346,
|
| 57 |
+
"learning_rate": 4.995736636117469e-06,
|
| 58 |
+
"loss": 0.0744568407535553,
|
| 59 |
+
"step": 35
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.0517631834357813,
|
| 63 |
+
"grad_norm": 1.7037912607192993,
|
| 64 |
+
"learning_rate": 4.992149459100882e-06,
|
| 65 |
+
"loss": 0.0786035716533661,
|
| 66 |
+
"step": 40
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.058233581365253966,
|
| 70 |
+
"grad_norm": 1.488266944885254,
|
| 71 |
+
"learning_rate": 4.9874778355707124e-06,
|
| 72 |
+
"loss": 0.07738388776779175,
|
| 73 |
+
"step": 45
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.06470397929472663,
|
| 77 |
+
"grad_norm": 1.0336915254592896,
|
| 78 |
+
"learning_rate": 4.981723798360838e-06,
|
| 79 |
+
"loss": 0.07353147268295288,
|
| 80 |
+
"step": 50
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.0711743772241993,
|
| 84 |
+
"grad_norm": 1.16889488697052,
|
| 85 |
+
"learning_rate": 4.974889851312098e-06,
|
| 86 |
+
"loss": 0.07490591406822204,
|
| 87 |
+
"step": 55
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.07764477515367195,
|
| 91 |
+
"grad_norm": 1.3250823020935059,
|
| 92 |
+
"learning_rate": 4.9669789681827575e-06,
|
| 93 |
+
"loss": 0.0748274564743042,
|
| 94 |
+
"step": 60
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.08411517308314462,
|
| 98 |
+
"grad_norm": 1.2897114753723145,
|
| 99 |
+
"learning_rate": 4.957994591354489e-06,
|
| 100 |
+
"loss": 0.06964765191078186,
|
| 101 |
+
"step": 65
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.09058557101261727,
|
| 105 |
+
"grad_norm": 1.8044852018356323,
|
| 106 |
+
"learning_rate": 4.947940630334445e-06,
|
| 107 |
+
"loss": 0.07086994051933289,
|
| 108 |
+
"step": 70
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.09705596894208994,
|
| 112 |
+
"grad_norm": 1.2141896486282349,
|
| 113 |
+
"learning_rate": 4.936821460054045e-06,
|
| 114 |
+
"loss": 0.0750394582748413,
|
| 115 |
+
"step": 75
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.1035263668715626,
|
| 119 |
+
"grad_norm": 1.3786677122116089,
|
| 120 |
+
"learning_rate": 4.924641918965254e-06,
|
| 121 |
+
"loss": 0.0764832079410553,
|
| 122 |
+
"step": 80
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.10999676480103526,
|
| 126 |
+
"grad_norm": 0.7871183156967163,
|
| 127 |
+
"learning_rate": 4.911407306935149e-06,
|
| 128 |
+
"loss": 0.07770738601684571,
|
| 129 |
+
"step": 85
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.11646716273050793,
|
| 133 |
+
"grad_norm": 1.0569685697555542,
|
| 134 |
+
"learning_rate": 4.897123382939711e-06,
|
| 135 |
+
"loss": 0.07466636300086975,
|
| 136 |
+
"step": 90
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.12293756065998059,
|
| 140 |
+
"grad_norm": 0.6869224905967712,
|
| 141 |
+
"learning_rate": 4.881796362557832e-06,
|
| 142 |
+
"loss": 0.07464671730995179,
|
| 143 |
+
"step": 95
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.12940795858945325,
|
| 147 |
+
"grad_norm": 1.151431918144226,
|
| 148 |
+
"learning_rate": 4.865432915266641e-06,
|
| 149 |
+
"loss": 0.07621045708656311,
|
| 150 |
+
"step": 100
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.1358783565189259,
|
| 154 |
+
"grad_norm": 1.0323395729064941,
|
| 155 |
+
"learning_rate": 4.8480401615393104e-06,
|
| 156 |
+
"loss": 0.07508108019828796,
|
| 157 |
+
"step": 105
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.1423487544483986,
|
| 161 |
+
"grad_norm": 1.4947060346603394,
|
| 162 |
+
"learning_rate": 4.829625669746619e-06,
|
| 163 |
+
"loss": 0.07594116926193237,
|
| 164 |
+
"step": 110
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.14881915237787124,
|
| 168 |
+
"grad_norm": 0.9636894464492798,
|
| 169 |
+
"learning_rate": 4.810197452863611e-06,
|
| 170 |
+
"loss": 0.07053545117378235,
|
| 171 |
+
"step": 115
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.1552895503073439,
|
| 175 |
+
"grad_norm": 1.1636991500854492,
|
| 176 |
+
"learning_rate": 4.789763964982791e-06,
|
| 177 |
+
"loss": 0.08763453364372253,
|
| 178 |
+
"step": 120
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.16175994823681655,
|
| 182 |
+
"grad_norm": 1.0186213254928589,
|
| 183 |
+
"learning_rate": 4.768334097635368e-06,
|
| 184 |
+
"loss": 0.06796036958694458,
|
| 185 |
+
"step": 125
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.16823034616628924,
|
| 189 |
+
"grad_norm": 1.80502188205719,
|
| 190 |
+
"learning_rate": 4.745917175922149e-06,
|
| 191 |
+
"loss": 0.07503719925880432,
|
| 192 |
+
"step": 130
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.1747007440957619,
|
| 196 |
+
"grad_norm": 1.0425490140914917,
|
| 197 |
+
"learning_rate": 4.722522954455768e-06,
|
| 198 |
+
"loss": 0.06454389095306397,
|
| 199 |
+
"step": 135
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.18117114202523454,
|
| 203 |
+
"grad_norm": 2.6837308406829834,
|
| 204 |
+
"learning_rate": 4.698161613116013e-06,
|
| 205 |
+
"loss": 0.08587700128555298,
|
| 206 |
+
"step": 140
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 0.18764153995470723,
|
| 210 |
+
"grad_norm": 0.9365483522415161,
|
| 211 |
+
"learning_rate": 4.672843752620099e-06,
|
| 212 |
+
"loss": 0.0659685730934143,
|
| 213 |
+
"step": 145
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.19411193788417988,
|
| 217 |
+
"grad_norm": 1.2846325635910034,
|
| 218 |
+
"learning_rate": 4.646580389909829e-06,
|
| 219 |
+
"loss": 0.06710224151611328,
|
| 220 |
+
"step": 150
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.20058233581365253,
|
| 224 |
+
"grad_norm": 1.3614110946655273,
|
| 225 |
+
"learning_rate": 4.619382953357615e-06,
|
| 226 |
+
"loss": 0.05799432396888733,
|
| 227 |
+
"step": 155
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.2070527337431252,
|
| 231 |
+
"grad_norm": 2.426743268966675,
|
| 232 |
+
"learning_rate": 4.591263277793481e-06,
|
| 233 |
+
"loss": 0.07608664035797119,
|
| 234 |
+
"step": 160
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.21352313167259787,
|
| 238 |
+
"grad_norm": 1.3535425662994385,
|
| 239 |
+
"learning_rate": 4.5622335993552004e-06,
|
| 240 |
+
"loss": 0.07431225776672364,
|
| 241 |
+
"step": 165
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.21999352960207053,
|
| 245 |
+
"grad_norm": 2.4684393405914307,
|
| 246 |
+
"learning_rate": 4.532306550163794e-06,
|
| 247 |
+
"loss": 0.06977866888046265,
|
| 248 |
+
"step": 170
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 0.22646392753154318,
|
| 252 |
+
"grad_norm": 1.8512126207351685,
|
| 253 |
+
"learning_rate": 4.5014951528267315e-06,
|
| 254 |
+
"loss": 0.06760540008544921,
|
| 255 |
+
"step": 175
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.23293432546101586,
|
| 259 |
+
"grad_norm": 2.426713228225708,
|
| 260 |
+
"learning_rate": 4.469812814771201e-06,
|
| 261 |
+
"loss": 0.06883225440979004,
|
| 262 |
+
"step": 180
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.23940472339048852,
|
| 266 |
+
"grad_norm": 2.2646124362945557,
|
| 267 |
+
"learning_rate": 4.437273322409942e-06,
|
| 268 |
+
"loss": 0.08024753332138061,
|
| 269 |
+
"step": 185
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 0.24587512131996117,
|
| 273 |
+
"grad_norm": 1.6186352968215942,
|
| 274 |
+
"learning_rate": 4.403890835142148e-06,
|
| 275 |
+
"loss": 0.07280694246292115,
|
| 276 |
+
"step": 190
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.2523455192494338,
|
| 280 |
+
"grad_norm": 1.255154013633728,
|
| 281 |
+
"learning_rate": 4.369679879192081e-06,
|
| 282 |
+
"loss": 0.07024675011634826,
|
| 283 |
+
"step": 195
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 0.2588159171789065,
|
| 287 |
+
"grad_norm": 2.8935773372650146,
|
| 288 |
+
"learning_rate": 4.334655341288049e-06,
|
| 289 |
+
"loss": 0.09184983372688293,
|
| 290 |
+
"step": 200
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.2652863151083792,
|
| 294 |
+
"grad_norm": 1.6733083724975586,
|
| 295 |
+
"learning_rate": 4.298832462184528e-06,
|
| 296 |
+
"loss": 0.06887216567993164,
|
| 297 |
+
"step": 205
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.2717567130378518,
|
| 301 |
+
"grad_norm": 1.4048399925231934,
|
| 302 |
+
"learning_rate": 4.262226830030217e-06,
|
| 303 |
+
"loss": 0.07144410014152527,
|
| 304 |
+
"step": 210
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 0.2782271109673245,
|
| 308 |
+
"grad_norm": 1.2501682043075562,
|
| 309 |
+
"learning_rate": 4.224854373584934e-06,
|
| 310 |
+
"loss": 0.06417020559310913,
|
| 311 |
+
"step": 215
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 0.2846975088967972,
|
| 315 |
+
"grad_norm": 2.3096330165863037,
|
| 316 |
+
"learning_rate": 4.186731355288299e-06,
|
| 317 |
+
"loss": 0.07044426202774048,
|
| 318 |
+
"step": 220
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.2911679068262698,
|
| 322 |
+
"grad_norm": 1.9779998064041138,
|
| 323 |
+
"learning_rate": 4.147874364183207e-06,
|
| 324 |
+
"loss": 0.0664400041103363,
|
| 325 |
+
"step": 225
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.2976383047557425,
|
| 329 |
+
"grad_norm": 2.2434301376342773,
|
| 330 |
+
"learning_rate": 4.108300308697189e-06,
|
| 331 |
+
"loss": 0.06163620352745056,
|
| 332 |
+
"step": 230
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.3041087026852151,
|
| 336 |
+
"grad_norm": 1.8603378534317017,
|
| 337 |
+
"learning_rate": 4.068026409284801e-06,
|
| 338 |
+
"loss": 0.07332152724266053,
|
| 339 |
+
"step": 235
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.3105791006146878,
|
| 343 |
+
"grad_norm": 2.244934320449829,
|
| 344 |
+
"learning_rate": 4.027070190934218e-06,
|
| 345 |
+
"loss": 0.05234212279319763,
|
| 346 |
+
"step": 240
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.3170494985441605,
|
| 350 |
+
"grad_norm": 3.6459245681762695,
|
| 351 |
+
"learning_rate": 3.985449475541331e-06,
|
| 352 |
+
"loss": 0.08050196170806885,
|
| 353 |
+
"step": 245
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 0.3235198964736331,
|
| 357 |
+
"grad_norm": 1.745542049407959,
|
| 358 |
+
"learning_rate": 3.94318237415463e-06,
|
| 359 |
+
"loss": 0.06479242444038391,
|
| 360 |
+
"step": 250
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 0.3299902944031058,
|
| 364 |
+
"grad_norm": 3.0657641887664795,
|
| 365 |
+
"learning_rate": 3.900287279094274e-06,
|
| 366 |
+
"loss": 0.06422500610351563,
|
| 367 |
+
"step": 255
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 0.33646069233257847,
|
| 371 |
+
"grad_norm": 1.8432261943817139,
|
| 372 |
+
"learning_rate": 3.856782855948765e-06,
|
| 373 |
+
"loss": 0.06396037340164185,
|
| 374 |
+
"step": 260
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 0.3429310902620511,
|
| 378 |
+
"grad_norm": 4.11646842956543,
|
| 379 |
+
"learning_rate": 3.8126880354527097e-06,
|
| 380 |
+
"loss": 0.06257544159889221,
|
| 381 |
+
"step": 265
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 0.3494014881915238,
|
| 385 |
+
"grad_norm": 1.804742693901062,
|
| 386 |
+
"learning_rate": 3.768022005249198e-06,
|
| 387 |
+
"loss": 0.045676803588867186,
|
| 388 |
+
"step": 270
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 0.35587188612099646,
|
| 392 |
+
"grad_norm": 1.5994855165481567,
|
| 393 |
+
"learning_rate": 3.7228042015404033e-06,
|
| 394 |
+
"loss": 0.07588564753532409,
|
| 395 |
+
"step": 275
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 0.3623422840504691,
|
| 399 |
+
"grad_norm": 3.6362464427948,
|
| 400 |
+
"learning_rate": 3.6770543006300076e-06,
|
| 401 |
+
"loss": 0.07958143949508667,
|
| 402 |
+
"step": 280
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 0.36881268197994177,
|
| 406 |
+
"grad_norm": 1.8701577186584473,
|
| 407 |
+
"learning_rate": 3.630792210361164e-06,
|
| 408 |
+
"loss": 0.07219069004058838,
|
| 409 |
+
"step": 285
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 0.37528307990941445,
|
| 413 |
+
"grad_norm": 1.5652680397033691,
|
| 414 |
+
"learning_rate": 3.584038061453689e-06,
|
| 415 |
+
"loss": 0.059544825553894044,
|
| 416 |
+
"step": 290
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 0.3817534778388871,
|
| 420 |
+
"grad_norm": 3.164562225341797,
|
| 421 |
+
"learning_rate": 3.5368121987442817e-06,
|
| 422 |
+
"loss": 0.06529858708381653,
|
| 423 |
+
"step": 295
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 0.38822387576835976,
|
| 427 |
+
"grad_norm": 1.404982328414917,
|
| 428 |
+
"learning_rate": 3.4891351723335716e-06,
|
| 429 |
+
"loss": 0.07040303945541382,
|
| 430 |
+
"step": 300
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 0.39469427369783244,
|
| 434 |
+
"grad_norm": 1.0612146854400635,
|
| 435 |
+
"learning_rate": 3.441027728643841e-06,
|
| 436 |
+
"loss": 0.06176878213882446,
|
| 437 |
+
"step": 305
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 0.40116467162730507,
|
| 441 |
+
"grad_norm": 2.1212501525878906,
|
| 442 |
+
"learning_rate": 3.3925108013913223e-06,
|
| 443 |
+
"loss": 0.05989728569984436,
|
| 444 |
+
"step": 310
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 0.40763506955677775,
|
| 448 |
+
"grad_norm": 1.904386281967163,
|
| 449 |
+
"learning_rate": 3.343605502476996e-06,
|
| 450 |
+
"loss": 0.05553795695304871,
|
| 451 |
+
"step": 315
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 0.4141054674862504,
|
| 455 |
+
"grad_norm": 3.0480096340179443,
|
| 456 |
+
"learning_rate": 3.2943331127998513e-06,
|
| 457 |
+
"loss": 0.051739555597305295,
|
| 458 |
+
"step": 320
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 0.42057586541572306,
|
| 462 |
+
"grad_norm": 2.6112537384033203,
|
| 463 |
+
"learning_rate": 3.2447150729966055e-06,
|
| 464 |
+
"loss": 0.07633015513420105,
|
| 465 |
+
"step": 325
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 0.42704626334519574,
|
| 469 |
+
"grad_norm": 1.3760981559753418,
|
| 470 |
+
"learning_rate": 3.1947729741119205e-06,
|
| 471 |
+
"loss": 0.05722711682319641,
|
| 472 |
+
"step": 330
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 0.43351666127466837,
|
| 476 |
+
"grad_norm": 1.613075613975525,
|
| 477 |
+
"learning_rate": 3.144528548203167e-06,
|
| 478 |
+
"loss": 0.06658859252929687,
|
| 479 |
+
"step": 335
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"epoch": 0.43998705920414105,
|
| 483 |
+
"grad_norm": 1.4591271877288818,
|
| 484 |
+
"learning_rate": 3.094003658883821e-06,
|
| 485 |
+
"loss": 0.05374215841293335,
|
| 486 |
+
"step": 340
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 0.44645745713361373,
|
| 490 |
+
"grad_norm": 1.5791897773742676,
|
| 491 |
+
"learning_rate": 3.0432202918096288e-06,
|
| 492 |
+
"loss": 0.05490701198577881,
|
| 493 |
+
"step": 345
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"epoch": 0.45292785506308636,
|
| 497 |
+
"grad_norm": 1.7543748617172241,
|
| 498 |
+
"learning_rate": 2.9922005451116505e-06,
|
| 499 |
+
"loss": 0.05493806600570679,
|
| 500 |
+
"step": 350
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 0.45939825299255904,
|
| 504 |
+
"grad_norm": 2.15932559967041,
|
| 505 |
+
"learning_rate": 2.9409666197803715e-06,
|
| 506 |
+
"loss": 0.046541419625282285,
|
| 507 |
+
"step": 355
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 0.4658686509220317,
|
| 511 |
+
"grad_norm": 3.7839879989624023,
|
| 512 |
+
"learning_rate": 2.889540810005052e-06,
|
| 513 |
+
"loss": 0.05832582116127014,
|
| 514 |
+
"step": 360
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 0.47233904885150435,
|
| 518 |
+
"grad_norm": 4.521731853485107,
|
| 519 |
+
"learning_rate": 2.837945493472517e-06,
|
| 520 |
+
"loss": 0.0641091525554657,
|
| 521 |
+
"step": 365
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 0.47880944678097703,
|
| 525 |
+
"grad_norm": 4.707234859466553,
|
| 526 |
+
"learning_rate": 2.7862031216296194e-06,
|
| 527 |
+
"loss": 0.07953336238861083,
|
| 528 |
+
"step": 370
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"epoch": 0.4852798447104497,
|
| 532 |
+
"grad_norm": 2.2867307662963867,
|
| 533 |
+
"learning_rate": 2.734336209913604e-06,
|
| 534 |
+
"loss": 0.050211310386657715,
|
| 535 |
+
"step": 375
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"epoch": 0.49175024263992234,
|
| 539 |
+
"grad_norm": 3.5190558433532715,
|
| 540 |
+
"learning_rate": 2.682367327954624e-06,
|
| 541 |
+
"loss": 0.04738589823246002,
|
| 542 |
+
"step": 380
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 0.498220640569395,
|
| 546 |
+
"grad_norm": 2.1627588272094727,
|
| 547 |
+
"learning_rate": 2.630319089754682e-06,
|
| 548 |
+
"loss": 0.0386155754327774,
|
| 549 |
+
"step": 385
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 0.5046910384988677,
|
| 553 |
+
"grad_norm": 1.8091168403625488,
|
| 554 |
+
"learning_rate": 2.578214143847254e-06,
|
| 555 |
+
"loss": 0.04444797337055206,
|
| 556 |
+
"step": 390
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 0.5111614364283403,
|
| 560 |
+
"grad_norm": 2.4277725219726562,
|
| 561 |
+
"learning_rate": 2.5260751634418954e-06,
|
| 562 |
+
"loss": 0.052102047204971316,
|
| 563 |
+
"step": 395
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 0.517631834357813,
|
| 567 |
+
"grad_norm": 2.606458902359009,
|
| 568 |
+
"learning_rate": 2.4739248365581054e-06,
|
| 569 |
+
"loss": 0.03815577328205109,
|
| 570 |
+
"step": 400
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 0.5241022322872857,
|
| 574 |
+
"grad_norm": 4.295012474060059,
|
| 575 |
+
"learning_rate": 2.4217858561527465e-06,
|
| 576 |
+
"loss": 0.0478950560092926,
|
| 577 |
+
"step": 405
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 0.5305726302167584,
|
| 581 |
+
"grad_norm": 2.288938045501709,
|
| 582 |
+
"learning_rate": 2.369680910245319e-06,
|
| 583 |
+
"loss": 0.05370556116104126,
|
| 584 |
+
"step": 410
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"epoch": 0.537043028146231,
|
| 588 |
+
"grad_norm": 1.813231110572815,
|
| 589 |
+
"learning_rate": 2.3176326720453764e-06,
|
| 590 |
+
"loss": 0.03726013600826263,
|
| 591 |
+
"step": 415
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"epoch": 0.5435134260757036,
|
| 595 |
+
"grad_norm": 2.2419540882110596,
|
| 596 |
+
"learning_rate": 2.265663790086397e-06,
|
| 597 |
+
"loss": 0.05496341586112976,
|
| 598 |
+
"step": 420
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"epoch": 0.5499838240051763,
|
| 602 |
+
"grad_norm": 4.383563041687012,
|
| 603 |
+
"learning_rate": 2.213796878370382e-06,
|
| 604 |
+
"loss": 0.054078060388565066,
|
| 605 |
+
"step": 425
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"epoch": 0.556454221934649,
|
| 609 |
+
"grad_norm": 2.938899278640747,
|
| 610 |
+
"learning_rate": 2.162054506527484e-06,
|
| 611 |
+
"loss": 0.053144270181655885,
|
| 612 |
+
"step": 430
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 0.5629246198641217,
|
| 616 |
+
"grad_norm": 2.0786099433898926,
|
| 617 |
+
"learning_rate": 2.110459189994949e-06,
|
| 618 |
+
"loss": 0.07179237604141235,
|
| 619 |
+
"step": 435
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 0.5693950177935944,
|
| 623 |
+
"grad_norm": 1.8487789630889893,
|
| 624 |
+
"learning_rate": 2.0590333802196294e-06,
|
| 625 |
+
"loss": 0.050521683692932126,
|
| 626 |
+
"step": 440
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 0.5758654157230669,
|
| 630 |
+
"grad_norm": 1.8576481342315674,
|
| 631 |
+
"learning_rate": 2.0077994548883495e-06,
|
| 632 |
+
"loss": 0.06441912651062012,
|
| 633 |
+
"step": 445
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 0.5823358136525396,
|
| 637 |
+
"grad_norm": 4.207110404968262,
|
| 638 |
+
"learning_rate": 1.9567797081903716e-06,
|
| 639 |
+
"loss": 0.04691969156265259,
|
| 640 |
+
"step": 450
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 0.5888062115820123,
|
| 644 |
+
"grad_norm": 2.0351696014404297,
|
| 645 |
+
"learning_rate": 1.9059963411161788e-06,
|
| 646 |
+
"loss": 0.048052546381950376,
|
| 647 |
+
"step": 455
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 0.595276609511485,
|
| 651 |
+
"grad_norm": 1.3958837985992432,
|
| 652 |
+
"learning_rate": 1.855471451796833e-06,
|
| 653 |
+
"loss": 0.05609467029571533,
|
| 654 |
+
"step": 460
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 0.6017470074409577,
|
| 658 |
+
"grad_norm": 3.81270694732666,
|
| 659 |
+
"learning_rate": 1.8052270258880797e-06,
|
| 660 |
+
"loss": 0.053531301021575925,
|
| 661 |
+
"step": 465
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"epoch": 0.6082174053704302,
|
| 665 |
+
"grad_norm": 2.9946022033691406,
|
| 666 |
+
"learning_rate": 1.7552849270033956e-06,
|
| 667 |
+
"loss": 0.04387890100479126,
|
| 668 |
+
"step": 470
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"epoch": 0.6146878032999029,
|
| 672 |
+
"grad_norm": 1.4274808168411255,
|
| 673 |
+
"learning_rate": 1.7056668872001497e-06,
|
| 674 |
+
"loss": 0.04310088157653809,
|
| 675 |
+
"step": 475
|
| 676 |
+
},
|
| 677 |
+
{
|
| 678 |
+
"epoch": 0.6211582012293756,
|
| 679 |
+
"grad_norm": 2.9882266521453857,
|
| 680 |
+
"learning_rate": 1.6563944975230047e-06,
|
| 681 |
+
"loss": 0.051578575372695924,
|
| 682 |
+
"step": 480
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"epoch": 0.6276285991588483,
|
| 686 |
+
"grad_norm": 2.121938943862915,
|
| 687 |
+
"learning_rate": 1.6074891986086786e-06,
|
| 688 |
+
"loss": 0.03597668707370758,
|
| 689 |
+
"step": 485
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"epoch": 0.634098997088321,
|
| 693 |
+
"grad_norm": 3.9412577152252197,
|
| 694 |
+
"learning_rate": 1.5589722713561595e-06,
|
| 695 |
+
"loss": 0.03308266699314118,
|
| 696 |
+
"step": 490
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"epoch": 0.6405693950177936,
|
| 700 |
+
"grad_norm": 4.279633522033691,
|
| 701 |
+
"learning_rate": 1.510864827666429e-06,
|
| 702 |
+
"loss": 0.03157004714012146,
|
| 703 |
+
"step": 495
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"epoch": 0.6470397929472662,
|
| 707 |
+
"grad_norm": 4.348323822021484,
|
| 708 |
+
"learning_rate": 1.4631878012557187e-06,
|
| 709 |
+
"loss": 0.04109773635864258,
|
| 710 |
+
"step": 500
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"epoch": 0.6535101908767389,
|
| 714 |
+
"grad_norm": 4.9048752784729,
|
| 715 |
+
"learning_rate": 1.4159619385463116e-06,
|
| 716 |
+
"loss": 0.025870469212532044,
|
| 717 |
+
"step": 505
|
| 718 |
+
},
|
| 719 |
+
{
|
| 720 |
+
"epoch": 0.6599805888062116,
|
| 721 |
+
"grad_norm": 6.831280708312988,
|
| 722 |
+
"learning_rate": 1.3692077896388362e-06,
|
| 723 |
+
"loss": 0.05663630962371826,
|
| 724 |
+
"step": 510
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"epoch": 0.6664509867356843,
|
| 728 |
+
"grad_norm": 4.061008453369141,
|
| 729 |
+
"learning_rate": 1.3229456993699924e-06,
|
| 730 |
+
"loss": 0.04322208166122436,
|
| 731 |
+
"step": 515
|
| 732 |
+
},
|
| 733 |
+
{
|
| 734 |
+
"epoch": 0.6729213846651569,
|
| 735 |
+
"grad_norm": 4.775136947631836,
|
| 736 |
+
"learning_rate": 1.277195798459599e-06,
|
| 737 |
+
"loss": 0.03741852939128876,
|
| 738 |
+
"step": 520
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"epoch": 0.6793917825946296,
|
| 742 |
+
"grad_norm": 2.1828908920288086,
|
| 743 |
+
"learning_rate": 1.2319779947508035e-06,
|
| 744 |
+
"loss": 0.04378946423530579,
|
| 745 |
+
"step": 525
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"epoch": 0.6858621805241022,
|
| 749 |
+
"grad_norm": 3.753408432006836,
|
| 750 |
+
"learning_rate": 1.1873119645472917e-06,
|
| 751 |
+
"loss": 0.05408883094787598,
|
| 752 |
+
"step": 530
|
| 753 |
+
},
|
| 754 |
+
{
|
| 755 |
+
"epoch": 0.6923325784535749,
|
| 756 |
+
"grad_norm": 4.9154767990112305,
|
| 757 |
+
"learning_rate": 1.1432171440512354e-06,
|
| 758 |
+
"loss": 0.03945363163948059,
|
| 759 |
+
"step": 535
|
| 760 |
+
},
|
| 761 |
+
{
|
| 762 |
+
"epoch": 0.6988029763830476,
|
| 763 |
+
"grad_norm": 4.23167085647583,
|
| 764 |
+
"learning_rate": 1.0997127209057262e-06,
|
| 765 |
+
"loss": 0.04915985763072968,
|
| 766 |
+
"step": 540
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"epoch": 0.7052733743125202,
|
| 770 |
+
"grad_norm": 7.077573299407959,
|
| 771 |
+
"learning_rate": 1.0568176258453714e-06,
|
| 772 |
+
"loss": 0.05886402726173401,
|
| 773 |
+
"step": 545
|
| 774 |
+
},
|
| 775 |
+
{
|
| 776 |
+
"epoch": 0.7117437722419929,
|
| 777 |
+
"grad_norm": 3.756700038909912,
|
| 778 |
+
"learning_rate": 1.0145505244586697e-06,
|
| 779 |
+
"loss": 0.05015760660171509,
|
| 780 |
+
"step": 550
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"epoch": 0.7182141701714655,
|
| 784 |
+
"grad_norm": 4.288253307342529,
|
| 785 |
+
"learning_rate": 9.729298090657821e-07,
|
| 786 |
+
"loss": 0.04713306427001953,
|
| 787 |
+
"step": 555
|
| 788 |
+
},
|
| 789 |
+
{
|
| 790 |
+
"epoch": 0.7246845681009382,
|
| 791 |
+
"grad_norm": 3.3605523109436035,
|
| 792 |
+
"learning_rate": 9.319735907151997e-07,
|
| 793 |
+
"loss": 0.03422398567199707,
|
| 794 |
+
"step": 560
|
| 795 |
+
},
|
| 796 |
+
{
|
| 797 |
+
"epoch": 0.7311549660304109,
|
| 798 |
+
"grad_norm": 4.4260993003845215,
|
| 799 |
+
"learning_rate": 8.916996913028111e-07,
|
| 800 |
+
"loss": 0.051188260316848755,
|
| 801 |
+
"step": 565
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"epoch": 0.7376253639598835,
|
| 805 |
+
"grad_norm": 4.678509712219238,
|
| 806 |
+
"learning_rate": 8.521256358167936e-07,
|
| 807 |
+
"loss": 0.056780123710632326,
|
| 808 |
+
"step": 570
|
| 809 |
+
},
|
| 810 |
+
{
|
| 811 |
+
"epoch": 0.7440957618893562,
|
| 812 |
+
"grad_norm": 3.086786985397339,
|
| 813 |
+
"learning_rate": 8.132686447117013e-07,
|
| 814 |
+
"loss": 0.048840710520744325,
|
| 815 |
+
"step": 575
|
| 816 |
+
},
|
| 817 |
+
{
|
| 818 |
+
"epoch": 0.7505661598188289,
|
| 819 |
+
"grad_norm": 6.2933030128479,
|
| 820 |
+
"learning_rate": 7.751456264150659e-07,
|
| 821 |
+
"loss": 0.04729847013950348,
|
| 822 |
+
"step": 580
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"epoch": 0.7570365577483015,
|
| 826 |
+
"grad_norm": 2.3564507961273193,
|
| 827 |
+
"learning_rate": 7.37773169969784e-07,
|
| 828 |
+
"loss": 0.047790664434432986,
|
| 829 |
+
"step": 585
|
| 830 |
+
},
|
| 831 |
+
{
|
| 832 |
+
"epoch": 0.7635069556777742,
|
| 833 |
+
"grad_norm": 4.317991733551025,
|
| 834 |
+
"learning_rate": 7.011675378154729e-07,
|
| 835 |
+
"loss": 0.03611315190792084,
|
| 836 |
+
"step": 590
|
| 837 |
+
},
|
| 838 |
+
{
|
| 839 |
+
"epoch": 0.7699773536072468,
|
| 840 |
+
"grad_norm": 3.125620126724243,
|
| 841 |
+
"learning_rate": 6.653446587119513e-07,
|
| 842 |
+
"loss": 0.03579588830471039,
|
| 843 |
+
"step": 595
|
| 844 |
+
},
|
| 845 |
+
{
|
| 846 |
+
"epoch": 0.7764477515367195,
|
| 847 |
+
"grad_norm": 3.879507303237915,
|
| 848 |
+
"learning_rate": 6.303201208079196e-07,
|
| 849 |
+
"loss": 0.03441928625106812,
|
| 850 |
+
"step": 600
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"epoch": 0.7829181494661922,
|
| 854 |
+
"grad_norm": 3.183290958404541,
|
| 855 |
+
"learning_rate": 5.961091648578524e-07,
|
| 856 |
+
"loss": 0.03229800462722778,
|
| 857 |
+
"step": 605
|
| 858 |
+
},
|
| 859 |
+
{
|
| 860 |
+
"epoch": 0.7893885473956649,
|
| 861 |
+
"grad_norm": 4.116817474365234,
|
| 862 |
+
"learning_rate": 5.627266775900588e-07,
|
| 863 |
+
"loss": 0.042788922786712646,
|
| 864 |
+
"step": 610
|
| 865 |
+
},
|
| 866 |
+
{
|
| 867 |
+
"epoch": 0.7958589453251375,
|
| 868 |
+
"grad_norm": 3.974626302719116,
|
| 869 |
+
"learning_rate": 5.301871852287996e-07,
|
| 870 |
+
"loss": 0.04888916909694672,
|
| 871 |
+
"step": 615
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"epoch": 0.8023293432546101,
|
| 875 |
+
"grad_norm": 0.8669401407241821,
|
| 876 |
+
"learning_rate": 4.985048471732696e-07,
|
| 877 |
+
"loss": 0.03998250663280487,
|
| 878 |
+
"step": 620
|
| 879 |
+
},
|
| 880 |
+
{
|
| 881 |
+
"epoch": 0.8087997411840828,
|
| 882 |
+
"grad_norm": 6.299636363983154,
|
| 883 |
+
"learning_rate": 4.676934498362062e-07,
|
| 884 |
+
"loss": 0.058104246854782104,
|
| 885 |
+
"step": 625
|
| 886 |
+
},
|
| 887 |
+
{
|
| 888 |
+
"epoch": 0.8152701391135555,
|
| 889 |
+
"grad_norm": 1.062532901763916,
|
| 890 |
+
"learning_rate": 4.377664006448001e-07,
|
| 891 |
+
"loss": 0.04370595812797547,
|
| 892 |
+
"step": 630
|
| 893 |
+
},
|
| 894 |
+
{
|
| 895 |
+
"epoch": 0.8217405370430282,
|
| 896 |
+
"grad_norm": 1.5842965841293335,
|
| 897 |
+
"learning_rate": 4.0873672220651914e-07,
|
| 898 |
+
"loss": 0.025883442163467406,
|
| 899 |
+
"step": 635
|
| 900 |
+
},
|
| 901 |
+
{
|
| 902 |
+
"epoch": 0.8282109349725008,
|
| 903 |
+
"grad_norm": 4.2788286209106445,
|
| 904 |
+
"learning_rate": 3.8061704664238556e-07,
|
| 905 |
+
"loss": 0.035388365387916565,
|
| 906 |
+
"step": 640
|
| 907 |
+
},
|
| 908 |
+
{
|
| 909 |
+
"epoch": 0.8346813329019734,
|
| 910 |
+
"grad_norm": 2.5707383155822754,
|
| 911 |
+
"learning_rate": 3.53419610090171e-07,
|
| 912 |
+
"loss": 0.03312977850437164,
|
| 913 |
+
"step": 645
|
| 914 |
+
},
|
| 915 |
+
{
|
| 916 |
+
"epoch": 0.8411517308314461,
|
| 917 |
+
"grad_norm": 3.3496265411376953,
|
| 918 |
+
"learning_rate": 3.271562473799011e-07,
|
| 919 |
+
"loss": 0.03264069259166717,
|
| 920 |
+
"step": 650
|
| 921 |
+
}
|
| 922 |
+
],
|
| 923 |
+
"logging_steps": 5,
|
| 924 |
+
"max_steps": 773,
|
| 925 |
+
"num_input_tokens_seen": 0,
|
| 926 |
+
"num_train_epochs": 1,
|
| 927 |
+
"save_steps": 50,
|
| 928 |
+
"stateful_callbacks": {
|
| 929 |
+
"TrainerControl": {
|
| 930 |
+
"args": {
|
| 931 |
+
"should_epoch_stop": false,
|
| 932 |
+
"should_evaluate": false,
|
| 933 |
+
"should_log": false,
|
| 934 |
+
"should_save": true,
|
| 935 |
+
"should_training_stop": false
|
| 936 |
+
},
|
| 937 |
+
"attributes": {}
|
| 938 |
+
}
|
| 939 |
+
},
|
| 940 |
+
"total_flos": 1.792147956847227e+17,
|
| 941 |
+
"train_batch_size": 1,
|
| 942 |
+
"trial_name": null,
|
| 943 |
+
"trial_params": null
|
| 944 |
+
}
|
checkpoint-650/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5180becaca782fdfd2e0d8120222ed130423adbe27b164245aacdbb17a81c155
|
| 3 |
+
size 5393
|