Text Generation
PEFT
Safetensors
English
qwen3_5_moe_text
lora
qwen3.6
roleplay
creative-writing
interactive-fiction
conversational
4-bit precision
bitsandbytes
Instructions to use Darksp33d/loreweaver-rp-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Darksp33d/loreweaver-rp-v1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("togethercomputer/Qwen3.6-35B-A3B_bnb_4bit_t") model = PeftModel.from_pretrained(base_model, "Darksp33d/loreweaver-rp-v1") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +202 -0
- adapter_config.json +36 -0
- adapter_model.safetensors +3 -0
- chat_template.jinja +151 -0
- config.json +111 -0
- special_tokens_map.json +11 -0
- tokenizer.json +3 -0
- tokenizer_config.json +33 -0
- trainer_state.json +2268 -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,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: togethercomputer/Qwen3.6-35B-A3B_bnb_4bit_t
|
| 3 |
+
library_name: peft
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Model Card for Model ID
|
| 7 |
+
|
| 8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
## Model Details
|
| 13 |
+
|
| 14 |
+
### Model Description
|
| 15 |
+
|
| 16 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
- **Developed by:** [More Information Needed]
|
| 21 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 22 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 23 |
+
- **Model type:** [More Information Needed]
|
| 24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 25 |
+
- **License:** [More Information Needed]
|
| 26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 27 |
+
|
| 28 |
+
### Model Sources [optional]
|
| 29 |
+
|
| 30 |
+
<!-- Provide the basic links for the model. -->
|
| 31 |
+
|
| 32 |
+
- **Repository:** [More Information Needed]
|
| 33 |
+
- **Paper [optional]:** [More Information Needed]
|
| 34 |
+
- **Demo [optional]:** [More Information Needed]
|
| 35 |
+
|
| 36 |
+
## Uses
|
| 37 |
+
|
| 38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 39 |
+
|
| 40 |
+
### Direct Use
|
| 41 |
+
|
| 42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 43 |
+
|
| 44 |
+
[More Information Needed]
|
| 45 |
+
|
| 46 |
+
### Downstream Use [optional]
|
| 47 |
+
|
| 48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 49 |
+
|
| 50 |
+
[More Information Needed]
|
| 51 |
+
|
| 52 |
+
### Out-of-Scope Use
|
| 53 |
+
|
| 54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 55 |
+
|
| 56 |
+
[More Information Needed]
|
| 57 |
+
|
| 58 |
+
## Bias, Risks, and Limitations
|
| 59 |
+
|
| 60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 61 |
+
|
| 62 |
+
[More Information Needed]
|
| 63 |
+
|
| 64 |
+
### Recommendations
|
| 65 |
+
|
| 66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 67 |
+
|
| 68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 69 |
+
|
| 70 |
+
## How to Get Started with the Model
|
| 71 |
+
|
| 72 |
+
Use the code below to get started with the model.
|
| 73 |
+
|
| 74 |
+
[More Information Needed]
|
| 75 |
+
|
| 76 |
+
## Training Details
|
| 77 |
+
|
| 78 |
+
### Training Data
|
| 79 |
+
|
| 80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 81 |
+
|
| 82 |
+
[More Information Needed]
|
| 83 |
+
|
| 84 |
+
### Training Procedure
|
| 85 |
+
|
| 86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 87 |
+
|
| 88 |
+
#### Preprocessing [optional]
|
| 89 |
+
|
| 90 |
+
[More Information Needed]
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
#### Training Hyperparameters
|
| 94 |
+
|
| 95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 96 |
+
|
| 97 |
+
#### Speeds, Sizes, Times [optional]
|
| 98 |
+
|
| 99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 100 |
+
|
| 101 |
+
[More Information Needed]
|
| 102 |
+
|
| 103 |
+
## Evaluation
|
| 104 |
+
|
| 105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 106 |
+
|
| 107 |
+
### Testing Data, Factors & Metrics
|
| 108 |
+
|
| 109 |
+
#### Testing Data
|
| 110 |
+
|
| 111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 112 |
+
|
| 113 |
+
[More Information Needed]
|
| 114 |
+
|
| 115 |
+
#### Factors
|
| 116 |
+
|
| 117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
#### Metrics
|
| 122 |
+
|
| 123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
### Results
|
| 128 |
+
|
| 129 |
+
[More Information Needed]
|
| 130 |
+
|
| 131 |
+
#### Summary
|
| 132 |
+
|
| 133 |
+
|
| 134 |
+
|
| 135 |
+
## Model Examination [optional]
|
| 136 |
+
|
| 137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 138 |
+
|
| 139 |
+
[More Information Needed]
|
| 140 |
+
|
| 141 |
+
## Environmental Impact
|
| 142 |
+
|
| 143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 144 |
+
|
| 145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 146 |
+
|
| 147 |
+
- **Hardware Type:** [More Information Needed]
|
| 148 |
+
- **Hours used:** [More Information Needed]
|
| 149 |
+
- **Cloud Provider:** [More Information Needed]
|
| 150 |
+
- **Compute Region:** [More Information Needed]
|
| 151 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 152 |
+
|
| 153 |
+
## Technical Specifications [optional]
|
| 154 |
+
|
| 155 |
+
### Model Architecture and Objective
|
| 156 |
+
|
| 157 |
+
[More Information Needed]
|
| 158 |
+
|
| 159 |
+
### Compute Infrastructure
|
| 160 |
+
|
| 161 |
+
[More Information Needed]
|
| 162 |
+
|
| 163 |
+
#### Hardware
|
| 164 |
+
|
| 165 |
+
[More Information Needed]
|
| 166 |
+
|
| 167 |
+
#### Software
|
| 168 |
+
|
| 169 |
+
[More Information Needed]
|
| 170 |
+
|
| 171 |
+
## Citation [optional]
|
| 172 |
+
|
| 173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 174 |
+
|
| 175 |
+
**BibTeX:**
|
| 176 |
+
|
| 177 |
+
[More Information Needed]
|
| 178 |
+
|
| 179 |
+
**APA:**
|
| 180 |
+
|
| 181 |
+
[More Information Needed]
|
| 182 |
+
|
| 183 |
+
## Glossary [optional]
|
| 184 |
+
|
| 185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 186 |
+
|
| 187 |
+
[More Information Needed]
|
| 188 |
+
|
| 189 |
+
## More Information [optional]
|
| 190 |
+
|
| 191 |
+
[More Information Needed]
|
| 192 |
+
|
| 193 |
+
## Model Card Authors [optional]
|
| 194 |
+
|
| 195 |
+
[More Information Needed]
|
| 196 |
+
|
| 197 |
+
## Model Card Contact
|
| 198 |
+
|
| 199 |
+
[More Information Needed]
|
| 200 |
+
### Framework versions
|
| 201 |
+
|
| 202 |
+
- PEFT 0.15.1
|
adapter_config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "togethercomputer/Qwen3.6-35B-A3B_bnb_4bit_t",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": [],
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 128,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.05000000074505806,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"r": 64,
|
| 24 |
+
"rank_pattern": {},
|
| 25 |
+
"revision": null,
|
| 26 |
+
"target_modules": [
|
| 27 |
+
"o_proj",
|
| 28 |
+
"v_proj",
|
| 29 |
+
"k_proj",
|
| 30 |
+
"q_proj"
|
| 31 |
+
],
|
| 32 |
+
"task_type": "CAUSAL_LM",
|
| 33 |
+
"trainable_token_indices": null,
|
| 34 |
+
"use_dora": false,
|
| 35 |
+
"use_rslora": false
|
| 36 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f9501ef7627d21969fcda912b64f1cdeff8b1e4d6f3e2842d2f68a9ad53849a
|
| 3 |
+
size 55061008
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,151 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- set image_count = namespace(value=0) %}
|
| 2 |
+
{%- set video_count = namespace(value=0) %}
|
| 3 |
+
{%- macro render_content(content, do_vision_count, is_system_content=false) %}
|
| 4 |
+
{%- if content is string %}
|
| 5 |
+
{{- content }}
|
| 6 |
+
{%- elif content is iterable and content is not mapping %}
|
| 7 |
+
{%- for item in content %}
|
| 8 |
+
{%- if 'image' in item or 'image_url' in item or item.type == 'image' %}
|
| 9 |
+
{%- if is_system_content %}
|
| 10 |
+
{{- raise_exception('System message cannot contain images.') }}
|
| 11 |
+
{%- endif %}
|
| 12 |
+
{%- if do_vision_count %}
|
| 13 |
+
{%- set image_count.value = image_count.value + 1 %}
|
| 14 |
+
{%- endif %}
|
| 15 |
+
{%- if add_vision_id %}
|
| 16 |
+
{{- 'Picture ' ~ image_count.value ~ ': ' }}
|
| 17 |
+
{%- endif %}
|
| 18 |
+
{{- '<|vision_start|><|image_pad|><|vision_end|>' }}
|
| 19 |
+
{%- elif 'video' in item or item.type == 'video' %}
|
| 20 |
+
{%- if is_system_content %}
|
| 21 |
+
{{- raise_exception('System message cannot contain videos.') }}
|
| 22 |
+
{%- endif %}
|
| 23 |
+
{%- if do_vision_count %}
|
| 24 |
+
{%- set video_count.value = video_count.value + 1 %}
|
| 25 |
+
{%- endif %}
|
| 26 |
+
{%- if add_vision_id %}
|
| 27 |
+
{{- 'Video ' ~ video_count.value ~ ': ' }}
|
| 28 |
+
{%- endif %}
|
| 29 |
+
{{- '<|vision_start|><|video_pad|><|vision_end|>' }}
|
| 30 |
+
{%- elif 'text' in item %}
|
| 31 |
+
{{- item.text }}
|
| 32 |
+
{%- else %}
|
| 33 |
+
{{- raise_exception('Unexpected item type in content.') }}
|
| 34 |
+
{%- endif %}
|
| 35 |
+
{%- endfor %}
|
| 36 |
+
{%- elif content is none or content is undefined %}
|
| 37 |
+
{{- '' }}
|
| 38 |
+
{%- else %}
|
| 39 |
+
{{- raise_exception('Unexpected content type.') }}
|
| 40 |
+
{%- endif %}
|
| 41 |
+
{%- endmacro %}
|
| 42 |
+
{%- if not messages %}
|
| 43 |
+
{{- raise_exception('No messages provided.') }}
|
| 44 |
+
{%- endif %}
|
| 45 |
+
{%- if tools and tools is iterable and tools is not mapping %}
|
| 46 |
+
{{- '<|im_start|>system\n' }}
|
| 47 |
+
{{- "# Tools\n\nYou have access to the following functions:\n\n<tools>" }}
|
| 48 |
+
{%- for tool in tools %}
|
| 49 |
+
{{- "\n" }}
|
| 50 |
+
{{- tool | tojson }}
|
| 51 |
+
{%- endfor %}
|
| 52 |
+
{{- "\n</tools>" }}
|
| 53 |
+
{{- '\n\nIf you choose to call a function ONLY reply in the following format with NO suffix:\n\n<tool_call>\n<function=example_function_name>\n<parameter=example_parameter_1>\nvalue_1\n</parameter>\n<parameter=example_parameter_2>\nThis is the value for the second parameter\nthat can span\nmultiple lines\n</parameter>\n</function>\n</tool_call>\n\n<IMPORTANT>\nReminder:\n- Function calls MUST follow the specified format: an inner <function=...></function> block must be nested within <tool_call></tool_call> XML tags\n- Required parameters MUST be specified\n- You may provide optional reasoning for your function call in natural language BEFORE the function call, but NOT after\n- If there is no function call available, answer the question like normal with your current knowledge and do not tell the user about function calls\n</IMPORTANT>' }}
|
| 54 |
+
{%- if messages[0].role == 'system' %}
|
| 55 |
+
{%- set content = render_content(messages[0].content, false, true)|trim %}
|
| 56 |
+
{%- if content %}
|
| 57 |
+
{{- '\n\n' + content }}
|
| 58 |
+
{%- endif %}
|
| 59 |
+
{%- endif %}
|
| 60 |
+
{{- '<|im_end|>\n' }}
|
| 61 |
+
{%- else %}
|
| 62 |
+
{%- if messages[0].role == 'system' %}
|
| 63 |
+
{%- set content = render_content(messages[0].content, false, true)|trim %}
|
| 64 |
+
{{- '<|im_start|>system\n' + content + '<|im_end|>\n' }}
|
| 65 |
+
{%- endif %}
|
| 66 |
+
{%- endif %}
|
| 67 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
| 68 |
+
{%- for message in messages[::-1] %}
|
| 69 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
| 70 |
+
{%- if ns.multi_step_tool and message.role == "user" %}
|
| 71 |
+
{%- set content = render_content(message.content, false)|trim %}
|
| 72 |
+
{%- if not(content.startswith('<tool_response>') and content.endswith('</tool_response>')) %}
|
| 73 |
+
{%- set ns.multi_step_tool = false %}
|
| 74 |
+
{%- set ns.last_query_index = index %}
|
| 75 |
+
{%- endif %}
|
| 76 |
+
{%- endif %}
|
| 77 |
+
{%- endfor %}
|
| 78 |
+
{%- for message in messages %}
|
| 79 |
+
{%- set content = render_content(message.content, true)|trim %}
|
| 80 |
+
{%- if message.role == "system" %}
|
| 81 |
+
{%- if not loop.first %}
|
| 82 |
+
{{- raise_exception('System message must be at the beginning.') }}
|
| 83 |
+
{%- endif %}
|
| 84 |
+
{%- elif message.role == "user" %}
|
| 85 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
| 86 |
+
{%- elif message.role == "assistant" %}
|
| 87 |
+
{%- set reasoning_content = '' %}
|
| 88 |
+
{%- if message.reasoning_content is string %}
|
| 89 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 90 |
+
{%- else %}
|
| 91 |
+
{%- if '</think>' in content %}
|
| 92 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 93 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
| 94 |
+
{%- endif %}
|
| 95 |
+
{%- endif %}
|
| 96 |
+
{%- set reasoning_content = reasoning_content|trim %}
|
| 97 |
+
{%- if (preserve_thinking is defined and preserve_thinking is true) or (loop.index0 > ns.last_query_index) %}
|
| 98 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content + '\n</think>\n\n' + content }}
|
| 99 |
+
{%- else %}
|
| 100 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 101 |
+
{%- endif %}
|
| 102 |
+
{%- if message.tool_calls and message.tool_calls is iterable and message.tool_calls is not mapping %}
|
| 103 |
+
{%- for tool_call in message.tool_calls %}
|
| 104 |
+
{%- if tool_call.function is defined %}
|
| 105 |
+
{%- set tool_call = tool_call.function %}
|
| 106 |
+
{%- endif %}
|
| 107 |
+
{%- if loop.first %}
|
| 108 |
+
{%- if content|trim %}
|
| 109 |
+
{{- '\n\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
|
| 110 |
+
{%- else %}
|
| 111 |
+
{{- '<tool_call>\n<function=' + tool_call.name + '>\n' }}
|
| 112 |
+
{%- endif %}
|
| 113 |
+
{%- else %}
|
| 114 |
+
{{- '\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
|
| 115 |
+
{%- endif %}
|
| 116 |
+
{%- if tool_call.arguments is defined %}
|
| 117 |
+
{%- for args_name, args_value in tool_call.arguments|items %}
|
| 118 |
+
{{- '<parameter=' + args_name + '>\n' }}
|
| 119 |
+
{%- set args_value = args_value | string if args_value is string else args_value | tojson | safe %}
|
| 120 |
+
{{- args_value }}
|
| 121 |
+
{{- '\n</parameter>\n' }}
|
| 122 |
+
{%- endfor %}
|
| 123 |
+
{%- endif %}
|
| 124 |
+
{{- '</function>\n</tool_call>' }}
|
| 125 |
+
{%- endfor %}
|
| 126 |
+
{%- endif %}
|
| 127 |
+
{{- '<|im_end|>\n' }}
|
| 128 |
+
{%- elif message.role == "tool" %}
|
| 129 |
+
{%- if loop.previtem and loop.previtem.role != "tool" %}
|
| 130 |
+
{{- '<|im_start|>user' }}
|
| 131 |
+
{%- endif %}
|
| 132 |
+
{{- '\n<tool_response>\n' }}
|
| 133 |
+
{{- content }}
|
| 134 |
+
{{- '\n</tool_response>' }}
|
| 135 |
+
{%- if not loop.last and loop.nextitem.role != "tool" %}
|
| 136 |
+
{{- '<|im_end|>\n' }}
|
| 137 |
+
{%- elif loop.last %}
|
| 138 |
+
{{- '<|im_end|>\n' }}
|
| 139 |
+
{%- endif %}
|
| 140 |
+
{%- else %}
|
| 141 |
+
{{- raise_exception('Unexpected message role.') }}
|
| 142 |
+
{%- endif %}
|
| 143 |
+
{%- endfor %}
|
| 144 |
+
{%- if add_generation_prompt %}
|
| 145 |
+
{{- '<|im_start|>assistant\n' }}
|
| 146 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
| 147 |
+
{{- '<think>\n\n</think>\n\n' }}
|
| 148 |
+
{%- else %}
|
| 149 |
+
{{- '<think>\n' }}
|
| 150 |
+
{%- endif %}
|
| 151 |
+
{%- endif %}
|
config.json
ADDED
|
@@ -0,0 +1,111 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen3_5MoeForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"attn_output_gate": true,
|
| 8 |
+
"bos_token_id": null,
|
| 9 |
+
"dtype": "bfloat16",
|
| 10 |
+
"eos_token_id": 248046,
|
| 11 |
+
"full_attention_interval": 4,
|
| 12 |
+
"head_dim": 256,
|
| 13 |
+
"hidden_act": "silu",
|
| 14 |
+
"hidden_size": 2048,
|
| 15 |
+
"initializer_range": 0.02,
|
| 16 |
+
"layer_types": [
|
| 17 |
+
"linear_attention",
|
| 18 |
+
"linear_attention",
|
| 19 |
+
"linear_attention",
|
| 20 |
+
"full_attention",
|
| 21 |
+
"linear_attention",
|
| 22 |
+
"linear_attention",
|
| 23 |
+
"linear_attention",
|
| 24 |
+
"full_attention",
|
| 25 |
+
"linear_attention",
|
| 26 |
+
"linear_attention",
|
| 27 |
+
"linear_attention",
|
| 28 |
+
"full_attention",
|
| 29 |
+
"linear_attention",
|
| 30 |
+
"linear_attention",
|
| 31 |
+
"linear_attention",
|
| 32 |
+
"full_attention",
|
| 33 |
+
"linear_attention",
|
| 34 |
+
"linear_attention",
|
| 35 |
+
"linear_attention",
|
| 36 |
+
"full_attention",
|
| 37 |
+
"linear_attention",
|
| 38 |
+
"linear_attention",
|
| 39 |
+
"linear_attention",
|
| 40 |
+
"full_attention",
|
| 41 |
+
"linear_attention",
|
| 42 |
+
"linear_attention",
|
| 43 |
+
"linear_attention",
|
| 44 |
+
"full_attention",
|
| 45 |
+
"linear_attention",
|
| 46 |
+
"linear_attention",
|
| 47 |
+
"linear_attention",
|
| 48 |
+
"full_attention",
|
| 49 |
+
"linear_attention",
|
| 50 |
+
"linear_attention",
|
| 51 |
+
"linear_attention",
|
| 52 |
+
"full_attention",
|
| 53 |
+
"linear_attention",
|
| 54 |
+
"linear_attention",
|
| 55 |
+
"linear_attention",
|
| 56 |
+
"full_attention"
|
| 57 |
+
],
|
| 58 |
+
"linear_conv_kernel_dim": 4,
|
| 59 |
+
"linear_key_head_dim": 128,
|
| 60 |
+
"linear_num_key_heads": 16,
|
| 61 |
+
"linear_num_value_heads": 32,
|
| 62 |
+
"linear_value_head_dim": 128,
|
| 63 |
+
"mamba_ssm_dtype": "float32",
|
| 64 |
+
"max_position_embeddings": 262144,
|
| 65 |
+
"model_type": "qwen3_5_moe_text",
|
| 66 |
+
"moe_intermediate_size": 512,
|
| 67 |
+
"mtp_num_hidden_layers": 1,
|
| 68 |
+
"mtp_use_dedicated_embeddings": false,
|
| 69 |
+
"num_attention_heads": 16,
|
| 70 |
+
"num_experts": 256,
|
| 71 |
+
"num_experts_per_tok": 8,
|
| 72 |
+
"num_hidden_layers": 40,
|
| 73 |
+
"num_key_value_heads": 2,
|
| 74 |
+
"output_router_logits": false,
|
| 75 |
+
"pad_token_id": 248044,
|
| 76 |
+
"partial_rotary_factor": 0.25,
|
| 77 |
+
"quantization_config": {
|
| 78 |
+
"_load_in_4bit": true,
|
| 79 |
+
"_load_in_8bit": false,
|
| 80 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
| 81 |
+
"bnb_4bit_quant_storage": "bfloat16",
|
| 82 |
+
"bnb_4bit_quant_type": "nf4",
|
| 83 |
+
"bnb_4bit_use_double_quant": false,
|
| 84 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
| 85 |
+
"llm_int8_has_fp16_weight": false,
|
| 86 |
+
"llm_int8_skip_modules": null,
|
| 87 |
+
"llm_int8_threshold": 6.0,
|
| 88 |
+
"load_in_4bit": true,
|
| 89 |
+
"load_in_8bit": false,
|
| 90 |
+
"quant_method": "bitsandbytes"
|
| 91 |
+
},
|
| 92 |
+
"rms_norm_eps": 1e-06,
|
| 93 |
+
"rope_parameters": {
|
| 94 |
+
"mrope_interleaved": true,
|
| 95 |
+
"mrope_section": [
|
| 96 |
+
11,
|
| 97 |
+
11,
|
| 98 |
+
10
|
| 99 |
+
],
|
| 100 |
+
"partial_rotary_factor": 0.25,
|
| 101 |
+
"rope_theta": 10000000,
|
| 102 |
+
"rope_type": "default"
|
| 103 |
+
},
|
| 104 |
+
"router_aux_loss_coef": 0.001,
|
| 105 |
+
"shared_expert_intermediate_size": 512,
|
| 106 |
+
"tie_word_embeddings": false,
|
| 107 |
+
"transformers_version": "5.10.1",
|
| 108 |
+
"use_cache": false,
|
| 109 |
+
"vocab_size": 248320,
|
| 110 |
+
"torch_dtype": "bfloat16"
|
| 111 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"audio_bos_token": "<|audio_start|>",
|
| 3 |
+
"audio_eos_token": "<|audio_end|>",
|
| 4 |
+
"audio_token": "<|audio_pad|>",
|
| 5 |
+
"eos_token": "<|im_end|>",
|
| 6 |
+
"image_token": "<|image_pad|>",
|
| 7 |
+
"pad_token": "<|endoftext|>",
|
| 8 |
+
"video_token": "<|video_pad|>",
|
| 9 |
+
"vision_bos_token": "<|vision_start|>",
|
| 10 |
+
"vision_eos_token": "<|vision_end|>"
|
| 11 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06b9509352d2af50381ab2247e083b80d32d5c0aba91c272ca9ff729b6a0e523
|
| 3 |
+
size 19989325
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"audio_bos_token": "<|audio_start|>",
|
| 4 |
+
"audio_eos_token": "<|audio_end|>",
|
| 5 |
+
"audio_token": "<|audio_pad|>",
|
| 6 |
+
"backend": "tokenizers",
|
| 7 |
+
"bos_token": null,
|
| 8 |
+
"clean_up_tokenization_spaces": false,
|
| 9 |
+
"eos_token": "<|im_end|>",
|
| 10 |
+
"errors": "replace",
|
| 11 |
+
"image_token": "<|image_pad|>",
|
| 12 |
+
"is_local": false,
|
| 13 |
+
"local_files_only": true,
|
| 14 |
+
"model_max_length": 262144,
|
| 15 |
+
"model_specific_special_tokens": {
|
| 16 |
+
"audio_bos_token": "<|audio_start|>",
|
| 17 |
+
"audio_eos_token": "<|audio_end|>",
|
| 18 |
+
"audio_token": "<|audio_pad|>",
|
| 19 |
+
"image_token": "<|image_pad|>",
|
| 20 |
+
"video_token": "<|video_pad|>",
|
| 21 |
+
"vision_bos_token": "<|vision_start|>",
|
| 22 |
+
"vision_eos_token": "<|vision_end|>"
|
| 23 |
+
},
|
| 24 |
+
"pad_token": "<|endoftext|>",
|
| 25 |
+
"padding_side": "right",
|
| 26 |
+
"pretokenize_regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?[\\p{L}\\p{M}]+|\\p{N}| ?[^\\s\\p{L}\\p{M}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+",
|
| 27 |
+
"split_special_tokens": false,
|
| 28 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 29 |
+
"unk_token": null,
|
| 30 |
+
"video_token": "<|video_pad|>",
|
| 31 |
+
"vision_bos_token": "<|vision_start|>",
|
| 32 |
+
"vision_eos_token": "<|vision_end|>"
|
| 33 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,2268 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 1.0,
|
| 6 |
+
"eval_steps": 318,
|
| 7 |
+
"global_step": 318,
|
| 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.0031446540880503146,
|
| 14 |
+
"grad_norm": 1.4494149684906006,
|
| 15 |
+
"learning_rate": 0.0,
|
| 16 |
+
"loss": 2.1591796875,
|
| 17 |
+
"step": 1
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.006289308176100629,
|
| 21 |
+
"grad_norm": 1.472015619277954,
|
| 22 |
+
"learning_rate": 1.0000000000000002e-06,
|
| 23 |
+
"loss": 1.9853515625,
|
| 24 |
+
"step": 2
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.009433962264150943,
|
| 28 |
+
"grad_norm": 1.2991633415222168,
|
| 29 |
+
"learning_rate": 2.0000000000000003e-06,
|
| 30 |
+
"loss": 1.94287109375,
|
| 31 |
+
"step": 3
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.012578616352201259,
|
| 35 |
+
"grad_norm": 1.3701603412628174,
|
| 36 |
+
"learning_rate": 3e-06,
|
| 37 |
+
"loss": 1.96337890625,
|
| 38 |
+
"step": 4
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.015723270440251572,
|
| 42 |
+
"grad_norm": 1.668572187423706,
|
| 43 |
+
"learning_rate": 4.000000000000001e-06,
|
| 44 |
+
"loss": 2.1435546875,
|
| 45 |
+
"step": 5
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.018867924528301886,
|
| 49 |
+
"grad_norm": 1.2014765739440918,
|
| 50 |
+
"learning_rate": 5e-06,
|
| 51 |
+
"loss": 1.95751953125,
|
| 52 |
+
"step": 6
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.0220125786163522,
|
| 56 |
+
"grad_norm": 1.3996855020523071,
|
| 57 |
+
"learning_rate": 6e-06,
|
| 58 |
+
"loss": 2.08203125,
|
| 59 |
+
"step": 7
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.025157232704402517,
|
| 63 |
+
"grad_norm": 1.3427141904830933,
|
| 64 |
+
"learning_rate": 7e-06,
|
| 65 |
+
"loss": 2.046142578125,
|
| 66 |
+
"step": 8
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.02830188679245283,
|
| 70 |
+
"grad_norm": 1.6375218629837036,
|
| 71 |
+
"learning_rate": 8.000000000000001e-06,
|
| 72 |
+
"loss": 2.1396484375,
|
| 73 |
+
"step": 9
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.031446540880503145,
|
| 77 |
+
"grad_norm": 0.7162802815437317,
|
| 78 |
+
"learning_rate": 9e-06,
|
| 79 |
+
"loss": 1.611328125,
|
| 80 |
+
"step": 10
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.03459119496855346,
|
| 84 |
+
"grad_norm": 1.6569421291351318,
|
| 85 |
+
"learning_rate": 1e-05,
|
| 86 |
+
"loss": 2.0888671875,
|
| 87 |
+
"step": 11
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.03773584905660377,
|
| 91 |
+
"grad_norm": 1.2393434047698975,
|
| 92 |
+
"learning_rate": 9.999739903471488e-06,
|
| 93 |
+
"loss": 1.94384765625,
|
| 94 |
+
"step": 12
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.040880503144654086,
|
| 98 |
+
"grad_norm": 1.2549704313278198,
|
| 99 |
+
"learning_rate": 9.998959640946033e-06,
|
| 100 |
+
"loss": 1.9033203125,
|
| 101 |
+
"step": 13
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.0440251572327044,
|
| 105 |
+
"grad_norm": 1.196319580078125,
|
| 106 |
+
"learning_rate": 9.997659293601066e-06,
|
| 107 |
+
"loss": 1.92578125,
|
| 108 |
+
"step": 14
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.04716981132075472,
|
| 112 |
+
"grad_norm": 0.961357831954956,
|
| 113 |
+
"learning_rate": 9.995838996722916e-06,
|
| 114 |
+
"loss": 1.71826171875,
|
| 115 |
+
"step": 15
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.050314465408805034,
|
| 119 |
+
"grad_norm": 0.7349967956542969,
|
| 120 |
+
"learning_rate": 9.993498939692744e-06,
|
| 121 |
+
"loss": 1.650146484375,
|
| 122 |
+
"step": 16
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.05345911949685535,
|
| 126 |
+
"grad_norm": 0.8328500986099243,
|
| 127 |
+
"learning_rate": 9.990639365966835e-06,
|
| 128 |
+
"loss": 1.73095703125,
|
| 129 |
+
"step": 17
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.05660377358490566,
|
| 133 |
+
"grad_norm": 0.7642322778701782,
|
| 134 |
+
"learning_rate": 9.987260573051268e-06,
|
| 135 |
+
"loss": 1.638671875,
|
| 136 |
+
"step": 18
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.059748427672955975,
|
| 140 |
+
"grad_norm": 0.6029979586601257,
|
| 141 |
+
"learning_rate": 9.983362912470967e-06,
|
| 142 |
+
"loss": 1.62841796875,
|
| 143 |
+
"step": 19
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.06289308176100629,
|
| 147 |
+
"grad_norm": 0.81263667345047,
|
| 148 |
+
"learning_rate": 9.978946789733126e-06,
|
| 149 |
+
"loss": 1.64306640625,
|
| 150 |
+
"step": 20
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.0660377358490566,
|
| 154 |
+
"grad_norm": 0.6555175185203552,
|
| 155 |
+
"learning_rate": 9.97401266428502e-06,
|
| 156 |
+
"loss": 1.5634765625,
|
| 157 |
+
"step": 21
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.06918238993710692,
|
| 161 |
+
"grad_norm": 0.5500423908233643,
|
| 162 |
+
"learning_rate": 9.968561049466214e-06,
|
| 163 |
+
"loss": 1.6044921875,
|
| 164 |
+
"step": 22
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.07232704402515723,
|
| 168 |
+
"grad_norm": 0.4210081100463867,
|
| 169 |
+
"learning_rate": 9.96259251245514e-06,
|
| 170 |
+
"loss": 1.506103515625,
|
| 171 |
+
"step": 23
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.07547169811320754,
|
| 175 |
+
"grad_norm": 0.4597223401069641,
|
| 176 |
+
"learning_rate": 9.9561076742101e-06,
|
| 177 |
+
"loss": 1.5380859375,
|
| 178 |
+
"step": 24
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.07861635220125786,
|
| 182 |
+
"grad_norm": 0.5838366150856018,
|
| 183 |
+
"learning_rate": 9.949107209404664e-06,
|
| 184 |
+
"loss": 1.58203125,
|
| 185 |
+
"step": 25
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.08176100628930817,
|
| 189 |
+
"grad_norm": 0.5811012387275696,
|
| 190 |
+
"learning_rate": 9.941591846357467e-06,
|
| 191 |
+
"loss": 1.4892578125,
|
| 192 |
+
"step": 26
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.08490566037735849,
|
| 196 |
+
"grad_norm": 0.5185905694961548,
|
| 197 |
+
"learning_rate": 9.933562366956445e-06,
|
| 198 |
+
"loss": 1.463134765625,
|
| 199 |
+
"step": 27
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.0880503144654088,
|
| 203 |
+
"grad_norm": 0.4009871184825897,
|
| 204 |
+
"learning_rate": 9.925019606577486e-06,
|
| 205 |
+
"loss": 1.4609375,
|
| 206 |
+
"step": 28
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 0.09119496855345911,
|
| 210 |
+
"grad_norm": 0.4346908926963806,
|
| 211 |
+
"learning_rate": 9.915964453997516e-06,
|
| 212 |
+
"loss": 1.47900390625,
|
| 213 |
+
"step": 29
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.09433962264150944,
|
| 217 |
+
"grad_norm": 0.4531169831752777,
|
| 218 |
+
"learning_rate": 9.906397851302036e-06,
|
| 219 |
+
"loss": 1.435546875,
|
| 220 |
+
"step": 30
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.09748427672955975,
|
| 224 |
+
"grad_norm": 0.32488882541656494,
|
| 225 |
+
"learning_rate": 9.896320793787106e-06,
|
| 226 |
+
"loss": 1.35546875,
|
| 227 |
+
"step": 31
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.10062893081761007,
|
| 231 |
+
"grad_norm": 0.37860193848609924,
|
| 232 |
+
"learning_rate": 9.885734329855798e-06,
|
| 233 |
+
"loss": 1.43505859375,
|
| 234 |
+
"step": 32
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.10377358490566038,
|
| 238 |
+
"grad_norm": 0.4280271530151367,
|
| 239 |
+
"learning_rate": 9.874639560909118e-06,
|
| 240 |
+
"loss": 1.4111328125,
|
| 241 |
+
"step": 33
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.1069182389937107,
|
| 245 |
+
"grad_norm": 0.3741612732410431,
|
| 246 |
+
"learning_rate": 9.863037641231424e-06,
|
| 247 |
+
"loss": 1.3740234375,
|
| 248 |
+
"step": 34
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 0.11006289308176101,
|
| 252 |
+
"grad_norm": 0.2793862521648407,
|
| 253 |
+
"learning_rate": 9.850929777870324e-06,
|
| 254 |
+
"loss": 1.33642578125,
|
| 255 |
+
"step": 35
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.11320754716981132,
|
| 259 |
+
"grad_norm": 0.3218320310115814,
|
| 260 |
+
"learning_rate": 9.838317230511111e-06,
|
| 261 |
+
"loss": 1.393310546875,
|
| 262 |
+
"step": 36
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.11635220125786164,
|
| 266 |
+
"grad_norm": 0.3182618319988251,
|
| 267 |
+
"learning_rate": 9.8252013113457e-06,
|
| 268 |
+
"loss": 1.422607421875,
|
| 269 |
+
"step": 37
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 0.11949685534591195,
|
| 273 |
+
"grad_norm": 0.3342706561088562,
|
| 274 |
+
"learning_rate": 9.811583384936108e-06,
|
| 275 |
+
"loss": 1.34912109375,
|
| 276 |
+
"step": 38
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.12264150943396226,
|
| 280 |
+
"grad_norm": 0.23300714790821075,
|
| 281 |
+
"learning_rate": 9.797464868072489e-06,
|
| 282 |
+
"loss": 1.3857421875,
|
| 283 |
+
"step": 39
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 0.12578616352201258,
|
| 287 |
+
"grad_norm": 0.26877281069755554,
|
| 288 |
+
"learning_rate": 9.782847229625729e-06,
|
| 289 |
+
"loss": 1.34716796875,
|
| 290 |
+
"step": 40
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.1289308176100629,
|
| 294 |
+
"grad_norm": 0.20799706876277924,
|
| 295 |
+
"learning_rate": 9.767731990394638e-06,
|
| 296 |
+
"loss": 1.3388671875,
|
| 297 |
+
"step": 41
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.1320754716981132,
|
| 301 |
+
"grad_norm": 0.20554538071155548,
|
| 302 |
+
"learning_rate": 9.752120722947717e-06,
|
| 303 |
+
"loss": 1.3515625,
|
| 304 |
+
"step": 42
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 0.13522012578616352,
|
| 308 |
+
"grad_norm": 0.3131389915943146,
|
| 309 |
+
"learning_rate": 9.736015051459551e-06,
|
| 310 |
+
"loss": 1.32373046875,
|
| 311 |
+
"step": 43
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 0.13836477987421383,
|
| 315 |
+
"grad_norm": 0.15417590737342834,
|
| 316 |
+
"learning_rate": 9.719416651541839e-06,
|
| 317 |
+
"loss": 1.302734375,
|
| 318 |
+
"step": 44
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.14150943396226415,
|
| 322 |
+
"grad_norm": 0.22120970487594604,
|
| 323 |
+
"learning_rate": 9.702327250069058e-06,
|
| 324 |
+
"loss": 1.27978515625,
|
| 325 |
+
"step": 45
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.14465408805031446,
|
| 329 |
+
"grad_norm": 0.16401228308677673,
|
| 330 |
+
"learning_rate": 9.68474862499881e-06,
|
| 331 |
+
"loss": 1.24658203125,
|
| 332 |
+
"step": 46
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.14779874213836477,
|
| 336 |
+
"grad_norm": 0.17903250455856323,
|
| 337 |
+
"learning_rate": 9.666682605186834e-06,
|
| 338 |
+
"loss": 1.299560546875,
|
| 339 |
+
"step": 47
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.1509433962264151,
|
| 343 |
+
"grad_norm": 0.18163374066352844,
|
| 344 |
+
"learning_rate": 9.648131070196749e-06,
|
| 345 |
+
"loss": 1.261474609375,
|
| 346 |
+
"step": 48
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.1540880503144654,
|
| 350 |
+
"grad_norm": 0.14828112721443176,
|
| 351 |
+
"learning_rate": 9.62909595010449e-06,
|
| 352 |
+
"loss": 1.33056640625,
|
| 353 |
+
"step": 49
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 0.15723270440251572,
|
| 357 |
+
"grad_norm": 0.1566939502954483,
|
| 358 |
+
"learning_rate": 9.609579225297524e-06,
|
| 359 |
+
"loss": 1.2666015625,
|
| 360 |
+
"step": 50
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 0.16037735849056603,
|
| 364 |
+
"grad_norm": 0.17874041199684143,
|
| 365 |
+
"learning_rate": 9.589582926268798e-06,
|
| 366 |
+
"loss": 1.36767578125,
|
| 367 |
+
"step": 51
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 0.16352201257861634,
|
| 371 |
+
"grad_norm": 0.16513372957706451,
|
| 372 |
+
"learning_rate": 9.569109133405495e-06,
|
| 373 |
+
"loss": 1.3505859375,
|
| 374 |
+
"step": 52
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 0.16666666666666666,
|
| 378 |
+
"grad_norm": 0.14548315107822418,
|
| 379 |
+
"learning_rate": 9.548159976772593e-06,
|
| 380 |
+
"loss": 1.29736328125,
|
| 381 |
+
"step": 53
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 0.16981132075471697,
|
| 385 |
+
"grad_norm": 0.15943686664104462,
|
| 386 |
+
"learning_rate": 9.526737635891262e-06,
|
| 387 |
+
"loss": 1.25634765625,
|
| 388 |
+
"step": 54
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 0.17295597484276728,
|
| 392 |
+
"grad_norm": 0.13931553065776825,
|
| 393 |
+
"learning_rate": 9.504844339512096e-06,
|
| 394 |
+
"loss": 1.2578125,
|
| 395 |
+
"step": 55
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 0.1761006289308176,
|
| 399 |
+
"grad_norm": 0.14830654859542847,
|
| 400 |
+
"learning_rate": 9.482482365383254e-06,
|
| 401 |
+
"loss": 1.315673828125,
|
| 402 |
+
"step": 56
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 0.1792452830188679,
|
| 406 |
+
"grad_norm": 0.12663020193576813,
|
| 407 |
+
"learning_rate": 9.45965404001347e-06,
|
| 408 |
+
"loss": 1.24853515625,
|
| 409 |
+
"step": 57
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 0.18238993710691823,
|
| 413 |
+
"grad_norm": 0.1341799944639206,
|
| 414 |
+
"learning_rate": 9.436361738430016e-06,
|
| 415 |
+
"loss": 1.26416015625,
|
| 416 |
+
"step": 58
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 0.18553459119496854,
|
| 420 |
+
"grad_norm": 0.12654203176498413,
|
| 421 |
+
"learning_rate": 9.412607883931608e-06,
|
| 422 |
+
"loss": 1.26416015625,
|
| 423 |
+
"step": 59
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 0.18867924528301888,
|
| 427 |
+
"grad_norm": 0.12026432156562805,
|
| 428 |
+
"learning_rate": 9.388394947836278e-06,
|
| 429 |
+
"loss": 1.2392578125,
|
| 430 |
+
"step": 60
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 0.1918238993710692,
|
| 434 |
+
"grad_norm": 0.11050467193126678,
|
| 435 |
+
"learning_rate": 9.363725449224281e-06,
|
| 436 |
+
"loss": 1.21728515625,
|
| 437 |
+
"step": 61
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 0.1949685534591195,
|
| 441 |
+
"grad_norm": 0.11030342429876328,
|
| 442 |
+
"learning_rate": 9.338601954675995e-06,
|
| 443 |
+
"loss": 1.35595703125,
|
| 444 |
+
"step": 62
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 0.19811320754716982,
|
| 448 |
+
"grad_norm": 0.11015181988477707,
|
| 449 |
+
"learning_rate": 9.313027078004903e-06,
|
| 450 |
+
"loss": 1.197509765625,
|
| 451 |
+
"step": 63
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 0.20125786163522014,
|
| 455 |
+
"grad_norm": 0.11742514371871948,
|
| 456 |
+
"learning_rate": 9.287003479985667e-06,
|
| 457 |
+
"loss": 1.2265625,
|
| 458 |
+
"step": 64
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 0.20440251572327045,
|
| 462 |
+
"grad_norm": 0.12025771290063858,
|
| 463 |
+
"learning_rate": 9.260533868077283e-06,
|
| 464 |
+
"loss": 1.24658203125,
|
| 465 |
+
"step": 65
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 0.20754716981132076,
|
| 469 |
+
"grad_norm": 0.10835342109203339,
|
| 470 |
+
"learning_rate": 9.233620996141421e-06,
|
| 471 |
+
"loss": 1.20751953125,
|
| 472 |
+
"step": 66
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 0.21069182389937108,
|
| 476 |
+
"grad_norm": 0.10320407897233963,
|
| 477 |
+
"learning_rate": 9.206267664155906e-06,
|
| 478 |
+
"loss": 1.16796875,
|
| 479 |
+
"step": 67
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"epoch": 0.2138364779874214,
|
| 483 |
+
"grad_norm": 0.10821900516748428,
|
| 484 |
+
"learning_rate": 9.178476717923415e-06,
|
| 485 |
+
"loss": 1.2431640625,
|
| 486 |
+
"step": 68
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 0.2169811320754717,
|
| 490 |
+
"grad_norm": 0.10739477723836899,
|
| 491 |
+
"learning_rate": 9.150251048775403e-06,
|
| 492 |
+
"loss": 1.251220703125,
|
| 493 |
+
"step": 69
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"epoch": 0.22012578616352202,
|
| 497 |
+
"grad_norm": 0.108885757625103,
|
| 498 |
+
"learning_rate": 9.121593593271297e-06,
|
| 499 |
+
"loss": 1.35107421875,
|
| 500 |
+
"step": 70
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 0.22327044025157233,
|
| 504 |
+
"grad_norm": 0.10561460256576538,
|
| 505 |
+
"learning_rate": 9.092507332892968e-06,
|
| 506 |
+
"loss": 1.27880859375,
|
| 507 |
+
"step": 71
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 0.22641509433962265,
|
| 511 |
+
"grad_norm": 0.09498227387666702,
|
| 512 |
+
"learning_rate": 9.062995293734562e-06,
|
| 513 |
+
"loss": 1.2900390625,
|
| 514 |
+
"step": 72
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 0.22955974842767296,
|
| 518 |
+
"grad_norm": 0.10343296080827713,
|
| 519 |
+
"learning_rate": 9.033060546187651e-06,
|
| 520 |
+
"loss": 1.164794921875,
|
| 521 |
+
"step": 73
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 0.23270440251572327,
|
| 525 |
+
"grad_norm": 0.10015164315700531,
|
| 526 |
+
"learning_rate": 9.002706204621802e-06,
|
| 527 |
+
"loss": 1.28173828125,
|
| 528 |
+
"step": 74
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"epoch": 0.2358490566037736,
|
| 532 |
+
"grad_norm": 0.10706444084644318,
|
| 533 |
+
"learning_rate": 8.971935427060563e-06,
|
| 534 |
+
"loss": 1.15380859375,
|
| 535 |
+
"step": 75
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"epoch": 0.2389937106918239,
|
| 539 |
+
"grad_norm": 0.10046739131212234,
|
| 540 |
+
"learning_rate": 8.940751414852904e-06,
|
| 541 |
+
"loss": 1.25927734375,
|
| 542 |
+
"step": 76
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 0.24213836477987422,
|
| 546 |
+
"grad_norm": 0.09688299149274826,
|
| 547 |
+
"learning_rate": 8.90915741234015e-06,
|
| 548 |
+
"loss": 1.32666015625,
|
| 549 |
+
"step": 77
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 0.24528301886792453,
|
| 553 |
+
"grad_norm": 0.1397327482700348,
|
| 554 |
+
"learning_rate": 8.877156706518453e-06,
|
| 555 |
+
"loss": 1.2939453125,
|
| 556 |
+
"step": 78
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 0.24842767295597484,
|
| 560 |
+
"grad_norm": 0.10606326162815094,
|
| 561 |
+
"learning_rate": 8.84475262669681e-06,
|
| 562 |
+
"loss": 1.298828125,
|
| 563 |
+
"step": 79
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 0.25157232704402516,
|
| 567 |
+
"grad_norm": 0.10689855366945267,
|
| 568 |
+
"learning_rate": 8.811948544150693e-06,
|
| 569 |
+
"loss": 1.2236328125,
|
| 570 |
+
"step": 80
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 0.25471698113207547,
|
| 574 |
+
"grad_norm": 0.10143591463565826,
|
| 575 |
+
"learning_rate": 8.778747871771293e-06,
|
| 576 |
+
"loss": 1.173828125,
|
| 577 |
+
"step": 81
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 0.2578616352201258,
|
| 581 |
+
"grad_norm": 0.09580762684345245,
|
| 582 |
+
"learning_rate": 8.745154063710464e-06,
|
| 583 |
+
"loss": 1.23779296875,
|
| 584 |
+
"step": 82
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"epoch": 0.2610062893081761,
|
| 588 |
+
"grad_norm": 0.09986191987991333,
|
| 589 |
+
"learning_rate": 8.71117061502135e-06,
|
| 590 |
+
"loss": 1.2890625,
|
| 591 |
+
"step": 83
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"epoch": 0.2641509433962264,
|
| 595 |
+
"grad_norm": 0.09059023857116699,
|
| 596 |
+
"learning_rate": 8.676801061294764e-06,
|
| 597 |
+
"loss": 1.255859375,
|
| 598 |
+
"step": 84
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"epoch": 0.2672955974842767,
|
| 602 |
+
"grad_norm": 0.09870278090238571,
|
| 603 |
+
"learning_rate": 8.642048978291347e-06,
|
| 604 |
+
"loss": 1.247802734375,
|
| 605 |
+
"step": 85
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"epoch": 0.27044025157232704,
|
| 609 |
+
"grad_norm": 0.09271863102912903,
|
| 610 |
+
"learning_rate": 8.60691798156956e-06,
|
| 611 |
+
"loss": 1.2841796875,
|
| 612 |
+
"step": 86
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 0.27358490566037735,
|
| 616 |
+
"grad_norm": 0.10226648300886154,
|
| 617 |
+
"learning_rate": 8.571411726109518e-06,
|
| 618 |
+
"loss": 1.173583984375,
|
| 619 |
+
"step": 87
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 0.27672955974842767,
|
| 623 |
+
"grad_norm": 0.08855801820755005,
|
| 624 |
+
"learning_rate": 8.535533905932739e-06,
|
| 625 |
+
"loss": 1.27197265625,
|
| 626 |
+
"step": 88
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 0.279874213836478,
|
| 630 |
+
"grad_norm": 0.09819382429122925,
|
| 631 |
+
"learning_rate": 8.49928825371781e-06,
|
| 632 |
+
"loss": 1.2265625,
|
| 633 |
+
"step": 89
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 0.2830188679245283,
|
| 637 |
+
"grad_norm": 0.0931096225976944,
|
| 638 |
+
"learning_rate": 8.46267854041206e-06,
|
| 639 |
+
"loss": 1.2666015625,
|
| 640 |
+
"step": 90
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 0.2861635220125786,
|
| 644 |
+
"grad_norm": 0.09582605212926865,
|
| 645 |
+
"learning_rate": 8.425708574839221e-06,
|
| 646 |
+
"loss": 1.2294921875,
|
| 647 |
+
"step": 91
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 0.2893081761006289,
|
| 651 |
+
"grad_norm": 0.09605991095304489,
|
| 652 |
+
"learning_rate": 8.388382203303181e-06,
|
| 653 |
+
"loss": 1.26953125,
|
| 654 |
+
"step": 92
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 0.29245283018867924,
|
| 658 |
+
"grad_norm": 0.08945699781179428,
|
| 659 |
+
"learning_rate": 8.3507033091878e-06,
|
| 660 |
+
"loss": 1.26611328125,
|
| 661 |
+
"step": 93
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"epoch": 0.29559748427672955,
|
| 665 |
+
"grad_norm": 0.09489528834819794,
|
| 666 |
+
"learning_rate": 8.312675812552898e-06,
|
| 667 |
+
"loss": 1.22314453125,
|
| 668 |
+
"step": 94
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"epoch": 0.29874213836477986,
|
| 672 |
+
"grad_norm": 0.0868961364030838,
|
| 673 |
+
"learning_rate": 8.274303669726427e-06,
|
| 674 |
+
"loss": 1.24072265625,
|
| 675 |
+
"step": 95
|
| 676 |
+
},
|
| 677 |
+
{
|
| 678 |
+
"epoch": 0.3018867924528302,
|
| 679 |
+
"grad_norm": 0.09084431827068329,
|
| 680 |
+
"learning_rate": 8.235590872892837e-06,
|
| 681 |
+
"loss": 1.2958984375,
|
| 682 |
+
"step": 96
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"epoch": 0.3050314465408805,
|
| 686 |
+
"grad_norm": 0.09020113945007324,
|
| 687 |
+
"learning_rate": 8.196541449677758e-06,
|
| 688 |
+
"loss": 1.23828125,
|
| 689 |
+
"step": 97
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"epoch": 0.3081761006289308,
|
| 693 |
+
"grad_norm": 0.08751130104064941,
|
| 694 |
+
"learning_rate": 8.157159462728956e-06,
|
| 695 |
+
"loss": 1.2392578125,
|
| 696 |
+
"step": 98
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"epoch": 0.3113207547169811,
|
| 700 |
+
"grad_norm": 0.09124515950679779,
|
| 701 |
+
"learning_rate": 8.117449009293668e-06,
|
| 702 |
+
"loss": 1.230712890625,
|
| 703 |
+
"step": 99
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"epoch": 0.31446540880503143,
|
| 707 |
+
"grad_norm": 0.08627773076295853,
|
| 708 |
+
"learning_rate": 8.077414220792328e-06,
|
| 709 |
+
"loss": 1.222900390625,
|
| 710 |
+
"step": 100
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"epoch": 0.31761006289308175,
|
| 714 |
+
"grad_norm": 0.10408709198236465,
|
| 715 |
+
"learning_rate": 8.03705926238874e-06,
|
| 716 |
+
"loss": 1.2490234375,
|
| 717 |
+
"step": 101
|
| 718 |
+
},
|
| 719 |
+
{
|
| 720 |
+
"epoch": 0.32075471698113206,
|
| 721 |
+
"grad_norm": 0.0939742848277092,
|
| 722 |
+
"learning_rate": 7.996388332556735e-06,
|
| 723 |
+
"loss": 1.19482421875,
|
| 724 |
+
"step": 102
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"epoch": 0.3238993710691824,
|
| 728 |
+
"grad_norm": 0.19658835232257843,
|
| 729 |
+
"learning_rate": 7.955405662643384e-06,
|
| 730 |
+
"loss": 1.249267578125,
|
| 731 |
+
"step": 103
|
| 732 |
+
},
|
| 733 |
+
{
|
| 734 |
+
"epoch": 0.3270440251572327,
|
| 735 |
+
"grad_norm": 0.08333238214254379,
|
| 736 |
+
"learning_rate": 7.914115516428751e-06,
|
| 737 |
+
"loss": 1.2451171875,
|
| 738 |
+
"step": 104
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"epoch": 0.330188679245283,
|
| 742 |
+
"grad_norm": 0.08837057650089264,
|
| 743 |
+
"learning_rate": 7.872522189682318e-06,
|
| 744 |
+
"loss": 1.27587890625,
|
| 745 |
+
"step": 105
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"epoch": 0.3333333333333333,
|
| 749 |
+
"grad_norm": 0.09254736453294754,
|
| 750 |
+
"learning_rate": 7.830630009716038e-06,
|
| 751 |
+
"loss": 1.1962890625,
|
| 752 |
+
"step": 106
|
| 753 |
+
},
|
| 754 |
+
{
|
| 755 |
+
"epoch": 0.33647798742138363,
|
| 756 |
+
"grad_norm": 0.10213299095630646,
|
| 757 |
+
"learning_rate": 7.788443334934148e-06,
|
| 758 |
+
"loss": 1.24658203125,
|
| 759 |
+
"step": 107
|
| 760 |
+
},
|
| 761 |
+
{
|
| 762 |
+
"epoch": 0.33962264150943394,
|
| 763 |
+
"grad_norm": 0.08779237419366837,
|
| 764 |
+
"learning_rate": 7.745966554379708e-06,
|
| 765 |
+
"loss": 1.24365234375,
|
| 766 |
+
"step": 108
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"epoch": 0.34276729559748426,
|
| 770 |
+
"grad_norm": 0.09156819432973862,
|
| 771 |
+
"learning_rate": 7.703204087277989e-06,
|
| 772 |
+
"loss": 1.26806640625,
|
| 773 |
+
"step": 109
|
| 774 |
+
},
|
| 775 |
+
{
|
| 776 |
+
"epoch": 0.34591194968553457,
|
| 777 |
+
"grad_norm": 0.0824931263923645,
|
| 778 |
+
"learning_rate": 7.660160382576683e-06,
|
| 779 |
+
"loss": 1.237060546875,
|
| 780 |
+
"step": 110
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"epoch": 0.3490566037735849,
|
| 784 |
+
"grad_norm": 0.0844307392835617,
|
| 785 |
+
"learning_rate": 7.616839918483061e-06,
|
| 786 |
+
"loss": 1.21240234375,
|
| 787 |
+
"step": 111
|
| 788 |
+
},
|
| 789 |
+
{
|
| 790 |
+
"epoch": 0.3522012578616352,
|
| 791 |
+
"grad_norm": 0.0942101925611496,
|
| 792 |
+
"learning_rate": 7.573247201998051e-06,
|
| 793 |
+
"loss": 1.19580078125,
|
| 794 |
+
"step": 112
|
| 795 |
+
},
|
| 796 |
+
{
|
| 797 |
+
"epoch": 0.3553459119496855,
|
| 798 |
+
"grad_norm": 0.09428957849740982,
|
| 799 |
+
"learning_rate": 7.529386768447342e-06,
|
| 800 |
+
"loss": 1.212890625,
|
| 801 |
+
"step": 113
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"epoch": 0.3584905660377358,
|
| 805 |
+
"grad_norm": 0.10116898268461227,
|
| 806 |
+
"learning_rate": 7.485263181009539e-06,
|
| 807 |
+
"loss": 1.2587890625,
|
| 808 |
+
"step": 114
|
| 809 |
+
},
|
| 810 |
+
{
|
| 811 |
+
"epoch": 0.36163522012578614,
|
| 812 |
+
"grad_norm": 0.08661499619483948,
|
| 813 |
+
"learning_rate": 7.440881030241407e-06,
|
| 814 |
+
"loss": 1.26025390625,
|
| 815 |
+
"step": 115
|
| 816 |
+
},
|
| 817 |
+
{
|
| 818 |
+
"epoch": 0.36477987421383645,
|
| 819 |
+
"grad_norm": 0.0860162153840065,
|
| 820 |
+
"learning_rate": 7.396244933600285e-06,
|
| 821 |
+
"loss": 1.236328125,
|
| 822 |
+
"step": 116
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"epoch": 0.36792452830188677,
|
| 826 |
+
"grad_norm": 0.0877000018954277,
|
| 827 |
+
"learning_rate": 7.351359534963684e-06,
|
| 828 |
+
"loss": 1.26806640625,
|
| 829 |
+
"step": 117
|
| 830 |
+
},
|
| 831 |
+
{
|
| 832 |
+
"epoch": 0.3710691823899371,
|
| 833 |
+
"grad_norm": 0.08836546540260315,
|
| 834 |
+
"learning_rate": 7.306229504146154e-06,
|
| 835 |
+
"loss": 1.240234375,
|
| 836 |
+
"step": 118
|
| 837 |
+
},
|
| 838 |
+
{
|
| 839 |
+
"epoch": 0.3742138364779874,
|
| 840 |
+
"grad_norm": 0.0874360054731369,
|
| 841 |
+
"learning_rate": 7.260859536413429e-06,
|
| 842 |
+
"loss": 1.25146484375,
|
| 843 |
+
"step": 119
|
| 844 |
+
},
|
| 845 |
+
{
|
| 846 |
+
"epoch": 0.37735849056603776,
|
| 847 |
+
"grad_norm": 0.09354016184806824,
|
| 848 |
+
"learning_rate": 7.215254351993957e-06,
|
| 849 |
+
"loss": 1.267578125,
|
| 850 |
+
"step": 120
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"epoch": 0.3805031446540881,
|
| 854 |
+
"grad_norm": 0.0862109363079071,
|
| 855 |
+
"learning_rate": 7.169418695587791e-06,
|
| 856 |
+
"loss": 1.191650390625,
|
| 857 |
+
"step": 121
|
| 858 |
+
},
|
| 859 |
+
{
|
| 860 |
+
"epoch": 0.3836477987421384,
|
| 861 |
+
"grad_norm": 0.08533702045679092,
|
| 862 |
+
"learning_rate": 7.123357335872982e-06,
|
| 863 |
+
"loss": 1.214111328125,
|
| 864 |
+
"step": 122
|
| 865 |
+
},
|
| 866 |
+
{
|
| 867 |
+
"epoch": 0.3867924528301887,
|
| 868 |
+
"grad_norm": 0.08776259422302246,
|
| 869 |
+
"learning_rate": 7.0770750650094335e-06,
|
| 870 |
+
"loss": 1.22802734375,
|
| 871 |
+
"step": 123
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"epoch": 0.389937106918239,
|
| 875 |
+
"grad_norm": 0.09998597204685211,
|
| 876 |
+
"learning_rate": 7.0305766981403365e-06,
|
| 877 |
+
"loss": 1.2080078125,
|
| 878 |
+
"step": 124
|
| 879 |
+
},
|
| 880 |
+
{
|
| 881 |
+
"epoch": 0.39308176100628933,
|
| 882 |
+
"grad_norm": 0.0824577659368515,
|
| 883 |
+
"learning_rate": 6.983867072891213e-06,
|
| 884 |
+
"loss": 1.23583984375,
|
| 885 |
+
"step": 125
|
| 886 |
+
},
|
| 887 |
+
{
|
| 888 |
+
"epoch": 0.39622641509433965,
|
| 889 |
+
"grad_norm": 0.08219949156045914,
|
| 890 |
+
"learning_rate": 6.936951048866616e-06,
|
| 891 |
+
"loss": 1.22607421875,
|
| 892 |
+
"step": 126
|
| 893 |
+
},
|
| 894 |
+
{
|
| 895 |
+
"epoch": 0.39937106918238996,
|
| 896 |
+
"grad_norm": 0.08929724246263504,
|
| 897 |
+
"learning_rate": 6.889833507144534e-06,
|
| 898 |
+
"loss": 1.220458984375,
|
| 899 |
+
"step": 127
|
| 900 |
+
},
|
| 901 |
+
{
|
| 902 |
+
"epoch": 0.4025157232704403,
|
| 903 |
+
"grad_norm": 0.0950295552611351,
|
| 904 |
+
"learning_rate": 6.842519349768582e-06,
|
| 905 |
+
"loss": 1.1494140625,
|
| 906 |
+
"step": 128
|
| 907 |
+
},
|
| 908 |
+
{
|
| 909 |
+
"epoch": 0.4056603773584906,
|
| 910 |
+
"grad_norm": 0.09173066914081573,
|
| 911 |
+
"learning_rate": 6.7950134992379935e-06,
|
| 912 |
+
"loss": 1.1640625,
|
| 913 |
+
"step": 129
|
| 914 |
+
},
|
| 915 |
+
{
|
| 916 |
+
"epoch": 0.4088050314465409,
|
| 917 |
+
"grad_norm": 0.08214280754327774,
|
| 918 |
+
"learning_rate": 6.747320897995493e-06,
|
| 919 |
+
"loss": 1.228515625,
|
| 920 |
+
"step": 130
|
| 921 |
+
},
|
| 922 |
+
{
|
| 923 |
+
"epoch": 0.4119496855345912,
|
| 924 |
+
"grad_norm": 0.08603708446025848,
|
| 925 |
+
"learning_rate": 6.699446507913083e-06,
|
| 926 |
+
"loss": 1.25390625,
|
| 927 |
+
"step": 131
|
| 928 |
+
},
|
| 929 |
+
{
|
| 930 |
+
"epoch": 0.41509433962264153,
|
| 931 |
+
"grad_norm": 0.0935707688331604,
|
| 932 |
+
"learning_rate": 6.651395309775837e-06,
|
| 933 |
+
"loss": 1.18408203125,
|
| 934 |
+
"step": 132
|
| 935 |
+
},
|
| 936 |
+
{
|
| 937 |
+
"epoch": 0.41823899371069184,
|
| 938 |
+
"grad_norm": 0.08640452474355698,
|
| 939 |
+
"learning_rate": 6.6031723027636775e-06,
|
| 940 |
+
"loss": 1.2451171875,
|
| 941 |
+
"step": 133
|
| 942 |
+
},
|
| 943 |
+
{
|
| 944 |
+
"epoch": 0.42138364779874216,
|
| 945 |
+
"grad_norm": 0.08143847435712814,
|
| 946 |
+
"learning_rate": 6.554782503931298e-06,
|
| 947 |
+
"loss": 1.24267578125,
|
| 948 |
+
"step": 134
|
| 949 |
+
},
|
| 950 |
+
{
|
| 951 |
+
"epoch": 0.42452830188679247,
|
| 952 |
+
"grad_norm": 0.08352352678775787,
|
| 953 |
+
"learning_rate": 6.5062309476861714e-06,
|
| 954 |
+
"loss": 1.22216796875,
|
| 955 |
+
"step": 135
|
| 956 |
+
},
|
| 957 |
+
{
|
| 958 |
+
"epoch": 0.4276729559748428,
|
| 959 |
+
"grad_norm": 0.08868604898452759,
|
| 960 |
+
"learning_rate": 6.457522685264793e-06,
|
| 961 |
+
"loss": 1.2099609375,
|
| 962 |
+
"step": 136
|
| 963 |
+
},
|
| 964 |
+
{
|
| 965 |
+
"epoch": 0.4308176100628931,
|
| 966 |
+
"grad_norm": 0.08718673884868622,
|
| 967 |
+
"learning_rate": 6.408662784207149e-06,
|
| 968 |
+
"loss": 1.2470703125,
|
| 969 |
+
"step": 137
|
| 970 |
+
},
|
| 971 |
+
{
|
| 972 |
+
"epoch": 0.4339622641509434,
|
| 973 |
+
"grad_norm": 0.08005645871162415,
|
| 974 |
+
"learning_rate": 6.359656327829498e-06,
|
| 975 |
+
"loss": 1.241455078125,
|
| 976 |
+
"step": 138
|
| 977 |
+
},
|
| 978 |
+
{
|
| 979 |
+
"epoch": 0.4371069182389937,
|
| 980 |
+
"grad_norm": 0.09011710435152054,
|
| 981 |
+
"learning_rate": 6.310508414695511e-06,
|
| 982 |
+
"loss": 1.21142578125,
|
| 983 |
+
"step": 139
|
| 984 |
+
},
|
| 985 |
+
{
|
| 986 |
+
"epoch": 0.44025157232704404,
|
| 987 |
+
"grad_norm": 0.10179577022790909,
|
| 988 |
+
"learning_rate": 6.261224158085826e-06,
|
| 989 |
+
"loss": 1.26611328125,
|
| 990 |
+
"step": 140
|
| 991 |
+
},
|
| 992 |
+
{
|
| 993 |
+
"epoch": 0.44339622641509435,
|
| 994 |
+
"grad_norm": 0.08692909777164459,
|
| 995 |
+
"learning_rate": 6.211808685466063e-06,
|
| 996 |
+
"loss": 1.23388671875,
|
| 997 |
+
"step": 141
|
| 998 |
+
},
|
| 999 |
+
{
|
| 1000 |
+
"epoch": 0.44654088050314467,
|
| 1001 |
+
"grad_norm": 0.09201560169458389,
|
| 1002 |
+
"learning_rate": 6.162267137953374e-06,
|
| 1003 |
+
"loss": 1.24853515625,
|
| 1004 |
+
"step": 142
|
| 1005 |
+
},
|
| 1006 |
+
{
|
| 1007 |
+
"epoch": 0.449685534591195,
|
| 1008 |
+
"grad_norm": 0.08598781377077103,
|
| 1009 |
+
"learning_rate": 6.112604669781572e-06,
|
| 1010 |
+
"loss": 1.2255859375,
|
| 1011 |
+
"step": 143
|
| 1012 |
+
},
|
| 1013 |
+
{
|
| 1014 |
+
"epoch": 0.4528301886792453,
|
| 1015 |
+
"grad_norm": 0.08363979309797287,
|
| 1016 |
+
"learning_rate": 6.062826447764883e-06,
|
| 1017 |
+
"loss": 1.217041015625,
|
| 1018 |
+
"step": 144
|
| 1019 |
+
},
|
| 1020 |
+
{
|
| 1021 |
+
"epoch": 0.4559748427672956,
|
| 1022 |
+
"grad_norm": 0.0804029256105423,
|
| 1023 |
+
"learning_rate": 6.012937650760406e-06,
|
| 1024 |
+
"loss": 1.2509765625,
|
| 1025 |
+
"step": 145
|
| 1026 |
+
},
|
| 1027 |
+
{
|
| 1028 |
+
"epoch": 0.4591194968553459,
|
| 1029 |
+
"grad_norm": 0.08158931881189346,
|
| 1030 |
+
"learning_rate": 5.962943469129303e-06,
|
| 1031 |
+
"loss": 1.234375,
|
| 1032 |
+
"step": 146
|
| 1033 |
+
},
|
| 1034 |
+
{
|
| 1035 |
+
"epoch": 0.46226415094339623,
|
| 1036 |
+
"grad_norm": 0.08835593611001968,
|
| 1037 |
+
"learning_rate": 5.91284910419681e-06,
|
| 1038 |
+
"loss": 1.27587890625,
|
| 1039 |
+
"step": 147
|
| 1040 |
+
},
|
| 1041 |
+
{
|
| 1042 |
+
"epoch": 0.46540880503144655,
|
| 1043 |
+
"grad_norm": 0.10376080870628357,
|
| 1044 |
+
"learning_rate": 5.862659767711094e-06,
|
| 1045 |
+
"loss": 1.1826171875,
|
| 1046 |
+
"step": 148
|
| 1047 |
+
},
|
| 1048 |
+
{
|
| 1049 |
+
"epoch": 0.46855345911949686,
|
| 1050 |
+
"grad_norm": 0.09770874679088593,
|
| 1051 |
+
"learning_rate": 5.812380681301031e-06,
|
| 1052 |
+
"loss": 1.1572265625,
|
| 1053 |
+
"step": 149
|
| 1054 |
+
},
|
| 1055 |
+
{
|
| 1056 |
+
"epoch": 0.4716981132075472,
|
| 1057 |
+
"grad_norm": 0.10530182719230652,
|
| 1058 |
+
"learning_rate": 5.762017075932952e-06,
|
| 1059 |
+
"loss": 1.2587890625,
|
| 1060 |
+
"step": 150
|
| 1061 |
+
},
|
| 1062 |
+
{
|
| 1063 |
+
"epoch": 0.4748427672955975,
|
| 1064 |
+
"grad_norm": 0.08281303942203522,
|
| 1065 |
+
"learning_rate": 5.711574191366427e-06,
|
| 1066 |
+
"loss": 1.1708984375,
|
| 1067 |
+
"step": 151
|
| 1068 |
+
},
|
| 1069 |
+
{
|
| 1070 |
+
"epoch": 0.4779874213836478,
|
| 1071 |
+
"grad_norm": 0.08968009054660797,
|
| 1072 |
+
"learning_rate": 5.66105727560912e-06,
|
| 1073 |
+
"loss": 1.269775390625,
|
| 1074 |
+
"step": 152
|
| 1075 |
+
},
|
| 1076 |
+
{
|
| 1077 |
+
"epoch": 0.4811320754716981,
|
| 1078 |
+
"grad_norm": 0.07928328961133957,
|
| 1079 |
+
"learning_rate": 5.6104715843708e-06,
|
| 1080 |
+
"loss": 1.21484375,
|
| 1081 |
+
"step": 153
|
| 1082 |
+
},
|
| 1083 |
+
{
|
| 1084 |
+
"epoch": 0.48427672955974843,
|
| 1085 |
+
"grad_norm": 0.08762849122285843,
|
| 1086 |
+
"learning_rate": 5.559822380516539e-06,
|
| 1087 |
+
"loss": 1.220458984375,
|
| 1088 |
+
"step": 154
|
| 1089 |
+
},
|
| 1090 |
+
{
|
| 1091 |
+
"epoch": 0.48742138364779874,
|
| 1092 |
+
"grad_norm": 0.08722134679555893,
|
| 1093 |
+
"learning_rate": 5.509114933519179e-06,
|
| 1094 |
+
"loss": 1.25634765625,
|
| 1095 |
+
"step": 155
|
| 1096 |
+
},
|
| 1097 |
+
{
|
| 1098 |
+
"epoch": 0.49056603773584906,
|
| 1099 |
+
"grad_norm": 0.0900566354393959,
|
| 1100 |
+
"learning_rate": 5.458354518911086e-06,
|
| 1101 |
+
"loss": 1.236328125,
|
| 1102 |
+
"step": 156
|
| 1103 |
+
},
|
| 1104 |
+
{
|
| 1105 |
+
"epoch": 0.4937106918238994,
|
| 1106 |
+
"grad_norm": 0.08496430516242981,
|
| 1107 |
+
"learning_rate": 5.4075464177353165e-06,
|
| 1108 |
+
"loss": 1.21630859375,
|
| 1109 |
+
"step": 157
|
| 1110 |
+
},
|
| 1111 |
+
{
|
| 1112 |
+
"epoch": 0.4968553459119497,
|
| 1113 |
+
"grad_norm": 0.08240823447704315,
|
| 1114 |
+
"learning_rate": 5.356695915996162e-06,
|
| 1115 |
+
"loss": 1.22607421875,
|
| 1116 |
+
"step": 158
|
| 1117 |
+
},
|
| 1118 |
+
{
|
| 1119 |
+
"epoch": 0.5,
|
| 1120 |
+
"grad_norm": 0.08470958471298218,
|
| 1121 |
+
"learning_rate": 5.3058083041092145e-06,
|
| 1122 |
+
"loss": 1.22705078125,
|
| 1123 |
+
"step": 159
|
| 1124 |
+
},
|
| 1125 |
+
{
|
| 1126 |
+
"epoch": 0.5031446540880503,
|
| 1127 |
+
"grad_norm": 0.08934212476015091,
|
| 1128 |
+
"learning_rate": 5.25488887635095e-06,
|
| 1129 |
+
"loss": 1.285400390625,
|
| 1130 |
+
"step": 160
|
| 1131 |
+
},
|
| 1132 |
+
{
|
| 1133 |
+
"epoch": 0.5062893081761006,
|
| 1134 |
+
"grad_norm": 0.09710770845413208,
|
| 1135 |
+
"learning_rate": 5.2039429303079294e-06,
|
| 1136 |
+
"loss": 1.232421875,
|
| 1137 |
+
"step": 161
|
| 1138 |
+
},
|
| 1139 |
+
{
|
| 1140 |
+
"epoch": 0.5094339622641509,
|
| 1141 |
+
"grad_norm": 0.08722967654466629,
|
| 1142 |
+
"learning_rate": 5.152975766325631e-06,
|
| 1143 |
+
"loss": 1.263427734375,
|
| 1144 |
+
"step": 162
|
| 1145 |
+
},
|
| 1146 |
+
{
|
| 1147 |
+
"epoch": 0.5125786163522013,
|
| 1148 |
+
"grad_norm": 0.07902610301971436,
|
| 1149 |
+
"learning_rate": 5.101992686957028e-06,
|
| 1150 |
+
"loss": 1.25732421875,
|
| 1151 |
+
"step": 163
|
| 1152 |
+
},
|
| 1153 |
+
{
|
| 1154 |
+
"epoch": 0.5157232704402516,
|
| 1155 |
+
"grad_norm": 0.08694876730442047,
|
| 1156 |
+
"learning_rate": 5.050998996410899e-06,
|
| 1157 |
+
"loss": 1.298095703125,
|
| 1158 |
+
"step": 164
|
| 1159 |
+
},
|
| 1160 |
+
{
|
| 1161 |
+
"epoch": 0.5188679245283019,
|
| 1162 |
+
"grad_norm": 0.08544755727052689,
|
| 1163 |
+
"learning_rate": 5e-06,
|
| 1164 |
+
"loss": 1.208984375,
|
| 1165 |
+
"step": 165
|
| 1166 |
+
},
|
| 1167 |
+
{
|
| 1168 |
+
"epoch": 0.5220125786163522,
|
| 1169 |
+
"grad_norm": 0.0834759846329689,
|
| 1170 |
+
"learning_rate": 4.949001003589102e-06,
|
| 1171 |
+
"loss": 1.23779296875,
|
| 1172 |
+
"step": 166
|
| 1173 |
+
},
|
| 1174 |
+
{
|
| 1175 |
+
"epoch": 0.5251572327044025,
|
| 1176 |
+
"grad_norm": 0.08612226694822311,
|
| 1177 |
+
"learning_rate": 4.898007313042975e-06,
|
| 1178 |
+
"loss": 1.283935546875,
|
| 1179 |
+
"step": 167
|
| 1180 |
+
},
|
| 1181 |
+
{
|
| 1182 |
+
"epoch": 0.5283018867924528,
|
| 1183 |
+
"grad_norm": 0.09189831465482712,
|
| 1184 |
+
"learning_rate": 4.84702423367437e-06,
|
| 1185 |
+
"loss": 1.17431640625,
|
| 1186 |
+
"step": 168
|
| 1187 |
+
},
|
| 1188 |
+
{
|
| 1189 |
+
"epoch": 0.5314465408805031,
|
| 1190 |
+
"grad_norm": 0.09417322278022766,
|
| 1191 |
+
"learning_rate": 4.796057069692073e-06,
|
| 1192 |
+
"loss": 1.21875,
|
| 1193 |
+
"step": 169
|
| 1194 |
+
},
|
| 1195 |
+
{
|
| 1196 |
+
"epoch": 0.5345911949685535,
|
| 1197 |
+
"grad_norm": 0.0859440341591835,
|
| 1198 |
+
"learning_rate": 4.74511112364905e-06,
|
| 1199 |
+
"loss": 1.237548828125,
|
| 1200 |
+
"step": 170
|
| 1201 |
+
},
|
| 1202 |
+
{
|
| 1203 |
+
"epoch": 0.5377358490566038,
|
| 1204 |
+
"grad_norm": 0.09315012395381927,
|
| 1205 |
+
"learning_rate": 4.694191695890788e-06,
|
| 1206 |
+
"loss": 1.21923828125,
|
| 1207 |
+
"step": 171
|
| 1208 |
+
},
|
| 1209 |
+
{
|
| 1210 |
+
"epoch": 0.5408805031446541,
|
| 1211 |
+
"grad_norm": 0.08770447224378586,
|
| 1212 |
+
"learning_rate": 4.643304084003839e-06,
|
| 1213 |
+
"loss": 1.22705078125,
|
| 1214 |
+
"step": 172
|
| 1215 |
+
},
|
| 1216 |
+
{
|
| 1217 |
+
"epoch": 0.5440251572327044,
|
| 1218 |
+
"grad_norm": 0.08003748953342438,
|
| 1219 |
+
"learning_rate": 4.592453582264684e-06,
|
| 1220 |
+
"loss": 1.28173828125,
|
| 1221 |
+
"step": 173
|
| 1222 |
+
},
|
| 1223 |
+
{
|
| 1224 |
+
"epoch": 0.5471698113207547,
|
| 1225 |
+
"grad_norm": 0.09152880311012268,
|
| 1226 |
+
"learning_rate": 4.541645481088914e-06,
|
| 1227 |
+
"loss": 1.24169921875,
|
| 1228 |
+
"step": 174
|
| 1229 |
+
},
|
| 1230 |
+
{
|
| 1231 |
+
"epoch": 0.550314465408805,
|
| 1232 |
+
"grad_norm": 0.07619733363389969,
|
| 1233 |
+
"learning_rate": 4.4908850664808245e-06,
|
| 1234 |
+
"loss": 1.2568359375,
|
| 1235 |
+
"step": 175
|
| 1236 |
+
},
|
| 1237 |
+
{
|
| 1238 |
+
"epoch": 0.5534591194968553,
|
| 1239 |
+
"grad_norm": 0.08338797092437744,
|
| 1240 |
+
"learning_rate": 4.4401776194834615e-06,
|
| 1241 |
+
"loss": 1.16650390625,
|
| 1242 |
+
"step": 176
|
| 1243 |
+
},
|
| 1244 |
+
{
|
| 1245 |
+
"epoch": 0.5566037735849056,
|
| 1246 |
+
"grad_norm": 0.07812988758087158,
|
| 1247 |
+
"learning_rate": 4.389528415629201e-06,
|
| 1248 |
+
"loss": 1.24755859375,
|
| 1249 |
+
"step": 177
|
| 1250 |
+
},
|
| 1251 |
+
{
|
| 1252 |
+
"epoch": 0.559748427672956,
|
| 1253 |
+
"grad_norm": 0.0926586166024208,
|
| 1254 |
+
"learning_rate": 4.33894272439088e-06,
|
| 1255 |
+
"loss": 1.214599609375,
|
| 1256 |
+
"step": 178
|
| 1257 |
+
},
|
| 1258 |
+
{
|
| 1259 |
+
"epoch": 0.5628930817610063,
|
| 1260 |
+
"grad_norm": 0.10608647018671036,
|
| 1261 |
+
"learning_rate": 4.2884258086335755e-06,
|
| 1262 |
+
"loss": 1.16162109375,
|
| 1263 |
+
"step": 179
|
| 1264 |
+
},
|
| 1265 |
+
{
|
| 1266 |
+
"epoch": 0.5660377358490566,
|
| 1267 |
+
"grad_norm": 0.0896821841597557,
|
| 1268 |
+
"learning_rate": 4.23798292406705e-06,
|
| 1269 |
+
"loss": 1.21923828125,
|
| 1270 |
+
"step": 180
|
| 1271 |
+
},
|
| 1272 |
+
{
|
| 1273 |
+
"epoch": 0.5691823899371069,
|
| 1274 |
+
"grad_norm": 0.10245795547962189,
|
| 1275 |
+
"learning_rate": 4.187619318698971e-06,
|
| 1276 |
+
"loss": 1.207763671875,
|
| 1277 |
+
"step": 181
|
| 1278 |
+
},
|
| 1279 |
+
{
|
| 1280 |
+
"epoch": 0.5723270440251572,
|
| 1281 |
+
"grad_norm": 0.0842718854546547,
|
| 1282 |
+
"learning_rate": 4.137340232288908e-06,
|
| 1283 |
+
"loss": 1.30224609375,
|
| 1284 |
+
"step": 182
|
| 1285 |
+
},
|
| 1286 |
+
{
|
| 1287 |
+
"epoch": 0.5754716981132075,
|
| 1288 |
+
"grad_norm": 0.09193960577249527,
|
| 1289 |
+
"learning_rate": 4.087150895803192e-06,
|
| 1290 |
+
"loss": 1.218994140625,
|
| 1291 |
+
"step": 183
|
| 1292 |
+
},
|
| 1293 |
+
{
|
| 1294 |
+
"epoch": 0.5786163522012578,
|
| 1295 |
+
"grad_norm": 0.08665217459201813,
|
| 1296 |
+
"learning_rate": 4.0370565308706986e-06,
|
| 1297 |
+
"loss": 1.1982421875,
|
| 1298 |
+
"step": 184
|
| 1299 |
+
},
|
| 1300 |
+
{
|
| 1301 |
+
"epoch": 0.5817610062893082,
|
| 1302 |
+
"grad_norm": 0.0908685177564621,
|
| 1303 |
+
"learning_rate": 3.987062349239596e-06,
|
| 1304 |
+
"loss": 1.21240234375,
|
| 1305 |
+
"step": 185
|
| 1306 |
+
},
|
| 1307 |
+
{
|
| 1308 |
+
"epoch": 0.5849056603773585,
|
| 1309 |
+
"grad_norm": 0.08689988404512405,
|
| 1310 |
+
"learning_rate": 3.937173552235117e-06,
|
| 1311 |
+
"loss": 1.296875,
|
| 1312 |
+
"step": 186
|
| 1313 |
+
},
|
| 1314 |
+
{
|
| 1315 |
+
"epoch": 0.5880503144654088,
|
| 1316 |
+
"grad_norm": 0.11394862085580826,
|
| 1317 |
+
"learning_rate": 3.887395330218429e-06,
|
| 1318 |
+
"loss": 1.20361328125,
|
| 1319 |
+
"step": 187
|
| 1320 |
+
},
|
| 1321 |
+
{
|
| 1322 |
+
"epoch": 0.5911949685534591,
|
| 1323 |
+
"grad_norm": 0.0949663296341896,
|
| 1324 |
+
"learning_rate": 3.837732862046627e-06,
|
| 1325 |
+
"loss": 1.263671875,
|
| 1326 |
+
"step": 188
|
| 1327 |
+
},
|
| 1328 |
+
{
|
| 1329 |
+
"epoch": 0.5943396226415094,
|
| 1330 |
+
"grad_norm": 0.08149112015962601,
|
| 1331 |
+
"learning_rate": 3.7881913145339387e-06,
|
| 1332 |
+
"loss": 1.25390625,
|
| 1333 |
+
"step": 189
|
| 1334 |
+
},
|
| 1335 |
+
{
|
| 1336 |
+
"epoch": 0.5974842767295597,
|
| 1337 |
+
"grad_norm": 0.09439687430858612,
|
| 1338 |
+
"learning_rate": 3.738775841914175e-06,
|
| 1339 |
+
"loss": 1.2255859375,
|
| 1340 |
+
"step": 190
|
| 1341 |
+
},
|
| 1342 |
+
{
|
| 1343 |
+
"epoch": 0.60062893081761,
|
| 1344 |
+
"grad_norm": 0.0807260051369667,
|
| 1345 |
+
"learning_rate": 3.689491585304491e-06,
|
| 1346 |
+
"loss": 1.22998046875,
|
| 1347 |
+
"step": 191
|
| 1348 |
+
},
|
| 1349 |
+
{
|
| 1350 |
+
"epoch": 0.6037735849056604,
|
| 1351 |
+
"grad_norm": 0.08422300219535828,
|
| 1352 |
+
"learning_rate": 3.640343672170503e-06,
|
| 1353 |
+
"loss": 1.23828125,
|
| 1354 |
+
"step": 192
|
| 1355 |
+
},
|
| 1356 |
+
{
|
| 1357 |
+
"epoch": 0.6069182389937107,
|
| 1358 |
+
"grad_norm": 0.08983633667230606,
|
| 1359 |
+
"learning_rate": 3.5913372157928515e-06,
|
| 1360 |
+
"loss": 1.21337890625,
|
| 1361 |
+
"step": 193
|
| 1362 |
+
},
|
| 1363 |
+
{
|
| 1364 |
+
"epoch": 0.610062893081761,
|
| 1365 |
+
"grad_norm": 0.09498164057731628,
|
| 1366 |
+
"learning_rate": 3.5424773147352085e-06,
|
| 1367 |
+
"loss": 1.17724609375,
|
| 1368 |
+
"step": 194
|
| 1369 |
+
},
|
| 1370 |
+
{
|
| 1371 |
+
"epoch": 0.6132075471698113,
|
| 1372 |
+
"grad_norm": 0.0914149209856987,
|
| 1373 |
+
"learning_rate": 3.4937690523138302e-06,
|
| 1374 |
+
"loss": 1.232421875,
|
| 1375 |
+
"step": 195
|
| 1376 |
+
},
|
| 1377 |
+
{
|
| 1378 |
+
"epoch": 0.6163522012578616,
|
| 1379 |
+
"grad_norm": 0.0758446678519249,
|
| 1380 |
+
"learning_rate": 3.4452174960687033e-06,
|
| 1381 |
+
"loss": 1.1982421875,
|
| 1382 |
+
"step": 196
|
| 1383 |
+
},
|
| 1384 |
+
{
|
| 1385 |
+
"epoch": 0.6194968553459119,
|
| 1386 |
+
"grad_norm": 0.10985689610242844,
|
| 1387 |
+
"learning_rate": 3.3968276972363224e-06,
|
| 1388 |
+
"loss": 1.2041015625,
|
| 1389 |
+
"step": 197
|
| 1390 |
+
},
|
| 1391 |
+
{
|
| 1392 |
+
"epoch": 0.6226415094339622,
|
| 1393 |
+
"grad_norm": 0.09818878769874573,
|
| 1394 |
+
"learning_rate": 3.3486046902241663e-06,
|
| 1395 |
+
"loss": 1.19287109375,
|
| 1396 |
+
"step": 198
|
| 1397 |
+
},
|
| 1398 |
+
{
|
| 1399 |
+
"epoch": 0.6257861635220126,
|
| 1400 |
+
"grad_norm": 0.09397387504577637,
|
| 1401 |
+
"learning_rate": 3.3005534920869175e-06,
|
| 1402 |
+
"loss": 1.267578125,
|
| 1403 |
+
"step": 199
|
| 1404 |
+
},
|
| 1405 |
+
{
|
| 1406 |
+
"epoch": 0.6289308176100629,
|
| 1407 |
+
"grad_norm": 0.09300831705331802,
|
| 1408 |
+
"learning_rate": 3.252679102004509e-06,
|
| 1409 |
+
"loss": 1.24462890625,
|
| 1410 |
+
"step": 200
|
| 1411 |
+
},
|
| 1412 |
+
{
|
| 1413 |
+
"epoch": 0.6320754716981132,
|
| 1414 |
+
"grad_norm": 0.08829600363969803,
|
| 1415 |
+
"learning_rate": 3.204986500762006e-06,
|
| 1416 |
+
"loss": 1.25390625,
|
| 1417 |
+
"step": 201
|
| 1418 |
+
},
|
| 1419 |
+
{
|
| 1420 |
+
"epoch": 0.6352201257861635,
|
| 1421 |
+
"grad_norm": 0.0840512067079544,
|
| 1422 |
+
"learning_rate": 3.1574806502314206e-06,
|
| 1423 |
+
"loss": 1.11474609375,
|
| 1424 |
+
"step": 202
|
| 1425 |
+
},
|
| 1426 |
+
{
|
| 1427 |
+
"epoch": 0.6383647798742138,
|
| 1428 |
+
"grad_norm": 0.08670662343502045,
|
| 1429 |
+
"learning_rate": 3.110166492855468e-06,
|
| 1430 |
+
"loss": 1.203857421875,
|
| 1431 |
+
"step": 203
|
| 1432 |
+
},
|
| 1433 |
+
{
|
| 1434 |
+
"epoch": 0.6415094339622641,
|
| 1435 |
+
"grad_norm": 0.08876918256282806,
|
| 1436 |
+
"learning_rate": 3.063048951133386e-06,
|
| 1437 |
+
"loss": 1.237060546875,
|
| 1438 |
+
"step": 204
|
| 1439 |
+
},
|
| 1440 |
+
{
|
| 1441 |
+
"epoch": 0.6446540880503144,
|
| 1442 |
+
"grad_norm": 0.0912042111158371,
|
| 1443 |
+
"learning_rate": 3.016132927108787e-06,
|
| 1444 |
+
"loss": 1.20458984375,
|
| 1445 |
+
"step": 205
|
| 1446 |
+
},
|
| 1447 |
+
{
|
| 1448 |
+
"epoch": 0.6477987421383647,
|
| 1449 |
+
"grad_norm": 0.09555654227733612,
|
| 1450 |
+
"learning_rate": 2.9694233018596665e-06,
|
| 1451 |
+
"loss": 1.240478515625,
|
| 1452 |
+
"step": 206
|
| 1453 |
+
},
|
| 1454 |
+
{
|
| 1455 |
+
"epoch": 0.6509433962264151,
|
| 1456 |
+
"grad_norm": 0.10727142542600632,
|
| 1457 |
+
"learning_rate": 2.9229249349905686e-06,
|
| 1458 |
+
"loss": 1.22119140625,
|
| 1459 |
+
"step": 207
|
| 1460 |
+
},
|
| 1461 |
+
{
|
| 1462 |
+
"epoch": 0.6540880503144654,
|
| 1463 |
+
"grad_norm": 0.08861692994832993,
|
| 1464 |
+
"learning_rate": 2.8766426641270197e-06,
|
| 1465 |
+
"loss": 1.1953125,
|
| 1466 |
+
"step": 208
|
| 1467 |
+
},
|
| 1468 |
+
{
|
| 1469 |
+
"epoch": 0.6572327044025157,
|
| 1470 |
+
"grad_norm": 0.09431105107069016,
|
| 1471 |
+
"learning_rate": 2.83058130441221e-06,
|
| 1472 |
+
"loss": 1.26220703125,
|
| 1473 |
+
"step": 209
|
| 1474 |
+
},
|
| 1475 |
+
{
|
| 1476 |
+
"epoch": 0.660377358490566,
|
| 1477 |
+
"grad_norm": 0.08846162259578705,
|
| 1478 |
+
"learning_rate": 2.7847456480060476e-06,
|
| 1479 |
+
"loss": 1.22021484375,
|
| 1480 |
+
"step": 210
|
| 1481 |
+
},
|
| 1482 |
+
{
|
| 1483 |
+
"epoch": 0.6635220125786163,
|
| 1484 |
+
"grad_norm": 0.07520295679569244,
|
| 1485 |
+
"learning_rate": 2.7391404635865725e-06,
|
| 1486 |
+
"loss": 1.20068359375,
|
| 1487 |
+
"step": 211
|
| 1488 |
+
},
|
| 1489 |
+
{
|
| 1490 |
+
"epoch": 0.6666666666666666,
|
| 1491 |
+
"grad_norm": 0.08306454122066498,
|
| 1492 |
+
"learning_rate": 2.6937704958538483e-06,
|
| 1493 |
+
"loss": 1.154296875,
|
| 1494 |
+
"step": 212
|
| 1495 |
+
},
|
| 1496 |
+
{
|
| 1497 |
+
"epoch": 0.6698113207547169,
|
| 1498 |
+
"grad_norm": 0.08136342465877533,
|
| 1499 |
+
"learning_rate": 2.648640465036316e-06,
|
| 1500 |
+
"loss": 1.1875,
|
| 1501 |
+
"step": 213
|
| 1502 |
+
},
|
| 1503 |
+
{
|
| 1504 |
+
"epoch": 0.6729559748427673,
|
| 1505 |
+
"grad_norm": 0.0894201323390007,
|
| 1506 |
+
"learning_rate": 2.603755066399718e-06,
|
| 1507 |
+
"loss": 1.272705078125,
|
| 1508 |
+
"step": 214
|
| 1509 |
+
},
|
| 1510 |
+
{
|
| 1511 |
+
"epoch": 0.6761006289308176,
|
| 1512 |
+
"grad_norm": 0.10022783279418945,
|
| 1513 |
+
"learning_rate": 2.559118969758595e-06,
|
| 1514 |
+
"loss": 1.2265625,
|
| 1515 |
+
"step": 215
|
| 1516 |
+
},
|
| 1517 |
+
{
|
| 1518 |
+
"epoch": 0.6792452830188679,
|
| 1519 |
+
"grad_norm": 0.0807405486702919,
|
| 1520 |
+
"learning_rate": 2.514736818990463e-06,
|
| 1521 |
+
"loss": 1.18994140625,
|
| 1522 |
+
"step": 216
|
| 1523 |
+
},
|
| 1524 |
+
{
|
| 1525 |
+
"epoch": 0.6823899371069182,
|
| 1526 |
+
"grad_norm": 0.08904239535331726,
|
| 1527 |
+
"learning_rate": 2.470613231552661e-06,
|
| 1528 |
+
"loss": 1.11181640625,
|
| 1529 |
+
"step": 217
|
| 1530 |
+
},
|
| 1531 |
+
{
|
| 1532 |
+
"epoch": 0.6855345911949685,
|
| 1533 |
+
"grad_norm": 0.08609310537576675,
|
| 1534 |
+
"learning_rate": 2.4267527980019523e-06,
|
| 1535 |
+
"loss": 1.216796875,
|
| 1536 |
+
"step": 218
|
| 1537 |
+
},
|
| 1538 |
+
{
|
| 1539 |
+
"epoch": 0.6886792452830188,
|
| 1540 |
+
"grad_norm": 0.08292370289564133,
|
| 1541 |
+
"learning_rate": 2.383160081516941e-06,
|
| 1542 |
+
"loss": 1.2783203125,
|
| 1543 |
+
"step": 219
|
| 1544 |
+
},
|
| 1545 |
+
{
|
| 1546 |
+
"epoch": 0.6918238993710691,
|
| 1547 |
+
"grad_norm": 0.10215222090482712,
|
| 1548 |
+
"learning_rate": 2.339839617423318e-06,
|
| 1549 |
+
"loss": 1.248046875,
|
| 1550 |
+
"step": 220
|
| 1551 |
+
},
|
| 1552 |
+
{
|
| 1553 |
+
"epoch": 0.6949685534591195,
|
| 1554 |
+
"grad_norm": 0.08919369429349899,
|
| 1555 |
+
"learning_rate": 2.296795912722014e-06,
|
| 1556 |
+
"loss": 1.26953125,
|
| 1557 |
+
"step": 221
|
| 1558 |
+
},
|
| 1559 |
+
{
|
| 1560 |
+
"epoch": 0.6981132075471698,
|
| 1561 |
+
"grad_norm": 0.09696005284786224,
|
| 1562 |
+
"learning_rate": 2.254033445620293e-06,
|
| 1563 |
+
"loss": 1.19677734375,
|
| 1564 |
+
"step": 222
|
| 1565 |
+
},
|
| 1566 |
+
{
|
| 1567 |
+
"epoch": 0.7012578616352201,
|
| 1568 |
+
"grad_norm": 0.09767638891935349,
|
| 1569 |
+
"learning_rate": 2.211556665065854e-06,
|
| 1570 |
+
"loss": 1.23193359375,
|
| 1571 |
+
"step": 223
|
| 1572 |
+
},
|
| 1573 |
+
{
|
| 1574 |
+
"epoch": 0.7044025157232704,
|
| 1575 |
+
"grad_norm": 0.08746252954006195,
|
| 1576 |
+
"learning_rate": 2.169369990283963e-06,
|
| 1577 |
+
"loss": 1.228515625,
|
| 1578 |
+
"step": 224
|
| 1579 |
+
},
|
| 1580 |
+
{
|
| 1581 |
+
"epoch": 0.7075471698113207,
|
| 1582 |
+
"grad_norm": 0.0967244878411293,
|
| 1583 |
+
"learning_rate": 2.1274778103176854e-06,
|
| 1584 |
+
"loss": 1.240234375,
|
| 1585 |
+
"step": 225
|
| 1586 |
+
},
|
| 1587 |
+
{
|
| 1588 |
+
"epoch": 0.710691823899371,
|
| 1589 |
+
"grad_norm": 0.08571658283472061,
|
| 1590 |
+
"learning_rate": 2.08588448357125e-06,
|
| 1591 |
+
"loss": 1.265625,
|
| 1592 |
+
"step": 226
|
| 1593 |
+
},
|
| 1594 |
+
{
|
| 1595 |
+
"epoch": 0.7138364779874213,
|
| 1596 |
+
"grad_norm": 0.10917211323976517,
|
| 1597 |
+
"learning_rate": 2.0445943373566178e-06,
|
| 1598 |
+
"loss": 1.21875,
|
| 1599 |
+
"step": 227
|
| 1600 |
+
},
|
| 1601 |
+
{
|
| 1602 |
+
"epoch": 0.7169811320754716,
|
| 1603 |
+
"grad_norm": 0.08573350310325623,
|
| 1604 |
+
"learning_rate": 2.0036116674432653e-06,
|
| 1605 |
+
"loss": 1.181884765625,
|
| 1606 |
+
"step": 228
|
| 1607 |
+
},
|
| 1608 |
+
{
|
| 1609 |
+
"epoch": 0.720125786163522,
|
| 1610 |
+
"grad_norm": 0.09475314617156982,
|
| 1611 |
+
"learning_rate": 1.962940737611264e-06,
|
| 1612 |
+
"loss": 1.20849609375,
|
| 1613 |
+
"step": 229
|
| 1614 |
+
},
|
| 1615 |
+
{
|
| 1616 |
+
"epoch": 0.7232704402515723,
|
| 1617 |
+
"grad_norm": 0.08965165168046951,
|
| 1618 |
+
"learning_rate": 1.922585779207674e-06,
|
| 1619 |
+
"loss": 1.17822265625,
|
| 1620 |
+
"step": 230
|
| 1621 |
+
},
|
| 1622 |
+
{
|
| 1623 |
+
"epoch": 0.7264150943396226,
|
| 1624 |
+
"grad_norm": 0.08729615807533264,
|
| 1625 |
+
"learning_rate": 1.8825509907063328e-06,
|
| 1626 |
+
"loss": 1.27294921875,
|
| 1627 |
+
"step": 231
|
| 1628 |
+
},
|
| 1629 |
+
{
|
| 1630 |
+
"epoch": 0.7295597484276729,
|
| 1631 |
+
"grad_norm": 0.09284593164920807,
|
| 1632 |
+
"learning_rate": 1.8428405372710446e-06,
|
| 1633 |
+
"loss": 1.2294921875,
|
| 1634 |
+
"step": 232
|
| 1635 |
+
},
|
| 1636 |
+
{
|
| 1637 |
+
"epoch": 0.7327044025157232,
|
| 1638 |
+
"grad_norm": 0.0874868854880333,
|
| 1639 |
+
"learning_rate": 1.8034585503222441e-06,
|
| 1640 |
+
"loss": 1.11474609375,
|
| 1641 |
+
"step": 233
|
| 1642 |
+
},
|
| 1643 |
+
{
|
| 1644 |
+
"epoch": 0.7358490566037735,
|
| 1645 |
+
"grad_norm": 0.08022027462720871,
|
| 1646 |
+
"learning_rate": 1.7644091271071645e-06,
|
| 1647 |
+
"loss": 1.214111328125,
|
| 1648 |
+
"step": 234
|
| 1649 |
+
},
|
| 1650 |
+
{
|
| 1651 |
+
"epoch": 0.7389937106918238,
|
| 1652 |
+
"grad_norm": 0.0947025790810585,
|
| 1653 |
+
"learning_rate": 1.7256963302735752e-06,
|
| 1654 |
+
"loss": 1.19580078125,
|
| 1655 |
+
"step": 235
|
| 1656 |
+
},
|
| 1657 |
+
{
|
| 1658 |
+
"epoch": 0.7421383647798742,
|
| 1659 |
+
"grad_norm": 0.07570719718933105,
|
| 1660 |
+
"learning_rate": 1.687324187447102e-06,
|
| 1661 |
+
"loss": 1.265625,
|
| 1662 |
+
"step": 236
|
| 1663 |
+
},
|
| 1664 |
+
{
|
| 1665 |
+
"epoch": 0.7452830188679245,
|
| 1666 |
+
"grad_norm": 0.08627166599035263,
|
| 1667 |
+
"learning_rate": 1.6492966908122033e-06,
|
| 1668 |
+
"loss": 1.240234375,
|
| 1669 |
+
"step": 237
|
| 1670 |
+
},
|
| 1671 |
+
{
|
| 1672 |
+
"epoch": 0.7484276729559748,
|
| 1673 |
+
"grad_norm": 0.09424252808094025,
|
| 1674 |
+
"learning_rate": 1.611617796696821e-06,
|
| 1675 |
+
"loss": 1.22412109375,
|
| 1676 |
+
"step": 238
|
| 1677 |
+
},
|
| 1678 |
+
{
|
| 1679 |
+
"epoch": 0.7515723270440252,
|
| 1680 |
+
"grad_norm": 0.08505000174045563,
|
| 1681 |
+
"learning_rate": 1.5742914251607794e-06,
|
| 1682 |
+
"loss": 1.22509765625,
|
| 1683 |
+
"step": 239
|
| 1684 |
+
},
|
| 1685 |
+
{
|
| 1686 |
+
"epoch": 0.7547169811320755,
|
| 1687 |
+
"grad_norm": 0.0981978178024292,
|
| 1688 |
+
"learning_rate": 1.5373214595879416e-06,
|
| 1689 |
+
"loss": 1.228515625,
|
| 1690 |
+
"step": 240
|
| 1691 |
+
},
|
| 1692 |
+
{
|
| 1693 |
+
"epoch": 0.7578616352201258,
|
| 1694 |
+
"grad_norm": 0.08118585497140884,
|
| 1695 |
+
"learning_rate": 1.500711746282192e-06,
|
| 1696 |
+
"loss": 1.25537109375,
|
| 1697 |
+
"step": 241
|
| 1698 |
+
},
|
| 1699 |
+
{
|
| 1700 |
+
"epoch": 0.7610062893081762,
|
| 1701 |
+
"grad_norm": 0.08585264533758163,
|
| 1702 |
+
"learning_rate": 1.4644660940672628e-06,
|
| 1703 |
+
"loss": 1.310791015625,
|
| 1704 |
+
"step": 242
|
| 1705 |
+
},
|
| 1706 |
+
{
|
| 1707 |
+
"epoch": 0.7641509433962265,
|
| 1708 |
+
"grad_norm": 0.08260893076658249,
|
| 1709 |
+
"learning_rate": 1.4285882738904822e-06,
|
| 1710 |
+
"loss": 1.175048828125,
|
| 1711 |
+
"step": 243
|
| 1712 |
+
},
|
| 1713 |
+
{
|
| 1714 |
+
"epoch": 0.7672955974842768,
|
| 1715 |
+
"grad_norm": 0.09124623984098434,
|
| 1716 |
+
"learning_rate": 1.3930820184304423e-06,
|
| 1717 |
+
"loss": 1.22314453125,
|
| 1718 |
+
"step": 244
|
| 1719 |
+
},
|
| 1720 |
+
{
|
| 1721 |
+
"epoch": 0.7704402515723271,
|
| 1722 |
+
"grad_norm": 0.0838477611541748,
|
| 1723 |
+
"learning_rate": 1.357951021708655e-06,
|
| 1724 |
+
"loss": 1.238525390625,
|
| 1725 |
+
"step": 245
|
| 1726 |
+
},
|
| 1727 |
+
{
|
| 1728 |
+
"epoch": 0.7735849056603774,
|
| 1729 |
+
"grad_norm": 0.10469858348369598,
|
| 1730 |
+
"learning_rate": 1.323198938705238e-06,
|
| 1731 |
+
"loss": 1.23486328125,
|
| 1732 |
+
"step": 246
|
| 1733 |
+
},
|
| 1734 |
+
{
|
| 1735 |
+
"epoch": 0.7767295597484277,
|
| 1736 |
+
"grad_norm": 0.09047719091176987,
|
| 1737 |
+
"learning_rate": 1.2888293849786503e-06,
|
| 1738 |
+
"loss": 1.189697265625,
|
| 1739 |
+
"step": 247
|
| 1740 |
+
},
|
| 1741 |
+
{
|
| 1742 |
+
"epoch": 0.779874213836478,
|
| 1743 |
+
"grad_norm": 0.09436509758234024,
|
| 1744 |
+
"learning_rate": 1.2548459362895377e-06,
|
| 1745 |
+
"loss": 1.19091796875,
|
| 1746 |
+
"step": 248
|
| 1747 |
+
},
|
| 1748 |
+
{
|
| 1749 |
+
"epoch": 0.7830188679245284,
|
| 1750 |
+
"grad_norm": 0.09370195865631104,
|
| 1751 |
+
"learning_rate": 1.2212521282287093e-06,
|
| 1752 |
+
"loss": 1.20654296875,
|
| 1753 |
+
"step": 249
|
| 1754 |
+
},
|
| 1755 |
+
{
|
| 1756 |
+
"epoch": 0.7861635220125787,
|
| 1757 |
+
"grad_norm": 0.09401333332061768,
|
| 1758 |
+
"learning_rate": 1.188051455849309e-06,
|
| 1759 |
+
"loss": 1.1904296875,
|
| 1760 |
+
"step": 250
|
| 1761 |
+
},
|
| 1762 |
+
{
|
| 1763 |
+
"epoch": 0.789308176100629,
|
| 1764 |
+
"grad_norm": 0.08302223682403564,
|
| 1765 |
+
"learning_rate": 1.1552473733031893e-06,
|
| 1766 |
+
"loss": 1.224853515625,
|
| 1767 |
+
"step": 251
|
| 1768 |
+
},
|
| 1769 |
+
{
|
| 1770 |
+
"epoch": 0.7924528301886793,
|
| 1771 |
+
"grad_norm": 0.08327268809080124,
|
| 1772 |
+
"learning_rate": 1.1228432934815487e-06,
|
| 1773 |
+
"loss": 1.2490234375,
|
| 1774 |
+
"step": 252
|
| 1775 |
+
},
|
| 1776 |
+
{
|
| 1777 |
+
"epoch": 0.7955974842767296,
|
| 1778 |
+
"grad_norm": 0.09186363220214844,
|
| 1779 |
+
"learning_rate": 1.0908425876598512e-06,
|
| 1780 |
+
"loss": 1.2255859375,
|
| 1781 |
+
"step": 253
|
| 1782 |
+
},
|
| 1783 |
+
{
|
| 1784 |
+
"epoch": 0.7987421383647799,
|
| 1785 |
+
"grad_norm": 0.10745052248239517,
|
| 1786 |
+
"learning_rate": 1.0592485851470973e-06,
|
| 1787 |
+
"loss": 1.23876953125,
|
| 1788 |
+
"step": 254
|
| 1789 |
+
},
|
| 1790 |
+
{
|
| 1791 |
+
"epoch": 0.8018867924528302,
|
| 1792 |
+
"grad_norm": 0.09070909023284912,
|
| 1793 |
+
"learning_rate": 1.0280645729394368e-06,
|
| 1794 |
+
"loss": 1.21923828125,
|
| 1795 |
+
"step": 255
|
| 1796 |
+
},
|
| 1797 |
+
{
|
| 1798 |
+
"epoch": 0.8050314465408805,
|
| 1799 |
+
"grad_norm": 0.09789802879095078,
|
| 1800 |
+
"learning_rate": 9.972937953781985e-07,
|
| 1801 |
+
"loss": 1.210693359375,
|
| 1802 |
+
"step": 256
|
| 1803 |
+
},
|
| 1804 |
+
{
|
| 1805 |
+
"epoch": 0.8081761006289309,
|
| 1806 |
+
"grad_norm": 0.09813636541366577,
|
| 1807 |
+
"learning_rate": 9.6693945381235e-07,
|
| 1808 |
+
"loss": 1.248046875,
|
| 1809 |
+
"step": 257
|
| 1810 |
+
},
|
| 1811 |
+
{
|
| 1812 |
+
"epoch": 0.8113207547169812,
|
| 1813 |
+
"grad_norm": 0.0862487405538559,
|
| 1814 |
+
"learning_rate": 9.370047062654386e-07,
|
| 1815 |
+
"loss": 1.1884765625,
|
| 1816 |
+
"step": 258
|
| 1817 |
+
},
|
| 1818 |
+
{
|
| 1819 |
+
"epoch": 0.8144654088050315,
|
| 1820 |
+
"grad_norm": 0.08022520691156387,
|
| 1821 |
+
"learning_rate": 9.074926671070322e-07,
|
| 1822 |
+
"loss": 1.191650390625,
|
| 1823 |
+
"step": 259
|
| 1824 |
+
},
|
| 1825 |
+
{
|
| 1826 |
+
"epoch": 0.8176100628930818,
|
| 1827 |
+
"grad_norm": 0.08337897062301636,
|
| 1828 |
+
"learning_rate": 8.784064067287057e-07,
|
| 1829 |
+
"loss": 1.1689453125,
|
| 1830 |
+
"step": 260
|
| 1831 |
+
},
|
| 1832 |
+
{
|
| 1833 |
+
"epoch": 0.8207547169811321,
|
| 1834 |
+
"grad_norm": 0.09539865702390671,
|
| 1835 |
+
"learning_rate": 8.497489512245971e-07,
|
| 1836 |
+
"loss": 1.1767578125,
|
| 1837 |
+
"step": 261
|
| 1838 |
+
},
|
| 1839 |
+
{
|
| 1840 |
+
"epoch": 0.8238993710691824,
|
| 1841 |
+
"grad_norm": 0.09431402385234833,
|
| 1842 |
+
"learning_rate": 8.215232820765851e-07,
|
| 1843 |
+
"loss": 1.2138671875,
|
| 1844 |
+
"step": 262
|
| 1845 |
+
},
|
| 1846 |
+
{
|
| 1847 |
+
"epoch": 0.8270440251572327,
|
| 1848 |
+
"grad_norm": 0.10074929147958755,
|
| 1849 |
+
"learning_rate": 7.937323358440935e-07,
|
| 1850 |
+
"loss": 1.26904296875,
|
| 1851 |
+
"step": 263
|
| 1852 |
+
},
|
| 1853 |
+
{
|
| 1854 |
+
"epoch": 0.8301886792452831,
|
| 1855 |
+
"grad_norm": 0.08571036159992218,
|
| 1856 |
+
"learning_rate": 7.663790038585794e-07,
|
| 1857 |
+
"loss": 1.23046875,
|
| 1858 |
+
"step": 264
|
| 1859 |
+
},
|
| 1860 |
+
{
|
| 1861 |
+
"epoch": 0.8333333333333334,
|
| 1862 |
+
"grad_norm": 0.08719199895858765,
|
| 1863 |
+
"learning_rate": 7.394661319227175e-07,
|
| 1864 |
+
"loss": 1.23876953125,
|
| 1865 |
+
"step": 265
|
| 1866 |
+
},
|
| 1867 |
+
{
|
| 1868 |
+
"epoch": 0.8364779874213837,
|
| 1869 |
+
"grad_norm": 0.08014900237321854,
|
| 1870 |
+
"learning_rate": 7.129965200143335e-07,
|
| 1871 |
+
"loss": 1.227294921875,
|
| 1872 |
+
"step": 266
|
| 1873 |
+
},
|
| 1874 |
+
{
|
| 1875 |
+
"epoch": 0.839622641509434,
|
| 1876 |
+
"grad_norm": 0.1006547287106514,
|
| 1877 |
+
"learning_rate": 6.86972921995096e-07,
|
| 1878 |
+
"loss": 1.232421875,
|
| 1879 |
+
"step": 267
|
| 1880 |
+
},
|
| 1881 |
+
{
|
| 1882 |
+
"epoch": 0.8427672955974843,
|
| 1883 |
+
"grad_norm": 0.09184549003839493,
|
| 1884 |
+
"learning_rate": 6.613980453240065e-07,
|
| 1885 |
+
"loss": 1.17724609375,
|
| 1886 |
+
"step": 268
|
| 1887 |
+
},
|
| 1888 |
+
{
|
| 1889 |
+
"epoch": 0.8459119496855346,
|
| 1890 |
+
"grad_norm": 0.08853388577699661,
|
| 1891 |
+
"learning_rate": 6.36274550775719e-07,
|
| 1892 |
+
"loss": 1.205322265625,
|
| 1893 |
+
"step": 269
|
| 1894 |
+
},
|
| 1895 |
+
{
|
| 1896 |
+
"epoch": 0.8490566037735849,
|
| 1897 |
+
"grad_norm": 0.08986873179674149,
|
| 1898 |
+
"learning_rate": 6.116050521637218e-07,
|
| 1899 |
+
"loss": 1.197265625,
|
| 1900 |
+
"step": 270
|
| 1901 |
+
},
|
| 1902 |
+
{
|
| 1903 |
+
"epoch": 0.8522012578616353,
|
| 1904 |
+
"grad_norm": 0.09413354843854904,
|
| 1905 |
+
"learning_rate": 5.873921160683943e-07,
|
| 1906 |
+
"loss": 1.21044921875,
|
| 1907 |
+
"step": 271
|
| 1908 |
+
},
|
| 1909 |
+
{
|
| 1910 |
+
"epoch": 0.8553459119496856,
|
| 1911 |
+
"grad_norm": 0.10209821909666061,
|
| 1912 |
+
"learning_rate": 5.636382615699842e-07,
|
| 1913 |
+
"loss": 1.228759765625,
|
| 1914 |
+
"step": 272
|
| 1915 |
+
},
|
| 1916 |
+
{
|
| 1917 |
+
"epoch": 0.8584905660377359,
|
| 1918 |
+
"grad_norm": 0.09260933846235275,
|
| 1919 |
+
"learning_rate": 5.403459599865307e-07,
|
| 1920 |
+
"loss": 1.19091796875,
|
| 1921 |
+
"step": 273
|
| 1922 |
+
},
|
| 1923 |
+
{
|
| 1924 |
+
"epoch": 0.8616352201257862,
|
| 1925 |
+
"grad_norm": 0.0983046144247055,
|
| 1926 |
+
"learning_rate": 5.175176346167465e-07,
|
| 1927 |
+
"loss": 1.22705078125,
|
| 1928 |
+
"step": 274
|
| 1929 |
+
},
|
| 1930 |
+
{
|
| 1931 |
+
"epoch": 0.8647798742138365,
|
| 1932 |
+
"grad_norm": 0.08732131868600845,
|
| 1933 |
+
"learning_rate": 4.951556604879049e-07,
|
| 1934 |
+
"loss": 1.2109375,
|
| 1935 |
+
"step": 275
|
| 1936 |
+
},
|
| 1937 |
+
{
|
| 1938 |
+
"epoch": 0.8679245283018868,
|
| 1939 |
+
"grad_norm": 0.09008695185184479,
|
| 1940 |
+
"learning_rate": 4.732623641087403e-07,
|
| 1941 |
+
"loss": 1.22607421875,
|
| 1942 |
+
"step": 276
|
| 1943 |
+
},
|
| 1944 |
+
{
|
| 1945 |
+
"epoch": 0.8710691823899371,
|
| 1946 |
+
"grad_norm": 0.09183256328105927,
|
| 1947 |
+
"learning_rate": 4.5184002322740784e-07,
|
| 1948 |
+
"loss": 1.27099609375,
|
| 1949 |
+
"step": 277
|
| 1950 |
+
},
|
| 1951 |
+
{
|
| 1952 |
+
"epoch": 0.8742138364779874,
|
| 1953 |
+
"grad_norm": 0.10036151111125946,
|
| 1954 |
+
"learning_rate": 4.3089086659450774e-07,
|
| 1955 |
+
"loss": 1.24609375,
|
| 1956 |
+
"step": 278
|
| 1957 |
+
},
|
| 1958 |
+
{
|
| 1959 |
+
"epoch": 0.8773584905660378,
|
| 1960 |
+
"grad_norm": 0.08253729343414307,
|
| 1961 |
+
"learning_rate": 4.1041707373120354e-07,
|
| 1962 |
+
"loss": 1.240234375,
|
| 1963 |
+
"step": 279
|
| 1964 |
+
},
|
| 1965 |
+
{
|
| 1966 |
+
"epoch": 0.8805031446540881,
|
| 1967 |
+
"grad_norm": 0.08661764860153198,
|
| 1968 |
+
"learning_rate": 3.9042077470247574e-07,
|
| 1969 |
+
"loss": 1.2265625,
|
| 1970 |
+
"step": 280
|
| 1971 |
+
},
|
| 1972 |
+
{
|
| 1973 |
+
"epoch": 0.8836477987421384,
|
| 1974 |
+
"grad_norm": 0.11636807769536972,
|
| 1975 |
+
"learning_rate": 3.709040498955102e-07,
|
| 1976 |
+
"loss": 1.21630859375,
|
| 1977 |
+
"step": 281
|
| 1978 |
+
},
|
| 1979 |
+
{
|
| 1980 |
+
"epoch": 0.8867924528301887,
|
| 1981 |
+
"grad_norm": 0.09158287197351456,
|
| 1982 |
+
"learning_rate": 3.518689298032524e-07,
|
| 1983 |
+
"loss": 1.1962890625,
|
| 1984 |
+
"step": 282
|
| 1985 |
+
},
|
| 1986 |
+
{
|
| 1987 |
+
"epoch": 0.889937106918239,
|
| 1988 |
+
"grad_norm": 0.08876530826091766,
|
| 1989 |
+
"learning_rate": 3.333173948131663e-07,
|
| 1990 |
+
"loss": 1.27099609375,
|
| 1991 |
+
"step": 283
|
| 1992 |
+
},
|
| 1993 |
+
{
|
| 1994 |
+
"epoch": 0.8930817610062893,
|
| 1995 |
+
"grad_norm": 0.08798261731863022,
|
| 1996 |
+
"learning_rate": 3.1525137500119207e-07,
|
| 1997 |
+
"loss": 1.24951171875,
|
| 1998 |
+
"step": 284
|
| 1999 |
+
},
|
| 2000 |
+
{
|
| 2001 |
+
"epoch": 0.8962264150943396,
|
| 2002 |
+
"grad_norm": 0.08027750253677368,
|
| 2003 |
+
"learning_rate": 2.9767274993094285e-07,
|
| 2004 |
+
"loss": 1.24560546875,
|
| 2005 |
+
"step": 285
|
| 2006 |
+
},
|
| 2007 |
+
{
|
| 2008 |
+
"epoch": 0.89937106918239,
|
| 2009 |
+
"grad_norm": 0.09272100776433945,
|
| 2010 |
+
"learning_rate": 2.8058334845816214e-07,
|
| 2011 |
+
"loss": 1.199462890625,
|
| 2012 |
+
"step": 286
|
| 2013 |
+
},
|
| 2014 |
+
{
|
| 2015 |
+
"epoch": 0.9025157232704403,
|
| 2016 |
+
"grad_norm": 0.10138490796089172,
|
| 2017 |
+
"learning_rate": 2.6398494854045055e-07,
|
| 2018 |
+
"loss": 1.2041015625,
|
| 2019 |
+
"step": 287
|
| 2020 |
+
},
|
| 2021 |
+
{
|
| 2022 |
+
"epoch": 0.9056603773584906,
|
| 2023 |
+
"grad_norm": 0.10046400874853134,
|
| 2024 |
+
"learning_rate": 2.478792770522842e-07,
|
| 2025 |
+
"loss": 1.17041015625,
|
| 2026 |
+
"step": 288
|
| 2027 |
+
},
|
| 2028 |
+
{
|
| 2029 |
+
"epoch": 0.9088050314465409,
|
| 2030 |
+
"grad_norm": 0.08769627660512924,
|
| 2031 |
+
"learning_rate": 2.32268009605362e-07,
|
| 2032 |
+
"loss": 1.277587890625,
|
| 2033 |
+
"step": 289
|
| 2034 |
+
},
|
| 2035 |
+
{
|
| 2036 |
+
"epoch": 0.9119496855345912,
|
| 2037 |
+
"grad_norm": 0.08884772658348083,
|
| 2038 |
+
"learning_rate": 2.171527703742715e-07,
|
| 2039 |
+
"loss": 1.254638671875,
|
| 2040 |
+
"step": 290
|
| 2041 |
+
},
|
| 2042 |
+
{
|
| 2043 |
+
"epoch": 0.9150943396226415,
|
| 2044 |
+
"grad_norm": 0.07322319597005844,
|
| 2045 |
+
"learning_rate": 2.0253513192751374e-07,
|
| 2046 |
+
"loss": 1.20361328125,
|
| 2047 |
+
"step": 291
|
| 2048 |
+
},
|
| 2049 |
+
{
|
| 2050 |
+
"epoch": 0.9182389937106918,
|
| 2051 |
+
"grad_norm": 0.08685608953237534,
|
| 2052 |
+
"learning_rate": 1.884166150638933e-07,
|
| 2053 |
+
"loss": 1.252685546875,
|
| 2054 |
+
"step": 292
|
| 2055 |
+
},
|
| 2056 |
+
{
|
| 2057 |
+
"epoch": 0.9213836477987422,
|
| 2058 |
+
"grad_norm": 0.08980607241392136,
|
| 2059 |
+
"learning_rate": 1.7479868865430072e-07,
|
| 2060 |
+
"loss": 1.177734375,
|
| 2061 |
+
"step": 293
|
| 2062 |
+
},
|
| 2063 |
+
{
|
| 2064 |
+
"epoch": 0.9245283018867925,
|
| 2065 |
+
"grad_norm": 0.0856226310133934,
|
| 2066 |
+
"learning_rate": 1.6168276948889007e-07,
|
| 2067 |
+
"loss": 1.2509765625,
|
| 2068 |
+
"step": 294
|
| 2069 |
+
},
|
| 2070 |
+
{
|
| 2071 |
+
"epoch": 0.9276729559748428,
|
| 2072 |
+
"grad_norm": 0.0801997110247612,
|
| 2073 |
+
"learning_rate": 1.4907022212967803e-07,
|
| 2074 |
+
"loss": 1.2158203125,
|
| 2075 |
+
"step": 295
|
| 2076 |
+
},
|
| 2077 |
+
{
|
| 2078 |
+
"epoch": 0.9308176100628931,
|
| 2079 |
+
"grad_norm": 0.08406123518943787,
|
| 2080 |
+
"learning_rate": 1.3696235876857812e-07,
|
| 2081 |
+
"loss": 1.2265625,
|
| 2082 |
+
"step": 296
|
| 2083 |
+
},
|
| 2084 |
+
{
|
| 2085 |
+
"epoch": 0.9339622641509434,
|
| 2086 |
+
"grad_norm": 0.08864335715770721,
|
| 2087 |
+
"learning_rate": 1.253604390908819e-07,
|
| 2088 |
+
"loss": 1.2197265625,
|
| 2089 |
+
"step": 297
|
| 2090 |
+
},
|
| 2091 |
+
{
|
| 2092 |
+
"epoch": 0.9371069182389937,
|
| 2093 |
+
"grad_norm": 0.10364779084920883,
|
| 2094 |
+
"learning_rate": 1.1426567014420297e-07,
|
| 2095 |
+
"loss": 1.198486328125,
|
| 2096 |
+
"step": 298
|
| 2097 |
+
},
|
| 2098 |
+
{
|
| 2099 |
+
"epoch": 0.940251572327044,
|
| 2100 |
+
"grad_norm": 0.0869453102350235,
|
| 2101 |
+
"learning_rate": 1.0367920621289496e-07,
|
| 2102 |
+
"loss": 1.20751953125,
|
| 2103 |
+
"step": 299
|
| 2104 |
+
},
|
| 2105 |
+
{
|
| 2106 |
+
"epoch": 0.9433962264150944,
|
| 2107 |
+
"grad_norm": 0.08727333694696426,
|
| 2108 |
+
"learning_rate": 9.360214869796492e-08,
|
| 2109 |
+
"loss": 1.207275390625,
|
| 2110 |
+
"step": 300
|
| 2111 |
+
},
|
| 2112 |
+
{
|
| 2113 |
+
"epoch": 0.9465408805031447,
|
| 2114 |
+
"grad_norm": 0.09867426753044128,
|
| 2115 |
+
"learning_rate": 8.403554600248498e-08,
|
| 2116 |
+
"loss": 1.198974609375,
|
| 2117 |
+
"step": 301
|
| 2118 |
+
},
|
| 2119 |
+
{
|
| 2120 |
+
"epoch": 0.949685534591195,
|
| 2121 |
+
"grad_norm": 0.10300202667713165,
|
| 2122 |
+
"learning_rate": 7.498039342251573e-08,
|
| 2123 |
+
"loss": 1.2158203125,
|
| 2124 |
+
"step": 302
|
| 2125 |
+
},
|
| 2126 |
+
{
|
| 2127 |
+
"epoch": 0.9528301886792453,
|
| 2128 |
+
"grad_norm": 0.09961962699890137,
|
| 2129 |
+
"learning_rate": 6.643763304355566e-08,
|
| 2130 |
+
"loss": 1.24267578125,
|
| 2131 |
+
"step": 303
|
| 2132 |
+
},
|
| 2133 |
+
{
|
| 2134 |
+
"epoch": 0.9559748427672956,
|
| 2135 |
+
"grad_norm": 0.08277103304862976,
|
| 2136 |
+
"learning_rate": 5.8408153642533493e-08,
|
| 2137 |
+
"loss": 1.27392578125,
|
| 2138 |
+
"step": 304
|
| 2139 |
+
},
|
| 2140 |
+
{
|
| 2141 |
+
"epoch": 0.9591194968553459,
|
| 2142 |
+
"grad_norm": 0.09768108278512955,
|
| 2143 |
+
"learning_rate": 5.089279059533658e-08,
|
| 2144 |
+
"loss": 1.2109375,
|
| 2145 |
+
"step": 305
|
| 2146 |
+
},
|
| 2147 |
+
{
|
| 2148 |
+
"epoch": 0.9622641509433962,
|
| 2149 |
+
"grad_norm": 0.08892697095870972,
|
| 2150 |
+
"learning_rate": 4.389232578989988e-08,
|
| 2151 |
+
"loss": 1.17431640625,
|
| 2152 |
+
"step": 306
|
| 2153 |
+
},
|
| 2154 |
+
{
|
| 2155 |
+
"epoch": 0.9654088050314465,
|
| 2156 |
+
"grad_norm": 0.08239562809467316,
|
| 2157 |
+
"learning_rate": 3.7407487544861565e-08,
|
| 2158 |
+
"loss": 1.228759765625,
|
| 2159 |
+
"step": 307
|
| 2160 |
+
},
|
| 2161 |
+
{
|
| 2162 |
+
"epoch": 0.9685534591194969,
|
| 2163 |
+
"grad_norm": 0.09559322148561478,
|
| 2164 |
+
"learning_rate": 3.143895053378698e-08,
|
| 2165 |
+
"loss": 1.22509765625,
|
| 2166 |
+
"step": 308
|
| 2167 |
+
},
|
| 2168 |
+
{
|
| 2169 |
+
"epoch": 0.9716981132075472,
|
| 2170 |
+
"grad_norm": 0.09237507730722427,
|
| 2171 |
+
"learning_rate": 2.59873357149798e-08,
|
| 2172 |
+
"loss": 1.183837890625,
|
| 2173 |
+
"step": 309
|
| 2174 |
+
},
|
| 2175 |
+
{
|
| 2176 |
+
"epoch": 0.9748427672955975,
|
| 2177 |
+
"grad_norm": 0.08496708422899246,
|
| 2178 |
+
"learning_rate": 2.1053210266875346e-08,
|
| 2179 |
+
"loss": 1.21435546875,
|
| 2180 |
+
"step": 310
|
| 2181 |
+
},
|
| 2182 |
+
{
|
| 2183 |
+
"epoch": 0.9779874213836478,
|
| 2184 |
+
"grad_norm": 0.0905926525592804,
|
| 2185 |
+
"learning_rate": 1.6637087529033925e-08,
|
| 2186 |
+
"loss": 1.20458984375,
|
| 2187 |
+
"step": 311
|
| 2188 |
+
},
|
| 2189 |
+
{
|
| 2190 |
+
"epoch": 0.9811320754716981,
|
| 2191 |
+
"grad_norm": 0.09607579559087753,
|
| 2192 |
+
"learning_rate": 1.2739426948732426e-08,
|
| 2193 |
+
"loss": 1.19677734375,
|
| 2194 |
+
"step": 312
|
| 2195 |
+
},
|
| 2196 |
+
{
|
| 2197 |
+
"epoch": 0.9842767295597484,
|
| 2198 |
+
"grad_norm": 0.08372277021408081,
|
| 2199 |
+
"learning_rate": 9.36063403316534e-09,
|
| 2200 |
+
"loss": 1.118896484375,
|
| 2201 |
+
"step": 313
|
| 2202 |
+
},
|
| 2203 |
+
{
|
| 2204 |
+
"epoch": 0.9874213836477987,
|
| 2205 |
+
"grad_norm": 0.08898620307445526,
|
| 2206 |
+
"learning_rate": 6.501060307256835e-09,
|
| 2207 |
+
"loss": 1.208984375,
|
| 2208 |
+
"step": 314
|
| 2209 |
+
},
|
| 2210 |
+
{
|
| 2211 |
+
"epoch": 0.9905660377358491,
|
| 2212 |
+
"grad_norm": 0.0899147167801857,
|
| 2213 |
+
"learning_rate": 4.161003277085574e-09,
|
| 2214 |
+
"loss": 1.23486328125,
|
| 2215 |
+
"step": 315
|
| 2216 |
+
},
|
| 2217 |
+
{
|
| 2218 |
+
"epoch": 0.9937106918238994,
|
| 2219 |
+
"grad_norm": 0.09119053184986115,
|
| 2220 |
+
"learning_rate": 2.3407063989361324e-09,
|
| 2221 |
+
"loss": 1.259521484375,
|
| 2222 |
+
"step": 316
|
| 2223 |
+
},
|
| 2224 |
+
{
|
| 2225 |
+
"epoch": 0.9968553459119497,
|
| 2226 |
+
"grad_norm": 0.08343734592199326,
|
| 2227 |
+
"learning_rate": 1.040359053967599e-09,
|
| 2228 |
+
"loss": 1.231689453125,
|
| 2229 |
+
"step": 317
|
| 2230 |
+
},
|
| 2231 |
+
{
|
| 2232 |
+
"epoch": 1.0,
|
| 2233 |
+
"grad_norm": 0.0955134704709053,
|
| 2234 |
+
"learning_rate": 2.6009652851211044e-10,
|
| 2235 |
+
"loss": 1.25927734375,
|
| 2236 |
+
"step": 318
|
| 2237 |
+
},
|
| 2238 |
+
{
|
| 2239 |
+
"epoch": 1.0,
|
| 2240 |
+
"eval_loss": 1.35986328125,
|
| 2241 |
+
"eval_runtime": 10.9098,
|
| 2242 |
+
"eval_samples_per_second": 0.55,
|
| 2243 |
+
"eval_steps_per_second": 0.092,
|
| 2244 |
+
"step": 318
|
| 2245 |
+
}
|
| 2246 |
+
],
|
| 2247 |
+
"logging_steps": 1.0,
|
| 2248 |
+
"max_steps": 318,
|
| 2249 |
+
"num_input_tokens_seen": 0,
|
| 2250 |
+
"num_train_epochs": 1,
|
| 2251 |
+
"save_steps": 0,
|
| 2252 |
+
"stateful_callbacks": {
|
| 2253 |
+
"TrainerControl": {
|
| 2254 |
+
"args": {
|
| 2255 |
+
"should_epoch_stop": false,
|
| 2256 |
+
"should_evaluate": false,
|
| 2257 |
+
"should_log": false,
|
| 2258 |
+
"should_save": true,
|
| 2259 |
+
"should_training_stop": true
|
| 2260 |
+
},
|
| 2261 |
+
"attributes": {}
|
| 2262 |
+
}
|
| 2263 |
+
},
|
| 2264 |
+
"total_flos": 8.935569965579239e+18,
|
| 2265 |
+
"train_batch_size": 1,
|
| 2266 |
+
"trial_name": null,
|
| 2267 |
+
"trial_params": null
|
| 2268 |
+
}
|