Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +208 -0
- adapter_config.json +42 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +28 -0
- chat_template.jinja +89 -0
- merges.txt +0 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +240 -0
- trainer_state.json +829 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen3-0.6B
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen3-0.6B
|
| 7 |
+
- llama-factory
|
| 8 |
+
- lora
|
| 9 |
+
- transformers
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Model Card for Model ID
|
| 13 |
+
|
| 14 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
## Model Details
|
| 19 |
+
|
| 20 |
+
### Model Description
|
| 21 |
+
|
| 22 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
- **Developed by:** [More Information Needed]
|
| 27 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 28 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 29 |
+
- **Model type:** [More Information Needed]
|
| 30 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 31 |
+
- **License:** [More Information Needed]
|
| 32 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 33 |
+
|
| 34 |
+
### Model Sources [optional]
|
| 35 |
+
|
| 36 |
+
<!-- Provide the basic links for the model. -->
|
| 37 |
+
|
| 38 |
+
- **Repository:** [More Information Needed]
|
| 39 |
+
- **Paper [optional]:** [More Information Needed]
|
| 40 |
+
- **Demo [optional]:** [More Information Needed]
|
| 41 |
+
|
| 42 |
+
## Uses
|
| 43 |
+
|
| 44 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 45 |
+
|
| 46 |
+
### Direct Use
|
| 47 |
+
|
| 48 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 49 |
+
|
| 50 |
+
[More Information Needed]
|
| 51 |
+
|
| 52 |
+
### Downstream Use [optional]
|
| 53 |
+
|
| 54 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 55 |
+
|
| 56 |
+
[More Information Needed]
|
| 57 |
+
|
| 58 |
+
### Out-of-Scope Use
|
| 59 |
+
|
| 60 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 61 |
+
|
| 62 |
+
[More Information Needed]
|
| 63 |
+
|
| 64 |
+
## Bias, Risks, and Limitations
|
| 65 |
+
|
| 66 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 67 |
+
|
| 68 |
+
[More Information Needed]
|
| 69 |
+
|
| 70 |
+
### Recommendations
|
| 71 |
+
|
| 72 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 73 |
+
|
| 74 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 75 |
+
|
| 76 |
+
## How to Get Started with the Model
|
| 77 |
+
|
| 78 |
+
Use the code below to get started with the model.
|
| 79 |
+
|
| 80 |
+
[More Information Needed]
|
| 81 |
+
|
| 82 |
+
## Training Details
|
| 83 |
+
|
| 84 |
+
### Training Data
|
| 85 |
+
|
| 86 |
+
<!-- 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. -->
|
| 87 |
+
|
| 88 |
+
[More Information Needed]
|
| 89 |
+
|
| 90 |
+
### Training Procedure
|
| 91 |
+
|
| 92 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 93 |
+
|
| 94 |
+
#### Preprocessing [optional]
|
| 95 |
+
|
| 96 |
+
[More Information Needed]
|
| 97 |
+
|
| 98 |
+
|
| 99 |
+
#### Training Hyperparameters
|
| 100 |
+
|
| 101 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 102 |
+
|
| 103 |
+
#### Speeds, Sizes, Times [optional]
|
| 104 |
+
|
| 105 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 106 |
+
|
| 107 |
+
[More Information Needed]
|
| 108 |
+
|
| 109 |
+
## Evaluation
|
| 110 |
+
|
| 111 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 112 |
+
|
| 113 |
+
### Testing Data, Factors & Metrics
|
| 114 |
+
|
| 115 |
+
#### Testing Data
|
| 116 |
+
|
| 117 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
#### Factors
|
| 122 |
+
|
| 123 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
#### Metrics
|
| 128 |
+
|
| 129 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 130 |
+
|
| 131 |
+
[More Information Needed]
|
| 132 |
+
|
| 133 |
+
### Results
|
| 134 |
+
|
| 135 |
+
[More Information Needed]
|
| 136 |
+
|
| 137 |
+
#### Summary
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
|
| 141 |
+
## Model Examination [optional]
|
| 142 |
+
|
| 143 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 144 |
+
|
| 145 |
+
[More Information Needed]
|
| 146 |
+
|
| 147 |
+
## Environmental Impact
|
| 148 |
+
|
| 149 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 150 |
+
|
| 151 |
+
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).
|
| 152 |
+
|
| 153 |
+
- **Hardware Type:** [More Information Needed]
|
| 154 |
+
- **Hours used:** [More Information Needed]
|
| 155 |
+
- **Cloud Provider:** [More Information Needed]
|
| 156 |
+
- **Compute Region:** [More Information Needed]
|
| 157 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 158 |
+
|
| 159 |
+
## Technical Specifications [optional]
|
| 160 |
+
|
| 161 |
+
### Model Architecture and Objective
|
| 162 |
+
|
| 163 |
+
[More Information Needed]
|
| 164 |
+
|
| 165 |
+
### Compute Infrastructure
|
| 166 |
+
|
| 167 |
+
[More Information Needed]
|
| 168 |
+
|
| 169 |
+
#### Hardware
|
| 170 |
+
|
| 171 |
+
[More Information Needed]
|
| 172 |
+
|
| 173 |
+
#### Software
|
| 174 |
+
|
| 175 |
+
[More Information Needed]
|
| 176 |
+
|
| 177 |
+
## Citation [optional]
|
| 178 |
+
|
| 179 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 180 |
+
|
| 181 |
+
**BibTeX:**
|
| 182 |
+
|
| 183 |
+
[More Information Needed]
|
| 184 |
+
|
| 185 |
+
**APA:**
|
| 186 |
+
|
| 187 |
+
[More Information Needed]
|
| 188 |
+
|
| 189 |
+
## Glossary [optional]
|
| 190 |
+
|
| 191 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 192 |
+
|
| 193 |
+
[More Information Needed]
|
| 194 |
+
|
| 195 |
+
## More Information [optional]
|
| 196 |
+
|
| 197 |
+
[More Information Needed]
|
| 198 |
+
|
| 199 |
+
## Model Card Authors [optional]
|
| 200 |
+
|
| 201 |
+
[More Information Needed]
|
| 202 |
+
|
| 203 |
+
## Model Card Contact
|
| 204 |
+
|
| 205 |
+
[More Information Needed]
|
| 206 |
+
### Framework versions
|
| 207 |
+
|
| 208 |
+
- PEFT 0.17.1
|
adapter_config.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Qwen/Qwen3-0.6B",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 64,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.1,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 64,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"o_proj",
|
| 29 |
+
"k_proj",
|
| 30 |
+
"down_proj",
|
| 31 |
+
"v_proj",
|
| 32 |
+
"gate_proj",
|
| 33 |
+
"up_proj",
|
| 34 |
+
"q_proj"
|
| 35 |
+
],
|
| 36 |
+
"target_parameters": null,
|
| 37 |
+
"task_type": "CAUSAL_LM",
|
| 38 |
+
"trainable_token_indices": null,
|
| 39 |
+
"use_dora": false,
|
| 40 |
+
"use_qalora": false,
|
| 41 |
+
"use_rslora": true
|
| 42 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56aa202910b6dd2c514dada54ad6612d14ca0d23660b93ceaa10dc3d2d3676d6
|
| 3 |
+
size 161533160
|
added_tokens.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</think>": 151668,
|
| 3 |
+
"</tool_call>": 151658,
|
| 4 |
+
"</tool_response>": 151666,
|
| 5 |
+
"<think>": 151667,
|
| 6 |
+
"<tool_call>": 151657,
|
| 7 |
+
"<tool_response>": 151665,
|
| 8 |
+
"<|box_end|>": 151649,
|
| 9 |
+
"<|box_start|>": 151648,
|
| 10 |
+
"<|endoftext|>": 151643,
|
| 11 |
+
"<|file_sep|>": 151664,
|
| 12 |
+
"<|fim_middle|>": 151660,
|
| 13 |
+
"<|fim_pad|>": 151662,
|
| 14 |
+
"<|fim_prefix|>": 151659,
|
| 15 |
+
"<|fim_suffix|>": 151661,
|
| 16 |
+
"<|im_end|>": 151645,
|
| 17 |
+
"<|im_start|>": 151644,
|
| 18 |
+
"<|image_pad|>": 151655,
|
| 19 |
+
"<|object_ref_end|>": 151647,
|
| 20 |
+
"<|object_ref_start|>": 151646,
|
| 21 |
+
"<|quad_end|>": 151651,
|
| 22 |
+
"<|quad_start|>": 151650,
|
| 23 |
+
"<|repo_name|>": 151663,
|
| 24 |
+
"<|video_pad|>": 151656,
|
| 25 |
+
"<|vision_end|>": 151653,
|
| 26 |
+
"<|vision_pad|>": 151654,
|
| 27 |
+
"<|vision_start|>": 151652
|
| 28 |
+
}
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0].role == 'system' %}
|
| 4 |
+
{{- messages[0].content + '\n\n' }}
|
| 5 |
+
{%- endif %}
|
| 6 |
+
{{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
|
| 7 |
+
{%- for tool in tools %}
|
| 8 |
+
{{- "\n" }}
|
| 9 |
+
{{- tool | tojson }}
|
| 10 |
+
{%- endfor %}
|
| 11 |
+
{{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
|
| 12 |
+
{%- else %}
|
| 13 |
+
{%- if messages[0].role == 'system' %}
|
| 14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
| 15 |
+
{%- endif %}
|
| 16 |
+
{%- endif %}
|
| 17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
| 18 |
+
{%- for message in messages[::-1] %}
|
| 19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
| 20 |
+
{%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
|
| 21 |
+
{%- set ns.multi_step_tool = false %}
|
| 22 |
+
{%- set ns.last_query_index = index %}
|
| 23 |
+
{%- endif %}
|
| 24 |
+
{%- endfor %}
|
| 25 |
+
{%- for message in messages %}
|
| 26 |
+
{%- if message.content is string %}
|
| 27 |
+
{%- set content = message.content %}
|
| 28 |
+
{%- else %}
|
| 29 |
+
{%- set content = '' %}
|
| 30 |
+
{%- endif %}
|
| 31 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
| 32 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
| 33 |
+
{%- elif message.role == "assistant" %}
|
| 34 |
+
{%- set reasoning_content = '' %}
|
| 35 |
+
{%- if message.reasoning_content is string %}
|
| 36 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 37 |
+
{%- else %}
|
| 38 |
+
{%- if '</think>' in content %}
|
| 39 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 40 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
| 41 |
+
{%- endif %}
|
| 42 |
+
{%- endif %}
|
| 43 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 44 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
| 45 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
| 46 |
+
{%- else %}
|
| 47 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 48 |
+
{%- endif %}
|
| 49 |
+
{%- else %}
|
| 50 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 51 |
+
{%- endif %}
|
| 52 |
+
{%- if message.tool_calls %}
|
| 53 |
+
{%- for tool_call in message.tool_calls %}
|
| 54 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
| 55 |
+
{{- '\n' }}
|
| 56 |
+
{%- endif %}
|
| 57 |
+
{%- if tool_call.function %}
|
| 58 |
+
{%- set tool_call = tool_call.function %}
|
| 59 |
+
{%- endif %}
|
| 60 |
+
{{- '<tool_call>\n{"name": "' }}
|
| 61 |
+
{{- tool_call.name }}
|
| 62 |
+
{{- '", "arguments": ' }}
|
| 63 |
+
{%- if tool_call.arguments is string %}
|
| 64 |
+
{{- tool_call.arguments }}
|
| 65 |
+
{%- else %}
|
| 66 |
+
{{- tool_call.arguments | tojson }}
|
| 67 |
+
{%- endif %}
|
| 68 |
+
{{- '}\n</tool_call>' }}
|
| 69 |
+
{%- endfor %}
|
| 70 |
+
{%- endif %}
|
| 71 |
+
{{- '<|im_end|>\n' }}
|
| 72 |
+
{%- elif message.role == "tool" %}
|
| 73 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
| 74 |
+
{{- '<|im_start|>user' }}
|
| 75 |
+
{%- endif %}
|
| 76 |
+
{{- '\n<tool_response>\n' }}
|
| 77 |
+
{{- content }}
|
| 78 |
+
{{- '\n</tool_response>' }}
|
| 79 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 80 |
+
{{- '<|im_end|>\n' }}
|
| 81 |
+
{%- endif %}
|
| 82 |
+
{%- endif %}
|
| 83 |
+
{%- endfor %}
|
| 84 |
+
{%- if add_generation_prompt %}
|
| 85 |
+
{{- '<|im_start|>assistant\n' }}
|
| 86 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
| 87 |
+
{{- '<think>\n\n</think>\n\n' }}
|
| 88 |
+
{%- endif %}
|
| 89 |
+
{%- endif %}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b59bf94bd7c12e1e3cf9b9fc84eed0c09de2946bf4613c33d36ab53e0cbe5904
|
| 3 |
+
size 323292202
|
rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f8614ee74c1cf892ea27857e39a93e6884031a7a085e21bede7c652942eaf82
|
| 3 |
+
size 14244
|
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f3f0315e631fc20f28149d8167fee00b5b4a137ac03495f7ba2f5522e33071e
|
| 3 |
+
size 1064
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|im_end|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|endoftext|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
| 3 |
+
size 11422654
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,240 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
},
|
| 181 |
+
"151665": {
|
| 182 |
+
"content": "<tool_response>",
|
| 183 |
+
"lstrip": false,
|
| 184 |
+
"normalized": false,
|
| 185 |
+
"rstrip": false,
|
| 186 |
+
"single_word": false,
|
| 187 |
+
"special": false
|
| 188 |
+
},
|
| 189 |
+
"151666": {
|
| 190 |
+
"content": "</tool_response>",
|
| 191 |
+
"lstrip": false,
|
| 192 |
+
"normalized": false,
|
| 193 |
+
"rstrip": false,
|
| 194 |
+
"single_word": false,
|
| 195 |
+
"special": false
|
| 196 |
+
},
|
| 197 |
+
"151667": {
|
| 198 |
+
"content": "<think>",
|
| 199 |
+
"lstrip": false,
|
| 200 |
+
"normalized": false,
|
| 201 |
+
"rstrip": false,
|
| 202 |
+
"single_word": false,
|
| 203 |
+
"special": false
|
| 204 |
+
},
|
| 205 |
+
"151668": {
|
| 206 |
+
"content": "</think>",
|
| 207 |
+
"lstrip": false,
|
| 208 |
+
"normalized": false,
|
| 209 |
+
"rstrip": false,
|
| 210 |
+
"single_word": false,
|
| 211 |
+
"special": false
|
| 212 |
+
}
|
| 213 |
+
},
|
| 214 |
+
"additional_special_tokens": [
|
| 215 |
+
"<|im_start|>",
|
| 216 |
+
"<|im_end|>",
|
| 217 |
+
"<|object_ref_start|>",
|
| 218 |
+
"<|object_ref_end|>",
|
| 219 |
+
"<|box_start|>",
|
| 220 |
+
"<|box_end|>",
|
| 221 |
+
"<|quad_start|>",
|
| 222 |
+
"<|quad_end|>",
|
| 223 |
+
"<|vision_start|>",
|
| 224 |
+
"<|vision_end|>",
|
| 225 |
+
"<|vision_pad|>",
|
| 226 |
+
"<|image_pad|>",
|
| 227 |
+
"<|video_pad|>"
|
| 228 |
+
],
|
| 229 |
+
"bos_token": null,
|
| 230 |
+
"clean_up_tokenization_spaces": false,
|
| 231 |
+
"eos_token": "<|im_end|>",
|
| 232 |
+
"errors": "replace",
|
| 233 |
+
"extra_special_tokens": {},
|
| 234 |
+
"model_max_length": 131072,
|
| 235 |
+
"pad_token": "<|endoftext|>",
|
| 236 |
+
"padding_side": "right",
|
| 237 |
+
"split_special_tokens": false,
|
| 238 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 239 |
+
"unk_token": null
|
| 240 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,829 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": 300,
|
| 3 |
+
"best_metric": 0.09494102001190186,
|
| 4 |
+
"best_model_checkpoint": "/workspace/Paper/Llama-Factory-out-FINAL/checkpoint-300",
|
| 5 |
+
"epoch": 2.0,
|
| 6 |
+
"eval_steps": 50,
|
| 7 |
+
"global_step": 938,
|
| 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.021333333333333333,
|
| 14 |
+
"grad_norm": 3.370833158493042,
|
| 15 |
+
"learning_rate": 9.574468085106384e-07,
|
| 16 |
+
"loss": 0.034,
|
| 17 |
+
"step": 10
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.042666666666666665,
|
| 21 |
+
"grad_norm": 2.170051097869873,
|
| 22 |
+
"learning_rate": 2.021276595744681e-06,
|
| 23 |
+
"loss": 0.0408,
|
| 24 |
+
"step": 20
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.064,
|
| 28 |
+
"grad_norm": 1.6947985887527466,
|
| 29 |
+
"learning_rate": 3.0851063829787237e-06,
|
| 30 |
+
"loss": 0.0315,
|
| 31 |
+
"step": 30
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.08533333333333333,
|
| 35 |
+
"grad_norm": 0.45860642194747925,
|
| 36 |
+
"learning_rate": 4.148936170212766e-06,
|
| 37 |
+
"loss": 0.0357,
|
| 38 |
+
"step": 40
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.10666666666666667,
|
| 42 |
+
"grad_norm": 2.4352638721466064,
|
| 43 |
+
"learning_rate": 5.212765957446809e-06,
|
| 44 |
+
"loss": 0.035,
|
| 45 |
+
"step": 50
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.10666666666666667,
|
| 49 |
+
"eval_loss": 0.10324329882860184,
|
| 50 |
+
"eval_runtime": 95.3623,
|
| 51 |
+
"eval_samples_per_second": 10.486,
|
| 52 |
+
"eval_steps_per_second": 1.049,
|
| 53 |
+
"step": 50
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"epoch": 0.128,
|
| 57 |
+
"grad_norm": 0.7604093551635742,
|
| 58 |
+
"learning_rate": 6.276595744680851e-06,
|
| 59 |
+
"loss": 0.0268,
|
| 60 |
+
"step": 60
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"epoch": 0.14933333333333335,
|
| 64 |
+
"grad_norm": 4.535794734954834,
|
| 65 |
+
"learning_rate": 7.340425531914894e-06,
|
| 66 |
+
"loss": 0.0411,
|
| 67 |
+
"step": 70
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"epoch": 0.17066666666666666,
|
| 71 |
+
"grad_norm": 0.10152211785316467,
|
| 72 |
+
"learning_rate": 8.404255319148937e-06,
|
| 73 |
+
"loss": 0.0228,
|
| 74 |
+
"step": 80
|
| 75 |
+
},
|
| 76 |
+
{
|
| 77 |
+
"epoch": 0.192,
|
| 78 |
+
"grad_norm": 0.8933190703392029,
|
| 79 |
+
"learning_rate": 9.46808510638298e-06,
|
| 80 |
+
"loss": 0.0287,
|
| 81 |
+
"step": 90
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"epoch": 0.21333333333333335,
|
| 85 |
+
"grad_norm": 1.6419641971588135,
|
| 86 |
+
"learning_rate": 9.999134070902206e-06,
|
| 87 |
+
"loss": 0.0209,
|
| 88 |
+
"step": 100
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"epoch": 0.21333333333333335,
|
| 92 |
+
"eval_loss": 0.14628423750400543,
|
| 93 |
+
"eval_runtime": 94.6984,
|
| 94 |
+
"eval_samples_per_second": 10.56,
|
| 95 |
+
"eval_steps_per_second": 1.056,
|
| 96 |
+
"step": 100
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"epoch": 0.23466666666666666,
|
| 100 |
+
"grad_norm": 8.57272720336914,
|
| 101 |
+
"learning_rate": 9.992208437615651e-06,
|
| 102 |
+
"loss": 0.031,
|
| 103 |
+
"step": 110
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"epoch": 0.256,
|
| 107 |
+
"grad_norm": 2.0105576515197754,
|
| 108 |
+
"learning_rate": 9.97836676558346e-06,
|
| 109 |
+
"loss": 0.0218,
|
| 110 |
+
"step": 120
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"epoch": 0.2773333333333333,
|
| 114 |
+
"grad_norm": 15.240336418151855,
|
| 115 |
+
"learning_rate": 9.957628230595527e-06,
|
| 116 |
+
"loss": 0.028,
|
| 117 |
+
"step": 130
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"epoch": 0.2986666666666667,
|
| 121 |
+
"grad_norm": 3.8736119270324707,
|
| 122 |
+
"learning_rate": 9.930021563125204e-06,
|
| 123 |
+
"loss": 0.0254,
|
| 124 |
+
"step": 140
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"epoch": 0.32,
|
| 128 |
+
"grad_norm": 1.5256679058074951,
|
| 129 |
+
"learning_rate": 9.895585008527075e-06,
|
| 130 |
+
"loss": 0.0392,
|
| 131 |
+
"step": 150
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"epoch": 0.32,
|
| 135 |
+
"eval_loss": 0.11115244776010513,
|
| 136 |
+
"eval_runtime": 94.3352,
|
| 137 |
+
"eval_samples_per_second": 10.6,
|
| 138 |
+
"eval_steps_per_second": 1.06,
|
| 139 |
+
"step": 150
|
| 140 |
+
},
|
| 141 |
+
{
|
| 142 |
+
"epoch": 0.3413333333333333,
|
| 143 |
+
"grad_norm": 1.2751268148422241,
|
| 144 |
+
"learning_rate": 9.854366274053125e-06,
|
| 145 |
+
"loss": 0.0263,
|
| 146 |
+
"step": 160
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"epoch": 0.3626666666666667,
|
| 150 |
+
"grad_norm": 0.8286654353141785,
|
| 151 |
+
"learning_rate": 9.806422462760687e-06,
|
| 152 |
+
"loss": 0.0349,
|
| 153 |
+
"step": 170
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"epoch": 0.384,
|
| 157 |
+
"grad_norm": 0.5155846476554871,
|
| 158 |
+
"learning_rate": 9.751819994403802e-06,
|
| 159 |
+
"loss": 0.0281,
|
| 160 |
+
"step": 180
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"epoch": 0.4053333333333333,
|
| 164 |
+
"grad_norm": 4.299561500549316,
|
| 165 |
+
"learning_rate": 9.690634513417487e-06,
|
| 166 |
+
"loss": 0.0263,
|
| 167 |
+
"step": 190
|
| 168 |
+
},
|
| 169 |
+
{
|
| 170 |
+
"epoch": 0.4266666666666667,
|
| 171 |
+
"grad_norm": 3.9921865463256836,
|
| 172 |
+
"learning_rate": 9.622950784122473e-06,
|
| 173 |
+
"loss": 0.0424,
|
| 174 |
+
"step": 200
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"epoch": 0.4266666666666667,
|
| 178 |
+
"eval_loss": 0.11345715820789337,
|
| 179 |
+
"eval_runtime": 94.7429,
|
| 180 |
+
"eval_samples_per_second": 10.555,
|
| 181 |
+
"eval_steps_per_second": 1.055,
|
| 182 |
+
"step": 200
|
| 183 |
+
},
|
| 184 |
+
{
|
| 185 |
+
"epoch": 0.448,
|
| 186 |
+
"grad_norm": 3.4969747066497803,
|
| 187 |
+
"learning_rate": 9.548862573295552e-06,
|
| 188 |
+
"loss": 0.0405,
|
| 189 |
+
"step": 210
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"epoch": 0.4693333333333333,
|
| 193 |
+
"grad_norm": 3.1925570964813232,
|
| 194 |
+
"learning_rate": 9.468472520268207e-06,
|
| 195 |
+
"loss": 0.0332,
|
| 196 |
+
"step": 220
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"epoch": 0.49066666666666664,
|
| 200 |
+
"grad_norm": 1.0224530696868896,
|
| 201 |
+
"learning_rate": 9.38189199473352e-06,
|
| 202 |
+
"loss": 0.0355,
|
| 203 |
+
"step": 230
|
| 204 |
+
},
|
| 205 |
+
{
|
| 206 |
+
"epoch": 0.512,
|
| 207 |
+
"grad_norm": 0.4921875596046448,
|
| 208 |
+
"learning_rate": 9.289240942458322e-06,
|
| 209 |
+
"loss": 0.0345,
|
| 210 |
+
"step": 240
|
| 211 |
+
},
|
| 212 |
+
{
|
| 213 |
+
"epoch": 0.5333333333333333,
|
| 214 |
+
"grad_norm": 2.0238680839538574,
|
| 215 |
+
"learning_rate": 9.190647719114328e-06,
|
| 216 |
+
"loss": 0.031,
|
| 217 |
+
"step": 250
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"epoch": 0.5333333333333333,
|
| 221 |
+
"eval_loss": 0.10441213101148605,
|
| 222 |
+
"eval_runtime": 95.2767,
|
| 223 |
+
"eval_samples_per_second": 10.496,
|
| 224 |
+
"eval_steps_per_second": 1.05,
|
| 225 |
+
"step": 250
|
| 226 |
+
},
|
| 227 |
+
{
|
| 228 |
+
"epoch": 0.5546666666666666,
|
| 229 |
+
"grad_norm": 1.4228683710098267,
|
| 230 |
+
"learning_rate": 9.086248912458484e-06,
|
| 231 |
+
"loss": 0.0301,
|
| 232 |
+
"step": 260
|
| 233 |
+
},
|
| 234 |
+
{
|
| 235 |
+
"epoch": 0.576,
|
| 236 |
+
"grad_norm": 7.124210357666016,
|
| 237 |
+
"learning_rate": 8.976189153108853e-06,
|
| 238 |
+
"loss": 0.0319,
|
| 239 |
+
"step": 270
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"epoch": 0.5973333333333334,
|
| 243 |
+
"grad_norm": 3.1352102756500244,
|
| 244 |
+
"learning_rate": 8.860620914178188e-06,
|
| 245 |
+
"loss": 0.0309,
|
| 246 |
+
"step": 280
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"epoch": 0.6186666666666667,
|
| 250 |
+
"grad_norm": 3.6215434074401855,
|
| 251 |
+
"learning_rate": 8.73970430004278e-06,
|
| 252 |
+
"loss": 0.0376,
|
| 253 |
+
"step": 290
|
| 254 |
+
},
|
| 255 |
+
{
|
| 256 |
+
"epoch": 0.64,
|
| 257 |
+
"grad_norm": 2.639646530151367,
|
| 258 |
+
"learning_rate": 8.613606824539198e-06,
|
| 259 |
+
"loss": 0.0338,
|
| 260 |
+
"step": 300
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"epoch": 0.64,
|
| 264 |
+
"eval_loss": 0.09494102001190186,
|
| 265 |
+
"eval_runtime": 93.7305,
|
| 266 |
+
"eval_samples_per_second": 10.669,
|
| 267 |
+
"eval_steps_per_second": 1.067,
|
| 268 |
+
"step": 300
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"epoch": 0.6613333333333333,
|
| 272 |
+
"grad_norm": 1.0701638460159302,
|
| 273 |
+
"learning_rate": 8.482503178896227e-06,
|
| 274 |
+
"loss": 0.0381,
|
| 275 |
+
"step": 310
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"epoch": 0.6826666666666666,
|
| 279 |
+
"grad_norm": 1.0814051628112793,
|
| 280 |
+
"learning_rate": 8.34657498972347e-06,
|
| 281 |
+
"loss": 0.0301,
|
| 282 |
+
"step": 320
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"epoch": 0.704,
|
| 286 |
+
"grad_norm": 0.67435222864151,
|
| 287 |
+
"learning_rate": 8.206010567391918e-06,
|
| 288 |
+
"loss": 0.0285,
|
| 289 |
+
"step": 330
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 0.7253333333333334,
|
| 293 |
+
"grad_norm": 1.270016074180603,
|
| 294 |
+
"learning_rate": 8.061004645155049e-06,
|
| 295 |
+
"loss": 0.0323,
|
| 296 |
+
"step": 340
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"epoch": 0.7466666666666667,
|
| 300 |
+
"grad_norm": 1.92872953414917,
|
| 301 |
+
"learning_rate": 7.91175810937189e-06,
|
| 302 |
+
"loss": 0.0478,
|
| 303 |
+
"step": 350
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"epoch": 0.7466666666666667,
|
| 307 |
+
"eval_loss": 0.11240354925394058,
|
| 308 |
+
"eval_runtime": 94.9322,
|
| 309 |
+
"eval_samples_per_second": 10.534,
|
| 310 |
+
"eval_steps_per_second": 1.053,
|
| 311 |
+
"step": 350
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 0.768,
|
| 315 |
+
"grad_norm": 0.8001224398612976,
|
| 316 |
+
"learning_rate": 7.758477721205767e-06,
|
| 317 |
+
"loss": 0.0328,
|
| 318 |
+
"step": 360
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.7893333333333333,
|
| 322 |
+
"grad_norm": 0.2665117084980011,
|
| 323 |
+
"learning_rate": 7.601375830184297e-06,
|
| 324 |
+
"loss": 0.0198,
|
| 325 |
+
"step": 370
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.8106666666666666,
|
| 329 |
+
"grad_norm": 0.7271229028701782,
|
| 330 |
+
"learning_rate": 7.4406700800174545e-06,
|
| 331 |
+
"loss": 0.0283,
|
| 332 |
+
"step": 380
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.832,
|
| 336 |
+
"grad_norm": 9.665359497070312,
|
| 337 |
+
"learning_rate": 7.276583107081243e-06,
|
| 338 |
+
"loss": 0.0354,
|
| 339 |
+
"step": 390
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.8533333333333334,
|
| 343 |
+
"grad_norm": 23.276309967041016,
|
| 344 |
+
"learning_rate": 7.109342231984698e-06,
|
| 345 |
+
"loss": 0.0306,
|
| 346 |
+
"step": 400
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.8533333333333334,
|
| 350 |
+
"eval_loss": 0.11211390793323517,
|
| 351 |
+
"eval_runtime": 95.1213,
|
| 352 |
+
"eval_samples_per_second": 10.513,
|
| 353 |
+
"eval_steps_per_second": 1.051,
|
| 354 |
+
"step": 400
|
| 355 |
+
},
|
| 356 |
+
{
|
| 357 |
+
"epoch": 0.8746666666666667,
|
| 358 |
+
"grad_norm": 0.7906249761581421,
|
| 359 |
+
"learning_rate": 6.939179144647516e-06,
|
| 360 |
+
"loss": 0.0298,
|
| 361 |
+
"step": 410
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"epoch": 0.896,
|
| 365 |
+
"grad_norm": 0.3667755722999573,
|
| 366 |
+
"learning_rate": 6.766329583324582e-06,
|
| 367 |
+
"loss": 0.0286,
|
| 368 |
+
"step": 420
|
| 369 |
+
},
|
| 370 |
+
{
|
| 371 |
+
"epoch": 0.9173333333333333,
|
| 372 |
+
"grad_norm": 1.2041046619415283,
|
| 373 |
+
"learning_rate": 6.591033008022067e-06,
|
| 374 |
+
"loss": 0.0152,
|
| 375 |
+
"step": 430
|
| 376 |
+
},
|
| 377 |
+
{
|
| 378 |
+
"epoch": 0.9386666666666666,
|
| 379 |
+
"grad_norm": 2.856255531311035,
|
| 380 |
+
"learning_rate": 6.413532268757537e-06,
|
| 381 |
+
"loss": 0.0303,
|
| 382 |
+
"step": 440
|
| 383 |
+
},
|
| 384 |
+
{
|
| 385 |
+
"epoch": 0.96,
|
| 386 |
+
"grad_norm": 1.6765844821929932,
|
| 387 |
+
"learning_rate": 6.234073269123654e-06,
|
| 388 |
+
"loss": 0.0352,
|
| 389 |
+
"step": 450
|
| 390 |
+
},
|
| 391 |
+
{
|
| 392 |
+
"epoch": 0.96,
|
| 393 |
+
"eval_loss": 0.12221185117959976,
|
| 394 |
+
"eval_runtime": 94.6193,
|
| 395 |
+
"eval_samples_per_second": 10.569,
|
| 396 |
+
"eval_steps_per_second": 1.057,
|
| 397 |
+
"step": 450
|
| 398 |
+
},
|
| 399 |
+
{
|
| 400 |
+
"epoch": 0.9813333333333333,
|
| 401 |
+
"grad_norm": 1.552643060684204,
|
| 402 |
+
"learning_rate": 6.052904625621556e-06,
|
| 403 |
+
"loss": 0.0265,
|
| 404 |
+
"step": 460
|
| 405 |
+
},
|
| 406 |
+
{
|
| 407 |
+
"epoch": 1.0021333333333333,
|
| 408 |
+
"grad_norm": 1.4141130447387695,
|
| 409 |
+
"learning_rate": 5.870277323235871e-06,
|
| 410 |
+
"loss": 0.0333,
|
| 411 |
+
"step": 470
|
| 412 |
+
},
|
| 413 |
+
{
|
| 414 |
+
"epoch": 1.0234666666666667,
|
| 415 |
+
"grad_norm": 0.3539254665374756,
|
| 416 |
+
"learning_rate": 5.686444367728494e-06,
|
| 417 |
+
"loss": 0.0259,
|
| 418 |
+
"step": 480
|
| 419 |
+
},
|
| 420 |
+
{
|
| 421 |
+
"epoch": 1.0448,
|
| 422 |
+
"grad_norm": 0.9785445332527161,
|
| 423 |
+
"learning_rate": 5.501660435132871e-06,
|
| 424 |
+
"loss": 0.0318,
|
| 425 |
+
"step": 490
|
| 426 |
+
},
|
| 427 |
+
{
|
| 428 |
+
"epoch": 1.0661333333333334,
|
| 429 |
+
"grad_norm": 0.2237013727426529,
|
| 430 |
+
"learning_rate": 5.316181518934319e-06,
|
| 431 |
+
"loss": 0.0193,
|
| 432 |
+
"step": 500
|
| 433 |
+
},
|
| 434 |
+
{
|
| 435 |
+
"epoch": 1.0661333333333334,
|
| 436 |
+
"eval_loss": 0.14582864940166473,
|
| 437 |
+
"eval_runtime": 93.6363,
|
| 438 |
+
"eval_samples_per_second": 10.68,
|
| 439 |
+
"eval_steps_per_second": 1.068,
|
| 440 |
+
"step": 500
|
| 441 |
+
},
|
| 442 |
+
{
|
| 443 |
+
"epoch": 1.0874666666666666,
|
| 444 |
+
"grad_norm": 1.417123556137085,
|
| 445 |
+
"learning_rate": 5.130264575425225e-06,
|
| 446 |
+
"loss": 0.0224,
|
| 447 |
+
"step": 510
|
| 448 |
+
},
|
| 449 |
+
{
|
| 450 |
+
"epoch": 1.1088,
|
| 451 |
+
"grad_norm": 0.6007033586502075,
|
| 452 |
+
"learning_rate": 4.944167167726367e-06,
|
| 453 |
+
"loss": 0.0325,
|
| 454 |
+
"step": 520
|
| 455 |
+
},
|
| 456 |
+
{
|
| 457 |
+
"epoch": 1.1301333333333332,
|
| 458 |
+
"grad_norm": 0.901002049446106,
|
| 459 |
+
"learning_rate": 4.758147108967585e-06,
|
| 460 |
+
"loss": 0.0333,
|
| 461 |
+
"step": 530
|
| 462 |
+
},
|
| 463 |
+
{
|
| 464 |
+
"epoch": 1.1514666666666666,
|
| 465 |
+
"grad_norm": 0.7341068387031555,
|
| 466 |
+
"learning_rate": 4.572462105122078e-06,
|
| 467 |
+
"loss": 0.0251,
|
| 468 |
+
"step": 540
|
| 469 |
+
},
|
| 470 |
+
{
|
| 471 |
+
"epoch": 1.1728,
|
| 472 |
+
"grad_norm": 0.6192936897277832,
|
| 473 |
+
"learning_rate": 4.3873693979891705e-06,
|
| 474 |
+
"loss": 0.0332,
|
| 475 |
+
"step": 550
|
| 476 |
+
},
|
| 477 |
+
{
|
| 478 |
+
"epoch": 1.1728,
|
| 479 |
+
"eval_loss": 0.15217936038970947,
|
| 480 |
+
"eval_runtime": 93.0881,
|
| 481 |
+
"eval_samples_per_second": 10.743,
|
| 482 |
+
"eval_steps_per_second": 1.074,
|
| 483 |
+
"step": 550
|
| 484 |
+
},
|
| 485 |
+
{
|
| 486 |
+
"epoch": 1.1941333333333333,
|
| 487 |
+
"grad_norm": 1.448577880859375,
|
| 488 |
+
"learning_rate": 4.203125408820106e-06,
|
| 489 |
+
"loss": 0.0334,
|
| 490 |
+
"step": 560
|
| 491 |
+
},
|
| 492 |
+
{
|
| 493 |
+
"epoch": 1.2154666666666667,
|
| 494 |
+
"grad_norm": 0.5954573154449463,
|
| 495 |
+
"learning_rate": 4.019985383080632e-06,
|
| 496 |
+
"loss": 0.0213,
|
| 497 |
+
"step": 570
|
| 498 |
+
},
|
| 499 |
+
{
|
| 500 |
+
"epoch": 1.2368000000000001,
|
| 501 |
+
"grad_norm": 2.0211377143859863,
|
| 502 |
+
"learning_rate": 3.838203036842446e-06,
|
| 503 |
+
"loss": 0.0252,
|
| 504 |
+
"step": 580
|
| 505 |
+
},
|
| 506 |
+
{
|
| 507 |
+
"epoch": 1.2581333333333333,
|
| 508 |
+
"grad_norm": 6.006139278411865,
|
| 509 |
+
"learning_rate": 3.65803020529343e-06,
|
| 510 |
+
"loss": 0.0237,
|
| 511 |
+
"step": 590
|
| 512 |
+
},
|
| 513 |
+
{
|
| 514 |
+
"epoch": 1.2794666666666665,
|
| 515 |
+
"grad_norm": 1.2327594757080078,
|
| 516 |
+
"learning_rate": 3.4797164938536113e-06,
|
| 517 |
+
"loss": 0.0264,
|
| 518 |
+
"step": 600
|
| 519 |
+
},
|
| 520 |
+
{
|
| 521 |
+
"epoch": 1.2794666666666665,
|
| 522 |
+
"eval_loss": 0.125369593501091,
|
| 523 |
+
"eval_runtime": 93.3127,
|
| 524 |
+
"eval_samples_per_second": 10.717,
|
| 525 |
+
"eval_steps_per_second": 1.072,
|
| 526 |
+
"step": 600
|
| 527 |
+
},
|
| 528 |
+
{
|
| 529 |
+
"epoch": 1.3008,
|
| 530 |
+
"grad_norm": 0.6135037541389465,
|
| 531 |
+
"learning_rate": 3.3035089323801323e-06,
|
| 532 |
+
"loss": 0.0254,
|
| 533 |
+
"step": 610
|
| 534 |
+
},
|
| 535 |
+
{
|
| 536 |
+
"epoch": 1.3221333333333334,
|
| 537 |
+
"grad_norm": 0.7361701726913452,
|
| 538 |
+
"learning_rate": 3.1296516329403626e-06,
|
| 539 |
+
"loss": 0.0222,
|
| 540 |
+
"step": 620
|
| 541 |
+
},
|
| 542 |
+
{
|
| 543 |
+
"epoch": 1.3434666666666666,
|
| 544 |
+
"grad_norm": 6.391972064971924,
|
| 545 |
+
"learning_rate": 2.9583854516271815e-06,
|
| 546 |
+
"loss": 0.0206,
|
| 547 |
+
"step": 630
|
| 548 |
+
},
|
| 549 |
+
{
|
| 550 |
+
"epoch": 1.3648,
|
| 551 |
+
"grad_norm": 0.5487813949584961,
|
| 552 |
+
"learning_rate": 2.7899476548850046e-06,
|
| 553 |
+
"loss": 0.02,
|
| 554 |
+
"step": 640
|
| 555 |
+
},
|
| 556 |
+
{
|
| 557 |
+
"epoch": 1.3861333333333334,
|
| 558 |
+
"grad_norm": 0.12174206227064133,
|
| 559 |
+
"learning_rate": 2.624571590808781e-06,
|
| 560 |
+
"loss": 0.0246,
|
| 561 |
+
"step": 650
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"epoch": 1.3861333333333334,
|
| 565 |
+
"eval_loss": 0.1312500536441803,
|
| 566 |
+
"eval_runtime": 94.5226,
|
| 567 |
+
"eval_samples_per_second": 10.579,
|
| 568 |
+
"eval_steps_per_second": 1.058,
|
| 569 |
+
"step": 650
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"epoch": 1.4074666666666666,
|
| 573 |
+
"grad_norm": 4.603039264678955,
|
| 574 |
+
"learning_rate": 2.4624863658713383e-06,
|
| 575 |
+
"loss": 0.0271,
|
| 576 |
+
"step": 660
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"epoch": 1.4288,
|
| 580 |
+
"grad_norm": 0.7074569463729858,
|
| 581 |
+
"learning_rate": 2.3039165275269214e-06,
|
| 582 |
+
"loss": 0.0234,
|
| 583 |
+
"step": 670
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"epoch": 1.4501333333333333,
|
| 587 |
+
"grad_norm": 1.057719111442566,
|
| 588 |
+
"learning_rate": 2.1490817531306778e-06,
|
| 589 |
+
"loss": 0.016,
|
| 590 |
+
"step": 680
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"epoch": 1.4714666666666667,
|
| 594 |
+
"grad_norm": 0.960046648979187,
|
| 595 |
+
"learning_rate": 1.99819654560496e-06,
|
| 596 |
+
"loss": 0.0303,
|
| 597 |
+
"step": 690
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"epoch": 1.4928,
|
| 601 |
+
"grad_norm": 2.026841878890991,
|
| 602 |
+
"learning_rate": 1.851469936274174e-06,
|
| 603 |
+
"loss": 0.0201,
|
| 604 |
+
"step": 700
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 1.4928,
|
| 608 |
+
"eval_loss": 0.14220145344734192,
|
| 609 |
+
"eval_runtime": 92.0165,
|
| 610 |
+
"eval_samples_per_second": 10.868,
|
| 611 |
+
"eval_steps_per_second": 1.087,
|
| 612 |
+
"step": 700
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 1.5141333333333333,
|
| 616 |
+
"grad_norm": 0.7687983512878418,
|
| 617 |
+
"learning_rate": 1.7091051952797404e-06,
|
| 618 |
+
"loss": 0.0185,
|
| 619 |
+
"step": 710
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 1.5354666666666668,
|
| 623 |
+
"grad_norm": 0.5626060962677002,
|
| 624 |
+
"learning_rate": 1.571299549976456e-06,
|
| 625 |
+
"loss": 0.0251,
|
| 626 |
+
"step": 720
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 1.5568,
|
| 630 |
+
"grad_norm": 0.8809129595756531,
|
| 631 |
+
"learning_rate": 1.4382439117002938e-06,
|
| 632 |
+
"loss": 0.0257,
|
| 633 |
+
"step": 730
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 1.5781333333333334,
|
| 637 |
+
"grad_norm": 0.23133313655853271,
|
| 638 |
+
"learning_rate": 1.3101226112862232e-06,
|
| 639 |
+
"loss": 0.0183,
|
| 640 |
+
"step": 740
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 1.5994666666666668,
|
| 644 |
+
"grad_norm": 0.40013575553894043,
|
| 645 |
+
"learning_rate": 1.1871131437024291e-06,
|
| 646 |
+
"loss": 0.0151,
|
| 647 |
+
"step": 750
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 1.5994666666666668,
|
| 651 |
+
"eval_loss": 0.14588288962841034,
|
| 652 |
+
"eval_runtime": 92.6003,
|
| 653 |
+
"eval_samples_per_second": 10.799,
|
| 654 |
+
"eval_steps_per_second": 1.08,
|
| 655 |
+
"step": 750
|
| 656 |
+
},
|
| 657 |
+
{
|
| 658 |
+
"epoch": 1.6208,
|
| 659 |
+
"grad_norm": 4.253695487976074,
|
| 660 |
+
"learning_rate": 1.0693859221547115e-06,
|
| 661 |
+
"loss": 0.0228,
|
| 662 |
+
"step": 760
|
| 663 |
+
},
|
| 664 |
+
{
|
| 665 |
+
"epoch": 1.6421333333333332,
|
| 666 |
+
"grad_norm": 0.33811044692993164,
|
| 667 |
+
"learning_rate": 9.571040420017324e-07,
|
| 668 |
+
"loss": 0.0171,
|
| 669 |
+
"step": 770
|
| 670 |
+
},
|
| 671 |
+
{
|
| 672 |
+
"epoch": 1.6634666666666666,
|
| 673 |
+
"grad_norm": 1.7618757486343384,
|
| 674 |
+
"learning_rate": 8.504230548081499e-07,
|
| 675 |
+
"loss": 0.0289,
|
| 676 |
+
"step": 780
|
| 677 |
+
},
|
| 678 |
+
{
|
| 679 |
+
"epoch": 1.6848,
|
| 680 |
+
"grad_norm": 1.377174973487854,
|
| 681 |
+
"learning_rate": 7.4949075284868e-07,
|
| 682 |
+
"loss": 0.0274,
|
| 683 |
+
"step": 790
|
| 684 |
+
},
|
| 685 |
+
{
|
| 686 |
+
"epoch": 1.7061333333333333,
|
| 687 |
+
"grad_norm": 0.5281645655632019,
|
| 688 |
+
"learning_rate": 6.544469643616192e-07,
|
| 689 |
+
"loss": 0.0206,
|
| 690 |
+
"step": 800
|
| 691 |
+
},
|
| 692 |
+
{
|
| 693 |
+
"epoch": 1.7061333333333333,
|
| 694 |
+
"eval_loss": 0.14863522350788116,
|
| 695 |
+
"eval_runtime": 92.7258,
|
| 696 |
+
"eval_samples_per_second": 10.784,
|
| 697 |
+
"eval_steps_per_second": 1.078,
|
| 698 |
+
"step": 800
|
| 699 |
+
},
|
| 700 |
+
{
|
| 701 |
+
"epoch": 1.7274666666666667,
|
| 702 |
+
"grad_norm": 0.5536366701126099,
|
| 703 |
+
"learning_rate": 5.654233598354752e-07,
|
| 704 |
+
"loss": 0.0235,
|
| 705 |
+
"step": 810
|
| 706 |
+
},
|
| 707 |
+
{
|
| 708 |
+
"epoch": 1.7488000000000001,
|
| 709 |
+
"grad_norm": 0.9278081059455872,
|
| 710 |
+
"learning_rate": 4.825432695970673e-07,
|
| 711 |
+
"loss": 0.0378,
|
| 712 |
+
"step": 820
|
| 713 |
+
},
|
| 714 |
+
{
|
| 715 |
+
"epoch": 1.7701333333333333,
|
| 716 |
+
"grad_norm": 1.1352832317352295,
|
| 717 |
+
"learning_rate": 4.0592151295382464e-07,
|
| 718 |
+
"loss": 0.0225,
|
| 719 |
+
"step": 830
|
| 720 |
+
},
|
| 721 |
+
{
|
| 722 |
+
"epoch": 1.7914666666666665,
|
| 723 |
+
"grad_norm": 0.7254970669746399,
|
| 724 |
+
"learning_rate": 3.356642391269405e-07,
|
| 725 |
+
"loss": 0.0186,
|
| 726 |
+
"step": 840
|
| 727 |
+
},
|
| 728 |
+
{
|
| 729 |
+
"epoch": 1.8128,
|
| 730 |
+
"grad_norm": 0.21338777244091034,
|
| 731 |
+
"learning_rate": 2.7186878019580197e-07,
|
| 732 |
+
"loss": 0.0166,
|
| 733 |
+
"step": 850
|
| 734 |
+
},
|
| 735 |
+
{
|
| 736 |
+
"epoch": 1.8128,
|
| 737 |
+
"eval_loss": 0.14758259057998657,
|
| 738 |
+
"eval_runtime": 91.7262,
|
| 739 |
+
"eval_samples_per_second": 10.902,
|
| 740 |
+
"eval_steps_per_second": 1.09,
|
| 741 |
+
"step": 850
|
| 742 |
+
},
|
| 743 |
+
{
|
| 744 |
+
"epoch": 1.8341333333333334,
|
| 745 |
+
"grad_norm": 1.0462194681167603,
|
| 746 |
+
"learning_rate": 2.1462351625736677e-07,
|
| 747 |
+
"loss": 0.0133,
|
| 748 |
+
"step": 860
|
| 749 |
+
},
|
| 750 |
+
{
|
| 751 |
+
"epoch": 1.8554666666666666,
|
| 752 |
+
"grad_norm": 1.0201510190963745,
|
| 753 |
+
"learning_rate": 1.6400775298734017e-07,
|
| 754 |
+
"loss": 0.0315,
|
| 755 |
+
"step": 870
|
| 756 |
+
},
|
| 757 |
+
{
|
| 758 |
+
"epoch": 1.8768,
|
| 759 |
+
"grad_norm": 1.2303000688552856,
|
| 760 |
+
"learning_rate": 1.2009161177273742e-07,
|
| 761 |
+
"loss": 0.022,
|
| 762 |
+
"step": 880
|
| 763 |
+
},
|
| 764 |
+
{
|
| 765 |
+
"epoch": 1.8981333333333335,
|
| 766 |
+
"grad_norm": 0.4334850013256073,
|
| 767 |
+
"learning_rate": 8.293593256805842e-08,
|
| 768 |
+
"loss": 0.0233,
|
| 769 |
+
"step": 890
|
| 770 |
+
},
|
| 771 |
+
{
|
| 772 |
+
"epoch": 1.9194666666666667,
|
| 773 |
+
"grad_norm": 0.186690554022789,
|
| 774 |
+
"learning_rate": 5.259218960964874e-08,
|
| 775 |
+
"loss": 0.0189,
|
| 776 |
+
"step": 900
|
| 777 |
+
},
|
| 778 |
+
{
|
| 779 |
+
"epoch": 1.9194666666666667,
|
| 780 |
+
"eval_loss": 0.1466066986322403,
|
| 781 |
+
"eval_runtime": 93.9322,
|
| 782 |
+
"eval_samples_per_second": 10.646,
|
| 783 |
+
"eval_steps_per_second": 1.065,
|
| 784 |
+
"step": 900
|
| 785 |
+
},
|
| 786 |
+
{
|
| 787 |
+
"epoch": 1.9407999999999999,
|
| 788 |
+
"grad_norm": 0.8606347441673279,
|
| 789 |
+
"learning_rate": 2.9102420105009966e-08,
|
| 790 |
+
"loss": 0.0222,
|
| 791 |
+
"step": 910
|
| 792 |
+
},
|
| 793 |
+
{
|
| 794 |
+
"epoch": 1.9621333333333333,
|
| 795 |
+
"grad_norm": 0.2717781662940979,
|
| 796 |
+
"learning_rate": 1.249916599585954e-08,
|
| 797 |
+
"loss": 0.0229,
|
| 798 |
+
"step": 920
|
| 799 |
+
},
|
| 800 |
+
{
|
| 801 |
+
"epoch": 1.9834666666666667,
|
| 802 |
+
"grad_norm": 1.6033730506896973,
|
| 803 |
+
"learning_rate": 2.80542887561297e-09,
|
| 804 |
+
"loss": 0.0173,
|
| 805 |
+
"step": 930
|
| 806 |
+
}
|
| 807 |
+
],
|
| 808 |
+
"logging_steps": 10,
|
| 809 |
+
"max_steps": 938,
|
| 810 |
+
"num_input_tokens_seen": 0,
|
| 811 |
+
"num_train_epochs": 2,
|
| 812 |
+
"save_steps": 50,
|
| 813 |
+
"stateful_callbacks": {
|
| 814 |
+
"TrainerControl": {
|
| 815 |
+
"args": {
|
| 816 |
+
"should_epoch_stop": false,
|
| 817 |
+
"should_evaluate": false,
|
| 818 |
+
"should_log": false,
|
| 819 |
+
"should_save": true,
|
| 820 |
+
"should_training_stop": true
|
| 821 |
+
},
|
| 822 |
+
"attributes": {}
|
| 823 |
+
}
|
| 824 |
+
},
|
| 825 |
+
"total_flos": 3.267684534551839e+17,
|
| 826 |
+
"train_batch_size": 8,
|
| 827 |
+
"trial_name": null,
|
| 828 |
+
"trial_params": null
|
| 829 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a73c52c30a80bb66b4da5ead97ea5cf449335fb586d7faeda08d773a2b631d0
|
| 3 |
+
size 6008
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|