Upload fine-tuned Qwen LoRA for semantic bridging
Browse files- .gitattributes +1 -0
- README.md +210 -0
- adapter_config.json +50 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +24 -0
- chat_template.jinja +54 -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 +208 -0
- trainer_state.json +859 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,210 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/Qwen2.5-7B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:unsloth/Qwen2.5-7B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- sft
|
| 9 |
+
- transformers
|
| 10 |
+
- trl
|
| 11 |
+
- unsloth
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# Model Card for Model ID
|
| 15 |
+
|
| 16 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
## Model Details
|
| 21 |
+
|
| 22 |
+
### Model Description
|
| 23 |
+
|
| 24 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
- **Developed by:** [More Information Needed]
|
| 29 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 30 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 31 |
+
- **Model type:** [More Information Needed]
|
| 32 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 33 |
+
- **License:** [More Information Needed]
|
| 34 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 35 |
+
|
| 36 |
+
### Model Sources [optional]
|
| 37 |
+
|
| 38 |
+
<!-- Provide the basic links for the model. -->
|
| 39 |
+
|
| 40 |
+
- **Repository:** [More Information Needed]
|
| 41 |
+
- **Paper [optional]:** [More Information Needed]
|
| 42 |
+
- **Demo [optional]:** [More Information Needed]
|
| 43 |
+
|
| 44 |
+
## Uses
|
| 45 |
+
|
| 46 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 47 |
+
|
| 48 |
+
### Direct Use
|
| 49 |
+
|
| 50 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 51 |
+
|
| 52 |
+
[More Information Needed]
|
| 53 |
+
|
| 54 |
+
### Downstream Use [optional]
|
| 55 |
+
|
| 56 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 57 |
+
|
| 58 |
+
[More Information Needed]
|
| 59 |
+
|
| 60 |
+
### Out-of-Scope Use
|
| 61 |
+
|
| 62 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 63 |
+
|
| 64 |
+
[More Information Needed]
|
| 65 |
+
|
| 66 |
+
## Bias, Risks, and Limitations
|
| 67 |
+
|
| 68 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 69 |
+
|
| 70 |
+
[More Information Needed]
|
| 71 |
+
|
| 72 |
+
### Recommendations
|
| 73 |
+
|
| 74 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 75 |
+
|
| 76 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 77 |
+
|
| 78 |
+
## How to Get Started with the Model
|
| 79 |
+
|
| 80 |
+
Use the code below to get started with the model.
|
| 81 |
+
|
| 82 |
+
[More Information Needed]
|
| 83 |
+
|
| 84 |
+
## Training Details
|
| 85 |
+
|
| 86 |
+
### Training Data
|
| 87 |
+
|
| 88 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 89 |
+
|
| 90 |
+
[More Information Needed]
|
| 91 |
+
|
| 92 |
+
### Training Procedure
|
| 93 |
+
|
| 94 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 95 |
+
|
| 96 |
+
#### Preprocessing [optional]
|
| 97 |
+
|
| 98 |
+
[More Information Needed]
|
| 99 |
+
|
| 100 |
+
|
| 101 |
+
#### Training Hyperparameters
|
| 102 |
+
|
| 103 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 104 |
+
|
| 105 |
+
#### Speeds, Sizes, Times [optional]
|
| 106 |
+
|
| 107 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 108 |
+
|
| 109 |
+
[More Information Needed]
|
| 110 |
+
|
| 111 |
+
## Evaluation
|
| 112 |
+
|
| 113 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 114 |
+
|
| 115 |
+
### Testing Data, Factors & Metrics
|
| 116 |
+
|
| 117 |
+
#### Testing Data
|
| 118 |
+
|
| 119 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 120 |
+
|
| 121 |
+
[More Information Needed]
|
| 122 |
+
|
| 123 |
+
#### Factors
|
| 124 |
+
|
| 125 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 126 |
+
|
| 127 |
+
[More Information Needed]
|
| 128 |
+
|
| 129 |
+
#### Metrics
|
| 130 |
+
|
| 131 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 132 |
+
|
| 133 |
+
[More Information Needed]
|
| 134 |
+
|
| 135 |
+
### Results
|
| 136 |
+
|
| 137 |
+
[More Information Needed]
|
| 138 |
+
|
| 139 |
+
#### Summary
|
| 140 |
+
|
| 141 |
+
|
| 142 |
+
|
| 143 |
+
## Model Examination [optional]
|
| 144 |
+
|
| 145 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 146 |
+
|
| 147 |
+
[More Information Needed]
|
| 148 |
+
|
| 149 |
+
## Environmental Impact
|
| 150 |
+
|
| 151 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 152 |
+
|
| 153 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 154 |
+
|
| 155 |
+
- **Hardware Type:** [More Information Needed]
|
| 156 |
+
- **Hours used:** [More Information Needed]
|
| 157 |
+
- **Cloud Provider:** [More Information Needed]
|
| 158 |
+
- **Compute Region:** [More Information Needed]
|
| 159 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 160 |
+
|
| 161 |
+
## Technical Specifications [optional]
|
| 162 |
+
|
| 163 |
+
### Model Architecture and Objective
|
| 164 |
+
|
| 165 |
+
[More Information Needed]
|
| 166 |
+
|
| 167 |
+
### Compute Infrastructure
|
| 168 |
+
|
| 169 |
+
[More Information Needed]
|
| 170 |
+
|
| 171 |
+
#### Hardware
|
| 172 |
+
|
| 173 |
+
[More Information Needed]
|
| 174 |
+
|
| 175 |
+
#### Software
|
| 176 |
+
|
| 177 |
+
[More Information Needed]
|
| 178 |
+
|
| 179 |
+
## Citation [optional]
|
| 180 |
+
|
| 181 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 182 |
+
|
| 183 |
+
**BibTeX:**
|
| 184 |
+
|
| 185 |
+
[More Information Needed]
|
| 186 |
+
|
| 187 |
+
**APA:**
|
| 188 |
+
|
| 189 |
+
[More Information Needed]
|
| 190 |
+
|
| 191 |
+
## Glossary [optional]
|
| 192 |
+
|
| 193 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 194 |
+
|
| 195 |
+
[More Information Needed]
|
| 196 |
+
|
| 197 |
+
## More Information [optional]
|
| 198 |
+
|
| 199 |
+
[More Information Needed]
|
| 200 |
+
|
| 201 |
+
## Model Card Authors [optional]
|
| 202 |
+
|
| 203 |
+
[More Information Needed]
|
| 204 |
+
|
| 205 |
+
## Model Card Contact
|
| 206 |
+
|
| 207 |
+
[More Information Needed]
|
| 208 |
+
### Framework versions
|
| 209 |
+
|
| 210 |
+
- PEFT 0.18.1
|
adapter_config.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "Qwen2ForCausalLM",
|
| 7 |
+
"parent_library": "transformers.models.qwen2.modeling_qwen2",
|
| 8 |
+
"unsloth_fixed": true
|
| 9 |
+
},
|
| 10 |
+
"base_model_name_or_path": "unsloth/Qwen2.5-7B-Instruct",
|
| 11 |
+
"bias": "none",
|
| 12 |
+
"corda_config": null,
|
| 13 |
+
"ensure_weight_tying": false,
|
| 14 |
+
"eva_config": null,
|
| 15 |
+
"exclude_modules": null,
|
| 16 |
+
"fan_in_fan_out": false,
|
| 17 |
+
"inference_mode": true,
|
| 18 |
+
"init_lora_weights": true,
|
| 19 |
+
"layer_replication": null,
|
| 20 |
+
"layers_pattern": null,
|
| 21 |
+
"layers_to_transform": null,
|
| 22 |
+
"loftq_config": {},
|
| 23 |
+
"lora_alpha": 32,
|
| 24 |
+
"lora_bias": false,
|
| 25 |
+
"lora_dropout": 0.05,
|
| 26 |
+
"megatron_config": null,
|
| 27 |
+
"megatron_core": "megatron.core",
|
| 28 |
+
"modules_to_save": null,
|
| 29 |
+
"peft_type": "LORA",
|
| 30 |
+
"peft_version": "0.18.1",
|
| 31 |
+
"qalora_group_size": 16,
|
| 32 |
+
"r": 16,
|
| 33 |
+
"rank_pattern": {},
|
| 34 |
+
"revision": null,
|
| 35 |
+
"target_modules": [
|
| 36 |
+
"down_proj",
|
| 37 |
+
"q_proj",
|
| 38 |
+
"k_proj",
|
| 39 |
+
"v_proj",
|
| 40 |
+
"o_proj",
|
| 41 |
+
"up_proj",
|
| 42 |
+
"gate_proj"
|
| 43 |
+
],
|
| 44 |
+
"target_parameters": null,
|
| 45 |
+
"task_type": "CAUSAL_LM",
|
| 46 |
+
"trainable_token_indices": null,
|
| 47 |
+
"use_dora": false,
|
| 48 |
+
"use_qalora": false,
|
| 49 |
+
"use_rslora": false
|
| 50 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b103037fd6002829cef903f5aedada1774f09ed884ccb80c35320f7e98f5c829
|
| 3 |
+
size 161533192
|
added_tokens.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</tool_call>": 151658,
|
| 3 |
+
"<tool_call>": 151657,
|
| 4 |
+
"<|box_end|>": 151649,
|
| 5 |
+
"<|box_start|>": 151648,
|
| 6 |
+
"<|endoftext|>": 151643,
|
| 7 |
+
"<|file_sep|>": 151664,
|
| 8 |
+
"<|fim_middle|>": 151660,
|
| 9 |
+
"<|fim_pad|>": 151662,
|
| 10 |
+
"<|fim_prefix|>": 151659,
|
| 11 |
+
"<|fim_suffix|>": 151661,
|
| 12 |
+
"<|im_end|>": 151645,
|
| 13 |
+
"<|im_start|>": 151644,
|
| 14 |
+
"<|image_pad|>": 151655,
|
| 15 |
+
"<|object_ref_end|>": 151647,
|
| 16 |
+
"<|object_ref_start|>": 151646,
|
| 17 |
+
"<|quad_end|>": 151651,
|
| 18 |
+
"<|quad_start|>": 151650,
|
| 19 |
+
"<|repo_name|>": 151663,
|
| 20 |
+
"<|video_pad|>": 151656,
|
| 21 |
+
"<|vision_end|>": 151653,
|
| 22 |
+
"<|vision_pad|>": 151654,
|
| 23 |
+
"<|vision_start|>": 151652
|
| 24 |
+
}
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 4 |
+
{{- messages[0]['content'] }}
|
| 5 |
+
{%- else %}
|
| 6 |
+
{{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
|
| 7 |
+
{%- endif %}
|
| 8 |
+
{{- "\n\n# 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>" }}
|
| 9 |
+
{%- for tool in tools %}
|
| 10 |
+
{{- "\n" }}
|
| 11 |
+
{{- tool | tojson }}
|
| 12 |
+
{%- endfor %}
|
| 13 |
+
{{- "\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" }}
|
| 14 |
+
{%- else %}
|
| 15 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 16 |
+
{{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
|
| 17 |
+
{%- else %}
|
| 18 |
+
{{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
|
| 19 |
+
{%- endif %}
|
| 20 |
+
{%- endif %}
|
| 21 |
+
{%- for message in messages %}
|
| 22 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
|
| 23 |
+
{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
|
| 24 |
+
{%- elif message.role == "assistant" %}
|
| 25 |
+
{{- '<|im_start|>' + message.role }}
|
| 26 |
+
{%- if message.content %}
|
| 27 |
+
{{- '\n' + message.content }}
|
| 28 |
+
{%- endif %}
|
| 29 |
+
{%- for tool_call in message.tool_calls %}
|
| 30 |
+
{%- if tool_call.function is defined %}
|
| 31 |
+
{%- set tool_call = tool_call.function %}
|
| 32 |
+
{%- endif %}
|
| 33 |
+
{{- '\n<tool_call>\n{"name": "' }}
|
| 34 |
+
{{- tool_call.name }}
|
| 35 |
+
{{- '", "arguments": ' }}
|
| 36 |
+
{{- tool_call.arguments | tojson }}
|
| 37 |
+
{{- '}\n</tool_call>' }}
|
| 38 |
+
{%- endfor %}
|
| 39 |
+
{{- '<|im_end|>\n' }}
|
| 40 |
+
{%- elif message.role == "tool" %}
|
| 41 |
+
{%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
|
| 42 |
+
{{- '<|im_start|>user' }}
|
| 43 |
+
{%- endif %}
|
| 44 |
+
{{- '\n<tool_response>\n' }}
|
| 45 |
+
{{- message.content }}
|
| 46 |
+
{{- '\n</tool_response>' }}
|
| 47 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 48 |
+
{{- '<|im_end|>\n' }}
|
| 49 |
+
{%- endif %}
|
| 50 |
+
{%- endif %}
|
| 51 |
+
{%- endfor %}
|
| 52 |
+
{%- if add_generation_prompt %}
|
| 53 |
+
{{- '<|im_start|>assistant\n' }}
|
| 54 |
+
{%- 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:fe448597dfe3dcc3b9bdfe36b69ff5ee3e68c1c01b851572f5cf10368148d390
|
| 3 |
+
size 323291451
|
rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:625ded86a61f4bd564579a1aacbbbc47367c15b5b6a32f6b059b143fa14bc08f
|
| 3 |
+
size 14645
|
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90e22e6c80a3769a7e9b9925714def0741d4c710e0acfb48f70bfb66c77c3ab6
|
| 3 |
+
size 1465
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|im_end|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|vision_pad|>",
|
| 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:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
| 3 |
+
size 11421896
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
},
|
| 182 |
+
"additional_special_tokens": [
|
| 183 |
+
"<|im_start|>",
|
| 184 |
+
"<|im_end|>",
|
| 185 |
+
"<|object_ref_start|>",
|
| 186 |
+
"<|object_ref_end|>",
|
| 187 |
+
"<|box_start|>",
|
| 188 |
+
"<|box_end|>",
|
| 189 |
+
"<|quad_start|>",
|
| 190 |
+
"<|quad_end|>",
|
| 191 |
+
"<|vision_start|>",
|
| 192 |
+
"<|vision_end|>",
|
| 193 |
+
"<|vision_pad|>",
|
| 194 |
+
"<|image_pad|>",
|
| 195 |
+
"<|video_pad|>"
|
| 196 |
+
],
|
| 197 |
+
"bos_token": null,
|
| 198 |
+
"clean_up_tokenization_spaces": false,
|
| 199 |
+
"eos_token": "<|im_end|>",
|
| 200 |
+
"errors": "replace",
|
| 201 |
+
"extra_special_tokens": {},
|
| 202 |
+
"model_max_length": 32768,
|
| 203 |
+
"pad_token": "<|vision_pad|>",
|
| 204 |
+
"padding_side": "right",
|
| 205 |
+
"split_special_tokens": false,
|
| 206 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 207 |
+
"unk_token": null
|
| 208 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,859 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": 800,
|
| 3 |
+
"best_metric": 0.44239288568496704,
|
| 4 |
+
"best_model_checkpoint": "./qwen_semantic_bridge_v2_full/checkpoint-800",
|
| 5 |
+
"epoch": 5.975609756097561,
|
| 6 |
+
"eval_steps": 25,
|
| 7 |
+
"global_step": 800,
|
| 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.075046904315197,
|
| 14 |
+
"grad_norm": 1.53766667842865,
|
| 15 |
+
"learning_rate": 2.6865671641791044e-06,
|
| 16 |
+
"loss": 2.4791,
|
| 17 |
+
"step": 10
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.150093808630394,
|
| 21 |
+
"grad_norm": 1.524065613746643,
|
| 22 |
+
"learning_rate": 5.671641791044776e-06,
|
| 23 |
+
"loss": 2.4315,
|
| 24 |
+
"step": 20
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.18761726078799248,
|
| 28 |
+
"eval_loss": 2.34097957611084,
|
| 29 |
+
"eval_runtime": 5.5956,
|
| 30 |
+
"eval_samples_per_second": 20.194,
|
| 31 |
+
"eval_steps_per_second": 5.183,
|
| 32 |
+
"step": 25
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"epoch": 0.225140712945591,
|
| 36 |
+
"grad_norm": 1.4025851488113403,
|
| 37 |
+
"learning_rate": 8.656716417910449e-06,
|
| 38 |
+
"loss": 2.3807,
|
| 39 |
+
"step": 30
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 0.300187617260788,
|
| 43 |
+
"grad_norm": 0.9802243709564209,
|
| 44 |
+
"learning_rate": 1.164179104477612e-05,
|
| 45 |
+
"loss": 2.1459,
|
| 46 |
+
"step": 40
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"epoch": 0.37523452157598497,
|
| 50 |
+
"grad_norm": 0.9669085144996643,
|
| 51 |
+
"learning_rate": 1.4626865671641794e-05,
|
| 52 |
+
"loss": 1.9016,
|
| 53 |
+
"step": 50
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"epoch": 0.37523452157598497,
|
| 57 |
+
"eval_loss": 1.7425719499588013,
|
| 58 |
+
"eval_runtime": 5.053,
|
| 59 |
+
"eval_samples_per_second": 22.363,
|
| 60 |
+
"eval_steps_per_second": 5.739,
|
| 61 |
+
"step": 50
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"epoch": 0.450281425891182,
|
| 65 |
+
"grad_norm": 1.1177589893341064,
|
| 66 |
+
"learning_rate": 1.761194029850746e-05,
|
| 67 |
+
"loss": 1.596,
|
| 68 |
+
"step": 60
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"epoch": 0.525328330206379,
|
| 72 |
+
"grad_norm": 0.5461925864219666,
|
| 73 |
+
"learning_rate": 2.0597014925373135e-05,
|
| 74 |
+
"loss": 1.2615,
|
| 75 |
+
"step": 70
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"epoch": 0.5628517823639775,
|
| 79 |
+
"eval_loss": 1.0852540731430054,
|
| 80 |
+
"eval_runtime": 5.0653,
|
| 81 |
+
"eval_samples_per_second": 22.308,
|
| 82 |
+
"eval_steps_per_second": 5.725,
|
| 83 |
+
"step": 75
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"epoch": 0.600375234521576,
|
| 87 |
+
"grad_norm": 0.5370538830757141,
|
| 88 |
+
"learning_rate": 2.3582089552238806e-05,
|
| 89 |
+
"loss": 1.1037,
|
| 90 |
+
"step": 80
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"epoch": 0.6754221388367729,
|
| 94 |
+
"grad_norm": 0.4297517240047455,
|
| 95 |
+
"learning_rate": 2.656716417910448e-05,
|
| 96 |
+
"loss": 0.989,
|
| 97 |
+
"step": 90
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"epoch": 0.7504690431519699,
|
| 101 |
+
"grad_norm": 0.5314680933952332,
|
| 102 |
+
"learning_rate": 2.955223880597015e-05,
|
| 103 |
+
"loss": 0.9507,
|
| 104 |
+
"step": 100
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"epoch": 0.7504690431519699,
|
| 108 |
+
"eval_loss": 0.9193022847175598,
|
| 109 |
+
"eval_runtime": 5.0765,
|
| 110 |
+
"eval_samples_per_second": 22.259,
|
| 111 |
+
"eval_steps_per_second": 5.713,
|
| 112 |
+
"step": 100
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"epoch": 0.8255159474671669,
|
| 116 |
+
"grad_norm": 0.4320300221443176,
|
| 117 |
+
"learning_rate": 3.253731343283582e-05,
|
| 118 |
+
"loss": 0.9321,
|
| 119 |
+
"step": 110
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"epoch": 0.900562851782364,
|
| 123 |
+
"grad_norm": 0.44459468126296997,
|
| 124 |
+
"learning_rate": 3.5522388059701495e-05,
|
| 125 |
+
"loss": 0.8909,
|
| 126 |
+
"step": 120
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"epoch": 0.9380863039399625,
|
| 130 |
+
"eval_loss": 0.847252368927002,
|
| 131 |
+
"eval_runtime": 5.0816,
|
| 132 |
+
"eval_samples_per_second": 22.237,
|
| 133 |
+
"eval_steps_per_second": 5.707,
|
| 134 |
+
"step": 125
|
| 135 |
+
},
|
| 136 |
+
{
|
| 137 |
+
"epoch": 0.975609756097561,
|
| 138 |
+
"grad_norm": 0.4286046326160431,
|
| 139 |
+
"learning_rate": 3.850746268656716e-05,
|
| 140 |
+
"loss": 0.8575,
|
| 141 |
+
"step": 130
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"epoch": 1.0450281425891181,
|
| 145 |
+
"grad_norm": 0.4913986921310425,
|
| 146 |
+
"learning_rate": 4.149253731343284e-05,
|
| 147 |
+
"loss": 0.859,
|
| 148 |
+
"step": 140
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"epoch": 1.1200750469043153,
|
| 152 |
+
"grad_norm": 0.47017258405685425,
|
| 153 |
+
"learning_rate": 4.447761194029851e-05,
|
| 154 |
+
"loss": 0.8314,
|
| 155 |
+
"step": 150
|
| 156 |
+
},
|
| 157 |
+
{
|
| 158 |
+
"epoch": 1.1200750469043153,
|
| 159 |
+
"eval_loss": 0.8092061877250671,
|
| 160 |
+
"eval_runtime": 5.0731,
|
| 161 |
+
"eval_samples_per_second": 22.274,
|
| 162 |
+
"eval_steps_per_second": 5.716,
|
| 163 |
+
"step": 150
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 1.1951219512195121,
|
| 167 |
+
"grad_norm": 0.4936457574367523,
|
| 168 |
+
"learning_rate": 4.7462686567164185e-05,
|
| 169 |
+
"loss": 0.8098,
|
| 170 |
+
"step": 160
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 1.2701688555347093,
|
| 174 |
+
"grad_norm": 0.46496817469596863,
|
| 175 |
+
"learning_rate": 5.044776119402985e-05,
|
| 176 |
+
"loss": 0.7836,
|
| 177 |
+
"step": 170
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 1.3076923076923077,
|
| 181 |
+
"eval_loss": 0.7787837982177734,
|
| 182 |
+
"eval_runtime": 5.0698,
|
| 183 |
+
"eval_samples_per_second": 22.289,
|
| 184 |
+
"eval_steps_per_second": 5.72,
|
| 185 |
+
"step": 175
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 1.3452157598499062,
|
| 189 |
+
"grad_norm": 0.48638296127319336,
|
| 190 |
+
"learning_rate": 5.343283582089552e-05,
|
| 191 |
+
"loss": 0.7835,
|
| 192 |
+
"step": 180
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 1.4202626641651033,
|
| 196 |
+
"grad_norm": 0.49088621139526367,
|
| 197 |
+
"learning_rate": 5.64179104477612e-05,
|
| 198 |
+
"loss": 0.7774,
|
| 199 |
+
"step": 190
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 1.4953095684803002,
|
| 203 |
+
"grad_norm": 0.49398818612098694,
|
| 204 |
+
"learning_rate": 5.940298507462687e-05,
|
| 205 |
+
"loss": 0.77,
|
| 206 |
+
"step": 200
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 1.4953095684803002,
|
| 210 |
+
"eval_loss": 0.7553061842918396,
|
| 211 |
+
"eval_runtime": 5.0675,
|
| 212 |
+
"eval_samples_per_second": 22.299,
|
| 213 |
+
"eval_steps_per_second": 5.723,
|
| 214 |
+
"step": 200
|
| 215 |
+
},
|
| 216 |
+
{
|
| 217 |
+
"epoch": 1.5703564727954973,
|
| 218 |
+
"grad_norm": 0.5628990530967712,
|
| 219 |
+
"learning_rate": 6.238805970149254e-05,
|
| 220 |
+
"loss": 0.7582,
|
| 221 |
+
"step": 210
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"epoch": 1.6454033771106942,
|
| 225 |
+
"grad_norm": 0.49695977568626404,
|
| 226 |
+
"learning_rate": 6.537313432835821e-05,
|
| 227 |
+
"loss": 0.7592,
|
| 228 |
+
"step": 220
|
| 229 |
+
},
|
| 230 |
+
{
|
| 231 |
+
"epoch": 1.6829268292682928,
|
| 232 |
+
"eval_loss": 0.7301478385925293,
|
| 233 |
+
"eval_runtime": 5.0727,
|
| 234 |
+
"eval_samples_per_second": 22.276,
|
| 235 |
+
"eval_steps_per_second": 5.717,
|
| 236 |
+
"step": 225
|
| 237 |
+
},
|
| 238 |
+
{
|
| 239 |
+
"epoch": 1.720450281425891,
|
| 240 |
+
"grad_norm": 0.4944610595703125,
|
| 241 |
+
"learning_rate": 6.835820895522388e-05,
|
| 242 |
+
"loss": 0.7329,
|
| 243 |
+
"step": 230
|
| 244 |
+
},
|
| 245 |
+
{
|
| 246 |
+
"epoch": 1.7954971857410882,
|
| 247 |
+
"grad_norm": 0.4966571033000946,
|
| 248 |
+
"learning_rate": 7.134328358208956e-05,
|
| 249 |
+
"loss": 0.7303,
|
| 250 |
+
"step": 240
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"epoch": 1.8705440900562853,
|
| 254 |
+
"grad_norm": 0.5113062858581543,
|
| 255 |
+
"learning_rate": 7.432835820895523e-05,
|
| 256 |
+
"loss": 0.7082,
|
| 257 |
+
"step": 250
|
| 258 |
+
},
|
| 259 |
+
{
|
| 260 |
+
"epoch": 1.8705440900562853,
|
| 261 |
+
"eval_loss": 0.7024827003479004,
|
| 262 |
+
"eval_runtime": 5.0682,
|
| 263 |
+
"eval_samples_per_second": 22.296,
|
| 264 |
+
"eval_steps_per_second": 5.722,
|
| 265 |
+
"step": 250
|
| 266 |
+
},
|
| 267 |
+
{
|
| 268 |
+
"epoch": 1.9455909943714822,
|
| 269 |
+
"grad_norm": 0.5686495900154114,
|
| 270 |
+
"learning_rate": 7.731343283582089e-05,
|
| 271 |
+
"loss": 0.7017,
|
| 272 |
+
"step": 260
|
| 273 |
+
},
|
| 274 |
+
{
|
| 275 |
+
"epoch": 2.0150093808630394,
|
| 276 |
+
"grad_norm": 0.5748053193092346,
|
| 277 |
+
"learning_rate": 8.029850746268657e-05,
|
| 278 |
+
"loss": 0.6874,
|
| 279 |
+
"step": 270
|
| 280 |
+
},
|
| 281 |
+
{
|
| 282 |
+
"epoch": 2.052532833020638,
|
| 283 |
+
"eval_loss": 0.6817129850387573,
|
| 284 |
+
"eval_runtime": 5.0735,
|
| 285 |
+
"eval_samples_per_second": 22.273,
|
| 286 |
+
"eval_steps_per_second": 5.716,
|
| 287 |
+
"step": 275
|
| 288 |
+
},
|
| 289 |
+
{
|
| 290 |
+
"epoch": 2.0900562851782363,
|
| 291 |
+
"grad_norm": 0.5935199856758118,
|
| 292 |
+
"learning_rate": 8.328358208955225e-05,
|
| 293 |
+
"loss": 0.6522,
|
| 294 |
+
"step": 280
|
| 295 |
+
},
|
| 296 |
+
{
|
| 297 |
+
"epoch": 2.1651031894934336,
|
| 298 |
+
"grad_norm": 0.5952720046043396,
|
| 299 |
+
"learning_rate": 8.626865671641792e-05,
|
| 300 |
+
"loss": 0.6259,
|
| 301 |
+
"step": 290
|
| 302 |
+
},
|
| 303 |
+
{
|
| 304 |
+
"epoch": 2.2401500938086305,
|
| 305 |
+
"grad_norm": 0.6446412205696106,
|
| 306 |
+
"learning_rate": 8.925373134328359e-05,
|
| 307 |
+
"loss": 0.6171,
|
| 308 |
+
"step": 300
|
| 309 |
+
},
|
| 310 |
+
{
|
| 311 |
+
"epoch": 2.2401500938086305,
|
| 312 |
+
"eval_loss": 0.6408159136772156,
|
| 313 |
+
"eval_runtime": 5.0734,
|
| 314 |
+
"eval_samples_per_second": 22.273,
|
| 315 |
+
"eval_steps_per_second": 5.716,
|
| 316 |
+
"step": 300
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"epoch": 2.3151969981238274,
|
| 320 |
+
"grad_norm": 0.722795307636261,
|
| 321 |
+
"learning_rate": 9.223880597014926e-05,
|
| 322 |
+
"loss": 0.6128,
|
| 323 |
+
"step": 310
|
| 324 |
+
},
|
| 325 |
+
{
|
| 326 |
+
"epoch": 2.3902439024390243,
|
| 327 |
+
"grad_norm": 0.6945660710334778,
|
| 328 |
+
"learning_rate": 9.522388059701492e-05,
|
| 329 |
+
"loss": 0.6027,
|
| 330 |
+
"step": 320
|
| 331 |
+
},
|
| 332 |
+
{
|
| 333 |
+
"epoch": 2.427767354596623,
|
| 334 |
+
"eval_loss": 0.6130869388580322,
|
| 335 |
+
"eval_runtime": 5.075,
|
| 336 |
+
"eval_samples_per_second": 22.266,
|
| 337 |
+
"eval_steps_per_second": 5.714,
|
| 338 |
+
"step": 325
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"epoch": 2.465290806754221,
|
| 342 |
+
"grad_norm": 0.7010583877563477,
|
| 343 |
+
"learning_rate": 9.82089552238806e-05,
|
| 344 |
+
"loss": 0.5824,
|
| 345 |
+
"step": 330
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"epoch": 2.5403377110694185,
|
| 349 |
+
"grad_norm": 0.7590329051017761,
|
| 350 |
+
"learning_rate": 9.999990255427757e-05,
|
| 351 |
+
"loss": 0.5626,
|
| 352 |
+
"step": 340
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"epoch": 2.6153846153846154,
|
| 356 |
+
"grad_norm": 0.8965818881988525,
|
| 357 |
+
"learning_rate": 9.99988062942623e-05,
|
| 358 |
+
"loss": 0.5603,
|
| 359 |
+
"step": 350
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"epoch": 2.6153846153846154,
|
| 363 |
+
"eval_loss": 0.5764831304550171,
|
| 364 |
+
"eval_runtime": 5.073,
|
| 365 |
+
"eval_samples_per_second": 22.275,
|
| 366 |
+
"eval_steps_per_second": 5.717,
|
| 367 |
+
"step": 350
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 2.6904315196998123,
|
| 371 |
+
"grad_norm": 0.7385474443435669,
|
| 372 |
+
"learning_rate": 9.999649199387416e-05,
|
| 373 |
+
"loss": 0.5426,
|
| 374 |
+
"step": 360
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 2.7654784240150097,
|
| 378 |
+
"grad_norm": 0.8265758156776428,
|
| 379 |
+
"learning_rate": 9.999295970949272e-05,
|
| 380 |
+
"loss": 0.5248,
|
| 381 |
+
"step": 370
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 2.803001876172608,
|
| 385 |
+
"eval_loss": 0.5394740104675293,
|
| 386 |
+
"eval_runtime": 5.0664,
|
| 387 |
+
"eval_samples_per_second": 22.304,
|
| 388 |
+
"eval_steps_per_second": 5.724,
|
| 389 |
+
"step": 375
|
| 390 |
+
},
|
| 391 |
+
{
|
| 392 |
+
"epoch": 2.8405253283302065,
|
| 393 |
+
"grad_norm": 0.7400410771369934,
|
| 394 |
+
"learning_rate": 9.998820952716934e-05,
|
| 395 |
+
"loss": 0.5078,
|
| 396 |
+
"step": 380
|
| 397 |
+
},
|
| 398 |
+
{
|
| 399 |
+
"epoch": 2.9155722326454034,
|
| 400 |
+
"grad_norm": 0.7278188467025757,
|
| 401 |
+
"learning_rate": 9.998224156262505e-05,
|
| 402 |
+
"loss": 0.4944,
|
| 403 |
+
"step": 390
|
| 404 |
+
},
|
| 405 |
+
{
|
| 406 |
+
"epoch": 2.9906191369606003,
|
| 407 |
+
"grad_norm": 0.7803333401679993,
|
| 408 |
+
"learning_rate": 9.997505596124777e-05,
|
| 409 |
+
"loss": 0.4893,
|
| 410 |
+
"step": 400
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"epoch": 2.9906191369606003,
|
| 414 |
+
"eval_loss": 0.49963781237602234,
|
| 415 |
+
"eval_runtime": 5.0779,
|
| 416 |
+
"eval_samples_per_second": 22.253,
|
| 417 |
+
"eval_steps_per_second": 5.711,
|
| 418 |
+
"step": 400
|
| 419 |
+
},
|
| 420 |
+
{
|
| 421 |
+
"epoch": 3.0600375234521575,
|
| 422 |
+
"grad_norm": 0.8603639602661133,
|
| 423 |
+
"learning_rate": 9.996665289808871e-05,
|
| 424 |
+
"loss": 0.431,
|
| 425 |
+
"step": 410
|
| 426 |
+
},
|
| 427 |
+
{
|
| 428 |
+
"epoch": 3.1350844277673544,
|
| 429 |
+
"grad_norm": 0.70228511095047,
|
| 430 |
+
"learning_rate": 9.995703257785818e-05,
|
| 431 |
+
"loss": 0.408,
|
| 432 |
+
"step": 420
|
| 433 |
+
},
|
| 434 |
+
{
|
| 435 |
+
"epoch": 3.172607879924953,
|
| 436 |
+
"eval_loss": 0.4856467545032501,
|
| 437 |
+
"eval_runtime": 5.0713,
|
| 438 |
+
"eval_samples_per_second": 22.282,
|
| 439 |
+
"eval_steps_per_second": 5.719,
|
| 440 |
+
"step": 425
|
| 441 |
+
},
|
| 442 |
+
{
|
| 443 |
+
"epoch": 3.2101313320825517,
|
| 444 |
+
"grad_norm": 0.7288469672203064,
|
| 445 |
+
"learning_rate": 9.994619523492054e-05,
|
| 446 |
+
"loss": 0.3959,
|
| 447 |
+
"step": 430
|
| 448 |
+
},
|
| 449 |
+
{
|
| 450 |
+
"epoch": 3.2851782363977486,
|
| 451 |
+
"grad_norm": 0.7244749665260315,
|
| 452 |
+
"learning_rate": 9.993414113328852e-05,
|
| 453 |
+
"loss": 0.3995,
|
| 454 |
+
"step": 440
|
| 455 |
+
},
|
| 456 |
+
{
|
| 457 |
+
"epoch": 3.3602251407129455,
|
| 458 |
+
"grad_norm": 0.7007831931114197,
|
| 459 |
+
"learning_rate": 9.992087056661677e-05,
|
| 460 |
+
"loss": 0.3999,
|
| 461 |
+
"step": 450
|
| 462 |
+
},
|
| 463 |
+
{
|
| 464 |
+
"epoch": 3.3602251407129455,
|
| 465 |
+
"eval_loss": 0.474253386259079,
|
| 466 |
+
"eval_runtime": 5.0675,
|
| 467 |
+
"eval_samples_per_second": 22.299,
|
| 468 |
+
"eval_steps_per_second": 5.723,
|
| 469 |
+
"step": 450
|
| 470 |
+
},
|
| 471 |
+
{
|
| 472 |
+
"epoch": 3.4352720450281424,
|
| 473 |
+
"grad_norm": 0.8084601759910583,
|
| 474 |
+
"learning_rate": 9.990638385819472e-05,
|
| 475 |
+
"loss": 0.3819,
|
| 476 |
+
"step": 460
|
| 477 |
+
},
|
| 478 |
+
{
|
| 479 |
+
"epoch": 3.5103189493433398,
|
| 480 |
+
"grad_norm": 0.726610541343689,
|
| 481 |
+
"learning_rate": 9.989068136093873e-05,
|
| 482 |
+
"loss": 0.3869,
|
| 483 |
+
"step": 470
|
| 484 |
+
},
|
| 485 |
+
{
|
| 486 |
+
"epoch": 3.547842401500938,
|
| 487 |
+
"eval_loss": 0.46386292576789856,
|
| 488 |
+
"eval_runtime": 5.0699,
|
| 489 |
+
"eval_samples_per_second": 22.288,
|
| 490 |
+
"eval_steps_per_second": 5.72,
|
| 491 |
+
"step": 475
|
| 492 |
+
},
|
| 493 |
+
{
|
| 494 |
+
"epoch": 3.5853658536585367,
|
| 495 |
+
"grad_norm": 0.7002731561660767,
|
| 496 |
+
"learning_rate": 9.987376345738344e-05,
|
| 497 |
+
"loss": 0.3953,
|
| 498 |
+
"step": 480
|
| 499 |
+
},
|
| 500 |
+
{
|
| 501 |
+
"epoch": 3.6604127579737336,
|
| 502 |
+
"grad_norm": 0.6399222016334534,
|
| 503 |
+
"learning_rate": 9.985563055967248e-05,
|
| 504 |
+
"loss": 0.397,
|
| 505 |
+
"step": 490
|
| 506 |
+
},
|
| 507 |
+
{
|
| 508 |
+
"epoch": 3.7354596622889304,
|
| 509 |
+
"grad_norm": 0.8647626042366028,
|
| 510 |
+
"learning_rate": 9.983628310954843e-05,
|
| 511 |
+
"loss": 0.3868,
|
| 512 |
+
"step": 500
|
| 513 |
+
},
|
| 514 |
+
{
|
| 515 |
+
"epoch": 3.7354596622889304,
|
| 516 |
+
"eval_loss": 0.45724615454673767,
|
| 517 |
+
"eval_runtime": 5.072,
|
| 518 |
+
"eval_samples_per_second": 22.279,
|
| 519 |
+
"eval_steps_per_second": 5.718,
|
| 520 |
+
"step": 500
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"epoch": 3.8105065666041273,
|
| 524 |
+
"grad_norm": 0.8007352948188782,
|
| 525 |
+
"learning_rate": 9.981572157834203e-05,
|
| 526 |
+
"loss": 0.3833,
|
| 527 |
+
"step": 510
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"epoch": 3.8855534709193247,
|
| 531 |
+
"grad_norm": 0.7353331446647644,
|
| 532 |
+
"learning_rate": 9.979394646696078e-05,
|
| 533 |
+
"loss": 0.3873,
|
| 534 |
+
"step": 520
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 3.9230769230769234,
|
| 538 |
+
"eval_loss": 0.44937819242477417,
|
| 539 |
+
"eval_runtime": 5.0648,
|
| 540 |
+
"eval_samples_per_second": 22.311,
|
| 541 |
+
"eval_steps_per_second": 5.726,
|
| 542 |
+
"step": 525
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 3.9606003752345216,
|
| 546 |
+
"grad_norm": 0.725788950920105,
|
| 547 |
+
"learning_rate": 9.977095830587659e-05,
|
| 548 |
+
"loss": 0.3809,
|
| 549 |
+
"step": 530
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 4.030018761726079,
|
| 553 |
+
"grad_norm": 0.6748231053352356,
|
| 554 |
+
"learning_rate": 9.974675765511304e-05,
|
| 555 |
+
"loss": 0.346,
|
| 556 |
+
"step": 540
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 4.105065666041276,
|
| 560 |
+
"grad_norm": 0.7276281714439392,
|
| 561 |
+
"learning_rate": 9.972134510423157e-05,
|
| 562 |
+
"loss": 0.3137,
|
| 563 |
+
"step": 550
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 4.105065666041276,
|
| 567 |
+
"eval_loss": 0.4566233158111572,
|
| 568 |
+
"eval_runtime": 5.0603,
|
| 569 |
+
"eval_samples_per_second": 22.331,
|
| 570 |
+
"eval_steps_per_second": 5.731,
|
| 571 |
+
"step": 550
|
| 572 |
+
},
|
| 573 |
+
{
|
| 574 |
+
"epoch": 4.1801125703564725,
|
| 575 |
+
"grad_norm": 0.7759580612182617,
|
| 576 |
+
"learning_rate": 9.969472127231723e-05,
|
| 577 |
+
"loss": 0.3049,
|
| 578 |
+
"step": 560
|
| 579 |
+
},
|
| 580 |
+
{
|
| 581 |
+
"epoch": 4.25515947467167,
|
| 582 |
+
"grad_norm": 0.7065677642822266,
|
| 583 |
+
"learning_rate": 9.966688680796356e-05,
|
| 584 |
+
"loss": 0.3057,
|
| 585 |
+
"step": 570
|
| 586 |
+
},
|
| 587 |
+
{
|
| 588 |
+
"epoch": 4.2926829268292686,
|
| 589 |
+
"eval_loss": 0.4608473777770996,
|
| 590 |
+
"eval_runtime": 5.0627,
|
| 591 |
+
"eval_samples_per_second": 22.32,
|
| 592 |
+
"eval_steps_per_second": 5.728,
|
| 593 |
+
"step": 575
|
| 594 |
+
},
|
| 595 |
+
{
|
| 596 |
+
"epoch": 4.330206378986867,
|
| 597 |
+
"grad_norm": 0.746277391910553,
|
| 598 |
+
"learning_rate": 9.963784238925675e-05,
|
| 599 |
+
"loss": 0.3042,
|
| 600 |
+
"step": 580
|
| 601 |
+
},
|
| 602 |
+
{
|
| 603 |
+
"epoch": 4.405253283302064,
|
| 604 |
+
"grad_norm": 0.8283698558807373,
|
| 605 |
+
"learning_rate": 9.960758872375922e-05,
|
| 606 |
+
"loss": 0.312,
|
| 607 |
+
"step": 590
|
| 608 |
+
},
|
| 609 |
+
{
|
| 610 |
+
"epoch": 4.480300187617261,
|
| 611 |
+
"grad_norm": 0.7889224290847778,
|
| 612 |
+
"learning_rate": 9.957612654849225e-05,
|
| 613 |
+
"loss": 0.3153,
|
| 614 |
+
"step": 600
|
| 615 |
+
},
|
| 616 |
+
{
|
| 617 |
+
"epoch": 4.480300187617261,
|
| 618 |
+
"eval_loss": 0.45748454332351685,
|
| 619 |
+
"eval_runtime": 5.0739,
|
| 620 |
+
"eval_samples_per_second": 22.271,
|
| 621 |
+
"eval_steps_per_second": 5.715,
|
| 622 |
+
"step": 600
|
| 623 |
+
},
|
| 624 |
+
{
|
| 625 |
+
"epoch": 4.5553470919324575,
|
| 626 |
+
"grad_norm": 0.7301938533782959,
|
| 627 |
+
"learning_rate": 9.954345662991813e-05,
|
| 628 |
+
"loss": 0.3169,
|
| 629 |
+
"step": 610
|
| 630 |
+
},
|
| 631 |
+
{
|
| 632 |
+
"epoch": 4.630393996247655,
|
| 633 |
+
"grad_norm": 0.7097094655036926,
|
| 634 |
+
"learning_rate": 9.950957976392148e-05,
|
| 635 |
+
"loss": 0.313,
|
| 636 |
+
"step": 620
|
| 637 |
+
},
|
| 638 |
+
{
|
| 639 |
+
"epoch": 4.6679174484052535,
|
| 640 |
+
"eval_loss": 0.45044615864753723,
|
| 641 |
+
"eval_runtime": 5.0663,
|
| 642 |
+
"eval_samples_per_second": 22.304,
|
| 643 |
+
"eval_steps_per_second": 5.724,
|
| 644 |
+
"step": 625
|
| 645 |
+
},
|
| 646 |
+
{
|
| 647 |
+
"epoch": 4.705440900562852,
|
| 648 |
+
"grad_norm": 0.6627222895622253,
|
| 649 |
+
"learning_rate": 9.947449677578982e-05,
|
| 650 |
+
"loss": 0.311,
|
| 651 |
+
"step": 630
|
| 652 |
+
},
|
| 653 |
+
{
|
| 654 |
+
"epoch": 4.780487804878049,
|
| 655 |
+
"grad_norm": 0.831093966960907,
|
| 656 |
+
"learning_rate": 9.943820852019344e-05,
|
| 657 |
+
"loss": 0.3187,
|
| 658 |
+
"step": 640
|
| 659 |
+
},
|
| 660 |
+
{
|
| 661 |
+
"epoch": 4.855534709193246,
|
| 662 |
+
"grad_norm": 0.8561496734619141,
|
| 663 |
+
"learning_rate": 9.940071588116468e-05,
|
| 664 |
+
"loss": 0.317,
|
| 665 |
+
"step": 650
|
| 666 |
+
},
|
| 667 |
+
{
|
| 668 |
+
"epoch": 4.855534709193246,
|
| 669 |
+
"eval_loss": 0.4430959224700928,
|
| 670 |
+
"eval_runtime": 5.0752,
|
| 671 |
+
"eval_samples_per_second": 22.265,
|
| 672 |
+
"eval_steps_per_second": 5.714,
|
| 673 |
+
"step": 650
|
| 674 |
+
},
|
| 675 |
+
{
|
| 676 |
+
"epoch": 4.930581613508442,
|
| 677 |
+
"grad_norm": 0.7869876623153687,
|
| 678 |
+
"learning_rate": 9.936201977207631e-05,
|
| 679 |
+
"loss": 0.3165,
|
| 680 |
+
"step": 660
|
| 681 |
+
},
|
| 682 |
+
{
|
| 683 |
+
"epoch": 5.0,
|
| 684 |
+
"grad_norm": 2.4095470905303955,
|
| 685 |
+
"learning_rate": 9.932212113561927e-05,
|
| 686 |
+
"loss": 0.3139,
|
| 687 |
+
"step": 670
|
| 688 |
+
},
|
| 689 |
+
{
|
| 690 |
+
"epoch": 5.037523452157599,
|
| 691 |
+
"eval_loss": 0.4734329581260681,
|
| 692 |
+
"eval_runtime": 5.0708,
|
| 693 |
+
"eval_samples_per_second": 22.285,
|
| 694 |
+
"eval_steps_per_second": 5.719,
|
| 695 |
+
"step": 675
|
| 696 |
+
},
|
| 697 |
+
{
|
| 698 |
+
"epoch": 5.075046904315197,
|
| 699 |
+
"grad_norm": 0.8977411985397339,
|
| 700 |
+
"learning_rate": 9.92810209437798e-05,
|
| 701 |
+
"loss": 0.2374,
|
| 702 |
+
"step": 680
|
| 703 |
+
},
|
| 704 |
+
{
|
| 705 |
+
"epoch": 5.150093808630394,
|
| 706 |
+
"grad_norm": 0.8467944860458374,
|
| 707 |
+
"learning_rate": 9.923872019781564e-05,
|
| 708 |
+
"loss": 0.2397,
|
| 709 |
+
"step": 690
|
| 710 |
+
},
|
| 711 |
+
{
|
| 712 |
+
"epoch": 5.225140712945591,
|
| 713 |
+
"grad_norm": 0.8776218295097351,
|
| 714 |
+
"learning_rate": 9.919521992823173e-05,
|
| 715 |
+
"loss": 0.2371,
|
| 716 |
+
"step": 700
|
| 717 |
+
},
|
| 718 |
+
{
|
| 719 |
+
"epoch": 5.225140712945591,
|
| 720 |
+
"eval_loss": 0.46672776341438293,
|
| 721 |
+
"eval_runtime": 5.0617,
|
| 722 |
+
"eval_samples_per_second": 22.324,
|
| 723 |
+
"eval_steps_per_second": 5.729,
|
| 724 |
+
"step": 700
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"epoch": 5.300187617260788,
|
| 728 |
+
"grad_norm": 0.8390938639640808,
|
| 729 |
+
"learning_rate": 9.915052119475505e-05,
|
| 730 |
+
"loss": 0.2487,
|
| 731 |
+
"step": 710
|
| 732 |
+
},
|
| 733 |
+
{
|
| 734 |
+
"epoch": 5.375234521575985,
|
| 735 |
+
"grad_norm": 0.8848443627357483,
|
| 736 |
+
"learning_rate": 9.910462508630885e-05,
|
| 737 |
+
"loss": 0.2393,
|
| 738 |
+
"step": 720
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"epoch": 5.412757973733584,
|
| 742 |
+
"eval_loss": 0.4665623605251312,
|
| 743 |
+
"eval_runtime": 5.0722,
|
| 744 |
+
"eval_samples_per_second": 22.278,
|
| 745 |
+
"eval_steps_per_second": 5.717,
|
| 746 |
+
"step": 725
|
| 747 |
+
},
|
| 748 |
+
{
|
| 749 |
+
"epoch": 5.450281425891182,
|
| 750 |
+
"grad_norm": 0.8097019195556641,
|
| 751 |
+
"learning_rate": 9.905753272098608e-05,
|
| 752 |
+
"loss": 0.2439,
|
| 753 |
+
"step": 730
|
| 754 |
+
},
|
| 755 |
+
{
|
| 756 |
+
"epoch": 5.525328330206379,
|
| 757 |
+
"grad_norm": 0.7588761448860168,
|
| 758 |
+
"learning_rate": 9.900924524602218e-05,
|
| 759 |
+
"loss": 0.2477,
|
| 760 |
+
"step": 740
|
| 761 |
+
},
|
| 762 |
+
{
|
| 763 |
+
"epoch": 5.600375234521576,
|
| 764 |
+
"grad_norm": 0.8408402800559998,
|
| 765 |
+
"learning_rate": 9.895976383776711e-05,
|
| 766 |
+
"loss": 0.2484,
|
| 767 |
+
"step": 750
|
| 768 |
+
},
|
| 769 |
+
{
|
| 770 |
+
"epoch": 5.600375234521576,
|
| 771 |
+
"eval_loss": 0.4602144956588745,
|
| 772 |
+
"eval_runtime": 5.0743,
|
| 773 |
+
"eval_samples_per_second": 22.269,
|
| 774 |
+
"eval_steps_per_second": 5.715,
|
| 775 |
+
"step": 750
|
| 776 |
+
},
|
| 777 |
+
{
|
| 778 |
+
"epoch": 5.6754221388367725,
|
| 779 |
+
"grad_norm": 0.8723646402359009,
|
| 780 |
+
"learning_rate": 9.890908970165669e-05,
|
| 781 |
+
"loss": 0.2533,
|
| 782 |
+
"step": 760
|
| 783 |
+
},
|
| 784 |
+
{
|
| 785 |
+
"epoch": 5.75046904315197,
|
| 786 |
+
"grad_norm": 0.6956503391265869,
|
| 787 |
+
"learning_rate": 9.88572240721833e-05,
|
| 788 |
+
"loss": 0.253,
|
| 789 |
+
"step": 770
|
| 790 |
+
},
|
| 791 |
+
{
|
| 792 |
+
"epoch": 5.7879924953095685,
|
| 793 |
+
"eval_loss": 0.450476735830307,
|
| 794 |
+
"eval_runtime": 5.0627,
|
| 795 |
+
"eval_samples_per_second": 22.32,
|
| 796 |
+
"eval_steps_per_second": 5.728,
|
| 797 |
+
"step": 775
|
| 798 |
+
},
|
| 799 |
+
{
|
| 800 |
+
"epoch": 5.825515947467167,
|
| 801 |
+
"grad_norm": 0.9172329306602478,
|
| 802 |
+
"learning_rate": 9.880416821286569e-05,
|
| 803 |
+
"loss": 0.2522,
|
| 804 |
+
"step": 780
|
| 805 |
+
},
|
| 806 |
+
{
|
| 807 |
+
"epoch": 5.900562851782364,
|
| 808 |
+
"grad_norm": 0.7848353981971741,
|
| 809 |
+
"learning_rate": 9.87499234162183e-05,
|
| 810 |
+
"loss": 0.2493,
|
| 811 |
+
"step": 790
|
| 812 |
+
},
|
| 813 |
+
{
|
| 814 |
+
"epoch": 5.975609756097561,
|
| 815 |
+
"grad_norm": 0.7720503211021423,
|
| 816 |
+
"learning_rate": 9.869449100371973e-05,
|
| 817 |
+
"loss": 0.2574,
|
| 818 |
+
"step": 800
|
| 819 |
+
},
|
| 820 |
+
{
|
| 821 |
+
"epoch": 5.975609756097561,
|
| 822 |
+
"eval_loss": 0.44239288568496704,
|
| 823 |
+
"eval_runtime": 5.0788,
|
| 824 |
+
"eval_samples_per_second": 22.249,
|
| 825 |
+
"eval_steps_per_second": 5.71,
|
| 826 |
+
"step": 800
|
| 827 |
+
}
|
| 828 |
+
],
|
| 829 |
+
"logging_steps": 10,
|
| 830 |
+
"max_steps": 6700,
|
| 831 |
+
"num_input_tokens_seen": 0,
|
| 832 |
+
"num_train_epochs": 50,
|
| 833 |
+
"save_steps": 25,
|
| 834 |
+
"stateful_callbacks": {
|
| 835 |
+
"EarlyStoppingCallback": {
|
| 836 |
+
"args": {
|
| 837 |
+
"early_stopping_patience": 15,
|
| 838 |
+
"early_stopping_threshold": 0.0
|
| 839 |
+
},
|
| 840 |
+
"attributes": {
|
| 841 |
+
"early_stopping_patience_counter": 0
|
| 842 |
+
}
|
| 843 |
+
},
|
| 844 |
+
"TrainerControl": {
|
| 845 |
+
"args": {
|
| 846 |
+
"should_epoch_stop": false,
|
| 847 |
+
"should_evaluate": false,
|
| 848 |
+
"should_log": false,
|
| 849 |
+
"should_save": true,
|
| 850 |
+
"should_training_stop": false
|
| 851 |
+
},
|
| 852 |
+
"attributes": {}
|
| 853 |
+
}
|
| 854 |
+
},
|
| 855 |
+
"total_flos": 2.5747343525279846e+17,
|
| 856 |
+
"train_batch_size": 4,
|
| 857 |
+
"trial_name": null,
|
| 858 |
+
"trial_params": null
|
| 859 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c75eb897625f755a32c2ad327d10501b47edde097461d3541cb6a487f7c8e5f
|
| 3 |
+
size 6225
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|