step 1600 | loss 0.5715
Browse files- .gitattributes +1 -0
- checkpoint-1600/README.md +210 -0
- checkpoint-1600/adapter_config.json +52 -0
- checkpoint-1600/adapter_model.safetensors +3 -0
- checkpoint-1600/added_tokens.json +28 -0
- checkpoint-1600/chat_template.jinja +97 -0
- checkpoint-1600/merges.txt +0 -0
- checkpoint-1600/optimizer.pt +3 -0
- checkpoint-1600/rng_state.pth +3 -0
- checkpoint-1600/scaler.pt +3 -0
- checkpoint-1600/scheduler.pt +3 -0
- checkpoint-1600/special_tokens_map.json +31 -0
- checkpoint-1600/tokenizer.json +3 -0
- checkpoint-1600/tokenizer_config.json +240 -0
- checkpoint-1600/trainer_state.json +1154 -0
- checkpoint-1600/training_args.bin +3 -0
- checkpoint-1600/vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -40,3 +40,4 @@ checkpoint-800/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
| 40 |
checkpoint-1000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 41 |
checkpoint-1200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 42 |
checkpoint-1400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 40 |
checkpoint-1000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 41 |
checkpoint-1200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 42 |
checkpoint-1400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
checkpoint-1600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-1600/README.md
ADDED
|
@@ -0,0 +1,210 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/qwen3-8b-unsloth-bnb-4bit
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:unsloth/qwen3-8b-unsloth-bnb-4bit
|
| 7 |
+
- lora
|
| 8 |
+
- sft
|
| 9 |
+
- transformers
|
| 10 |
+
- trl
|
| 11 |
+
- unsloth
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# Model Card for Model ID
|
| 15 |
+
|
| 16 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
## Model Details
|
| 21 |
+
|
| 22 |
+
### Model Description
|
| 23 |
+
|
| 24 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
- **Developed by:** [More Information Needed]
|
| 29 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 30 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 31 |
+
- **Model type:** [More Information Needed]
|
| 32 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 33 |
+
- **License:** [More Information Needed]
|
| 34 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 35 |
+
|
| 36 |
+
### Model Sources [optional]
|
| 37 |
+
|
| 38 |
+
<!-- Provide the basic links for the model. -->
|
| 39 |
+
|
| 40 |
+
- **Repository:** [More Information Needed]
|
| 41 |
+
- **Paper [optional]:** [More Information Needed]
|
| 42 |
+
- **Demo [optional]:** [More Information Needed]
|
| 43 |
+
|
| 44 |
+
## Uses
|
| 45 |
+
|
| 46 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 47 |
+
|
| 48 |
+
### Direct Use
|
| 49 |
+
|
| 50 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 51 |
+
|
| 52 |
+
[More Information Needed]
|
| 53 |
+
|
| 54 |
+
### Downstream Use [optional]
|
| 55 |
+
|
| 56 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 57 |
+
|
| 58 |
+
[More Information Needed]
|
| 59 |
+
|
| 60 |
+
### Out-of-Scope Use
|
| 61 |
+
|
| 62 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 63 |
+
|
| 64 |
+
[More Information Needed]
|
| 65 |
+
|
| 66 |
+
## Bias, Risks, and Limitations
|
| 67 |
+
|
| 68 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 69 |
+
|
| 70 |
+
[More Information Needed]
|
| 71 |
+
|
| 72 |
+
### Recommendations
|
| 73 |
+
|
| 74 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 75 |
+
|
| 76 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 77 |
+
|
| 78 |
+
## How to Get Started with the Model
|
| 79 |
+
|
| 80 |
+
Use the code below to get started with the model.
|
| 81 |
+
|
| 82 |
+
[More Information Needed]
|
| 83 |
+
|
| 84 |
+
## Training Details
|
| 85 |
+
|
| 86 |
+
### Training Data
|
| 87 |
+
|
| 88 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 89 |
+
|
| 90 |
+
[More Information Needed]
|
| 91 |
+
|
| 92 |
+
### Training Procedure
|
| 93 |
+
|
| 94 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 95 |
+
|
| 96 |
+
#### Preprocessing [optional]
|
| 97 |
+
|
| 98 |
+
[More Information Needed]
|
| 99 |
+
|
| 100 |
+
|
| 101 |
+
#### Training Hyperparameters
|
| 102 |
+
|
| 103 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 104 |
+
|
| 105 |
+
#### Speeds, Sizes, Times [optional]
|
| 106 |
+
|
| 107 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 108 |
+
|
| 109 |
+
[More Information Needed]
|
| 110 |
+
|
| 111 |
+
## Evaluation
|
| 112 |
+
|
| 113 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 114 |
+
|
| 115 |
+
### Testing Data, Factors & Metrics
|
| 116 |
+
|
| 117 |
+
#### Testing Data
|
| 118 |
+
|
| 119 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 120 |
+
|
| 121 |
+
[More Information Needed]
|
| 122 |
+
|
| 123 |
+
#### Factors
|
| 124 |
+
|
| 125 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 126 |
+
|
| 127 |
+
[More Information Needed]
|
| 128 |
+
|
| 129 |
+
#### Metrics
|
| 130 |
+
|
| 131 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 132 |
+
|
| 133 |
+
[More Information Needed]
|
| 134 |
+
|
| 135 |
+
### Results
|
| 136 |
+
|
| 137 |
+
[More Information Needed]
|
| 138 |
+
|
| 139 |
+
#### Summary
|
| 140 |
+
|
| 141 |
+
|
| 142 |
+
|
| 143 |
+
## Model Examination [optional]
|
| 144 |
+
|
| 145 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 146 |
+
|
| 147 |
+
[More Information Needed]
|
| 148 |
+
|
| 149 |
+
## Environmental Impact
|
| 150 |
+
|
| 151 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 152 |
+
|
| 153 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 154 |
+
|
| 155 |
+
- **Hardware Type:** [More Information Needed]
|
| 156 |
+
- **Hours used:** [More Information Needed]
|
| 157 |
+
- **Cloud Provider:** [More Information Needed]
|
| 158 |
+
- **Compute Region:** [More Information Needed]
|
| 159 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 160 |
+
|
| 161 |
+
## Technical Specifications [optional]
|
| 162 |
+
|
| 163 |
+
### Model Architecture and Objective
|
| 164 |
+
|
| 165 |
+
[More Information Needed]
|
| 166 |
+
|
| 167 |
+
### Compute Infrastructure
|
| 168 |
+
|
| 169 |
+
[More Information Needed]
|
| 170 |
+
|
| 171 |
+
#### Hardware
|
| 172 |
+
|
| 173 |
+
[More Information Needed]
|
| 174 |
+
|
| 175 |
+
#### Software
|
| 176 |
+
|
| 177 |
+
[More Information Needed]
|
| 178 |
+
|
| 179 |
+
## Citation [optional]
|
| 180 |
+
|
| 181 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 182 |
+
|
| 183 |
+
**BibTeX:**
|
| 184 |
+
|
| 185 |
+
[More Information Needed]
|
| 186 |
+
|
| 187 |
+
**APA:**
|
| 188 |
+
|
| 189 |
+
[More Information Needed]
|
| 190 |
+
|
| 191 |
+
## Glossary [optional]
|
| 192 |
+
|
| 193 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 194 |
+
|
| 195 |
+
[More Information Needed]
|
| 196 |
+
|
| 197 |
+
## More Information [optional]
|
| 198 |
+
|
| 199 |
+
[More Information Needed]
|
| 200 |
+
|
| 201 |
+
## Model Card Authors [optional]
|
| 202 |
+
|
| 203 |
+
[More Information Needed]
|
| 204 |
+
|
| 205 |
+
## Model Card Contact
|
| 206 |
+
|
| 207 |
+
[More Information Needed]
|
| 208 |
+
### Framework versions
|
| 209 |
+
|
| 210 |
+
- PEFT 0.19.1
|
checkpoint-1600/adapter_config.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "Qwen3ForCausalLM",
|
| 7 |
+
"parent_library": "transformers.models.qwen3.modeling_qwen3",
|
| 8 |
+
"unsloth_fixed": true
|
| 9 |
+
},
|
| 10 |
+
"base_model_name_or_path": "unsloth/qwen3-8b-unsloth-bnb-4bit",
|
| 11 |
+
"bias": "none",
|
| 12 |
+
"corda_config": null,
|
| 13 |
+
"ensure_weight_tying": false,
|
| 14 |
+
"eva_config": null,
|
| 15 |
+
"exclude_modules": null,
|
| 16 |
+
"fan_in_fan_out": false,
|
| 17 |
+
"inference_mode": true,
|
| 18 |
+
"init_lora_weights": true,
|
| 19 |
+
"layer_replication": null,
|
| 20 |
+
"layers_pattern": null,
|
| 21 |
+
"layers_to_transform": null,
|
| 22 |
+
"loftq_config": {},
|
| 23 |
+
"lora_alpha": 64,
|
| 24 |
+
"lora_bias": false,
|
| 25 |
+
"lora_dropout": 0,
|
| 26 |
+
"lora_ga_config": null,
|
| 27 |
+
"megatron_config": null,
|
| 28 |
+
"megatron_core": "megatron.core",
|
| 29 |
+
"modules_to_save": null,
|
| 30 |
+
"peft_type": "LORA",
|
| 31 |
+
"peft_version": "0.19.1",
|
| 32 |
+
"qalora_group_size": 16,
|
| 33 |
+
"r": 32,
|
| 34 |
+
"rank_pattern": {},
|
| 35 |
+
"revision": null,
|
| 36 |
+
"target_modules": [
|
| 37 |
+
"v_proj",
|
| 38 |
+
"o_proj",
|
| 39 |
+
"down_proj",
|
| 40 |
+
"up_proj",
|
| 41 |
+
"q_proj",
|
| 42 |
+
"gate_proj",
|
| 43 |
+
"k_proj"
|
| 44 |
+
],
|
| 45 |
+
"target_parameters": null,
|
| 46 |
+
"task_type": "CAUSAL_LM",
|
| 47 |
+
"trainable_token_indices": null,
|
| 48 |
+
"use_bdlora": null,
|
| 49 |
+
"use_dora": false,
|
| 50 |
+
"use_qalora": false,
|
| 51 |
+
"use_rslora": false
|
| 52 |
+
}
|
checkpoint-1600/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b3f52bff43feb87094daad28d72954aad2b1e7b6e7477c292d3323db804ef31
|
| 3 |
+
size 349243752
|
checkpoint-1600/added_tokens.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</think>": 151668,
|
| 3 |
+
"</tool_call>": 151658,
|
| 4 |
+
"</tool_response>": 151666,
|
| 5 |
+
"<think>": 151667,
|
| 6 |
+
"<tool_call>": 151657,
|
| 7 |
+
"<tool_response>": 151665,
|
| 8 |
+
"<|box_end|>": 151649,
|
| 9 |
+
"<|box_start|>": 151648,
|
| 10 |
+
"<|endoftext|>": 151643,
|
| 11 |
+
"<|file_sep|>": 151664,
|
| 12 |
+
"<|fim_middle|>": 151660,
|
| 13 |
+
"<|fim_pad|>": 151662,
|
| 14 |
+
"<|fim_prefix|>": 151659,
|
| 15 |
+
"<|fim_suffix|>": 151661,
|
| 16 |
+
"<|im_end|>": 151645,
|
| 17 |
+
"<|im_start|>": 151644,
|
| 18 |
+
"<|image_pad|>": 151655,
|
| 19 |
+
"<|object_ref_end|>": 151647,
|
| 20 |
+
"<|object_ref_start|>": 151646,
|
| 21 |
+
"<|quad_end|>": 151651,
|
| 22 |
+
"<|quad_start|>": 151650,
|
| 23 |
+
"<|repo_name|>": 151663,
|
| 24 |
+
"<|video_pad|>": 151656,
|
| 25 |
+
"<|vision_end|>": 151653,
|
| 26 |
+
"<|vision_pad|>": 151654,
|
| 27 |
+
"<|vision_start|>": 151652
|
| 28 |
+
}
|
checkpoint-1600/chat_template.jinja
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0].role == 'system' %}
|
| 4 |
+
{{- messages[0].content + '\n\n' }}
|
| 5 |
+
{%- endif %}
|
| 6 |
+
{{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
|
| 7 |
+
{%- for tool in tools %}
|
| 8 |
+
{{- "\n" }}
|
| 9 |
+
{{- tool | tojson }}
|
| 10 |
+
{%- endfor %}
|
| 11 |
+
{{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
|
| 12 |
+
{%- else %}
|
| 13 |
+
{%- if messages[0].role == 'system' %}
|
| 14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
| 15 |
+
{%- endif %}
|
| 16 |
+
{%- endif %}
|
| 17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
| 18 |
+
{%- for forward_message in messages %}
|
| 19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
| 20 |
+
{%- set message = messages[index] %}
|
| 21 |
+
{%- set tool_start = '<tool_response>' %}
|
| 22 |
+
{%- set tool_start_length = tool_start|length %}
|
| 23 |
+
{%- set start_of_message = message.content[:tool_start_length] %}
|
| 24 |
+
{%- set tool_end = '</tool_response>' %}
|
| 25 |
+
{%- set tool_end_length = tool_end|length %}
|
| 26 |
+
{%- set start_pos = (message.content|length) - tool_end_length %}
|
| 27 |
+
{%- if start_pos < 0 %}
|
| 28 |
+
{%- set start_pos = 0 %}
|
| 29 |
+
{%- endif %}
|
| 30 |
+
{%- set end_of_message = message.content[start_pos:] %}
|
| 31 |
+
{%- if ns.multi_step_tool and message.role == "user" and not(start_of_message == tool_start and end_of_message == tool_end) %}
|
| 32 |
+
{%- set ns.multi_step_tool = false %}
|
| 33 |
+
{%- set ns.last_query_index = index %}
|
| 34 |
+
{%- endif %}
|
| 35 |
+
{%- endfor %}
|
| 36 |
+
{%- for message in messages %}
|
| 37 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
| 38 |
+
{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
|
| 39 |
+
{%- elif message.role == "assistant" %}
|
| 40 |
+
{%- set content = message.content %}
|
| 41 |
+
{%- set reasoning_content = '' %}
|
| 42 |
+
{%- if message.reasoning_content is defined and message.reasoning_content is not none %}
|
| 43 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 44 |
+
{%- else %}
|
| 45 |
+
{%- if '</think>' in message.content %}
|
| 46 |
+
{%- set content = (message.content.split('</think>')|last).lstrip('\n') %}
|
| 47 |
+
{%- set reasoning_content = (message.content.split('</think>')|first).rstrip('\n') %}
|
| 48 |
+
{%- set reasoning_content = (reasoning_content.split('<think>')|last).lstrip('\n') %}
|
| 49 |
+
{%- endif %}
|
| 50 |
+
{%- endif %}
|
| 51 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 52 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
| 53 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
| 54 |
+
{%- else %}
|
| 55 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 56 |
+
{%- endif %}
|
| 57 |
+
{%- else %}
|
| 58 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 59 |
+
{%- endif %}
|
| 60 |
+
{%- if message.tool_calls %}
|
| 61 |
+
{%- for tool_call in message.tool_calls %}
|
| 62 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
| 63 |
+
{{- '\n' }}
|
| 64 |
+
{%- endif %}
|
| 65 |
+
{%- if tool_call.function %}
|
| 66 |
+
{%- set tool_call = tool_call.function %}
|
| 67 |
+
{%- endif %}
|
| 68 |
+
{{- '<tool_call>\n{"name": "' }}
|
| 69 |
+
{{- tool_call.name }}
|
| 70 |
+
{{- '", "arguments": ' }}
|
| 71 |
+
{%- if tool_call.arguments is string %}
|
| 72 |
+
{{- tool_call.arguments }}
|
| 73 |
+
{%- else %}
|
| 74 |
+
{{- tool_call.arguments | tojson }}
|
| 75 |
+
{%- endif %}
|
| 76 |
+
{{- '}\n</tool_call>' }}
|
| 77 |
+
{%- endfor %}
|
| 78 |
+
{%- endif %}
|
| 79 |
+
{{- '<|im_end|>\n' }}
|
| 80 |
+
{%- elif message.role == "tool" %}
|
| 81 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
| 82 |
+
{{- '<|im_start|>user' }}
|
| 83 |
+
{%- endif %}
|
| 84 |
+
{{- '\n<tool_response>\n' }}
|
| 85 |
+
{{- message.content }}
|
| 86 |
+
{{- '\n</tool_response>' }}
|
| 87 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 88 |
+
{{- '<|im_end|>\n' }}
|
| 89 |
+
{%- endif %}
|
| 90 |
+
{%- endif %}
|
| 91 |
+
{%- endfor %}
|
| 92 |
+
{%- if add_generation_prompt %}
|
| 93 |
+
{{- '<|im_start|>assistant\n' }}
|
| 94 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
| 95 |
+
{{- '<think>\n\n</think>\n\n' }}
|
| 96 |
+
{%- endif %}
|
| 97 |
+
{%- endif %}
|
checkpoint-1600/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1600/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54b929fd551d99429a15c8b7e4d2fe784f1b1f22a478ccce605cfa44deb1fa47
|
| 3 |
+
size 179225907
|
checkpoint-1600/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:098b29492211804ab324a36f37466821d948280bb74fce4ba895c03f13ecd878
|
| 3 |
+
size 14645
|
checkpoint-1600/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e4420338904222790575638e536e5d59f25756f58070a9dfc3e73602e7fbef5
|
| 3 |
+
size 1383
|
checkpoint-1600/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bea21c0fd520b1445ba79e93edc7726320188c986899635e49a90a9d0b4d8c72
|
| 3 |
+
size 1465
|
checkpoint-1600/special_tokens_map.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|im_end|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|vision_pad|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
checkpoint-1600/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae1a036a9837df9caeebb840d09d80e8feef0f6d2bae982970d1ad34f5946aff
|
| 3 |
+
size 11422753
|
checkpoint-1600/tokenizer_config.json
ADDED
|
@@ -0,0 +1,240 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
},
|
| 181 |
+
"151665": {
|
| 182 |
+
"content": "<tool_response>",
|
| 183 |
+
"lstrip": false,
|
| 184 |
+
"normalized": false,
|
| 185 |
+
"rstrip": false,
|
| 186 |
+
"single_word": false,
|
| 187 |
+
"special": false
|
| 188 |
+
},
|
| 189 |
+
"151666": {
|
| 190 |
+
"content": "</tool_response>",
|
| 191 |
+
"lstrip": false,
|
| 192 |
+
"normalized": false,
|
| 193 |
+
"rstrip": false,
|
| 194 |
+
"single_word": false,
|
| 195 |
+
"special": false
|
| 196 |
+
},
|
| 197 |
+
"151667": {
|
| 198 |
+
"content": "<think>",
|
| 199 |
+
"lstrip": false,
|
| 200 |
+
"normalized": false,
|
| 201 |
+
"rstrip": false,
|
| 202 |
+
"single_word": false,
|
| 203 |
+
"special": false
|
| 204 |
+
},
|
| 205 |
+
"151668": {
|
| 206 |
+
"content": "</think>",
|
| 207 |
+
"lstrip": false,
|
| 208 |
+
"normalized": false,
|
| 209 |
+
"rstrip": false,
|
| 210 |
+
"single_word": false,
|
| 211 |
+
"special": false
|
| 212 |
+
}
|
| 213 |
+
},
|
| 214 |
+
"additional_special_tokens": [
|
| 215 |
+
"<|im_start|>",
|
| 216 |
+
"<|im_end|>",
|
| 217 |
+
"<|object_ref_start|>",
|
| 218 |
+
"<|object_ref_end|>",
|
| 219 |
+
"<|box_start|>",
|
| 220 |
+
"<|box_end|>",
|
| 221 |
+
"<|quad_start|>",
|
| 222 |
+
"<|quad_end|>",
|
| 223 |
+
"<|vision_start|>",
|
| 224 |
+
"<|vision_end|>",
|
| 225 |
+
"<|vision_pad|>",
|
| 226 |
+
"<|image_pad|>",
|
| 227 |
+
"<|video_pad|>"
|
| 228 |
+
],
|
| 229 |
+
"bos_token": null,
|
| 230 |
+
"clean_up_tokenization_spaces": false,
|
| 231 |
+
"eos_token": "<|im_end|>",
|
| 232 |
+
"errors": "replace",
|
| 233 |
+
"extra_special_tokens": {},
|
| 234 |
+
"model_max_length": 40960,
|
| 235 |
+
"pad_token": "<|vision_pad|>",
|
| 236 |
+
"padding_side": "right",
|
| 237 |
+
"split_special_tokens": false,
|
| 238 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 239 |
+
"unk_token": null
|
| 240 |
+
}
|
checkpoint-1600/trainer_state.json
ADDED
|
@@ -0,0 +1,1154 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 1.445624540986385,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 1600,
|
| 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.009039037342523022,
|
| 14 |
+
"grad_norm": 7.855499744415283,
|
| 15 |
+
"learning_rate": 6.000000000000001e-07,
|
| 16 |
+
"loss": 1.4181,
|
| 17 |
+
"step": 10
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.018078074685046044,
|
| 21 |
+
"grad_norm": 3.3778610229492188,
|
| 22 |
+
"learning_rate": 1.2666666666666669e-06,
|
| 23 |
+
"loss": 1.2494,
|
| 24 |
+
"step": 20
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.027117112027569064,
|
| 28 |
+
"grad_norm": 2.6225311756134033,
|
| 29 |
+
"learning_rate": 1.9333333333333336e-06,
|
| 30 |
+
"loss": 1.0602,
|
| 31 |
+
"step": 30
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.03615614937009209,
|
| 35 |
+
"grad_norm": 1.594939112663269,
|
| 36 |
+
"learning_rate": 2.6e-06,
|
| 37 |
+
"loss": 0.9123,
|
| 38 |
+
"step": 40
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.045195186712615104,
|
| 42 |
+
"grad_norm": 0.9766483902931213,
|
| 43 |
+
"learning_rate": 3.266666666666667e-06,
|
| 44 |
+
"loss": 0.7841,
|
| 45 |
+
"step": 50
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.05423422405513813,
|
| 49 |
+
"grad_norm": 0.43368658423423767,
|
| 50 |
+
"learning_rate": 3.9333333333333335e-06,
|
| 51 |
+
"loss": 0.6803,
|
| 52 |
+
"step": 60
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.06327326139766115,
|
| 56 |
+
"grad_norm": 0.49014410376548767,
|
| 57 |
+
"learning_rate": 4.600000000000001e-06,
|
| 58 |
+
"loss": 0.5921,
|
| 59 |
+
"step": 70
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.07231229874018417,
|
| 63 |
+
"grad_norm": 0.46368488669395447,
|
| 64 |
+
"learning_rate": 5.2666666666666665e-06,
|
| 65 |
+
"loss": 0.6214,
|
| 66 |
+
"step": 80
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.0813513360827072,
|
| 70 |
+
"grad_norm": 0.46477940678596497,
|
| 71 |
+
"learning_rate": 5.933333333333335e-06,
|
| 72 |
+
"loss": 0.6157,
|
| 73 |
+
"step": 90
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.09039037342523021,
|
| 77 |
+
"grad_norm": 0.4853752553462982,
|
| 78 |
+
"learning_rate": 6.600000000000001e-06,
|
| 79 |
+
"loss": 0.6628,
|
| 80 |
+
"step": 100
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.09942941076775323,
|
| 84 |
+
"grad_norm": 0.36940082907676697,
|
| 85 |
+
"learning_rate": 7.266666666666668e-06,
|
| 86 |
+
"loss": 0.5775,
|
| 87 |
+
"step": 110
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.10846844811027626,
|
| 91 |
+
"grad_norm": 0.34785982966423035,
|
| 92 |
+
"learning_rate": 7.933333333333334e-06,
|
| 93 |
+
"loss": 0.6343,
|
| 94 |
+
"step": 120
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.11750748545279928,
|
| 98 |
+
"grad_norm": 0.4787227511405945,
|
| 99 |
+
"learning_rate": 8.6e-06,
|
| 100 |
+
"loss": 0.6016,
|
| 101 |
+
"step": 130
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.1265465227953223,
|
| 105 |
+
"grad_norm": 0.4643513262271881,
|
| 106 |
+
"learning_rate": 9.266666666666667e-06,
|
| 107 |
+
"loss": 0.6388,
|
| 108 |
+
"step": 140
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.1355855601378453,
|
| 112 |
+
"grad_norm": 0.384676456451416,
|
| 113 |
+
"learning_rate": 9.933333333333334e-06,
|
| 114 |
+
"loss": 0.5895,
|
| 115 |
+
"step": 150
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.14462459748036835,
|
| 119 |
+
"grad_norm": 0.4324859380722046,
|
| 120 |
+
"learning_rate": 9.99991503499922e-06,
|
| 121 |
+
"loss": 0.5942,
|
| 122 |
+
"step": 160
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.15366363482289136,
|
| 126 |
+
"grad_norm": 0.41830965876579285,
|
| 127 |
+
"learning_rate": 9.99962133253095e-06,
|
| 128 |
+
"loss": 0.6121,
|
| 129 |
+
"step": 170
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.1627026721654144,
|
| 133 |
+
"grad_norm": 0.3795354962348938,
|
| 134 |
+
"learning_rate": 9.999117855964797e-06,
|
| 135 |
+
"loss": 0.6041,
|
| 136 |
+
"step": 180
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.1717417095079374,
|
| 140 |
+
"grad_norm": 0.28756389021873474,
|
| 141 |
+
"learning_rate": 9.998404626425627e-06,
|
| 142 |
+
"loss": 0.5529,
|
| 143 |
+
"step": 190
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.18078074685046042,
|
| 147 |
+
"grad_norm": 0.40732458233833313,
|
| 148 |
+
"learning_rate": 9.997481673839125e-06,
|
| 149 |
+
"loss": 0.6321,
|
| 150 |
+
"step": 200
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.18981978419298345,
|
| 154 |
+
"grad_norm": 0.3699369430541992,
|
| 155 |
+
"learning_rate": 9.996349036930533e-06,
|
| 156 |
+
"loss": 0.5886,
|
| 157 |
+
"step": 210
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.19885882153550646,
|
| 161 |
+
"grad_norm": 0.4334062337875366,
|
| 162 |
+
"learning_rate": 9.995006763223028e-06,
|
| 163 |
+
"loss": 0.646,
|
| 164 |
+
"step": 220
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.2078978588780295,
|
| 168 |
+
"grad_norm": 0.3638211786746979,
|
| 169 |
+
"learning_rate": 9.993454909035724e-06,
|
| 170 |
+
"loss": 0.5996,
|
| 171 |
+
"step": 230
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.2169368962205525,
|
| 175 |
+
"grad_norm": 0.377408891916275,
|
| 176 |
+
"learning_rate": 9.991693539481317e-06,
|
| 177 |
+
"loss": 0.5999,
|
| 178 |
+
"step": 240
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.22597593356307552,
|
| 182 |
+
"grad_norm": 0.4337885081768036,
|
| 183 |
+
"learning_rate": 9.989722728463345e-06,
|
| 184 |
+
"loss": 0.6233,
|
| 185 |
+
"step": 250
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.23501497090559856,
|
| 189 |
+
"grad_norm": 0.35624244809150696,
|
| 190 |
+
"learning_rate": 9.98754255867309e-06,
|
| 191 |
+
"loss": 0.6279,
|
| 192 |
+
"step": 260
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.24405400824812157,
|
| 196 |
+
"grad_norm": 0.385580837726593,
|
| 197 |
+
"learning_rate": 9.985153121586111e-06,
|
| 198 |
+
"loss": 0.5896,
|
| 199 |
+
"step": 270
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.2530930455906446,
|
| 203 |
+
"grad_norm": 0.36690962314605713,
|
| 204 |
+
"learning_rate": 9.982554517458403e-06,
|
| 205 |
+
"loss": 0.6212,
|
| 206 |
+
"step": 280
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 0.26213208293316764,
|
| 210 |
+
"grad_norm": 0.3190907835960388,
|
| 211 |
+
"learning_rate": 9.979746855322192e-06,
|
| 212 |
+
"loss": 0.6019,
|
| 213 |
+
"step": 290
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.2711711202756906,
|
| 217 |
+
"grad_norm": 0.33014318346977234,
|
| 218 |
+
"learning_rate": 9.976730252981354e-06,
|
| 219 |
+
"loss": 0.5906,
|
| 220 |
+
"step": 300
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.28021015761821366,
|
| 224 |
+
"grad_norm": 0.4516271650791168,
|
| 225 |
+
"learning_rate": 9.973504837006487e-06,
|
| 226 |
+
"loss": 0.612,
|
| 227 |
+
"step": 310
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.2892491949607367,
|
| 231 |
+
"grad_norm": 0.3498607873916626,
|
| 232 |
+
"learning_rate": 9.97007074272958e-06,
|
| 233 |
+
"loss": 0.5591,
|
| 234 |
+
"step": 320
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.2982882323032597,
|
| 238 |
+
"grad_norm": 0.4618026316165924,
|
| 239 |
+
"learning_rate": 9.966428114238353e-06,
|
| 240 |
+
"loss": 0.5808,
|
| 241 |
+
"step": 330
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.3073272696457827,
|
| 245 |
+
"grad_norm": 0.35378628969192505,
|
| 246 |
+
"learning_rate": 9.962577104370206e-06,
|
| 247 |
+
"loss": 0.5983,
|
| 248 |
+
"step": 340
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 0.31636630698830576,
|
| 252 |
+
"grad_norm": 0.3605310916900635,
|
| 253 |
+
"learning_rate": 9.958517874705793e-06,
|
| 254 |
+
"loss": 0.5898,
|
| 255 |
+
"step": 350
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.3254053443308288,
|
| 259 |
+
"grad_norm": 0.41437646746635437,
|
| 260 |
+
"learning_rate": 9.954250595562267e-06,
|
| 261 |
+
"loss": 0.5746,
|
| 262 |
+
"step": 360
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.3344443816733518,
|
| 266 |
+
"grad_norm": 0.3715222477912903,
|
| 267 |
+
"learning_rate": 9.949775445986112e-06,
|
| 268 |
+
"loss": 0.5994,
|
| 269 |
+
"step": 370
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 0.3434834190158748,
|
| 273 |
+
"grad_norm": 0.41986992955207825,
|
| 274 |
+
"learning_rate": 9.945092613745642e-06,
|
| 275 |
+
"loss": 0.5492,
|
| 276 |
+
"step": 380
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.35252245635839785,
|
| 280 |
+
"grad_norm": 0.3996647000312805,
|
| 281 |
+
"learning_rate": 9.940202295323116e-06,
|
| 282 |
+
"loss": 0.6066,
|
| 283 |
+
"step": 390
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 0.36156149370092083,
|
| 287 |
+
"grad_norm": 0.3808385729789734,
|
| 288 |
+
"learning_rate": 9.935104695906506e-06,
|
| 289 |
+
"loss": 0.5628,
|
| 290 |
+
"step": 400
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.37060053104344387,
|
| 294 |
+
"grad_norm": 0.3926442563533783,
|
| 295 |
+
"learning_rate": 9.92980002938087e-06,
|
| 296 |
+
"loss": 0.6087,
|
| 297 |
+
"step": 410
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.3796395683859669,
|
| 301 |
+
"grad_norm": 0.3604278862476349,
|
| 302 |
+
"learning_rate": 9.924288518319394e-06,
|
| 303 |
+
"loss": 0.5661,
|
| 304 |
+
"step": 420
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 0.3886786057284899,
|
| 308 |
+
"grad_norm": 0.36008164286613464,
|
| 309 |
+
"learning_rate": 9.918570393974041e-06,
|
| 310 |
+
"loss": 0.5948,
|
| 311 |
+
"step": 430
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 0.3977176430710129,
|
| 315 |
+
"grad_norm": 0.3590993285179138,
|
| 316 |
+
"learning_rate": 9.912645896265858e-06,
|
| 317 |
+
"loss": 0.5692,
|
| 318 |
+
"step": 440
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.40675668041353596,
|
| 322 |
+
"grad_norm": 0.3519396483898163,
|
| 323 |
+
"learning_rate": 9.906515273774903e-06,
|
| 324 |
+
"loss": 0.5289,
|
| 325 |
+
"step": 450
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.415795717756059,
|
| 329 |
+
"grad_norm": 0.33698147535324097,
|
| 330 |
+
"learning_rate": 9.900178783729817e-06,
|
| 331 |
+
"loss": 0.5643,
|
| 332 |
+
"step": 460
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.424834755098582,
|
| 336 |
+
"grad_norm": 0.41117480397224426,
|
| 337 |
+
"learning_rate": 9.89363669199703e-06,
|
| 338 |
+
"loss": 0.5875,
|
| 339 |
+
"step": 470
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.433873792441105,
|
| 343 |
+
"grad_norm": 0.3583988547325134,
|
| 344 |
+
"learning_rate": 9.886889273069614e-06,
|
| 345 |
+
"loss": 0.5494,
|
| 346 |
+
"step": 480
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.44291282978362806,
|
| 350 |
+
"grad_norm": 0.3181304633617401,
|
| 351 |
+
"learning_rate": 9.879936810055746e-06,
|
| 352 |
+
"loss": 0.5652,
|
| 353 |
+
"step": 490
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 0.45195186712615104,
|
| 357 |
+
"grad_norm": 0.3814559280872345,
|
| 358 |
+
"learning_rate": 9.872779594666856e-06,
|
| 359 |
+
"loss": 0.6046,
|
| 360 |
+
"step": 500
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 0.4609909044686741,
|
| 364 |
+
"grad_norm": 0.33179372549057007,
|
| 365 |
+
"learning_rate": 9.865417927205363e-06,
|
| 366 |
+
"loss": 0.6156,
|
| 367 |
+
"step": 510
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 0.4700299418111971,
|
| 371 |
+
"grad_norm": 0.4139130115509033,
|
| 372 |
+
"learning_rate": 9.857852116552094e-06,
|
| 373 |
+
"loss": 0.5993,
|
| 374 |
+
"step": 520
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 0.47906897915372015,
|
| 378 |
+
"grad_norm": 0.32068437337875366,
|
| 379 |
+
"learning_rate": 9.850082480153306e-06,
|
| 380 |
+
"loss": 0.603,
|
| 381 |
+
"step": 530
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 0.48810801649624314,
|
| 385 |
+
"grad_norm": 0.9201164841651917,
|
| 386 |
+
"learning_rate": 9.842109344007386e-06,
|
| 387 |
+
"loss": 0.6036,
|
| 388 |
+
"step": 540
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 0.4971470538387662,
|
| 392 |
+
"grad_norm": 0.42034047842025757,
|
| 393 |
+
"learning_rate": 9.833933042651156e-06,
|
| 394 |
+
"loss": 0.5678,
|
| 395 |
+
"step": 550
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 0.5061860911812892,
|
| 399 |
+
"grad_norm": 0.3811807632446289,
|
| 400 |
+
"learning_rate": 9.825553919145845e-06,
|
| 401 |
+
"loss": 0.5596,
|
| 402 |
+
"step": 560
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 0.5152251285238122,
|
| 406 |
+
"grad_norm": 0.36168864369392395,
|
| 407 |
+
"learning_rate": 9.816972325062694e-06,
|
| 408 |
+
"loss": 0.5906,
|
| 409 |
+
"step": 570
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 0.5242641658663353,
|
| 413 |
+
"grad_norm": 0.3304130733013153,
|
| 414 |
+
"learning_rate": 9.808188620468204e-06,
|
| 415 |
+
"loss": 0.5398,
|
| 416 |
+
"step": 580
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 0.5333032032088583,
|
| 420 |
+
"grad_norm": 0.32785892486572266,
|
| 421 |
+
"learning_rate": 9.799203173909028e-06,
|
| 422 |
+
"loss": 0.5982,
|
| 423 |
+
"step": 590
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 0.5423422405513812,
|
| 427 |
+
"grad_norm": 0.39726918935775757,
|
| 428 |
+
"learning_rate": 9.790016362396506e-06,
|
| 429 |
+
"loss": 0.5561,
|
| 430 |
+
"step": 600
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 0.5513812778939043,
|
| 434 |
+
"grad_norm": 0.3174471855163574,
|
| 435 |
+
"learning_rate": 9.780628571390853e-06,
|
| 436 |
+
"loss": 0.5268,
|
| 437 |
+
"step": 610
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 0.5604203152364273,
|
| 441 |
+
"grad_norm": 0.4243045151233673,
|
| 442 |
+
"learning_rate": 9.771040194784973e-06,
|
| 443 |
+
"loss": 0.5954,
|
| 444 |
+
"step": 620
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 0.5694593525789503,
|
| 448 |
+
"grad_norm": 0.35231855511665344,
|
| 449 |
+
"learning_rate": 9.761251634887949e-06,
|
| 450 |
+
"loss": 0.5711,
|
| 451 |
+
"step": 630
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 0.5784983899214734,
|
| 455 |
+
"grad_norm": 0.349280446767807,
|
| 456 |
+
"learning_rate": 9.751263302408146e-06,
|
| 457 |
+
"loss": 0.6263,
|
| 458 |
+
"step": 640
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 0.5875374272639964,
|
| 462 |
+
"grad_norm": 0.7063365578651428,
|
| 463 |
+
"learning_rate": 9.741075616435995e-06,
|
| 464 |
+
"loss": 0.6093,
|
| 465 |
+
"step": 650
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 0.5965764646065194,
|
| 469 |
+
"grad_norm": 0.3803994059562683,
|
| 470 |
+
"learning_rate": 9.730689004426392e-06,
|
| 471 |
+
"loss": 0.5552,
|
| 472 |
+
"step": 660
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 0.6056155019490425,
|
| 476 |
+
"grad_norm": 0.36839503049850464,
|
| 477 |
+
"learning_rate": 9.720103902180776e-06,
|
| 478 |
+
"loss": 0.5987,
|
| 479 |
+
"step": 670
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"epoch": 0.6146545392915654,
|
| 483 |
+
"grad_norm": 0.39339619874954224,
|
| 484 |
+
"learning_rate": 9.709320753828837e-06,
|
| 485 |
+
"loss": 0.5621,
|
| 486 |
+
"step": 680
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 0.6236935766340884,
|
| 490 |
+
"grad_norm": 0.35199737548828125,
|
| 491 |
+
"learning_rate": 9.698340011809883e-06,
|
| 492 |
+
"loss": 0.5732,
|
| 493 |
+
"step": 690
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"epoch": 0.6327326139766115,
|
| 497 |
+
"grad_norm": 0.37193241715431213,
|
| 498 |
+
"learning_rate": 9.687162136853858e-06,
|
| 499 |
+
"loss": 0.5534,
|
| 500 |
+
"step": 700
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 0.6417716513191345,
|
| 504 |
+
"grad_norm": 0.3605504035949707,
|
| 505 |
+
"learning_rate": 9.675787597962007e-06,
|
| 506 |
+
"loss": 0.608,
|
| 507 |
+
"step": 710
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 0.6508106886616576,
|
| 511 |
+
"grad_norm": 0.3748184144496918,
|
| 512 |
+
"learning_rate": 9.664216872387202e-06,
|
| 513 |
+
"loss": 0.5903,
|
| 514 |
+
"step": 720
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 0.6598497260041806,
|
| 518 |
+
"grad_norm": 0.3527565896511078,
|
| 519 |
+
"learning_rate": 9.652450445613913e-06,
|
| 520 |
+
"loss": 0.5836,
|
| 521 |
+
"step": 730
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 0.6688887633467036,
|
| 525 |
+
"grad_norm": 0.34412819147109985,
|
| 526 |
+
"learning_rate": 9.64048881133784e-06,
|
| 527 |
+
"loss": 0.5672,
|
| 528 |
+
"step": 740
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"epoch": 0.6779278006892266,
|
| 532 |
+
"grad_norm": 0.3731626868247986,
|
| 533 |
+
"learning_rate": 9.628332471445206e-06,
|
| 534 |
+
"loss": 0.6236,
|
| 535 |
+
"step": 750
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"epoch": 0.6869668380317496,
|
| 539 |
+
"grad_norm": 0.35358232259750366,
|
| 540 |
+
"learning_rate": 9.615981935991683e-06,
|
| 541 |
+
"loss": 0.5535,
|
| 542 |
+
"step": 760
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 0.6960058753742726,
|
| 546 |
+
"grad_norm": 0.3264493942260742,
|
| 547 |
+
"learning_rate": 9.603437723181002e-06,
|
| 548 |
+
"loss": 0.6,
|
| 549 |
+
"step": 770
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 0.7050449127167957,
|
| 553 |
+
"grad_norm": 0.3995952308177948,
|
| 554 |
+
"learning_rate": 9.59070035934321e-06,
|
| 555 |
+
"loss": 0.5739,
|
| 556 |
+
"step": 780
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 0.7140839500593187,
|
| 560 |
+
"grad_norm": 0.4088019132614136,
|
| 561 |
+
"learning_rate": 9.577770378912584e-06,
|
| 562 |
+
"loss": 0.5463,
|
| 563 |
+
"step": 790
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 0.7231229874018417,
|
| 567 |
+
"grad_norm": 0.36028265953063965,
|
| 568 |
+
"learning_rate": 9.564648324405206e-06,
|
| 569 |
+
"loss": 0.6317,
|
| 570 |
+
"step": 800
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 0.7321620247443648,
|
| 574 |
+
"grad_norm": 0.36535605788230896,
|
| 575 |
+
"learning_rate": 9.551334746396203e-06,
|
| 576 |
+
"loss": 0.5675,
|
| 577 |
+
"step": 810
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 0.7412010620868877,
|
| 581 |
+
"grad_norm": 0.339760959148407,
|
| 582 |
+
"learning_rate": 9.537830203496642e-06,
|
| 583 |
+
"loss": 0.5587,
|
| 584 |
+
"step": 820
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"epoch": 0.7502400994294107,
|
| 588 |
+
"grad_norm": 0.36886465549468994,
|
| 589 |
+
"learning_rate": 9.524135262330098e-06,
|
| 590 |
+
"loss": 0.5954,
|
| 591 |
+
"step": 830
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"epoch": 0.7592791367719338,
|
| 595 |
+
"grad_norm": 0.36694473028182983,
|
| 596 |
+
"learning_rate": 9.510250497508873e-06,
|
| 597 |
+
"loss": 0.5626,
|
| 598 |
+
"step": 840
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"epoch": 0.7683181741144568,
|
| 602 |
+
"grad_norm": 0.3380376100540161,
|
| 603 |
+
"learning_rate": 9.496176491609893e-06,
|
| 604 |
+
"loss": 0.6203,
|
| 605 |
+
"step": 850
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"epoch": 0.7773572114569798,
|
| 609 |
+
"grad_norm": 0.33642667531967163,
|
| 610 |
+
"learning_rate": 9.481913835150256e-06,
|
| 611 |
+
"loss": 0.5856,
|
| 612 |
+
"step": 860
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 0.7863962487995029,
|
| 616 |
+
"grad_norm": 0.43253782391548157,
|
| 617 |
+
"learning_rate": 9.467463126562461e-06,
|
| 618 |
+
"loss": 0.586,
|
| 619 |
+
"step": 870
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 0.7954352861420259,
|
| 623 |
+
"grad_norm": 0.35205066204071045,
|
| 624 |
+
"learning_rate": 9.452824972169298e-06,
|
| 625 |
+
"loss": 0.581,
|
| 626 |
+
"step": 880
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 0.804474323484549,
|
| 630 |
+
"grad_norm": 0.33954545855522156,
|
| 631 |
+
"learning_rate": 9.437999986158413e-06,
|
| 632 |
+
"loss": 0.5961,
|
| 633 |
+
"step": 890
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 0.8135133608270719,
|
| 637 |
+
"grad_norm": 0.29890018701553345,
|
| 638 |
+
"learning_rate": 9.422988790556524e-06,
|
| 639 |
+
"loss": 0.6118,
|
| 640 |
+
"step": 900
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 0.8225523981695949,
|
| 644 |
+
"grad_norm": 0.3720478415489197,
|
| 645 |
+
"learning_rate": 9.407792015203331e-06,
|
| 646 |
+
"loss": 0.5773,
|
| 647 |
+
"step": 910
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 0.831591435512118,
|
| 651 |
+
"grad_norm": 0.48966363072395325,
|
| 652 |
+
"learning_rate": 9.392410297725099e-06,
|
| 653 |
+
"loss": 0.5739,
|
| 654 |
+
"step": 920
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 0.840630472854641,
|
| 658 |
+
"grad_norm": 0.33022603392601013,
|
| 659 |
+
"learning_rate": 9.37684428350788e-06,
|
| 660 |
+
"loss": 0.5572,
|
| 661 |
+
"step": 930
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"epoch": 0.849669510197164,
|
| 665 |
+
"grad_norm": 0.3322959840297699,
|
| 666 |
+
"learning_rate": 9.36109462567046e-06,
|
| 667 |
+
"loss": 0.5884,
|
| 668 |
+
"step": 940
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"epoch": 0.8587085475396871,
|
| 672 |
+
"grad_norm": 0.38541945815086365,
|
| 673 |
+
"learning_rate": 9.345161985036937e-06,
|
| 674 |
+
"loss": 0.5485,
|
| 675 |
+
"step": 950
|
| 676 |
+
},
|
| 677 |
+
{
|
| 678 |
+
"epoch": 0.86774758488221,
|
| 679 |
+
"grad_norm": 0.3497406244277954,
|
| 680 |
+
"learning_rate": 9.329047030109e-06,
|
| 681 |
+
"loss": 0.5774,
|
| 682 |
+
"step": 960
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"epoch": 0.876786622224733,
|
| 686 |
+
"grad_norm": 0.3379673361778259,
|
| 687 |
+
"learning_rate": 9.312750437037886e-06,
|
| 688 |
+
"loss": 0.5682,
|
| 689 |
+
"step": 970
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"epoch": 0.8858256595672561,
|
| 693 |
+
"grad_norm": 0.3425869047641754,
|
| 694 |
+
"learning_rate": 9.296272889595997e-06,
|
| 695 |
+
"loss": 0.597,
|
| 696 |
+
"step": 980
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"epoch": 0.8948646969097791,
|
| 700 |
+
"grad_norm": 0.3111202120780945,
|
| 701 |
+
"learning_rate": 9.279615079148227e-06,
|
| 702 |
+
"loss": 0.5629,
|
| 703 |
+
"step": 990
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"epoch": 0.9039037342523021,
|
| 707 |
+
"grad_norm": 0.36501139402389526,
|
| 708 |
+
"learning_rate": 9.262777704622939e-06,
|
| 709 |
+
"loss": 0.5763,
|
| 710 |
+
"step": 1000
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"epoch": 0.9129427715948252,
|
| 714 |
+
"grad_norm": 0.4016779661178589,
|
| 715 |
+
"learning_rate": 9.245761472482646e-06,
|
| 716 |
+
"loss": 0.6107,
|
| 717 |
+
"step": 1010
|
| 718 |
+
},
|
| 719 |
+
{
|
| 720 |
+
"epoch": 0.9219818089373482,
|
| 721 |
+
"grad_norm": 0.3700155019760132,
|
| 722 |
+
"learning_rate": 9.228567096694366e-06,
|
| 723 |
+
"loss": 0.5753,
|
| 724 |
+
"step": 1020
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"epoch": 0.9310208462798711,
|
| 728 |
+
"grad_norm": 0.32044124603271484,
|
| 729 |
+
"learning_rate": 9.211195298699674e-06,
|
| 730 |
+
"loss": 0.5664,
|
| 731 |
+
"step": 1030
|
| 732 |
+
},
|
| 733 |
+
{
|
| 734 |
+
"epoch": 0.9400598836223942,
|
| 735 |
+
"grad_norm": 0.3247808516025543,
|
| 736 |
+
"learning_rate": 9.193646807384421e-06,
|
| 737 |
+
"loss": 0.5559,
|
| 738 |
+
"step": 1040
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"epoch": 0.9490989209649172,
|
| 742 |
+
"grad_norm": 0.37978535890579224,
|
| 743 |
+
"learning_rate": 9.175922359048156e-06,
|
| 744 |
+
"loss": 0.6026,
|
| 745 |
+
"step": 1050
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"epoch": 0.9581379583074403,
|
| 749 |
+
"grad_norm": 0.37707069516181946,
|
| 750 |
+
"learning_rate": 9.15802269737323e-06,
|
| 751 |
+
"loss": 0.5683,
|
| 752 |
+
"step": 1060
|
| 753 |
+
},
|
| 754 |
+
{
|
| 755 |
+
"epoch": 0.9671769956499633,
|
| 756 |
+
"grad_norm": 0.37162524461746216,
|
| 757 |
+
"learning_rate": 9.139948573393602e-06,
|
| 758 |
+
"loss": 0.622,
|
| 759 |
+
"step": 1070
|
| 760 |
+
},
|
| 761 |
+
{
|
| 762 |
+
"epoch": 0.9762160329924863,
|
| 763 |
+
"grad_norm": 0.35211777687072754,
|
| 764 |
+
"learning_rate": 9.121700745463312e-06,
|
| 765 |
+
"loss": 0.5754,
|
| 766 |
+
"step": 1080
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"epoch": 0.9852550703350094,
|
| 770 |
+
"grad_norm": 0.35246849060058594,
|
| 771 |
+
"learning_rate": 9.103279979224676e-06,
|
| 772 |
+
"loss": 0.6038,
|
| 773 |
+
"step": 1090
|
| 774 |
+
},
|
| 775 |
+
{
|
| 776 |
+
"epoch": 0.9942941076775323,
|
| 777 |
+
"grad_norm": 0.30493950843811035,
|
| 778 |
+
"learning_rate": 9.084687047576149e-06,
|
| 779 |
+
"loss": 0.5873,
|
| 780 |
+
"step": 1100
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"epoch": 1.0027117112027568,
|
| 784 |
+
"grad_norm": 0.37721627950668335,
|
| 785 |
+
"learning_rate": 9.065922730639906e-06,
|
| 786 |
+
"loss": 0.5726,
|
| 787 |
+
"step": 1110
|
| 788 |
+
},
|
| 789 |
+
{
|
| 790 |
+
"epoch": 1.01175074854528,
|
| 791 |
+
"grad_norm": 0.4114892780780792,
|
| 792 |
+
"learning_rate": 9.046987815729108e-06,
|
| 793 |
+
"loss": 0.547,
|
| 794 |
+
"step": 1120
|
| 795 |
+
},
|
| 796 |
+
{
|
| 797 |
+
"epoch": 1.020789785887803,
|
| 798 |
+
"grad_norm": 0.3268738090991974,
|
| 799 |
+
"learning_rate": 9.027883097314859e-06,
|
| 800 |
+
"loss": 0.5896,
|
| 801 |
+
"step": 1130
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"epoch": 1.0298288232303259,
|
| 805 |
+
"grad_norm": 0.38347479701042175,
|
| 806 |
+
"learning_rate": 9.008609376992879e-06,
|
| 807 |
+
"loss": 0.5496,
|
| 808 |
+
"step": 1140
|
| 809 |
+
},
|
| 810 |
+
{
|
| 811 |
+
"epoch": 1.038867860572849,
|
| 812 |
+
"grad_norm": 0.4380169212818146,
|
| 813 |
+
"learning_rate": 8.989167463449874e-06,
|
| 814 |
+
"loss": 0.5468,
|
| 815 |
+
"step": 1150
|
| 816 |
+
},
|
| 817 |
+
{
|
| 818 |
+
"epoch": 1.047906897915372,
|
| 819 |
+
"grad_norm": 0.3695785105228424,
|
| 820 |
+
"learning_rate": 8.9695581724296e-06,
|
| 821 |
+
"loss": 0.5636,
|
| 822 |
+
"step": 1160
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"epoch": 1.056945935257895,
|
| 826 |
+
"grad_norm": 0.31363677978515625,
|
| 827 |
+
"learning_rate": 8.94978232669863e-06,
|
| 828 |
+
"loss": 0.5774,
|
| 829 |
+
"step": 1170
|
| 830 |
+
},
|
| 831 |
+
{
|
| 832 |
+
"epoch": 1.065984972600418,
|
| 833 |
+
"grad_norm": 0.32090502977371216,
|
| 834 |
+
"learning_rate": 8.929840756011847e-06,
|
| 835 |
+
"loss": 0.5819,
|
| 836 |
+
"step": 1180
|
| 837 |
+
},
|
| 838 |
+
{
|
| 839 |
+
"epoch": 1.0750240099429411,
|
| 840 |
+
"grad_norm": 0.2986926734447479,
|
| 841 |
+
"learning_rate": 8.909734297077618e-06,
|
| 842 |
+
"loss": 0.5565,
|
| 843 |
+
"step": 1190
|
| 844 |
+
},
|
| 845 |
+
{
|
| 846 |
+
"epoch": 1.084063047285464,
|
| 847 |
+
"grad_norm": 0.3923097252845764,
|
| 848 |
+
"learning_rate": 8.889463793522687e-06,
|
| 849 |
+
"loss": 0.5971,
|
| 850 |
+
"step": 1200
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"epoch": 1.093102084627987,
|
| 854 |
+
"grad_norm": 0.45070353150367737,
|
| 855 |
+
"learning_rate": 8.86903009585679e-06,
|
| 856 |
+
"loss": 0.5481,
|
| 857 |
+
"step": 1210
|
| 858 |
+
},
|
| 859 |
+
{
|
| 860 |
+
"epoch": 1.1021411219705102,
|
| 861 |
+
"grad_norm": 0.42040202021598816,
|
| 862 |
+
"learning_rate": 8.848434061436954e-06,
|
| 863 |
+
"loss": 0.5468,
|
| 864 |
+
"step": 1220
|
| 865 |
+
},
|
| 866 |
+
{
|
| 867 |
+
"epoch": 1.111180159313033,
|
| 868 |
+
"grad_norm": 0.45057106018066406,
|
| 869 |
+
"learning_rate": 8.827676554431534e-06,
|
| 870 |
+
"loss": 0.6003,
|
| 871 |
+
"step": 1230
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"epoch": 1.1202191966555561,
|
| 875 |
+
"grad_norm": 0.34813055396080017,
|
| 876 |
+
"learning_rate": 8.806758445783954e-06,
|
| 877 |
+
"loss": 0.5673,
|
| 878 |
+
"step": 1240
|
| 879 |
+
},
|
| 880 |
+
{
|
| 881 |
+
"epoch": 1.1292582339980792,
|
| 882 |
+
"grad_norm": 0.39887797832489014,
|
| 883 |
+
"learning_rate": 8.785680613176153e-06,
|
| 884 |
+
"loss": 0.5783,
|
| 885 |
+
"step": 1250
|
| 886 |
+
},
|
| 887 |
+
{
|
| 888 |
+
"epoch": 1.138297271340602,
|
| 889 |
+
"grad_norm": 0.3870787024497986,
|
| 890 |
+
"learning_rate": 8.764443940991776e-06,
|
| 891 |
+
"loss": 0.5533,
|
| 892 |
+
"step": 1260
|
| 893 |
+
},
|
| 894 |
+
{
|
| 895 |
+
"epoch": 1.1473363086831252,
|
| 896 |
+
"grad_norm": 0.355211466550827,
|
| 897 |
+
"learning_rate": 8.743049320279053e-06,
|
| 898 |
+
"loss": 0.605,
|
| 899 |
+
"step": 1270
|
| 900 |
+
},
|
| 901 |
+
{
|
| 902 |
+
"epoch": 1.1563753460256483,
|
| 903 |
+
"grad_norm": 0.335464209318161,
|
| 904 |
+
"learning_rate": 8.721497648713423e-06,
|
| 905 |
+
"loss": 0.5681,
|
| 906 |
+
"step": 1280
|
| 907 |
+
},
|
| 908 |
+
{
|
| 909 |
+
"epoch": 1.1654143833681714,
|
| 910 |
+
"grad_norm": 0.411471962928772,
|
| 911 |
+
"learning_rate": 8.699789830559856e-06,
|
| 912 |
+
"loss": 0.5502,
|
| 913 |
+
"step": 1290
|
| 914 |
+
},
|
| 915 |
+
{
|
| 916 |
+
"epoch": 1.1744534207106943,
|
| 917 |
+
"grad_norm": 0.2810121178627014,
|
| 918 |
+
"learning_rate": 8.677926776634933e-06,
|
| 919 |
+
"loss": 0.5689,
|
| 920 |
+
"step": 1300
|
| 921 |
+
},
|
| 922 |
+
{
|
| 923 |
+
"epoch": 1.1834924580532173,
|
| 924 |
+
"grad_norm": 0.44342437386512756,
|
| 925 |
+
"learning_rate": 8.655909404268603e-06,
|
| 926 |
+
"loss": 0.5694,
|
| 927 |
+
"step": 1310
|
| 928 |
+
},
|
| 929 |
+
{
|
| 930 |
+
"epoch": 1.1925314953957404,
|
| 931 |
+
"grad_norm": 0.40787559747695923,
|
| 932 |
+
"learning_rate": 8.633738637265716e-06,
|
| 933 |
+
"loss": 0.6138,
|
| 934 |
+
"step": 1320
|
| 935 |
+
},
|
| 936 |
+
{
|
| 937 |
+
"epoch": 1.2015705327382633,
|
| 938 |
+
"grad_norm": 0.40878427028656006,
|
| 939 |
+
"learning_rate": 8.611415405867251e-06,
|
| 940 |
+
"loss": 0.5663,
|
| 941 |
+
"step": 1330
|
| 942 |
+
},
|
| 943 |
+
{
|
| 944 |
+
"epoch": 1.2106095700807864,
|
| 945 |
+
"grad_norm": 0.4044298231601715,
|
| 946 |
+
"learning_rate": 8.588940646711293e-06,
|
| 947 |
+
"loss": 0.5703,
|
| 948 |
+
"step": 1340
|
| 949 |
+
},
|
| 950 |
+
{
|
| 951 |
+
"epoch": 1.2196486074233095,
|
| 952 |
+
"grad_norm": 0.38636693358421326,
|
| 953 |
+
"learning_rate": 8.566315302793717e-06,
|
| 954 |
+
"loss": 0.5878,
|
| 955 |
+
"step": 1350
|
| 956 |
+
},
|
| 957 |
+
{
|
| 958 |
+
"epoch": 1.2286876447658324,
|
| 959 |
+
"grad_norm": 0.4851875901222229,
|
| 960 |
+
"learning_rate": 8.543540323428646e-06,
|
| 961 |
+
"loss": 0.5393,
|
| 962 |
+
"step": 1360
|
| 963 |
+
},
|
| 964 |
+
{
|
| 965 |
+
"epoch": 1.2377266821083555,
|
| 966 |
+
"grad_norm": 0.3599594235420227,
|
| 967 |
+
"learning_rate": 8.520616664208597e-06,
|
| 968 |
+
"loss": 0.5637,
|
| 969 |
+
"step": 1370
|
| 970 |
+
},
|
| 971 |
+
{
|
| 972 |
+
"epoch": 1.2467657194508786,
|
| 973 |
+
"grad_norm": 0.393518328666687,
|
| 974 |
+
"learning_rate": 8.4975452869644e-06,
|
| 975 |
+
"loss": 0.5846,
|
| 976 |
+
"step": 1380
|
| 977 |
+
},
|
| 978 |
+
{
|
| 979 |
+
"epoch": 1.2558047567934014,
|
| 980 |
+
"grad_norm": 0.4419288635253906,
|
| 981 |
+
"learning_rate": 8.474327159724837e-06,
|
| 982 |
+
"loss": 0.5647,
|
| 983 |
+
"step": 1390
|
| 984 |
+
},
|
| 985 |
+
{
|
| 986 |
+
"epoch": 1.2648437941359245,
|
| 987 |
+
"grad_norm": 0.46883851289749146,
|
| 988 |
+
"learning_rate": 8.450963256676026e-06,
|
| 989 |
+
"loss": 0.5978,
|
| 990 |
+
"step": 1400
|
| 991 |
+
},
|
| 992 |
+
{
|
| 993 |
+
"epoch": 1.2738828314784476,
|
| 994 |
+
"grad_norm": 0.3780512511730194,
|
| 995 |
+
"learning_rate": 8.427454558120545e-06,
|
| 996 |
+
"loss": 0.5254,
|
| 997 |
+
"step": 1410
|
| 998 |
+
},
|
| 999 |
+
{
|
| 1000 |
+
"epoch": 1.2829218688209707,
|
| 1001 |
+
"grad_norm": 0.39592650532722473,
|
| 1002 |
+
"learning_rate": 8.403802050436302e-06,
|
| 1003 |
+
"loss": 0.6072,
|
| 1004 |
+
"step": 1420
|
| 1005 |
+
},
|
| 1006 |
+
{
|
| 1007 |
+
"epoch": 1.2919609061634936,
|
| 1008 |
+
"grad_norm": 0.34795117378234863,
|
| 1009 |
+
"learning_rate": 8.380006726035152e-06,
|
| 1010 |
+
"loss": 0.5118,
|
| 1011 |
+
"step": 1430
|
| 1012 |
+
},
|
| 1013 |
+
{
|
| 1014 |
+
"epoch": 1.3009999435060167,
|
| 1015 |
+
"grad_norm": 0.3898769021034241,
|
| 1016 |
+
"learning_rate": 8.356069583321245e-06,
|
| 1017 |
+
"loss": 0.5666,
|
| 1018 |
+
"step": 1440
|
| 1019 |
+
},
|
| 1020 |
+
{
|
| 1021 |
+
"epoch": 1.3100389808485398,
|
| 1022 |
+
"grad_norm": 0.4135303199291229,
|
| 1023 |
+
"learning_rate": 8.33199162664915e-06,
|
| 1024 |
+
"loss": 0.5661,
|
| 1025 |
+
"step": 1450
|
| 1026 |
+
},
|
| 1027 |
+
{
|
| 1028 |
+
"epoch": 1.3190780181910626,
|
| 1029 |
+
"grad_norm": 0.4047456979751587,
|
| 1030 |
+
"learning_rate": 8.307773866281705e-06,
|
| 1031 |
+
"loss": 0.5509,
|
| 1032 |
+
"step": 1460
|
| 1033 |
+
},
|
| 1034 |
+
{
|
| 1035 |
+
"epoch": 1.3281170555335857,
|
| 1036 |
+
"grad_norm": 0.3716682493686676,
|
| 1037 |
+
"learning_rate": 8.283417318347632e-06,
|
| 1038 |
+
"loss": 0.5456,
|
| 1039 |
+
"step": 1470
|
| 1040 |
+
},
|
| 1041 |
+
{
|
| 1042 |
+
"epoch": 1.3371560928761088,
|
| 1043 |
+
"grad_norm": 0.3757040500640869,
|
| 1044 |
+
"learning_rate": 8.258923004798902e-06,
|
| 1045 |
+
"loss": 0.5614,
|
| 1046 |
+
"step": 1480
|
| 1047 |
+
},
|
| 1048 |
+
{
|
| 1049 |
+
"epoch": 1.3461951302186317,
|
| 1050 |
+
"grad_norm": 0.3806832432746887,
|
| 1051 |
+
"learning_rate": 8.234291953367855e-06,
|
| 1052 |
+
"loss": 0.5157,
|
| 1053 |
+
"step": 1490
|
| 1054 |
+
},
|
| 1055 |
+
{
|
| 1056 |
+
"epoch": 1.3552341675611548,
|
| 1057 |
+
"grad_norm": 0.34731006622314453,
|
| 1058 |
+
"learning_rate": 8.209525197524073e-06,
|
| 1059 |
+
"loss": 0.5892,
|
| 1060 |
+
"step": 1500
|
| 1061 |
+
},
|
| 1062 |
+
{
|
| 1063 |
+
"epoch": 1.3642732049036779,
|
| 1064 |
+
"grad_norm": 0.38066595792770386,
|
| 1065 |
+
"learning_rate": 8.184623776431036e-06,
|
| 1066 |
+
"loss": 0.5416,
|
| 1067 |
+
"step": 1510
|
| 1068 |
+
},
|
| 1069 |
+
{
|
| 1070 |
+
"epoch": 1.3733122422462007,
|
| 1071 |
+
"grad_norm": 0.3750848174095154,
|
| 1072 |
+
"learning_rate": 8.159588734902495e-06,
|
| 1073 |
+
"loss": 0.5464,
|
| 1074 |
+
"step": 1520
|
| 1075 |
+
},
|
| 1076 |
+
{
|
| 1077 |
+
"epoch": 1.3823512795887238,
|
| 1078 |
+
"grad_norm": 0.42894601821899414,
|
| 1079 |
+
"learning_rate": 8.134421123358653e-06,
|
| 1080 |
+
"loss": 0.5601,
|
| 1081 |
+
"step": 1530
|
| 1082 |
+
},
|
| 1083 |
+
{
|
| 1084 |
+
"epoch": 1.391390316931247,
|
| 1085 |
+
"grad_norm": 0.40111929178237915,
|
| 1086 |
+
"learning_rate": 8.109121997782088e-06,
|
| 1087 |
+
"loss": 0.5573,
|
| 1088 |
+
"step": 1540
|
| 1089 |
+
},
|
| 1090 |
+
{
|
| 1091 |
+
"epoch": 1.4004293542737698,
|
| 1092 |
+
"grad_norm": 0.4170910120010376,
|
| 1093 |
+
"learning_rate": 8.083692419673436e-06,
|
| 1094 |
+
"loss": 0.53,
|
| 1095 |
+
"step": 1550
|
| 1096 |
+
},
|
| 1097 |
+
{
|
| 1098 |
+
"epoch": 1.409468391616293,
|
| 1099 |
+
"grad_norm": 0.37612515687942505,
|
| 1100 |
+
"learning_rate": 8.058133456006867e-06,
|
| 1101 |
+
"loss": 0.4952,
|
| 1102 |
+
"step": 1560
|
| 1103 |
+
},
|
| 1104 |
+
{
|
| 1105 |
+
"epoch": 1.418507428958816,
|
| 1106 |
+
"grad_norm": 0.42817550897598267,
|
| 1107 |
+
"learning_rate": 8.032446179185304e-06,
|
| 1108 |
+
"loss": 0.5558,
|
| 1109 |
+
"step": 1570
|
| 1110 |
+
},
|
| 1111 |
+
{
|
| 1112 |
+
"epoch": 1.4275464663013389,
|
| 1113 |
+
"grad_norm": 0.39047130942344666,
|
| 1114 |
+
"learning_rate": 8.00663166699544e-06,
|
| 1115 |
+
"loss": 0.5615,
|
| 1116 |
+
"step": 1580
|
| 1117 |
+
},
|
| 1118 |
+
{
|
| 1119 |
+
"epoch": 1.436585503643862,
|
| 1120 |
+
"grad_norm": 0.4020339846611023,
|
| 1121 |
+
"learning_rate": 7.980691002562505e-06,
|
| 1122 |
+
"loss": 0.5043,
|
| 1123 |
+
"step": 1590
|
| 1124 |
+
},
|
| 1125 |
+
{
|
| 1126 |
+
"epoch": 1.445624540986385,
|
| 1127 |
+
"grad_norm": 0.3834945559501648,
|
| 1128 |
+
"learning_rate": 7.954625274304822e-06,
|
| 1129 |
+
"loss": 0.5715,
|
| 1130 |
+
"step": 1600
|
| 1131 |
+
}
|
| 1132 |
+
],
|
| 1133 |
+
"logging_steps": 10,
|
| 1134 |
+
"max_steps": 5000,
|
| 1135 |
+
"num_input_tokens_seen": 0,
|
| 1136 |
+
"num_train_epochs": 5,
|
| 1137 |
+
"save_steps": 200,
|
| 1138 |
+
"stateful_callbacks": {
|
| 1139 |
+
"TrainerControl": {
|
| 1140 |
+
"args": {
|
| 1141 |
+
"should_epoch_stop": false,
|
| 1142 |
+
"should_evaluate": false,
|
| 1143 |
+
"should_log": false,
|
| 1144 |
+
"should_save": true,
|
| 1145 |
+
"should_training_stop": false
|
| 1146 |
+
},
|
| 1147 |
+
"attributes": {}
|
| 1148 |
+
}
|
| 1149 |
+
},
|
| 1150 |
+
"total_flos": 5.060288877779128e+17,
|
| 1151 |
+
"train_batch_size": 1,
|
| 1152 |
+
"trial_name": null,
|
| 1153 |
+
"trial_params": null
|
| 1154 |
+
}
|
checkpoint-1600/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0d0314044eab2ea55922bf177c6874e9930fe1f12909f474e6530cbea983c7c
|
| 3 |
+
size 6353
|
checkpoint-1600/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|