helloworldabc commited on
Commit
6954a1d
·
verified ·
1 Parent(s): aad4df8

Upload merged Qwen3-4B-Instruct-2507 model (auto-generated README)

Browse files
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ checkpoint-1493/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B-Instruct
3
+ datasets:
4
+ - u-10bei/sft_alfworld_trajectory_dataset_v5
5
+ language:
6
+ - en
7
+ license: apache-2.0
8
+ library_name: peft
9
+ pipeline_tag: text-generation
10
+ tags:
11
+ - lora
12
+ - agent
13
+ - tool-use
14
+ - alfworld
15
+ - dbbench
16
+ ---
17
+
18
+ # <【課題】ここは自分で記入して下さい>
19
+
20
+ This repository provides a **LoRA adapter** fine-tuned from
21
+ **Qwen/Qwen2.5-7B-Instruct** using **LoRA + Unsloth**.
22
+
23
+ This repository contains **LoRA adapter weights only**.
24
+ The base model must be loaded separately.
25
+
26
+ ## Training Objective
27
+
28
+ This adapter is trained to improve **multi-turn agent task performance**
29
+ on ALFWorld (household tasks) and DBBench (database operations).
30
+
31
+ Loss is applied to **all assistant turns** in the multi-turn trajectory,
32
+ enabling the model to learn environment observation, action selection,
33
+ tool use, and recovery from errors.
34
+
35
+ ## Training Configuration
36
+
37
+ - Base model: Qwen/Qwen2.5-7B-Instruct
38
+ - Method: LoRA (full precision base)
39
+ - Max sequence length: 2048
40
+ - Epochs: 1
41
+ - Learning rate: 2e-06
42
+ - LoRA: r=64, alpha=128
43
+
44
+ ## Usage
45
+
46
+ ```python
47
+ from transformers import AutoModelForCausalLM, AutoTokenizer
48
+ from peft import PeftModel
49
+ import torch
50
+
51
+ base = "Qwen/Qwen2.5-7B-Instruct"
52
+ adapter = "your_id/your-repo"
53
+
54
+ tokenizer = AutoTokenizer.from_pretrained(base)
55
+ model = AutoModelForCausalLM.from_pretrained(
56
+ base,
57
+ torch_dtype=torch.float16,
58
+ device_map="auto",
59
+ )
60
+ model = PeftModel.from_pretrained(model, adapter)
61
+ ```
62
+
63
+ ## Sources & Terms (IMPORTANT)
64
+
65
+ Training data: u-10bei/sft_alfworld_trajectory_dataset_v5
66
+
67
+ Dataset License: MIT License. This dataset is used and distributed under the terms of the MIT License.
68
+ Compliance: Users must comply with the MIT license (including copyright notice) and the base model's original terms of use.
adapter_config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "Qwen2ForCausalLM",
5
+ "parent_library": "transformers.models.qwen2.modeling_qwen2",
6
+ "unsloth_fixed": true
7
+ },
8
+ "base_model_name_or_path": "Qwen/Qwen2.5-7B-Instruct",
9
+ "bias": "none",
10
+ "fan_in_fan_out": false,
11
+ "inference_mode": true,
12
+ "init_lora_weights": true,
13
+ "layer_replication": null,
14
+ "layers_pattern": null,
15
+ "layers_to_transform": null,
16
+ "loftq_config": {},
17
+ "lora_alpha": 128,
18
+ "lora_dropout": 0.0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 64,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "down_proj",
28
+ "gate_proj",
29
+ "q_proj",
30
+ "up_proj",
31
+ "k_proj",
32
+ "o_proj",
33
+ "v_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "use_dora": false,
37
+ "use_rslora": false
38
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93f55e64997cf8b8ab7e1179692af5a653ed1cbdcfef809cc4e318d058be0dbe
3
+ size 645975704
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 %}
checkpoint-1493/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B-Instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.13.2
checkpoint-1493/adapter_config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "Qwen2ForCausalLM",
5
+ "parent_library": "transformers.models.qwen2.modeling_qwen2",
6
+ "unsloth_fixed": true
7
+ },
8
+ "base_model_name_or_path": "Qwen/Qwen2.5-7B-Instruct",
9
+ "bias": "none",
10
+ "fan_in_fan_out": false,
11
+ "inference_mode": true,
12
+ "init_lora_weights": true,
13
+ "layer_replication": null,
14
+ "layers_pattern": null,
15
+ "layers_to_transform": null,
16
+ "loftq_config": {},
17
+ "lora_alpha": 128,
18
+ "lora_dropout": 0.0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 64,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "down_proj",
28
+ "gate_proj",
29
+ "q_proj",
30
+ "up_proj",
31
+ "k_proj",
32
+ "o_proj",
33
+ "v_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "use_dora": false,
37
+ "use_rslora": false
38
+ }
checkpoint-1493/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93f55e64997cf8b8ab7e1179692af5a653ed1cbdcfef809cc4e318d058be0dbe
3
+ size 645975704
checkpoint-1493/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
+ }
checkpoint-1493/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 %}
checkpoint-1493/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1493/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:333502a1f62ec40f420b43bdc6a5d0f696d4978d55df2b8c8df2cb380370c9ee
3
+ size 1292182139
checkpoint-1493/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc1ae74d04cd880a1c2921db0c6aabc530aaab9f30cca8e03577294c3a55afc4
3
+ size 14645
checkpoint-1493/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdc5aae9bfd6e47fbfcdb362ea9df2baf48f10d26f2aa20e440a73d315588168
3
+ size 1465
checkpoint-1493/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
+ }
checkpoint-1493/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
checkpoint-1493/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": "<|endoftext|>",
204
+ "padding_side": "right",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
checkpoint-1493/trainer_state.json ADDED
@@ -0,0 +1,1309 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 50,
7
+ "global_step": 1493,
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.0066990453860324905,
14
+ "grad_norm": 4.1086554527282715,
15
+ "learning_rate": 1.2e-07,
16
+ "loss": 1.2942,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.013398090772064981,
21
+ "grad_norm": 5.194592475891113,
22
+ "learning_rate": 2.533333333333333e-07,
23
+ "loss": 1.2763,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.02009713615809747,
28
+ "grad_norm": 4.679239273071289,
29
+ "learning_rate": 3.8666666666666664e-07,
30
+ "loss": 1.2829,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.026796181544129962,
35
+ "grad_norm": 3.8410086631774902,
36
+ "learning_rate": 5.2e-07,
37
+ "loss": 1.283,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.03349522693016245,
42
+ "grad_norm": 4.020298957824707,
43
+ "learning_rate": 6.533333333333333e-07,
44
+ "loss": 1.2604,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.03349522693016245,
49
+ "eval_loss": 1.2969393730163574,
50
+ "eval_runtime": 209.3255,
51
+ "eval_samples_per_second": 3.0,
52
+ "eval_steps_per_second": 1.5,
53
+ "step": 50
54
+ },
55
+ {
56
+ "epoch": 0.04019427231619494,
57
+ "grad_norm": 5.327147960662842,
58
+ "learning_rate": 7.866666666666666e-07,
59
+ "loss": 1.271,
60
+ "step": 60
61
+ },
62
+ {
63
+ "epoch": 0.04689331770222743,
64
+ "grad_norm": 4.076837539672852,
65
+ "learning_rate": 9.2e-07,
66
+ "loss": 1.1554,
67
+ "step": 70
68
+ },
69
+ {
70
+ "epoch": 0.053592363088259924,
71
+ "grad_norm": 3.4663000106811523,
72
+ "learning_rate": 1.0533333333333331e-06,
73
+ "loss": 1.0665,
74
+ "step": 80
75
+ },
76
+ {
77
+ "epoch": 0.060291408474292416,
78
+ "grad_norm": 2.5894055366516113,
79
+ "learning_rate": 1.1866666666666668e-06,
80
+ "loss": 0.929,
81
+ "step": 90
82
+ },
83
+ {
84
+ "epoch": 0.0669904538603249,
85
+ "grad_norm": 1.9452061653137207,
86
+ "learning_rate": 1.32e-06,
87
+ "loss": 0.8991,
88
+ "step": 100
89
+ },
90
+ {
91
+ "epoch": 0.0669904538603249,
92
+ "eval_loss": 0.8443965315818787,
93
+ "eval_runtime": 208.8493,
94
+ "eval_samples_per_second": 3.007,
95
+ "eval_steps_per_second": 1.503,
96
+ "step": 100
97
+ },
98
+ {
99
+ "epoch": 0.0736894992463574,
100
+ "grad_norm": 1.504184603691101,
101
+ "learning_rate": 1.4533333333333333e-06,
102
+ "loss": 0.7564,
103
+ "step": 110
104
+ },
105
+ {
106
+ "epoch": 0.08038854463238988,
107
+ "grad_norm": 1.2230907678604126,
108
+ "learning_rate": 1.5866666666666666e-06,
109
+ "loss": 0.7699,
110
+ "step": 120
111
+ },
112
+ {
113
+ "epoch": 0.08708759001842238,
114
+ "grad_norm": 0.9594787955284119,
115
+ "learning_rate": 1.7199999999999998e-06,
116
+ "loss": 0.6664,
117
+ "step": 130
118
+ },
119
+ {
120
+ "epoch": 0.09378663540445487,
121
+ "grad_norm": 0.7925115823745728,
122
+ "learning_rate": 1.853333333333333e-06,
123
+ "loss": 0.6537,
124
+ "step": 140
125
+ },
126
+ {
127
+ "epoch": 0.10048568079048735,
128
+ "grad_norm": 0.8098723888397217,
129
+ "learning_rate": 1.9866666666666666e-06,
130
+ "loss": 0.6235,
131
+ "step": 150
132
+ },
133
+ {
134
+ "epoch": 0.10048568079048735,
135
+ "eval_loss": 0.6279202103614807,
136
+ "eval_runtime": 205.2416,
137
+ "eval_samples_per_second": 3.06,
138
+ "eval_steps_per_second": 1.53,
139
+ "step": 150
140
+ },
141
+ {
142
+ "epoch": 0.10718472617651985,
143
+ "grad_norm": 0.6131410002708435,
144
+ "learning_rate": 1.999778391353092e-06,
145
+ "loss": 0.5812,
146
+ "step": 160
147
+ },
148
+ {
149
+ "epoch": 0.11388377156255233,
150
+ "grad_norm": 0.8551118969917297,
151
+ "learning_rate": 1.9990124628709946e-06,
152
+ "loss": 0.5784,
153
+ "step": 170
154
+ },
155
+ {
156
+ "epoch": 0.12058281694858483,
157
+ "grad_norm": 0.8900917172431946,
158
+ "learning_rate": 1.997699897643206e-06,
159
+ "loss": 0.5592,
160
+ "step": 180
161
+ },
162
+ {
163
+ "epoch": 0.12728186233461733,
164
+ "grad_norm": 0.7699607610702515,
165
+ "learning_rate": 1.9958414138753656e-06,
166
+ "loss": 0.5486,
167
+ "step": 190
168
+ },
169
+ {
170
+ "epoch": 0.1339809077206498,
171
+ "grad_norm": 0.7753857970237732,
172
+ "learning_rate": 1.9934380284872376e-06,
173
+ "loss": 0.5142,
174
+ "step": 200
175
+ },
176
+ {
177
+ "epoch": 0.1339809077206498,
178
+ "eval_loss": 0.5324934124946594,
179
+ "eval_runtime": 202.3339,
180
+ "eval_samples_per_second": 3.104,
181
+ "eval_steps_per_second": 1.552,
182
+ "step": 200
183
+ },
184
+ {
185
+ "epoch": 0.1406799531066823,
186
+ "grad_norm": 0.9436492323875427,
187
+ "learning_rate": 1.9904910565562783e-06,
188
+ "loss": 0.5267,
189
+ "step": 210
190
+ },
191
+ {
192
+ "epoch": 0.1473789984927148,
193
+ "grad_norm": 0.9100019931793213,
194
+ "learning_rate": 1.987002110598052e-06,
195
+ "loss": 0.4898,
196
+ "step": 220
197
+ },
198
+ {
199
+ "epoch": 0.15407804387874727,
200
+ "grad_norm": 0.909028947353363,
201
+ "learning_rate": 1.982973099683902e-06,
202
+ "loss": 0.4972,
203
+ "step": 230
204
+ },
205
+ {
206
+ "epoch": 0.16077708926477977,
207
+ "grad_norm": 0.8425203561782837,
208
+ "learning_rate": 1.9784062283963493e-06,
209
+ "loss": 0.4771,
210
+ "step": 240
211
+ },
212
+ {
213
+ "epoch": 0.16747613465081226,
214
+ "grad_norm": 0.9417065382003784,
215
+ "learning_rate": 1.973303995622798e-06,
216
+ "loss": 0.4686,
217
+ "step": 250
218
+ },
219
+ {
220
+ "epoch": 0.16747613465081226,
221
+ "eval_loss": 0.46108540892601013,
222
+ "eval_runtime": 202.4625,
223
+ "eval_samples_per_second": 3.102,
224
+ "eval_steps_per_second": 1.551,
225
+ "step": 250
226
+ },
227
+ {
228
+ "epoch": 0.17417518003684476,
229
+ "grad_norm": 1.0608958005905151,
230
+ "learning_rate": 1.967669193188197e-06,
231
+ "loss": 0.4465,
232
+ "step": 260
233
+ },
234
+ {
235
+ "epoch": 0.18087422542287723,
236
+ "grad_norm": 0.8219178318977356,
237
+ "learning_rate": 1.9615049043274204e-06,
238
+ "loss": 0.4379,
239
+ "step": 270
240
+ },
241
+ {
242
+ "epoch": 0.18757327080890973,
243
+ "grad_norm": 1.178179144859314,
244
+ "learning_rate": 1.954814501998192e-06,
245
+ "loss": 0.4275,
246
+ "step": 280
247
+ },
248
+ {
249
+ "epoch": 0.19427231619494223,
250
+ "grad_norm": 1.1529687643051147,
251
+ "learning_rate": 1.9476016470354796e-06,
252
+ "loss": 0.3927,
253
+ "step": 290
254
+ },
255
+ {
256
+ "epoch": 0.2009713615809747,
257
+ "grad_norm": 1.0554969310760498,
258
+ "learning_rate": 1.9398702861483674e-06,
259
+ "loss": 0.4022,
260
+ "step": 300
261
+ },
262
+ {
263
+ "epoch": 0.2009713615809747,
264
+ "eval_loss": 0.4019053876399994,
265
+ "eval_runtime": 206.4042,
266
+ "eval_samples_per_second": 3.043,
267
+ "eval_steps_per_second": 1.521,
268
+ "step": 300
269
+ },
270
+ {
271
+ "epoch": 0.2076704069670072,
272
+ "grad_norm": 1.1419163942337036,
273
+ "learning_rate": 1.9316246497605126e-06,
274
+ "loss": 0.3692,
275
+ "step": 310
276
+ },
277
+ {
278
+ "epoch": 0.2143694523530397,
279
+ "grad_norm": 1.0754777193069458,
280
+ "learning_rate": 1.922869249695348e-06,
281
+ "loss": 0.3751,
282
+ "step": 320
283
+ },
284
+ {
285
+ "epoch": 0.2210684977390722,
286
+ "grad_norm": 0.9499768614768982,
287
+ "learning_rate": 1.9136088767073214e-06,
288
+ "loss": 0.3613,
289
+ "step": 330
290
+ },
291
+ {
292
+ "epoch": 0.22776754312510467,
293
+ "grad_norm": 1.374733805656433,
294
+ "learning_rate": 1.9038485978605e-06,
295
+ "loss": 0.3438,
296
+ "step": 340
297
+ },
298
+ {
299
+ "epoch": 0.23446658851113716,
300
+ "grad_norm": 1.114905595779419,
301
+ "learning_rate": 1.8935937537559922e-06,
302
+ "loss": 0.3611,
303
+ "step": 350
304
+ },
305
+ {
306
+ "epoch": 0.23446658851113716,
307
+ "eval_loss": 0.3528285026550293,
308
+ "eval_runtime": 202.6686,
309
+ "eval_samples_per_second": 3.099,
310
+ "eval_steps_per_second": 1.549,
311
+ "step": 350
312
+ },
313
+ {
314
+ "epoch": 0.24116563389716966,
315
+ "grad_norm": 1.2642089128494263,
316
+ "learning_rate": 1.8828499556096906e-06,
317
+ "loss": 0.3464,
318
+ "step": 360
319
+ },
320
+ {
321
+ "epoch": 0.24786467928320213,
322
+ "grad_norm": 1.3557504415512085,
323
+ "learning_rate": 1.8716230821819447e-06,
324
+ "loss": 0.3404,
325
+ "step": 370
326
+ },
327
+ {
328
+ "epoch": 0.25456372466923466,
329
+ "grad_norm": 1.1253280639648438,
330
+ "learning_rate": 1.8599192765608362e-06,
331
+ "loss": 0.3278,
332
+ "step": 380
333
+ },
334
+ {
335
+ "epoch": 0.2612627700552671,
336
+ "grad_norm": 1.256253957748413,
337
+ "learning_rate": 1.8477449428008242e-06,
338
+ "loss": 0.32,
339
+ "step": 390
340
+ },
341
+ {
342
+ "epoch": 0.2679618154412996,
343
+ "grad_norm": 1.3315330743789673,
344
+ "learning_rate": 1.835106742418591e-06,
345
+ "loss": 0.3326,
346
+ "step": 400
347
+ },
348
+ {
349
+ "epoch": 0.2679618154412996,
350
+ "eval_loss": 0.3122718334197998,
351
+ "eval_runtime": 209.3144,
352
+ "eval_samples_per_second": 3.0,
353
+ "eval_steps_per_second": 1.5,
354
+ "step": 400
355
+ },
356
+ {
357
+ "epoch": 0.2746608608273321,
358
+ "grad_norm": 1.7147033214569092,
359
+ "learning_rate": 1.822011590748014e-06,
360
+ "loss": 0.3029,
361
+ "step": 410
362
+ },
363
+ {
364
+ "epoch": 0.2813599062133646,
365
+ "grad_norm": 1.5132501125335693,
366
+ "learning_rate": 1.8084666531562528e-06,
367
+ "loss": 0.3196,
368
+ "step": 420
369
+ },
370
+ {
371
+ "epoch": 0.2880589515993971,
372
+ "grad_norm": 1.2777931690216064,
373
+ "learning_rate": 1.7944793411230248e-06,
374
+ "loss": 0.2857,
375
+ "step": 430
376
+ },
377
+ {
378
+ "epoch": 0.2947579969854296,
379
+ "grad_norm": 1.2335401773452759,
380
+ "learning_rate": 1.780057308185212e-06,
381
+ "loss": 0.2925,
382
+ "step": 440
383
+ },
384
+ {
385
+ "epoch": 0.3014570423714621,
386
+ "grad_norm": 1.2779353857040405,
387
+ "learning_rate": 1.7652084457490233e-06,
388
+ "loss": 0.2674,
389
+ "step": 450
390
+ },
391
+ {
392
+ "epoch": 0.3014570423714621,
393
+ "eval_loss": 0.2787730097770691,
394
+ "eval_runtime": 209.6027,
395
+ "eval_samples_per_second": 2.996,
396
+ "eval_steps_per_second": 1.498,
397
+ "step": 450
398
+ },
399
+ {
400
+ "epoch": 0.30815608775749453,
401
+ "grad_norm": 1.4865727424621582,
402
+ "learning_rate": 1.7499408787719945e-06,
403
+ "loss": 0.2831,
404
+ "step": 460
405
+ },
406
+ {
407
+ "epoch": 0.31485513314352703,
408
+ "grad_norm": 1.3024545907974243,
409
+ "learning_rate": 1.7342629613172001e-06,
410
+ "loss": 0.2685,
411
+ "step": 470
412
+ },
413
+ {
414
+ "epoch": 0.32155417852955953,
415
+ "grad_norm": 1.9648115634918213,
416
+ "learning_rate": 1.718183271982101e-06,
417
+ "loss": 0.2689,
418
+ "step": 480
419
+ },
420
+ {
421
+ "epoch": 0.32825322391559203,
422
+ "grad_norm": 1.6339739561080933,
423
+ "learning_rate": 1.7017106092045305e-06,
424
+ "loss": 0.2572,
425
+ "step": 490
426
+ },
427
+ {
428
+ "epoch": 0.33495226930162453,
429
+ "grad_norm": 1.4009311199188232,
430
+ "learning_rate": 1.6848539864483925e-06,
431
+ "loss": 0.233,
432
+ "step": 500
433
+ },
434
+ {
435
+ "epoch": 0.33495226930162453,
436
+ "eval_loss": 0.2506704032421112,
437
+ "eval_runtime": 209.375,
438
+ "eval_samples_per_second": 2.999,
439
+ "eval_steps_per_second": 1.5,
440
+ "step": 500
441
+ },
442
+ {
443
+ "epoch": 0.341651314687657,
444
+ "grad_norm": 1.3794124126434326,
445
+ "learning_rate": 1.6676226272717e-06,
446
+ "loss": 0.228,
447
+ "step": 510
448
+ },
449
+ {
450
+ "epoch": 0.3483503600736895,
451
+ "grad_norm": 1.3594862222671509,
452
+ "learning_rate": 1.6500259602796545e-06,
453
+ "loss": 0.2538,
454
+ "step": 520
455
+ },
456
+ {
457
+ "epoch": 0.35504940545972197,
458
+ "grad_norm": 1.6545219421386719,
459
+ "learning_rate": 1.6320736139655304e-06,
460
+ "loss": 0.2197,
461
+ "step": 530
462
+ },
463
+ {
464
+ "epoch": 0.36174845084575447,
465
+ "grad_norm": 1.4704442024230957,
466
+ "learning_rate": 1.6137754114421834e-06,
467
+ "loss": 0.2366,
468
+ "step": 540
469
+ },
470
+ {
471
+ "epoch": 0.36844749623178696,
472
+ "grad_norm": 1.5769726037979126,
473
+ "learning_rate": 1.5951413650670666e-06,
474
+ "loss": 0.2368,
475
+ "step": 550
476
+ },
477
+ {
478
+ "epoch": 0.36844749623178696,
479
+ "eval_loss": 0.228424072265625,
480
+ "eval_runtime": 210.22,
481
+ "eval_samples_per_second": 2.987,
482
+ "eval_steps_per_second": 1.494,
483
+ "step": 550
484
+ },
485
+ {
486
+ "epoch": 0.37514654161781946,
487
+ "grad_norm": 1.3758552074432373,
488
+ "learning_rate": 1.5761816709637014e-06,
489
+ "loss": 0.2158,
490
+ "step": 560
491
+ },
492
+ {
493
+ "epoch": 0.38184558700385196,
494
+ "grad_norm": 1.3098106384277344,
495
+ "learning_rate": 1.5569067034425876e-06,
496
+ "loss": 0.2311,
497
+ "step": 570
498
+ },
499
+ {
500
+ "epoch": 0.38854463238988446,
501
+ "grad_norm": 1.5566669702529907,
502
+ "learning_rate": 1.5373270093246217e-06,
503
+ "loss": 0.2202,
504
+ "step": 580
505
+ },
506
+ {
507
+ "epoch": 0.39524367777591696,
508
+ "grad_norm": 1.5586082935333252,
509
+ "learning_rate": 1.5174533021701165e-06,
510
+ "loss": 0.2099,
511
+ "step": 590
512
+ },
513
+ {
514
+ "epoch": 0.4019427231619494,
515
+ "grad_norm": 1.7853736877441406,
516
+ "learning_rate": 1.497296456416587e-06,
517
+ "loss": 0.2153,
518
+ "step": 600
519
+ },
520
+ {
521
+ "epoch": 0.4019427231619494,
522
+ "eval_loss": 0.2123781442642212,
523
+ "eval_runtime": 209.9919,
524
+ "eval_samples_per_second": 2.991,
525
+ "eval_steps_per_second": 1.495,
526
+ "step": 600
527
+ },
528
+ {
529
+ "epoch": 0.4086417685479819,
530
+ "grad_norm": 1.4956289529800415,
531
+ "learning_rate": 1.476867501428506e-06,
532
+ "loss": 0.2003,
533
+ "step": 610
534
+ },
535
+ {
536
+ "epoch": 0.4153408139340144,
537
+ "grad_norm": 2.1181328296661377,
538
+ "learning_rate": 1.4561776154622891e-06,
539
+ "loss": 0.2062,
540
+ "step": 620
541
+ },
542
+ {
543
+ "epoch": 0.4220398593200469,
544
+ "grad_norm": 1.7311185598373413,
545
+ "learning_rate": 1.435238119549809e-06,
546
+ "loss": 0.2059,
547
+ "step": 630
548
+ },
549
+ {
550
+ "epoch": 0.4287389047060794,
551
+ "grad_norm": 1.7530423402786255,
552
+ "learning_rate": 1.4140604713037856e-06,
553
+ "loss": 0.2255,
554
+ "step": 640
555
+ },
556
+ {
557
+ "epoch": 0.4354379500921119,
558
+ "grad_norm": 1.5334357023239136,
559
+ "learning_rate": 1.392656258648443e-06,
560
+ "loss": 0.1917,
561
+ "step": 650
562
+ },
563
+ {
564
+ "epoch": 0.4354379500921119,
565
+ "eval_loss": 0.2000122219324112,
566
+ "eval_runtime": 210.4187,
567
+ "eval_samples_per_second": 2.985,
568
+ "eval_steps_per_second": 1.492,
569
+ "step": 650
570
+ },
571
+ {
572
+ "epoch": 0.4421369954781444,
573
+ "grad_norm": 1.7240939140319824,
574
+ "learning_rate": 1.3710371934788629e-06,
575
+ "loss": 0.2241,
576
+ "step": 660
577
+ },
578
+ {
579
+ "epoch": 0.44883604086417683,
580
+ "grad_norm": 1.3888474702835083,
581
+ "learning_rate": 1.3492151052525022e-06,
582
+ "loss": 0.2014,
583
+ "step": 670
584
+ },
585
+ {
586
+ "epoch": 0.45553508625020933,
587
+ "grad_norm": 1.712149977684021,
588
+ "learning_rate": 1.3272019345163873e-06,
589
+ "loss": 0.2102,
590
+ "step": 680
591
+ },
592
+ {
593
+ "epoch": 0.46223413163624183,
594
+ "grad_norm": 1.8144246339797974,
595
+ "learning_rate": 1.3050097263735173e-06,
596
+ "loss": 0.1958,
597
+ "step": 690
598
+ },
599
+ {
600
+ "epoch": 0.46893317702227433,
601
+ "grad_norm": 1.395092248916626,
602
+ "learning_rate": 1.2826506238920629e-06,
603
+ "loss": 0.1914,
604
+ "step": 700
605
+ },
606
+ {
607
+ "epoch": 0.46893317702227433,
608
+ "eval_loss": 0.18932001292705536,
609
+ "eval_runtime": 210.0115,
610
+ "eval_samples_per_second": 2.99,
611
+ "eval_steps_per_second": 1.495,
612
+ "step": 700
613
+ },
614
+ {
615
+ "epoch": 0.4756322224083068,
616
+ "grad_norm": 1.2977328300476074,
617
+ "learning_rate": 1.2601368614609538e-06,
618
+ "loss": 0.1791,
619
+ "step": 710
620
+ },
621
+ {
622
+ "epoch": 0.4823312677943393,
623
+ "grad_norm": 1.5144984722137451,
624
+ "learning_rate": 1.2374807580955037e-06,
625
+ "loss": 0.1954,
626
+ "step": 720
627
+ },
628
+ {
629
+ "epoch": 0.4890303131803718,
630
+ "grad_norm": 1.26352858543396,
631
+ "learning_rate": 1.2146947106967264e-06,
632
+ "loss": 0.1887,
633
+ "step": 730
634
+ },
635
+ {
636
+ "epoch": 0.49572935856640427,
637
+ "grad_norm": 1.966431736946106,
638
+ "learning_rate": 1.1917911872680354e-06,
639
+ "loss": 0.1828,
640
+ "step": 740
641
+ },
642
+ {
643
+ "epoch": 0.5024284039524368,
644
+ "grad_norm": 1.801213264465332,
645
+ "learning_rate": 1.168782720093038e-06,
646
+ "loss": 0.1822,
647
+ "step": 750
648
+ },
649
+ {
650
+ "epoch": 0.5024284039524368,
651
+ "eval_loss": 0.18144512176513672,
652
+ "eval_runtime": 209.9966,
653
+ "eval_samples_per_second": 2.991,
654
+ "eval_steps_per_second": 1.495,
655
+ "step": 750
656
+ },
657
+ {
658
+ "epoch": 0.5091274493384693,
659
+ "grad_norm": 1.3575425148010254,
660
+ "learning_rate": 1.1456818988781564e-06,
661
+ "loss": 0.1781,
662
+ "step": 760
663
+ },
664
+ {
665
+ "epoch": 0.5158264947245017,
666
+ "grad_norm": 1.884732961654663,
667
+ "learning_rate": 1.1225013638638296e-06,
668
+ "loss": 0.1856,
669
+ "step": 770
670
+ },
671
+ {
672
+ "epoch": 0.5225255401105342,
673
+ "grad_norm": 1.4941363334655762,
674
+ "learning_rate": 1.0992537989080618e-06,
675
+ "loss": 0.1588,
676
+ "step": 780
677
+ },
678
+ {
679
+ "epoch": 0.5292245854965667,
680
+ "grad_norm": 1.5482722520828247,
681
+ "learning_rate": 1.075951924546106e-06,
682
+ "loss": 0.1758,
683
+ "step": 790
684
+ },
685
+ {
686
+ "epoch": 0.5359236308825992,
687
+ "grad_norm": 1.2940350770950317,
688
+ "learning_rate": 1.0526084910300797e-06,
689
+ "loss": 0.1856,
690
+ "step": 800
691
+ },
692
+ {
693
+ "epoch": 0.5359236308825992,
694
+ "eval_loss": 0.1753692328929901,
695
+ "eval_runtime": 210.1082,
696
+ "eval_samples_per_second": 2.989,
697
+ "eval_steps_per_second": 1.494,
698
+ "step": 800
699
+ },
700
+ {
701
+ "epoch": 0.5426226762686317,
702
+ "grad_norm": 1.7873057126998901,
703
+ "learning_rate": 1.0292362713523174e-06,
704
+ "loss": 0.1718,
705
+ "step": 810
706
+ },
707
+ {
708
+ "epoch": 0.5493217216546642,
709
+ "grad_norm": 1.7354981899261475,
710
+ "learning_rate": 1.0058480542562825e-06,
711
+ "loss": 0.1935,
712
+ "step": 820
713
+ },
714
+ {
715
+ "epoch": 0.5560207670406967,
716
+ "grad_norm": 1.8902477025985718,
717
+ "learning_rate": 9.824566372388593e-07,
718
+ "loss": 0.1648,
719
+ "step": 830
720
+ },
721
+ {
722
+ "epoch": 0.5627198124267292,
723
+ "grad_norm": 1.3803671598434448,
724
+ "learning_rate": 9.590748195478557e-07,
725
+ "loss": 0.1722,
726
+ "step": 840
727
+ },
728
+ {
729
+ "epoch": 0.5694188578127617,
730
+ "grad_norm": 1.9309909343719482,
731
+ "learning_rate": 9.357153951785475e-07,
732
+ "loss": 0.1815,
733
+ "step": 850
734
+ },
735
+ {
736
+ "epoch": 0.5694188578127617,
737
+ "eval_loss": 0.16952912509441376,
738
+ "eval_runtime": 208.9831,
739
+ "eval_samples_per_second": 3.005,
740
+ "eval_steps_per_second": 1.503,
741
+ "step": 850
742
+ },
743
+ {
744
+ "epoch": 0.5761179031987942,
745
+ "grad_norm": 2.0065739154815674,
746
+ "learning_rate": 9.123911458730987e-07,
747
+ "loss": 0.1816,
748
+ "step": 860
749
+ },
750
+ {
751
+ "epoch": 0.5828169485848267,
752
+ "grad_norm": 1.3279434442520142,
753
+ "learning_rate": 8.891148341266828e-07,
754
+ "loss": 0.1597,
755
+ "step": 870
756
+ },
757
+ {
758
+ "epoch": 0.5895159939708592,
759
+ "grad_norm": 1.592751145362854,
760
+ "learning_rate": 8.658991962041394e-07,
761
+ "loss": 0.1662,
762
+ "step": 880
763
+ },
764
+ {
765
+ "epoch": 0.5962150393568917,
766
+ "grad_norm": 1.47665274143219,
767
+ "learning_rate": 8.4275693517098e-07,
768
+ "loss": 0.1791,
769
+ "step": 890
770
+ },
771
+ {
772
+ "epoch": 0.6029140847429242,
773
+ "grad_norm": 1.8228442668914795,
774
+ "learning_rate": 8.197007139425631e-07,
775
+ "loss": 0.1499,
776
+ "step": 900
777
+ },
778
+ {
779
+ "epoch": 0.6029140847429242,
780
+ "eval_loss": 0.16557829082012177,
781
+ "eval_runtime": 207.0195,
782
+ "eval_samples_per_second": 3.034,
783
+ "eval_steps_per_second": 1.517,
784
+ "step": 900
785
+ },
786
+ {
787
+ "epoch": 0.6096131301289566,
788
+ "grad_norm": 1.7560912370681763,
789
+ "learning_rate": 7.967431483552356e-07,
790
+ "loss": 0.19,
791
+ "step": 910
792
+ },
793
+ {
794
+ "epoch": 0.6163121755149891,
795
+ "grad_norm": 1.7260010242462158,
796
+ "learning_rate": 7.73896800263237e-07,
797
+ "loss": 0.168,
798
+ "step": 920
799
+ },
800
+ {
801
+ "epoch": 0.6230112209010216,
802
+ "grad_norm": 1.6843092441558838,
803
+ "learning_rate": 7.511741706651385e-07,
804
+ "loss": 0.1897,
805
+ "step": 930
806
+ },
807
+ {
808
+ "epoch": 0.6297102662870541,
809
+ "grad_norm": 1.423301100730896,
810
+ "learning_rate": 7.285876928635863e-07,
811
+ "loss": 0.162,
812
+ "step": 940
813
+ },
814
+ {
815
+ "epoch": 0.6364093116730866,
816
+ "grad_norm": 1.5540543794631958,
817
+ "learning_rate": 7.061497256620792e-07,
818
+ "loss": 0.1733,
819
+ "step": 950
820
+ },
821
+ {
822
+ "epoch": 0.6364093116730866,
823
+ "eval_loss": 0.16183187067508698,
824
+ "eval_runtime": 206.8579,
825
+ "eval_samples_per_second": 3.036,
826
+ "eval_steps_per_second": 1.518,
827
+ "step": 950
828
+ },
829
+ {
830
+ "epoch": 0.6431083570591191,
831
+ "grad_norm": 1.6898900270462036,
832
+ "learning_rate": 6.838725466025165e-07,
833
+ "loss": 0.1765,
834
+ "step": 960
835
+ },
836
+ {
837
+ "epoch": 0.6498074024451516,
838
+ "grad_norm": 1.6521717309951782,
839
+ "learning_rate": 6.617683452472083e-07,
840
+ "loss": 0.1642,
841
+ "step": 970
842
+ },
843
+ {
844
+ "epoch": 0.6565064478311841,
845
+ "grad_norm": 1.9242119789123535,
846
+ "learning_rate": 6.398492165090246e-07,
847
+ "loss": 0.1761,
848
+ "step": 980
849
+ },
850
+ {
851
+ "epoch": 0.6632054932172166,
852
+ "grad_norm": 1.9432291984558105,
853
+ "learning_rate": 6.181271540333379e-07,
854
+ "loss": 0.1696,
855
+ "step": 990
856
+ },
857
+ {
858
+ "epoch": 0.6699045386032491,
859
+ "grad_norm": 1.2695698738098145,
860
+ "learning_rate": 5.966140436353728e-07,
861
+ "loss": 0.1779,
862
+ "step": 1000
863
+ },
864
+ {
865
+ "epoch": 0.6699045386032491,
866
+ "eval_loss": 0.15969812870025635,
867
+ "eval_runtime": 206.9864,
868
+ "eval_samples_per_second": 3.034,
869
+ "eval_steps_per_second": 1.517,
870
+ "step": 1000
871
+ },
872
+ {
873
+ "epoch": 0.6766035839892816,
874
+ "grad_norm": 1.7133862972259521,
875
+ "learning_rate": 5.753216567965625e-07,
876
+ "loss": 0.1636,
877
+ "step": 1010
878
+ },
879
+ {
880
+ "epoch": 0.683302629375314,
881
+ "grad_norm": 1.5325969457626343,
882
+ "learning_rate": 5.542616442234618e-07,
883
+ "loss": 0.1655,
884
+ "step": 1020
885
+ },
886
+ {
887
+ "epoch": 0.6900016747613466,
888
+ "grad_norm": 1.3512976169586182,
889
+ "learning_rate": 5.334455294727477e-07,
890
+ "loss": 0.1612,
891
+ "step": 1030
892
+ },
893
+ {
894
+ "epoch": 0.696700720147379,
895
+ "grad_norm": 1.694158911705017,
896
+ "learning_rate": 5.128847026457931e-07,
897
+ "loss": 0.1631,
898
+ "step": 1040
899
+ },
900
+ {
901
+ "epoch": 0.7033997655334114,
902
+ "grad_norm": 1.8738293647766113,
903
+ "learning_rate": 4.925904141562662e-07,
904
+ "loss": 0.1578,
905
+ "step": 1050
906
+ },
907
+ {
908
+ "epoch": 0.7033997655334114,
909
+ "eval_loss": 0.15765480697155,
910
+ "eval_runtime": 206.2605,
911
+ "eval_samples_per_second": 3.045,
912
+ "eval_steps_per_second": 1.522,
913
+ "step": 1050
914
+ },
915
+ {
916
+ "epoch": 0.7100988109194439,
917
+ "grad_norm": 1.7786355018615723,
918
+ "learning_rate": 4.72573768574156e-07,
919
+ "loss": 0.1526,
920
+ "step": 1060
921
+ },
922
+ {
923
+ "epoch": 0.7167978563054764,
924
+ "grad_norm": 1.5581673383712769,
925
+ "learning_rate": 4.528457185496134e-07,
926
+ "loss": 0.158,
927
+ "step": 1070
928
+ },
929
+ {
930
+ "epoch": 0.7234969016915089,
931
+ "grad_norm": 1.292310118675232,
932
+ "learning_rate": 4.334170588199061e-07,
933
+ "loss": 0.1488,
934
+ "step": 1080
935
+ },
936
+ {
937
+ "epoch": 0.7301959470775414,
938
+ "grad_norm": 1.2164219617843628,
939
+ "learning_rate": 4.1429842030278774e-07,
940
+ "loss": 0.1682,
941
+ "step": 1090
942
+ },
943
+ {
944
+ "epoch": 0.7368949924635739,
945
+ "grad_norm": 1.3037480115890503,
946
+ "learning_rate": 3.955002642795031e-07,
947
+ "loss": 0.1667,
948
+ "step": 1100
949
+ },
950
+ {
951
+ "epoch": 0.7368949924635739,
952
+ "eval_loss": 0.15579576790332794,
953
+ "eval_runtime": 210.0947,
954
+ "eval_samples_per_second": 2.989,
955
+ "eval_steps_per_second": 1.495,
956
+ "step": 1100
957
+ },
958
+ {
959
+ "epoch": 0.7435940378496064,
960
+ "grad_norm": 1.4214398860931396,
961
+ "learning_rate": 3.770328766706139e-07,
962
+ "loss": 0.1642,
963
+ "step": 1110
964
+ },
965
+ {
966
+ "epoch": 0.7502930832356389,
967
+ "grad_norm": 1.7904776334762573,
968
+ "learning_rate": 3.5890636240778015e-07,
969
+ "loss": 0.1632,
970
+ "step": 1120
971
+ },
972
+ {
973
+ "epoch": 0.7569921286216714,
974
+ "grad_norm": 1.4325569868087769,
975
+ "learning_rate": 3.411306399045697e-07,
976
+ "loss": 0.1501,
977
+ "step": 1130
978
+ },
979
+ {
980
+ "epoch": 0.7636911740077039,
981
+ "grad_norm": 1.7353627681732178,
982
+ "learning_rate": 3.2371543562933357e-07,
983
+ "loss": 0.1589,
984
+ "step": 1140
985
+ },
986
+ {
987
+ "epoch": 0.7703902193937364,
988
+ "grad_norm": 1.7524937391281128,
989
+ "learning_rate": 3.066702787831017e-07,
990
+ "loss": 0.1571,
991
+ "step": 1150
992
+ },
993
+ {
994
+ "epoch": 0.7703902193937364,
995
+ "eval_loss": 0.15445640683174133,
996
+ "eval_runtime": 210.1488,
997
+ "eval_samples_per_second": 2.988,
998
+ "eval_steps_per_second": 1.494,
999
+ "step": 1150
1000
+ },
1001
+ {
1002
+ "epoch": 0.7770892647797689,
1003
+ "grad_norm": 1.4093834161758423,
1004
+ "learning_rate": 2.900044960854244e-07,
1005
+ "loss": 0.1581,
1006
+ "step": 1160
1007
+ },
1008
+ {
1009
+ "epoch": 0.7837883101658014,
1010
+ "grad_norm": 1.8619221448898315,
1011
+ "learning_rate": 2.737272066710036e-07,
1012
+ "loss": 0.1677,
1013
+ "step": 1170
1014
+ },
1015
+ {
1016
+ "epoch": 0.7904873555518339,
1017
+ "grad_norm": 1.5498839616775513,
1018
+ "learning_rate": 2.578473170999127e-07,
1019
+ "loss": 0.1523,
1020
+ "step": 1180
1021
+ },
1022
+ {
1023
+ "epoch": 0.7971864009378663,
1024
+ "grad_norm": 1.6244864463806152,
1025
+ "learning_rate": 2.423735164841294e-07,
1026
+ "loss": 0.1786,
1027
+ "step": 1190
1028
+ },
1029
+ {
1030
+ "epoch": 0.8038854463238988,
1031
+ "grad_norm": 1.524354100227356,
1032
+ "learning_rate": 2.2731427173305307e-07,
1033
+ "loss": 0.1589,
1034
+ "step": 1200
1035
+ },
1036
+ {
1037
+ "epoch": 0.8038854463238988,
1038
+ "eval_loss": 0.1536036878824234,
1039
+ "eval_runtime": 210.0623,
1040
+ "eval_samples_per_second": 2.99,
1041
+ "eval_steps_per_second": 1.495,
1042
+ "step": 1200
1043
+ },
1044
+ {
1045
+ "epoch": 0.8105844917099313,
1046
+ "grad_norm": 1.598970890045166,
1047
+ "learning_rate": 2.1267782292060576e-07,
1048
+ "loss": 0.1602,
1049
+ "step": 1210
1050
+ },
1051
+ {
1052
+ "epoch": 0.8172835370959638,
1053
+ "grad_norm": 2.381743907928467,
1054
+ "learning_rate": 1.984721787764534e-07,
1055
+ "loss": 0.1645,
1056
+ "step": 1220
1057
+ },
1058
+ {
1059
+ "epoch": 0.8239825824819963,
1060
+ "grad_norm": 1.6264909505844116,
1061
+ "learning_rate": 1.847051123038098e-07,
1062
+ "loss": 0.1554,
1063
+ "step": 1230
1064
+ },
1065
+ {
1066
+ "epoch": 0.8306816278680288,
1067
+ "grad_norm": 1.6028659343719482,
1068
+ "learning_rate": 1.7138415652622994e-07,
1069
+ "loss": 0.1627,
1070
+ "step": 1240
1071
+ },
1072
+ {
1073
+ "epoch": 0.8373806732540613,
1074
+ "grad_norm": 1.627546787261963,
1075
+ "learning_rate": 1.5851660036571113e-07,
1076
+ "loss": 0.1671,
1077
+ "step": 1250
1078
+ },
1079
+ {
1080
+ "epoch": 0.8373806732540613,
1081
+ "eval_loss": 0.1531084179878235,
1082
+ "eval_runtime": 210.0584,
1083
+ "eval_samples_per_second": 2.99,
1084
+ "eval_steps_per_second": 1.495,
1085
+ "step": 1250
1086
+ },
1087
+ {
1088
+ "epoch": 0.8440797186400938,
1089
+ "grad_norm": 1.817571759223938,
1090
+ "learning_rate": 1.4610948465436068e-07,
1091
+ "loss": 0.1623,
1092
+ "step": 1260
1093
+ },
1094
+ {
1095
+ "epoch": 0.8507787640261263,
1096
+ "grad_norm": 1.5762296915054321,
1097
+ "learning_rate": 1.3416959828181518e-07,
1098
+ "loss": 0.1628,
1099
+ "step": 1270
1100
+ },
1101
+ {
1102
+ "epoch": 0.8574778094121588,
1103
+ "grad_norm": 1.2046678066253662,
1104
+ "learning_rate": 1.2270347448051455e-07,
1105
+ "loss": 0.1573,
1106
+ "step": 1280
1107
+ },
1108
+ {
1109
+ "epoch": 0.8641768547981913,
1110
+ "grad_norm": 2.2138359546661377,
1111
+ "learning_rate": 1.1171738725086832e-07,
1112
+ "loss": 0.1672,
1113
+ "step": 1290
1114
+ },
1115
+ {
1116
+ "epoch": 0.8708759001842238,
1117
+ "grad_norm": 1.2620127201080322,
1118
+ "learning_rate": 1.0121734792826353e-07,
1119
+ "loss": 0.1457,
1120
+ "step": 1300
1121
+ },
1122
+ {
1123
+ "epoch": 0.8708759001842238,
1124
+ "eval_loss": 0.15241335332393646,
1125
+ "eval_runtime": 210.1227,
1126
+ "eval_samples_per_second": 2.989,
1127
+ "eval_steps_per_second": 1.494,
1128
+ "step": 1300
1129
+ },
1130
+ {
1131
+ "epoch": 0.8775749455702563,
1132
+ "grad_norm": 1.4510090351104736,
1133
+ "learning_rate": 9.120910189380293e-08,
1134
+ "loss": 0.1704,
1135
+ "step": 1310
1136
+ },
1137
+ {
1138
+ "epoch": 0.8842739909562888,
1139
+ "grad_norm": 1.9066110849380493,
1140
+ "learning_rate": 8.169812543056154e-08,
1141
+ "loss": 0.1668,
1142
+ "step": 1320
1143
+ },
1144
+ {
1145
+ "epoch": 0.8909730363423212,
1146
+ "grad_norm": 1.3622069358825684,
1147
+ "learning_rate": 7.268962272709101e-08,
1148
+ "loss": 0.1468,
1149
+ "step": 1330
1150
+ },
1151
+ {
1152
+ "epoch": 0.8976720817283537,
1153
+ "grad_norm": 1.8316006660461426,
1154
+ "learning_rate": 6.418852302980649e-08,
1155
+ "loss": 0.1603,
1156
+ "step": 1340
1157
+ },
1158
+ {
1159
+ "epoch": 0.9043711271143862,
1160
+ "grad_norm": 1.3818883895874023,
1161
+ "learning_rate": 5.619947794581614e-08,
1162
+ "loss": 0.1557,
1163
+ "step": 1350
1164
+ },
1165
+ {
1166
+ "epoch": 0.9043711271143862,
1167
+ "eval_loss": 0.15219451487064362,
1168
+ "eval_runtime": 210.3926,
1169
+ "eval_samples_per_second": 2.985,
1170
+ "eval_steps_per_second": 1.492,
1171
+ "step": 1350
1172
+ },
1173
+ {
1174
+ "epoch": 0.9110701725004187,
1175
+ "grad_norm": 1.553291916847229,
1176
+ "learning_rate": 4.8726858897667814e-08,
1177
+ "loss": 0.1449,
1178
+ "step": 1360
1179
+ },
1180
+ {
1181
+ "epoch": 0.9177692178864512,
1182
+ "grad_norm": 1.3580824136734009,
1183
+ "learning_rate": 4.1774754731407235e-08,
1184
+ "loss": 0.1536,
1185
+ "step": 1370
1186
+ },
1187
+ {
1188
+ "epoch": 0.9244682632724837,
1189
+ "grad_norm": 1.717352032661438,
1190
+ "learning_rate": 3.534696947925453e-08,
1191
+ "loss": 0.1577,
1192
+ "step": 1380
1193
+ },
1194
+ {
1195
+ "epoch": 0.9311673086585162,
1196
+ "grad_norm": 1.5122058391571045,
1197
+ "learning_rate": 2.9447020278125067e-08,
1198
+ "loss": 0.1471,
1199
+ "step": 1390
1200
+ },
1201
+ {
1202
+ "epoch": 0.9378663540445487,
1203
+ "grad_norm": 1.3521865606307983,
1204
+ "learning_rate": 2.407813544513315e-08,
1205
+ "loss": 0.1657,
1206
+ "step": 1400
1207
+ },
1208
+ {
1209
+ "epoch": 0.9378663540445487,
1210
+ "eval_loss": 0.15204142034053802,
1211
+ "eval_runtime": 210.0733,
1212
+ "eval_samples_per_second": 2.989,
1213
+ "eval_steps_per_second": 1.495,
1214
+ "step": 1400
1215
+ },
1216
+ {
1217
+ "epoch": 0.9445653994305812,
1218
+ "grad_norm": 1.4450511932373047,
1219
+ "learning_rate": 1.924325271112992e-08,
1220
+ "loss": 0.1526,
1221
+ "step": 1410
1222
+ },
1223
+ {
1224
+ "epoch": 0.9512644448166137,
1225
+ "grad_norm": 1.2123303413391113,
1226
+ "learning_rate": 1.494501761324529e-08,
1227
+ "loss": 0.1525,
1228
+ "step": 1420
1229
+ },
1230
+ {
1231
+ "epoch": 0.9579634902026462,
1232
+ "grad_norm": 1.5129427909851074,
1233
+ "learning_rate": 1.11857820473098e-08,
1234
+ "loss": 0.1572,
1235
+ "step": 1430
1236
+ },
1237
+ {
1238
+ "epoch": 0.9646625355886786,
1239
+ "grad_norm": 1.4353489875793457,
1240
+ "learning_rate": 7.967602980951226e-09,
1241
+ "loss": 0.1573,
1242
+ "step": 1440
1243
+ },
1244
+ {
1245
+ "epoch": 0.9713615809747111,
1246
+ "grad_norm": 1.2168687582015991,
1247
+ "learning_rate": 5.29224132806938e-09,
1248
+ "loss": 0.1507,
1249
+ "step": 1450
1250
+ },
1251
+ {
1252
+ "epoch": 0.9713615809747111,
1253
+ "eval_loss": 0.15192590653896332,
1254
+ "eval_runtime": 210.4778,
1255
+ "eval_samples_per_second": 2.984,
1256
+ "eval_steps_per_second": 1.492,
1257
+ "step": 1450
1258
+ },
1259
+ {
1260
+ "epoch": 0.9780606263607436,
1261
+ "grad_norm": 1.9652212858200073,
1262
+ "learning_rate": 3.1611609853041676e-09,
1263
+ "loss": 0.1583,
1264
+ "step": 1460
1265
+ },
1266
+ {
1267
+ "epoch": 0.984759671746776,
1268
+ "grad_norm": 1.7049267292022705,
1269
+ "learning_rate": 1.5755280310244534e-09,
1270
+ "loss": 0.1576,
1271
+ "step": 1470
1272
+ },
1273
+ {
1274
+ "epoch": 0.9914587171328085,
1275
+ "grad_norm": 1.3600727319717407,
1276
+ "learning_rate": 5.362100872773334e-10,
1277
+ "loss": 0.1512,
1278
+ "step": 1480
1279
+ },
1280
+ {
1281
+ "epoch": 0.998157762518841,
1282
+ "grad_norm": 1.3379324674606323,
1283
+ "learning_rate": 4.3775845044780045e-11,
1284
+ "loss": 0.1571,
1285
+ "step": 1490
1286
+ }
1287
+ ],
1288
+ "logging_steps": 10,
1289
+ "max_steps": 1493,
1290
+ "num_input_tokens_seen": 0,
1291
+ "num_train_epochs": 1,
1292
+ "save_steps": 200,
1293
+ "stateful_callbacks": {
1294
+ "TrainerControl": {
1295
+ "args": {
1296
+ "should_epoch_stop": false,
1297
+ "should_evaluate": false,
1298
+ "should_log": false,
1299
+ "should_save": true,
1300
+ "should_training_stop": true
1301
+ },
1302
+ "attributes": {}
1303
+ }
1304
+ },
1305
+ "total_flos": 5.3882191414872576e+17,
1306
+ "train_batch_size": 2,
1307
+ "trial_name": null,
1308
+ "trial_params": null
1309
+ }
checkpoint-1493/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5a224113d6f020e0ac71ad6b4f514558f0c128781c5e955c17ed55195391d17
3
+ size 5777
checkpoint-1493/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
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: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": "<|endoftext|>",
204
+ "padding_side": "right",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff