Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +210 -0
- adapter_config.json +46 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +28 -0
- chat_template.jinja +117 -0
- merges.txt +0 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +240 -0
- trainer_state.json +1434 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,210 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Kwaipilot/KAT-Dev
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Kwaipilot/KAT-Dev
|
| 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.17.1
|
adapter_config.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": {
|
| 4 |
+
"base_model_class": "Qwen3ForCausalLM",
|
| 5 |
+
"parent_library": "transformers.models.qwen3.modeling_qwen3",
|
| 6 |
+
"unsloth_fixed": true
|
| 7 |
+
},
|
| 8 |
+
"base_model_name_or_path": "Kwaipilot/KAT-Dev",
|
| 9 |
+
"bias": "none",
|
| 10 |
+
"corda_config": null,
|
| 11 |
+
"eva_config": null,
|
| 12 |
+
"exclude_modules": null,
|
| 13 |
+
"fan_in_fan_out": false,
|
| 14 |
+
"inference_mode": true,
|
| 15 |
+
"init_lora_weights": true,
|
| 16 |
+
"layer_replication": null,
|
| 17 |
+
"layers_pattern": null,
|
| 18 |
+
"layers_to_transform": null,
|
| 19 |
+
"loftq_config": {},
|
| 20 |
+
"lora_alpha": 32,
|
| 21 |
+
"lora_bias": false,
|
| 22 |
+
"lora_dropout": 0,
|
| 23 |
+
"megatron_config": null,
|
| 24 |
+
"megatron_core": "megatron.core",
|
| 25 |
+
"modules_to_save": null,
|
| 26 |
+
"peft_type": "LORA",
|
| 27 |
+
"qalora_group_size": 16,
|
| 28 |
+
"r": 16,
|
| 29 |
+
"rank_pattern": {},
|
| 30 |
+
"revision": null,
|
| 31 |
+
"target_modules": [
|
| 32 |
+
"down_proj",
|
| 33 |
+
"gate_proj",
|
| 34 |
+
"v_proj",
|
| 35 |
+
"k_proj",
|
| 36 |
+
"q_proj",
|
| 37 |
+
"o_proj",
|
| 38 |
+
"up_proj"
|
| 39 |
+
],
|
| 40 |
+
"target_parameters": null,
|
| 41 |
+
"task_type": "CAUSAL_LM",
|
| 42 |
+
"trainable_token_indices": null,
|
| 43 |
+
"use_dora": false,
|
| 44 |
+
"use_qalora": false,
|
| 45 |
+
"use_rslora": false
|
| 46 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff8183048ce0476260ce58616f706fd9eae090a0da637d84be61531c359fabe5
|
| 3 |
+
size 536991984
|
added_tokens.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</think>": 151668,
|
| 3 |
+
"</tool_call>": 151658,
|
| 4 |
+
"</tool_response>": 151666,
|
| 5 |
+
"<think>": 151667,
|
| 6 |
+
"<tool_call>": 151657,
|
| 7 |
+
"<tool_response>": 151665,
|
| 8 |
+
"<|box_end|>": 151649,
|
| 9 |
+
"<|box_start|>": 151648,
|
| 10 |
+
"<|endoftext|>": 151643,
|
| 11 |
+
"<|file_sep|>": 151664,
|
| 12 |
+
"<|fim_middle|>": 151660,
|
| 13 |
+
"<|fim_pad|>": 151662,
|
| 14 |
+
"<|fim_prefix|>": 151659,
|
| 15 |
+
"<|fim_suffix|>": 151661,
|
| 16 |
+
"<|im_end|>": 151645,
|
| 17 |
+
"<|im_start|>": 151644,
|
| 18 |
+
"<|image_pad|>": 151655,
|
| 19 |
+
"<|object_ref_end|>": 151647,
|
| 20 |
+
"<|object_ref_start|>": 151646,
|
| 21 |
+
"<|quad_end|>": 151651,
|
| 22 |
+
"<|quad_start|>": 151650,
|
| 23 |
+
"<|repo_name|>": 151663,
|
| 24 |
+
"<|video_pad|>": 151656,
|
| 25 |
+
"<|vision_end|>": 151653,
|
| 26 |
+
"<|vision_pad|>": 151654,
|
| 27 |
+
"<|vision_start|>": 151652
|
| 28 |
+
}
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,117 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{% macro render_extra_keys(json_dict, handled_keys) %}
|
| 2 |
+
{%- if json_dict is mapping %}
|
| 3 |
+
{%- for json_key in json_dict if json_key not in handled_keys %}
|
| 4 |
+
{%- if json_dict[json_key] is mapping or (json_dict[json_key] is sequence and json_dict[json_key] is not string) %}
|
| 5 |
+
{{- '\n<' ~ json_key ~ '>' ~ (json_dict[json_key] | tojson | safe) ~ '</' ~ json_key ~ '>' }}
|
| 6 |
+
{%- else %}
|
| 7 |
+
{{-'\n<' ~ json_key ~ '>' ~ (json_dict[json_key] | string) ~ '</' ~ json_key ~ '>' }}
|
| 8 |
+
{%- endif %}
|
| 9 |
+
{%- endfor %}
|
| 10 |
+
{%- endif %}
|
| 11 |
+
{% endmacro %}
|
| 12 |
+
|
| 13 |
+
{%- if messages[0]["role"] == "system" %}
|
| 14 |
+
{%- set system_message = messages[0]["content"] %}
|
| 15 |
+
{%- set loop_messages = messages[1:] %}
|
| 16 |
+
{%- else %}
|
| 17 |
+
{%- set loop_messages = messages %}
|
| 18 |
+
{%- endif %}
|
| 19 |
+
|
| 20 |
+
{%- if not tools is defined %}
|
| 21 |
+
{%- set tools = [] %}
|
| 22 |
+
{%- endif %}
|
| 23 |
+
|
| 24 |
+
{%- if system_message is defined %}
|
| 25 |
+
{{- "<|im_start|>system\n" + system_message }}
|
| 26 |
+
{%- else %}
|
| 27 |
+
{%- if tools is iterable and tools | length > 0 %}
|
| 28 |
+
{{- "<|im_start|>system\nYou are a helpful AI assistant that can interact with a computer to solve tasks." }}
|
| 29 |
+
{%- endif %}
|
| 30 |
+
{%- endif %}
|
| 31 |
+
{%- if tools is iterable and tools | length > 0 %}
|
| 32 |
+
{{- "\n\n# Tools\n\nYou have access to the following functions:\n\n" }}
|
| 33 |
+
{{- "<tools>" }}
|
| 34 |
+
{%- for tool in tools %}
|
| 35 |
+
{%- if tool.function is defined %}
|
| 36 |
+
{%- set tool = tool.function %}
|
| 37 |
+
{%- endif %}
|
| 38 |
+
{{- "\n<function>\n<name>" ~ tool.name ~ "</name>" }}
|
| 39 |
+
{%- if tool.description is defined %}
|
| 40 |
+
{{- '\n<description>' ~ (tool.description | trim) ~ '</description>' }}
|
| 41 |
+
{%- endif %}
|
| 42 |
+
{{- '\n<parameters>' }}
|
| 43 |
+
{%- if tool.parameters is defined and tool.parameters is mapping and tool.parameters.properties is defined and tool.parameters.properties is mapping %}
|
| 44 |
+
{%- for param_name, param_fields in tool.parameters.properties|items %}
|
| 45 |
+
{{- '\n<parameter>' }}
|
| 46 |
+
{{- '\n<name>' ~ param_name ~ '</name>' }}
|
| 47 |
+
{%- if param_fields.type is defined %}
|
| 48 |
+
{{- '\n<type>' ~ (param_fields.type | string) ~ '</type>' }}
|
| 49 |
+
{%- endif %}
|
| 50 |
+
{%- if param_fields.description is defined %}
|
| 51 |
+
{{- '\n<description>' ~ (param_fields.description | trim) ~ '</description>' }}
|
| 52 |
+
{%- endif %}
|
| 53 |
+
{%- set handled_keys = ['name', 'type', 'description'] %}
|
| 54 |
+
{{- render_extra_keys(param_fields, handled_keys) }}
|
| 55 |
+
{{- '\n</parameter>' }}
|
| 56 |
+
{%- endfor %}
|
| 57 |
+
{%- endif %}
|
| 58 |
+
{% set handled_keys = ['type', 'properties'] %}
|
| 59 |
+
{{- render_extra_keys(tool.parameters, handled_keys) }}
|
| 60 |
+
{{- '\n</parameters>' }}
|
| 61 |
+
{%- set handled_keys = ['type', 'name', 'description', 'parameters'] %}
|
| 62 |
+
{{- render_extra_keys(tool, handled_keys) }}
|
| 63 |
+
{{- '\n</function>' }}
|
| 64 |
+
{%- endfor %}
|
| 65 |
+
{{- "\n</tools>" }}
|
| 66 |
+
{{- '\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>' }}
|
| 67 |
+
{%- endif %}
|
| 68 |
+
{%- if system_message is defined %}
|
| 69 |
+
{{- '<|im_end|>\n' }}
|
| 70 |
+
{%- else %}
|
| 71 |
+
{%- if tools is iterable and tools | length > 0 %}
|
| 72 |
+
{{- '<|im_end|>\n' }}
|
| 73 |
+
{%- endif %}
|
| 74 |
+
{%- endif %}
|
| 75 |
+
{%- for message in loop_messages %}
|
| 76 |
+
{%- if message.role == "assistant" and message.tool_calls is defined and message.tool_calls is iterable and message.tool_calls | length > 0 %}
|
| 77 |
+
{{- '<|im_start|>' + message.role }}
|
| 78 |
+
{%- if message.content is defined and message.content is string and message.content | trim | length > 0 %}
|
| 79 |
+
{{- '\n' + message.content | trim + '\n' }}
|
| 80 |
+
{%- endif %}
|
| 81 |
+
{%- for tool_call in message.tool_calls %}
|
| 82 |
+
{%- if tool_call.function is defined %}
|
| 83 |
+
{%- set tool_call = tool_call.function %}
|
| 84 |
+
{%- endif %}
|
| 85 |
+
{{- '\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
|
| 86 |
+
{%- if tool_call.arguments is defined %}
|
| 87 |
+
{%- for args_name, args_value in tool_call.arguments|items %}
|
| 88 |
+
{{- '<parameter=' + args_name + '>\n' }}
|
| 89 |
+
{%- 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 %}
|
| 90 |
+
{{- args_value }}
|
| 91 |
+
{{- '\n</parameter>\n' }}
|
| 92 |
+
{%- endfor %}
|
| 93 |
+
{%- endif %}
|
| 94 |
+
{{- '</function>\n</tool_call>' }}
|
| 95 |
+
{%- endfor %}
|
| 96 |
+
{{- '<|im_end|>\n' }}
|
| 97 |
+
{%- elif message.role == "user" or message.role == "system" or message.role == "assistant" %}
|
| 98 |
+
{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
|
| 99 |
+
{%- elif message.role == "tool" %}
|
| 100 |
+
{%- if loop.previtem and loop.previtem.role != "tool" %}
|
| 101 |
+
{{- '<|im_start|>user\n' }}
|
| 102 |
+
{%- endif %}
|
| 103 |
+
{{- '<tool_response>\n' }}
|
| 104 |
+
{{- message.content }}
|
| 105 |
+
{{- '\n</tool_response>\n' }}
|
| 106 |
+
{%- if not loop.last and loop.nextitem.role != "tool" %}
|
| 107 |
+
{{- '<|im_end|>\n' }}
|
| 108 |
+
{%- elif loop.last %}
|
| 109 |
+
{{- '<|im_end|>\n' }}
|
| 110 |
+
{%- endif %}
|
| 111 |
+
{%- else %}
|
| 112 |
+
{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>\n' }}
|
| 113 |
+
{%- endif %}
|
| 114 |
+
{%- endfor %}
|
| 115 |
+
{%- if add_generation_prompt %}
|
| 116 |
+
{{- '<|im_start|>assistant\n' }}
|
| 117 |
+
{%- endif %}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28dd40af0826ebe3f2fd1658f148b6697445cf1c83056f3f2e8345971bee48d4
|
| 3 |
+
size 1074500451
|
rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89645f9f6a2a8823b334e0748e4f5ea683a27b3d02632f0a241397db55d82fad
|
| 3 |
+
size 14645
|
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a3c7a69618bda5187b8d1b5fb3e2d676f7cec37cd84f1914eda65964bafcd19
|
| 3 |
+
size 1465
|
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": "<|endoftext|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
| 3 |
+
size 11422654
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,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": 131072,
|
| 235 |
+
"pad_token": "<|endoftext|>",
|
| 236 |
+
"padding_side": "right",
|
| 237 |
+
"split_special_tokens": false,
|
| 238 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 239 |
+
"unk_token": null
|
| 240 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,1434 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 5.0,
|
| 6 |
+
"eval_steps": 30,
|
| 7 |
+
"global_step": 400,
|
| 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.025078369905956112,
|
| 14 |
+
"grad_norm": 0.43725547194480896,
|
| 15 |
+
"learning_rate": 8.000000000000001e-06,
|
| 16 |
+
"loss": 1.9437,
|
| 17 |
+
"step": 2
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.050156739811912224,
|
| 21 |
+
"grad_norm": 0.6708689332008362,
|
| 22 |
+
"learning_rate": 2.4e-05,
|
| 23 |
+
"loss": 1.849,
|
| 24 |
+
"step": 4
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.07523510971786834,
|
| 28 |
+
"grad_norm": 0.3925197422504425,
|
| 29 |
+
"learning_rate": 4e-05,
|
| 30 |
+
"loss": 1.8725,
|
| 31 |
+
"step": 6
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.10031347962382445,
|
| 35 |
+
"grad_norm": 0.4107086956501007,
|
| 36 |
+
"learning_rate": 5.6000000000000006e-05,
|
| 37 |
+
"loss": 1.7837,
|
| 38 |
+
"step": 8
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.12539184952978055,
|
| 42 |
+
"grad_norm": 0.5341728329658508,
|
| 43 |
+
"learning_rate": 7.2e-05,
|
| 44 |
+
"loss": 1.8033,
|
| 45 |
+
"step": 10
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.15047021943573669,
|
| 49 |
+
"grad_norm": 0.43938425183296204,
|
| 50 |
+
"learning_rate": 8.800000000000001e-05,
|
| 51 |
+
"loss": 1.5958,
|
| 52 |
+
"step": 12
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.1755485893416928,
|
| 56 |
+
"grad_norm": 0.3650668263435364,
|
| 57 |
+
"learning_rate": 0.00010400000000000001,
|
| 58 |
+
"loss": 1.5566,
|
| 59 |
+
"step": 14
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.2006269592476489,
|
| 63 |
+
"grad_norm": 0.3861461877822876,
|
| 64 |
+
"learning_rate": 0.00012,
|
| 65 |
+
"loss": 1.3631,
|
| 66 |
+
"step": 16
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.22570532915360503,
|
| 70 |
+
"grad_norm": 0.3685659170150757,
|
| 71 |
+
"learning_rate": 0.00013600000000000003,
|
| 72 |
+
"loss": 1.3227,
|
| 73 |
+
"step": 18
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.2507836990595611,
|
| 77 |
+
"grad_norm": 0.4720342457294464,
|
| 78 |
+
"learning_rate": 0.000152,
|
| 79 |
+
"loss": 1.1027,
|
| 80 |
+
"step": 20
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.27586206896551724,
|
| 84 |
+
"grad_norm": 0.40199315547943115,
|
| 85 |
+
"learning_rate": 0.000168,
|
| 86 |
+
"loss": 1.018,
|
| 87 |
+
"step": 22
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.30094043887147337,
|
| 91 |
+
"grad_norm": 0.22768579423427582,
|
| 92 |
+
"learning_rate": 0.00018400000000000003,
|
| 93 |
+
"loss": 0.9077,
|
| 94 |
+
"step": 24
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.32601880877742945,
|
| 98 |
+
"grad_norm": 0.2388496696949005,
|
| 99 |
+
"learning_rate": 0.0002,
|
| 100 |
+
"loss": 0.7587,
|
| 101 |
+
"step": 26
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.3510971786833856,
|
| 105 |
+
"grad_norm": 0.19000130891799927,
|
| 106 |
+
"learning_rate": 0.0001998993710691824,
|
| 107 |
+
"loss": 0.7766,
|
| 108 |
+
"step": 28
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.3761755485893417,
|
| 112 |
+
"grad_norm": 0.1965627372264862,
|
| 113 |
+
"learning_rate": 0.0001997987421383648,
|
| 114 |
+
"loss": 0.7575,
|
| 115 |
+
"step": 30
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.4012539184952978,
|
| 119 |
+
"grad_norm": 0.18852603435516357,
|
| 120 |
+
"learning_rate": 0.00019969811320754718,
|
| 121 |
+
"loss": 0.8292,
|
| 122 |
+
"step": 32
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.4263322884012539,
|
| 126 |
+
"grad_norm": 0.16236507892608643,
|
| 127 |
+
"learning_rate": 0.00019959748427672956,
|
| 128 |
+
"loss": 0.7272,
|
| 129 |
+
"step": 34
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.45141065830721006,
|
| 133 |
+
"grad_norm": 0.14128465950489044,
|
| 134 |
+
"learning_rate": 0.00019949685534591195,
|
| 135 |
+
"loss": 0.751,
|
| 136 |
+
"step": 36
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.47648902821316613,
|
| 140 |
+
"grad_norm": 0.14623811841011047,
|
| 141 |
+
"learning_rate": 0.00019939622641509434,
|
| 142 |
+
"loss": 0.6661,
|
| 143 |
+
"step": 38
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.5015673981191222,
|
| 147 |
+
"grad_norm": 0.14945009350776672,
|
| 148 |
+
"learning_rate": 0.00019929559748427673,
|
| 149 |
+
"loss": 0.7435,
|
| 150 |
+
"step": 40
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.5266457680250783,
|
| 154 |
+
"grad_norm": 0.1485632061958313,
|
| 155 |
+
"learning_rate": 0.00019919496855345915,
|
| 156 |
+
"loss": 0.6466,
|
| 157 |
+
"step": 42
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.5517241379310345,
|
| 161 |
+
"grad_norm": 0.14336936175823212,
|
| 162 |
+
"learning_rate": 0.00019909433962264153,
|
| 163 |
+
"loss": 0.7,
|
| 164 |
+
"step": 44
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.5768025078369906,
|
| 168 |
+
"grad_norm": 0.1316949725151062,
|
| 169 |
+
"learning_rate": 0.0001989937106918239,
|
| 170 |
+
"loss": 0.6194,
|
| 171 |
+
"step": 46
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.6018808777429467,
|
| 175 |
+
"grad_norm": 0.14485935866832733,
|
| 176 |
+
"learning_rate": 0.00019889308176100629,
|
| 177 |
+
"loss": 0.8044,
|
| 178 |
+
"step": 48
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.6269592476489029,
|
| 182 |
+
"grad_norm": 0.12860289216041565,
|
| 183 |
+
"learning_rate": 0.00019879245283018867,
|
| 184 |
+
"loss": 0.5773,
|
| 185 |
+
"step": 50
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.6520376175548589,
|
| 189 |
+
"grad_norm": 0.16889798641204834,
|
| 190 |
+
"learning_rate": 0.0001986918238993711,
|
| 191 |
+
"loss": 0.7281,
|
| 192 |
+
"step": 52
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.677115987460815,
|
| 196 |
+
"grad_norm": 0.14104238152503967,
|
| 197 |
+
"learning_rate": 0.00019859119496855348,
|
| 198 |
+
"loss": 0.6654,
|
| 199 |
+
"step": 54
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.7021943573667712,
|
| 203 |
+
"grad_norm": 0.1515515297651291,
|
| 204 |
+
"learning_rate": 0.00019849056603773587,
|
| 205 |
+
"loss": 0.6833,
|
| 206 |
+
"step": 56
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 0.7272727272727273,
|
| 210 |
+
"grad_norm": 0.16043280065059662,
|
| 211 |
+
"learning_rate": 0.00019838993710691826,
|
| 212 |
+
"loss": 0.6599,
|
| 213 |
+
"step": 58
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.7523510971786834,
|
| 217 |
+
"grad_norm": 0.15895870327949524,
|
| 218 |
+
"learning_rate": 0.00019828930817610062,
|
| 219 |
+
"loss": 0.686,
|
| 220 |
+
"step": 60
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.7774294670846394,
|
| 224 |
+
"grad_norm": 0.3486965298652649,
|
| 225 |
+
"learning_rate": 0.00019818867924528303,
|
| 226 |
+
"loss": 0.6835,
|
| 227 |
+
"step": 62
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.8025078369905956,
|
| 231 |
+
"grad_norm": 0.1274975836277008,
|
| 232 |
+
"learning_rate": 0.00019808805031446542,
|
| 233 |
+
"loss": 0.5425,
|
| 234 |
+
"step": 64
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.8275862068965517,
|
| 238 |
+
"grad_norm": 0.1669531911611557,
|
| 239 |
+
"learning_rate": 0.0001979874213836478,
|
| 240 |
+
"loss": 0.766,
|
| 241 |
+
"step": 66
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.8526645768025078,
|
| 245 |
+
"grad_norm": 0.14856377243995667,
|
| 246 |
+
"learning_rate": 0.0001978867924528302,
|
| 247 |
+
"loss": 0.5993,
|
| 248 |
+
"step": 68
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 0.877742946708464,
|
| 252 |
+
"grad_norm": 0.13947483897209167,
|
| 253 |
+
"learning_rate": 0.0001977861635220126,
|
| 254 |
+
"loss": 0.7071,
|
| 255 |
+
"step": 70
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.9028213166144201,
|
| 259 |
+
"grad_norm": 0.15276968479156494,
|
| 260 |
+
"learning_rate": 0.00019768553459119498,
|
| 261 |
+
"loss": 0.687,
|
| 262 |
+
"step": 72
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.9278996865203761,
|
| 266 |
+
"grad_norm": 0.14595958590507507,
|
| 267 |
+
"learning_rate": 0.00019758490566037737,
|
| 268 |
+
"loss": 0.6495,
|
| 269 |
+
"step": 74
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 0.9529780564263323,
|
| 273 |
+
"grad_norm": 0.17588546872138977,
|
| 274 |
+
"learning_rate": 0.00019748427672955975,
|
| 275 |
+
"loss": 0.6584,
|
| 276 |
+
"step": 76
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.9780564263322884,
|
| 280 |
+
"grad_norm": 0.15688568353652954,
|
| 281 |
+
"learning_rate": 0.00019738364779874214,
|
| 282 |
+
"loss": 0.6769,
|
| 283 |
+
"step": 78
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 1.0,
|
| 287 |
+
"grad_norm": 0.1879902333021164,
|
| 288 |
+
"learning_rate": 0.00019728301886792453,
|
| 289 |
+
"loss": 0.5924,
|
| 290 |
+
"step": 80
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 1.025078369905956,
|
| 294 |
+
"grad_norm": 0.15292422473430634,
|
| 295 |
+
"learning_rate": 0.00019718238993710695,
|
| 296 |
+
"loss": 0.5727,
|
| 297 |
+
"step": 82
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 1.0501567398119123,
|
| 301 |
+
"grad_norm": 0.14542542397975922,
|
| 302 |
+
"learning_rate": 0.00019708176100628934,
|
| 303 |
+
"loss": 0.5528,
|
| 304 |
+
"step": 84
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 1.0752351097178683,
|
| 308 |
+
"grad_norm": 0.15912258625030518,
|
| 309 |
+
"learning_rate": 0.0001969811320754717,
|
| 310 |
+
"loss": 0.5404,
|
| 311 |
+
"step": 86
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 1.1003134796238245,
|
| 315 |
+
"grad_norm": 0.16443438827991486,
|
| 316 |
+
"learning_rate": 0.00019688050314465409,
|
| 317 |
+
"loss": 0.544,
|
| 318 |
+
"step": 88
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 1.1253918495297806,
|
| 322 |
+
"grad_norm": 0.18315915763378143,
|
| 323 |
+
"learning_rate": 0.00019677987421383647,
|
| 324 |
+
"loss": 0.5768,
|
| 325 |
+
"step": 90
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 1.1504702194357366,
|
| 329 |
+
"grad_norm": 0.16878078877925873,
|
| 330 |
+
"learning_rate": 0.0001966792452830189,
|
| 331 |
+
"loss": 0.6918,
|
| 332 |
+
"step": 92
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 1.1755485893416928,
|
| 336 |
+
"grad_norm": 0.1652018129825592,
|
| 337 |
+
"learning_rate": 0.00019657861635220128,
|
| 338 |
+
"loss": 0.5903,
|
| 339 |
+
"step": 94
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 1.2006269592476488,
|
| 343 |
+
"grad_norm": 0.181439608335495,
|
| 344 |
+
"learning_rate": 0.00019647798742138367,
|
| 345 |
+
"loss": 0.5917,
|
| 346 |
+
"step": 96
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 1.225705329153605,
|
| 350 |
+
"grad_norm": 0.15887363255023956,
|
| 351 |
+
"learning_rate": 0.00019637735849056606,
|
| 352 |
+
"loss": 0.5631,
|
| 353 |
+
"step": 98
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 1.250783699059561,
|
| 357 |
+
"grad_norm": 0.16309796273708344,
|
| 358 |
+
"learning_rate": 0.00019627672955974842,
|
| 359 |
+
"loss": 0.6206,
|
| 360 |
+
"step": 100
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 1.2758620689655173,
|
| 364 |
+
"grad_norm": 0.19174307584762573,
|
| 365 |
+
"learning_rate": 0.00019617610062893083,
|
| 366 |
+
"loss": 0.5375,
|
| 367 |
+
"step": 102
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 1.3009404388714734,
|
| 371 |
+
"grad_norm": 0.2240614891052246,
|
| 372 |
+
"learning_rate": 0.00019607547169811322,
|
| 373 |
+
"loss": 0.6407,
|
| 374 |
+
"step": 104
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 1.3260188087774294,
|
| 378 |
+
"grad_norm": 0.1673874855041504,
|
| 379 |
+
"learning_rate": 0.0001959748427672956,
|
| 380 |
+
"loss": 0.631,
|
| 381 |
+
"step": 106
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 1.3510971786833856,
|
| 385 |
+
"grad_norm": 0.16143380105495453,
|
| 386 |
+
"learning_rate": 0.000195874213836478,
|
| 387 |
+
"loss": 0.4985,
|
| 388 |
+
"step": 108
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 1.3761755485893417,
|
| 392 |
+
"grad_norm": 0.18511593341827393,
|
| 393 |
+
"learning_rate": 0.0001957735849056604,
|
| 394 |
+
"loss": 0.5844,
|
| 395 |
+
"step": 110
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 1.4012539184952977,
|
| 399 |
+
"grad_norm": 0.15226313471794128,
|
| 400 |
+
"learning_rate": 0.00019567295597484278,
|
| 401 |
+
"loss": 0.5237,
|
| 402 |
+
"step": 112
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 1.426332288401254,
|
| 406 |
+
"grad_norm": 0.16536672413349152,
|
| 407 |
+
"learning_rate": 0.00019557232704402517,
|
| 408 |
+
"loss": 0.4945,
|
| 409 |
+
"step": 114
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 1.4514106583072102,
|
| 413 |
+
"grad_norm": 0.17802752554416656,
|
| 414 |
+
"learning_rate": 0.00019547169811320755,
|
| 415 |
+
"loss": 0.632,
|
| 416 |
+
"step": 116
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 1.4764890282131662,
|
| 420 |
+
"grad_norm": 0.18615730106830597,
|
| 421 |
+
"learning_rate": 0.00019537106918238994,
|
| 422 |
+
"loss": 0.6778,
|
| 423 |
+
"step": 118
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 1.5015673981191222,
|
| 427 |
+
"grad_norm": 0.16418549418449402,
|
| 428 |
+
"learning_rate": 0.00019527044025157233,
|
| 429 |
+
"loss": 0.6141,
|
| 430 |
+
"step": 120
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 1.5266457680250785,
|
| 434 |
+
"grad_norm": 0.16458265483379364,
|
| 435 |
+
"learning_rate": 0.00019516981132075475,
|
| 436 |
+
"loss": 0.5316,
|
| 437 |
+
"step": 122
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 1.5517241379310345,
|
| 441 |
+
"grad_norm": 0.15842436254024506,
|
| 442 |
+
"learning_rate": 0.0001950691823899371,
|
| 443 |
+
"loss": 0.4761,
|
| 444 |
+
"step": 124
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 1.5768025078369905,
|
| 448 |
+
"grad_norm": 0.15368856489658356,
|
| 449 |
+
"learning_rate": 0.0001949685534591195,
|
| 450 |
+
"loss": 0.471,
|
| 451 |
+
"step": 126
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 1.6018808777429467,
|
| 455 |
+
"grad_norm": 0.16104081273078918,
|
| 456 |
+
"learning_rate": 0.0001948679245283019,
|
| 457 |
+
"loss": 0.572,
|
| 458 |
+
"step": 128
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 1.626959247648903,
|
| 462 |
+
"grad_norm": 0.1696012020111084,
|
| 463 |
+
"learning_rate": 0.00019476729559748428,
|
| 464 |
+
"loss": 0.5293,
|
| 465 |
+
"step": 130
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 1.6520376175548588,
|
| 469 |
+
"grad_norm": 0.16601622104644775,
|
| 470 |
+
"learning_rate": 0.0001946666666666667,
|
| 471 |
+
"loss": 0.6569,
|
| 472 |
+
"step": 132
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 1.677115987460815,
|
| 476 |
+
"grad_norm": 0.15106241405010223,
|
| 477 |
+
"learning_rate": 0.00019456603773584908,
|
| 478 |
+
"loss": 0.5687,
|
| 479 |
+
"step": 134
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"epoch": 1.7021943573667713,
|
| 483 |
+
"grad_norm": 0.18189087510108948,
|
| 484 |
+
"learning_rate": 0.00019446540880503147,
|
| 485 |
+
"loss": 0.4965,
|
| 486 |
+
"step": 136
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 1.7272727272727273,
|
| 490 |
+
"grad_norm": 0.15463034808635712,
|
| 491 |
+
"learning_rate": 0.00019436477987421383,
|
| 492 |
+
"loss": 0.6398,
|
| 493 |
+
"step": 138
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"epoch": 1.7523510971786833,
|
| 497 |
+
"grad_norm": 0.17576032876968384,
|
| 498 |
+
"learning_rate": 0.00019426415094339622,
|
| 499 |
+
"loss": 0.6122,
|
| 500 |
+
"step": 140
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 1.7774294670846396,
|
| 504 |
+
"grad_norm": 0.14750592410564423,
|
| 505 |
+
"learning_rate": 0.00019416352201257863,
|
| 506 |
+
"loss": 0.5475,
|
| 507 |
+
"step": 142
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 1.8025078369905956,
|
| 511 |
+
"grad_norm": 0.15765072405338287,
|
| 512 |
+
"learning_rate": 0.00019406289308176102,
|
| 513 |
+
"loss": 0.443,
|
| 514 |
+
"step": 144
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 1.8275862068965516,
|
| 518 |
+
"grad_norm": 0.16872242093086243,
|
| 519 |
+
"learning_rate": 0.0001939622641509434,
|
| 520 |
+
"loss": 0.5061,
|
| 521 |
+
"step": 146
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 1.8526645768025078,
|
| 525 |
+
"grad_norm": 0.16207149624824524,
|
| 526 |
+
"learning_rate": 0.0001938616352201258,
|
| 527 |
+
"loss": 0.572,
|
| 528 |
+
"step": 148
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"epoch": 1.877742946708464,
|
| 532 |
+
"grad_norm": 0.16720207035541534,
|
| 533 |
+
"learning_rate": 0.0001937610062893082,
|
| 534 |
+
"loss": 0.5329,
|
| 535 |
+
"step": 150
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"epoch": 1.90282131661442,
|
| 539 |
+
"grad_norm": 0.1653318852186203,
|
| 540 |
+
"learning_rate": 0.00019366037735849058,
|
| 541 |
+
"loss": 0.5361,
|
| 542 |
+
"step": 152
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 1.9278996865203761,
|
| 546 |
+
"grad_norm": 0.1918332576751709,
|
| 547 |
+
"learning_rate": 0.00019355974842767297,
|
| 548 |
+
"loss": 0.6219,
|
| 549 |
+
"step": 154
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 1.9529780564263324,
|
| 553 |
+
"grad_norm": 0.1535947322845459,
|
| 554 |
+
"learning_rate": 0.00019345911949685536,
|
| 555 |
+
"loss": 0.586,
|
| 556 |
+
"step": 156
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 1.9780564263322884,
|
| 560 |
+
"grad_norm": 0.16222791373729706,
|
| 561 |
+
"learning_rate": 0.00019335849056603774,
|
| 562 |
+
"loss": 0.5228,
|
| 563 |
+
"step": 158
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 2.0,
|
| 567 |
+
"grad_norm": 0.24010032415390015,
|
| 568 |
+
"learning_rate": 0.00019325786163522013,
|
| 569 |
+
"loss": 0.5218,
|
| 570 |
+
"step": 160
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 2.0250783699059562,
|
| 574 |
+
"grad_norm": 0.15844006836414337,
|
| 575 |
+
"learning_rate": 0.00019315723270440255,
|
| 576 |
+
"loss": 0.5111,
|
| 577 |
+
"step": 162
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 2.050156739811912,
|
| 581 |
+
"grad_norm": 0.1755230873823166,
|
| 582 |
+
"learning_rate": 0.0001930566037735849,
|
| 583 |
+
"loss": 0.6063,
|
| 584 |
+
"step": 164
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"epoch": 2.0752351097178683,
|
| 588 |
+
"grad_norm": 0.2025759369134903,
|
| 589 |
+
"learning_rate": 0.0001929559748427673,
|
| 590 |
+
"loss": 0.5672,
|
| 591 |
+
"step": 166
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"epoch": 2.1003134796238245,
|
| 595 |
+
"grad_norm": 0.2058378905057907,
|
| 596 |
+
"learning_rate": 0.0001928553459119497,
|
| 597 |
+
"loss": 0.4629,
|
| 598 |
+
"step": 168
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"epoch": 2.1253918495297803,
|
| 602 |
+
"grad_norm": 0.1765381544828415,
|
| 603 |
+
"learning_rate": 0.00019275471698113208,
|
| 604 |
+
"loss": 0.5236,
|
| 605 |
+
"step": 170
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"epoch": 2.1504702194357366,
|
| 609 |
+
"grad_norm": 0.20618358254432678,
|
| 610 |
+
"learning_rate": 0.0001926540880503145,
|
| 611 |
+
"loss": 0.5029,
|
| 612 |
+
"step": 172
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 2.175548589341693,
|
| 616 |
+
"grad_norm": 0.1737968772649765,
|
| 617 |
+
"learning_rate": 0.00019255345911949688,
|
| 618 |
+
"loss": 0.3964,
|
| 619 |
+
"step": 174
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 2.200626959247649,
|
| 623 |
+
"grad_norm": 0.20385882258415222,
|
| 624 |
+
"learning_rate": 0.00019245283018867927,
|
| 625 |
+
"loss": 0.5188,
|
| 626 |
+
"step": 176
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 2.225705329153605,
|
| 630 |
+
"grad_norm": 0.2051456868648529,
|
| 631 |
+
"learning_rate": 0.00019235220125786163,
|
| 632 |
+
"loss": 0.4548,
|
| 633 |
+
"step": 178
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 2.250783699059561,
|
| 637 |
+
"grad_norm": 0.18826241791248322,
|
| 638 |
+
"learning_rate": 0.00019225157232704402,
|
| 639 |
+
"loss": 0.4515,
|
| 640 |
+
"step": 180
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 2.2758620689655173,
|
| 644 |
+
"grad_norm": 0.18653476238250732,
|
| 645 |
+
"learning_rate": 0.00019215094339622644,
|
| 646 |
+
"loss": 0.5373,
|
| 647 |
+
"step": 182
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 2.300940438871473,
|
| 651 |
+
"grad_norm": 0.179554283618927,
|
| 652 |
+
"learning_rate": 0.00019205031446540882,
|
| 653 |
+
"loss": 0.49,
|
| 654 |
+
"step": 184
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 2.3260188087774294,
|
| 658 |
+
"grad_norm": 0.18949083983898163,
|
| 659 |
+
"learning_rate": 0.0001919496855345912,
|
| 660 |
+
"loss": 0.4795,
|
| 661 |
+
"step": 186
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"epoch": 2.3510971786833856,
|
| 665 |
+
"grad_norm": 0.21681569516658783,
|
| 666 |
+
"learning_rate": 0.0001918490566037736,
|
| 667 |
+
"loss": 0.4826,
|
| 668 |
+
"step": 188
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"epoch": 2.376175548589342,
|
| 672 |
+
"grad_norm": 0.20997639000415802,
|
| 673 |
+
"learning_rate": 0.000191748427672956,
|
| 674 |
+
"loss": 0.3699,
|
| 675 |
+
"step": 190
|
| 676 |
+
},
|
| 677 |
+
{
|
| 678 |
+
"epoch": 2.4012539184952977,
|
| 679 |
+
"grad_norm": 0.3043127954006195,
|
| 680 |
+
"learning_rate": 0.00019164779874213838,
|
| 681 |
+
"loss": 0.5264,
|
| 682 |
+
"step": 192
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"epoch": 2.426332288401254,
|
| 686 |
+
"grad_norm": 0.19533301889896393,
|
| 687 |
+
"learning_rate": 0.00019154716981132077,
|
| 688 |
+
"loss": 0.4243,
|
| 689 |
+
"step": 194
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"epoch": 2.45141065830721,
|
| 693 |
+
"grad_norm": 0.20891591906547546,
|
| 694 |
+
"learning_rate": 0.00019144654088050316,
|
| 695 |
+
"loss": 0.4748,
|
| 696 |
+
"step": 196
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"epoch": 2.476489028213166,
|
| 700 |
+
"grad_norm": 0.1940625011920929,
|
| 701 |
+
"learning_rate": 0.00019134591194968554,
|
| 702 |
+
"loss": 0.456,
|
| 703 |
+
"step": 198
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"epoch": 2.501567398119122,
|
| 707 |
+
"grad_norm": 0.2169208973646164,
|
| 708 |
+
"learning_rate": 0.00019124528301886793,
|
| 709 |
+
"loss": 0.577,
|
| 710 |
+
"step": 200
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"epoch": 2.5266457680250785,
|
| 714 |
+
"grad_norm": 0.21462920308113098,
|
| 715 |
+
"learning_rate": 0.00019114465408805032,
|
| 716 |
+
"loss": 0.3583,
|
| 717 |
+
"step": 202
|
| 718 |
+
},
|
| 719 |
+
{
|
| 720 |
+
"epoch": 2.5517241379310347,
|
| 721 |
+
"grad_norm": 0.22243842482566833,
|
| 722 |
+
"learning_rate": 0.0001910440251572327,
|
| 723 |
+
"loss": 0.5473,
|
| 724 |
+
"step": 204
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"epoch": 2.5768025078369905,
|
| 728 |
+
"grad_norm": 0.20357415080070496,
|
| 729 |
+
"learning_rate": 0.0001909433962264151,
|
| 730 |
+
"loss": 0.5596,
|
| 731 |
+
"step": 206
|
| 732 |
+
},
|
| 733 |
+
{
|
| 734 |
+
"epoch": 2.6018808777429467,
|
| 735 |
+
"grad_norm": 0.21374137699604034,
|
| 736 |
+
"learning_rate": 0.0001908427672955975,
|
| 737 |
+
"loss": 0.6041,
|
| 738 |
+
"step": 208
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"epoch": 2.626959247648903,
|
| 742 |
+
"grad_norm": 0.22612103819847107,
|
| 743 |
+
"learning_rate": 0.00019074213836477988,
|
| 744 |
+
"loss": 0.4825,
|
| 745 |
+
"step": 210
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"epoch": 2.652037617554859,
|
| 749 |
+
"grad_norm": 0.182185098528862,
|
| 750 |
+
"learning_rate": 0.0001906415094339623,
|
| 751 |
+
"loss": 0.5961,
|
| 752 |
+
"step": 212
|
| 753 |
+
},
|
| 754 |
+
{
|
| 755 |
+
"epoch": 2.677115987460815,
|
| 756 |
+
"grad_norm": 0.21316243708133698,
|
| 757 |
+
"learning_rate": 0.00019054088050314468,
|
| 758 |
+
"loss": 0.4892,
|
| 759 |
+
"step": 214
|
| 760 |
+
},
|
| 761 |
+
{
|
| 762 |
+
"epoch": 2.7021943573667713,
|
| 763 |
+
"grad_norm": 0.20594292879104614,
|
| 764 |
+
"learning_rate": 0.00019044025157232704,
|
| 765 |
+
"loss": 0.5294,
|
| 766 |
+
"step": 216
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"epoch": 2.7272727272727275,
|
| 770 |
+
"grad_norm": 0.18579436838626862,
|
| 771 |
+
"learning_rate": 0.00019033962264150943,
|
| 772 |
+
"loss": 0.4867,
|
| 773 |
+
"step": 218
|
| 774 |
+
},
|
| 775 |
+
{
|
| 776 |
+
"epoch": 2.7523510971786833,
|
| 777 |
+
"grad_norm": 0.20978513360023499,
|
| 778 |
+
"learning_rate": 0.00019023899371069182,
|
| 779 |
+
"loss": 0.5459,
|
| 780 |
+
"step": 220
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"epoch": 2.7774294670846396,
|
| 784 |
+
"grad_norm": 0.20766879618167877,
|
| 785 |
+
"learning_rate": 0.00019013836477987424,
|
| 786 |
+
"loss": 0.4467,
|
| 787 |
+
"step": 222
|
| 788 |
+
},
|
| 789 |
+
{
|
| 790 |
+
"epoch": 2.8025078369905954,
|
| 791 |
+
"grad_norm": 0.2247876673936844,
|
| 792 |
+
"learning_rate": 0.00019003773584905662,
|
| 793 |
+
"loss": 0.4955,
|
| 794 |
+
"step": 224
|
| 795 |
+
},
|
| 796 |
+
{
|
| 797 |
+
"epoch": 2.8275862068965516,
|
| 798 |
+
"grad_norm": 0.20031589269638062,
|
| 799 |
+
"learning_rate": 0.00018993710691823901,
|
| 800 |
+
"loss": 0.4274,
|
| 801 |
+
"step": 226
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"epoch": 2.852664576802508,
|
| 805 |
+
"grad_norm": 0.22423385083675385,
|
| 806 |
+
"learning_rate": 0.0001898364779874214,
|
| 807 |
+
"loss": 0.4741,
|
| 808 |
+
"step": 228
|
| 809 |
+
},
|
| 810 |
+
{
|
| 811 |
+
"epoch": 2.877742946708464,
|
| 812 |
+
"grad_norm": 0.1920011192560196,
|
| 813 |
+
"learning_rate": 0.00018973584905660376,
|
| 814 |
+
"loss": 0.4802,
|
| 815 |
+
"step": 230
|
| 816 |
+
},
|
| 817 |
+
{
|
| 818 |
+
"epoch": 2.9028213166144203,
|
| 819 |
+
"grad_norm": 0.1996566653251648,
|
| 820 |
+
"learning_rate": 0.00018963522012578615,
|
| 821 |
+
"loss": 0.5204,
|
| 822 |
+
"step": 232
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"epoch": 2.927899686520376,
|
| 826 |
+
"grad_norm": 0.18659324944019318,
|
| 827 |
+
"learning_rate": 0.00018953459119496857,
|
| 828 |
+
"loss": 0.563,
|
| 829 |
+
"step": 234
|
| 830 |
+
},
|
| 831 |
+
{
|
| 832 |
+
"epoch": 2.9529780564263324,
|
| 833 |
+
"grad_norm": 0.20645543932914734,
|
| 834 |
+
"learning_rate": 0.00018943396226415096,
|
| 835 |
+
"loss": 0.5968,
|
| 836 |
+
"step": 236
|
| 837 |
+
},
|
| 838 |
+
{
|
| 839 |
+
"epoch": 2.978056426332288,
|
| 840 |
+
"grad_norm": 0.20103755593299866,
|
| 841 |
+
"learning_rate": 0.00018933333333333335,
|
| 842 |
+
"loss": 0.4683,
|
| 843 |
+
"step": 238
|
| 844 |
+
},
|
| 845 |
+
{
|
| 846 |
+
"epoch": 3.0,
|
| 847 |
+
"grad_norm": 0.26790672540664673,
|
| 848 |
+
"learning_rate": 0.00018923270440251573,
|
| 849 |
+
"loss": 0.4214,
|
| 850 |
+
"step": 240
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"epoch": 3.0250783699059562,
|
| 854 |
+
"grad_norm": 0.24234965443611145,
|
| 855 |
+
"learning_rate": 0.00018913207547169812,
|
| 856 |
+
"loss": 0.4778,
|
| 857 |
+
"step": 242
|
| 858 |
+
},
|
| 859 |
+
{
|
| 860 |
+
"epoch": 3.050156739811912,
|
| 861 |
+
"grad_norm": 0.2758055031299591,
|
| 862 |
+
"learning_rate": 0.0001890314465408805,
|
| 863 |
+
"loss": 0.4029,
|
| 864 |
+
"step": 244
|
| 865 |
+
},
|
| 866 |
+
{
|
| 867 |
+
"epoch": 3.0752351097178683,
|
| 868 |
+
"grad_norm": 0.2382444590330124,
|
| 869 |
+
"learning_rate": 0.0001889308176100629,
|
| 870 |
+
"loss": 0.3801,
|
| 871 |
+
"step": 246
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"epoch": 3.1003134796238245,
|
| 875 |
+
"grad_norm": 0.24490897357463837,
|
| 876 |
+
"learning_rate": 0.0001888301886792453,
|
| 877 |
+
"loss": 0.3975,
|
| 878 |
+
"step": 248
|
| 879 |
+
},
|
| 880 |
+
{
|
| 881 |
+
"epoch": 3.1253918495297803,
|
| 882 |
+
"grad_norm": 0.26239147782325745,
|
| 883 |
+
"learning_rate": 0.00018872955974842768,
|
| 884 |
+
"loss": 0.4038,
|
| 885 |
+
"step": 250
|
| 886 |
+
},
|
| 887 |
+
{
|
| 888 |
+
"epoch": 3.1504702194357366,
|
| 889 |
+
"grad_norm": 0.24605032801628113,
|
| 890 |
+
"learning_rate": 0.00018862893081761007,
|
| 891 |
+
"loss": 0.4364,
|
| 892 |
+
"step": 252
|
| 893 |
+
},
|
| 894 |
+
{
|
| 895 |
+
"epoch": 3.175548589341693,
|
| 896 |
+
"grad_norm": 0.28764280676841736,
|
| 897 |
+
"learning_rate": 0.00018852830188679248,
|
| 898 |
+
"loss": 0.3577,
|
| 899 |
+
"step": 254
|
| 900 |
+
},
|
| 901 |
+
{
|
| 902 |
+
"epoch": 3.200626959247649,
|
| 903 |
+
"grad_norm": 0.23804618418216705,
|
| 904 |
+
"learning_rate": 0.00018842767295597484,
|
| 905 |
+
"loss": 0.4155,
|
| 906 |
+
"step": 256
|
| 907 |
+
},
|
| 908 |
+
{
|
| 909 |
+
"epoch": 3.225705329153605,
|
| 910 |
+
"grad_norm": 0.25497862696647644,
|
| 911 |
+
"learning_rate": 0.00018832704402515723,
|
| 912 |
+
"loss": 0.4654,
|
| 913 |
+
"step": 258
|
| 914 |
+
},
|
| 915 |
+
{
|
| 916 |
+
"epoch": 3.250783699059561,
|
| 917 |
+
"grad_norm": 0.23537839949131012,
|
| 918 |
+
"learning_rate": 0.00018822641509433962,
|
| 919 |
+
"loss": 0.4144,
|
| 920 |
+
"step": 260
|
| 921 |
+
},
|
| 922 |
+
{
|
| 923 |
+
"epoch": 3.2758620689655173,
|
| 924 |
+
"grad_norm": 0.268036812543869,
|
| 925 |
+
"learning_rate": 0.000188125786163522,
|
| 926 |
+
"loss": 0.4546,
|
| 927 |
+
"step": 262
|
| 928 |
+
},
|
| 929 |
+
{
|
| 930 |
+
"epoch": 3.300940438871473,
|
| 931 |
+
"grad_norm": 0.25395911931991577,
|
| 932 |
+
"learning_rate": 0.00018802515723270443,
|
| 933 |
+
"loss": 0.4604,
|
| 934 |
+
"step": 264
|
| 935 |
+
},
|
| 936 |
+
{
|
| 937 |
+
"epoch": 3.3260188087774294,
|
| 938 |
+
"grad_norm": 0.3395281732082367,
|
| 939 |
+
"learning_rate": 0.00018792452830188681,
|
| 940 |
+
"loss": 0.5816,
|
| 941 |
+
"step": 266
|
| 942 |
+
},
|
| 943 |
+
{
|
| 944 |
+
"epoch": 3.3510971786833856,
|
| 945 |
+
"grad_norm": 0.258900910615921,
|
| 946 |
+
"learning_rate": 0.0001878238993710692,
|
| 947 |
+
"loss": 0.4415,
|
| 948 |
+
"step": 268
|
| 949 |
+
},
|
| 950 |
+
{
|
| 951 |
+
"epoch": 3.376175548589342,
|
| 952 |
+
"grad_norm": 0.24031828343868256,
|
| 953 |
+
"learning_rate": 0.00018772327044025156,
|
| 954 |
+
"loss": 0.469,
|
| 955 |
+
"step": 270
|
| 956 |
+
},
|
| 957 |
+
{
|
| 958 |
+
"epoch": 3.4012539184952977,
|
| 959 |
+
"grad_norm": 0.26624906063079834,
|
| 960 |
+
"learning_rate": 0.00018762264150943395,
|
| 961 |
+
"loss": 0.4304,
|
| 962 |
+
"step": 272
|
| 963 |
+
},
|
| 964 |
+
{
|
| 965 |
+
"epoch": 3.426332288401254,
|
| 966 |
+
"grad_norm": 0.2869020998477936,
|
| 967 |
+
"learning_rate": 0.00018752201257861637,
|
| 968 |
+
"loss": 0.4623,
|
| 969 |
+
"step": 274
|
| 970 |
+
},
|
| 971 |
+
{
|
| 972 |
+
"epoch": 3.45141065830721,
|
| 973 |
+
"grad_norm": 0.2383798062801361,
|
| 974 |
+
"learning_rate": 0.00018742138364779876,
|
| 975 |
+
"loss": 0.3973,
|
| 976 |
+
"step": 276
|
| 977 |
+
},
|
| 978 |
+
{
|
| 979 |
+
"epoch": 3.476489028213166,
|
| 980 |
+
"grad_norm": 0.25947991013526917,
|
| 981 |
+
"learning_rate": 0.00018732075471698115,
|
| 982 |
+
"loss": 0.4468,
|
| 983 |
+
"step": 278
|
| 984 |
+
},
|
| 985 |
+
{
|
| 986 |
+
"epoch": 3.501567398119122,
|
| 987 |
+
"grad_norm": 0.21950559318065643,
|
| 988 |
+
"learning_rate": 0.00018722012578616354,
|
| 989 |
+
"loss": 0.3432,
|
| 990 |
+
"step": 280
|
| 991 |
+
},
|
| 992 |
+
{
|
| 993 |
+
"epoch": 3.5266457680250785,
|
| 994 |
+
"grad_norm": 0.26003995537757874,
|
| 995 |
+
"learning_rate": 0.00018711949685534592,
|
| 996 |
+
"loss": 0.4664,
|
| 997 |
+
"step": 282
|
| 998 |
+
},
|
| 999 |
+
{
|
| 1000 |
+
"epoch": 3.5517241379310347,
|
| 1001 |
+
"grad_norm": 0.2847505807876587,
|
| 1002 |
+
"learning_rate": 0.0001870188679245283,
|
| 1003 |
+
"loss": 0.4583,
|
| 1004 |
+
"step": 284
|
| 1005 |
+
},
|
| 1006 |
+
{
|
| 1007 |
+
"epoch": 3.5768025078369905,
|
| 1008 |
+
"grad_norm": 0.2824760973453522,
|
| 1009 |
+
"learning_rate": 0.0001869182389937107,
|
| 1010 |
+
"loss": 0.4735,
|
| 1011 |
+
"step": 286
|
| 1012 |
+
},
|
| 1013 |
+
{
|
| 1014 |
+
"epoch": 3.6018808777429467,
|
| 1015 |
+
"grad_norm": 0.268838107585907,
|
| 1016 |
+
"learning_rate": 0.0001868176100628931,
|
| 1017 |
+
"loss": 0.4071,
|
| 1018 |
+
"step": 288
|
| 1019 |
+
},
|
| 1020 |
+
{
|
| 1021 |
+
"epoch": 3.626959247648903,
|
| 1022 |
+
"grad_norm": 0.24519529938697815,
|
| 1023 |
+
"learning_rate": 0.00018671698113207548,
|
| 1024 |
+
"loss": 0.4178,
|
| 1025 |
+
"step": 290
|
| 1026 |
+
},
|
| 1027 |
+
{
|
| 1028 |
+
"epoch": 3.652037617554859,
|
| 1029 |
+
"grad_norm": 0.24740180373191833,
|
| 1030 |
+
"learning_rate": 0.00018661635220125787,
|
| 1031 |
+
"loss": 0.4716,
|
| 1032 |
+
"step": 292
|
| 1033 |
+
},
|
| 1034 |
+
{
|
| 1035 |
+
"epoch": 3.677115987460815,
|
| 1036 |
+
"grad_norm": 0.22623687982559204,
|
| 1037 |
+
"learning_rate": 0.00018651572327044026,
|
| 1038 |
+
"loss": 0.3645,
|
| 1039 |
+
"step": 294
|
| 1040 |
+
},
|
| 1041 |
+
{
|
| 1042 |
+
"epoch": 3.7021943573667713,
|
| 1043 |
+
"grad_norm": 0.2554280459880829,
|
| 1044 |
+
"learning_rate": 0.00018641509433962264,
|
| 1045 |
+
"loss": 0.4044,
|
| 1046 |
+
"step": 296
|
| 1047 |
+
},
|
| 1048 |
+
{
|
| 1049 |
+
"epoch": 3.7272727272727275,
|
| 1050 |
+
"grad_norm": 0.2251761108636856,
|
| 1051 |
+
"learning_rate": 0.00018631446540880503,
|
| 1052 |
+
"loss": 0.3663,
|
| 1053 |
+
"step": 298
|
| 1054 |
+
},
|
| 1055 |
+
{
|
| 1056 |
+
"epoch": 3.7523510971786833,
|
| 1057 |
+
"grad_norm": 0.20053140819072723,
|
| 1058 |
+
"learning_rate": 0.00018621383647798742,
|
| 1059 |
+
"loss": 0.4342,
|
| 1060 |
+
"step": 300
|
| 1061 |
+
},
|
| 1062 |
+
{
|
| 1063 |
+
"epoch": 3.7774294670846396,
|
| 1064 |
+
"grad_norm": 0.2692326605319977,
|
| 1065 |
+
"learning_rate": 0.0001861132075471698,
|
| 1066 |
+
"loss": 0.4268,
|
| 1067 |
+
"step": 302
|
| 1068 |
+
},
|
| 1069 |
+
{
|
| 1070 |
+
"epoch": 3.8025078369905954,
|
| 1071 |
+
"grad_norm": 0.23218081891536713,
|
| 1072 |
+
"learning_rate": 0.00018601257861635223,
|
| 1073 |
+
"loss": 0.4848,
|
| 1074 |
+
"step": 304
|
| 1075 |
+
},
|
| 1076 |
+
{
|
| 1077 |
+
"epoch": 3.8275862068965516,
|
| 1078 |
+
"grad_norm": 0.2571001648902893,
|
| 1079 |
+
"learning_rate": 0.00018591194968553462,
|
| 1080 |
+
"loss": 0.5391,
|
| 1081 |
+
"step": 306
|
| 1082 |
+
},
|
| 1083 |
+
{
|
| 1084 |
+
"epoch": 3.852664576802508,
|
| 1085 |
+
"grad_norm": 0.20899826288223267,
|
| 1086 |
+
"learning_rate": 0.00018581132075471698,
|
| 1087 |
+
"loss": 0.4183,
|
| 1088 |
+
"step": 308
|
| 1089 |
+
},
|
| 1090 |
+
{
|
| 1091 |
+
"epoch": 3.877742946708464,
|
| 1092 |
+
"grad_norm": 0.24893143773078918,
|
| 1093 |
+
"learning_rate": 0.00018571069182389937,
|
| 1094 |
+
"loss": 0.4314,
|
| 1095 |
+
"step": 310
|
| 1096 |
+
},
|
| 1097 |
+
{
|
| 1098 |
+
"epoch": 3.9028213166144203,
|
| 1099 |
+
"grad_norm": 0.26598888635635376,
|
| 1100 |
+
"learning_rate": 0.00018561006289308175,
|
| 1101 |
+
"loss": 0.4182,
|
| 1102 |
+
"step": 312
|
| 1103 |
+
},
|
| 1104 |
+
{
|
| 1105 |
+
"epoch": 3.927899686520376,
|
| 1106 |
+
"grad_norm": 0.24121470749378204,
|
| 1107 |
+
"learning_rate": 0.00018550943396226417,
|
| 1108 |
+
"loss": 0.4327,
|
| 1109 |
+
"step": 314
|
| 1110 |
+
},
|
| 1111 |
+
{
|
| 1112 |
+
"epoch": 3.9529780564263324,
|
| 1113 |
+
"grad_norm": 0.2874317467212677,
|
| 1114 |
+
"learning_rate": 0.00018540880503144656,
|
| 1115 |
+
"loss": 0.4616,
|
| 1116 |
+
"step": 316
|
| 1117 |
+
},
|
| 1118 |
+
{
|
| 1119 |
+
"epoch": 3.978056426332288,
|
| 1120 |
+
"grad_norm": 0.22735589742660522,
|
| 1121 |
+
"learning_rate": 0.00018530817610062895,
|
| 1122 |
+
"loss": 0.376,
|
| 1123 |
+
"step": 318
|
| 1124 |
+
},
|
| 1125 |
+
{
|
| 1126 |
+
"epoch": 4.0,
|
| 1127 |
+
"grad_norm": 0.3424147069454193,
|
| 1128 |
+
"learning_rate": 0.00018520754716981134,
|
| 1129 |
+
"loss": 0.537,
|
| 1130 |
+
"step": 320
|
| 1131 |
+
},
|
| 1132 |
+
{
|
| 1133 |
+
"epoch": 4.025078369905956,
|
| 1134 |
+
"grad_norm": 0.27403339743614197,
|
| 1135 |
+
"learning_rate": 0.0001851069182389937,
|
| 1136 |
+
"loss": 0.3539,
|
| 1137 |
+
"step": 322
|
| 1138 |
+
},
|
| 1139 |
+
{
|
| 1140 |
+
"epoch": 4.0501567398119125,
|
| 1141 |
+
"grad_norm": 0.33905503153800964,
|
| 1142 |
+
"learning_rate": 0.0001850062893081761,
|
| 1143 |
+
"loss": 0.3367,
|
| 1144 |
+
"step": 324
|
| 1145 |
+
},
|
| 1146 |
+
{
|
| 1147 |
+
"epoch": 4.075235109717869,
|
| 1148 |
+
"grad_norm": 0.47853460907936096,
|
| 1149 |
+
"learning_rate": 0.0001849056603773585,
|
| 1150 |
+
"loss": 0.393,
|
| 1151 |
+
"step": 326
|
| 1152 |
+
},
|
| 1153 |
+
{
|
| 1154 |
+
"epoch": 4.100313479623824,
|
| 1155 |
+
"grad_norm": 0.3133102059364319,
|
| 1156 |
+
"learning_rate": 0.0001848050314465409,
|
| 1157 |
+
"loss": 0.3762,
|
| 1158 |
+
"step": 328
|
| 1159 |
+
},
|
| 1160 |
+
{
|
| 1161 |
+
"epoch": 4.12539184952978,
|
| 1162 |
+
"grad_norm": 0.22834369540214539,
|
| 1163 |
+
"learning_rate": 0.00018470440251572328,
|
| 1164 |
+
"loss": 0.3404,
|
| 1165 |
+
"step": 330
|
| 1166 |
+
},
|
| 1167 |
+
{
|
| 1168 |
+
"epoch": 4.150470219435737,
|
| 1169 |
+
"grad_norm": 0.2537166476249695,
|
| 1170 |
+
"learning_rate": 0.00018460377358490567,
|
| 1171 |
+
"loss": 0.3582,
|
| 1172 |
+
"step": 332
|
| 1173 |
+
},
|
| 1174 |
+
{
|
| 1175 |
+
"epoch": 4.175548589341693,
|
| 1176 |
+
"grad_norm": 0.35708144307136536,
|
| 1177 |
+
"learning_rate": 0.00018450314465408806,
|
| 1178 |
+
"loss": 0.369,
|
| 1179 |
+
"step": 334
|
| 1180 |
+
},
|
| 1181 |
+
{
|
| 1182 |
+
"epoch": 4.200626959247649,
|
| 1183 |
+
"grad_norm": 0.3224405348300934,
|
| 1184 |
+
"learning_rate": 0.00018440251572327045,
|
| 1185 |
+
"loss": 0.3458,
|
| 1186 |
+
"step": 336
|
| 1187 |
+
},
|
| 1188 |
+
{
|
| 1189 |
+
"epoch": 4.225705329153605,
|
| 1190 |
+
"grad_norm": 0.34621739387512207,
|
| 1191 |
+
"learning_rate": 0.00018430188679245283,
|
| 1192 |
+
"loss": 0.4176,
|
| 1193 |
+
"step": 338
|
| 1194 |
+
},
|
| 1195 |
+
{
|
| 1196 |
+
"epoch": 4.250783699059561,
|
| 1197 |
+
"grad_norm": 0.24818404018878937,
|
| 1198 |
+
"learning_rate": 0.00018420125786163522,
|
| 1199 |
+
"loss": 0.3205,
|
| 1200 |
+
"step": 340
|
| 1201 |
+
},
|
| 1202 |
+
{
|
| 1203 |
+
"epoch": 4.275862068965517,
|
| 1204 |
+
"grad_norm": 0.29599064588546753,
|
| 1205 |
+
"learning_rate": 0.0001841006289308176,
|
| 1206 |
+
"loss": 0.3696,
|
| 1207 |
+
"step": 342
|
| 1208 |
+
},
|
| 1209 |
+
{
|
| 1210 |
+
"epoch": 4.300940438871473,
|
| 1211 |
+
"grad_norm": 0.2980504333972931,
|
| 1212 |
+
"learning_rate": 0.00018400000000000003,
|
| 1213 |
+
"loss": 0.3256,
|
| 1214 |
+
"step": 344
|
| 1215 |
+
},
|
| 1216 |
+
{
|
| 1217 |
+
"epoch": 4.326018808777429,
|
| 1218 |
+
"grad_norm": 0.35454604029655457,
|
| 1219 |
+
"learning_rate": 0.0001838993710691824,
|
| 1220 |
+
"loss": 0.4957,
|
| 1221 |
+
"step": 346
|
| 1222 |
+
},
|
| 1223 |
+
{
|
| 1224 |
+
"epoch": 4.351097178683386,
|
| 1225 |
+
"grad_norm": 0.3497369885444641,
|
| 1226 |
+
"learning_rate": 0.00018379874213836478,
|
| 1227 |
+
"loss": 0.3941,
|
| 1228 |
+
"step": 348
|
| 1229 |
+
},
|
| 1230 |
+
{
|
| 1231 |
+
"epoch": 4.376175548589342,
|
| 1232 |
+
"grad_norm": 0.32460692524909973,
|
| 1233 |
+
"learning_rate": 0.00018369811320754717,
|
| 1234 |
+
"loss": 0.3615,
|
| 1235 |
+
"step": 350
|
| 1236 |
+
},
|
| 1237 |
+
{
|
| 1238 |
+
"epoch": 4.401253918495298,
|
| 1239 |
+
"grad_norm": 0.29358094930648804,
|
| 1240 |
+
"learning_rate": 0.00018359748427672955,
|
| 1241 |
+
"loss": 0.3749,
|
| 1242 |
+
"step": 352
|
| 1243 |
+
},
|
| 1244 |
+
{
|
| 1245 |
+
"epoch": 4.4263322884012535,
|
| 1246 |
+
"grad_norm": 0.2807920575141907,
|
| 1247 |
+
"learning_rate": 0.00018349685534591197,
|
| 1248 |
+
"loss": 0.3575,
|
| 1249 |
+
"step": 354
|
| 1250 |
+
},
|
| 1251 |
+
{
|
| 1252 |
+
"epoch": 4.45141065830721,
|
| 1253 |
+
"grad_norm": 0.2809455096721649,
|
| 1254 |
+
"learning_rate": 0.00018339622641509436,
|
| 1255 |
+
"loss": 0.3097,
|
| 1256 |
+
"step": 356
|
| 1257 |
+
},
|
| 1258 |
+
{
|
| 1259 |
+
"epoch": 4.476489028213166,
|
| 1260 |
+
"grad_norm": 0.3250884413719177,
|
| 1261 |
+
"learning_rate": 0.00018329559748427675,
|
| 1262 |
+
"loss": 0.4113,
|
| 1263 |
+
"step": 358
|
| 1264 |
+
},
|
| 1265 |
+
{
|
| 1266 |
+
"epoch": 4.501567398119122,
|
| 1267 |
+
"grad_norm": 0.29040804505348206,
|
| 1268 |
+
"learning_rate": 0.0001831949685534591,
|
| 1269 |
+
"loss": 0.4481,
|
| 1270 |
+
"step": 360
|
| 1271 |
+
},
|
| 1272 |
+
{
|
| 1273 |
+
"epoch": 4.5266457680250785,
|
| 1274 |
+
"grad_norm": 0.3208359479904175,
|
| 1275 |
+
"learning_rate": 0.0001830943396226415,
|
| 1276 |
+
"loss": 0.4438,
|
| 1277 |
+
"step": 362
|
| 1278 |
+
},
|
| 1279 |
+
{
|
| 1280 |
+
"epoch": 4.551724137931035,
|
| 1281 |
+
"grad_norm": 0.23080404102802277,
|
| 1282 |
+
"learning_rate": 0.00018299371069182391,
|
| 1283 |
+
"loss": 0.2099,
|
| 1284 |
+
"step": 364
|
| 1285 |
+
},
|
| 1286 |
+
{
|
| 1287 |
+
"epoch": 4.576802507836991,
|
| 1288 |
+
"grad_norm": 0.2984071373939514,
|
| 1289 |
+
"learning_rate": 0.0001828930817610063,
|
| 1290 |
+
"loss": 0.3339,
|
| 1291 |
+
"step": 366
|
| 1292 |
+
},
|
| 1293 |
+
{
|
| 1294 |
+
"epoch": 4.601880877742946,
|
| 1295 |
+
"grad_norm": 0.3299279808998108,
|
| 1296 |
+
"learning_rate": 0.0001827924528301887,
|
| 1297 |
+
"loss": 0.4208,
|
| 1298 |
+
"step": 368
|
| 1299 |
+
},
|
| 1300 |
+
{
|
| 1301 |
+
"epoch": 4.6269592476489025,
|
| 1302 |
+
"grad_norm": 0.3243483006954193,
|
| 1303 |
+
"learning_rate": 0.00018269182389937108,
|
| 1304 |
+
"loss": 0.4165,
|
| 1305 |
+
"step": 370
|
| 1306 |
+
},
|
| 1307 |
+
{
|
| 1308 |
+
"epoch": 4.652037617554859,
|
| 1309 |
+
"grad_norm": 0.29541853070259094,
|
| 1310 |
+
"learning_rate": 0.00018259119496855347,
|
| 1311 |
+
"loss": 0.3703,
|
| 1312 |
+
"step": 372
|
| 1313 |
+
},
|
| 1314 |
+
{
|
| 1315 |
+
"epoch": 4.677115987460815,
|
| 1316 |
+
"grad_norm": 0.3010431230068207,
|
| 1317 |
+
"learning_rate": 0.00018249056603773586,
|
| 1318 |
+
"loss": 0.4034,
|
| 1319 |
+
"step": 374
|
| 1320 |
+
},
|
| 1321 |
+
{
|
| 1322 |
+
"epoch": 4.702194357366771,
|
| 1323 |
+
"grad_norm": 0.2970607578754425,
|
| 1324 |
+
"learning_rate": 0.00018238993710691825,
|
| 1325 |
+
"loss": 0.3151,
|
| 1326 |
+
"step": 376
|
| 1327 |
+
},
|
| 1328 |
+
{
|
| 1329 |
+
"epoch": 4.7272727272727275,
|
| 1330 |
+
"grad_norm": 0.2794083058834076,
|
| 1331 |
+
"learning_rate": 0.00018228930817610063,
|
| 1332 |
+
"loss": 0.3605,
|
| 1333 |
+
"step": 378
|
| 1334 |
+
},
|
| 1335 |
+
{
|
| 1336 |
+
"epoch": 4.752351097178684,
|
| 1337 |
+
"grad_norm": 0.2949012219905853,
|
| 1338 |
+
"learning_rate": 0.00018218867924528302,
|
| 1339 |
+
"loss": 0.343,
|
| 1340 |
+
"step": 380
|
| 1341 |
+
},
|
| 1342 |
+
{
|
| 1343 |
+
"epoch": 4.777429467084639,
|
| 1344 |
+
"grad_norm": 0.28160709142684937,
|
| 1345 |
+
"learning_rate": 0.0001820880503144654,
|
| 1346 |
+
"loss": 0.4515,
|
| 1347 |
+
"step": 382
|
| 1348 |
+
},
|
| 1349 |
+
{
|
| 1350 |
+
"epoch": 4.802507836990595,
|
| 1351 |
+
"grad_norm": 0.296051561832428,
|
| 1352 |
+
"learning_rate": 0.00018198742138364783,
|
| 1353 |
+
"loss": 0.3908,
|
| 1354 |
+
"step": 384
|
| 1355 |
+
},
|
| 1356 |
+
{
|
| 1357 |
+
"epoch": 4.827586206896552,
|
| 1358 |
+
"grad_norm": 0.26115506887435913,
|
| 1359 |
+
"learning_rate": 0.0001818867924528302,
|
| 1360 |
+
"loss": 0.3312,
|
| 1361 |
+
"step": 386
|
| 1362 |
+
},
|
| 1363 |
+
{
|
| 1364 |
+
"epoch": 4.852664576802508,
|
| 1365 |
+
"grad_norm": 0.27632880210876465,
|
| 1366 |
+
"learning_rate": 0.00018178616352201258,
|
| 1367 |
+
"loss": 0.3179,
|
| 1368 |
+
"step": 388
|
| 1369 |
+
},
|
| 1370 |
+
{
|
| 1371 |
+
"epoch": 4.877742946708464,
|
| 1372 |
+
"grad_norm": 0.2973230481147766,
|
| 1373 |
+
"learning_rate": 0.00018168553459119497,
|
| 1374 |
+
"loss": 0.382,
|
| 1375 |
+
"step": 390
|
| 1376 |
+
},
|
| 1377 |
+
{
|
| 1378 |
+
"epoch": 4.90282131661442,
|
| 1379 |
+
"grad_norm": 0.2833520472049713,
|
| 1380 |
+
"learning_rate": 0.00018158490566037736,
|
| 1381 |
+
"loss": 0.3363,
|
| 1382 |
+
"step": 392
|
| 1383 |
+
},
|
| 1384 |
+
{
|
| 1385 |
+
"epoch": 4.927899686520377,
|
| 1386 |
+
"grad_norm": 0.30823326110839844,
|
| 1387 |
+
"learning_rate": 0.00018148427672955977,
|
| 1388 |
+
"loss": 0.3234,
|
| 1389 |
+
"step": 394
|
| 1390 |
+
},
|
| 1391 |
+
{
|
| 1392 |
+
"epoch": 4.952978056426332,
|
| 1393 |
+
"grad_norm": 0.2736763060092926,
|
| 1394 |
+
"learning_rate": 0.00018138364779874216,
|
| 1395 |
+
"loss": 0.415,
|
| 1396 |
+
"step": 396
|
| 1397 |
+
},
|
| 1398 |
+
{
|
| 1399 |
+
"epoch": 4.978056426332288,
|
| 1400 |
+
"grad_norm": 0.2832898199558258,
|
| 1401 |
+
"learning_rate": 0.00018128301886792455,
|
| 1402 |
+
"loss": 0.3755,
|
| 1403 |
+
"step": 398
|
| 1404 |
+
},
|
| 1405 |
+
{
|
| 1406 |
+
"epoch": 5.0,
|
| 1407 |
+
"grad_norm": 0.3281781077384949,
|
| 1408 |
+
"learning_rate": 0.0001811823899371069,
|
| 1409 |
+
"loss": 0.2756,
|
| 1410 |
+
"step": 400
|
| 1411 |
+
}
|
| 1412 |
+
],
|
| 1413 |
+
"logging_steps": 2,
|
| 1414 |
+
"max_steps": 4000,
|
| 1415 |
+
"num_input_tokens_seen": 0,
|
| 1416 |
+
"num_train_epochs": 50,
|
| 1417 |
+
"save_steps": 100,
|
| 1418 |
+
"stateful_callbacks": {
|
| 1419 |
+
"TrainerControl": {
|
| 1420 |
+
"args": {
|
| 1421 |
+
"should_epoch_stop": false,
|
| 1422 |
+
"should_evaluate": false,
|
| 1423 |
+
"should_log": false,
|
| 1424 |
+
"should_save": true,
|
| 1425 |
+
"should_training_stop": false
|
| 1426 |
+
},
|
| 1427 |
+
"attributes": {}
|
| 1428 |
+
}
|
| 1429 |
+
},
|
| 1430 |
+
"total_flos": 1.25570189464994e+18,
|
| 1431 |
+
"train_batch_size": 4,
|
| 1432 |
+
"trial_name": null,
|
| 1433 |
+
"trial_params": null
|
| 1434 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d7eeb34846922a2a7eebd5772ded3cd6debc410de201f3ffbbad85d6518c86c
|
| 3 |
+
size 6161
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|