Text Generation
PEFT
Safetensors
English
lora
qwen
guardrails
code-detection
language-identification
multi-label-classification
quantization
8-bit precision
conversational
Eval Results (legacy)
Instructions to use Accuknoxtechnologies/CodeLanguage-Qwen3.5-2B-v5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Accuknoxtechnologies/CodeLanguage-Qwen3.5-2B-v5 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3.5-2B") model = PeftModel.from_pretrained(base_model, "Accuknoxtechnologies/CodeLanguage-Qwen3.5-2B-v5") - Notebooks
- Google Colab
- Kaggle
upload trained Qwen LangID guard LoRA
Browse files- .gitattributes +3 -0
- README.md +207 -0
- adapter_config.json +48 -0
- adapter_model.safetensors +3 -0
- chat_template.jinja +154 -0
- checkpoint-1125/README.md +207 -0
- checkpoint-1125/adapter_config.json +48 -0
- checkpoint-1125/adapter_model.safetensors +3 -0
- checkpoint-1125/chat_template.jinja +154 -0
- checkpoint-1125/optimizer.pt +3 -0
- checkpoint-1125/rng_state.pth +3 -0
- checkpoint-1125/scheduler.pt +3 -0
- checkpoint-1125/tokenizer.json +3 -0
- checkpoint-1125/tokenizer_config.json +32 -0
- checkpoint-1125/trainer_state.json +826 -0
- checkpoint-1125/training_args.bin +3 -0
- checkpoint-2250/README.md +207 -0
- checkpoint-2250/adapter_config.json +48 -0
- checkpoint-2250/adapter_model.safetensors +3 -0
- checkpoint-2250/chat_template.jinja +154 -0
- checkpoint-2250/optimizer.pt +3 -0
- checkpoint-2250/rng_state.pth +3 -0
- checkpoint-2250/scheduler.pt +3 -0
- checkpoint-2250/tokenizer.json +3 -0
- checkpoint-2250/tokenizer_config.json +32 -0
- checkpoint-2250/trainer_state.json +1625 -0
- checkpoint-2250/training_args.bin +3 -0
- tokenizer.json +3 -0
- tokenizer_config.json +32 -0
- training_args.bin +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,6 @@ 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 |
+
checkpoint-1125/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
checkpoint-2250/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen3.5-2B
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen3.5-2B
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Model Card for Model ID
|
| 12 |
+
|
| 13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
### Model Description
|
| 20 |
+
|
| 21 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
- **Developed by:** [More Information Needed]
|
| 26 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 27 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 28 |
+
- **Model type:** [More Information Needed]
|
| 29 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 30 |
+
- **License:** [More Information Needed]
|
| 31 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 32 |
+
|
| 33 |
+
### Model Sources [optional]
|
| 34 |
+
|
| 35 |
+
<!-- Provide the basic links for the model. -->
|
| 36 |
+
|
| 37 |
+
- **Repository:** [More Information Needed]
|
| 38 |
+
- **Paper [optional]:** [More Information Needed]
|
| 39 |
+
- **Demo [optional]:** [More Information Needed]
|
| 40 |
+
|
| 41 |
+
## Uses
|
| 42 |
+
|
| 43 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 44 |
+
|
| 45 |
+
### Direct Use
|
| 46 |
+
|
| 47 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 48 |
+
|
| 49 |
+
[More Information Needed]
|
| 50 |
+
|
| 51 |
+
### Downstream Use [optional]
|
| 52 |
+
|
| 53 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 54 |
+
|
| 55 |
+
[More Information Needed]
|
| 56 |
+
|
| 57 |
+
### Out-of-Scope Use
|
| 58 |
+
|
| 59 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 60 |
+
|
| 61 |
+
[More Information Needed]
|
| 62 |
+
|
| 63 |
+
## Bias, Risks, and Limitations
|
| 64 |
+
|
| 65 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 66 |
+
|
| 67 |
+
[More Information Needed]
|
| 68 |
+
|
| 69 |
+
### Recommendations
|
| 70 |
+
|
| 71 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 72 |
+
|
| 73 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 74 |
+
|
| 75 |
+
## How to Get Started with the Model
|
| 76 |
+
|
| 77 |
+
Use the code below to get started with the model.
|
| 78 |
+
|
| 79 |
+
[More Information Needed]
|
| 80 |
+
|
| 81 |
+
## Training Details
|
| 82 |
+
|
| 83 |
+
### Training Data
|
| 84 |
+
|
| 85 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 86 |
+
|
| 87 |
+
[More Information Needed]
|
| 88 |
+
|
| 89 |
+
### Training Procedure
|
| 90 |
+
|
| 91 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 92 |
+
|
| 93 |
+
#### Preprocessing [optional]
|
| 94 |
+
|
| 95 |
+
[More Information Needed]
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
#### Training Hyperparameters
|
| 99 |
+
|
| 100 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 101 |
+
|
| 102 |
+
#### Speeds, Sizes, Times [optional]
|
| 103 |
+
|
| 104 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 105 |
+
|
| 106 |
+
[More Information Needed]
|
| 107 |
+
|
| 108 |
+
## Evaluation
|
| 109 |
+
|
| 110 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 111 |
+
|
| 112 |
+
### Testing Data, Factors & Metrics
|
| 113 |
+
|
| 114 |
+
#### Testing Data
|
| 115 |
+
|
| 116 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 117 |
+
|
| 118 |
+
[More Information Needed]
|
| 119 |
+
|
| 120 |
+
#### Factors
|
| 121 |
+
|
| 122 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
#### Metrics
|
| 127 |
+
|
| 128 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 129 |
+
|
| 130 |
+
[More Information Needed]
|
| 131 |
+
|
| 132 |
+
### Results
|
| 133 |
+
|
| 134 |
+
[More Information Needed]
|
| 135 |
+
|
| 136 |
+
#### Summary
|
| 137 |
+
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
## Model Examination [optional]
|
| 141 |
+
|
| 142 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 143 |
+
|
| 144 |
+
[More Information Needed]
|
| 145 |
+
|
| 146 |
+
## Environmental Impact
|
| 147 |
+
|
| 148 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 149 |
+
|
| 150 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 151 |
+
|
| 152 |
+
- **Hardware Type:** [More Information Needed]
|
| 153 |
+
- **Hours used:** [More Information Needed]
|
| 154 |
+
- **Cloud Provider:** [More Information Needed]
|
| 155 |
+
- **Compute Region:** [More Information Needed]
|
| 156 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 157 |
+
|
| 158 |
+
## Technical Specifications [optional]
|
| 159 |
+
|
| 160 |
+
### Model Architecture and Objective
|
| 161 |
+
|
| 162 |
+
[More Information Needed]
|
| 163 |
+
|
| 164 |
+
### Compute Infrastructure
|
| 165 |
+
|
| 166 |
+
[More Information Needed]
|
| 167 |
+
|
| 168 |
+
#### Hardware
|
| 169 |
+
|
| 170 |
+
[More Information Needed]
|
| 171 |
+
|
| 172 |
+
#### Software
|
| 173 |
+
|
| 174 |
+
[More Information Needed]
|
| 175 |
+
|
| 176 |
+
## Citation [optional]
|
| 177 |
+
|
| 178 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 179 |
+
|
| 180 |
+
**BibTeX:**
|
| 181 |
+
|
| 182 |
+
[More Information Needed]
|
| 183 |
+
|
| 184 |
+
**APA:**
|
| 185 |
+
|
| 186 |
+
[More Information Needed]
|
| 187 |
+
|
| 188 |
+
## Glossary [optional]
|
| 189 |
+
|
| 190 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 191 |
+
|
| 192 |
+
[More Information Needed]
|
| 193 |
+
|
| 194 |
+
## More Information [optional]
|
| 195 |
+
|
| 196 |
+
[More Information Needed]
|
| 197 |
+
|
| 198 |
+
## Model Card Authors [optional]
|
| 199 |
+
|
| 200 |
+
[More Information Needed]
|
| 201 |
+
|
| 202 |
+
## Model Card Contact
|
| 203 |
+
|
| 204 |
+
[More Information Needed]
|
| 205 |
+
### Framework versions
|
| 206 |
+
|
| 207 |
+
- PEFT 0.19.1
|
adapter_config.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "Qwen/Qwen3.5-2B",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"layer_replication": null,
|
| 16 |
+
"layers_pattern": null,
|
| 17 |
+
"layers_to_transform": null,
|
| 18 |
+
"loftq_config": {},
|
| 19 |
+
"lora_alpha": 32,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.05,
|
| 22 |
+
"lora_ga_config": null,
|
| 23 |
+
"megatron_config": null,
|
| 24 |
+
"megatron_core": "megatron.core",
|
| 25 |
+
"modules_to_save": null,
|
| 26 |
+
"peft_type": "LORA",
|
| 27 |
+
"peft_version": "0.19.1",
|
| 28 |
+
"qalora_group_size": 16,
|
| 29 |
+
"r": 16,
|
| 30 |
+
"rank_pattern": {},
|
| 31 |
+
"revision": null,
|
| 32 |
+
"target_modules": [
|
| 33 |
+
"up_proj",
|
| 34 |
+
"q_proj",
|
| 35 |
+
"v_proj",
|
| 36 |
+
"down_proj",
|
| 37 |
+
"gate_proj",
|
| 38 |
+
"o_proj",
|
| 39 |
+
"k_proj"
|
| 40 |
+
],
|
| 41 |
+
"target_parameters": null,
|
| 42 |
+
"task_type": "CAUSAL_LM",
|
| 43 |
+
"trainable_token_indices": null,
|
| 44 |
+
"use_bdlora": null,
|
| 45 |
+
"use_dora": false,
|
| 46 |
+
"use_qalora": false,
|
| 47 |
+
"use_rslora": false
|
| 48 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42cc2cadc1cf728b9d3ca8793d77f15786d281c09f45e9183fba3602774dcb26
|
| 3 |
+
size 43672224
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,154 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- set image_count = namespace(value=0) %}
|
| 2 |
+
{%- set video_count = namespace(value=0) %}
|
| 3 |
+
{%- macro render_content(content, do_vision_count, is_system_content=false) %}
|
| 4 |
+
{%- if content is string %}
|
| 5 |
+
{{- content }}
|
| 6 |
+
{%- elif content is iterable and content is not mapping %}
|
| 7 |
+
{%- for item in content %}
|
| 8 |
+
{%- if 'image' in item or 'image_url' in item or item.type == 'image' %}
|
| 9 |
+
{%- if is_system_content %}
|
| 10 |
+
{{- raise_exception('System message cannot contain images.') }}
|
| 11 |
+
{%- endif %}
|
| 12 |
+
{%- if do_vision_count %}
|
| 13 |
+
{%- set image_count.value = image_count.value + 1 %}
|
| 14 |
+
{%- endif %}
|
| 15 |
+
{%- if add_vision_id %}
|
| 16 |
+
{{- 'Picture ' ~ image_count.value ~ ': ' }}
|
| 17 |
+
{%- endif %}
|
| 18 |
+
{{- '<|vision_start|><|image_pad|><|vision_end|>' }}
|
| 19 |
+
{%- elif 'video' in item or item.type == 'video' %}
|
| 20 |
+
{%- if is_system_content %}
|
| 21 |
+
{{- raise_exception('System message cannot contain videos.') }}
|
| 22 |
+
{%- endif %}
|
| 23 |
+
{%- if do_vision_count %}
|
| 24 |
+
{%- set video_count.value = video_count.value + 1 %}
|
| 25 |
+
{%- endif %}
|
| 26 |
+
{%- if add_vision_id %}
|
| 27 |
+
{{- 'Video ' ~ video_count.value ~ ': ' }}
|
| 28 |
+
{%- endif %}
|
| 29 |
+
{{- '<|vision_start|><|video_pad|><|vision_end|>' }}
|
| 30 |
+
{%- elif 'text' in item %}
|
| 31 |
+
{{- item.text }}
|
| 32 |
+
{%- else %}
|
| 33 |
+
{{- raise_exception('Unexpected item type in content.') }}
|
| 34 |
+
{%- endif %}
|
| 35 |
+
{%- endfor %}
|
| 36 |
+
{%- elif content is none or content is undefined %}
|
| 37 |
+
{{- '' }}
|
| 38 |
+
{%- else %}
|
| 39 |
+
{{- raise_exception('Unexpected content type.') }}
|
| 40 |
+
{%- endif %}
|
| 41 |
+
{%- endmacro %}
|
| 42 |
+
{%- if not messages %}
|
| 43 |
+
{{- raise_exception('No messages provided.') }}
|
| 44 |
+
{%- endif %}
|
| 45 |
+
{%- if tools and tools is iterable and tools is not mapping %}
|
| 46 |
+
{{- '<|im_start|>system\n' }}
|
| 47 |
+
{{- "# Tools\n\nYou have access to the following functions:\n\n<tools>" }}
|
| 48 |
+
{%- for tool in tools %}
|
| 49 |
+
{{- "\n" }}
|
| 50 |
+
{{- tool | tojson }}
|
| 51 |
+
{%- endfor %}
|
| 52 |
+
{{- "\n</tools>" }}
|
| 53 |
+
{{- '\n\nIf you choose to call a function ONLY reply in the following format with NO suffix:\n\n<tool_call>\n<function=example_function_name>\n<parameter=example_parameter_1>\nvalue_1\n</parameter>\n<parameter=example_parameter_2>\nThis is the value for the second parameter\nthat can span\nmultiple lines\n</parameter>\n</function>\n</tool_call>\n\n<IMPORTANT>\nReminder:\n- Function calls MUST follow the specified format: an inner <function=...></function> block must be nested within <tool_call></tool_call> XML tags\n- Required parameters MUST be specified\n- You may provide optional reasoning for your function call in natural language BEFORE the function call, but NOT after\n- If there is no function call available, answer the question like normal with your current knowledge and do not tell the user about function calls\n</IMPORTANT>' }}
|
| 54 |
+
{%- if messages[0].role == 'system' %}
|
| 55 |
+
{%- set content = render_content(messages[0].content, false, true)|trim %}
|
| 56 |
+
{%- if content %}
|
| 57 |
+
{{- '\n\n' + content }}
|
| 58 |
+
{%- endif %}
|
| 59 |
+
{%- endif %}
|
| 60 |
+
{{- '<|im_end|>\n' }}
|
| 61 |
+
{%- else %}
|
| 62 |
+
{%- if messages[0].role == 'system' %}
|
| 63 |
+
{%- set content = render_content(messages[0].content, false, true)|trim %}
|
| 64 |
+
{{- '<|im_start|>system\n' + content + '<|im_end|>\n' }}
|
| 65 |
+
{%- endif %}
|
| 66 |
+
{%- endif %}
|
| 67 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
| 68 |
+
{%- for message in messages[::-1] %}
|
| 69 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
| 70 |
+
{%- if ns.multi_step_tool and message.role == "user" %}
|
| 71 |
+
{%- set content = render_content(message.content, false)|trim %}
|
| 72 |
+
{%- if not(content.startswith('<tool_response>') and content.endswith('</tool_response>')) %}
|
| 73 |
+
{%- set ns.multi_step_tool = false %}
|
| 74 |
+
{%- set ns.last_query_index = index %}
|
| 75 |
+
{%- endif %}
|
| 76 |
+
{%- endif %}
|
| 77 |
+
{%- endfor %}
|
| 78 |
+
{%- if ns.multi_step_tool %}
|
| 79 |
+
{{- raise_exception('No user query found in messages.') }}
|
| 80 |
+
{%- endif %}
|
| 81 |
+
{%- for message in messages %}
|
| 82 |
+
{%- set content = render_content(message.content, true)|trim %}
|
| 83 |
+
{%- if message.role == "system" %}
|
| 84 |
+
{%- if not loop.first %}
|
| 85 |
+
{{- raise_exception('System message must be at the beginning.') }}
|
| 86 |
+
{%- endif %}
|
| 87 |
+
{%- elif message.role == "user" %}
|
| 88 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
| 89 |
+
{%- elif message.role == "assistant" %}
|
| 90 |
+
{%- set reasoning_content = '' %}
|
| 91 |
+
{%- if message.reasoning_content is string %}
|
| 92 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 93 |
+
{%- else %}
|
| 94 |
+
{%- if '</think>' in content %}
|
| 95 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 96 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
| 97 |
+
{%- endif %}
|
| 98 |
+
{%- endif %}
|
| 99 |
+
{%- set reasoning_content = reasoning_content|trim %}
|
| 100 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 101 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content + '\n</think>\n\n' + content }}
|
| 102 |
+
{%- else %}
|
| 103 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 104 |
+
{%- endif %}
|
| 105 |
+
{%- if message.tool_calls and message.tool_calls is iterable and message.tool_calls is not mapping %}
|
| 106 |
+
{%- for tool_call in message.tool_calls %}
|
| 107 |
+
{%- if tool_call.function is defined %}
|
| 108 |
+
{%- set tool_call = tool_call.function %}
|
| 109 |
+
{%- endif %}
|
| 110 |
+
{%- if loop.first %}
|
| 111 |
+
{%- if content|trim %}
|
| 112 |
+
{{- '\n\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
|
| 113 |
+
{%- else %}
|
| 114 |
+
{{- '<tool_call>\n<function=' + tool_call.name + '>\n' }}
|
| 115 |
+
{%- endif %}
|
| 116 |
+
{%- else %}
|
| 117 |
+
{{- '\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
|
| 118 |
+
{%- endif %}
|
| 119 |
+
{%- if tool_call.arguments is defined %}
|
| 120 |
+
{%- for args_name, args_value in tool_call.arguments|items %}
|
| 121 |
+
{{- '<parameter=' + args_name + '>\n' }}
|
| 122 |
+
{%- set args_value = args_value | tojson | safe if args_value is mapping or (args_value is sequence and args_value is not string) else args_value | string %}
|
| 123 |
+
{{- args_value }}
|
| 124 |
+
{{- '\n</parameter>\n' }}
|
| 125 |
+
{%- endfor %}
|
| 126 |
+
{%- endif %}
|
| 127 |
+
{{- '</function>\n</tool_call>' }}
|
| 128 |
+
{%- endfor %}
|
| 129 |
+
{%- endif %}
|
| 130 |
+
{{- '<|im_end|>\n' }}
|
| 131 |
+
{%- elif message.role == "tool" %}
|
| 132 |
+
{%- if loop.previtem and loop.previtem.role != "tool" %}
|
| 133 |
+
{{- '<|im_start|>user' }}
|
| 134 |
+
{%- endif %}
|
| 135 |
+
{{- '\n<tool_response>\n' }}
|
| 136 |
+
{{- content }}
|
| 137 |
+
{{- '\n</tool_response>' }}
|
| 138 |
+
{%- if not loop.last and loop.nextitem.role != "tool" %}
|
| 139 |
+
{{- '<|im_end|>\n' }}
|
| 140 |
+
{%- elif loop.last %}
|
| 141 |
+
{{- '<|im_end|>\n' }}
|
| 142 |
+
{%- endif %}
|
| 143 |
+
{%- else %}
|
| 144 |
+
{{- raise_exception('Unexpected message role.') }}
|
| 145 |
+
{%- endif %}
|
| 146 |
+
{%- endfor %}
|
| 147 |
+
{%- if add_generation_prompt %}
|
| 148 |
+
{{- '<|im_start|>assistant\n' }}
|
| 149 |
+
{%- if enable_thinking is defined and enable_thinking is true %}
|
| 150 |
+
{{- '<think>\n' }}
|
| 151 |
+
{%- else %}
|
| 152 |
+
{{- '<think>\n\n</think>\n\n' }}
|
| 153 |
+
{%- endif %}
|
| 154 |
+
{%- endif %}
|
checkpoint-1125/README.md
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen3.5-2B
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen3.5-2B
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Model Card for Model ID
|
| 12 |
+
|
| 13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
### Model Description
|
| 20 |
+
|
| 21 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
- **Developed by:** [More Information Needed]
|
| 26 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 27 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 28 |
+
- **Model type:** [More Information Needed]
|
| 29 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 30 |
+
- **License:** [More Information Needed]
|
| 31 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 32 |
+
|
| 33 |
+
### Model Sources [optional]
|
| 34 |
+
|
| 35 |
+
<!-- Provide the basic links for the model. -->
|
| 36 |
+
|
| 37 |
+
- **Repository:** [More Information Needed]
|
| 38 |
+
- **Paper [optional]:** [More Information Needed]
|
| 39 |
+
- **Demo [optional]:** [More Information Needed]
|
| 40 |
+
|
| 41 |
+
## Uses
|
| 42 |
+
|
| 43 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 44 |
+
|
| 45 |
+
### Direct Use
|
| 46 |
+
|
| 47 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 48 |
+
|
| 49 |
+
[More Information Needed]
|
| 50 |
+
|
| 51 |
+
### Downstream Use [optional]
|
| 52 |
+
|
| 53 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 54 |
+
|
| 55 |
+
[More Information Needed]
|
| 56 |
+
|
| 57 |
+
### Out-of-Scope Use
|
| 58 |
+
|
| 59 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 60 |
+
|
| 61 |
+
[More Information Needed]
|
| 62 |
+
|
| 63 |
+
## Bias, Risks, and Limitations
|
| 64 |
+
|
| 65 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 66 |
+
|
| 67 |
+
[More Information Needed]
|
| 68 |
+
|
| 69 |
+
### Recommendations
|
| 70 |
+
|
| 71 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 72 |
+
|
| 73 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 74 |
+
|
| 75 |
+
## How to Get Started with the Model
|
| 76 |
+
|
| 77 |
+
Use the code below to get started with the model.
|
| 78 |
+
|
| 79 |
+
[More Information Needed]
|
| 80 |
+
|
| 81 |
+
## Training Details
|
| 82 |
+
|
| 83 |
+
### Training Data
|
| 84 |
+
|
| 85 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 86 |
+
|
| 87 |
+
[More Information Needed]
|
| 88 |
+
|
| 89 |
+
### Training Procedure
|
| 90 |
+
|
| 91 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 92 |
+
|
| 93 |
+
#### Preprocessing [optional]
|
| 94 |
+
|
| 95 |
+
[More Information Needed]
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
#### Training Hyperparameters
|
| 99 |
+
|
| 100 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 101 |
+
|
| 102 |
+
#### Speeds, Sizes, Times [optional]
|
| 103 |
+
|
| 104 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 105 |
+
|
| 106 |
+
[More Information Needed]
|
| 107 |
+
|
| 108 |
+
## Evaluation
|
| 109 |
+
|
| 110 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 111 |
+
|
| 112 |
+
### Testing Data, Factors & Metrics
|
| 113 |
+
|
| 114 |
+
#### Testing Data
|
| 115 |
+
|
| 116 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 117 |
+
|
| 118 |
+
[More Information Needed]
|
| 119 |
+
|
| 120 |
+
#### Factors
|
| 121 |
+
|
| 122 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
#### Metrics
|
| 127 |
+
|
| 128 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 129 |
+
|
| 130 |
+
[More Information Needed]
|
| 131 |
+
|
| 132 |
+
### Results
|
| 133 |
+
|
| 134 |
+
[More Information Needed]
|
| 135 |
+
|
| 136 |
+
#### Summary
|
| 137 |
+
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
## Model Examination [optional]
|
| 141 |
+
|
| 142 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 143 |
+
|
| 144 |
+
[More Information Needed]
|
| 145 |
+
|
| 146 |
+
## Environmental Impact
|
| 147 |
+
|
| 148 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 149 |
+
|
| 150 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 151 |
+
|
| 152 |
+
- **Hardware Type:** [More Information Needed]
|
| 153 |
+
- **Hours used:** [More Information Needed]
|
| 154 |
+
- **Cloud Provider:** [More Information Needed]
|
| 155 |
+
- **Compute Region:** [More Information Needed]
|
| 156 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 157 |
+
|
| 158 |
+
## Technical Specifications [optional]
|
| 159 |
+
|
| 160 |
+
### Model Architecture and Objective
|
| 161 |
+
|
| 162 |
+
[More Information Needed]
|
| 163 |
+
|
| 164 |
+
### Compute Infrastructure
|
| 165 |
+
|
| 166 |
+
[More Information Needed]
|
| 167 |
+
|
| 168 |
+
#### Hardware
|
| 169 |
+
|
| 170 |
+
[More Information Needed]
|
| 171 |
+
|
| 172 |
+
#### Software
|
| 173 |
+
|
| 174 |
+
[More Information Needed]
|
| 175 |
+
|
| 176 |
+
## Citation [optional]
|
| 177 |
+
|
| 178 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 179 |
+
|
| 180 |
+
**BibTeX:**
|
| 181 |
+
|
| 182 |
+
[More Information Needed]
|
| 183 |
+
|
| 184 |
+
**APA:**
|
| 185 |
+
|
| 186 |
+
[More Information Needed]
|
| 187 |
+
|
| 188 |
+
## Glossary [optional]
|
| 189 |
+
|
| 190 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 191 |
+
|
| 192 |
+
[More Information Needed]
|
| 193 |
+
|
| 194 |
+
## More Information [optional]
|
| 195 |
+
|
| 196 |
+
[More Information Needed]
|
| 197 |
+
|
| 198 |
+
## Model Card Authors [optional]
|
| 199 |
+
|
| 200 |
+
[More Information Needed]
|
| 201 |
+
|
| 202 |
+
## Model Card Contact
|
| 203 |
+
|
| 204 |
+
[More Information Needed]
|
| 205 |
+
### Framework versions
|
| 206 |
+
|
| 207 |
+
- PEFT 0.19.1
|
checkpoint-1125/adapter_config.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "Qwen/Qwen3.5-2B",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"layer_replication": null,
|
| 16 |
+
"layers_pattern": null,
|
| 17 |
+
"layers_to_transform": null,
|
| 18 |
+
"loftq_config": {},
|
| 19 |
+
"lora_alpha": 32,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.05,
|
| 22 |
+
"lora_ga_config": null,
|
| 23 |
+
"megatron_config": null,
|
| 24 |
+
"megatron_core": "megatron.core",
|
| 25 |
+
"modules_to_save": null,
|
| 26 |
+
"peft_type": "LORA",
|
| 27 |
+
"peft_version": "0.19.1",
|
| 28 |
+
"qalora_group_size": 16,
|
| 29 |
+
"r": 16,
|
| 30 |
+
"rank_pattern": {},
|
| 31 |
+
"revision": null,
|
| 32 |
+
"target_modules": [
|
| 33 |
+
"up_proj",
|
| 34 |
+
"q_proj",
|
| 35 |
+
"v_proj",
|
| 36 |
+
"down_proj",
|
| 37 |
+
"gate_proj",
|
| 38 |
+
"o_proj",
|
| 39 |
+
"k_proj"
|
| 40 |
+
],
|
| 41 |
+
"target_parameters": null,
|
| 42 |
+
"task_type": "CAUSAL_LM",
|
| 43 |
+
"trainable_token_indices": null,
|
| 44 |
+
"use_bdlora": null,
|
| 45 |
+
"use_dora": false,
|
| 46 |
+
"use_qalora": false,
|
| 47 |
+
"use_rslora": false
|
| 48 |
+
}
|
checkpoint-1125/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cac2b9560a3033b1bea519d4e7736abf89a10a2ac8d51756d50ae608dca0b739
|
| 3 |
+
size 43672224
|
checkpoint-1125/chat_template.jinja
ADDED
|
@@ -0,0 +1,154 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- set image_count = namespace(value=0) %}
|
| 2 |
+
{%- set video_count = namespace(value=0) %}
|
| 3 |
+
{%- macro render_content(content, do_vision_count, is_system_content=false) %}
|
| 4 |
+
{%- if content is string %}
|
| 5 |
+
{{- content }}
|
| 6 |
+
{%- elif content is iterable and content is not mapping %}
|
| 7 |
+
{%- for item in content %}
|
| 8 |
+
{%- if 'image' in item or 'image_url' in item or item.type == 'image' %}
|
| 9 |
+
{%- if is_system_content %}
|
| 10 |
+
{{- raise_exception('System message cannot contain images.') }}
|
| 11 |
+
{%- endif %}
|
| 12 |
+
{%- if do_vision_count %}
|
| 13 |
+
{%- set image_count.value = image_count.value + 1 %}
|
| 14 |
+
{%- endif %}
|
| 15 |
+
{%- if add_vision_id %}
|
| 16 |
+
{{- 'Picture ' ~ image_count.value ~ ': ' }}
|
| 17 |
+
{%- endif %}
|
| 18 |
+
{{- '<|vision_start|><|image_pad|><|vision_end|>' }}
|
| 19 |
+
{%- elif 'video' in item or item.type == 'video' %}
|
| 20 |
+
{%- if is_system_content %}
|
| 21 |
+
{{- raise_exception('System message cannot contain videos.') }}
|
| 22 |
+
{%- endif %}
|
| 23 |
+
{%- if do_vision_count %}
|
| 24 |
+
{%- set video_count.value = video_count.value + 1 %}
|
| 25 |
+
{%- endif %}
|
| 26 |
+
{%- if add_vision_id %}
|
| 27 |
+
{{- 'Video ' ~ video_count.value ~ ': ' }}
|
| 28 |
+
{%- endif %}
|
| 29 |
+
{{- '<|vision_start|><|video_pad|><|vision_end|>' }}
|
| 30 |
+
{%- elif 'text' in item %}
|
| 31 |
+
{{- item.text }}
|
| 32 |
+
{%- else %}
|
| 33 |
+
{{- raise_exception('Unexpected item type in content.') }}
|
| 34 |
+
{%- endif %}
|
| 35 |
+
{%- endfor %}
|
| 36 |
+
{%- elif content is none or content is undefined %}
|
| 37 |
+
{{- '' }}
|
| 38 |
+
{%- else %}
|
| 39 |
+
{{- raise_exception('Unexpected content type.') }}
|
| 40 |
+
{%- endif %}
|
| 41 |
+
{%- endmacro %}
|
| 42 |
+
{%- if not messages %}
|
| 43 |
+
{{- raise_exception('No messages provided.') }}
|
| 44 |
+
{%- endif %}
|
| 45 |
+
{%- if tools and tools is iterable and tools is not mapping %}
|
| 46 |
+
{{- '<|im_start|>system\n' }}
|
| 47 |
+
{{- "# Tools\n\nYou have access to the following functions:\n\n<tools>" }}
|
| 48 |
+
{%- for tool in tools %}
|
| 49 |
+
{{- "\n" }}
|
| 50 |
+
{{- tool | tojson }}
|
| 51 |
+
{%- endfor %}
|
| 52 |
+
{{- "\n</tools>" }}
|
| 53 |
+
{{- '\n\nIf you choose to call a function ONLY reply in the following format with NO suffix:\n\n<tool_call>\n<function=example_function_name>\n<parameter=example_parameter_1>\nvalue_1\n</parameter>\n<parameter=example_parameter_2>\nThis is the value for the second parameter\nthat can span\nmultiple lines\n</parameter>\n</function>\n</tool_call>\n\n<IMPORTANT>\nReminder:\n- Function calls MUST follow the specified format: an inner <function=...></function> block must be nested within <tool_call></tool_call> XML tags\n- Required parameters MUST be specified\n- You may provide optional reasoning for your function call in natural language BEFORE the function call, but NOT after\n- If there is no function call available, answer the question like normal with your current knowledge and do not tell the user about function calls\n</IMPORTANT>' }}
|
| 54 |
+
{%- if messages[0].role == 'system' %}
|
| 55 |
+
{%- set content = render_content(messages[0].content, false, true)|trim %}
|
| 56 |
+
{%- if content %}
|
| 57 |
+
{{- '\n\n' + content }}
|
| 58 |
+
{%- endif %}
|
| 59 |
+
{%- endif %}
|
| 60 |
+
{{- '<|im_end|>\n' }}
|
| 61 |
+
{%- else %}
|
| 62 |
+
{%- if messages[0].role == 'system' %}
|
| 63 |
+
{%- set content = render_content(messages[0].content, false, true)|trim %}
|
| 64 |
+
{{- '<|im_start|>system\n' + content + '<|im_end|>\n' }}
|
| 65 |
+
{%- endif %}
|
| 66 |
+
{%- endif %}
|
| 67 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
| 68 |
+
{%- for message in messages[::-1] %}
|
| 69 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
| 70 |
+
{%- if ns.multi_step_tool and message.role == "user" %}
|
| 71 |
+
{%- set content = render_content(message.content, false)|trim %}
|
| 72 |
+
{%- if not(content.startswith('<tool_response>') and content.endswith('</tool_response>')) %}
|
| 73 |
+
{%- set ns.multi_step_tool = false %}
|
| 74 |
+
{%- set ns.last_query_index = index %}
|
| 75 |
+
{%- endif %}
|
| 76 |
+
{%- endif %}
|
| 77 |
+
{%- endfor %}
|
| 78 |
+
{%- if ns.multi_step_tool %}
|
| 79 |
+
{{- raise_exception('No user query found in messages.') }}
|
| 80 |
+
{%- endif %}
|
| 81 |
+
{%- for message in messages %}
|
| 82 |
+
{%- set content = render_content(message.content, true)|trim %}
|
| 83 |
+
{%- if message.role == "system" %}
|
| 84 |
+
{%- if not loop.first %}
|
| 85 |
+
{{- raise_exception('System message must be at the beginning.') }}
|
| 86 |
+
{%- endif %}
|
| 87 |
+
{%- elif message.role == "user" %}
|
| 88 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
| 89 |
+
{%- elif message.role == "assistant" %}
|
| 90 |
+
{%- set reasoning_content = '' %}
|
| 91 |
+
{%- if message.reasoning_content is string %}
|
| 92 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 93 |
+
{%- else %}
|
| 94 |
+
{%- if '</think>' in content %}
|
| 95 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 96 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
| 97 |
+
{%- endif %}
|
| 98 |
+
{%- endif %}
|
| 99 |
+
{%- set reasoning_content = reasoning_content|trim %}
|
| 100 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 101 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content + '\n</think>\n\n' + content }}
|
| 102 |
+
{%- else %}
|
| 103 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 104 |
+
{%- endif %}
|
| 105 |
+
{%- if message.tool_calls and message.tool_calls is iterable and message.tool_calls is not mapping %}
|
| 106 |
+
{%- for tool_call in message.tool_calls %}
|
| 107 |
+
{%- if tool_call.function is defined %}
|
| 108 |
+
{%- set tool_call = tool_call.function %}
|
| 109 |
+
{%- endif %}
|
| 110 |
+
{%- if loop.first %}
|
| 111 |
+
{%- if content|trim %}
|
| 112 |
+
{{- '\n\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
|
| 113 |
+
{%- else %}
|
| 114 |
+
{{- '<tool_call>\n<function=' + tool_call.name + '>\n' }}
|
| 115 |
+
{%- endif %}
|
| 116 |
+
{%- else %}
|
| 117 |
+
{{- '\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
|
| 118 |
+
{%- endif %}
|
| 119 |
+
{%- if tool_call.arguments is defined %}
|
| 120 |
+
{%- for args_name, args_value in tool_call.arguments|items %}
|
| 121 |
+
{{- '<parameter=' + args_name + '>\n' }}
|
| 122 |
+
{%- set args_value = args_value | tojson | safe if args_value is mapping or (args_value is sequence and args_value is not string) else args_value | string %}
|
| 123 |
+
{{- args_value }}
|
| 124 |
+
{{- '\n</parameter>\n' }}
|
| 125 |
+
{%- endfor %}
|
| 126 |
+
{%- endif %}
|
| 127 |
+
{{- '</function>\n</tool_call>' }}
|
| 128 |
+
{%- endfor %}
|
| 129 |
+
{%- endif %}
|
| 130 |
+
{{- '<|im_end|>\n' }}
|
| 131 |
+
{%- elif message.role == "tool" %}
|
| 132 |
+
{%- if loop.previtem and loop.previtem.role != "tool" %}
|
| 133 |
+
{{- '<|im_start|>user' }}
|
| 134 |
+
{%- endif %}
|
| 135 |
+
{{- '\n<tool_response>\n' }}
|
| 136 |
+
{{- content }}
|
| 137 |
+
{{- '\n</tool_response>' }}
|
| 138 |
+
{%- if not loop.last and loop.nextitem.role != "tool" %}
|
| 139 |
+
{{- '<|im_end|>\n' }}
|
| 140 |
+
{%- elif loop.last %}
|
| 141 |
+
{{- '<|im_end|>\n' }}
|
| 142 |
+
{%- endif %}
|
| 143 |
+
{%- else %}
|
| 144 |
+
{{- raise_exception('Unexpected message role.') }}
|
| 145 |
+
{%- endif %}
|
| 146 |
+
{%- endfor %}
|
| 147 |
+
{%- if add_generation_prompt %}
|
| 148 |
+
{{- '<|im_start|>assistant\n' }}
|
| 149 |
+
{%- if enable_thinking is defined and enable_thinking is true %}
|
| 150 |
+
{{- '<think>\n' }}
|
| 151 |
+
{%- else %}
|
| 152 |
+
{{- '<think>\n\n</think>\n\n' }}
|
| 153 |
+
{%- endif %}
|
| 154 |
+
{%- endif %}
|
checkpoint-1125/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b43fe79f959aad059bb99e961e9ce6629a5cb8436abb79220cb7c50798e77ab1
|
| 3 |
+
size 87455482
|
checkpoint-1125/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5cc373ff040a2549fba5716d2d04c98a42df3a2c16be5643e54a5e394dff6691
|
| 3 |
+
size 14244
|
checkpoint-1125/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ff7674480b4479d4d875f43691bde4aed921f4f94ac4e33b7c4727012dbbaa5
|
| 3 |
+
size 1064
|
checkpoint-1125/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d73c2c5f7aa0ed522c8d96ef3524739eb61e3c78e74839a2ce4a1c56ea340a20
|
| 3 |
+
size 19989424
|
checkpoint-1125/tokenizer_config.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"audio_bos_token": "<|audio_start|>",
|
| 4 |
+
"audio_eos_token": "<|audio_end|>",
|
| 5 |
+
"audio_token": "<|audio_pad|>",
|
| 6 |
+
"backend": "tokenizers",
|
| 7 |
+
"bos_token": null,
|
| 8 |
+
"clean_up_tokenization_spaces": false,
|
| 9 |
+
"eos_token": "<|im_end|>",
|
| 10 |
+
"errors": "replace",
|
| 11 |
+
"image_token": "<|image_pad|>",
|
| 12 |
+
"is_local": false,
|
| 13 |
+
"local_files_only": false,
|
| 14 |
+
"model_max_length": 262144,
|
| 15 |
+
"model_specific_special_tokens": {
|
| 16 |
+
"audio_bos_token": "<|audio_start|>",
|
| 17 |
+
"audio_eos_token": "<|audio_end|>",
|
| 18 |
+
"audio_token": "<|audio_pad|>",
|
| 19 |
+
"image_token": "<|image_pad|>",
|
| 20 |
+
"video_token": "<|video_pad|>",
|
| 21 |
+
"vision_bos_token": "<|vision_start|>",
|
| 22 |
+
"vision_eos_token": "<|vision_end|>"
|
| 23 |
+
},
|
| 24 |
+
"pad_token": "<|endoftext|>",
|
| 25 |
+
"pretokenize_regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?[\\p{L}\\p{M}]+|\\p{N}| ?[^\\s\\p{L}\\p{M}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+",
|
| 26 |
+
"split_special_tokens": false,
|
| 27 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 28 |
+
"unk_token": null,
|
| 29 |
+
"video_token": "<|video_pad|>",
|
| 30 |
+
"vision_bos_token": "<|vision_start|>",
|
| 31 |
+
"vision_eos_token": "<|vision_end|>"
|
| 32 |
+
}
|
checkpoint-1125/trainer_state.json
ADDED
|
@@ -0,0 +1,826 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": 1125,
|
| 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.008888888888888889,
|
| 14 |
+
"grad_norm": 11.21920108795166,
|
| 15 |
+
"learning_rate": 7.964601769911505e-06,
|
| 16 |
+
"loss": 2.420624923706055,
|
| 17 |
+
"step": 10
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.017777777777777778,
|
| 21 |
+
"grad_norm": 2.168776750564575,
|
| 22 |
+
"learning_rate": 1.6814159292035402e-05,
|
| 23 |
+
"loss": 2.054325294494629,
|
| 24 |
+
"step": 20
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.02666666666666667,
|
| 28 |
+
"grad_norm": 1.835652232170105,
|
| 29 |
+
"learning_rate": 2.5663716814159294e-05,
|
| 30 |
+
"loss": 1.6131031036376953,
|
| 31 |
+
"step": 30
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.035555555555555556,
|
| 35 |
+
"grad_norm": 1.4394404888153076,
|
| 36 |
+
"learning_rate": 3.451327433628319e-05,
|
| 37 |
+
"loss": 1.3123435020446776,
|
| 38 |
+
"step": 40
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.044444444444444446,
|
| 42 |
+
"grad_norm": 0.770032525062561,
|
| 43 |
+
"learning_rate": 4.3362831858407084e-05,
|
| 44 |
+
"loss": 0.9337721824645996,
|
| 45 |
+
"step": 50
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.05333333333333334,
|
| 49 |
+
"grad_norm": 0.6677928566932678,
|
| 50 |
+
"learning_rate": 5.221238938053098e-05,
|
| 51 |
+
"loss": 0.7623300552368164,
|
| 52 |
+
"step": 60
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.06222222222222222,
|
| 56 |
+
"grad_norm": 0.7739974856376648,
|
| 57 |
+
"learning_rate": 6.106194690265487e-05,
|
| 58 |
+
"loss": 0.6224458694458008,
|
| 59 |
+
"step": 70
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.07111111111111111,
|
| 63 |
+
"grad_norm": 0.5803143382072449,
|
| 64 |
+
"learning_rate": 6.991150442477876e-05,
|
| 65 |
+
"loss": 0.5023368835449219,
|
| 66 |
+
"step": 80
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.08,
|
| 70 |
+
"grad_norm": 0.5280536413192749,
|
| 71 |
+
"learning_rate": 7.876106194690266e-05,
|
| 72 |
+
"loss": 0.4957974910736084,
|
| 73 |
+
"step": 90
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.08888888888888889,
|
| 77 |
+
"grad_norm": 0.544360876083374,
|
| 78 |
+
"learning_rate": 8.761061946902655e-05,
|
| 79 |
+
"loss": 0.4931485652923584,
|
| 80 |
+
"step": 100
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.09777777777777778,
|
| 84 |
+
"grad_norm": 0.5157379508018494,
|
| 85 |
+
"learning_rate": 9.646017699115044e-05,
|
| 86 |
+
"loss": 0.5069647789001465,
|
| 87 |
+
"step": 110
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.10666666666666667,
|
| 91 |
+
"grad_norm": 0.4112723767757416,
|
| 92 |
+
"learning_rate": 9.999805495168024e-05,
|
| 93 |
+
"loss": 0.4394033908843994,
|
| 94 |
+
"step": 120
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.11555555555555555,
|
| 98 |
+
"grad_norm": 0.5091575980186462,
|
| 99 |
+
"learning_rate": 9.998616909329826e-05,
|
| 100 |
+
"loss": 0.4934559345245361,
|
| 101 |
+
"step": 130
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.12444444444444444,
|
| 105 |
+
"grad_norm": 0.372969388961792,
|
| 106 |
+
"learning_rate": 9.996348052452065e-05,
|
| 107 |
+
"loss": 0.48008193969726565,
|
| 108 |
+
"step": 140
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.13333333333333333,
|
| 112 |
+
"grad_norm": 0.42792317271232605,
|
| 113 |
+
"learning_rate": 9.992999414866448e-05,
|
| 114 |
+
"loss": 0.40410771369934084,
|
| 115 |
+
"step": 150
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.14222222222222222,
|
| 119 |
+
"grad_norm": 0.605674684047699,
|
| 120 |
+
"learning_rate": 9.988571720260407e-05,
|
| 121 |
+
"loss": 0.44922242164611814,
|
| 122 |
+
"step": 160
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.1511111111111111,
|
| 126 |
+
"grad_norm": 0.4557352662086487,
|
| 127 |
+
"learning_rate": 9.98306592552068e-05,
|
| 128 |
+
"loss": 0.4807539939880371,
|
| 129 |
+
"step": 170
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.16,
|
| 133 |
+
"grad_norm": 0.35166481137275696,
|
| 134 |
+
"learning_rate": 9.976483220526534e-05,
|
| 135 |
+
"loss": 0.41620450019836425,
|
| 136 |
+
"step": 180
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.1688888888888889,
|
| 140 |
+
"grad_norm": 0.3679167628288269,
|
| 141 |
+
"learning_rate": 9.968825027892603e-05,
|
| 142 |
+
"loss": 0.5430550575256348,
|
| 143 |
+
"step": 190
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.17777777777777778,
|
| 147 |
+
"grad_norm": 0.40084755420684814,
|
| 148 |
+
"learning_rate": 9.960093002661443e-05,
|
| 149 |
+
"loss": 0.45009822845458985,
|
| 150 |
+
"step": 200
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.18666666666666668,
|
| 154 |
+
"grad_norm": 0.4580940306186676,
|
| 155 |
+
"learning_rate": 9.95028903194586e-05,
|
| 156 |
+
"loss": 0.42539730072021487,
|
| 157 |
+
"step": 210
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.19555555555555557,
|
| 161 |
+
"grad_norm": 0.33829355239868164,
|
| 162 |
+
"learning_rate": 9.939415234521074e-05,
|
| 163 |
+
"loss": 0.45442776679992675,
|
| 164 |
+
"step": 220
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.20444444444444446,
|
| 168 |
+
"grad_norm": 0.3858638405799866,
|
| 169 |
+
"learning_rate": 9.92747396036682e-05,
|
| 170 |
+
"loss": 0.46364641189575195,
|
| 171 |
+
"step": 230
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.21333333333333335,
|
| 175 |
+
"grad_norm": 0.38474398851394653,
|
| 176 |
+
"learning_rate": 9.91446779015949e-05,
|
| 177 |
+
"loss": 0.47534937858581544,
|
| 178 |
+
"step": 240
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.2222222222222222,
|
| 182 |
+
"grad_norm": 0.41425031423568726,
|
| 183 |
+
"learning_rate": 9.900399534714406e-05,
|
| 184 |
+
"loss": 0.4933596134185791,
|
| 185 |
+
"step": 250
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.2311111111111111,
|
| 189 |
+
"grad_norm": 0.35072949528694153,
|
| 190 |
+
"learning_rate": 9.885272234378373e-05,
|
| 191 |
+
"loss": 0.4453242778778076,
|
| 192 |
+
"step": 260
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.24,
|
| 196 |
+
"grad_norm": 0.3859287202358246,
|
| 197 |
+
"learning_rate": 9.869089158372608e-05,
|
| 198 |
+
"loss": 0.48943133354187013,
|
| 199 |
+
"step": 270
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.24888888888888888,
|
| 203 |
+
"grad_norm": 0.35846146941185,
|
| 204 |
+
"learning_rate": 9.851853804086221e-05,
|
| 205 |
+
"loss": 0.4975121021270752,
|
| 206 |
+
"step": 280
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 0.2577777777777778,
|
| 210 |
+
"grad_norm": 0.43171802163124084,
|
| 211 |
+
"learning_rate": 9.833569896320376e-05,
|
| 212 |
+
"loss": 0.4233686447143555,
|
| 213 |
+
"step": 290
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.26666666666666666,
|
| 217 |
+
"grad_norm": 0.38140612840652466,
|
| 218 |
+
"learning_rate": 9.814241386483315e-05,
|
| 219 |
+
"loss": 0.45711665153503417,
|
| 220 |
+
"step": 300
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.27555555555555555,
|
| 224 |
+
"grad_norm": 0.3377639353275299,
|
| 225 |
+
"learning_rate": 9.7938724517364e-05,
|
| 226 |
+
"loss": 0.4544373035430908,
|
| 227 |
+
"step": 310
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.28444444444444444,
|
| 231 |
+
"grad_norm": 0.34243062138557434,
|
| 232 |
+
"learning_rate": 9.772467494091368e-05,
|
| 233 |
+
"loss": 0.42964882850646974,
|
| 234 |
+
"step": 320
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.29333333333333333,
|
| 238 |
+
"grad_norm": 0.34049737453460693,
|
| 239 |
+
"learning_rate": 9.750031139459004e-05,
|
| 240 |
+
"loss": 0.42655010223388673,
|
| 241 |
+
"step": 330
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.3022222222222222,
|
| 245 |
+
"grad_norm": 0.35732948780059814,
|
| 246 |
+
"learning_rate": 9.726568236649401e-05,
|
| 247 |
+
"loss": 0.45878915786743163,
|
| 248 |
+
"step": 340
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 0.3111111111111111,
|
| 252 |
+
"grad_norm": 0.3442543148994446,
|
| 253 |
+
"learning_rate": 9.702083856324078e-05,
|
| 254 |
+
"loss": 0.43412394523620607,
|
| 255 |
+
"step": 350
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.32,
|
| 259 |
+
"grad_norm": 0.3641473650932312,
|
| 260 |
+
"learning_rate": 9.676583289900137e-05,
|
| 261 |
+
"loss": 0.4166750907897949,
|
| 262 |
+
"step": 360
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.3288888888888889,
|
| 266 |
+
"grad_norm": 0.38029661774635315,
|
| 267 |
+
"learning_rate": 9.650072048406705e-05,
|
| 268 |
+
"loss": 0.4133127212524414,
|
| 269 |
+
"step": 370
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 0.3377777777777778,
|
| 273 |
+
"grad_norm": 0.46410584449768066,
|
| 274 |
+
"learning_rate": 9.622555861293937e-05,
|
| 275 |
+
"loss": 0.4788216590881348,
|
| 276 |
+
"step": 380
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.3466666666666667,
|
| 280 |
+
"grad_norm": 0.46155110001564026,
|
| 281 |
+
"learning_rate": 9.594040675194789e-05,
|
| 282 |
+
"loss": 0.438585090637207,
|
| 283 |
+
"step": 390
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 0.35555555555555557,
|
| 287 |
+
"grad_norm": 0.3239903450012207,
|
| 288 |
+
"learning_rate": 9.564532652639874e-05,
|
| 289 |
+
"loss": 0.41576008796691893,
|
| 290 |
+
"step": 400
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.36444444444444446,
|
| 294 |
+
"grad_norm": 0.37329864501953125,
|
| 295 |
+
"learning_rate": 9.534038170725656e-05,
|
| 296 |
+
"loss": 0.45173234939575196,
|
| 297 |
+
"step": 410
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.37333333333333335,
|
| 301 |
+
"grad_norm": 0.36062464118003845,
|
| 302 |
+
"learning_rate": 9.502563819736261e-05,
|
| 303 |
+
"loss": 0.4431358814239502,
|
| 304 |
+
"step": 420
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 0.38222222222222224,
|
| 308 |
+
"grad_norm": 0.32877373695373535,
|
| 309 |
+
"learning_rate": 9.47011640171923e-05,
|
| 310 |
+
"loss": 0.38395123481750487,
|
| 311 |
+
"step": 430
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 0.39111111111111113,
|
| 315 |
+
"grad_norm": 0.39523133635520935,
|
| 316 |
+
"learning_rate": 9.436702929015504e-05,
|
| 317 |
+
"loss": 0.45081305503845215,
|
| 318 |
+
"step": 440
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.4,
|
| 322 |
+
"grad_norm": 0.396107017993927,
|
| 323 |
+
"learning_rate": 9.402330622743953e-05,
|
| 324 |
+
"loss": 0.431630802154541,
|
| 325 |
+
"step": 450
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.4088888888888889,
|
| 329 |
+
"grad_norm": 0.34849977493286133,
|
| 330 |
+
"learning_rate": 9.367006911240794e-05,
|
| 331 |
+
"loss": 0.4235401153564453,
|
| 332 |
+
"step": 460
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.4177777777777778,
|
| 336 |
+
"grad_norm": 0.32264649868011475,
|
| 337 |
+
"learning_rate": 9.330739428454228e-05,
|
| 338 |
+
"loss": 0.41276025772094727,
|
| 339 |
+
"step": 470
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.4266666666666667,
|
| 343 |
+
"grad_norm": 0.40649130940437317,
|
| 344 |
+
"learning_rate": 9.293536012294625e-05,
|
| 345 |
+
"loss": 0.4388761520385742,
|
| 346 |
+
"step": 480
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.43555555555555553,
|
| 350 |
+
"grad_norm": 0.3980196714401245,
|
| 351 |
+
"learning_rate": 9.25540470294066e-05,
|
| 352 |
+
"loss": 0.434765625,
|
| 353 |
+
"step": 490
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 0.4444444444444444,
|
| 357 |
+
"grad_norm": 0.34392979741096497,
|
| 358 |
+
"learning_rate": 9.216353741101698e-05,
|
| 359 |
+
"loss": 0.4237233638763428,
|
| 360 |
+
"step": 500
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 0.4533333333333333,
|
| 364 |
+
"grad_norm": 0.4070020318031311,
|
| 365 |
+
"learning_rate": 9.176391566236874e-05,
|
| 366 |
+
"loss": 0.43479743003845217,
|
| 367 |
+
"step": 510
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 0.4622222222222222,
|
| 371 |
+
"grad_norm": 0.3691484332084656,
|
| 372 |
+
"learning_rate": 9.13552681473121e-05,
|
| 373 |
+
"loss": 0.41257572174072266,
|
| 374 |
+
"step": 520
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 0.4711111111111111,
|
| 378 |
+
"grad_norm": 0.31974899768829346,
|
| 379 |
+
"learning_rate": 9.093768318029157e-05,
|
| 380 |
+
"loss": 0.4397622585296631,
|
| 381 |
+
"step": 530
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 0.48,
|
| 385 |
+
"grad_norm": 0.3324742317199707,
|
| 386 |
+
"learning_rate": 9.051125100726012e-05,
|
| 387 |
+
"loss": 0.4031101703643799,
|
| 388 |
+
"step": 540
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 0.4888888888888889,
|
| 392 |
+
"grad_norm": 0.4857999384403229,
|
| 393 |
+
"learning_rate": 9.00760637861757e-05,
|
| 394 |
+
"loss": 0.4260400295257568,
|
| 395 |
+
"step": 550
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 0.49777777777777776,
|
| 399 |
+
"grad_norm": 0.3340180218219757,
|
| 400 |
+
"learning_rate": 8.96322155670846e-05,
|
| 401 |
+
"loss": 0.45470619201660156,
|
| 402 |
+
"step": 560
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 0.5066666666666667,
|
| 406 |
+
"grad_norm": 0.44739553332328796,
|
| 407 |
+
"learning_rate": 8.917980227179592e-05,
|
| 408 |
+
"loss": 0.40158867835998535,
|
| 409 |
+
"step": 570
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 0.5155555555555555,
|
| 413 |
+
"grad_norm": 0.3540358245372772,
|
| 414 |
+
"learning_rate": 8.871892167315158e-05,
|
| 415 |
+
"loss": 0.43067140579223634,
|
| 416 |
+
"step": 580
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 0.5244444444444445,
|
| 420 |
+
"grad_norm": 0.3139533996582031,
|
| 421 |
+
"learning_rate": 8.824967337389618e-05,
|
| 422 |
+
"loss": 0.4297904968261719,
|
| 423 |
+
"step": 590
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 0.5333333333333333,
|
| 427 |
+
"grad_norm": 0.31625425815582275,
|
| 428 |
+
"learning_rate": 8.777215878515148e-05,
|
| 429 |
+
"loss": 0.41481895446777345,
|
| 430 |
+
"step": 600
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 0.5422222222222223,
|
| 434 |
+
"grad_norm": 0.39057719707489014,
|
| 435 |
+
"learning_rate": 8.728648110450007e-05,
|
| 436 |
+
"loss": 0.4180173873901367,
|
| 437 |
+
"step": 610
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 0.5511111111111111,
|
| 441 |
+
"grad_norm": 0.358767569065094,
|
| 442 |
+
"learning_rate": 8.679274529368284e-05,
|
| 443 |
+
"loss": 0.42813663482666015,
|
| 444 |
+
"step": 620
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 0.56,
|
| 448 |
+
"grad_norm": 0.3512662649154663,
|
| 449 |
+
"learning_rate": 8.629105805591536e-05,
|
| 450 |
+
"loss": 0.45242977142333984,
|
| 451 |
+
"step": 630
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 0.5688888888888889,
|
| 455 |
+
"grad_norm": 0.3629150688648224,
|
| 456 |
+
"learning_rate": 8.57815278128278e-05,
|
| 457 |
+
"loss": 0.39222893714904783,
|
| 458 |
+
"step": 640
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 0.5777777777777777,
|
| 462 |
+
"grad_norm": 0.4052797555923462,
|
| 463 |
+
"learning_rate": 8.52642646810335e-05,
|
| 464 |
+
"loss": 0.43261022567749025,
|
| 465 |
+
"step": 650
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 0.5866666666666667,
|
| 469 |
+
"grad_norm": 0.37778323888778687,
|
| 470 |
+
"learning_rate": 8.473938044833118e-05,
|
| 471 |
+
"loss": 0.3872582674026489,
|
| 472 |
+
"step": 660
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 0.5955555555555555,
|
| 476 |
+
"grad_norm": 0.3754846453666687,
|
| 477 |
+
"learning_rate": 8.420698854954614e-05,
|
| 478 |
+
"loss": 0.3962836980819702,
|
| 479 |
+
"step": 670
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"epoch": 0.6044444444444445,
|
| 483 |
+
"grad_norm": 0.3173210918903351,
|
| 484 |
+
"learning_rate": 8.366720404201532e-05,
|
| 485 |
+
"loss": 0.40433526039123535,
|
| 486 |
+
"step": 680
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 0.6133333333333333,
|
| 490 |
+
"grad_norm": 0.3750768005847931,
|
| 491 |
+
"learning_rate": 8.312014358072182e-05,
|
| 492 |
+
"loss": 0.44541182518005373,
|
| 493 |
+
"step": 690
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"epoch": 0.6222222222222222,
|
| 497 |
+
"grad_norm": 0.396304726600647,
|
| 498 |
+
"learning_rate": 8.256592539308412e-05,
|
| 499 |
+
"loss": 0.39640786647796633,
|
| 500 |
+
"step": 700
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 0.6311111111111111,
|
| 504 |
+
"grad_norm": 0.27579763531684875,
|
| 505 |
+
"learning_rate": 8.200466925340551e-05,
|
| 506 |
+
"loss": 0.42966270446777344,
|
| 507 |
+
"step": 710
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 0.64,
|
| 511 |
+
"grad_norm": 0.3287679851055145,
|
| 512 |
+
"learning_rate": 8.143649645698916e-05,
|
| 513 |
+
"loss": 0.4303389549255371,
|
| 514 |
+
"step": 720
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 0.6488888888888888,
|
| 518 |
+
"grad_norm": 0.3433365821838379,
|
| 519 |
+
"learning_rate": 8.086152979392455e-05,
|
| 520 |
+
"loss": 0.42377805709838867,
|
| 521 |
+
"step": 730
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 0.6577777777777778,
|
| 525 |
+
"grad_norm": 0.37662261724472046,
|
| 526 |
+
"learning_rate": 8.027989352255072e-05,
|
| 527 |
+
"loss": 0.3759341239929199,
|
| 528 |
+
"step": 740
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"epoch": 0.6666666666666666,
|
| 532 |
+
"grad_norm": 0.293804794549942,
|
| 533 |
+
"learning_rate": 7.969171334260241e-05,
|
| 534 |
+
"loss": 0.4281143665313721,
|
| 535 |
+
"step": 750
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"epoch": 0.6755555555555556,
|
| 539 |
+
"grad_norm": 0.3423449695110321,
|
| 540 |
+
"learning_rate": 7.909711636804456e-05,
|
| 541 |
+
"loss": 0.4293722152709961,
|
| 542 |
+
"step": 760
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 0.6844444444444444,
|
| 546 |
+
"grad_norm": 0.3712252080440521,
|
| 547 |
+
"learning_rate": 7.849623109960114e-05,
|
| 548 |
+
"loss": 0.3751317262649536,
|
| 549 |
+
"step": 770
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 0.6933333333333334,
|
| 553 |
+
"grad_norm": 0.30978795886039734,
|
| 554 |
+
"learning_rate": 7.788918739698442e-05,
|
| 555 |
+
"loss": 0.4274724006652832,
|
| 556 |
+
"step": 780
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 0.7022222222222222,
|
| 560 |
+
"grad_norm": 0.3778475821018219,
|
| 561 |
+
"learning_rate": 7.727611645083046e-05,
|
| 562 |
+
"loss": 0.4593647480010986,
|
| 563 |
+
"step": 790
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 0.7111111111111111,
|
| 567 |
+
"grad_norm": 0.4193788170814514,
|
| 568 |
+
"learning_rate": 7.665715075434693e-05,
|
| 569 |
+
"loss": 0.4005401134490967,
|
| 570 |
+
"step": 800
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 0.72,
|
| 574 |
+
"grad_norm": 0.4584580063819885,
|
| 575 |
+
"learning_rate": 7.603242407467957e-05,
|
| 576 |
+
"loss": 0.4481417179107666,
|
| 577 |
+
"step": 810
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 0.7288888888888889,
|
| 581 |
+
"grad_norm": 0.4954594373703003,
|
| 582 |
+
"learning_rate": 7.54020714240031e-05,
|
| 583 |
+
"loss": 0.4419954776763916,
|
| 584 |
+
"step": 820
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"epoch": 0.7377777777777778,
|
| 588 |
+
"grad_norm": 0.32087239623069763,
|
| 589 |
+
"learning_rate": 7.476622903034331e-05,
|
| 590 |
+
"loss": 0.358188796043396,
|
| 591 |
+
"step": 830
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"epoch": 0.7466666666666667,
|
| 595 |
+
"grad_norm": 0.415523499250412,
|
| 596 |
+
"learning_rate": 7.412503430813625e-05,
|
| 597 |
+
"loss": 0.4097938060760498,
|
| 598 |
+
"step": 840
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"epoch": 0.7555555555555555,
|
| 602 |
+
"grad_norm": 0.4330928325653076,
|
| 603 |
+
"learning_rate": 7.347862582853102e-05,
|
| 604 |
+
"loss": 0.39210293292999265,
|
| 605 |
+
"step": 850
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"epoch": 0.7644444444444445,
|
| 609 |
+
"grad_norm": 0.32685935497283936,
|
| 610 |
+
"learning_rate": 7.282714328944267e-05,
|
| 611 |
+
"loss": 0.4046238899230957,
|
| 612 |
+
"step": 860
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 0.7733333333333333,
|
| 616 |
+
"grad_norm": 0.25576087832450867,
|
| 617 |
+
"learning_rate": 7.217072748536147e-05,
|
| 618 |
+
"loss": 0.424999475479126,
|
| 619 |
+
"step": 870
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 0.7822222222222223,
|
| 623 |
+
"grad_norm": 0.5378305912017822,
|
| 624 |
+
"learning_rate": 7.150952027692523e-05,
|
| 625 |
+
"loss": 0.4036864757537842,
|
| 626 |
+
"step": 880
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 0.7911111111111111,
|
| 630 |
+
"grad_norm": 0.3434256315231323,
|
| 631 |
+
"learning_rate": 7.08436645602613e-05,
|
| 632 |
+
"loss": 0.4073346614837646,
|
| 633 |
+
"step": 890
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 0.8,
|
| 637 |
+
"grad_norm": 0.38994190096855164,
|
| 638 |
+
"learning_rate": 7.017330423610469e-05,
|
| 639 |
+
"loss": 0.38085227012634276,
|
| 640 |
+
"step": 900
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 0.8088888888888889,
|
| 644 |
+
"grad_norm": 0.36494192481040955,
|
| 645 |
+
"learning_rate": 6.949858417869908e-05,
|
| 646 |
+
"loss": 0.41643786430358887,
|
| 647 |
+
"step": 910
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 0.8177777777777778,
|
| 651 |
+
"grad_norm": 0.3612149655818939,
|
| 652 |
+
"learning_rate": 6.881965020448753e-05,
|
| 653 |
+
"loss": 0.4108633518218994,
|
| 654 |
+
"step": 920
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 0.8266666666666667,
|
| 658 |
+
"grad_norm": 0.43641334772109985,
|
| 659 |
+
"learning_rate": 6.813664904059944e-05,
|
| 660 |
+
"loss": 0.42844533920288086,
|
| 661 |
+
"step": 930
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"epoch": 0.8355555555555556,
|
| 665 |
+
"grad_norm": 0.37633153796195984,
|
| 666 |
+
"learning_rate": 6.744972829314079e-05,
|
| 667 |
+
"loss": 0.4326623916625977,
|
| 668 |
+
"step": 940
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"epoch": 0.8444444444444444,
|
| 672 |
+
"grad_norm": 0.30158376693725586,
|
| 673 |
+
"learning_rate": 6.675903641529442e-05,
|
| 674 |
+
"loss": 0.41312832832336427,
|
| 675 |
+
"step": 950
|
| 676 |
+
},
|
| 677 |
+
{
|
| 678 |
+
"epoch": 0.8533333333333334,
|
| 679 |
+
"grad_norm": 0.49504661560058594,
|
| 680 |
+
"learning_rate": 6.60647226752372e-05,
|
| 681 |
+
"loss": 0.38414552211761477,
|
| 682 |
+
"step": 960
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"epoch": 0.8622222222222222,
|
| 686 |
+
"grad_norm": 0.40403881669044495,
|
| 687 |
+
"learning_rate": 6.536693712388108e-05,
|
| 688 |
+
"loss": 0.40920281410217285,
|
| 689 |
+
"step": 970
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"epoch": 0.8711111111111111,
|
| 693 |
+
"grad_norm": 0.3977372646331787,
|
| 694 |
+
"learning_rate": 6.466583056244502e-05,
|
| 695 |
+
"loss": 0.4197856903076172,
|
| 696 |
+
"step": 980
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"epoch": 0.88,
|
| 700 |
+
"grad_norm": 0.3222980499267578,
|
| 701 |
+
"learning_rate": 6.396155450986467e-05,
|
| 702 |
+
"loss": 0.43209381103515626,
|
| 703 |
+
"step": 990
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"epoch": 0.8888888888888888,
|
| 707 |
+
"grad_norm": 0.3269721269607544,
|
| 708 |
+
"learning_rate": 6.32542611700471e-05,
|
| 709 |
+
"loss": 0.3872633457183838,
|
| 710 |
+
"step": 1000
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"epoch": 0.8977777777777778,
|
| 714 |
+
"grad_norm": 0.2627931237220764,
|
| 715 |
+
"learning_rate": 6.254410339897733e-05,
|
| 716 |
+
"loss": 0.40660743713378905,
|
| 717 |
+
"step": 1010
|
| 718 |
+
},
|
| 719 |
+
{
|
| 720 |
+
"epoch": 0.9066666666666666,
|
| 721 |
+
"grad_norm": 0.4035646915435791,
|
| 722 |
+
"learning_rate": 6.183123467168407e-05,
|
| 723 |
+
"loss": 0.4188549995422363,
|
| 724 |
+
"step": 1020
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"epoch": 0.9155555555555556,
|
| 728 |
+
"grad_norm": 0.32446223497390747,
|
| 729 |
+
"learning_rate": 6.111580904907158e-05,
|
| 730 |
+
"loss": 0.3956818342208862,
|
| 731 |
+
"step": 1030
|
| 732 |
+
},
|
| 733 |
+
{
|
| 734 |
+
"epoch": 0.9244444444444444,
|
| 735 |
+
"grad_norm": 0.400729238986969,
|
| 736 |
+
"learning_rate": 6.039798114462497e-05,
|
| 737 |
+
"loss": 0.4168698310852051,
|
| 738 |
+
"step": 1040
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"epoch": 0.9333333333333333,
|
| 742 |
+
"grad_norm": 0.3183426856994629,
|
| 743 |
+
"learning_rate": 5.967790609099604e-05,
|
| 744 |
+
"loss": 0.42308673858642576,
|
| 745 |
+
"step": 1050
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"epoch": 0.9422222222222222,
|
| 749 |
+
"grad_norm": 0.3495250940322876,
|
| 750 |
+
"learning_rate": 5.895573950647702e-05,
|
| 751 |
+
"loss": 0.3833682775497437,
|
| 752 |
+
"step": 1060
|
| 753 |
+
},
|
| 754 |
+
{
|
| 755 |
+
"epoch": 0.9511111111111111,
|
| 756 |
+
"grad_norm": 0.31198158860206604,
|
| 757 |
+
"learning_rate": 5.8231637461369124e-05,
|
| 758 |
+
"loss": 0.3714336633682251,
|
| 759 |
+
"step": 1070
|
| 760 |
+
},
|
| 761 |
+
{
|
| 762 |
+
"epoch": 0.96,
|
| 763 |
+
"grad_norm": 0.33288607001304626,
|
| 764 |
+
"learning_rate": 5.75057564442538e-05,
|
| 765 |
+
"loss": 0.37983601093292235,
|
| 766 |
+
"step": 1080
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"epoch": 0.9688888888888889,
|
| 770 |
+
"grad_norm": 0.2962404787540436,
|
| 771 |
+
"learning_rate": 5.677825332817313e-05,
|
| 772 |
+
"loss": 0.4199959754943848,
|
| 773 |
+
"step": 1090
|
| 774 |
+
},
|
| 775 |
+
{
|
| 776 |
+
"epoch": 0.9777777777777777,
|
| 777 |
+
"grad_norm": 0.3724680542945862,
|
| 778 |
+
"learning_rate": 5.604928533672751e-05,
|
| 779 |
+
"loss": 0.3786408185958862,
|
| 780 |
+
"step": 1100
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"epoch": 0.9866666666666667,
|
| 784 |
+
"grad_norm": 0.3874838948249817,
|
| 785 |
+
"learning_rate": 5.5319010010097416e-05,
|
| 786 |
+
"loss": 0.40485186576843263,
|
| 787 |
+
"step": 1110
|
| 788 |
+
},
|
| 789 |
+
{
|
| 790 |
+
"epoch": 0.9955555555555555,
|
| 791 |
+
"grad_norm": 0.3587503731250763,
|
| 792 |
+
"learning_rate": 5.458758517099671e-05,
|
| 793 |
+
"loss": 0.3982378005981445,
|
| 794 |
+
"step": 1120
|
| 795 |
+
},
|
| 796 |
+
{
|
| 797 |
+
"epoch": 1.0,
|
| 798 |
+
"eval_loss": 0.3836138844490051,
|
| 799 |
+
"eval_runtime": 358.5191,
|
| 800 |
+
"eval_samples_per_second": 2.789,
|
| 801 |
+
"eval_steps_per_second": 2.789,
|
| 802 |
+
"step": 1125
|
| 803 |
+
}
|
| 804 |
+
],
|
| 805 |
+
"logging_steps": 10,
|
| 806 |
+
"max_steps": 2250,
|
| 807 |
+
"num_input_tokens_seen": 0,
|
| 808 |
+
"num_train_epochs": 2,
|
| 809 |
+
"save_steps": 500,
|
| 810 |
+
"stateful_callbacks": {
|
| 811 |
+
"TrainerControl": {
|
| 812 |
+
"args": {
|
| 813 |
+
"should_epoch_stop": false,
|
| 814 |
+
"should_evaluate": false,
|
| 815 |
+
"should_log": false,
|
| 816 |
+
"should_save": true,
|
| 817 |
+
"should_training_stop": false
|
| 818 |
+
},
|
| 819 |
+
"attributes": {}
|
| 820 |
+
}
|
| 821 |
+
},
|
| 822 |
+
"total_flos": 7.158793139835494e+16,
|
| 823 |
+
"train_batch_size": 1,
|
| 824 |
+
"trial_name": null,
|
| 825 |
+
"trial_params": null
|
| 826 |
+
}
|
checkpoint-1125/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:edb44ddd12e5044cfebc57246c77bd185ad4fad52f56a66554c2013fa82c4cfa
|
| 3 |
+
size 4920
|
checkpoint-2250/README.md
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen3.5-2B
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen3.5-2B
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Model Card for Model ID
|
| 12 |
+
|
| 13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
### Model Description
|
| 20 |
+
|
| 21 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
- **Developed by:** [More Information Needed]
|
| 26 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 27 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 28 |
+
- **Model type:** [More Information Needed]
|
| 29 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 30 |
+
- **License:** [More Information Needed]
|
| 31 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 32 |
+
|
| 33 |
+
### Model Sources [optional]
|
| 34 |
+
|
| 35 |
+
<!-- Provide the basic links for the model. -->
|
| 36 |
+
|
| 37 |
+
- **Repository:** [More Information Needed]
|
| 38 |
+
- **Paper [optional]:** [More Information Needed]
|
| 39 |
+
- **Demo [optional]:** [More Information Needed]
|
| 40 |
+
|
| 41 |
+
## Uses
|
| 42 |
+
|
| 43 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 44 |
+
|
| 45 |
+
### Direct Use
|
| 46 |
+
|
| 47 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 48 |
+
|
| 49 |
+
[More Information Needed]
|
| 50 |
+
|
| 51 |
+
### Downstream Use [optional]
|
| 52 |
+
|
| 53 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 54 |
+
|
| 55 |
+
[More Information Needed]
|
| 56 |
+
|
| 57 |
+
### Out-of-Scope Use
|
| 58 |
+
|
| 59 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 60 |
+
|
| 61 |
+
[More Information Needed]
|
| 62 |
+
|
| 63 |
+
## Bias, Risks, and Limitations
|
| 64 |
+
|
| 65 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 66 |
+
|
| 67 |
+
[More Information Needed]
|
| 68 |
+
|
| 69 |
+
### Recommendations
|
| 70 |
+
|
| 71 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 72 |
+
|
| 73 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 74 |
+
|
| 75 |
+
## How to Get Started with the Model
|
| 76 |
+
|
| 77 |
+
Use the code below to get started with the model.
|
| 78 |
+
|
| 79 |
+
[More Information Needed]
|
| 80 |
+
|
| 81 |
+
## Training Details
|
| 82 |
+
|
| 83 |
+
### Training Data
|
| 84 |
+
|
| 85 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 86 |
+
|
| 87 |
+
[More Information Needed]
|
| 88 |
+
|
| 89 |
+
### Training Procedure
|
| 90 |
+
|
| 91 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 92 |
+
|
| 93 |
+
#### Preprocessing [optional]
|
| 94 |
+
|
| 95 |
+
[More Information Needed]
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
#### Training Hyperparameters
|
| 99 |
+
|
| 100 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 101 |
+
|
| 102 |
+
#### Speeds, Sizes, Times [optional]
|
| 103 |
+
|
| 104 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 105 |
+
|
| 106 |
+
[More Information Needed]
|
| 107 |
+
|
| 108 |
+
## Evaluation
|
| 109 |
+
|
| 110 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 111 |
+
|
| 112 |
+
### Testing Data, Factors & Metrics
|
| 113 |
+
|
| 114 |
+
#### Testing Data
|
| 115 |
+
|
| 116 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 117 |
+
|
| 118 |
+
[More Information Needed]
|
| 119 |
+
|
| 120 |
+
#### Factors
|
| 121 |
+
|
| 122 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
#### Metrics
|
| 127 |
+
|
| 128 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 129 |
+
|
| 130 |
+
[More Information Needed]
|
| 131 |
+
|
| 132 |
+
### Results
|
| 133 |
+
|
| 134 |
+
[More Information Needed]
|
| 135 |
+
|
| 136 |
+
#### Summary
|
| 137 |
+
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
## Model Examination [optional]
|
| 141 |
+
|
| 142 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 143 |
+
|
| 144 |
+
[More Information Needed]
|
| 145 |
+
|
| 146 |
+
## Environmental Impact
|
| 147 |
+
|
| 148 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 149 |
+
|
| 150 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 151 |
+
|
| 152 |
+
- **Hardware Type:** [More Information Needed]
|
| 153 |
+
- **Hours used:** [More Information Needed]
|
| 154 |
+
- **Cloud Provider:** [More Information Needed]
|
| 155 |
+
- **Compute Region:** [More Information Needed]
|
| 156 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 157 |
+
|
| 158 |
+
## Technical Specifications [optional]
|
| 159 |
+
|
| 160 |
+
### Model Architecture and Objective
|
| 161 |
+
|
| 162 |
+
[More Information Needed]
|
| 163 |
+
|
| 164 |
+
### Compute Infrastructure
|
| 165 |
+
|
| 166 |
+
[More Information Needed]
|
| 167 |
+
|
| 168 |
+
#### Hardware
|
| 169 |
+
|
| 170 |
+
[More Information Needed]
|
| 171 |
+
|
| 172 |
+
#### Software
|
| 173 |
+
|
| 174 |
+
[More Information Needed]
|
| 175 |
+
|
| 176 |
+
## Citation [optional]
|
| 177 |
+
|
| 178 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 179 |
+
|
| 180 |
+
**BibTeX:**
|
| 181 |
+
|
| 182 |
+
[More Information Needed]
|
| 183 |
+
|
| 184 |
+
**APA:**
|
| 185 |
+
|
| 186 |
+
[More Information Needed]
|
| 187 |
+
|
| 188 |
+
## Glossary [optional]
|
| 189 |
+
|
| 190 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 191 |
+
|
| 192 |
+
[More Information Needed]
|
| 193 |
+
|
| 194 |
+
## More Information [optional]
|
| 195 |
+
|
| 196 |
+
[More Information Needed]
|
| 197 |
+
|
| 198 |
+
## Model Card Authors [optional]
|
| 199 |
+
|
| 200 |
+
[More Information Needed]
|
| 201 |
+
|
| 202 |
+
## Model Card Contact
|
| 203 |
+
|
| 204 |
+
[More Information Needed]
|
| 205 |
+
### Framework versions
|
| 206 |
+
|
| 207 |
+
- PEFT 0.19.1
|
checkpoint-2250/adapter_config.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "Qwen/Qwen3.5-2B",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"layer_replication": null,
|
| 16 |
+
"layers_pattern": null,
|
| 17 |
+
"layers_to_transform": null,
|
| 18 |
+
"loftq_config": {},
|
| 19 |
+
"lora_alpha": 32,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.05,
|
| 22 |
+
"lora_ga_config": null,
|
| 23 |
+
"megatron_config": null,
|
| 24 |
+
"megatron_core": "megatron.core",
|
| 25 |
+
"modules_to_save": null,
|
| 26 |
+
"peft_type": "LORA",
|
| 27 |
+
"peft_version": "0.19.1",
|
| 28 |
+
"qalora_group_size": 16,
|
| 29 |
+
"r": 16,
|
| 30 |
+
"rank_pattern": {},
|
| 31 |
+
"revision": null,
|
| 32 |
+
"target_modules": [
|
| 33 |
+
"up_proj",
|
| 34 |
+
"q_proj",
|
| 35 |
+
"v_proj",
|
| 36 |
+
"down_proj",
|
| 37 |
+
"gate_proj",
|
| 38 |
+
"o_proj",
|
| 39 |
+
"k_proj"
|
| 40 |
+
],
|
| 41 |
+
"target_parameters": null,
|
| 42 |
+
"task_type": "CAUSAL_LM",
|
| 43 |
+
"trainable_token_indices": null,
|
| 44 |
+
"use_bdlora": null,
|
| 45 |
+
"use_dora": false,
|
| 46 |
+
"use_qalora": false,
|
| 47 |
+
"use_rslora": false
|
| 48 |
+
}
|
checkpoint-2250/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42cc2cadc1cf728b9d3ca8793d77f15786d281c09f45e9183fba3602774dcb26
|
| 3 |
+
size 43672224
|
checkpoint-2250/chat_template.jinja
ADDED
|
@@ -0,0 +1,154 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- set image_count = namespace(value=0) %}
|
| 2 |
+
{%- set video_count = namespace(value=0) %}
|
| 3 |
+
{%- macro render_content(content, do_vision_count, is_system_content=false) %}
|
| 4 |
+
{%- if content is string %}
|
| 5 |
+
{{- content }}
|
| 6 |
+
{%- elif content is iterable and content is not mapping %}
|
| 7 |
+
{%- for item in content %}
|
| 8 |
+
{%- if 'image' in item or 'image_url' in item or item.type == 'image' %}
|
| 9 |
+
{%- if is_system_content %}
|
| 10 |
+
{{- raise_exception('System message cannot contain images.') }}
|
| 11 |
+
{%- endif %}
|
| 12 |
+
{%- if do_vision_count %}
|
| 13 |
+
{%- set image_count.value = image_count.value + 1 %}
|
| 14 |
+
{%- endif %}
|
| 15 |
+
{%- if add_vision_id %}
|
| 16 |
+
{{- 'Picture ' ~ image_count.value ~ ': ' }}
|
| 17 |
+
{%- endif %}
|
| 18 |
+
{{- '<|vision_start|><|image_pad|><|vision_end|>' }}
|
| 19 |
+
{%- elif 'video' in item or item.type == 'video' %}
|
| 20 |
+
{%- if is_system_content %}
|
| 21 |
+
{{- raise_exception('System message cannot contain videos.') }}
|
| 22 |
+
{%- endif %}
|
| 23 |
+
{%- if do_vision_count %}
|
| 24 |
+
{%- set video_count.value = video_count.value + 1 %}
|
| 25 |
+
{%- endif %}
|
| 26 |
+
{%- if add_vision_id %}
|
| 27 |
+
{{- 'Video ' ~ video_count.value ~ ': ' }}
|
| 28 |
+
{%- endif %}
|
| 29 |
+
{{- '<|vision_start|><|video_pad|><|vision_end|>' }}
|
| 30 |
+
{%- elif 'text' in item %}
|
| 31 |
+
{{- item.text }}
|
| 32 |
+
{%- else %}
|
| 33 |
+
{{- raise_exception('Unexpected item type in content.') }}
|
| 34 |
+
{%- endif %}
|
| 35 |
+
{%- endfor %}
|
| 36 |
+
{%- elif content is none or content is undefined %}
|
| 37 |
+
{{- '' }}
|
| 38 |
+
{%- else %}
|
| 39 |
+
{{- raise_exception('Unexpected content type.') }}
|
| 40 |
+
{%- endif %}
|
| 41 |
+
{%- endmacro %}
|
| 42 |
+
{%- if not messages %}
|
| 43 |
+
{{- raise_exception('No messages provided.') }}
|
| 44 |
+
{%- endif %}
|
| 45 |
+
{%- if tools and tools is iterable and tools is not mapping %}
|
| 46 |
+
{{- '<|im_start|>system\n' }}
|
| 47 |
+
{{- "# Tools\n\nYou have access to the following functions:\n\n<tools>" }}
|
| 48 |
+
{%- for tool in tools %}
|
| 49 |
+
{{- "\n" }}
|
| 50 |
+
{{- tool | tojson }}
|
| 51 |
+
{%- endfor %}
|
| 52 |
+
{{- "\n</tools>" }}
|
| 53 |
+
{{- '\n\nIf you choose to call a function ONLY reply in the following format with NO suffix:\n\n<tool_call>\n<function=example_function_name>\n<parameter=example_parameter_1>\nvalue_1\n</parameter>\n<parameter=example_parameter_2>\nThis is the value for the second parameter\nthat can span\nmultiple lines\n</parameter>\n</function>\n</tool_call>\n\n<IMPORTANT>\nReminder:\n- Function calls MUST follow the specified format: an inner <function=...></function> block must be nested within <tool_call></tool_call> XML tags\n- Required parameters MUST be specified\n- You may provide optional reasoning for your function call in natural language BEFORE the function call, but NOT after\n- If there is no function call available, answer the question like normal with your current knowledge and do not tell the user about function calls\n</IMPORTANT>' }}
|
| 54 |
+
{%- if messages[0].role == 'system' %}
|
| 55 |
+
{%- set content = render_content(messages[0].content, false, true)|trim %}
|
| 56 |
+
{%- if content %}
|
| 57 |
+
{{- '\n\n' + content }}
|
| 58 |
+
{%- endif %}
|
| 59 |
+
{%- endif %}
|
| 60 |
+
{{- '<|im_end|>\n' }}
|
| 61 |
+
{%- else %}
|
| 62 |
+
{%- if messages[0].role == 'system' %}
|
| 63 |
+
{%- set content = render_content(messages[0].content, false, true)|trim %}
|
| 64 |
+
{{- '<|im_start|>system\n' + content + '<|im_end|>\n' }}
|
| 65 |
+
{%- endif %}
|
| 66 |
+
{%- endif %}
|
| 67 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
| 68 |
+
{%- for message in messages[::-1] %}
|
| 69 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
| 70 |
+
{%- if ns.multi_step_tool and message.role == "user" %}
|
| 71 |
+
{%- set content = render_content(message.content, false)|trim %}
|
| 72 |
+
{%- if not(content.startswith('<tool_response>') and content.endswith('</tool_response>')) %}
|
| 73 |
+
{%- set ns.multi_step_tool = false %}
|
| 74 |
+
{%- set ns.last_query_index = index %}
|
| 75 |
+
{%- endif %}
|
| 76 |
+
{%- endif %}
|
| 77 |
+
{%- endfor %}
|
| 78 |
+
{%- if ns.multi_step_tool %}
|
| 79 |
+
{{- raise_exception('No user query found in messages.') }}
|
| 80 |
+
{%- endif %}
|
| 81 |
+
{%- for message in messages %}
|
| 82 |
+
{%- set content = render_content(message.content, true)|trim %}
|
| 83 |
+
{%- if message.role == "system" %}
|
| 84 |
+
{%- if not loop.first %}
|
| 85 |
+
{{- raise_exception('System message must be at the beginning.') }}
|
| 86 |
+
{%- endif %}
|
| 87 |
+
{%- elif message.role == "user" %}
|
| 88 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
| 89 |
+
{%- elif message.role == "assistant" %}
|
| 90 |
+
{%- set reasoning_content = '' %}
|
| 91 |
+
{%- if message.reasoning_content is string %}
|
| 92 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 93 |
+
{%- else %}
|
| 94 |
+
{%- if '</think>' in content %}
|
| 95 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 96 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
| 97 |
+
{%- endif %}
|
| 98 |
+
{%- endif %}
|
| 99 |
+
{%- set reasoning_content = reasoning_content|trim %}
|
| 100 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 101 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content + '\n</think>\n\n' + content }}
|
| 102 |
+
{%- else %}
|
| 103 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 104 |
+
{%- endif %}
|
| 105 |
+
{%- if message.tool_calls and message.tool_calls is iterable and message.tool_calls is not mapping %}
|
| 106 |
+
{%- for tool_call in message.tool_calls %}
|
| 107 |
+
{%- if tool_call.function is defined %}
|
| 108 |
+
{%- set tool_call = tool_call.function %}
|
| 109 |
+
{%- endif %}
|
| 110 |
+
{%- if loop.first %}
|
| 111 |
+
{%- if content|trim %}
|
| 112 |
+
{{- '\n\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
|
| 113 |
+
{%- else %}
|
| 114 |
+
{{- '<tool_call>\n<function=' + tool_call.name + '>\n' }}
|
| 115 |
+
{%- endif %}
|
| 116 |
+
{%- else %}
|
| 117 |
+
{{- '\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
|
| 118 |
+
{%- endif %}
|
| 119 |
+
{%- if tool_call.arguments is defined %}
|
| 120 |
+
{%- for args_name, args_value in tool_call.arguments|items %}
|
| 121 |
+
{{- '<parameter=' + args_name + '>\n' }}
|
| 122 |
+
{%- set args_value = args_value | tojson | safe if args_value is mapping or (args_value is sequence and args_value is not string) else args_value | string %}
|
| 123 |
+
{{- args_value }}
|
| 124 |
+
{{- '\n</parameter>\n' }}
|
| 125 |
+
{%- endfor %}
|
| 126 |
+
{%- endif %}
|
| 127 |
+
{{- '</function>\n</tool_call>' }}
|
| 128 |
+
{%- endfor %}
|
| 129 |
+
{%- endif %}
|
| 130 |
+
{{- '<|im_end|>\n' }}
|
| 131 |
+
{%- elif message.role == "tool" %}
|
| 132 |
+
{%- if loop.previtem and loop.previtem.role != "tool" %}
|
| 133 |
+
{{- '<|im_start|>user' }}
|
| 134 |
+
{%- endif %}
|
| 135 |
+
{{- '\n<tool_response>\n' }}
|
| 136 |
+
{{- content }}
|
| 137 |
+
{{- '\n</tool_response>' }}
|
| 138 |
+
{%- if not loop.last and loop.nextitem.role != "tool" %}
|
| 139 |
+
{{- '<|im_end|>\n' }}
|
| 140 |
+
{%- elif loop.last %}
|
| 141 |
+
{{- '<|im_end|>\n' }}
|
| 142 |
+
{%- endif %}
|
| 143 |
+
{%- else %}
|
| 144 |
+
{{- raise_exception('Unexpected message role.') }}
|
| 145 |
+
{%- endif %}
|
| 146 |
+
{%- endfor %}
|
| 147 |
+
{%- if add_generation_prompt %}
|
| 148 |
+
{{- '<|im_start|>assistant\n' }}
|
| 149 |
+
{%- if enable_thinking is defined and enable_thinking is true %}
|
| 150 |
+
{{- '<think>\n' }}
|
| 151 |
+
{%- else %}
|
| 152 |
+
{{- '<think>\n\n</think>\n\n' }}
|
| 153 |
+
{%- endif %}
|
| 154 |
+
{%- endif %}
|
checkpoint-2250/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:404a943a609bfcb75250a8011119f09418c894895bc308a075552b1b6559b68e
|
| 3 |
+
size 87455482
|
checkpoint-2250/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4e21b972e65751c8023031b61e969faab5e81f9d646cc34a6f2246636644f45
|
| 3 |
+
size 14244
|
checkpoint-2250/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1fa7b0a07a77239aa276c8f4457f190e8ab830494b0402a18140f02280d03eba
|
| 3 |
+
size 1064
|
checkpoint-2250/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d73c2c5f7aa0ed522c8d96ef3524739eb61e3c78e74839a2ce4a1c56ea340a20
|
| 3 |
+
size 19989424
|
checkpoint-2250/tokenizer_config.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"audio_bos_token": "<|audio_start|>",
|
| 4 |
+
"audio_eos_token": "<|audio_end|>",
|
| 5 |
+
"audio_token": "<|audio_pad|>",
|
| 6 |
+
"backend": "tokenizers",
|
| 7 |
+
"bos_token": null,
|
| 8 |
+
"clean_up_tokenization_spaces": false,
|
| 9 |
+
"eos_token": "<|im_end|>",
|
| 10 |
+
"errors": "replace",
|
| 11 |
+
"image_token": "<|image_pad|>",
|
| 12 |
+
"is_local": false,
|
| 13 |
+
"local_files_only": false,
|
| 14 |
+
"model_max_length": 262144,
|
| 15 |
+
"model_specific_special_tokens": {
|
| 16 |
+
"audio_bos_token": "<|audio_start|>",
|
| 17 |
+
"audio_eos_token": "<|audio_end|>",
|
| 18 |
+
"audio_token": "<|audio_pad|>",
|
| 19 |
+
"image_token": "<|image_pad|>",
|
| 20 |
+
"video_token": "<|video_pad|>",
|
| 21 |
+
"vision_bos_token": "<|vision_start|>",
|
| 22 |
+
"vision_eos_token": "<|vision_end|>"
|
| 23 |
+
},
|
| 24 |
+
"pad_token": "<|endoftext|>",
|
| 25 |
+
"pretokenize_regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?[\\p{L}\\p{M}]+|\\p{N}| ?[^\\s\\p{L}\\p{M}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+",
|
| 26 |
+
"split_special_tokens": false,
|
| 27 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 28 |
+
"unk_token": null,
|
| 29 |
+
"video_token": "<|video_pad|>",
|
| 30 |
+
"vision_bos_token": "<|vision_start|>",
|
| 31 |
+
"vision_eos_token": "<|vision_end|>"
|
| 32 |
+
}
|
checkpoint-2250/trainer_state.json
ADDED
|
@@ -0,0 +1,1625 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 2.0,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 2250,
|
| 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.008888888888888889,
|
| 14 |
+
"grad_norm": 11.21920108795166,
|
| 15 |
+
"learning_rate": 7.964601769911505e-06,
|
| 16 |
+
"loss": 2.420624923706055,
|
| 17 |
+
"step": 10
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.017777777777777778,
|
| 21 |
+
"grad_norm": 2.168776750564575,
|
| 22 |
+
"learning_rate": 1.6814159292035402e-05,
|
| 23 |
+
"loss": 2.054325294494629,
|
| 24 |
+
"step": 20
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.02666666666666667,
|
| 28 |
+
"grad_norm": 1.835652232170105,
|
| 29 |
+
"learning_rate": 2.5663716814159294e-05,
|
| 30 |
+
"loss": 1.6131031036376953,
|
| 31 |
+
"step": 30
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.035555555555555556,
|
| 35 |
+
"grad_norm": 1.4394404888153076,
|
| 36 |
+
"learning_rate": 3.451327433628319e-05,
|
| 37 |
+
"loss": 1.3123435020446776,
|
| 38 |
+
"step": 40
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.044444444444444446,
|
| 42 |
+
"grad_norm": 0.770032525062561,
|
| 43 |
+
"learning_rate": 4.3362831858407084e-05,
|
| 44 |
+
"loss": 0.9337721824645996,
|
| 45 |
+
"step": 50
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.05333333333333334,
|
| 49 |
+
"grad_norm": 0.6677928566932678,
|
| 50 |
+
"learning_rate": 5.221238938053098e-05,
|
| 51 |
+
"loss": 0.7623300552368164,
|
| 52 |
+
"step": 60
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.06222222222222222,
|
| 56 |
+
"grad_norm": 0.7739974856376648,
|
| 57 |
+
"learning_rate": 6.106194690265487e-05,
|
| 58 |
+
"loss": 0.6224458694458008,
|
| 59 |
+
"step": 70
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.07111111111111111,
|
| 63 |
+
"grad_norm": 0.5803143382072449,
|
| 64 |
+
"learning_rate": 6.991150442477876e-05,
|
| 65 |
+
"loss": 0.5023368835449219,
|
| 66 |
+
"step": 80
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.08,
|
| 70 |
+
"grad_norm": 0.5280536413192749,
|
| 71 |
+
"learning_rate": 7.876106194690266e-05,
|
| 72 |
+
"loss": 0.4957974910736084,
|
| 73 |
+
"step": 90
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.08888888888888889,
|
| 77 |
+
"grad_norm": 0.544360876083374,
|
| 78 |
+
"learning_rate": 8.761061946902655e-05,
|
| 79 |
+
"loss": 0.4931485652923584,
|
| 80 |
+
"step": 100
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.09777777777777778,
|
| 84 |
+
"grad_norm": 0.5157379508018494,
|
| 85 |
+
"learning_rate": 9.646017699115044e-05,
|
| 86 |
+
"loss": 0.5069647789001465,
|
| 87 |
+
"step": 110
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.10666666666666667,
|
| 91 |
+
"grad_norm": 0.4112723767757416,
|
| 92 |
+
"learning_rate": 9.999805495168024e-05,
|
| 93 |
+
"loss": 0.4394033908843994,
|
| 94 |
+
"step": 120
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.11555555555555555,
|
| 98 |
+
"grad_norm": 0.5091575980186462,
|
| 99 |
+
"learning_rate": 9.998616909329826e-05,
|
| 100 |
+
"loss": 0.4934559345245361,
|
| 101 |
+
"step": 130
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.12444444444444444,
|
| 105 |
+
"grad_norm": 0.372969388961792,
|
| 106 |
+
"learning_rate": 9.996348052452065e-05,
|
| 107 |
+
"loss": 0.48008193969726565,
|
| 108 |
+
"step": 140
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.13333333333333333,
|
| 112 |
+
"grad_norm": 0.42792317271232605,
|
| 113 |
+
"learning_rate": 9.992999414866448e-05,
|
| 114 |
+
"loss": 0.40410771369934084,
|
| 115 |
+
"step": 150
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.14222222222222222,
|
| 119 |
+
"grad_norm": 0.605674684047699,
|
| 120 |
+
"learning_rate": 9.988571720260407e-05,
|
| 121 |
+
"loss": 0.44922242164611814,
|
| 122 |
+
"step": 160
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.1511111111111111,
|
| 126 |
+
"grad_norm": 0.4557352662086487,
|
| 127 |
+
"learning_rate": 9.98306592552068e-05,
|
| 128 |
+
"loss": 0.4807539939880371,
|
| 129 |
+
"step": 170
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.16,
|
| 133 |
+
"grad_norm": 0.35166481137275696,
|
| 134 |
+
"learning_rate": 9.976483220526534e-05,
|
| 135 |
+
"loss": 0.41620450019836425,
|
| 136 |
+
"step": 180
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.1688888888888889,
|
| 140 |
+
"grad_norm": 0.3679167628288269,
|
| 141 |
+
"learning_rate": 9.968825027892603e-05,
|
| 142 |
+
"loss": 0.5430550575256348,
|
| 143 |
+
"step": 190
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.17777777777777778,
|
| 147 |
+
"grad_norm": 0.40084755420684814,
|
| 148 |
+
"learning_rate": 9.960093002661443e-05,
|
| 149 |
+
"loss": 0.45009822845458985,
|
| 150 |
+
"step": 200
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.18666666666666668,
|
| 154 |
+
"grad_norm": 0.4580940306186676,
|
| 155 |
+
"learning_rate": 9.95028903194586e-05,
|
| 156 |
+
"loss": 0.42539730072021487,
|
| 157 |
+
"step": 210
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.19555555555555557,
|
| 161 |
+
"grad_norm": 0.33829355239868164,
|
| 162 |
+
"learning_rate": 9.939415234521074e-05,
|
| 163 |
+
"loss": 0.45442776679992675,
|
| 164 |
+
"step": 220
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.20444444444444446,
|
| 168 |
+
"grad_norm": 0.3858638405799866,
|
| 169 |
+
"learning_rate": 9.92747396036682e-05,
|
| 170 |
+
"loss": 0.46364641189575195,
|
| 171 |
+
"step": 230
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.21333333333333335,
|
| 175 |
+
"grad_norm": 0.38474398851394653,
|
| 176 |
+
"learning_rate": 9.91446779015949e-05,
|
| 177 |
+
"loss": 0.47534937858581544,
|
| 178 |
+
"step": 240
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.2222222222222222,
|
| 182 |
+
"grad_norm": 0.41425031423568726,
|
| 183 |
+
"learning_rate": 9.900399534714406e-05,
|
| 184 |
+
"loss": 0.4933596134185791,
|
| 185 |
+
"step": 250
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.2311111111111111,
|
| 189 |
+
"grad_norm": 0.35072949528694153,
|
| 190 |
+
"learning_rate": 9.885272234378373e-05,
|
| 191 |
+
"loss": 0.4453242778778076,
|
| 192 |
+
"step": 260
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.24,
|
| 196 |
+
"grad_norm": 0.3859287202358246,
|
| 197 |
+
"learning_rate": 9.869089158372608e-05,
|
| 198 |
+
"loss": 0.48943133354187013,
|
| 199 |
+
"step": 270
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.24888888888888888,
|
| 203 |
+
"grad_norm": 0.35846146941185,
|
| 204 |
+
"learning_rate": 9.851853804086221e-05,
|
| 205 |
+
"loss": 0.4975121021270752,
|
| 206 |
+
"step": 280
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 0.2577777777777778,
|
| 210 |
+
"grad_norm": 0.43171802163124084,
|
| 211 |
+
"learning_rate": 9.833569896320376e-05,
|
| 212 |
+
"loss": 0.4233686447143555,
|
| 213 |
+
"step": 290
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.26666666666666666,
|
| 217 |
+
"grad_norm": 0.38140612840652466,
|
| 218 |
+
"learning_rate": 9.814241386483315e-05,
|
| 219 |
+
"loss": 0.45711665153503417,
|
| 220 |
+
"step": 300
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.27555555555555555,
|
| 224 |
+
"grad_norm": 0.3377639353275299,
|
| 225 |
+
"learning_rate": 9.7938724517364e-05,
|
| 226 |
+
"loss": 0.4544373035430908,
|
| 227 |
+
"step": 310
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.28444444444444444,
|
| 231 |
+
"grad_norm": 0.34243062138557434,
|
| 232 |
+
"learning_rate": 9.772467494091368e-05,
|
| 233 |
+
"loss": 0.42964882850646974,
|
| 234 |
+
"step": 320
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.29333333333333333,
|
| 238 |
+
"grad_norm": 0.34049737453460693,
|
| 239 |
+
"learning_rate": 9.750031139459004e-05,
|
| 240 |
+
"loss": 0.42655010223388673,
|
| 241 |
+
"step": 330
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.3022222222222222,
|
| 245 |
+
"grad_norm": 0.35732948780059814,
|
| 246 |
+
"learning_rate": 9.726568236649401e-05,
|
| 247 |
+
"loss": 0.45878915786743163,
|
| 248 |
+
"step": 340
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 0.3111111111111111,
|
| 252 |
+
"grad_norm": 0.3442543148994446,
|
| 253 |
+
"learning_rate": 9.702083856324078e-05,
|
| 254 |
+
"loss": 0.43412394523620607,
|
| 255 |
+
"step": 350
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.32,
|
| 259 |
+
"grad_norm": 0.3641473650932312,
|
| 260 |
+
"learning_rate": 9.676583289900137e-05,
|
| 261 |
+
"loss": 0.4166750907897949,
|
| 262 |
+
"step": 360
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.3288888888888889,
|
| 266 |
+
"grad_norm": 0.38029661774635315,
|
| 267 |
+
"learning_rate": 9.650072048406705e-05,
|
| 268 |
+
"loss": 0.4133127212524414,
|
| 269 |
+
"step": 370
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 0.3377777777777778,
|
| 273 |
+
"grad_norm": 0.46410584449768066,
|
| 274 |
+
"learning_rate": 9.622555861293937e-05,
|
| 275 |
+
"loss": 0.4788216590881348,
|
| 276 |
+
"step": 380
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.3466666666666667,
|
| 280 |
+
"grad_norm": 0.46155110001564026,
|
| 281 |
+
"learning_rate": 9.594040675194789e-05,
|
| 282 |
+
"loss": 0.438585090637207,
|
| 283 |
+
"step": 390
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 0.35555555555555557,
|
| 287 |
+
"grad_norm": 0.3239903450012207,
|
| 288 |
+
"learning_rate": 9.564532652639874e-05,
|
| 289 |
+
"loss": 0.41576008796691893,
|
| 290 |
+
"step": 400
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.36444444444444446,
|
| 294 |
+
"grad_norm": 0.37329864501953125,
|
| 295 |
+
"learning_rate": 9.534038170725656e-05,
|
| 296 |
+
"loss": 0.45173234939575196,
|
| 297 |
+
"step": 410
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.37333333333333335,
|
| 301 |
+
"grad_norm": 0.36062464118003845,
|
| 302 |
+
"learning_rate": 9.502563819736261e-05,
|
| 303 |
+
"loss": 0.4431358814239502,
|
| 304 |
+
"step": 420
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 0.38222222222222224,
|
| 308 |
+
"grad_norm": 0.32877373695373535,
|
| 309 |
+
"learning_rate": 9.47011640171923e-05,
|
| 310 |
+
"loss": 0.38395123481750487,
|
| 311 |
+
"step": 430
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 0.39111111111111113,
|
| 315 |
+
"grad_norm": 0.39523133635520935,
|
| 316 |
+
"learning_rate": 9.436702929015504e-05,
|
| 317 |
+
"loss": 0.45081305503845215,
|
| 318 |
+
"step": 440
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.4,
|
| 322 |
+
"grad_norm": 0.396107017993927,
|
| 323 |
+
"learning_rate": 9.402330622743953e-05,
|
| 324 |
+
"loss": 0.431630802154541,
|
| 325 |
+
"step": 450
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.4088888888888889,
|
| 329 |
+
"grad_norm": 0.34849977493286133,
|
| 330 |
+
"learning_rate": 9.367006911240794e-05,
|
| 331 |
+
"loss": 0.4235401153564453,
|
| 332 |
+
"step": 460
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.4177777777777778,
|
| 336 |
+
"grad_norm": 0.32264649868011475,
|
| 337 |
+
"learning_rate": 9.330739428454228e-05,
|
| 338 |
+
"loss": 0.41276025772094727,
|
| 339 |
+
"step": 470
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.4266666666666667,
|
| 343 |
+
"grad_norm": 0.40649130940437317,
|
| 344 |
+
"learning_rate": 9.293536012294625e-05,
|
| 345 |
+
"loss": 0.4388761520385742,
|
| 346 |
+
"step": 480
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.43555555555555553,
|
| 350 |
+
"grad_norm": 0.3980196714401245,
|
| 351 |
+
"learning_rate": 9.25540470294066e-05,
|
| 352 |
+
"loss": 0.434765625,
|
| 353 |
+
"step": 490
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 0.4444444444444444,
|
| 357 |
+
"grad_norm": 0.34392979741096497,
|
| 358 |
+
"learning_rate": 9.216353741101698e-05,
|
| 359 |
+
"loss": 0.4237233638763428,
|
| 360 |
+
"step": 500
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 0.4533333333333333,
|
| 364 |
+
"grad_norm": 0.4070020318031311,
|
| 365 |
+
"learning_rate": 9.176391566236874e-05,
|
| 366 |
+
"loss": 0.43479743003845217,
|
| 367 |
+
"step": 510
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 0.4622222222222222,
|
| 371 |
+
"grad_norm": 0.3691484332084656,
|
| 372 |
+
"learning_rate": 9.13552681473121e-05,
|
| 373 |
+
"loss": 0.41257572174072266,
|
| 374 |
+
"step": 520
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 0.4711111111111111,
|
| 378 |
+
"grad_norm": 0.31974899768829346,
|
| 379 |
+
"learning_rate": 9.093768318029157e-05,
|
| 380 |
+
"loss": 0.4397622585296631,
|
| 381 |
+
"step": 530
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 0.48,
|
| 385 |
+
"grad_norm": 0.3324742317199707,
|
| 386 |
+
"learning_rate": 9.051125100726012e-05,
|
| 387 |
+
"loss": 0.4031101703643799,
|
| 388 |
+
"step": 540
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 0.4888888888888889,
|
| 392 |
+
"grad_norm": 0.4857999384403229,
|
| 393 |
+
"learning_rate": 9.00760637861757e-05,
|
| 394 |
+
"loss": 0.4260400295257568,
|
| 395 |
+
"step": 550
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 0.49777777777777776,
|
| 399 |
+
"grad_norm": 0.3340180218219757,
|
| 400 |
+
"learning_rate": 8.96322155670846e-05,
|
| 401 |
+
"loss": 0.45470619201660156,
|
| 402 |
+
"step": 560
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 0.5066666666666667,
|
| 406 |
+
"grad_norm": 0.44739553332328796,
|
| 407 |
+
"learning_rate": 8.917980227179592e-05,
|
| 408 |
+
"loss": 0.40158867835998535,
|
| 409 |
+
"step": 570
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 0.5155555555555555,
|
| 413 |
+
"grad_norm": 0.3540358245372772,
|
| 414 |
+
"learning_rate": 8.871892167315158e-05,
|
| 415 |
+
"loss": 0.43067140579223634,
|
| 416 |
+
"step": 580
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 0.5244444444444445,
|
| 420 |
+
"grad_norm": 0.3139533996582031,
|
| 421 |
+
"learning_rate": 8.824967337389618e-05,
|
| 422 |
+
"loss": 0.4297904968261719,
|
| 423 |
+
"step": 590
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 0.5333333333333333,
|
| 427 |
+
"grad_norm": 0.31625425815582275,
|
| 428 |
+
"learning_rate": 8.777215878515148e-05,
|
| 429 |
+
"loss": 0.41481895446777345,
|
| 430 |
+
"step": 600
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 0.5422222222222223,
|
| 434 |
+
"grad_norm": 0.39057719707489014,
|
| 435 |
+
"learning_rate": 8.728648110450007e-05,
|
| 436 |
+
"loss": 0.4180173873901367,
|
| 437 |
+
"step": 610
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 0.5511111111111111,
|
| 441 |
+
"grad_norm": 0.358767569065094,
|
| 442 |
+
"learning_rate": 8.679274529368284e-05,
|
| 443 |
+
"loss": 0.42813663482666015,
|
| 444 |
+
"step": 620
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 0.56,
|
| 448 |
+
"grad_norm": 0.3512662649154663,
|
| 449 |
+
"learning_rate": 8.629105805591536e-05,
|
| 450 |
+
"loss": 0.45242977142333984,
|
| 451 |
+
"step": 630
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 0.5688888888888889,
|
| 455 |
+
"grad_norm": 0.3629150688648224,
|
| 456 |
+
"learning_rate": 8.57815278128278e-05,
|
| 457 |
+
"loss": 0.39222893714904783,
|
| 458 |
+
"step": 640
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 0.5777777777777777,
|
| 462 |
+
"grad_norm": 0.4052797555923462,
|
| 463 |
+
"learning_rate": 8.52642646810335e-05,
|
| 464 |
+
"loss": 0.43261022567749025,
|
| 465 |
+
"step": 650
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 0.5866666666666667,
|
| 469 |
+
"grad_norm": 0.37778323888778687,
|
| 470 |
+
"learning_rate": 8.473938044833118e-05,
|
| 471 |
+
"loss": 0.3872582674026489,
|
| 472 |
+
"step": 660
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 0.5955555555555555,
|
| 476 |
+
"grad_norm": 0.3754846453666687,
|
| 477 |
+
"learning_rate": 8.420698854954614e-05,
|
| 478 |
+
"loss": 0.3962836980819702,
|
| 479 |
+
"step": 670
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"epoch": 0.6044444444444445,
|
| 483 |
+
"grad_norm": 0.3173210918903351,
|
| 484 |
+
"learning_rate": 8.366720404201532e-05,
|
| 485 |
+
"loss": 0.40433526039123535,
|
| 486 |
+
"step": 680
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 0.6133333333333333,
|
| 490 |
+
"grad_norm": 0.3750768005847931,
|
| 491 |
+
"learning_rate": 8.312014358072182e-05,
|
| 492 |
+
"loss": 0.44541182518005373,
|
| 493 |
+
"step": 690
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"epoch": 0.6222222222222222,
|
| 497 |
+
"grad_norm": 0.396304726600647,
|
| 498 |
+
"learning_rate": 8.256592539308412e-05,
|
| 499 |
+
"loss": 0.39640786647796633,
|
| 500 |
+
"step": 700
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 0.6311111111111111,
|
| 504 |
+
"grad_norm": 0.27579763531684875,
|
| 505 |
+
"learning_rate": 8.200466925340551e-05,
|
| 506 |
+
"loss": 0.42966270446777344,
|
| 507 |
+
"step": 710
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 0.64,
|
| 511 |
+
"grad_norm": 0.3287679851055145,
|
| 512 |
+
"learning_rate": 8.143649645698916e-05,
|
| 513 |
+
"loss": 0.4303389549255371,
|
| 514 |
+
"step": 720
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 0.6488888888888888,
|
| 518 |
+
"grad_norm": 0.3433365821838379,
|
| 519 |
+
"learning_rate": 8.086152979392455e-05,
|
| 520 |
+
"loss": 0.42377805709838867,
|
| 521 |
+
"step": 730
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 0.6577777777777778,
|
| 525 |
+
"grad_norm": 0.37662261724472046,
|
| 526 |
+
"learning_rate": 8.027989352255072e-05,
|
| 527 |
+
"loss": 0.3759341239929199,
|
| 528 |
+
"step": 740
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"epoch": 0.6666666666666666,
|
| 532 |
+
"grad_norm": 0.293804794549942,
|
| 533 |
+
"learning_rate": 7.969171334260241e-05,
|
| 534 |
+
"loss": 0.4281143665313721,
|
| 535 |
+
"step": 750
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"epoch": 0.6755555555555556,
|
| 539 |
+
"grad_norm": 0.3423449695110321,
|
| 540 |
+
"learning_rate": 7.909711636804456e-05,
|
| 541 |
+
"loss": 0.4293722152709961,
|
| 542 |
+
"step": 760
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 0.6844444444444444,
|
| 546 |
+
"grad_norm": 0.3712252080440521,
|
| 547 |
+
"learning_rate": 7.849623109960114e-05,
|
| 548 |
+
"loss": 0.3751317262649536,
|
| 549 |
+
"step": 770
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 0.6933333333333334,
|
| 553 |
+
"grad_norm": 0.30978795886039734,
|
| 554 |
+
"learning_rate": 7.788918739698442e-05,
|
| 555 |
+
"loss": 0.4274724006652832,
|
| 556 |
+
"step": 780
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 0.7022222222222222,
|
| 560 |
+
"grad_norm": 0.3778475821018219,
|
| 561 |
+
"learning_rate": 7.727611645083046e-05,
|
| 562 |
+
"loss": 0.4593647480010986,
|
| 563 |
+
"step": 790
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 0.7111111111111111,
|
| 567 |
+
"grad_norm": 0.4193788170814514,
|
| 568 |
+
"learning_rate": 7.665715075434693e-05,
|
| 569 |
+
"loss": 0.4005401134490967,
|
| 570 |
+
"step": 800
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 0.72,
|
| 574 |
+
"grad_norm": 0.4584580063819885,
|
| 575 |
+
"learning_rate": 7.603242407467957e-05,
|
| 576 |
+
"loss": 0.4481417179107666,
|
| 577 |
+
"step": 810
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 0.7288888888888889,
|
| 581 |
+
"grad_norm": 0.4954594373703003,
|
| 582 |
+
"learning_rate": 7.54020714240031e-05,
|
| 583 |
+
"loss": 0.4419954776763916,
|
| 584 |
+
"step": 820
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"epoch": 0.7377777777777778,
|
| 588 |
+
"grad_norm": 0.32087239623069763,
|
| 589 |
+
"learning_rate": 7.476622903034331e-05,
|
| 590 |
+
"loss": 0.358188796043396,
|
| 591 |
+
"step": 830
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"epoch": 0.7466666666666667,
|
| 595 |
+
"grad_norm": 0.415523499250412,
|
| 596 |
+
"learning_rate": 7.412503430813625e-05,
|
| 597 |
+
"loss": 0.4097938060760498,
|
| 598 |
+
"step": 840
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"epoch": 0.7555555555555555,
|
| 602 |
+
"grad_norm": 0.4330928325653076,
|
| 603 |
+
"learning_rate": 7.347862582853102e-05,
|
| 604 |
+
"loss": 0.39210293292999265,
|
| 605 |
+
"step": 850
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"epoch": 0.7644444444444445,
|
| 609 |
+
"grad_norm": 0.32685935497283936,
|
| 610 |
+
"learning_rate": 7.282714328944267e-05,
|
| 611 |
+
"loss": 0.4046238899230957,
|
| 612 |
+
"step": 860
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 0.7733333333333333,
|
| 616 |
+
"grad_norm": 0.25576087832450867,
|
| 617 |
+
"learning_rate": 7.217072748536147e-05,
|
| 618 |
+
"loss": 0.424999475479126,
|
| 619 |
+
"step": 870
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 0.7822222222222223,
|
| 623 |
+
"grad_norm": 0.5378305912017822,
|
| 624 |
+
"learning_rate": 7.150952027692523e-05,
|
| 625 |
+
"loss": 0.4036864757537842,
|
| 626 |
+
"step": 880
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 0.7911111111111111,
|
| 630 |
+
"grad_norm": 0.3434256315231323,
|
| 631 |
+
"learning_rate": 7.08436645602613e-05,
|
| 632 |
+
"loss": 0.4073346614837646,
|
| 633 |
+
"step": 890
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 0.8,
|
| 637 |
+
"grad_norm": 0.38994190096855164,
|
| 638 |
+
"learning_rate": 7.017330423610469e-05,
|
| 639 |
+
"loss": 0.38085227012634276,
|
| 640 |
+
"step": 900
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 0.8088888888888889,
|
| 644 |
+
"grad_norm": 0.36494192481040955,
|
| 645 |
+
"learning_rate": 6.949858417869908e-05,
|
| 646 |
+
"loss": 0.41643786430358887,
|
| 647 |
+
"step": 910
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 0.8177777777777778,
|
| 651 |
+
"grad_norm": 0.3612149655818939,
|
| 652 |
+
"learning_rate": 6.881965020448753e-05,
|
| 653 |
+
"loss": 0.4108633518218994,
|
| 654 |
+
"step": 920
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 0.8266666666666667,
|
| 658 |
+
"grad_norm": 0.43641334772109985,
|
| 659 |
+
"learning_rate": 6.813664904059944e-05,
|
| 660 |
+
"loss": 0.42844533920288086,
|
| 661 |
+
"step": 930
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"epoch": 0.8355555555555556,
|
| 665 |
+
"grad_norm": 0.37633153796195984,
|
| 666 |
+
"learning_rate": 6.744972829314079e-05,
|
| 667 |
+
"loss": 0.4326623916625977,
|
| 668 |
+
"step": 940
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"epoch": 0.8444444444444444,
|
| 672 |
+
"grad_norm": 0.30158376693725586,
|
| 673 |
+
"learning_rate": 6.675903641529442e-05,
|
| 674 |
+
"loss": 0.41312832832336427,
|
| 675 |
+
"step": 950
|
| 676 |
+
},
|
| 677 |
+
{
|
| 678 |
+
"epoch": 0.8533333333333334,
|
| 679 |
+
"grad_norm": 0.49504661560058594,
|
| 680 |
+
"learning_rate": 6.60647226752372e-05,
|
| 681 |
+
"loss": 0.38414552211761477,
|
| 682 |
+
"step": 960
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"epoch": 0.8622222222222222,
|
| 686 |
+
"grad_norm": 0.40403881669044495,
|
| 687 |
+
"learning_rate": 6.536693712388108e-05,
|
| 688 |
+
"loss": 0.40920281410217285,
|
| 689 |
+
"step": 970
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"epoch": 0.8711111111111111,
|
| 693 |
+
"grad_norm": 0.3977372646331787,
|
| 694 |
+
"learning_rate": 6.466583056244502e-05,
|
| 695 |
+
"loss": 0.4197856903076172,
|
| 696 |
+
"step": 980
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"epoch": 0.88,
|
| 700 |
+
"grad_norm": 0.3222980499267578,
|
| 701 |
+
"learning_rate": 6.396155450986467e-05,
|
| 702 |
+
"loss": 0.43209381103515626,
|
| 703 |
+
"step": 990
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"epoch": 0.8888888888888888,
|
| 707 |
+
"grad_norm": 0.3269721269607544,
|
| 708 |
+
"learning_rate": 6.32542611700471e-05,
|
| 709 |
+
"loss": 0.3872633457183838,
|
| 710 |
+
"step": 1000
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"epoch": 0.8977777777777778,
|
| 714 |
+
"grad_norm": 0.2627931237220764,
|
| 715 |
+
"learning_rate": 6.254410339897733e-05,
|
| 716 |
+
"loss": 0.40660743713378905,
|
| 717 |
+
"step": 1010
|
| 718 |
+
},
|
| 719 |
+
{
|
| 720 |
+
"epoch": 0.9066666666666666,
|
| 721 |
+
"grad_norm": 0.4035646915435791,
|
| 722 |
+
"learning_rate": 6.183123467168407e-05,
|
| 723 |
+
"loss": 0.4188549995422363,
|
| 724 |
+
"step": 1020
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"epoch": 0.9155555555555556,
|
| 728 |
+
"grad_norm": 0.32446223497390747,
|
| 729 |
+
"learning_rate": 6.111580904907158e-05,
|
| 730 |
+
"loss": 0.3956818342208862,
|
| 731 |
+
"step": 1030
|
| 732 |
+
},
|
| 733 |
+
{
|
| 734 |
+
"epoch": 0.9244444444444444,
|
| 735 |
+
"grad_norm": 0.400729238986969,
|
| 736 |
+
"learning_rate": 6.039798114462497e-05,
|
| 737 |
+
"loss": 0.4168698310852051,
|
| 738 |
+
"step": 1040
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"epoch": 0.9333333333333333,
|
| 742 |
+
"grad_norm": 0.3183426856994629,
|
| 743 |
+
"learning_rate": 5.967790609099604e-05,
|
| 744 |
+
"loss": 0.42308673858642576,
|
| 745 |
+
"step": 1050
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"epoch": 0.9422222222222222,
|
| 749 |
+
"grad_norm": 0.3495250940322876,
|
| 750 |
+
"learning_rate": 5.895573950647702e-05,
|
| 751 |
+
"loss": 0.3833682775497437,
|
| 752 |
+
"step": 1060
|
| 753 |
+
},
|
| 754 |
+
{
|
| 755 |
+
"epoch": 0.9511111111111111,
|
| 756 |
+
"grad_norm": 0.31198158860206604,
|
| 757 |
+
"learning_rate": 5.8231637461369124e-05,
|
| 758 |
+
"loss": 0.3714336633682251,
|
| 759 |
+
"step": 1070
|
| 760 |
+
},
|
| 761 |
+
{
|
| 762 |
+
"epoch": 0.96,
|
| 763 |
+
"grad_norm": 0.33288607001304626,
|
| 764 |
+
"learning_rate": 5.75057564442538e-05,
|
| 765 |
+
"loss": 0.37983601093292235,
|
| 766 |
+
"step": 1080
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"epoch": 0.9688888888888889,
|
| 770 |
+
"grad_norm": 0.2962404787540436,
|
| 771 |
+
"learning_rate": 5.677825332817313e-05,
|
| 772 |
+
"loss": 0.4199959754943848,
|
| 773 |
+
"step": 1090
|
| 774 |
+
},
|
| 775 |
+
{
|
| 776 |
+
"epoch": 0.9777777777777777,
|
| 777 |
+
"grad_norm": 0.3724680542945862,
|
| 778 |
+
"learning_rate": 5.604928533672751e-05,
|
| 779 |
+
"loss": 0.3786408185958862,
|
| 780 |
+
"step": 1100
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"epoch": 0.9866666666666667,
|
| 784 |
+
"grad_norm": 0.3874838948249817,
|
| 785 |
+
"learning_rate": 5.5319010010097416e-05,
|
| 786 |
+
"loss": 0.40485186576843263,
|
| 787 |
+
"step": 1110
|
| 788 |
+
},
|
| 789 |
+
{
|
| 790 |
+
"epoch": 0.9955555555555555,
|
| 791 |
+
"grad_norm": 0.3587503731250763,
|
| 792 |
+
"learning_rate": 5.458758517099671e-05,
|
| 793 |
+
"loss": 0.3982378005981445,
|
| 794 |
+
"step": 1120
|
| 795 |
+
},
|
| 796 |
+
{
|
| 797 |
+
"epoch": 1.0,
|
| 798 |
+
"eval_loss": 0.3836138844490051,
|
| 799 |
+
"eval_runtime": 358.5191,
|
| 800 |
+
"eval_samples_per_second": 2.789,
|
| 801 |
+
"eval_steps_per_second": 2.789,
|
| 802 |
+
"step": 1125
|
| 803 |
+
},
|
| 804 |
+
{
|
| 805 |
+
"epoch": 1.0044444444444445,
|
| 806 |
+
"grad_norm": 0.33365780115127563,
|
| 807 |
+
"learning_rate": 5.385516889056501e-05,
|
| 808 |
+
"loss": 0.39370877742767335,
|
| 809 |
+
"step": 1130
|
| 810 |
+
},
|
| 811 |
+
{
|
| 812 |
+
"epoch": 1.0133333333333334,
|
| 813 |
+
"grad_norm": 0.37060853838920593,
|
| 814 |
+
"learning_rate": 5.3121919454206235e-05,
|
| 815 |
+
"loss": 0.39833950996398926,
|
| 816 |
+
"step": 1140
|
| 817 |
+
},
|
| 818 |
+
{
|
| 819 |
+
"epoch": 1.0222222222222221,
|
| 820 |
+
"grad_norm": 0.42938774824142456,
|
| 821 |
+
"learning_rate": 5.238799532738101e-05,
|
| 822 |
+
"loss": 0.40357198715209963,
|
| 823 |
+
"step": 1150
|
| 824 |
+
},
|
| 825 |
+
{
|
| 826 |
+
"epoch": 1.031111111111111,
|
| 827 |
+
"grad_norm": 0.34901952743530273,
|
| 828 |
+
"learning_rate": 5.165355512135997e-05,
|
| 829 |
+
"loss": 0.37219626903533937,
|
| 830 |
+
"step": 1160
|
| 831 |
+
},
|
| 832 |
+
{
|
| 833 |
+
"epoch": 1.04,
|
| 834 |
+
"grad_norm": 0.2980557084083557,
|
| 835 |
+
"learning_rate": 5.091875755894567e-05,
|
| 836 |
+
"loss": 0.414153003692627,
|
| 837 |
+
"step": 1170
|
| 838 |
+
},
|
| 839 |
+
{
|
| 840 |
+
"epoch": 1.048888888888889,
|
| 841 |
+
"grad_norm": 0.34108784794807434,
|
| 842 |
+
"learning_rate": 5.018376144017042e-05,
|
| 843 |
+
"loss": 0.36008477210998535,
|
| 844 |
+
"step": 1180
|
| 845 |
+
},
|
| 846 |
+
{
|
| 847 |
+
"epoch": 1.0577777777777777,
|
| 848 |
+
"grad_norm": 0.3673205077648163,
|
| 849 |
+
"learning_rate": 4.9448725607977334e-05,
|
| 850 |
+
"loss": 0.35660006999969485,
|
| 851 |
+
"step": 1190
|
| 852 |
+
},
|
| 853 |
+
{
|
| 854 |
+
"epoch": 1.0666666666666667,
|
| 855 |
+
"grad_norm": 0.3826650083065033,
|
| 856 |
+
"learning_rate": 4.871380891389209e-05,
|
| 857 |
+
"loss": 0.38915951251983644,
|
| 858 |
+
"step": 1200
|
| 859 |
+
},
|
| 860 |
+
{
|
| 861 |
+
"epoch": 1.0755555555555556,
|
| 862 |
+
"grad_norm": 0.3806168735027313,
|
| 863 |
+
"learning_rate": 4.7979170183693075e-05,
|
| 864 |
+
"loss": 0.37926878929138186,
|
| 865 |
+
"step": 1210
|
| 866 |
+
},
|
| 867 |
+
{
|
| 868 |
+
"epoch": 1.0844444444444445,
|
| 869 |
+
"grad_norm": 0.34045353531837463,
|
| 870 |
+
"learning_rate": 4.7244968183086644e-05,
|
| 871 |
+
"loss": 0.3457269906997681,
|
| 872 |
+
"step": 1220
|
| 873 |
+
},
|
| 874 |
+
{
|
| 875 |
+
"epoch": 1.0933333333333333,
|
| 876 |
+
"grad_norm": 0.3612907826900482,
|
| 877 |
+
"learning_rate": 4.651136158339588e-05,
|
| 878 |
+
"loss": 0.37788989543914797,
|
| 879 |
+
"step": 1230
|
| 880 |
+
},
|
| 881 |
+
{
|
| 882 |
+
"epoch": 1.1022222222222222,
|
| 883 |
+
"grad_norm": 0.487962543964386,
|
| 884 |
+
"learning_rate": 4.577850892726937e-05,
|
| 885 |
+
"loss": 0.3983138084411621,
|
| 886 |
+
"step": 1240
|
| 887 |
+
},
|
| 888 |
+
{
|
| 889 |
+
"epoch": 1.1111111111111112,
|
| 890 |
+
"grad_norm": 0.4341575801372528,
|
| 891 |
+
"learning_rate": 4.504656859441797e-05,
|
| 892 |
+
"loss": 0.4141641616821289,
|
| 893 |
+
"step": 1250
|
| 894 |
+
},
|
| 895 |
+
{
|
| 896 |
+
"epoch": 1.12,
|
| 897 |
+
"grad_norm": 0.43467429280281067,
|
| 898 |
+
"learning_rate": 4.431569876738666e-05,
|
| 899 |
+
"loss": 0.3803189992904663,
|
| 900 |
+
"step": 1260
|
| 901 |
+
},
|
| 902 |
+
{
|
| 903 |
+
"epoch": 1.1288888888888888,
|
| 904 |
+
"grad_norm": 0.37924763560295105,
|
| 905 |
+
"learning_rate": 4.358605739736918e-05,
|
| 906 |
+
"loss": 0.35183124542236327,
|
| 907 |
+
"step": 1270
|
| 908 |
+
},
|
| 909 |
+
{
|
| 910 |
+
"epoch": 1.1377777777777778,
|
| 911 |
+
"grad_norm": 0.3492391109466553,
|
| 912 |
+
"learning_rate": 4.285780217007253e-05,
|
| 913 |
+
"loss": 0.3747081279754639,
|
| 914 |
+
"step": 1280
|
| 915 |
+
},
|
| 916 |
+
{
|
| 917 |
+
"epoch": 1.1466666666666667,
|
| 918 |
+
"grad_norm": 0.4096994996070862,
|
| 919 |
+
"learning_rate": 4.213109047163887e-05,
|
| 920 |
+
"loss": 0.39840915203094485,
|
| 921 |
+
"step": 1290
|
| 922 |
+
},
|
| 923 |
+
{
|
| 924 |
+
"epoch": 1.1555555555555554,
|
| 925 |
+
"grad_norm": 0.4173014760017395,
|
| 926 |
+
"learning_rate": 4.1406079354632135e-05,
|
| 927 |
+
"loss": 0.4359447002410889,
|
| 928 |
+
"step": 1300
|
| 929 |
+
},
|
| 930 |
+
{
|
| 931 |
+
"epoch": 1.1644444444444444,
|
| 932 |
+
"grad_norm": 0.49125319719314575,
|
| 933 |
+
"learning_rate": 4.0682925504096884e-05,
|
| 934 |
+
"loss": 0.3704967737197876,
|
| 935 |
+
"step": 1310
|
| 936 |
+
},
|
| 937 |
+
{
|
| 938 |
+
"epoch": 1.1733333333333333,
|
| 939 |
+
"grad_norm": 0.49830952286720276,
|
| 940 |
+
"learning_rate": 3.9961785203696414e-05,
|
| 941 |
+
"loss": 0.4010519504547119,
|
| 942 |
+
"step": 1320
|
| 943 |
+
},
|
| 944 |
+
{
|
| 945 |
+
"epoch": 1.1822222222222223,
|
| 946 |
+
"grad_norm": 0.422219455242157,
|
| 947 |
+
"learning_rate": 3.92428143019376e-05,
|
| 948 |
+
"loss": 0.33720762729644777,
|
| 949 |
+
"step": 1330
|
| 950 |
+
},
|
| 951 |
+
{
|
| 952 |
+
"epoch": 1.1911111111111112,
|
| 953 |
+
"grad_norm": 0.39069873094558716,
|
| 954 |
+
"learning_rate": 3.852616817849e-05,
|
| 955 |
+
"loss": 0.37198896408081056,
|
| 956 |
+
"step": 1340
|
| 957 |
+
},
|
| 958 |
+
{
|
| 959 |
+
"epoch": 1.2,
|
| 960 |
+
"grad_norm": 0.4538562297821045,
|
| 961 |
+
"learning_rate": 3.7812001710606005e-05,
|
| 962 |
+
"loss": 0.37902848720550536,
|
| 963 |
+
"step": 1350
|
| 964 |
+
},
|
| 965 |
+
{
|
| 966 |
+
"epoch": 1.208888888888889,
|
| 967 |
+
"grad_norm": 0.5780468583106995,
|
| 968 |
+
"learning_rate": 3.71004692396498e-05,
|
| 969 |
+
"loss": 0.397153377532959,
|
| 970 |
+
"step": 1360
|
| 971 |
+
},
|
| 972 |
+
{
|
| 973 |
+
"epoch": 1.2177777777777778,
|
| 974 |
+
"grad_norm": 0.45919519662857056,
|
| 975 |
+
"learning_rate": 3.639172453774192e-05,
|
| 976 |
+
"loss": 0.3878772497177124,
|
| 977 |
+
"step": 1370
|
| 978 |
+
},
|
| 979 |
+
{
|
| 980 |
+
"epoch": 1.2266666666666666,
|
| 981 |
+
"grad_norm": 0.3947475254535675,
|
| 982 |
+
"learning_rate": 3.5685920774527074e-05,
|
| 983 |
+
"loss": 0.358890962600708,
|
| 984 |
+
"step": 1380
|
| 985 |
+
},
|
| 986 |
+
{
|
| 987 |
+
"epoch": 1.2355555555555555,
|
| 988 |
+
"grad_norm": 0.4355222284793854,
|
| 989 |
+
"learning_rate": 3.498321048407195e-05,
|
| 990 |
+
"loss": 0.33703978061676027,
|
| 991 |
+
"step": 1390
|
| 992 |
+
},
|
| 993 |
+
{
|
| 994 |
+
"epoch": 1.2444444444444445,
|
| 995 |
+
"grad_norm": 0.41858533024787903,
|
| 996 |
+
"learning_rate": 3.4283745531900514e-05,
|
| 997 |
+
"loss": 0.3864290714263916,
|
| 998 |
+
"step": 1400
|
| 999 |
+
},
|
| 1000 |
+
{
|
| 1001 |
+
"epoch": 1.2533333333333334,
|
| 1002 |
+
"grad_norm": 0.5407046675682068,
|
| 1003 |
+
"learning_rate": 3.3587677082173696e-05,
|
| 1004 |
+
"loss": 0.3781212091445923,
|
| 1005 |
+
"step": 1410
|
| 1006 |
+
},
|
| 1007 |
+
{
|
| 1008 |
+
"epoch": 1.2622222222222224,
|
| 1009 |
+
"grad_norm": 0.4756890833377838,
|
| 1010 |
+
"learning_rate": 3.289515556502076e-05,
|
| 1011 |
+
"loss": 0.3857539653778076,
|
| 1012 |
+
"step": 1420
|
| 1013 |
+
},
|
| 1014 |
+
{
|
| 1015 |
+
"epoch": 1.271111111111111,
|
| 1016 |
+
"grad_norm": 0.4864954650402069,
|
| 1017 |
+
"learning_rate": 3.220633064402925e-05,
|
| 1018 |
+
"loss": 0.372141170501709,
|
| 1019 |
+
"step": 1430
|
| 1020 |
+
},
|
| 1021 |
+
{
|
| 1022 |
+
"epoch": 1.28,
|
| 1023 |
+
"grad_norm": 0.40456199645996094,
|
| 1024 |
+
"learning_rate": 3.152135118390049e-05,
|
| 1025 |
+
"loss": 0.3438271522521973,
|
| 1026 |
+
"step": 1440
|
| 1027 |
+
},
|
| 1028 |
+
{
|
| 1029 |
+
"epoch": 1.2888888888888888,
|
| 1030 |
+
"grad_norm": 0.4205606281757355,
|
| 1031 |
+
"learning_rate": 3.0840365218277986e-05,
|
| 1032 |
+
"loss": 0.38721680641174316,
|
| 1033 |
+
"step": 1450
|
| 1034 |
+
},
|
| 1035 |
+
{
|
| 1036 |
+
"epoch": 1.2977777777777777,
|
| 1037 |
+
"grad_norm": 0.39853718876838684,
|
| 1038 |
+
"learning_rate": 3.01635199177552e-05,
|
| 1039 |
+
"loss": 0.35543074607849123,
|
| 1040 |
+
"step": 1460
|
| 1041 |
+
},
|
| 1042 |
+
{
|
| 1043 |
+
"epoch": 1.3066666666666666,
|
| 1044 |
+
"grad_norm": 0.3695829510688782,
|
| 1045 |
+
"learning_rate": 2.949096155806995e-05,
|
| 1046 |
+
"loss": 0.3647240161895752,
|
| 1047 |
+
"step": 1470
|
| 1048 |
+
},
|
| 1049 |
+
{
|
| 1050 |
+
"epoch": 1.3155555555555556,
|
| 1051 |
+
"grad_norm": 0.41311612725257874,
|
| 1052 |
+
"learning_rate": 2.8822835488492124e-05,
|
| 1053 |
+
"loss": 0.3939005613327026,
|
| 1054 |
+
"step": 1480
|
| 1055 |
+
},
|
| 1056 |
+
{
|
| 1057 |
+
"epoch": 1.3244444444444445,
|
| 1058 |
+
"grad_norm": 0.3602710962295532,
|
| 1059 |
+
"learning_rate": 2.8159286100411773e-05,
|
| 1060 |
+
"loss": 0.3515706300735474,
|
| 1061 |
+
"step": 1490
|
| 1062 |
+
},
|
| 1063 |
+
{
|
| 1064 |
+
"epoch": 1.3333333333333333,
|
| 1065 |
+
"grad_norm": 0.44238173961639404,
|
| 1066 |
+
"learning_rate": 2.750045679613402e-05,
|
| 1067 |
+
"loss": 0.3359719514846802,
|
| 1068 |
+
"step": 1500
|
| 1069 |
+
},
|
| 1070 |
+
{
|
| 1071 |
+
"epoch": 1.3422222222222222,
|
| 1072 |
+
"grad_norm": 0.4533243775367737,
|
| 1073 |
+
"learning_rate": 2.6846489957887867e-05,
|
| 1074 |
+
"loss": 0.38518357276916504,
|
| 1075 |
+
"step": 1510
|
| 1076 |
+
},
|
| 1077 |
+
{
|
| 1078 |
+
"epoch": 1.3511111111111112,
|
| 1079 |
+
"grad_norm": 0.48803240060806274,
|
| 1080 |
+
"learning_rate": 2.6197526917055354e-05,
|
| 1081 |
+
"loss": 0.3578159809112549,
|
| 1082 |
+
"step": 1520
|
| 1083 |
+
},
|
| 1084 |
+
{
|
| 1085 |
+
"epoch": 1.3599999999999999,
|
| 1086 |
+
"grad_norm": 0.45722082257270813,
|
| 1087 |
+
"learning_rate": 2.555370792362792e-05,
|
| 1088 |
+
"loss": 0.3800940752029419,
|
| 1089 |
+
"step": 1530
|
| 1090 |
+
},
|
| 1091 |
+
{
|
| 1092 |
+
"epoch": 1.3688888888888888,
|
| 1093 |
+
"grad_norm": 0.5655418634414673,
|
| 1094 |
+
"learning_rate": 2.491517211589643e-05,
|
| 1095 |
+
"loss": 0.3621096134185791,
|
| 1096 |
+
"step": 1540
|
| 1097 |
+
},
|
| 1098 |
+
{
|
| 1099 |
+
"epoch": 1.3777777777777778,
|
| 1100 |
+
"grad_norm": 0.3579365909099579,
|
| 1101 |
+
"learning_rate": 2.428205749038138e-05,
|
| 1102 |
+
"loss": 0.35213282108306887,
|
| 1103 |
+
"step": 1550
|
| 1104 |
+
},
|
| 1105 |
+
{
|
| 1106 |
+
"epoch": 1.3866666666666667,
|
| 1107 |
+
"grad_norm": 0.4807777404785156,
|
| 1108 |
+
"learning_rate": 2.3654500872009962e-05,
|
| 1109 |
+
"loss": 0.37083146572113035,
|
| 1110 |
+
"step": 1560
|
| 1111 |
+
},
|
| 1112 |
+
{
|
| 1113 |
+
"epoch": 1.3955555555555557,
|
| 1114 |
+
"grad_norm": 0.42942166328430176,
|
| 1115 |
+
"learning_rate": 2.3032637884546232e-05,
|
| 1116 |
+
"loss": 0.35763652324676515,
|
| 1117 |
+
"step": 1570
|
| 1118 |
+
},
|
| 1119 |
+
{
|
| 1120 |
+
"epoch": 1.4044444444444444,
|
| 1121 |
+
"grad_norm": 0.3682578206062317,
|
| 1122 |
+
"learning_rate": 2.241660292128106e-05,
|
| 1123 |
+
"loss": 0.35643126964569094,
|
| 1124 |
+
"step": 1580
|
| 1125 |
+
},
|
| 1126 |
+
{
|
| 1127 |
+
"epoch": 1.4133333333333333,
|
| 1128 |
+
"grad_norm": 0.37660112977027893,
|
| 1129 |
+
"learning_rate": 2.1806529115987662e-05,
|
| 1130 |
+
"loss": 0.3433783769607544,
|
| 1131 |
+
"step": 1590
|
| 1132 |
+
},
|
| 1133 |
+
{
|
| 1134 |
+
"epoch": 1.4222222222222223,
|
| 1135 |
+
"grad_norm": 0.3853251039981842,
|
| 1136 |
+
"learning_rate": 2.1202548314149667e-05,
|
| 1137 |
+
"loss": 0.3709646940231323,
|
| 1138 |
+
"step": 1600
|
| 1139 |
+
},
|
| 1140 |
+
{
|
| 1141 |
+
"epoch": 1.431111111111111,
|
| 1142 |
+
"grad_norm": 0.39444634318351746,
|
| 1143 |
+
"learning_rate": 2.0604791044467392e-05,
|
| 1144 |
+
"loss": 0.3709129810333252,
|
| 1145 |
+
"step": 1610
|
| 1146 |
+
},
|
| 1147 |
+
{
|
| 1148 |
+
"epoch": 1.44,
|
| 1149 |
+
"grad_norm": 0.4143366515636444,
|
| 1150 |
+
"learning_rate": 2.0013386490648882e-05,
|
| 1151 |
+
"loss": 0.38674709796905515,
|
| 1152 |
+
"step": 1620
|
| 1153 |
+
},
|
| 1154 |
+
{
|
| 1155 |
+
"epoch": 1.448888888888889,
|
| 1156 |
+
"grad_norm": 0.4747564196586609,
|
| 1157 |
+
"learning_rate": 1.9428462463491277e-05,
|
| 1158 |
+
"loss": 0.35155019760131834,
|
| 1159 |
+
"step": 1630
|
| 1160 |
+
},
|
| 1161 |
+
{
|
| 1162 |
+
"epoch": 1.4577777777777778,
|
| 1163 |
+
"grad_norm": 0.47379782795906067,
|
| 1164 |
+
"learning_rate": 1.885014537325937e-05,
|
| 1165 |
+
"loss": 0.38028242588043215,
|
| 1166 |
+
"step": 1640
|
| 1167 |
+
},
|
| 1168 |
+
{
|
| 1169 |
+
"epoch": 1.4666666666666668,
|
| 1170 |
+
"grad_norm": 0.44089680910110474,
|
| 1171 |
+
"learning_rate": 1.8278560202366412e-05,
|
| 1172 |
+
"loss": 0.3407177448272705,
|
| 1173 |
+
"step": 1650
|
| 1174 |
+
},
|
| 1175 |
+
{
|
| 1176 |
+
"epoch": 1.4755555555555555,
|
| 1177 |
+
"grad_norm": 0.39386194944381714,
|
| 1178 |
+
"learning_rate": 1.771383047836371e-05,
|
| 1179 |
+
"loss": 0.34243743419647216,
|
| 1180 |
+
"step": 1660
|
| 1181 |
+
},
|
| 1182 |
+
{
|
| 1183 |
+
"epoch": 1.4844444444444445,
|
| 1184 |
+
"grad_norm": 0.26572591066360474,
|
| 1185 |
+
"learning_rate": 1.7156078247244577e-05,
|
| 1186 |
+
"loss": 0.37088680267333984,
|
| 1187 |
+
"step": 1670
|
| 1188 |
+
},
|
| 1189 |
+
{
|
| 1190 |
+
"epoch": 1.4933333333333334,
|
| 1191 |
+
"grad_norm": 0.5262919068336487,
|
| 1192 |
+
"learning_rate": 1.6605424047068578e-05,
|
| 1193 |
+
"loss": 0.34389023780822753,
|
| 1194 |
+
"step": 1680
|
| 1195 |
+
},
|
| 1196 |
+
{
|
| 1197 |
+
"epoch": 1.5022222222222221,
|
| 1198 |
+
"grad_norm": 0.39271703362464905,
|
| 1199 |
+
"learning_rate": 1.6061986881911434e-05,
|
| 1200 |
+
"loss": 0.41210026741027833,
|
| 1201 |
+
"step": 1690
|
| 1202 |
+
},
|
| 1203 |
+
{
|
| 1204 |
+
"epoch": 1.511111111111111,
|
| 1205 |
+
"grad_norm": 0.4093843698501587,
|
| 1206 |
+
"learning_rate": 1.552588419614665e-05,
|
| 1207 |
+
"loss": 0.3735250473022461,
|
| 1208 |
+
"step": 1700
|
| 1209 |
+
},
|
| 1210 |
+
{
|
| 1211 |
+
"epoch": 1.52,
|
| 1212 |
+
"grad_norm": 0.40127241611480713,
|
| 1213 |
+
"learning_rate": 1.4997231849064125e-05,
|
| 1214 |
+
"loss": 0.3680351734161377,
|
| 1215 |
+
"step": 1710
|
| 1216 |
+
},
|
| 1217 |
+
{
|
| 1218 |
+
"epoch": 1.528888888888889,
|
| 1219 |
+
"grad_norm": 0.3623751401901245,
|
| 1220 |
+
"learning_rate": 1.4476144089831412e-05,
|
| 1221 |
+
"loss": 0.3539560556411743,
|
| 1222 |
+
"step": 1720
|
| 1223 |
+
},
|
| 1224 |
+
{
|
| 1225 |
+
"epoch": 1.537777777777778,
|
| 1226 |
+
"grad_norm": 0.46453019976615906,
|
| 1227 |
+
"learning_rate": 1.396273353280269e-05,
|
| 1228 |
+
"loss": 0.36685130596160886,
|
| 1229 |
+
"step": 1730
|
| 1230 |
+
},
|
| 1231 |
+
{
|
| 1232 |
+
"epoch": 1.5466666666666666,
|
| 1233 |
+
"grad_norm": 0.5483896136283875,
|
| 1234 |
+
"learning_rate": 1.345711113318146e-05,
|
| 1235 |
+
"loss": 0.38913209438323976,
|
| 1236 |
+
"step": 1740
|
| 1237 |
+
},
|
| 1238 |
+
{
|
| 1239 |
+
"epoch": 1.5555555555555556,
|
| 1240 |
+
"grad_norm": 0.3098852038383484,
|
| 1241 |
+
"learning_rate": 1.2959386163041388e-05,
|
| 1242 |
+
"loss": 0.358487868309021,
|
| 1243 |
+
"step": 1750
|
| 1244 |
+
},
|
| 1245 |
+
{
|
| 1246 |
+
"epoch": 1.5644444444444443,
|
| 1247 |
+
"grad_norm": 0.43505361676216125,
|
| 1248 |
+
"learning_rate": 1.2469666187711216e-05,
|
| 1249 |
+
"loss": 0.3721137046813965,
|
| 1250 |
+
"step": 1760
|
| 1251 |
+
},
|
| 1252 |
+
{
|
| 1253 |
+
"epoch": 1.5733333333333333,
|
| 1254 |
+
"grad_norm": 0.4241721034049988,
|
| 1255 |
+
"learning_rate": 1.1988057042528229e-05,
|
| 1256 |
+
"loss": 0.375252890586853,
|
| 1257 |
+
"step": 1770
|
| 1258 |
+
},
|
| 1259 |
+
{
|
| 1260 |
+
"epoch": 1.5822222222222222,
|
| 1261 |
+
"grad_norm": 0.4724214971065521,
|
| 1262 |
+
"learning_rate": 1.151466280996596e-05,
|
| 1263 |
+
"loss": 0.42426095008850095,
|
| 1264 |
+
"step": 1780
|
| 1265 |
+
},
|
| 1266 |
+
{
|
| 1267 |
+
"epoch": 1.5911111111111111,
|
| 1268 |
+
"grad_norm": 0.3953167200088501,
|
| 1269 |
+
"learning_rate": 1.1049585797140322e-05,
|
| 1270 |
+
"loss": 0.40070137977600095,
|
| 1271 |
+
"step": 1790
|
| 1272 |
+
},
|
| 1273 |
+
{
|
| 1274 |
+
"epoch": 1.6,
|
| 1275 |
+
"grad_norm": 0.45680221915245056,
|
| 1276 |
+
"learning_rate": 1.0592926513699774e-05,
|
| 1277 |
+
"loss": 0.39249238967895506,
|
| 1278 |
+
"step": 1800
|
| 1279 |
+
},
|
| 1280 |
+
{
|
| 1281 |
+
"epoch": 1.608888888888889,
|
| 1282 |
+
"grad_norm": 0.3459886908531189,
|
| 1283 |
+
"learning_rate": 1.0144783650103611e-05,
|
| 1284 |
+
"loss": 0.3837989330291748,
|
| 1285 |
+
"step": 1810
|
| 1286 |
+
},
|
| 1287 |
+
{
|
| 1288 |
+
"epoch": 1.6177777777777778,
|
| 1289 |
+
"grad_norm": 0.38981544971466064,
|
| 1290 |
+
"learning_rate": 9.705254056293745e-06,
|
| 1291 |
+
"loss": 0.35657615661621095,
|
| 1292 |
+
"step": 1820
|
| 1293 |
+
},
|
| 1294 |
+
{
|
| 1295 |
+
"epoch": 1.6266666666666667,
|
| 1296 |
+
"grad_norm": 0.3623422086238861,
|
| 1297 |
+
"learning_rate": 9.274432720763936e-06,
|
| 1298 |
+
"loss": 0.3656754016876221,
|
| 1299 |
+
"step": 1830
|
| 1300 |
+
},
|
| 1301 |
+
{
|
| 1302 |
+
"epoch": 1.6355555555555554,
|
| 1303 |
+
"grad_norm": 0.4460585415363312,
|
| 1304 |
+
"learning_rate": 8.852412750031552e-06,
|
| 1305 |
+
"loss": 0.36761391162872314,
|
| 1306 |
+
"step": 1840
|
| 1307 |
+
},
|
| 1308 |
+
{
|
| 1309 |
+
"epoch": 1.6444444444444444,
|
| 1310 |
+
"grad_norm": 0.3528312146663666,
|
| 1311 |
+
"learning_rate": 8.439285348515875e-06,
|
| 1312 |
+
"loss": 0.3759877920150757,
|
| 1313 |
+
"step": 1850
|
| 1314 |
+
},
|
| 1315 |
+
{
|
| 1316 |
+
"epoch": 1.6533333333333333,
|
| 1317 |
+
"grad_norm": 0.5255836248397827,
|
| 1318 |
+
"learning_rate": 8.035139798827606e-06,
|
| 1319 |
+
"loss": 0.38388800621032715,
|
| 1320 |
+
"step": 1860
|
| 1321 |
+
},
|
| 1322 |
+
{
|
| 1323 |
+
"epoch": 1.6622222222222223,
|
| 1324 |
+
"grad_norm": 0.4128068685531616,
|
| 1325 |
+
"learning_rate": 7.64006344247361e-06,
|
| 1326 |
+
"loss": 0.33345489501953124,
|
| 1327 |
+
"step": 1870
|
| 1328 |
+
},
|
| 1329 |
+
{
|
| 1330 |
+
"epoch": 1.6711111111111112,
|
| 1331 |
+
"grad_norm": 0.4646780788898468,
|
| 1332 |
+
"learning_rate": 7.254141660981195e-06,
|
| 1333 |
+
"loss": 0.3499415397644043,
|
| 1334 |
+
"step": 1880
|
| 1335 |
+
},
|
| 1336 |
+
{
|
| 1337 |
+
"epoch": 1.6800000000000002,
|
| 1338 |
+
"grad_norm": 0.4263407588005066,
|
| 1339 |
+
"learning_rate": 6.8774578574459795e-06,
|
| 1340 |
+
"loss": 0.3327197790145874,
|
| 1341 |
+
"step": 1890
|
| 1342 |
+
},
|
| 1343 |
+
{
|
| 1344 |
+
"epoch": 1.6888888888888889,
|
| 1345 |
+
"grad_norm": 0.5277701616287231,
|
| 1346 |
+
"learning_rate": 6.510093438507347e-06,
|
| 1347 |
+
"loss": 0.3840624809265137,
|
| 1348 |
+
"step": 1900
|
| 1349 |
+
},
|
| 1350 |
+
{
|
| 1351 |
+
"epoch": 1.6977777777777778,
|
| 1352 |
+
"grad_norm": 0.37307706475257874,
|
| 1353 |
+
"learning_rate": 6.152127796755264e-06,
|
| 1354 |
+
"loss": 0.3754091739654541,
|
| 1355 |
+
"step": 1910
|
| 1356 |
+
},
|
| 1357 |
+
{
|
| 1358 |
+
"epoch": 1.7066666666666666,
|
| 1359 |
+
"grad_norm": 0.44183653593063354,
|
| 1360 |
+
"learning_rate": 5.803638293572472e-06,
|
| 1361 |
+
"loss": 0.38776986598968505,
|
| 1362 |
+
"step": 1920
|
| 1363 |
+
},
|
| 1364 |
+
{
|
| 1365 |
+
"epoch": 1.7155555555555555,
|
| 1366 |
+
"grad_norm": 0.48444098234176636,
|
| 1367 |
+
"learning_rate": 5.4647002424156156e-06,
|
| 1368 |
+
"loss": 0.3501073122024536,
|
| 1369 |
+
"step": 1930
|
| 1370 |
+
},
|
| 1371 |
+
{
|
| 1372 |
+
"epoch": 1.7244444444444444,
|
| 1373 |
+
"grad_norm": 0.49215278029441833,
|
| 1374 |
+
"learning_rate": 5.135386892538968e-06,
|
| 1375 |
+
"loss": 0.3459045648574829,
|
| 1376 |
+
"step": 1940
|
| 1377 |
+
},
|
| 1378 |
+
{
|
| 1379 |
+
"epoch": 1.7333333333333334,
|
| 1380 |
+
"grad_norm": 0.45480048656463623,
|
| 1381 |
+
"learning_rate": 4.81576941316415e-06,
|
| 1382 |
+
"loss": 0.38027493953704833,
|
| 1383 |
+
"step": 1950
|
| 1384 |
+
},
|
| 1385 |
+
{
|
| 1386 |
+
"epoch": 1.7422222222222223,
|
| 1387 |
+
"grad_norm": 0.3511333465576172,
|
| 1388 |
+
"learning_rate": 4.5059168780995975e-06,
|
| 1389 |
+
"loss": 0.4008301258087158,
|
| 1390 |
+
"step": 1960
|
| 1391 |
+
},
|
| 1392 |
+
{
|
| 1393 |
+
"epoch": 1.751111111111111,
|
| 1394 |
+
"grad_norm": 0.3821912109851837,
|
| 1395 |
+
"learning_rate": 4.205896250812635e-06,
|
| 1396 |
+
"loss": 0.33486261367797854,
|
| 1397 |
+
"step": 1970
|
| 1398 |
+
},
|
| 1399 |
+
{
|
| 1400 |
+
"epoch": 1.76,
|
| 1401 |
+
"grad_norm": 0.31993553042411804,
|
| 1402 |
+
"learning_rate": 3.9157723699578264e-06,
|
| 1403 |
+
"loss": 0.3505268096923828,
|
| 1404 |
+
"step": 1980
|
| 1405 |
+
},
|
| 1406 |
+
{
|
| 1407 |
+
"epoch": 1.7688888888888887,
|
| 1408 |
+
"grad_norm": 0.36553364992141724,
|
| 1409 |
+
"learning_rate": 3.6356079353643157e-06,
|
| 1410 |
+
"loss": 0.35234646797180175,
|
| 1411 |
+
"step": 1990
|
| 1412 |
+
},
|
| 1413 |
+
{
|
| 1414 |
+
"epoch": 1.7777777777777777,
|
| 1415 |
+
"grad_norm": 0.4717234969139099,
|
| 1416 |
+
"learning_rate": 3.36546349448566e-06,
|
| 1417 |
+
"loss": 0.35505836009979247,
|
| 1418 |
+
"step": 2000
|
| 1419 |
+
},
|
| 1420 |
+
{
|
| 1421 |
+
"epoch": 1.7866666666666666,
|
| 1422 |
+
"grad_norm": 0.36850428581237793,
|
| 1423 |
+
"learning_rate": 3.1053974293145493e-06,
|
| 1424 |
+
"loss": 0.355438756942749,
|
| 1425 |
+
"step": 2010
|
| 1426 |
+
},
|
| 1427 |
+
{
|
| 1428 |
+
"epoch": 1.7955555555555556,
|
| 1429 |
+
"grad_norm": 0.4966508448123932,
|
| 1430 |
+
"learning_rate": 2.8554659437657506e-06,
|
| 1431 |
+
"loss": 0.4134857654571533,
|
| 1432 |
+
"step": 2020
|
| 1433 |
+
},
|
| 1434 |
+
{
|
| 1435 |
+
"epoch": 1.8044444444444445,
|
| 1436 |
+
"grad_norm": 0.5912292003631592,
|
| 1437 |
+
"learning_rate": 2.6157230515295392e-06,
|
| 1438 |
+
"loss": 0.34981932640075686,
|
| 1439 |
+
"step": 2030
|
| 1440 |
+
},
|
| 1441 |
+
{
|
| 1442 |
+
"epoch": 1.8133333333333335,
|
| 1443 |
+
"grad_norm": 0.49372735619544983,
|
| 1444 |
+
"learning_rate": 2.386220564398706e-06,
|
| 1445 |
+
"loss": 0.3849682569503784,
|
| 1446 |
+
"step": 2040
|
| 1447 |
+
},
|
| 1448 |
+
{
|
| 1449 |
+
"epoch": 1.8222222222222222,
|
| 1450 |
+
"grad_norm": 0.45357146859169006,
|
| 1451 |
+
"learning_rate": 2.1670080810712145e-06,
|
| 1452 |
+
"loss": 0.4477557182312012,
|
| 1453 |
+
"step": 2050
|
| 1454 |
+
},
|
| 1455 |
+
{
|
| 1456 |
+
"epoch": 1.8311111111111111,
|
| 1457 |
+
"grad_norm": 0.4242260456085205,
|
| 1458 |
+
"learning_rate": 1.958132976431265e-06,
|
| 1459 |
+
"loss": 0.3643706560134888,
|
| 1460 |
+
"step": 2060
|
| 1461 |
+
},
|
| 1462 |
+
{
|
| 1463 |
+
"epoch": 1.8399999999999999,
|
| 1464 |
+
"grad_norm": 0.4310312271118164,
|
| 1465 |
+
"learning_rate": 1.7596403913109072e-06,
|
| 1466 |
+
"loss": 0.3599487066268921,
|
| 1467 |
+
"step": 2070
|
| 1468 |
+
},
|
| 1469 |
+
{
|
| 1470 |
+
"epoch": 1.8488888888888888,
|
| 1471 |
+
"grad_norm": 0.6903954148292542,
|
| 1472 |
+
"learning_rate": 1.571573222734507e-06,
|
| 1473 |
+
"loss": 0.3706610441207886,
|
| 1474 |
+
"step": 2080
|
| 1475 |
+
},
|
| 1476 |
+
{
|
| 1477 |
+
"epoch": 1.8577777777777778,
|
| 1478 |
+
"grad_norm": 0.4340752959251404,
|
| 1479 |
+
"learning_rate": 1.3939721146480456e-06,
|
| 1480 |
+
"loss": 0.33601970672607423,
|
| 1481 |
+
"step": 2090
|
| 1482 |
+
},
|
| 1483 |
+
{
|
| 1484 |
+
"epoch": 1.8666666666666667,
|
| 1485 |
+
"grad_norm": 0.37018489837646484,
|
| 1486 |
+
"learning_rate": 1.226875449135445e-06,
|
| 1487 |
+
"loss": 0.3561201810836792,
|
| 1488 |
+
"step": 2100
|
| 1489 |
+
},
|
| 1490 |
+
{
|
| 1491 |
+
"epoch": 1.8755555555555556,
|
| 1492 |
+
"grad_norm": 0.4505303204059601,
|
| 1493 |
+
"learning_rate": 1.0703193381236209e-06,
|
| 1494 |
+
"loss": 0.36335651874542235,
|
| 1495 |
+
"step": 2110
|
| 1496 |
+
},
|
| 1497 |
+
{
|
| 1498 |
+
"epoch": 1.8844444444444446,
|
| 1499 |
+
"grad_norm": 0.4433459937572479,
|
| 1500 |
+
"learning_rate": 9.243376155782357e-07,
|
| 1501 |
+
"loss": 0.3289212465286255,
|
| 1502 |
+
"step": 2120
|
| 1503 |
+
},
|
| 1504 |
+
{
|
| 1505 |
+
"epoch": 1.8933333333333333,
|
| 1506 |
+
"grad_norm": 0.3986717462539673,
|
| 1507 |
+
"learning_rate": 7.889618301916424e-07,
|
| 1508 |
+
"loss": 0.40375485420227053,
|
| 1509 |
+
"step": 2130
|
| 1510 |
+
},
|
| 1511 |
+
{
|
| 1512 |
+
"epoch": 1.9022222222222223,
|
| 1513 |
+
"grad_norm": 0.3388350009918213,
|
| 1514 |
+
"learning_rate": 6.642212385648494e-07,
|
| 1515 |
+
"loss": 0.3685792922973633,
|
| 1516 |
+
"step": 2140
|
| 1517 |
+
},
|
| 1518 |
+
{
|
| 1519 |
+
"epoch": 1.911111111111111,
|
| 1520 |
+
"grad_norm": 0.5131290555000305,
|
| 1521 |
+
"learning_rate": 5.501427988846842e-07,
|
| 1522 |
+
"loss": 0.3703050374984741,
|
| 1523 |
+
"step": 2150
|
| 1524 |
+
},
|
| 1525 |
+
{
|
| 1526 |
+
"epoch": 1.92,
|
| 1527 |
+
"grad_norm": 0.4321134090423584,
|
| 1528 |
+
"learning_rate": 4.4675116509781954e-07,
|
| 1529 |
+
"loss": 0.3673090934753418,
|
| 1530 |
+
"step": 2160
|
| 1531 |
+
},
|
| 1532 |
+
{
|
| 1533 |
+
"epoch": 1.9288888888888889,
|
| 1534 |
+
"grad_norm": 0.48017483949661255,
|
| 1535 |
+
"learning_rate": 3.5406868158263106e-07,
|
| 1536 |
+
"loss": 0.34112837314605715,
|
| 1537 |
+
"step": 2170
|
| 1538 |
+
},
|
| 1539 |
+
{
|
| 1540 |
+
"epoch": 1.9377777777777778,
|
| 1541 |
+
"grad_norm": 0.48736897110939026,
|
| 1542 |
+
"learning_rate": 2.721153783203589e-07,
|
| 1543 |
+
"loss": 0.38310391902923585,
|
| 1544 |
+
"step": 2180
|
| 1545 |
+
},
|
| 1546 |
+
{
|
| 1547 |
+
"epoch": 1.9466666666666668,
|
| 1548 |
+
"grad_norm": 0.45370784401893616,
|
| 1549 |
+
"learning_rate": 2.0090896656627668e-07,
|
| 1550 |
+
"loss": 0.3905895709991455,
|
| 1551 |
+
"step": 2190
|
| 1552 |
+
},
|
| 1553 |
+
{
|
| 1554 |
+
"epoch": 1.9555555555555557,
|
| 1555 |
+
"grad_norm": 0.33105170726776123,
|
| 1556 |
+
"learning_rate": 1.4046483502206388e-07,
|
| 1557 |
+
"loss": 0.35344064235687256,
|
| 1558 |
+
"step": 2200
|
| 1559 |
+
},
|
| 1560 |
+
{
|
| 1561 |
+
"epoch": 1.9644444444444444,
|
| 1562 |
+
"grad_norm": 0.2413172870874405,
|
| 1563 |
+
"learning_rate": 9.079604651009433e-08,
|
| 1564 |
+
"loss": 0.3432020902633667,
|
| 1565 |
+
"step": 2210
|
| 1566 |
+
},
|
| 1567 |
+
{
|
| 1568 |
+
"epoch": 1.9733333333333334,
|
| 1569 |
+
"grad_norm": 0.3724231719970703,
|
| 1570 |
+
"learning_rate": 5.1913335150388656e-08,
|
| 1571 |
+
"loss": 0.3234715461730957,
|
| 1572 |
+
"step": 2220
|
| 1573 |
+
},
|
| 1574 |
+
{
|
| 1575 |
+
"epoch": 1.982222222222222,
|
| 1576 |
+
"grad_norm": 0.4314740002155304,
|
| 1577 |
+
"learning_rate": 2.382510404079219e-08,
|
| 1578 |
+
"loss": 0.3377274513244629,
|
| 1579 |
+
"step": 2230
|
| 1580 |
+
},
|
| 1581 |
+
{
|
| 1582 |
+
"epoch": 1.991111111111111,
|
| 1583 |
+
"grad_norm": 0.48465994000434875,
|
| 1584 |
+
"learning_rate": 6.5374234409831815e-09,
|
| 1585 |
+
"loss": 0.4104018211364746,
|
| 1586 |
+
"step": 2240
|
| 1587 |
+
},
|
| 1588 |
+
{
|
| 1589 |
+
"epoch": 2.0,
|
| 1590 |
+
"grad_norm": 0.5848714709281921,
|
| 1591 |
+
"learning_rate": 5.4029460561100253e-11,
|
| 1592 |
+
"loss": 0.38427934646606443,
|
| 1593 |
+
"step": 2250
|
| 1594 |
+
},
|
| 1595 |
+
{
|
| 1596 |
+
"epoch": 2.0,
|
| 1597 |
+
"eval_loss": 0.371486097574234,
|
| 1598 |
+
"eval_runtime": 358.2834,
|
| 1599 |
+
"eval_samples_per_second": 2.791,
|
| 1600 |
+
"eval_steps_per_second": 2.791,
|
| 1601 |
+
"step": 2250
|
| 1602 |
+
}
|
| 1603 |
+
],
|
| 1604 |
+
"logging_steps": 10,
|
| 1605 |
+
"max_steps": 2250,
|
| 1606 |
+
"num_input_tokens_seen": 0,
|
| 1607 |
+
"num_train_epochs": 2,
|
| 1608 |
+
"save_steps": 500,
|
| 1609 |
+
"stateful_callbacks": {
|
| 1610 |
+
"TrainerControl": {
|
| 1611 |
+
"args": {
|
| 1612 |
+
"should_epoch_stop": false,
|
| 1613 |
+
"should_evaluate": false,
|
| 1614 |
+
"should_log": false,
|
| 1615 |
+
"should_save": true,
|
| 1616 |
+
"should_training_stop": true
|
| 1617 |
+
},
|
| 1618 |
+
"attributes": {}
|
| 1619 |
+
}
|
| 1620 |
+
},
|
| 1621 |
+
"total_flos": 1.4317586279670989e+17,
|
| 1622 |
+
"train_batch_size": 1,
|
| 1623 |
+
"trial_name": null,
|
| 1624 |
+
"trial_params": null
|
| 1625 |
+
}
|
checkpoint-2250/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:edb44ddd12e5044cfebc57246c77bd185ad4fad52f56a66554c2013fa82c4cfa
|
| 3 |
+
size 4920
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d73c2c5f7aa0ed522c8d96ef3524739eb61e3c78e74839a2ce4a1c56ea340a20
|
| 3 |
+
size 19989424
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"audio_bos_token": "<|audio_start|>",
|
| 4 |
+
"audio_eos_token": "<|audio_end|>",
|
| 5 |
+
"audio_token": "<|audio_pad|>",
|
| 6 |
+
"backend": "tokenizers",
|
| 7 |
+
"bos_token": null,
|
| 8 |
+
"clean_up_tokenization_spaces": false,
|
| 9 |
+
"eos_token": "<|im_end|>",
|
| 10 |
+
"errors": "replace",
|
| 11 |
+
"image_token": "<|image_pad|>",
|
| 12 |
+
"is_local": false,
|
| 13 |
+
"local_files_only": false,
|
| 14 |
+
"model_max_length": 262144,
|
| 15 |
+
"model_specific_special_tokens": {
|
| 16 |
+
"audio_bos_token": "<|audio_start|>",
|
| 17 |
+
"audio_eos_token": "<|audio_end|>",
|
| 18 |
+
"audio_token": "<|audio_pad|>",
|
| 19 |
+
"image_token": "<|image_pad|>",
|
| 20 |
+
"video_token": "<|video_pad|>",
|
| 21 |
+
"vision_bos_token": "<|vision_start|>",
|
| 22 |
+
"vision_eos_token": "<|vision_end|>"
|
| 23 |
+
},
|
| 24 |
+
"pad_token": "<|endoftext|>",
|
| 25 |
+
"pretokenize_regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?[\\p{L}\\p{M}]+|\\p{N}| ?[^\\s\\p{L}\\p{M}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+",
|
| 26 |
+
"split_special_tokens": false,
|
| 27 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 28 |
+
"unk_token": null,
|
| 29 |
+
"video_token": "<|video_pad|>",
|
| 30 |
+
"vision_bos_token": "<|vision_start|>",
|
| 31 |
+
"vision_eos_token": "<|vision_end|>"
|
| 32 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:edb44ddd12e5044cfebc57246c77bd185ad4fad52f56a66554c2013fa82c4cfa
|
| 3 |
+
size 4920
|