Add checkpoint checkpoint-625
Browse files- .gitattributes +1 -0
- checkpoint-625/README.md +210 -0
- checkpoint-625/adapter_config.json +49 -0
- checkpoint-625/adapter_model.safetensors +3 -0
- checkpoint-625/chat_template.jinja +154 -0
- checkpoint-625/optimizer.pt +3 -0
- checkpoint-625/rng_state.pth +3 -0
- checkpoint-625/scheduler.pt +3 -0
- checkpoint-625/tokenizer.json +3 -0
- checkpoint-625/tokenizer_config.json +298 -0
- checkpoint-625/trainer_state.json +909 -0
- checkpoint-625/training_args.bin +3 -0
.gitattributes
CHANGED
|
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
checkpoint-200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
checkpoint-400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 38 |
checkpoint-600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 36 |
checkpoint-200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
checkpoint-400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 38 |
checkpoint-600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
checkpoint-625/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-625/README.md
ADDED
|
@@ -0,0 +1,210 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: khoi11/Qwen3.6-35B-A3B-Uncensored-HauhauCS-FP16
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:khoi11/Qwen3.6-35B-A3B-Uncensored-HauhauCS-FP16
|
| 7 |
+
- lora
|
| 8 |
+
- sft
|
| 9 |
+
- transformers
|
| 10 |
+
- trl
|
| 11 |
+
- unsloth
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# Model Card for Model ID
|
| 15 |
+
|
| 16 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
## Model Details
|
| 21 |
+
|
| 22 |
+
### Model Description
|
| 23 |
+
|
| 24 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
- **Developed by:** [More Information Needed]
|
| 29 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 30 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 31 |
+
- **Model type:** [More Information Needed]
|
| 32 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 33 |
+
- **License:** [More Information Needed]
|
| 34 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 35 |
+
|
| 36 |
+
### Model Sources [optional]
|
| 37 |
+
|
| 38 |
+
<!-- Provide the basic links for the model. -->
|
| 39 |
+
|
| 40 |
+
- **Repository:** [More Information Needed]
|
| 41 |
+
- **Paper [optional]:** [More Information Needed]
|
| 42 |
+
- **Demo [optional]:** [More Information Needed]
|
| 43 |
+
|
| 44 |
+
## Uses
|
| 45 |
+
|
| 46 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 47 |
+
|
| 48 |
+
### Direct Use
|
| 49 |
+
|
| 50 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 51 |
+
|
| 52 |
+
[More Information Needed]
|
| 53 |
+
|
| 54 |
+
### Downstream Use [optional]
|
| 55 |
+
|
| 56 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 57 |
+
|
| 58 |
+
[More Information Needed]
|
| 59 |
+
|
| 60 |
+
### Out-of-Scope Use
|
| 61 |
+
|
| 62 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 63 |
+
|
| 64 |
+
[More Information Needed]
|
| 65 |
+
|
| 66 |
+
## Bias, Risks, and Limitations
|
| 67 |
+
|
| 68 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 69 |
+
|
| 70 |
+
[More Information Needed]
|
| 71 |
+
|
| 72 |
+
### Recommendations
|
| 73 |
+
|
| 74 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 75 |
+
|
| 76 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 77 |
+
|
| 78 |
+
## How to Get Started with the Model
|
| 79 |
+
|
| 80 |
+
Use the code below to get started with the model.
|
| 81 |
+
|
| 82 |
+
[More Information Needed]
|
| 83 |
+
|
| 84 |
+
## Training Details
|
| 85 |
+
|
| 86 |
+
### Training Data
|
| 87 |
+
|
| 88 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 89 |
+
|
| 90 |
+
[More Information Needed]
|
| 91 |
+
|
| 92 |
+
### Training Procedure
|
| 93 |
+
|
| 94 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 95 |
+
|
| 96 |
+
#### Preprocessing [optional]
|
| 97 |
+
|
| 98 |
+
[More Information Needed]
|
| 99 |
+
|
| 100 |
+
|
| 101 |
+
#### Training Hyperparameters
|
| 102 |
+
|
| 103 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 104 |
+
|
| 105 |
+
#### Speeds, Sizes, Times [optional]
|
| 106 |
+
|
| 107 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 108 |
+
|
| 109 |
+
[More Information Needed]
|
| 110 |
+
|
| 111 |
+
## Evaluation
|
| 112 |
+
|
| 113 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 114 |
+
|
| 115 |
+
### Testing Data, Factors & Metrics
|
| 116 |
+
|
| 117 |
+
#### Testing Data
|
| 118 |
+
|
| 119 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 120 |
+
|
| 121 |
+
[More Information Needed]
|
| 122 |
+
|
| 123 |
+
#### Factors
|
| 124 |
+
|
| 125 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 126 |
+
|
| 127 |
+
[More Information Needed]
|
| 128 |
+
|
| 129 |
+
#### Metrics
|
| 130 |
+
|
| 131 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 132 |
+
|
| 133 |
+
[More Information Needed]
|
| 134 |
+
|
| 135 |
+
### Results
|
| 136 |
+
|
| 137 |
+
[More Information Needed]
|
| 138 |
+
|
| 139 |
+
#### Summary
|
| 140 |
+
|
| 141 |
+
|
| 142 |
+
|
| 143 |
+
## Model Examination [optional]
|
| 144 |
+
|
| 145 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 146 |
+
|
| 147 |
+
[More Information Needed]
|
| 148 |
+
|
| 149 |
+
## Environmental Impact
|
| 150 |
+
|
| 151 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 152 |
+
|
| 153 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 154 |
+
|
| 155 |
+
- **Hardware Type:** [More Information Needed]
|
| 156 |
+
- **Hours used:** [More Information Needed]
|
| 157 |
+
- **Cloud Provider:** [More Information Needed]
|
| 158 |
+
- **Compute Region:** [More Information Needed]
|
| 159 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 160 |
+
|
| 161 |
+
## Technical Specifications [optional]
|
| 162 |
+
|
| 163 |
+
### Model Architecture and Objective
|
| 164 |
+
|
| 165 |
+
[More Information Needed]
|
| 166 |
+
|
| 167 |
+
### Compute Infrastructure
|
| 168 |
+
|
| 169 |
+
[More Information Needed]
|
| 170 |
+
|
| 171 |
+
#### Hardware
|
| 172 |
+
|
| 173 |
+
[More Information Needed]
|
| 174 |
+
|
| 175 |
+
#### Software
|
| 176 |
+
|
| 177 |
+
[More Information Needed]
|
| 178 |
+
|
| 179 |
+
## Citation [optional]
|
| 180 |
+
|
| 181 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 182 |
+
|
| 183 |
+
**BibTeX:**
|
| 184 |
+
|
| 185 |
+
[More Information Needed]
|
| 186 |
+
|
| 187 |
+
**APA:**
|
| 188 |
+
|
| 189 |
+
[More Information Needed]
|
| 190 |
+
|
| 191 |
+
## Glossary [optional]
|
| 192 |
+
|
| 193 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 194 |
+
|
| 195 |
+
[More Information Needed]
|
| 196 |
+
|
| 197 |
+
## More Information [optional]
|
| 198 |
+
|
| 199 |
+
[More Information Needed]
|
| 200 |
+
|
| 201 |
+
## Model Card Authors [optional]
|
| 202 |
+
|
| 203 |
+
[More Information Needed]
|
| 204 |
+
|
| 205 |
+
## Model Card Contact
|
| 206 |
+
|
| 207 |
+
[More Information Needed]
|
| 208 |
+
### Framework versions
|
| 209 |
+
|
| 210 |
+
- PEFT 0.19.1
|
checkpoint-625/adapter_config.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "Qwen3_5MoeForConditionalGeneration",
|
| 7 |
+
"parent_library": "transformers.models.qwen3_5_moe.modeling_qwen3_5_moe",
|
| 8 |
+
"unsloth_fixed": true
|
| 9 |
+
},
|
| 10 |
+
"base_model_name_or_path": "khoi11/Qwen3.6-35B-A3B-Uncensored-HauhauCS-FP16",
|
| 11 |
+
"bias": "none",
|
| 12 |
+
"corda_config": null,
|
| 13 |
+
"ensure_weight_tying": false,
|
| 14 |
+
"eva_config": null,
|
| 15 |
+
"exclude_modules": null,
|
| 16 |
+
"fan_in_fan_out": false,
|
| 17 |
+
"inference_mode": true,
|
| 18 |
+
"init_lora_weights": true,
|
| 19 |
+
"layer_replication": null,
|
| 20 |
+
"layers_pattern": null,
|
| 21 |
+
"layers_to_transform": null,
|
| 22 |
+
"loftq_config": {},
|
| 23 |
+
"lora_alpha": 32,
|
| 24 |
+
"lora_bias": false,
|
| 25 |
+
"lora_dropout": 0.0,
|
| 26 |
+
"lora_ga_config": null,
|
| 27 |
+
"megatron_config": null,
|
| 28 |
+
"megatron_core": "megatron.core",
|
| 29 |
+
"modules_to_save": null,
|
| 30 |
+
"peft_type": "LORA",
|
| 31 |
+
"peft_version": "0.19.1",
|
| 32 |
+
"qalora_group_size": 16,
|
| 33 |
+
"r": 16,
|
| 34 |
+
"rank_pattern": {},
|
| 35 |
+
"revision": null,
|
| 36 |
+
"target_modules": [
|
| 37 |
+
"o_proj",
|
| 38 |
+
"v_proj",
|
| 39 |
+
"k_proj",
|
| 40 |
+
"q_proj"
|
| 41 |
+
],
|
| 42 |
+
"target_parameters": [],
|
| 43 |
+
"task_type": "CAUSAL_LM",
|
| 44 |
+
"trainable_token_indices": null,
|
| 45 |
+
"use_bdlora": null,
|
| 46 |
+
"use_dora": false,
|
| 47 |
+
"use_qalora": false,
|
| 48 |
+
"use_rslora": false
|
| 49 |
+
}
|
checkpoint-625/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be36702bf42a17a67b19564abeb581c01692aeec786fd11d3ff0f5fda6558534
|
| 3 |
+
size 13774432
|
checkpoint-625/chat_template.jinja
ADDED
|
@@ -0,0 +1,154 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- set image_count = namespace(value=0) %}
|
| 2 |
+
{%- set video_count = namespace(value=0) %}
|
| 3 |
+
{%- macro render_content(content, do_vision_count, is_system_content=false) %}
|
| 4 |
+
{%- if content is string %}
|
| 5 |
+
{{- content }}
|
| 6 |
+
{%- elif content is iterable and content is not mapping %}
|
| 7 |
+
{%- for item in content %}
|
| 8 |
+
{%- if 'image' in item or 'image_url' in item or item.type == 'image' %}
|
| 9 |
+
{%- if is_system_content %}
|
| 10 |
+
{{- raise_exception('System message cannot contain images.') }}
|
| 11 |
+
{%- endif %}
|
| 12 |
+
{%- if do_vision_count %}
|
| 13 |
+
{%- set image_count.value = image_count.value + 1 %}
|
| 14 |
+
{%- endif %}
|
| 15 |
+
{%- if add_vision_id %}
|
| 16 |
+
{{- 'Picture ' ~ image_count.value ~ ': ' }}
|
| 17 |
+
{%- endif %}
|
| 18 |
+
{{- '<|vision_start|><|image_pad|><|vision_end|>' }}
|
| 19 |
+
{%- elif 'video' in item or item.type == 'video' %}
|
| 20 |
+
{%- if is_system_content %}
|
| 21 |
+
{{- raise_exception('System message cannot contain videos.') }}
|
| 22 |
+
{%- endif %}
|
| 23 |
+
{%- if do_vision_count %}
|
| 24 |
+
{%- set video_count.value = video_count.value + 1 %}
|
| 25 |
+
{%- endif %}
|
| 26 |
+
{%- if add_vision_id %}
|
| 27 |
+
{{- 'Video ' ~ video_count.value ~ ': ' }}
|
| 28 |
+
{%- endif %}
|
| 29 |
+
{{- '<|vision_start|><|video_pad|><|vision_end|>' }}
|
| 30 |
+
{%- elif 'text' in item %}
|
| 31 |
+
{{- item.text }}
|
| 32 |
+
{%- else %}
|
| 33 |
+
{{- raise_exception('Unexpected item type in content.') }}
|
| 34 |
+
{%- endif %}
|
| 35 |
+
{%- endfor %}
|
| 36 |
+
{%- elif content is none or content is undefined %}
|
| 37 |
+
{{- '' }}
|
| 38 |
+
{%- else %}
|
| 39 |
+
{{- raise_exception('Unexpected content type.') }}
|
| 40 |
+
{%- endif %}
|
| 41 |
+
{%- endmacro %}
|
| 42 |
+
{%- if not messages %}
|
| 43 |
+
{{- raise_exception('No messages provided.') }}
|
| 44 |
+
{%- endif %}
|
| 45 |
+
{%- if tools and tools is iterable and tools is not mapping %}
|
| 46 |
+
{{- '<|im_start|>system\n' }}
|
| 47 |
+
{{- "# Tools\n\nYou have access to the following functions:\n\n<tools>" }}
|
| 48 |
+
{%- for tool in tools %}
|
| 49 |
+
{{- "\n" }}
|
| 50 |
+
{{- tool | tojson }}
|
| 51 |
+
{%- endfor %}
|
| 52 |
+
{{- "\n</tools>" }}
|
| 53 |
+
{{- '\n\nIf you choose to call a function ONLY reply in the following format with NO suffix:\n\n<tool_call>\n<function=example_function_name>\n<parameter=example_parameter_1>\nvalue_1\n</parameter>\n<parameter=example_parameter_2>\nThis is the value for the second parameter\nthat can span\nmultiple lines\n</parameter>\n</function>\n</tool_call>\n\n<IMPORTANT>\nReminder:\n- Function calls MUST follow the specified format: an inner <function=...></function> block must be nested within <tool_call></tool_call> XML tags\n- Required parameters MUST be specified\n- You may provide optional reasoning for your function call in natural language BEFORE the function call, but NOT after\n- If there is no function call available, answer the question like normal with your current knowledge and do not tell the user about function calls\n</IMPORTANT>' }}
|
| 54 |
+
{%- if messages[0].role == 'system' %}
|
| 55 |
+
{%- set content = render_content(messages[0].content, false, true)|trim %}
|
| 56 |
+
{%- if content %}
|
| 57 |
+
{{- '\n\n' + content }}
|
| 58 |
+
{%- endif %}
|
| 59 |
+
{%- endif %}
|
| 60 |
+
{{- '<|im_end|>\n' }}
|
| 61 |
+
{%- else %}
|
| 62 |
+
{%- if messages[0].role == 'system' %}
|
| 63 |
+
{%- set content = render_content(messages[0].content, false, true)|trim %}
|
| 64 |
+
{{- '<|im_start|>system\n' + content + '<|im_end|>\n' }}
|
| 65 |
+
{%- endif %}
|
| 66 |
+
{%- endif %}
|
| 67 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
| 68 |
+
{%- for message in messages[::-1] %}
|
| 69 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
| 70 |
+
{%- if ns.multi_step_tool and message.role == "user" %}
|
| 71 |
+
{%- set content = render_content(message.content, false)|trim %}
|
| 72 |
+
{%- if not(content.startswith('<tool_response>') and content.endswith('</tool_response>')) %}
|
| 73 |
+
{%- set ns.multi_step_tool = false %}
|
| 74 |
+
{%- set ns.last_query_index = index %}
|
| 75 |
+
{%- endif %}
|
| 76 |
+
{%- endif %}
|
| 77 |
+
{%- endfor %}
|
| 78 |
+
{%- if ns.multi_step_tool %}
|
| 79 |
+
{{- raise_exception('No user query found in messages.') }}
|
| 80 |
+
{%- endif %}
|
| 81 |
+
{%- for message in messages %}
|
| 82 |
+
{%- set content = render_content(message.content, true)|trim %}
|
| 83 |
+
{%- if message.role == "system" %}
|
| 84 |
+
{%- if not loop.first %}
|
| 85 |
+
{{- raise_exception('System message must be at the beginning.') }}
|
| 86 |
+
{%- endif %}
|
| 87 |
+
{%- elif message.role == "user" %}
|
| 88 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
| 89 |
+
{%- elif message.role == "assistant" %}
|
| 90 |
+
{%- set reasoning_content = '' %}
|
| 91 |
+
{%- if message.reasoning_content is string %}
|
| 92 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 93 |
+
{%- else %}
|
| 94 |
+
{%- if '</think>' in content %}
|
| 95 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 96 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
| 97 |
+
{%- endif %}
|
| 98 |
+
{%- endif %}
|
| 99 |
+
{%- set reasoning_content = reasoning_content|trim %}
|
| 100 |
+
{%- if (preserve_thinking is defined and preserve_thinking is true) or (loop.index0 > ns.last_query_index) %}
|
| 101 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content + '\n</think>\n\n' + content }}
|
| 102 |
+
{%- else %}
|
| 103 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 104 |
+
{%- endif %}
|
| 105 |
+
{%- if message.tool_calls and message.tool_calls is iterable and message.tool_calls is not mapping %}
|
| 106 |
+
{%- for tool_call in message.tool_calls %}
|
| 107 |
+
{%- if tool_call.function is defined %}
|
| 108 |
+
{%- set tool_call = tool_call.function %}
|
| 109 |
+
{%- endif %}
|
| 110 |
+
{%- if loop.first %}
|
| 111 |
+
{%- if content|trim %}
|
| 112 |
+
{{- '\n\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
|
| 113 |
+
{%- else %}
|
| 114 |
+
{{- '<tool_call>\n<function=' + tool_call.name + '>\n' }}
|
| 115 |
+
{%- endif %}
|
| 116 |
+
{%- else %}
|
| 117 |
+
{{- '\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
|
| 118 |
+
{%- endif %}
|
| 119 |
+
{%- if tool_call.arguments is defined %}
|
| 120 |
+
{%- for args_name, args_value in tool_call.arguments|items %}
|
| 121 |
+
{{- '<parameter=' + args_name + '>\n' }}
|
| 122 |
+
{%- set args_value = args_value | string if args_value is string else args_value | tojson | safe %}
|
| 123 |
+
{{- args_value }}
|
| 124 |
+
{{- '\n</parameter>\n' }}
|
| 125 |
+
{%- endfor %}
|
| 126 |
+
{%- endif %}
|
| 127 |
+
{{- '</function>\n</tool_call>' }}
|
| 128 |
+
{%- endfor %}
|
| 129 |
+
{%- endif %}
|
| 130 |
+
{{- '<|im_end|>\n' }}
|
| 131 |
+
{%- elif message.role == "tool" %}
|
| 132 |
+
{%- if loop.previtem and loop.previtem.role != "tool" %}
|
| 133 |
+
{{- '<|im_start|>user' }}
|
| 134 |
+
{%- endif %}
|
| 135 |
+
{{- '\n<tool_response>\n' }}
|
| 136 |
+
{{- content }}
|
| 137 |
+
{{- '\n</tool_response>' }}
|
| 138 |
+
{%- if not loop.last and loop.nextitem.role != "tool" %}
|
| 139 |
+
{{- '<|im_end|>\n' }}
|
| 140 |
+
{%- elif loop.last %}
|
| 141 |
+
{{- '<|im_end|>\n' }}
|
| 142 |
+
{%- endif %}
|
| 143 |
+
{%- else %}
|
| 144 |
+
{{- raise_exception('Unexpected message role.') }}
|
| 145 |
+
{%- endif %}
|
| 146 |
+
{%- endfor %}
|
| 147 |
+
{%- if add_generation_prompt %}
|
| 148 |
+
{{- '<|im_start|>assistant\n' }}
|
| 149 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
| 150 |
+
{{- '<think>\n\n</think>\n\n' }}
|
| 151 |
+
{%- else %}
|
| 152 |
+
{{- '<think>\n' }}
|
| 153 |
+
{%- endif %}
|
| 154 |
+
{%- endif %}
|
checkpoint-625/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:432476d65ff48cd69d0c742a4979abb8e7a0fc54c3a8e65f48cffa5770c6a842
|
| 3 |
+
size 27593099
|
checkpoint-625/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69eb21f3191d99b4ec0b327ab5e298906f5458871293441b1aef131b9a5364b6
|
| 3 |
+
size 14645
|
checkpoint-625/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3579a2c619adf4d74f2ab861e4060f33fd573a66c732d24981da7433b098bc7
|
| 3 |
+
size 1465
|
checkpoint-625/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd6b8cf757c22939ad262adb1077fa3b8e7cbb89054bc2507630b0f6aafd80ae
|
| 3 |
+
size 19989442
|
checkpoint-625/tokenizer_config.json
ADDED
|
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"model_max_length": 262144,
|
| 14 |
+
"model_specific_special_tokens": {
|
| 15 |
+
"audio_bos_token": "<|audio_start|>",
|
| 16 |
+
"audio_eos_token": "<|audio_end|>",
|
| 17 |
+
"audio_token": "<|audio_pad|>",
|
| 18 |
+
"image_token": "<|image_pad|>",
|
| 19 |
+
"video_token": "<|video_pad|>",
|
| 20 |
+
"vision_bos_token": "<|vision_start|>",
|
| 21 |
+
"vision_eos_token": "<|vision_end|>"
|
| 22 |
+
},
|
| 23 |
+
"pad_token": "<|endoftext|>",
|
| 24 |
+
"padding_side": "right",
|
| 25 |
+
"pretokenize_regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?[\\p{L}\\p{M}]+|\\p{N}| ?[^\\s\\p{L}\\p{M}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+",
|
| 26 |
+
"split_special_tokens": false,
|
| 27 |
+
"tokenizer_class": "TokenizersBackend",
|
| 28 |
+
"unk_token": null,
|
| 29 |
+
"video_token": "<|video_pad|>",
|
| 30 |
+
"vision_bos_token": "<|vision_start|>",
|
| 31 |
+
"vision_eos_token": "<|vision_end|>",
|
| 32 |
+
"added_tokens_decoder": {
|
| 33 |
+
"248044": {
|
| 34 |
+
"content": "<|endoftext|>",
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"lstrip": false,
|
| 37 |
+
"rstrip": false,
|
| 38 |
+
"normalized": false,
|
| 39 |
+
"special": true
|
| 40 |
+
},
|
| 41 |
+
"248045": {
|
| 42 |
+
"content": "<|im_start|>",
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"lstrip": false,
|
| 45 |
+
"rstrip": false,
|
| 46 |
+
"normalized": false,
|
| 47 |
+
"special": true
|
| 48 |
+
},
|
| 49 |
+
"248046": {
|
| 50 |
+
"content": "<|im_end|>",
|
| 51 |
+
"single_word": false,
|
| 52 |
+
"lstrip": false,
|
| 53 |
+
"rstrip": false,
|
| 54 |
+
"normalized": false,
|
| 55 |
+
"special": true
|
| 56 |
+
},
|
| 57 |
+
"248047": {
|
| 58 |
+
"content": "<|object_ref_start|>",
|
| 59 |
+
"single_word": false,
|
| 60 |
+
"lstrip": false,
|
| 61 |
+
"rstrip": false,
|
| 62 |
+
"normalized": false,
|
| 63 |
+
"special": true
|
| 64 |
+
},
|
| 65 |
+
"248048": {
|
| 66 |
+
"content": "<|object_ref_end|>",
|
| 67 |
+
"single_word": false,
|
| 68 |
+
"lstrip": false,
|
| 69 |
+
"rstrip": false,
|
| 70 |
+
"normalized": false,
|
| 71 |
+
"special": true
|
| 72 |
+
},
|
| 73 |
+
"248049": {
|
| 74 |
+
"content": "<|box_start|>",
|
| 75 |
+
"single_word": false,
|
| 76 |
+
"lstrip": false,
|
| 77 |
+
"rstrip": false,
|
| 78 |
+
"normalized": false,
|
| 79 |
+
"special": true
|
| 80 |
+
},
|
| 81 |
+
"248050": {
|
| 82 |
+
"content": "<|box_end|>",
|
| 83 |
+
"single_word": false,
|
| 84 |
+
"lstrip": false,
|
| 85 |
+
"rstrip": false,
|
| 86 |
+
"normalized": false,
|
| 87 |
+
"special": true
|
| 88 |
+
},
|
| 89 |
+
"248051": {
|
| 90 |
+
"content": "<|quad_start|>",
|
| 91 |
+
"single_word": false,
|
| 92 |
+
"lstrip": false,
|
| 93 |
+
"rstrip": false,
|
| 94 |
+
"normalized": false,
|
| 95 |
+
"special": true
|
| 96 |
+
},
|
| 97 |
+
"248052": {
|
| 98 |
+
"content": "<|quad_end|>",
|
| 99 |
+
"single_word": false,
|
| 100 |
+
"lstrip": false,
|
| 101 |
+
"rstrip": false,
|
| 102 |
+
"normalized": false,
|
| 103 |
+
"special": true
|
| 104 |
+
},
|
| 105 |
+
"248053": {
|
| 106 |
+
"content": "<|vision_start|>",
|
| 107 |
+
"single_word": false,
|
| 108 |
+
"lstrip": false,
|
| 109 |
+
"rstrip": false,
|
| 110 |
+
"normalized": false,
|
| 111 |
+
"special": true
|
| 112 |
+
},
|
| 113 |
+
"248054": {
|
| 114 |
+
"content": "<|vision_end|>",
|
| 115 |
+
"single_word": false,
|
| 116 |
+
"lstrip": false,
|
| 117 |
+
"rstrip": false,
|
| 118 |
+
"normalized": false,
|
| 119 |
+
"special": true
|
| 120 |
+
},
|
| 121 |
+
"248055": {
|
| 122 |
+
"content": "<|vision_pad|>",
|
| 123 |
+
"single_word": false,
|
| 124 |
+
"lstrip": false,
|
| 125 |
+
"rstrip": false,
|
| 126 |
+
"normalized": false,
|
| 127 |
+
"special": true
|
| 128 |
+
},
|
| 129 |
+
"248056": {
|
| 130 |
+
"content": "<|image_pad|>",
|
| 131 |
+
"single_word": false,
|
| 132 |
+
"lstrip": false,
|
| 133 |
+
"rstrip": false,
|
| 134 |
+
"normalized": false,
|
| 135 |
+
"special": true
|
| 136 |
+
},
|
| 137 |
+
"248057": {
|
| 138 |
+
"content": "<|video_pad|>",
|
| 139 |
+
"single_word": false,
|
| 140 |
+
"lstrip": false,
|
| 141 |
+
"rstrip": false,
|
| 142 |
+
"normalized": false,
|
| 143 |
+
"special": true
|
| 144 |
+
},
|
| 145 |
+
"248058": {
|
| 146 |
+
"content": "<tool_call>",
|
| 147 |
+
"single_word": false,
|
| 148 |
+
"lstrip": false,
|
| 149 |
+
"rstrip": false,
|
| 150 |
+
"normalized": false,
|
| 151 |
+
"special": false
|
| 152 |
+
},
|
| 153 |
+
"248059": {
|
| 154 |
+
"content": "</tool_call>",
|
| 155 |
+
"single_word": false,
|
| 156 |
+
"lstrip": false,
|
| 157 |
+
"rstrip": false,
|
| 158 |
+
"normalized": false,
|
| 159 |
+
"special": false
|
| 160 |
+
},
|
| 161 |
+
"248060": {
|
| 162 |
+
"content": "<|fim_prefix|>",
|
| 163 |
+
"single_word": false,
|
| 164 |
+
"lstrip": false,
|
| 165 |
+
"rstrip": false,
|
| 166 |
+
"normalized": false,
|
| 167 |
+
"special": false
|
| 168 |
+
},
|
| 169 |
+
"248061": {
|
| 170 |
+
"content": "<|fim_middle|>",
|
| 171 |
+
"single_word": false,
|
| 172 |
+
"lstrip": false,
|
| 173 |
+
"rstrip": false,
|
| 174 |
+
"normalized": false,
|
| 175 |
+
"special": false
|
| 176 |
+
},
|
| 177 |
+
"248062": {
|
| 178 |
+
"content": "<|fim_suffix|>",
|
| 179 |
+
"single_word": false,
|
| 180 |
+
"lstrip": false,
|
| 181 |
+
"rstrip": false,
|
| 182 |
+
"normalized": false,
|
| 183 |
+
"special": false
|
| 184 |
+
},
|
| 185 |
+
"248063": {
|
| 186 |
+
"content": "<|fim_pad|>",
|
| 187 |
+
"single_word": false,
|
| 188 |
+
"lstrip": false,
|
| 189 |
+
"rstrip": false,
|
| 190 |
+
"normalized": false,
|
| 191 |
+
"special": false
|
| 192 |
+
},
|
| 193 |
+
"248064": {
|
| 194 |
+
"content": "<|repo_name|>",
|
| 195 |
+
"single_word": false,
|
| 196 |
+
"lstrip": false,
|
| 197 |
+
"rstrip": false,
|
| 198 |
+
"normalized": false,
|
| 199 |
+
"special": false
|
| 200 |
+
},
|
| 201 |
+
"248065": {
|
| 202 |
+
"content": "<|file_sep|>",
|
| 203 |
+
"single_word": false,
|
| 204 |
+
"lstrip": false,
|
| 205 |
+
"rstrip": false,
|
| 206 |
+
"normalized": false,
|
| 207 |
+
"special": false
|
| 208 |
+
},
|
| 209 |
+
"248066": {
|
| 210 |
+
"content": "<tool_response>",
|
| 211 |
+
"single_word": false,
|
| 212 |
+
"lstrip": false,
|
| 213 |
+
"rstrip": false,
|
| 214 |
+
"normalized": false,
|
| 215 |
+
"special": false
|
| 216 |
+
},
|
| 217 |
+
"248067": {
|
| 218 |
+
"content": "</tool_response>",
|
| 219 |
+
"single_word": false,
|
| 220 |
+
"lstrip": false,
|
| 221 |
+
"rstrip": false,
|
| 222 |
+
"normalized": false,
|
| 223 |
+
"special": false
|
| 224 |
+
},
|
| 225 |
+
"248068": {
|
| 226 |
+
"content": "<think>",
|
| 227 |
+
"single_word": false,
|
| 228 |
+
"lstrip": false,
|
| 229 |
+
"rstrip": false,
|
| 230 |
+
"normalized": false,
|
| 231 |
+
"special": false
|
| 232 |
+
},
|
| 233 |
+
"248069": {
|
| 234 |
+
"content": "</think>",
|
| 235 |
+
"single_word": false,
|
| 236 |
+
"lstrip": false,
|
| 237 |
+
"rstrip": false,
|
| 238 |
+
"normalized": false,
|
| 239 |
+
"special": false
|
| 240 |
+
},
|
| 241 |
+
"248070": {
|
| 242 |
+
"content": "<|audio_start|>",
|
| 243 |
+
"single_word": false,
|
| 244 |
+
"lstrip": false,
|
| 245 |
+
"rstrip": false,
|
| 246 |
+
"normalized": false,
|
| 247 |
+
"special": true
|
| 248 |
+
},
|
| 249 |
+
"248071": {
|
| 250 |
+
"content": "<|audio_end|>",
|
| 251 |
+
"single_word": false,
|
| 252 |
+
"lstrip": false,
|
| 253 |
+
"rstrip": false,
|
| 254 |
+
"normalized": false,
|
| 255 |
+
"special": true
|
| 256 |
+
},
|
| 257 |
+
"248072": {
|
| 258 |
+
"content": "<tts_pad>",
|
| 259 |
+
"single_word": false,
|
| 260 |
+
"lstrip": false,
|
| 261 |
+
"rstrip": false,
|
| 262 |
+
"normalized": false,
|
| 263 |
+
"special": true
|
| 264 |
+
},
|
| 265 |
+
"248073": {
|
| 266 |
+
"content": "<tts_text_bos>",
|
| 267 |
+
"single_word": false,
|
| 268 |
+
"lstrip": false,
|
| 269 |
+
"rstrip": false,
|
| 270 |
+
"normalized": false,
|
| 271 |
+
"special": true
|
| 272 |
+
},
|
| 273 |
+
"248074": {
|
| 274 |
+
"content": "<tts_text_eod>",
|
| 275 |
+
"single_word": false,
|
| 276 |
+
"lstrip": false,
|
| 277 |
+
"rstrip": false,
|
| 278 |
+
"normalized": false,
|
| 279 |
+
"special": true
|
| 280 |
+
},
|
| 281 |
+
"248075": {
|
| 282 |
+
"content": "<tts_text_bos_single>",
|
| 283 |
+
"single_word": false,
|
| 284 |
+
"lstrip": false,
|
| 285 |
+
"rstrip": false,
|
| 286 |
+
"normalized": false,
|
| 287 |
+
"special": true
|
| 288 |
+
},
|
| 289 |
+
"248076": {
|
| 290 |
+
"content": "<|audio_pad|>",
|
| 291 |
+
"single_word": false,
|
| 292 |
+
"lstrip": false,
|
| 293 |
+
"rstrip": false,
|
| 294 |
+
"normalized": false,
|
| 295 |
+
"special": true
|
| 296 |
+
}
|
| 297 |
+
}
|
| 298 |
+
}
|
checkpoint-625/trainer_state.json
ADDED
|
@@ -0,0 +1,909 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 1.0,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 625,
|
| 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.008,
|
| 14 |
+
"grad_norm": 0.11767578125,
|
| 15 |
+
"learning_rate": 0.00016,
|
| 16 |
+
"loss": 0.6554988384246826,
|
| 17 |
+
"step": 5
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.016,
|
| 21 |
+
"grad_norm": 0.126953125,
|
| 22 |
+
"learning_rate": 0.00019870967741935483,
|
| 23 |
+
"loss": 0.6316752910614014,
|
| 24 |
+
"step": 10
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.024,
|
| 28 |
+
"grad_norm": 0.05908203125,
|
| 29 |
+
"learning_rate": 0.0001970967741935484,
|
| 30 |
+
"loss": 0.6129528522491455,
|
| 31 |
+
"step": 15
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.032,
|
| 35 |
+
"grad_norm": 0.062255859375,
|
| 36 |
+
"learning_rate": 0.00019548387096774195,
|
| 37 |
+
"loss": 0.60089111328125,
|
| 38 |
+
"step": 20
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.04,
|
| 42 |
+
"grad_norm": 0.0546875,
|
| 43 |
+
"learning_rate": 0.00019387096774193548,
|
| 44 |
+
"loss": 0.6051591873168946,
|
| 45 |
+
"step": 25
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.048,
|
| 49 |
+
"grad_norm": 0.053955078125,
|
| 50 |
+
"learning_rate": 0.00019225806451612904,
|
| 51 |
+
"loss": 0.5910581588745117,
|
| 52 |
+
"step": 30
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.056,
|
| 56 |
+
"grad_norm": 0.04931640625,
|
| 57 |
+
"learning_rate": 0.0001906451612903226,
|
| 58 |
+
"loss": 0.5913372993469238,
|
| 59 |
+
"step": 35
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.064,
|
| 63 |
+
"grad_norm": 0.05078125,
|
| 64 |
+
"learning_rate": 0.00018903225806451616,
|
| 65 |
+
"loss": 0.5835432052612305,
|
| 66 |
+
"step": 40
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.072,
|
| 70 |
+
"grad_norm": 0.047119140625,
|
| 71 |
+
"learning_rate": 0.0001874193548387097,
|
| 72 |
+
"loss": 0.5777533054351807,
|
| 73 |
+
"step": 45
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.08,
|
| 77 |
+
"grad_norm": 0.04833984375,
|
| 78 |
+
"learning_rate": 0.00018580645161290325,
|
| 79 |
+
"loss": 0.5595584392547608,
|
| 80 |
+
"step": 50
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.088,
|
| 84 |
+
"grad_norm": 0.1103515625,
|
| 85 |
+
"learning_rate": 0.0001841935483870968,
|
| 86 |
+
"loss": 0.5782830715179443,
|
| 87 |
+
"step": 55
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.096,
|
| 91 |
+
"grad_norm": 0.052001953125,
|
| 92 |
+
"learning_rate": 0.00018258064516129033,
|
| 93 |
+
"loss": 0.561436939239502,
|
| 94 |
+
"step": 60
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.104,
|
| 98 |
+
"grad_norm": 0.0537109375,
|
| 99 |
+
"learning_rate": 0.00018096774193548387,
|
| 100 |
+
"loss": 0.5930795192718505,
|
| 101 |
+
"step": 65
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.112,
|
| 105 |
+
"grad_norm": 0.051513671875,
|
| 106 |
+
"learning_rate": 0.00017935483870967742,
|
| 107 |
+
"loss": 0.5740991592407226,
|
| 108 |
+
"step": 70
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.12,
|
| 112 |
+
"grad_norm": 0.053955078125,
|
| 113 |
+
"learning_rate": 0.00017774193548387098,
|
| 114 |
+
"loss": 0.5711933135986328,
|
| 115 |
+
"step": 75
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.128,
|
| 119 |
+
"grad_norm": 0.054443359375,
|
| 120 |
+
"learning_rate": 0.0001761290322580645,
|
| 121 |
+
"loss": 0.5878489494323731,
|
| 122 |
+
"step": 80
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.136,
|
| 126 |
+
"grad_norm": 0.083984375,
|
| 127 |
+
"learning_rate": 0.00017451612903225807,
|
| 128 |
+
"loss": 0.5775240421295166,
|
| 129 |
+
"step": 85
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.144,
|
| 133 |
+
"grad_norm": 0.06298828125,
|
| 134 |
+
"learning_rate": 0.00017290322580645163,
|
| 135 |
+
"loss": 0.5785224914550782,
|
| 136 |
+
"step": 90
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.152,
|
| 140 |
+
"grad_norm": 0.058837890625,
|
| 141 |
+
"learning_rate": 0.00017129032258064516,
|
| 142 |
+
"loss": 0.5774213314056397,
|
| 143 |
+
"step": 95
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.16,
|
| 147 |
+
"grad_norm": 0.0556640625,
|
| 148 |
+
"learning_rate": 0.00016967741935483872,
|
| 149 |
+
"loss": 0.5569428443908692,
|
| 150 |
+
"step": 100
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.168,
|
| 154 |
+
"grad_norm": 0.057373046875,
|
| 155 |
+
"learning_rate": 0.00016806451612903228,
|
| 156 |
+
"loss": 0.5698188304901123,
|
| 157 |
+
"step": 105
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.176,
|
| 161 |
+
"grad_norm": 0.057861328125,
|
| 162 |
+
"learning_rate": 0.0001664516129032258,
|
| 163 |
+
"loss": 0.574033784866333,
|
| 164 |
+
"step": 110
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.184,
|
| 168 |
+
"grad_norm": 0.057373046875,
|
| 169 |
+
"learning_rate": 0.00016483870967741937,
|
| 170 |
+
"loss": 0.5798182010650634,
|
| 171 |
+
"step": 115
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.192,
|
| 175 |
+
"grad_norm": 0.06884765625,
|
| 176 |
+
"learning_rate": 0.00016322580645161292,
|
| 177 |
+
"loss": 0.5746054172515869,
|
| 178 |
+
"step": 120
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.2,
|
| 182 |
+
"grad_norm": 0.37109375,
|
| 183 |
+
"learning_rate": 0.00016161290322580645,
|
| 184 |
+
"loss": 0.5746851921081543,
|
| 185 |
+
"step": 125
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.208,
|
| 189 |
+
"grad_norm": 0.059326171875,
|
| 190 |
+
"learning_rate": 0.00016,
|
| 191 |
+
"loss": 0.5720233917236328,
|
| 192 |
+
"step": 130
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.216,
|
| 196 |
+
"grad_norm": 0.058349609375,
|
| 197 |
+
"learning_rate": 0.00015838709677419357,
|
| 198 |
+
"loss": 0.5694709777832031,
|
| 199 |
+
"step": 135
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.224,
|
| 203 |
+
"grad_norm": 0.06005859375,
|
| 204 |
+
"learning_rate": 0.0001567741935483871,
|
| 205 |
+
"loss": 0.56185941696167,
|
| 206 |
+
"step": 140
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 0.232,
|
| 210 |
+
"grad_norm": 0.06005859375,
|
| 211 |
+
"learning_rate": 0.00015516129032258063,
|
| 212 |
+
"loss": 0.5761864662170411,
|
| 213 |
+
"step": 145
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.24,
|
| 217 |
+
"grad_norm": 0.059814453125,
|
| 218 |
+
"learning_rate": 0.0001535483870967742,
|
| 219 |
+
"loss": 0.5672729969024658,
|
| 220 |
+
"step": 150
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.248,
|
| 224 |
+
"grad_norm": 0.05859375,
|
| 225 |
+
"learning_rate": 0.00015193548387096775,
|
| 226 |
+
"loss": 0.5709065437316895,
|
| 227 |
+
"step": 155
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.256,
|
| 231 |
+
"grad_norm": 0.06298828125,
|
| 232 |
+
"learning_rate": 0.00015032258064516128,
|
| 233 |
+
"loss": 0.5686789989471436,
|
| 234 |
+
"step": 160
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.264,
|
| 238 |
+
"grad_norm": 0.0595703125,
|
| 239 |
+
"learning_rate": 0.00014870967741935484,
|
| 240 |
+
"loss": 0.5607232570648193,
|
| 241 |
+
"step": 165
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.272,
|
| 245 |
+
"grad_norm": 0.06298828125,
|
| 246 |
+
"learning_rate": 0.0001470967741935484,
|
| 247 |
+
"loss": 0.5666838645935058,
|
| 248 |
+
"step": 170
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 0.28,
|
| 252 |
+
"grad_norm": 0.062255859375,
|
| 253 |
+
"learning_rate": 0.00014548387096774196,
|
| 254 |
+
"loss": 0.5663557052612305,
|
| 255 |
+
"step": 175
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.288,
|
| 259 |
+
"grad_norm": 0.06103515625,
|
| 260 |
+
"learning_rate": 0.00014387096774193549,
|
| 261 |
+
"loss": 0.5619307518005371,
|
| 262 |
+
"step": 180
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.296,
|
| 266 |
+
"grad_norm": 0.06494140625,
|
| 267 |
+
"learning_rate": 0.00014225806451612904,
|
| 268 |
+
"loss": 0.5675935268402099,
|
| 269 |
+
"step": 185
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 0.304,
|
| 273 |
+
"grad_norm": 0.09375,
|
| 274 |
+
"learning_rate": 0.0001406451612903226,
|
| 275 |
+
"loss": 0.558326530456543,
|
| 276 |
+
"step": 190
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.312,
|
| 280 |
+
"grad_norm": 0.068359375,
|
| 281 |
+
"learning_rate": 0.00013903225806451613,
|
| 282 |
+
"loss": 0.5571943759918213,
|
| 283 |
+
"step": 195
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 0.32,
|
| 287 |
+
"grad_norm": 0.06787109375,
|
| 288 |
+
"learning_rate": 0.0001374193548387097,
|
| 289 |
+
"loss": 0.5767090797424317,
|
| 290 |
+
"step": 200
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.328,
|
| 294 |
+
"grad_norm": 0.06542576849460602,
|
| 295 |
+
"learning_rate": 0.00013580645161290325,
|
| 296 |
+
"loss": 0.5813523292541504,
|
| 297 |
+
"step": 205
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.336,
|
| 301 |
+
"grad_norm": 0.06451020389795303,
|
| 302 |
+
"learning_rate": 0.00013419354838709678,
|
| 303 |
+
"loss": 0.5669836521148681,
|
| 304 |
+
"step": 210
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 0.344,
|
| 308 |
+
"grad_norm": 0.06229862943291664,
|
| 309 |
+
"learning_rate": 0.00013258064516129034,
|
| 310 |
+
"loss": 0.5780042171478271,
|
| 311 |
+
"step": 215
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 0.352,
|
| 315 |
+
"grad_norm": 0.09608947485685349,
|
| 316 |
+
"learning_rate": 0.00013096774193548387,
|
| 317 |
+
"loss": 0.5740575313568115,
|
| 318 |
+
"step": 220
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.36,
|
| 322 |
+
"grad_norm": 0.06359390914440155,
|
| 323 |
+
"learning_rate": 0.00012935483870967743,
|
| 324 |
+
"loss": 0.5707311630249023,
|
| 325 |
+
"step": 225
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.368,
|
| 329 |
+
"grad_norm": 0.06713160872459412,
|
| 330 |
+
"learning_rate": 0.00012774193548387096,
|
| 331 |
+
"loss": 0.5569428920745849,
|
| 332 |
+
"step": 230
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.376,
|
| 336 |
+
"grad_norm": 0.06508593261241913,
|
| 337 |
+
"learning_rate": 0.00012612903225806452,
|
| 338 |
+
"loss": 0.5606443881988525,
|
| 339 |
+
"step": 235
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.384,
|
| 343 |
+
"grad_norm": 0.06860020011663437,
|
| 344 |
+
"learning_rate": 0.00012451612903225808,
|
| 345 |
+
"loss": 0.5722582817077637,
|
| 346 |
+
"step": 240
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.392,
|
| 350 |
+
"grad_norm": 0.06724812090396881,
|
| 351 |
+
"learning_rate": 0.0001229032258064516,
|
| 352 |
+
"loss": 0.5671603202819824,
|
| 353 |
+
"step": 245
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 0.4,
|
| 357 |
+
"grad_norm": 0.06457360088825226,
|
| 358 |
+
"learning_rate": 0.00012129032258064516,
|
| 359 |
+
"loss": 0.5736354351043701,
|
| 360 |
+
"step": 250
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 0.408,
|
| 364 |
+
"grad_norm": 0.07162501662969589,
|
| 365 |
+
"learning_rate": 0.00011967741935483871,
|
| 366 |
+
"loss": 0.568655252456665,
|
| 367 |
+
"step": 255
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 0.416,
|
| 371 |
+
"grad_norm": 0.07056798785924911,
|
| 372 |
+
"learning_rate": 0.00011806451612903227,
|
| 373 |
+
"loss": 0.5712923049926758,
|
| 374 |
+
"step": 260
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 0.424,
|
| 378 |
+
"grad_norm": 0.06752821058034897,
|
| 379 |
+
"learning_rate": 0.00011645161290322581,
|
| 380 |
+
"loss": 0.574179744720459,
|
| 381 |
+
"step": 265
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 0.432,
|
| 385 |
+
"grad_norm": 0.06757891923189163,
|
| 386 |
+
"learning_rate": 0.00011483870967741937,
|
| 387 |
+
"loss": 0.568781852722168,
|
| 388 |
+
"step": 270
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 0.44,
|
| 392 |
+
"grad_norm": 0.06529594212770462,
|
| 393 |
+
"learning_rate": 0.00011322580645161291,
|
| 394 |
+
"loss": 0.5763449668884277,
|
| 395 |
+
"step": 275
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 0.448,
|
| 399 |
+
"grad_norm": 0.06725391000509262,
|
| 400 |
+
"learning_rate": 0.00011161290322580646,
|
| 401 |
+
"loss": 0.5555770397186279,
|
| 402 |
+
"step": 280
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 0.456,
|
| 406 |
+
"grad_norm": 0.06466025859117508,
|
| 407 |
+
"learning_rate": 0.00011000000000000002,
|
| 408 |
+
"loss": 0.558352279663086,
|
| 409 |
+
"step": 285
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 0.464,
|
| 413 |
+
"grad_norm": 0.0675201490521431,
|
| 414 |
+
"learning_rate": 0.00010838709677419356,
|
| 415 |
+
"loss": 0.5610656261444091,
|
| 416 |
+
"step": 290
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 0.472,
|
| 420 |
+
"grad_norm": 0.06591981649398804,
|
| 421 |
+
"learning_rate": 0.00010677419354838709,
|
| 422 |
+
"loss": 0.5565807819366455,
|
| 423 |
+
"step": 295
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 0.48,
|
| 427 |
+
"grad_norm": 0.06528247147798538,
|
| 428 |
+
"learning_rate": 0.00010516129032258064,
|
| 429 |
+
"loss": 0.5542235851287842,
|
| 430 |
+
"step": 300
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 0.488,
|
| 434 |
+
"grad_norm": 0.07089075446128845,
|
| 435 |
+
"learning_rate": 0.0001035483870967742,
|
| 436 |
+
"loss": 0.5591094017028808,
|
| 437 |
+
"step": 305
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 0.496,
|
| 441 |
+
"grad_norm": 0.07118254154920578,
|
| 442 |
+
"learning_rate": 0.00010193548387096774,
|
| 443 |
+
"loss": 0.5636035919189453,
|
| 444 |
+
"step": 310
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 0.504,
|
| 448 |
+
"grad_norm": 0.06858668476343155,
|
| 449 |
+
"learning_rate": 0.00010032258064516129,
|
| 450 |
+
"loss": 0.5677674770355224,
|
| 451 |
+
"step": 315
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 0.512,
|
| 455 |
+
"grad_norm": 0.06893937289714813,
|
| 456 |
+
"learning_rate": 9.870967741935484e-05,
|
| 457 |
+
"loss": 0.5631217956542969,
|
| 458 |
+
"step": 320
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 0.52,
|
| 462 |
+
"grad_norm": 0.07015130668878555,
|
| 463 |
+
"learning_rate": 9.709677419354839e-05,
|
| 464 |
+
"loss": 0.5573655605316162,
|
| 465 |
+
"step": 325
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 0.528,
|
| 469 |
+
"grad_norm": 0.07102397829294205,
|
| 470 |
+
"learning_rate": 9.548387096774195e-05,
|
| 471 |
+
"loss": 0.5720638751983642,
|
| 472 |
+
"step": 330
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 0.536,
|
| 476 |
+
"grad_norm": 0.08668693155050278,
|
| 477 |
+
"learning_rate": 9.387096774193549e-05,
|
| 478 |
+
"loss": 0.5595195770263672,
|
| 479 |
+
"step": 335
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"epoch": 0.544,
|
| 483 |
+
"grad_norm": 0.0652279481291771,
|
| 484 |
+
"learning_rate": 9.225806451612904e-05,
|
| 485 |
+
"loss": 0.5633126258850097,
|
| 486 |
+
"step": 340
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 0.552,
|
| 490 |
+
"grad_norm": 0.07421018183231354,
|
| 491 |
+
"learning_rate": 9.06451612903226e-05,
|
| 492 |
+
"loss": 0.5664429187774658,
|
| 493 |
+
"step": 345
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"epoch": 0.56,
|
| 497 |
+
"grad_norm": 0.07819076627492905,
|
| 498 |
+
"learning_rate": 8.903225806451614e-05,
|
| 499 |
+
"loss": 0.5585434913635254,
|
| 500 |
+
"step": 350
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 0.568,
|
| 504 |
+
"grad_norm": 0.07451411336660385,
|
| 505 |
+
"learning_rate": 8.741935483870968e-05,
|
| 506 |
+
"loss": 0.5587696552276611,
|
| 507 |
+
"step": 355
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 0.576,
|
| 511 |
+
"grad_norm": 0.07057429850101471,
|
| 512 |
+
"learning_rate": 8.580645161290323e-05,
|
| 513 |
+
"loss": 0.557004737854004,
|
| 514 |
+
"step": 360
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 0.584,
|
| 518 |
+
"grad_norm": 0.06424684822559357,
|
| 519 |
+
"learning_rate": 8.419354838709677e-05,
|
| 520 |
+
"loss": 0.5569393157958984,
|
| 521 |
+
"step": 365
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 0.592,
|
| 525 |
+
"grad_norm": 0.06557153165340424,
|
| 526 |
+
"learning_rate": 8.258064516129033e-05,
|
| 527 |
+
"loss": 0.563733434677124,
|
| 528 |
+
"step": 370
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"epoch": 0.6,
|
| 532 |
+
"grad_norm": 0.06546968221664429,
|
| 533 |
+
"learning_rate": 8.096774193548387e-05,
|
| 534 |
+
"loss": 0.570366907119751,
|
| 535 |
+
"step": 375
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"epoch": 0.608,
|
| 539 |
+
"grad_norm": 0.06591956317424774,
|
| 540 |
+
"learning_rate": 7.935483870967743e-05,
|
| 541 |
+
"loss": 0.5555679798126221,
|
| 542 |
+
"step": 380
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 0.616,
|
| 546 |
+
"grad_norm": 0.06823961436748505,
|
| 547 |
+
"learning_rate": 7.774193548387098e-05,
|
| 548 |
+
"loss": 0.5626004219055176,
|
| 549 |
+
"step": 385
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 0.624,
|
| 553 |
+
"grad_norm": 0.07176834344863892,
|
| 554 |
+
"learning_rate": 7.612903225806451e-05,
|
| 555 |
+
"loss": 0.575939130783081,
|
| 556 |
+
"step": 390
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 0.632,
|
| 560 |
+
"grad_norm": 0.06666567921638489,
|
| 561 |
+
"learning_rate": 7.451612903225807e-05,
|
| 562 |
+
"loss": 0.5563110828399658,
|
| 563 |
+
"step": 395
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 0.64,
|
| 567 |
+
"grad_norm": 0.06764642894268036,
|
| 568 |
+
"learning_rate": 7.290322580645161e-05,
|
| 569 |
+
"loss": 0.5638130187988282,
|
| 570 |
+
"step": 400
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 0.648,
|
| 574 |
+
"grad_norm": 0.06829249113798141,
|
| 575 |
+
"learning_rate": 7.129032258064517e-05,
|
| 576 |
+
"loss": 0.5660825252532959,
|
| 577 |
+
"step": 405
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 0.656,
|
| 581 |
+
"grad_norm": 0.09068518131971359,
|
| 582 |
+
"learning_rate": 6.967741935483871e-05,
|
| 583 |
+
"loss": 0.5557247638702393,
|
| 584 |
+
"step": 410
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"epoch": 0.664,
|
| 588 |
+
"grad_norm": 0.0700569748878479,
|
| 589 |
+
"learning_rate": 6.806451612903226e-05,
|
| 590 |
+
"loss": 0.5440712451934815,
|
| 591 |
+
"step": 415
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"epoch": 0.672,
|
| 595 |
+
"grad_norm": 0.06983818113803864,
|
| 596 |
+
"learning_rate": 6.645161290322582e-05,
|
| 597 |
+
"loss": 0.5671990871429443,
|
| 598 |
+
"step": 420
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"epoch": 0.68,
|
| 602 |
+
"grad_norm": 0.0715850442647934,
|
| 603 |
+
"learning_rate": 6.483870967741936e-05,
|
| 604 |
+
"loss": 0.5637064933776855,
|
| 605 |
+
"step": 425
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"epoch": 0.688,
|
| 609 |
+
"grad_norm": 0.06824701279401779,
|
| 610 |
+
"learning_rate": 6.32258064516129e-05,
|
| 611 |
+
"loss": 0.5788649559020996,
|
| 612 |
+
"step": 430
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 0.696,
|
| 616 |
+
"grad_norm": 0.07091919332742691,
|
| 617 |
+
"learning_rate": 6.161290322580645e-05,
|
| 618 |
+
"loss": 0.5736388683319091,
|
| 619 |
+
"step": 435
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 0.704,
|
| 623 |
+
"grad_norm": 0.07010844349861145,
|
| 624 |
+
"learning_rate": 6e-05,
|
| 625 |
+
"loss": 0.55319185256958,
|
| 626 |
+
"step": 440
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 0.712,
|
| 630 |
+
"grad_norm": 0.06883524358272552,
|
| 631 |
+
"learning_rate": 5.838709677419355e-05,
|
| 632 |
+
"loss": 0.5780259132385254,
|
| 633 |
+
"step": 445
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 0.72,
|
| 637 |
+
"grad_norm": 0.07393763959407806,
|
| 638 |
+
"learning_rate": 5.67741935483871e-05,
|
| 639 |
+
"loss": 0.557044792175293,
|
| 640 |
+
"step": 450
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 0.728,
|
| 644 |
+
"grad_norm": 0.06950511038303375,
|
| 645 |
+
"learning_rate": 5.516129032258065e-05,
|
| 646 |
+
"loss": 0.5620320796966553,
|
| 647 |
+
"step": 455
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 0.736,
|
| 651 |
+
"grad_norm": 0.06649049371480942,
|
| 652 |
+
"learning_rate": 5.35483870967742e-05,
|
| 653 |
+
"loss": 0.5640514373779297,
|
| 654 |
+
"step": 460
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 0.744,
|
| 658 |
+
"grad_norm": 0.0654178038239479,
|
| 659 |
+
"learning_rate": 5.193548387096775e-05,
|
| 660 |
+
"loss": 0.567882776260376,
|
| 661 |
+
"step": 465
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"epoch": 0.752,
|
| 665 |
+
"grad_norm": 0.06904909759759903,
|
| 666 |
+
"learning_rate": 5.032258064516129e-05,
|
| 667 |
+
"loss": 0.5655563831329345,
|
| 668 |
+
"step": 470
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"epoch": 0.76,
|
| 672 |
+
"grad_norm": 0.06747818738222122,
|
| 673 |
+
"learning_rate": 4.870967741935484e-05,
|
| 674 |
+
"loss": 0.5671658515930176,
|
| 675 |
+
"step": 475
|
| 676 |
+
},
|
| 677 |
+
{
|
| 678 |
+
"epoch": 0.768,
|
| 679 |
+
"grad_norm": 0.06916290521621704,
|
| 680 |
+
"learning_rate": 4.7096774193548385e-05,
|
| 681 |
+
"loss": 0.570194673538208,
|
| 682 |
+
"step": 480
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"epoch": 0.776,
|
| 686 |
+
"grad_norm": 0.07048875093460083,
|
| 687 |
+
"learning_rate": 4.548387096774194e-05,
|
| 688 |
+
"loss": 0.5832510948181152,
|
| 689 |
+
"step": 485
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"epoch": 0.784,
|
| 693 |
+
"grad_norm": 0.06946586817502975,
|
| 694 |
+
"learning_rate": 4.387096774193549e-05,
|
| 695 |
+
"loss": 0.5504323959350585,
|
| 696 |
+
"step": 490
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"epoch": 0.792,
|
| 700 |
+
"grad_norm": 0.06650974601507187,
|
| 701 |
+
"learning_rate": 4.225806451612904e-05,
|
| 702 |
+
"loss": 0.5517677307128906,
|
| 703 |
+
"step": 495
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"epoch": 0.8,
|
| 707 |
+
"grad_norm": 0.06879310309886932,
|
| 708 |
+
"learning_rate": 4.0645161290322584e-05,
|
| 709 |
+
"loss": 0.5599205017089843,
|
| 710 |
+
"step": 500
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"epoch": 0.808,
|
| 714 |
+
"grad_norm": 0.06860392540693283,
|
| 715 |
+
"learning_rate": 3.903225806451613e-05,
|
| 716 |
+
"loss": 0.5657797813415527,
|
| 717 |
+
"step": 505
|
| 718 |
+
},
|
| 719 |
+
{
|
| 720 |
+
"epoch": 0.816,
|
| 721 |
+
"grad_norm": 0.06568386405706406,
|
| 722 |
+
"learning_rate": 3.741935483870968e-05,
|
| 723 |
+
"loss": 0.5563346385955811,
|
| 724 |
+
"step": 510
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"epoch": 0.824,
|
| 728 |
+
"grad_norm": 0.07192289084196091,
|
| 729 |
+
"learning_rate": 3.580645161290323e-05,
|
| 730 |
+
"loss": 0.5695600032806396,
|
| 731 |
+
"step": 515
|
| 732 |
+
},
|
| 733 |
+
{
|
| 734 |
+
"epoch": 0.832,
|
| 735 |
+
"grad_norm": 0.07968848198652267,
|
| 736 |
+
"learning_rate": 3.4193548387096776e-05,
|
| 737 |
+
"loss": 0.5501180648803711,
|
| 738 |
+
"step": 520
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"epoch": 0.84,
|
| 742 |
+
"grad_norm": 0.06926244497299194,
|
| 743 |
+
"learning_rate": 3.258064516129033e-05,
|
| 744 |
+
"loss": 0.5559171676635742,
|
| 745 |
+
"step": 525
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"epoch": 0.848,
|
| 749 |
+
"grad_norm": 0.06760943681001663,
|
| 750 |
+
"learning_rate": 3.096774193548387e-05,
|
| 751 |
+
"loss": 0.5637694835662842,
|
| 752 |
+
"step": 530
|
| 753 |
+
},
|
| 754 |
+
{
|
| 755 |
+
"epoch": 0.856,
|
| 756 |
+
"grad_norm": 0.06881634145975113,
|
| 757 |
+
"learning_rate": 2.9354838709677417e-05,
|
| 758 |
+
"loss": 0.562023115158081,
|
| 759 |
+
"step": 535
|
| 760 |
+
},
|
| 761 |
+
{
|
| 762 |
+
"epoch": 0.864,
|
| 763 |
+
"grad_norm": 0.06764361262321472,
|
| 764 |
+
"learning_rate": 2.7741935483870968e-05,
|
| 765 |
+
"loss": 0.5580467224121094,
|
| 766 |
+
"step": 540
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"epoch": 0.872,
|
| 770 |
+
"grad_norm": 0.06766146421432495,
|
| 771 |
+
"learning_rate": 2.6129032258064516e-05,
|
| 772 |
+
"loss": 0.5589831352233887,
|
| 773 |
+
"step": 545
|
| 774 |
+
},
|
| 775 |
+
{
|
| 776 |
+
"epoch": 0.88,
|
| 777 |
+
"grad_norm": 0.0757446140050888,
|
| 778 |
+
"learning_rate": 2.4516129032258064e-05,
|
| 779 |
+
"loss": 0.5543781757354737,
|
| 780 |
+
"step": 550
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"epoch": 0.888,
|
| 784 |
+
"grad_norm": 0.06817227602005005,
|
| 785 |
+
"learning_rate": 2.2903225806451615e-05,
|
| 786 |
+
"loss": 0.5628514289855957,
|
| 787 |
+
"step": 555
|
| 788 |
+
},
|
| 789 |
+
{
|
| 790 |
+
"epoch": 0.896,
|
| 791 |
+
"grad_norm": 0.07092993706464767,
|
| 792 |
+
"learning_rate": 2.129032258064516e-05,
|
| 793 |
+
"loss": 0.5675341606140136,
|
| 794 |
+
"step": 560
|
| 795 |
+
},
|
| 796 |
+
{
|
| 797 |
+
"epoch": 0.904,
|
| 798 |
+
"grad_norm": 0.06779942661523819,
|
| 799 |
+
"learning_rate": 1.967741935483871e-05,
|
| 800 |
+
"loss": 0.5614606857299804,
|
| 801 |
+
"step": 565
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"epoch": 0.912,
|
| 805 |
+
"grad_norm": 0.07492519170045853,
|
| 806 |
+
"learning_rate": 1.806451612903226e-05,
|
| 807 |
+
"loss": 0.5568675994873047,
|
| 808 |
+
"step": 570
|
| 809 |
+
},
|
| 810 |
+
{
|
| 811 |
+
"epoch": 0.92,
|
| 812 |
+
"grad_norm": 0.06805197149515152,
|
| 813 |
+
"learning_rate": 1.6451612903225807e-05,
|
| 814 |
+
"loss": 0.5574911117553711,
|
| 815 |
+
"step": 575
|
| 816 |
+
},
|
| 817 |
+
{
|
| 818 |
+
"epoch": 0.928,
|
| 819 |
+
"grad_norm": 0.06900990754365921,
|
| 820 |
+
"learning_rate": 1.4838709677419355e-05,
|
| 821 |
+
"loss": 0.565622091293335,
|
| 822 |
+
"step": 580
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"epoch": 0.936,
|
| 826 |
+
"grad_norm": 0.07820545136928558,
|
| 827 |
+
"learning_rate": 1.3225806451612905e-05,
|
| 828 |
+
"loss": 0.5542529106140137,
|
| 829 |
+
"step": 585
|
| 830 |
+
},
|
| 831 |
+
{
|
| 832 |
+
"epoch": 0.944,
|
| 833 |
+
"grad_norm": 0.06747955828905106,
|
| 834 |
+
"learning_rate": 1.1612903225806453e-05,
|
| 835 |
+
"loss": 0.5684441089630127,
|
| 836 |
+
"step": 590
|
| 837 |
+
},
|
| 838 |
+
{
|
| 839 |
+
"epoch": 0.952,
|
| 840 |
+
"grad_norm": 0.0708058774471283,
|
| 841 |
+
"learning_rate": 1e-05,
|
| 842 |
+
"loss": 0.5612256050109863,
|
| 843 |
+
"step": 595
|
| 844 |
+
},
|
| 845 |
+
{
|
| 846 |
+
"epoch": 0.96,
|
| 847 |
+
"grad_norm": 0.06703224778175354,
|
| 848 |
+
"learning_rate": 8.387096774193549e-06,
|
| 849 |
+
"loss": 0.5605002880096436,
|
| 850 |
+
"step": 600
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"epoch": 0.968,
|
| 854 |
+
"grad_norm": 0.06872890889644623,
|
| 855 |
+
"learning_rate": 6.774193548387098e-06,
|
| 856 |
+
"loss": 0.5640598773956299,
|
| 857 |
+
"step": 605
|
| 858 |
+
},
|
| 859 |
+
{
|
| 860 |
+
"epoch": 0.976,
|
| 861 |
+
"grad_norm": 0.07115549594163895,
|
| 862 |
+
"learning_rate": 5.161290322580646e-06,
|
| 863 |
+
"loss": 0.5665970802307129,
|
| 864 |
+
"step": 610
|
| 865 |
+
},
|
| 866 |
+
{
|
| 867 |
+
"epoch": 0.984,
|
| 868 |
+
"grad_norm": 0.06576542556285858,
|
| 869 |
+
"learning_rate": 3.5483870967741936e-06,
|
| 870 |
+
"loss": 0.557554817199707,
|
| 871 |
+
"step": 615
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"epoch": 0.992,
|
| 875 |
+
"grad_norm": 0.06863939762115479,
|
| 876 |
+
"learning_rate": 1.935483870967742e-06,
|
| 877 |
+
"loss": 0.5651103019714355,
|
| 878 |
+
"step": 620
|
| 879 |
+
},
|
| 880 |
+
{
|
| 881 |
+
"epoch": 1.0,
|
| 882 |
+
"grad_norm": 0.06741167604923248,
|
| 883 |
+
"learning_rate": 3.2258064516129035e-07,
|
| 884 |
+
"loss": 0.552934217453003,
|
| 885 |
+
"step": 625
|
| 886 |
+
}
|
| 887 |
+
],
|
| 888 |
+
"logging_steps": 5,
|
| 889 |
+
"max_steps": 625,
|
| 890 |
+
"num_input_tokens_seen": 0,
|
| 891 |
+
"num_train_epochs": 9223372036854775807,
|
| 892 |
+
"save_steps": 200,
|
| 893 |
+
"stateful_callbacks": {
|
| 894 |
+
"TrainerControl": {
|
| 895 |
+
"args": {
|
| 896 |
+
"should_epoch_stop": false,
|
| 897 |
+
"should_evaluate": false,
|
| 898 |
+
"should_log": false,
|
| 899 |
+
"should_save": true,
|
| 900 |
+
"should_training_stop": true
|
| 901 |
+
},
|
| 902 |
+
"attributes": {}
|
| 903 |
+
}
|
| 904 |
+
},
|
| 905 |
+
"total_flos": 1.523367338464738e+19,
|
| 906 |
+
"train_batch_size": 1,
|
| 907 |
+
"trial_name": null,
|
| 908 |
+
"trial_params": null
|
| 909 |
+
}
|
checkpoint-625/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10a24cfc6ee2186c0446e0fd75df783a654c15395f9ddc0908f39a0fc528fd00
|
| 3 |
+
size 5713
|