nareshmlx commited on
Commit
2a05d02
·
verified ·
1 Parent(s): b0bb2bb

Upload folder using huggingface_hub

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-4000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ checkpoint-5346/tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/qwen2.5-coder-1.5b-instruct-bnb-4bit
3
+ library_name: transformers
4
+ model_name: outputs
5
+ tags:
6
+ - generated_from_trainer
7
+ - unsloth
8
+ - sft
9
+ - trl
10
+ licence: license
11
+ ---
12
+
13
+ # Model Card for outputs
14
+
15
+ This model is a fine-tuned version of [unsloth/qwen2.5-coder-1.5b-instruct-bnb-4bit](https://huggingface.co/unsloth/qwen2.5-coder-1.5b-instruct-bnb-4bit).
16
+ It has been trained using [TRL](https://github.com/huggingface/trl).
17
+
18
+ ## Quick start
19
+
20
+ ```python
21
+ from transformers import pipeline
22
+
23
+ question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
24
+ generator = pipeline("text-generation", model="None", device="cuda")
25
+ output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
26
+ print(output["generated_text"])
27
+ ```
28
+
29
+ ## Training procedure
30
+
31
+
32
+
33
+
34
+ This model was trained with SFT.
35
+
36
+ ### Framework versions
37
+
38
+ - TRL: 0.22.2
39
+ - Transformers: 4.55.4
40
+ - Pytorch: 2.8.0
41
+ - Datasets: 3.6.0
42
+ - Tokenizers: 0.21.4
43
+
44
+ ## Citations
45
+
46
+
47
+
48
+ Cite TRL as:
49
+
50
+ ```bibtex
51
+ @misc{vonwerra2022trl,
52
+ title = {{TRL: Transformer Reinforcement Learning}},
53
+ author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},
54
+ year = 2020,
55
+ journal = {GitHub repository},
56
+ publisher = {GitHub},
57
+ howpublished = {\url{https://github.com/huggingface/trl}}
58
+ }
59
+ ```
checkpoint-4000/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/qwen2.5-coder-1.5b-instruct-bnb-4bit
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/qwen2.5-coder-1.5b-instruct-bnb-4bit
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.17.1
checkpoint-4000/adapter_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/qwen2.5-coder-1.5b-instruct-bnb-4bit",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 16,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "v_proj",
29
+ "k_proj",
30
+ "down_proj",
31
+ "q_proj",
32
+ "up_proj",
33
+ "gate_proj",
34
+ "o_proj"
35
+ ],
36
+ "target_parameters": null,
37
+ "task_type": "CAUSAL_LM",
38
+ "trainable_token_indices": null,
39
+ "use_dora": false,
40
+ "use_qalora": false,
41
+ "use_rslora": false
42
+ }
checkpoint-4000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc1f2750bdbb0b6c46d28cb4cb91343806523b43d992c6d1e06a9ad1dda38f58
3
+ size 73911112
checkpoint-4000/added_tokens.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|PAD_TOKEN|>": 151665,
5
+ "<|box_end|>": 151649,
6
+ "<|box_start|>": 151648,
7
+ "<|endoftext|>": 151643,
8
+ "<|file_sep|>": 151664,
9
+ "<|fim_middle|>": 151660,
10
+ "<|fim_pad|>": 151662,
11
+ "<|fim_prefix|>": 151659,
12
+ "<|fim_suffix|>": 151661,
13
+ "<|im_end|>": 151645,
14
+ "<|im_start|>": 151644,
15
+ "<|image_pad|>": 151655,
16
+ "<|object_ref_end|>": 151647,
17
+ "<|object_ref_start|>": 151646,
18
+ "<|quad_end|>": 151651,
19
+ "<|quad_start|>": 151650,
20
+ "<|repo_name|>": 151663,
21
+ "<|video_pad|>": 151656,
22
+ "<|vision_end|>": 151653,
23
+ "<|vision_pad|>": 151654,
24
+ "<|vision_start|>": 151652
25
+ }
checkpoint-4000/chat_template.jinja ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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") %} {{- '<|im_start|>user' }}
42
+ {%- endif %}
43
+ {{- '\n<tool_response>\n' }}
44
+ {{- message.content }}
45
+ {{- '\n</tool_response>' }}
46
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
47
+ {{- '<|im_end|>\n' }}
48
+ {%- endif %}
49
+ {%- endif %}
50
+ {%- endfor %}
51
+ {%- if add_generation_prompt %}
52
+ {{- '<|im_start|>assistant\n' }}
53
+ {%- endif %}
checkpoint-4000/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-4000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c14a7f8ce4aadb7f8c452f67c52fa1a71c8810cad7bd4ef6af29e328785bcb02
3
+ size 148053627
checkpoint-4000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec2cf52e4c3f15759e904ba93b5a10165bb850df54a226c7977bcfa5b79f76fb
3
+ size 14645
checkpoint-4000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8591387111266e3b01a283227e63062d09f811bbd91853dac343c8696630f2da
3
+ size 1465
checkpoint-4000/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": "<|PAD_TOKEN|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
checkpoint-4000/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fab42efe8d17406525a9154b728cf9e957629a8ed7ce997770efdd71128c6a1a
3
+ size 11422086
checkpoint-4000/tokenizer_config.json ADDED
@@ -0,0 +1,216 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<|PAD_TOKEN|>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": true
188
+ }
189
+ },
190
+ "additional_special_tokens": [
191
+ "<|im_start|>",
192
+ "<|im_end|>",
193
+ "<|object_ref_start|>",
194
+ "<|object_ref_end|>",
195
+ "<|box_start|>",
196
+ "<|box_end|>",
197
+ "<|quad_start|>",
198
+ "<|quad_end|>",
199
+ "<|vision_start|>",
200
+ "<|vision_end|>",
201
+ "<|vision_pad|>",
202
+ "<|image_pad|>",
203
+ "<|video_pad|>"
204
+ ],
205
+ "bos_token": null,
206
+ "clean_up_tokenization_spaces": false,
207
+ "eos_token": "<|im_end|>",
208
+ "errors": "replace",
209
+ "extra_special_tokens": {},
210
+ "model_max_length": 32768,
211
+ "pad_token": "<|PAD_TOKEN|>",
212
+ "padding_side": "right",
213
+ "split_special_tokens": false,
214
+ "tokenizer_class": "Qwen2Tokenizer",
215
+ "unk_token": null
216
+ }
checkpoint-4000/trainer_state.json ADDED
@@ -0,0 +1,1154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.244668911335578,
6
+ "eval_steps": 500,
7
+ "global_step": 4000,
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.014029180695847363,
14
+ "grad_norm": 2.10097336769104,
15
+ "learning_rate": 0.00019928852274854898,
16
+ "loss": 1.882,
17
+ "step": 25
18
+ },
19
+ {
20
+ "epoch": 0.028058361391694726,
21
+ "grad_norm": 1.7152155637741089,
22
+ "learning_rate": 0.00019835236847032392,
23
+ "loss": 1.9549,
24
+ "step": 50
25
+ },
26
+ {
27
+ "epoch": 0.04208754208754209,
28
+ "grad_norm": 1.2712793350219727,
29
+ "learning_rate": 0.00019741621419209885,
30
+ "loss": 2.0645,
31
+ "step": 75
32
+ },
33
+ {
34
+ "epoch": 0.05611672278338945,
35
+ "grad_norm": 1.8182361125946045,
36
+ "learning_rate": 0.00019648005991387382,
37
+ "loss": 2.0212,
38
+ "step": 100
39
+ },
40
+ {
41
+ "epoch": 0.07014590347923681,
42
+ "grad_norm": 2.1019437313079834,
43
+ "learning_rate": 0.00019554390563564878,
44
+ "loss": 1.866,
45
+ "step": 125
46
+ },
47
+ {
48
+ "epoch": 0.08417508417508418,
49
+ "grad_norm": 1.8642802238464355,
50
+ "learning_rate": 0.0001946077513574237,
51
+ "loss": 1.7157,
52
+ "step": 150
53
+ },
54
+ {
55
+ "epoch": 0.09820426487093153,
56
+ "grad_norm": 2.941638946533203,
57
+ "learning_rate": 0.00019367159707919866,
58
+ "loss": 1.9151,
59
+ "step": 175
60
+ },
61
+ {
62
+ "epoch": 0.1122334455667789,
63
+ "grad_norm": 2.4754459857940674,
64
+ "learning_rate": 0.00019273544280097363,
65
+ "loss": 1.8758,
66
+ "step": 200
67
+ },
68
+ {
69
+ "epoch": 0.12626262626262627,
70
+ "grad_norm": 2.7489519119262695,
71
+ "learning_rate": 0.00019179928852274856,
72
+ "loss": 1.8385,
73
+ "step": 225
74
+ },
75
+ {
76
+ "epoch": 0.14029180695847362,
77
+ "grad_norm": 1.8580266237258911,
78
+ "learning_rate": 0.0001908631342445235,
79
+ "loss": 1.8651,
80
+ "step": 250
81
+ },
82
+ {
83
+ "epoch": 0.15432098765432098,
84
+ "grad_norm": 2.3558552265167236,
85
+ "learning_rate": 0.00018992697996629844,
86
+ "loss": 1.7925,
87
+ "step": 275
88
+ },
89
+ {
90
+ "epoch": 0.16835016835016836,
91
+ "grad_norm": 4.575771331787109,
92
+ "learning_rate": 0.0001889908256880734,
93
+ "loss": 1.7716,
94
+ "step": 300
95
+ },
96
+ {
97
+ "epoch": 0.18237934904601572,
98
+ "grad_norm": 3.215369701385498,
99
+ "learning_rate": 0.00018805467140984837,
100
+ "loss": 1.9096,
101
+ "step": 325
102
+ },
103
+ {
104
+ "epoch": 0.19640852974186307,
105
+ "grad_norm": 1.1048444509506226,
106
+ "learning_rate": 0.00018711851713162328,
107
+ "loss": 1.7396,
108
+ "step": 350
109
+ },
110
+ {
111
+ "epoch": 0.21043771043771045,
112
+ "grad_norm": 3.72884202003479,
113
+ "learning_rate": 0.00018618236285339825,
114
+ "loss": 1.9161,
115
+ "step": 375
116
+ },
117
+ {
118
+ "epoch": 0.2244668911335578,
119
+ "grad_norm": 2.643915891647339,
120
+ "learning_rate": 0.00018524620857517321,
121
+ "loss": 2.2453,
122
+ "step": 400
123
+ },
124
+ {
125
+ "epoch": 0.23849607182940516,
126
+ "grad_norm": 2.8237082958221436,
127
+ "learning_rate": 0.00018431005429694815,
128
+ "loss": 2.4445,
129
+ "step": 425
130
+ },
131
+ {
132
+ "epoch": 0.25252525252525254,
133
+ "grad_norm": 1.8723883628845215,
134
+ "learning_rate": 0.0001833739000187231,
135
+ "loss": 2.4039,
136
+ "step": 450
137
+ },
138
+ {
139
+ "epoch": 0.2665544332210999,
140
+ "grad_norm": 1.9935405254364014,
141
+ "learning_rate": 0.00018243774574049803,
142
+ "loss": 2.3307,
143
+ "step": 475
144
+ },
145
+ {
146
+ "epoch": 0.28058361391694725,
147
+ "grad_norm": 1.7783311605453491,
148
+ "learning_rate": 0.000181501591462273,
149
+ "loss": 2.4179,
150
+ "step": 500
151
+ },
152
+ {
153
+ "epoch": 0.2946127946127946,
154
+ "grad_norm": 1.417754054069519,
155
+ "learning_rate": 0.00018056543718404796,
156
+ "loss": 2.3088,
157
+ "step": 525
158
+ },
159
+ {
160
+ "epoch": 0.30864197530864196,
161
+ "grad_norm": 2.444193124771118,
162
+ "learning_rate": 0.00017962928290582287,
163
+ "loss": 2.4227,
164
+ "step": 550
165
+ },
166
+ {
167
+ "epoch": 0.3226711560044893,
168
+ "grad_norm": 2.255748987197876,
169
+ "learning_rate": 0.00017869312862759784,
170
+ "loss": 2.3584,
171
+ "step": 575
172
+ },
173
+ {
174
+ "epoch": 0.3367003367003367,
175
+ "grad_norm": 2.1884357929229736,
176
+ "learning_rate": 0.0001777569743493728,
177
+ "loss": 2.1804,
178
+ "step": 600
179
+ },
180
+ {
181
+ "epoch": 0.3507295173961841,
182
+ "grad_norm": 1.6140755414962769,
183
+ "learning_rate": 0.00017682082007114774,
184
+ "loss": 2.4004,
185
+ "step": 625
186
+ },
187
+ {
188
+ "epoch": 0.36475869809203143,
189
+ "grad_norm": 1.222005844116211,
190
+ "learning_rate": 0.00017588466579292268,
191
+ "loss": 2.41,
192
+ "step": 650
193
+ },
194
+ {
195
+ "epoch": 0.3787878787878788,
196
+ "grad_norm": 2.1180336475372314,
197
+ "learning_rate": 0.00017494851151469762,
198
+ "loss": 2.3695,
199
+ "step": 675
200
+ },
201
+ {
202
+ "epoch": 0.39281705948372614,
203
+ "grad_norm": 2.320734739303589,
204
+ "learning_rate": 0.00017401235723647258,
205
+ "loss": 2.4031,
206
+ "step": 700
207
+ },
208
+ {
209
+ "epoch": 0.4068462401795735,
210
+ "grad_norm": 1.6662636995315552,
211
+ "learning_rate": 0.00017307620295824755,
212
+ "loss": 2.4192,
213
+ "step": 725
214
+ },
215
+ {
216
+ "epoch": 0.4208754208754209,
217
+ "grad_norm": 1.4911861419677734,
218
+ "learning_rate": 0.00017214004868002246,
219
+ "loss": 2.3,
220
+ "step": 750
221
+ },
222
+ {
223
+ "epoch": 0.43490460157126826,
224
+ "grad_norm": 1.3176157474517822,
225
+ "learning_rate": 0.00017120389440179742,
226
+ "loss": 2.3768,
227
+ "step": 775
228
+ },
229
+ {
230
+ "epoch": 0.4489337822671156,
231
+ "grad_norm": 1.7129669189453125,
232
+ "learning_rate": 0.0001702677401235724,
233
+ "loss": 2.4815,
234
+ "step": 800
235
+ },
236
+ {
237
+ "epoch": 0.46296296296296297,
238
+ "grad_norm": 1.7648168802261353,
239
+ "learning_rate": 0.00016933158584534733,
240
+ "loss": 2.4509,
241
+ "step": 825
242
+ },
243
+ {
244
+ "epoch": 0.4769921436588103,
245
+ "grad_norm": 1.7576874494552612,
246
+ "learning_rate": 0.00016839543156712227,
247
+ "loss": 2.4697,
248
+ "step": 850
249
+ },
250
+ {
251
+ "epoch": 0.4910213243546577,
252
+ "grad_norm": 2.3778634071350098,
253
+ "learning_rate": 0.0001674592772888972,
254
+ "loss": 2.416,
255
+ "step": 875
256
+ },
257
+ {
258
+ "epoch": 0.5050505050505051,
259
+ "grad_norm": 2.6142146587371826,
260
+ "learning_rate": 0.00016652312301067217,
261
+ "loss": 2.3169,
262
+ "step": 900
263
+ },
264
+ {
265
+ "epoch": 0.5190796857463524,
266
+ "grad_norm": 1.3990776538848877,
267
+ "learning_rate": 0.00016558696873244713,
268
+ "loss": 2.3465,
269
+ "step": 925
270
+ },
271
+ {
272
+ "epoch": 0.5331088664421998,
273
+ "grad_norm": 1.65084707736969,
274
+ "learning_rate": 0.00016465081445422205,
275
+ "loss": 2.3098,
276
+ "step": 950
277
+ },
278
+ {
279
+ "epoch": 0.5471380471380471,
280
+ "grad_norm": 1.5017579793930054,
281
+ "learning_rate": 0.000163714660175997,
282
+ "loss": 2.3946,
283
+ "step": 975
284
+ },
285
+ {
286
+ "epoch": 0.5611672278338945,
287
+ "grad_norm": 1.3995898962020874,
288
+ "learning_rate": 0.00016277850589777198,
289
+ "loss": 2.3814,
290
+ "step": 1000
291
+ },
292
+ {
293
+ "epoch": 0.5751964085297419,
294
+ "grad_norm": 1.5977699756622314,
295
+ "learning_rate": 0.00016184235161954691,
296
+ "loss": 2.2956,
297
+ "step": 1025
298
+ },
299
+ {
300
+ "epoch": 0.5892255892255892,
301
+ "grad_norm": 1.5083733797073364,
302
+ "learning_rate": 0.00016090619734132185,
303
+ "loss": 2.4089,
304
+ "step": 1050
305
+ },
306
+ {
307
+ "epoch": 0.6032547699214366,
308
+ "grad_norm": 1.9143089056015015,
309
+ "learning_rate": 0.0001599700430630968,
310
+ "loss": 2.511,
311
+ "step": 1075
312
+ },
313
+ {
314
+ "epoch": 0.6172839506172839,
315
+ "grad_norm": 1.4765998125076294,
316
+ "learning_rate": 0.00015903388878487176,
317
+ "loss": 2.4673,
318
+ "step": 1100
319
+ },
320
+ {
321
+ "epoch": 0.6313131313131313,
322
+ "grad_norm": 1.5570839643478394,
323
+ "learning_rate": 0.00015809773450664672,
324
+ "loss": 2.4941,
325
+ "step": 1125
326
+ },
327
+ {
328
+ "epoch": 0.6453423120089786,
329
+ "grad_norm": 1.695884346961975,
330
+ "learning_rate": 0.00015716158022842163,
331
+ "loss": 2.54,
332
+ "step": 1150
333
+ },
334
+ {
335
+ "epoch": 0.6593714927048261,
336
+ "grad_norm": 1.961042881011963,
337
+ "learning_rate": 0.0001562254259501966,
338
+ "loss": 2.4232,
339
+ "step": 1175
340
+ },
341
+ {
342
+ "epoch": 0.6734006734006734,
343
+ "grad_norm": 1.2104586362838745,
344
+ "learning_rate": 0.00015528927167197156,
345
+ "loss": 2.4932,
346
+ "step": 1200
347
+ },
348
+ {
349
+ "epoch": 0.6874298540965208,
350
+ "grad_norm": 2.0136559009552,
351
+ "learning_rate": 0.0001543531173937465,
352
+ "loss": 2.5531,
353
+ "step": 1225
354
+ },
355
+ {
356
+ "epoch": 0.7014590347923682,
357
+ "grad_norm": 1.224069595336914,
358
+ "learning_rate": 0.00015341696311552144,
359
+ "loss": 2.4507,
360
+ "step": 1250
361
+ },
362
+ {
363
+ "epoch": 0.7154882154882155,
364
+ "grad_norm": 2.973175287246704,
365
+ "learning_rate": 0.00015248080883729638,
366
+ "loss": 2.4473,
367
+ "step": 1275
368
+ },
369
+ {
370
+ "epoch": 0.7295173961840629,
371
+ "grad_norm": 1.4036904573440552,
372
+ "learning_rate": 0.00015154465455907134,
373
+ "loss": 2.4077,
374
+ "step": 1300
375
+ },
376
+ {
377
+ "epoch": 0.7435465768799102,
378
+ "grad_norm": 1.9783000946044922,
379
+ "learning_rate": 0.0001506085002808463,
380
+ "loss": 2.5539,
381
+ "step": 1325
382
+ },
383
+ {
384
+ "epoch": 0.7575757575757576,
385
+ "grad_norm": 1.4202359914779663,
386
+ "learning_rate": 0.00014967234600262122,
387
+ "loss": 2.4247,
388
+ "step": 1350
389
+ },
390
+ {
391
+ "epoch": 0.7716049382716049,
392
+ "grad_norm": 2.6062519550323486,
393
+ "learning_rate": 0.00014873619172439619,
394
+ "loss": 2.5282,
395
+ "step": 1375
396
+ },
397
+ {
398
+ "epoch": 0.7856341189674523,
399
+ "grad_norm": 1.368980884552002,
400
+ "learning_rate": 0.00014780003744617115,
401
+ "loss": 2.3536,
402
+ "step": 1400
403
+ },
404
+ {
405
+ "epoch": 0.7996632996632996,
406
+ "grad_norm": 1.3597590923309326,
407
+ "learning_rate": 0.0001468638831679461,
408
+ "loss": 2.4658,
409
+ "step": 1425
410
+ },
411
+ {
412
+ "epoch": 0.813692480359147,
413
+ "grad_norm": 1.845139741897583,
414
+ "learning_rate": 0.00014592772888972103,
415
+ "loss": 2.38,
416
+ "step": 1450
417
+ },
418
+ {
419
+ "epoch": 0.8277216610549943,
420
+ "grad_norm": 1.7318049669265747,
421
+ "learning_rate": 0.00014499157461149597,
422
+ "loss": 2.2395,
423
+ "step": 1475
424
+ },
425
+ {
426
+ "epoch": 0.8417508417508418,
427
+ "grad_norm": 1.1624616384506226,
428
+ "learning_rate": 0.00014405542033327093,
429
+ "loss": 2.5868,
430
+ "step": 1500
431
+ },
432
+ {
433
+ "epoch": 0.8557800224466892,
434
+ "grad_norm": 2.0583107471466064,
435
+ "learning_rate": 0.0001431192660550459,
436
+ "loss": 2.7289,
437
+ "step": 1525
438
+ },
439
+ {
440
+ "epoch": 0.8698092031425365,
441
+ "grad_norm": 1.7552924156188965,
442
+ "learning_rate": 0.0001421831117768208,
443
+ "loss": 2.5651,
444
+ "step": 1550
445
+ },
446
+ {
447
+ "epoch": 0.8838383838383839,
448
+ "grad_norm": 2.457676887512207,
449
+ "learning_rate": 0.00014124695749859577,
450
+ "loss": 2.6289,
451
+ "step": 1575
452
+ },
453
+ {
454
+ "epoch": 0.8978675645342312,
455
+ "grad_norm": 1.9127784967422485,
456
+ "learning_rate": 0.00014031080322037074,
457
+ "loss": 2.4841,
458
+ "step": 1600
459
+ },
460
+ {
461
+ "epoch": 0.9118967452300786,
462
+ "grad_norm": 1.530076503753662,
463
+ "learning_rate": 0.00013937464894214568,
464
+ "loss": 2.5304,
465
+ "step": 1625
466
+ },
467
+ {
468
+ "epoch": 0.9259259259259259,
469
+ "grad_norm": 1.9689760208129883,
470
+ "learning_rate": 0.00013843849466392062,
471
+ "loss": 2.4602,
472
+ "step": 1650
473
+ },
474
+ {
475
+ "epoch": 0.9399551066217733,
476
+ "grad_norm": 1.9776215553283691,
477
+ "learning_rate": 0.00013750234038569555,
478
+ "loss": 2.6117,
479
+ "step": 1675
480
+ },
481
+ {
482
+ "epoch": 0.9539842873176206,
483
+ "grad_norm": 1.14767587184906,
484
+ "learning_rate": 0.00013656618610747052,
485
+ "loss": 2.5325,
486
+ "step": 1700
487
+ },
488
+ {
489
+ "epoch": 0.968013468013468,
490
+ "grad_norm": 1.2019888162612915,
491
+ "learning_rate": 0.00013563003182924548,
492
+ "loss": 2.4043,
493
+ "step": 1725
494
+ },
495
+ {
496
+ "epoch": 0.9820426487093153,
497
+ "grad_norm": 2.406468391418457,
498
+ "learning_rate": 0.0001346938775510204,
499
+ "loss": 2.5213,
500
+ "step": 1750
501
+ },
502
+ {
503
+ "epoch": 0.9960718294051627,
504
+ "grad_norm": 1.324762225151062,
505
+ "learning_rate": 0.00013375772327279536,
506
+ "loss": 2.3417,
507
+ "step": 1775
508
+ },
509
+ {
510
+ "epoch": 1.0101010101010102,
511
+ "grad_norm": 2.2722926139831543,
512
+ "learning_rate": 0.00013282156899457033,
513
+ "loss": 2.2183,
514
+ "step": 1800
515
+ },
516
+ {
517
+ "epoch": 1.0241301907968574,
518
+ "grad_norm": 2.4847495555877686,
519
+ "learning_rate": 0.00013188541471634526,
520
+ "loss": 1.8048,
521
+ "step": 1825
522
+ },
523
+ {
524
+ "epoch": 1.0381593714927049,
525
+ "grad_norm": 1.7608667612075806,
526
+ "learning_rate": 0.0001309492604381202,
527
+ "loss": 1.9154,
528
+ "step": 1850
529
+ },
530
+ {
531
+ "epoch": 1.0521885521885521,
532
+ "grad_norm": 1.1851481199264526,
533
+ "learning_rate": 0.00013001310615989514,
534
+ "loss": 2.073,
535
+ "step": 1875
536
+ },
537
+ {
538
+ "epoch": 1.0662177328843996,
539
+ "grad_norm": 1.8013004064559937,
540
+ "learning_rate": 0.0001290769518816701,
541
+ "loss": 1.8506,
542
+ "step": 1900
543
+ },
544
+ {
545
+ "epoch": 1.0802469135802468,
546
+ "grad_norm": 2.466134786605835,
547
+ "learning_rate": 0.00012814079760344507,
548
+ "loss": 1.9893,
549
+ "step": 1925
550
+ },
551
+ {
552
+ "epoch": 1.0942760942760943,
553
+ "grad_norm": 2.324709892272949,
554
+ "learning_rate": 0.00012720464332521998,
555
+ "loss": 1.7583,
556
+ "step": 1950
557
+ },
558
+ {
559
+ "epoch": 1.1083052749719418,
560
+ "grad_norm": 2.0219881534576416,
561
+ "learning_rate": 0.00012626848904699495,
562
+ "loss": 1.8451,
563
+ "step": 1975
564
+ },
565
+ {
566
+ "epoch": 1.122334455667789,
567
+ "grad_norm": 3.023254156112671,
568
+ "learning_rate": 0.00012533233476876991,
569
+ "loss": 1.991,
570
+ "step": 2000
571
+ },
572
+ {
573
+ "epoch": 1.1363636363636362,
574
+ "grad_norm": 3.2770721912384033,
575
+ "learning_rate": 0.00012439618049054485,
576
+ "loss": 1.9296,
577
+ "step": 2025
578
+ },
579
+ {
580
+ "epoch": 1.1503928170594837,
581
+ "grad_norm": 2.616680860519409,
582
+ "learning_rate": 0.0001234600262123198,
583
+ "loss": 2.0268,
584
+ "step": 2050
585
+ },
586
+ {
587
+ "epoch": 1.1644219977553312,
588
+ "grad_norm": 2.751861572265625,
589
+ "learning_rate": 0.00012252387193409473,
590
+ "loss": 2.0529,
591
+ "step": 2075
592
+ },
593
+ {
594
+ "epoch": 1.1784511784511784,
595
+ "grad_norm": 2.038623571395874,
596
+ "learning_rate": 0.0001215877176558697,
597
+ "loss": 1.8629,
598
+ "step": 2100
599
+ },
600
+ {
601
+ "epoch": 1.1924803591470259,
602
+ "grad_norm": 3.2588765621185303,
603
+ "learning_rate": 0.00012065156337764465,
604
+ "loss": 1.8359,
605
+ "step": 2125
606
+ },
607
+ {
608
+ "epoch": 1.2065095398428731,
609
+ "grad_norm": 2.306049346923828,
610
+ "learning_rate": 0.00011971540909941958,
611
+ "loss": 2.1057,
612
+ "step": 2150
613
+ },
614
+ {
615
+ "epoch": 1.2205387205387206,
616
+ "grad_norm": 2.9211647510528564,
617
+ "learning_rate": 0.00011877925482119454,
618
+ "loss": 1.8737,
619
+ "step": 2175
620
+ },
621
+ {
622
+ "epoch": 1.2345679012345678,
623
+ "grad_norm": 2.019728183746338,
624
+ "learning_rate": 0.0001178431005429695,
625
+ "loss": 1.946,
626
+ "step": 2200
627
+ },
628
+ {
629
+ "epoch": 1.2485970819304153,
630
+ "grad_norm": 2.480238437652588,
631
+ "learning_rate": 0.00011690694626474443,
632
+ "loss": 2.0493,
633
+ "step": 2225
634
+ },
635
+ {
636
+ "epoch": 1.2626262626262625,
637
+ "grad_norm": 2.5714902877807617,
638
+ "learning_rate": 0.00011597079198651939,
639
+ "loss": 2.0727,
640
+ "step": 2250
641
+ },
642
+ {
643
+ "epoch": 1.27665544332211,
644
+ "grad_norm": 3.412736177444458,
645
+ "learning_rate": 0.00011503463770829433,
646
+ "loss": 1.8885,
647
+ "step": 2275
648
+ },
649
+ {
650
+ "epoch": 1.2906846240179575,
651
+ "grad_norm": 2.0062901973724365,
652
+ "learning_rate": 0.00011409848343006928,
653
+ "loss": 1.8365,
654
+ "step": 2300
655
+ },
656
+ {
657
+ "epoch": 1.3047138047138047,
658
+ "grad_norm": 3.08791184425354,
659
+ "learning_rate": 0.00011316232915184423,
660
+ "loss": 1.9038,
661
+ "step": 2325
662
+ },
663
+ {
664
+ "epoch": 1.318742985409652,
665
+ "grad_norm": 2.814711332321167,
666
+ "learning_rate": 0.00011222617487361917,
667
+ "loss": 1.8955,
668
+ "step": 2350
669
+ },
670
+ {
671
+ "epoch": 1.3327721661054994,
672
+ "grad_norm": 3.6443734169006348,
673
+ "learning_rate": 0.00011129002059539412,
674
+ "loss": 1.781,
675
+ "step": 2375
676
+ },
677
+ {
678
+ "epoch": 1.3468013468013469,
679
+ "grad_norm": 1.6001911163330078,
680
+ "learning_rate": 0.00011035386631716909,
681
+ "loss": 1.9867,
682
+ "step": 2400
683
+ },
684
+ {
685
+ "epoch": 1.3608305274971941,
686
+ "grad_norm": 0.6663380265235901,
687
+ "learning_rate": 0.00010941771203894401,
688
+ "loss": 1.9535,
689
+ "step": 2425
690
+ },
691
+ {
692
+ "epoch": 1.3748597081930416,
693
+ "grad_norm": 1.7926398515701294,
694
+ "learning_rate": 0.00010848155776071898,
695
+ "loss": 1.8982,
696
+ "step": 2450
697
+ },
698
+ {
699
+ "epoch": 1.3888888888888888,
700
+ "grad_norm": 2.20592999458313,
701
+ "learning_rate": 0.00010754540348249392,
702
+ "loss": 1.909,
703
+ "step": 2475
704
+ },
705
+ {
706
+ "epoch": 1.4029180695847363,
707
+ "grad_norm": 2.376415491104126,
708
+ "learning_rate": 0.00010660924920426887,
709
+ "loss": 1.7022,
710
+ "step": 2500
711
+ },
712
+ {
713
+ "epoch": 1.4169472502805835,
714
+ "grad_norm": 2.5050957202911377,
715
+ "learning_rate": 0.00010567309492604382,
716
+ "loss": 1.7764,
717
+ "step": 2525
718
+ },
719
+ {
720
+ "epoch": 1.430976430976431,
721
+ "grad_norm": 2.35119366645813,
722
+ "learning_rate": 0.00010473694064781876,
723
+ "loss": 1.925,
724
+ "step": 2550
725
+ },
726
+ {
727
+ "epoch": 1.4450056116722783,
728
+ "grad_norm": 3.448140859603882,
729
+ "learning_rate": 0.00010380078636959371,
730
+ "loss": 1.8381,
731
+ "step": 2575
732
+ },
733
+ {
734
+ "epoch": 1.4590347923681257,
735
+ "grad_norm": 2.3299753665924072,
736
+ "learning_rate": 0.00010286463209136868,
737
+ "loss": 2.0923,
738
+ "step": 2600
739
+ },
740
+ {
741
+ "epoch": 1.4730639730639732,
742
+ "grad_norm": 2.122396945953369,
743
+ "learning_rate": 0.0001019284778131436,
744
+ "loss": 1.8968,
745
+ "step": 2625
746
+ },
747
+ {
748
+ "epoch": 1.4870931537598204,
749
+ "grad_norm": 2.1543469429016113,
750
+ "learning_rate": 0.00010099232353491857,
751
+ "loss": 1.9071,
752
+ "step": 2650
753
+ },
754
+ {
755
+ "epoch": 1.5011223344556677,
756
+ "grad_norm": 1.571052074432373,
757
+ "learning_rate": 0.0001000561692566935,
758
+ "loss": 1.9378,
759
+ "step": 2675
760
+ },
761
+ {
762
+ "epoch": 1.5151515151515151,
763
+ "grad_norm": 1.9749538898468018,
764
+ "learning_rate": 9.912001497846846e-05,
765
+ "loss": 2.0446,
766
+ "step": 2700
767
+ },
768
+ {
769
+ "epoch": 1.5291806958473626,
770
+ "grad_norm": 2.5454633235931396,
771
+ "learning_rate": 9.81838607002434e-05,
772
+ "loss": 1.9472,
773
+ "step": 2725
774
+ },
775
+ {
776
+ "epoch": 1.5432098765432098,
777
+ "grad_norm": 2.261444091796875,
778
+ "learning_rate": 9.724770642201836e-05,
779
+ "loss": 1.97,
780
+ "step": 2750
781
+ },
782
+ {
783
+ "epoch": 1.557239057239057,
784
+ "grad_norm": 1.7348928451538086,
785
+ "learning_rate": 9.63115521437933e-05,
786
+ "loss": 2.0048,
787
+ "step": 2775
788
+ },
789
+ {
790
+ "epoch": 1.5712682379349046,
791
+ "grad_norm": 3.484074831008911,
792
+ "learning_rate": 9.537539786556825e-05,
793
+ "loss": 1.9444,
794
+ "step": 2800
795
+ },
796
+ {
797
+ "epoch": 1.585297418630752,
798
+ "grad_norm": 3.5576932430267334,
799
+ "learning_rate": 9.443924358734319e-05,
800
+ "loss": 1.9316,
801
+ "step": 2825
802
+ },
803
+ {
804
+ "epoch": 1.5993265993265995,
805
+ "grad_norm": 3.098278522491455,
806
+ "learning_rate": 9.350308930911815e-05,
807
+ "loss": 1.9792,
808
+ "step": 2850
809
+ },
810
+ {
811
+ "epoch": 1.6133557800224467,
812
+ "grad_norm": 1.933929681777954,
813
+ "learning_rate": 9.256693503089309e-05,
814
+ "loss": 1.8876,
815
+ "step": 2875
816
+ },
817
+ {
818
+ "epoch": 1.627384960718294,
819
+ "grad_norm": 1.292943000793457,
820
+ "learning_rate": 9.163078075266804e-05,
821
+ "loss": 2.0678,
822
+ "step": 2900
823
+ },
824
+ {
825
+ "epoch": 1.6414141414141414,
826
+ "grad_norm": 3.300262928009033,
827
+ "learning_rate": 9.069462647444298e-05,
828
+ "loss": 2.0715,
829
+ "step": 2925
830
+ },
831
+ {
832
+ "epoch": 1.655443322109989,
833
+ "grad_norm": 1.1303402185440063,
834
+ "learning_rate": 8.975847219621795e-05,
835
+ "loss": 1.8957,
836
+ "step": 2950
837
+ },
838
+ {
839
+ "epoch": 1.6694725028058361,
840
+ "grad_norm": 2.505016803741455,
841
+ "learning_rate": 8.882231791799289e-05,
842
+ "loss": 1.9968,
843
+ "step": 2975
844
+ },
845
+ {
846
+ "epoch": 1.6835016835016834,
847
+ "grad_norm": 2.983059883117676,
848
+ "learning_rate": 8.788616363976784e-05,
849
+ "loss": 1.9622,
850
+ "step": 3000
851
+ },
852
+ {
853
+ "epoch": 1.6975308641975309,
854
+ "grad_norm": 2.4133288860321045,
855
+ "learning_rate": 8.695000936154279e-05,
856
+ "loss": 1.8102,
857
+ "step": 3025
858
+ },
859
+ {
860
+ "epoch": 1.7115600448933783,
861
+ "grad_norm": 2.2003655433654785,
862
+ "learning_rate": 8.601385508331774e-05,
863
+ "loss": 1.8454,
864
+ "step": 3050
865
+ },
866
+ {
867
+ "epoch": 1.7255892255892256,
868
+ "grad_norm": 2.353689193725586,
869
+ "learning_rate": 8.507770080509268e-05,
870
+ "loss": 1.9382,
871
+ "step": 3075
872
+ },
873
+ {
874
+ "epoch": 1.7396184062850728,
875
+ "grad_norm": 3.0705206394195557,
876
+ "learning_rate": 8.414154652686763e-05,
877
+ "loss": 1.853,
878
+ "step": 3100
879
+ },
880
+ {
881
+ "epoch": 1.7536475869809203,
882
+ "grad_norm": 3.063894748687744,
883
+ "learning_rate": 8.320539224864258e-05,
884
+ "loss": 2.02,
885
+ "step": 3125
886
+ },
887
+ {
888
+ "epoch": 1.7676767676767677,
889
+ "grad_norm": 1.68687105178833,
890
+ "learning_rate": 8.226923797041754e-05,
891
+ "loss": 2.0283,
892
+ "step": 3150
893
+ },
894
+ {
895
+ "epoch": 1.7817059483726152,
896
+ "grad_norm": 2.443969249725342,
897
+ "learning_rate": 8.133308369219247e-05,
898
+ "loss": 2.0006,
899
+ "step": 3175
900
+ },
901
+ {
902
+ "epoch": 1.7957351290684624,
903
+ "grad_norm": 1.850441336631775,
904
+ "learning_rate": 8.039692941396743e-05,
905
+ "loss": 2.0027,
906
+ "step": 3200
907
+ },
908
+ {
909
+ "epoch": 1.8097643097643097,
910
+ "grad_norm": 2.0784268379211426,
911
+ "learning_rate": 7.946077513574238e-05,
912
+ "loss": 1.8414,
913
+ "step": 3225
914
+ },
915
+ {
916
+ "epoch": 1.8237934904601572,
917
+ "grad_norm": 2.295764207839966,
918
+ "learning_rate": 7.852462085751733e-05,
919
+ "loss": 2.044,
920
+ "step": 3250
921
+ },
922
+ {
923
+ "epoch": 1.8378226711560046,
924
+ "grad_norm": 2.173306941986084,
925
+ "learning_rate": 7.758846657929227e-05,
926
+ "loss": 1.9782,
927
+ "step": 3275
928
+ },
929
+ {
930
+ "epoch": 1.8518518518518519,
931
+ "grad_norm": 0.9976969957351685,
932
+ "learning_rate": 7.665231230106722e-05,
933
+ "loss": 1.9107,
934
+ "step": 3300
935
+ },
936
+ {
937
+ "epoch": 1.865881032547699,
938
+ "grad_norm": 1.8214789628982544,
939
+ "learning_rate": 7.571615802284217e-05,
940
+ "loss": 2.0214,
941
+ "step": 3325
942
+ },
943
+ {
944
+ "epoch": 1.8799102132435466,
945
+ "grad_norm": 2.858731985092163,
946
+ "learning_rate": 7.478000374461712e-05,
947
+ "loss": 1.8701,
948
+ "step": 3350
949
+ },
950
+ {
951
+ "epoch": 1.893939393939394,
952
+ "grad_norm": 4.03577995300293,
953
+ "learning_rate": 7.384384946639206e-05,
954
+ "loss": 1.9072,
955
+ "step": 3375
956
+ },
957
+ {
958
+ "epoch": 1.9079685746352413,
959
+ "grad_norm": 1.9624089002609253,
960
+ "learning_rate": 7.290769518816701e-05,
961
+ "loss": 2.0305,
962
+ "step": 3400
963
+ },
964
+ {
965
+ "epoch": 1.9219977553310885,
966
+ "grad_norm": 3.1496636867523193,
967
+ "learning_rate": 7.197154090994197e-05,
968
+ "loss": 1.9287,
969
+ "step": 3425
970
+ },
971
+ {
972
+ "epoch": 1.936026936026936,
973
+ "grad_norm": 2.4287681579589844,
974
+ "learning_rate": 7.103538663171692e-05,
975
+ "loss": 1.8393,
976
+ "step": 3450
977
+ },
978
+ {
979
+ "epoch": 1.9500561167227835,
980
+ "grad_norm": 2.4512710571289062,
981
+ "learning_rate": 7.009923235349186e-05,
982
+ "loss": 1.9218,
983
+ "step": 3475
984
+ },
985
+ {
986
+ "epoch": 1.964085297418631,
987
+ "grad_norm": 3.565269947052002,
988
+ "learning_rate": 6.916307807526681e-05,
989
+ "loss": 1.9244,
990
+ "step": 3500
991
+ },
992
+ {
993
+ "epoch": 1.9781144781144782,
994
+ "grad_norm": 3.4579124450683594,
995
+ "learning_rate": 6.822692379704176e-05,
996
+ "loss": 1.9715,
997
+ "step": 3525
998
+ },
999
+ {
1000
+ "epoch": 1.9921436588103254,
1001
+ "grad_norm": 2.4138684272766113,
1002
+ "learning_rate": 6.729076951881671e-05,
1003
+ "loss": 1.9685,
1004
+ "step": 3550
1005
+ },
1006
+ {
1007
+ "epoch": 2.006172839506173,
1008
+ "grad_norm": 2.728733777999878,
1009
+ "learning_rate": 6.635461524059165e-05,
1010
+ "loss": 1.895,
1011
+ "step": 3575
1012
+ },
1013
+ {
1014
+ "epoch": 2.0202020202020203,
1015
+ "grad_norm": 3.295377016067505,
1016
+ "learning_rate": 6.54184609623666e-05,
1017
+ "loss": 1.5609,
1018
+ "step": 3600
1019
+ },
1020
+ {
1021
+ "epoch": 2.0342312008978674,
1022
+ "grad_norm": 1.7398282289505005,
1023
+ "learning_rate": 6.448230668414155e-05,
1024
+ "loss": 1.4492,
1025
+ "step": 3625
1026
+ },
1027
+ {
1028
+ "epoch": 2.048260381593715,
1029
+ "grad_norm": 2.4340431690216064,
1030
+ "learning_rate": 6.354615240591649e-05,
1031
+ "loss": 1.5446,
1032
+ "step": 3650
1033
+ },
1034
+ {
1035
+ "epoch": 2.0622895622895623,
1036
+ "grad_norm": 2.2065236568450928,
1037
+ "learning_rate": 6.260999812769144e-05,
1038
+ "loss": 1.5074,
1039
+ "step": 3675
1040
+ },
1041
+ {
1042
+ "epoch": 2.0763187429854097,
1043
+ "grad_norm": 2.7881624698638916,
1044
+ "learning_rate": 6.16738438494664e-05,
1045
+ "loss": 1.4395,
1046
+ "step": 3700
1047
+ },
1048
+ {
1049
+ "epoch": 2.090347923681257,
1050
+ "grad_norm": 2.9817967414855957,
1051
+ "learning_rate": 6.073768957124134e-05,
1052
+ "loss": 1.4299,
1053
+ "step": 3725
1054
+ },
1055
+ {
1056
+ "epoch": 2.1043771043771042,
1057
+ "grad_norm": 2.3257029056549072,
1058
+ "learning_rate": 5.9801535293016285e-05,
1059
+ "loss": 1.4431,
1060
+ "step": 3750
1061
+ },
1062
+ {
1063
+ "epoch": 2.1184062850729517,
1064
+ "grad_norm": 2.277677297592163,
1065
+ "learning_rate": 5.8865381014791244e-05,
1066
+ "loss": 1.5018,
1067
+ "step": 3775
1068
+ },
1069
+ {
1070
+ "epoch": 2.132435465768799,
1071
+ "grad_norm": 3.131730318069458,
1072
+ "learning_rate": 5.792922673656619e-05,
1073
+ "loss": 1.3983,
1074
+ "step": 3800
1075
+ },
1076
+ {
1077
+ "epoch": 2.1464646464646466,
1078
+ "grad_norm": 3.49137020111084,
1079
+ "learning_rate": 5.6993072458341134e-05,
1080
+ "loss": 1.543,
1081
+ "step": 3825
1082
+ },
1083
+ {
1084
+ "epoch": 2.1604938271604937,
1085
+ "grad_norm": 1.567698359489441,
1086
+ "learning_rate": 5.605691818011608e-05,
1087
+ "loss": 1.552,
1088
+ "step": 3850
1089
+ },
1090
+ {
1091
+ "epoch": 2.174523007856341,
1092
+ "grad_norm": 3.6868786811828613,
1093
+ "learning_rate": 5.512076390189104e-05,
1094
+ "loss": 1.4362,
1095
+ "step": 3875
1096
+ },
1097
+ {
1098
+ "epoch": 2.1885521885521886,
1099
+ "grad_norm": 3.3047056198120117,
1100
+ "learning_rate": 5.418460962366598e-05,
1101
+ "loss": 1.463,
1102
+ "step": 3900
1103
+ },
1104
+ {
1105
+ "epoch": 2.202581369248036,
1106
+ "grad_norm": 2.219902515411377,
1107
+ "learning_rate": 5.324845534544093e-05,
1108
+ "loss": 1.4488,
1109
+ "step": 3925
1110
+ },
1111
+ {
1112
+ "epoch": 2.2166105499438835,
1113
+ "grad_norm": 2.3671610355377197,
1114
+ "learning_rate": 5.231230106721587e-05,
1115
+ "loss": 1.4415,
1116
+ "step": 3950
1117
+ },
1118
+ {
1119
+ "epoch": 2.2306397306397305,
1120
+ "grad_norm": 2.889744997024536,
1121
+ "learning_rate": 5.137614678899083e-05,
1122
+ "loss": 1.4767,
1123
+ "step": 3975
1124
+ },
1125
+ {
1126
+ "epoch": 2.244668911335578,
1127
+ "grad_norm": 3.9740052223205566,
1128
+ "learning_rate": 5.0439992510765776e-05,
1129
+ "loss": 1.4877,
1130
+ "step": 4000
1131
+ }
1132
+ ],
1133
+ "logging_steps": 25,
1134
+ "max_steps": 5346,
1135
+ "num_input_tokens_seen": 0,
1136
+ "num_train_epochs": 3,
1137
+ "save_steps": 1000,
1138
+ "stateful_callbacks": {
1139
+ "TrainerControl": {
1140
+ "args": {
1141
+ "should_epoch_stop": false,
1142
+ "should_evaluate": false,
1143
+ "should_log": false,
1144
+ "should_save": true,
1145
+ "should_training_stop": false
1146
+ },
1147
+ "attributes": {}
1148
+ }
1149
+ },
1150
+ "total_flos": 7.975472060759962e+16,
1151
+ "train_batch_size": 6,
1152
+ "trial_name": null,
1153
+ "trial_params": null
1154
+ }
checkpoint-4000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32cfb8a15d3d03edc43a35def9832010ca1a0dae3bb1c1b266ccdb31f77a5266
3
+ size 6225
checkpoint-4000/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-5346/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/qwen2.5-coder-1.5b-instruct-bnb-4bit
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/qwen2.5-coder-1.5b-instruct-bnb-4bit
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.17.1
checkpoint-5346/adapter_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/qwen2.5-coder-1.5b-instruct-bnb-4bit",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 16,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "up_proj",
29
+ "v_proj",
30
+ "o_proj",
31
+ "q_proj",
32
+ "gate_proj",
33
+ "down_proj",
34
+ "k_proj"
35
+ ],
36
+ "target_parameters": null,
37
+ "task_type": "CAUSAL_LM",
38
+ "trainable_token_indices": null,
39
+ "use_dora": false,
40
+ "use_qalora": false,
41
+ "use_rslora": false
42
+ }
checkpoint-5346/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f1e1104a11a6ce46b5db61bc077313799e9ae1b231dce771845c0ee1f835f43
3
+ size 73911112
checkpoint-5346/added_tokens.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|PAD_TOKEN|>": 151665,
5
+ "<|box_end|>": 151649,
6
+ "<|box_start|>": 151648,
7
+ "<|endoftext|>": 151643,
8
+ "<|file_sep|>": 151664,
9
+ "<|fim_middle|>": 151660,
10
+ "<|fim_pad|>": 151662,
11
+ "<|fim_prefix|>": 151659,
12
+ "<|fim_suffix|>": 151661,
13
+ "<|im_end|>": 151645,
14
+ "<|im_start|>": 151644,
15
+ "<|image_pad|>": 151655,
16
+ "<|object_ref_end|>": 151647,
17
+ "<|object_ref_start|>": 151646,
18
+ "<|quad_end|>": 151651,
19
+ "<|quad_start|>": 151650,
20
+ "<|repo_name|>": 151663,
21
+ "<|video_pad|>": 151656,
22
+ "<|vision_end|>": 151653,
23
+ "<|vision_pad|>": 151654,
24
+ "<|vision_start|>": 151652
25
+ }
checkpoint-5346/chat_template.jinja ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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") %} {{- '<|im_start|>user' }}
42
+ {%- endif %}
43
+ {{- '\n<tool_response>\n' }}
44
+ {{- message.content }}
45
+ {{- '\n</tool_response>' }}
46
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
47
+ {{- '<|im_end|>\n' }}
48
+ {%- endif %}
49
+ {%- endif %}
50
+ {%- endfor %}
51
+ {%- if add_generation_prompt %}
52
+ {{- '<|im_start|>assistant\n' }}
53
+ {%- endif %}
checkpoint-5346/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-5346/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db24975abc51860e057f092a16fe4a29b54b4f2a6c07f33f25a219d4e47ee486
3
+ size 148053627
checkpoint-5346/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec2cf52e4c3f15759e904ba93b5a10165bb850df54a226c7977bcfa5b79f76fb
3
+ size 14645
checkpoint-5346/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d4986b7d1cc459f1614382583415e5c2621c9976f6e8a787ca5556f5ccc8a7b
3
+ size 1465
checkpoint-5346/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": "<|PAD_TOKEN|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
checkpoint-5346/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fab42efe8d17406525a9154b728cf9e957629a8ed7ce997770efdd71128c6a1a
3
+ size 11422086
checkpoint-5346/tokenizer_config.json ADDED
@@ -0,0 +1,216 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<|PAD_TOKEN|>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": true
188
+ }
189
+ },
190
+ "additional_special_tokens": [
191
+ "<|im_start|>",
192
+ "<|im_end|>",
193
+ "<|object_ref_start|>",
194
+ "<|object_ref_end|>",
195
+ "<|box_start|>",
196
+ "<|box_end|>",
197
+ "<|quad_start|>",
198
+ "<|quad_end|>",
199
+ "<|vision_start|>",
200
+ "<|vision_end|>",
201
+ "<|vision_pad|>",
202
+ "<|image_pad|>",
203
+ "<|video_pad|>"
204
+ ],
205
+ "bos_token": null,
206
+ "clean_up_tokenization_spaces": false,
207
+ "eos_token": "<|im_end|>",
208
+ "errors": "replace",
209
+ "extra_special_tokens": {},
210
+ "model_max_length": 32768,
211
+ "pad_token": "<|PAD_TOKEN|>",
212
+ "padding_side": "right",
213
+ "split_special_tokens": false,
214
+ "tokenizer_class": "Qwen2Tokenizer",
215
+ "unk_token": null
216
+ }
checkpoint-5346/trainer_state.json ADDED
@@ -0,0 +1,1525 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 5346,
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.014029180695847363,
14
+ "grad_norm": 2.10097336769104,
15
+ "learning_rate": 0.00019928852274854898,
16
+ "loss": 1.882,
17
+ "step": 25
18
+ },
19
+ {
20
+ "epoch": 0.028058361391694726,
21
+ "grad_norm": 1.7152155637741089,
22
+ "learning_rate": 0.00019835236847032392,
23
+ "loss": 1.9549,
24
+ "step": 50
25
+ },
26
+ {
27
+ "epoch": 0.04208754208754209,
28
+ "grad_norm": 1.2712793350219727,
29
+ "learning_rate": 0.00019741621419209885,
30
+ "loss": 2.0645,
31
+ "step": 75
32
+ },
33
+ {
34
+ "epoch": 0.05611672278338945,
35
+ "grad_norm": 1.8182361125946045,
36
+ "learning_rate": 0.00019648005991387382,
37
+ "loss": 2.0212,
38
+ "step": 100
39
+ },
40
+ {
41
+ "epoch": 0.07014590347923681,
42
+ "grad_norm": 2.1019437313079834,
43
+ "learning_rate": 0.00019554390563564878,
44
+ "loss": 1.866,
45
+ "step": 125
46
+ },
47
+ {
48
+ "epoch": 0.08417508417508418,
49
+ "grad_norm": 1.8642802238464355,
50
+ "learning_rate": 0.0001946077513574237,
51
+ "loss": 1.7157,
52
+ "step": 150
53
+ },
54
+ {
55
+ "epoch": 0.09820426487093153,
56
+ "grad_norm": 2.941638946533203,
57
+ "learning_rate": 0.00019367159707919866,
58
+ "loss": 1.9151,
59
+ "step": 175
60
+ },
61
+ {
62
+ "epoch": 0.1122334455667789,
63
+ "grad_norm": 2.4754459857940674,
64
+ "learning_rate": 0.00019273544280097363,
65
+ "loss": 1.8758,
66
+ "step": 200
67
+ },
68
+ {
69
+ "epoch": 0.12626262626262627,
70
+ "grad_norm": 2.7489519119262695,
71
+ "learning_rate": 0.00019179928852274856,
72
+ "loss": 1.8385,
73
+ "step": 225
74
+ },
75
+ {
76
+ "epoch": 0.14029180695847362,
77
+ "grad_norm": 1.8580266237258911,
78
+ "learning_rate": 0.0001908631342445235,
79
+ "loss": 1.8651,
80
+ "step": 250
81
+ },
82
+ {
83
+ "epoch": 0.15432098765432098,
84
+ "grad_norm": 2.3558552265167236,
85
+ "learning_rate": 0.00018992697996629844,
86
+ "loss": 1.7925,
87
+ "step": 275
88
+ },
89
+ {
90
+ "epoch": 0.16835016835016836,
91
+ "grad_norm": 4.575771331787109,
92
+ "learning_rate": 0.0001889908256880734,
93
+ "loss": 1.7716,
94
+ "step": 300
95
+ },
96
+ {
97
+ "epoch": 0.18237934904601572,
98
+ "grad_norm": 3.215369701385498,
99
+ "learning_rate": 0.00018805467140984837,
100
+ "loss": 1.9096,
101
+ "step": 325
102
+ },
103
+ {
104
+ "epoch": 0.19640852974186307,
105
+ "grad_norm": 1.1048444509506226,
106
+ "learning_rate": 0.00018711851713162328,
107
+ "loss": 1.7396,
108
+ "step": 350
109
+ },
110
+ {
111
+ "epoch": 0.21043771043771045,
112
+ "grad_norm": 3.72884202003479,
113
+ "learning_rate": 0.00018618236285339825,
114
+ "loss": 1.9161,
115
+ "step": 375
116
+ },
117
+ {
118
+ "epoch": 0.2244668911335578,
119
+ "grad_norm": 2.643915891647339,
120
+ "learning_rate": 0.00018524620857517321,
121
+ "loss": 2.2453,
122
+ "step": 400
123
+ },
124
+ {
125
+ "epoch": 0.23849607182940516,
126
+ "grad_norm": 2.8237082958221436,
127
+ "learning_rate": 0.00018431005429694815,
128
+ "loss": 2.4445,
129
+ "step": 425
130
+ },
131
+ {
132
+ "epoch": 0.25252525252525254,
133
+ "grad_norm": 1.8723883628845215,
134
+ "learning_rate": 0.0001833739000187231,
135
+ "loss": 2.4039,
136
+ "step": 450
137
+ },
138
+ {
139
+ "epoch": 0.2665544332210999,
140
+ "grad_norm": 1.9935405254364014,
141
+ "learning_rate": 0.00018243774574049803,
142
+ "loss": 2.3307,
143
+ "step": 475
144
+ },
145
+ {
146
+ "epoch": 0.28058361391694725,
147
+ "grad_norm": 1.7783311605453491,
148
+ "learning_rate": 0.000181501591462273,
149
+ "loss": 2.4179,
150
+ "step": 500
151
+ },
152
+ {
153
+ "epoch": 0.2946127946127946,
154
+ "grad_norm": 1.417754054069519,
155
+ "learning_rate": 0.00018056543718404796,
156
+ "loss": 2.3088,
157
+ "step": 525
158
+ },
159
+ {
160
+ "epoch": 0.30864197530864196,
161
+ "grad_norm": 2.444193124771118,
162
+ "learning_rate": 0.00017962928290582287,
163
+ "loss": 2.4227,
164
+ "step": 550
165
+ },
166
+ {
167
+ "epoch": 0.3226711560044893,
168
+ "grad_norm": 2.255748987197876,
169
+ "learning_rate": 0.00017869312862759784,
170
+ "loss": 2.3584,
171
+ "step": 575
172
+ },
173
+ {
174
+ "epoch": 0.3367003367003367,
175
+ "grad_norm": 2.1884357929229736,
176
+ "learning_rate": 0.0001777569743493728,
177
+ "loss": 2.1804,
178
+ "step": 600
179
+ },
180
+ {
181
+ "epoch": 0.3507295173961841,
182
+ "grad_norm": 1.6140755414962769,
183
+ "learning_rate": 0.00017682082007114774,
184
+ "loss": 2.4004,
185
+ "step": 625
186
+ },
187
+ {
188
+ "epoch": 0.36475869809203143,
189
+ "grad_norm": 1.222005844116211,
190
+ "learning_rate": 0.00017588466579292268,
191
+ "loss": 2.41,
192
+ "step": 650
193
+ },
194
+ {
195
+ "epoch": 0.3787878787878788,
196
+ "grad_norm": 2.1180336475372314,
197
+ "learning_rate": 0.00017494851151469762,
198
+ "loss": 2.3695,
199
+ "step": 675
200
+ },
201
+ {
202
+ "epoch": 0.39281705948372614,
203
+ "grad_norm": 2.320734739303589,
204
+ "learning_rate": 0.00017401235723647258,
205
+ "loss": 2.4031,
206
+ "step": 700
207
+ },
208
+ {
209
+ "epoch": 0.4068462401795735,
210
+ "grad_norm": 1.6662636995315552,
211
+ "learning_rate": 0.00017307620295824755,
212
+ "loss": 2.4192,
213
+ "step": 725
214
+ },
215
+ {
216
+ "epoch": 0.4208754208754209,
217
+ "grad_norm": 1.4911861419677734,
218
+ "learning_rate": 0.00017214004868002246,
219
+ "loss": 2.3,
220
+ "step": 750
221
+ },
222
+ {
223
+ "epoch": 0.43490460157126826,
224
+ "grad_norm": 1.3176157474517822,
225
+ "learning_rate": 0.00017120389440179742,
226
+ "loss": 2.3768,
227
+ "step": 775
228
+ },
229
+ {
230
+ "epoch": 0.4489337822671156,
231
+ "grad_norm": 1.7129669189453125,
232
+ "learning_rate": 0.0001702677401235724,
233
+ "loss": 2.4815,
234
+ "step": 800
235
+ },
236
+ {
237
+ "epoch": 0.46296296296296297,
238
+ "grad_norm": 1.7648168802261353,
239
+ "learning_rate": 0.00016933158584534733,
240
+ "loss": 2.4509,
241
+ "step": 825
242
+ },
243
+ {
244
+ "epoch": 0.4769921436588103,
245
+ "grad_norm": 1.7576874494552612,
246
+ "learning_rate": 0.00016839543156712227,
247
+ "loss": 2.4697,
248
+ "step": 850
249
+ },
250
+ {
251
+ "epoch": 0.4910213243546577,
252
+ "grad_norm": 2.3778634071350098,
253
+ "learning_rate": 0.0001674592772888972,
254
+ "loss": 2.416,
255
+ "step": 875
256
+ },
257
+ {
258
+ "epoch": 0.5050505050505051,
259
+ "grad_norm": 2.6142146587371826,
260
+ "learning_rate": 0.00016652312301067217,
261
+ "loss": 2.3169,
262
+ "step": 900
263
+ },
264
+ {
265
+ "epoch": 0.5190796857463524,
266
+ "grad_norm": 1.3990776538848877,
267
+ "learning_rate": 0.00016558696873244713,
268
+ "loss": 2.3465,
269
+ "step": 925
270
+ },
271
+ {
272
+ "epoch": 0.5331088664421998,
273
+ "grad_norm": 1.65084707736969,
274
+ "learning_rate": 0.00016465081445422205,
275
+ "loss": 2.3098,
276
+ "step": 950
277
+ },
278
+ {
279
+ "epoch": 0.5471380471380471,
280
+ "grad_norm": 1.5017579793930054,
281
+ "learning_rate": 0.000163714660175997,
282
+ "loss": 2.3946,
283
+ "step": 975
284
+ },
285
+ {
286
+ "epoch": 0.5611672278338945,
287
+ "grad_norm": 1.3995898962020874,
288
+ "learning_rate": 0.00016277850589777198,
289
+ "loss": 2.3814,
290
+ "step": 1000
291
+ },
292
+ {
293
+ "epoch": 0.5751964085297419,
294
+ "grad_norm": 1.5977699756622314,
295
+ "learning_rate": 0.00016184235161954691,
296
+ "loss": 2.2956,
297
+ "step": 1025
298
+ },
299
+ {
300
+ "epoch": 0.5892255892255892,
301
+ "grad_norm": 1.5083733797073364,
302
+ "learning_rate": 0.00016090619734132185,
303
+ "loss": 2.4089,
304
+ "step": 1050
305
+ },
306
+ {
307
+ "epoch": 0.6032547699214366,
308
+ "grad_norm": 1.9143089056015015,
309
+ "learning_rate": 0.0001599700430630968,
310
+ "loss": 2.511,
311
+ "step": 1075
312
+ },
313
+ {
314
+ "epoch": 0.6172839506172839,
315
+ "grad_norm": 1.4765998125076294,
316
+ "learning_rate": 0.00015903388878487176,
317
+ "loss": 2.4673,
318
+ "step": 1100
319
+ },
320
+ {
321
+ "epoch": 0.6313131313131313,
322
+ "grad_norm": 1.5570839643478394,
323
+ "learning_rate": 0.00015809773450664672,
324
+ "loss": 2.4941,
325
+ "step": 1125
326
+ },
327
+ {
328
+ "epoch": 0.6453423120089786,
329
+ "grad_norm": 1.695884346961975,
330
+ "learning_rate": 0.00015716158022842163,
331
+ "loss": 2.54,
332
+ "step": 1150
333
+ },
334
+ {
335
+ "epoch": 0.6593714927048261,
336
+ "grad_norm": 1.961042881011963,
337
+ "learning_rate": 0.0001562254259501966,
338
+ "loss": 2.4232,
339
+ "step": 1175
340
+ },
341
+ {
342
+ "epoch": 0.6734006734006734,
343
+ "grad_norm": 1.2104586362838745,
344
+ "learning_rate": 0.00015528927167197156,
345
+ "loss": 2.4932,
346
+ "step": 1200
347
+ },
348
+ {
349
+ "epoch": 0.6874298540965208,
350
+ "grad_norm": 2.0136559009552,
351
+ "learning_rate": 0.0001543531173937465,
352
+ "loss": 2.5531,
353
+ "step": 1225
354
+ },
355
+ {
356
+ "epoch": 0.7014590347923682,
357
+ "grad_norm": 1.224069595336914,
358
+ "learning_rate": 0.00015341696311552144,
359
+ "loss": 2.4507,
360
+ "step": 1250
361
+ },
362
+ {
363
+ "epoch": 0.7154882154882155,
364
+ "grad_norm": 2.973175287246704,
365
+ "learning_rate": 0.00015248080883729638,
366
+ "loss": 2.4473,
367
+ "step": 1275
368
+ },
369
+ {
370
+ "epoch": 0.7295173961840629,
371
+ "grad_norm": 1.4036904573440552,
372
+ "learning_rate": 0.00015154465455907134,
373
+ "loss": 2.4077,
374
+ "step": 1300
375
+ },
376
+ {
377
+ "epoch": 0.7435465768799102,
378
+ "grad_norm": 1.9783000946044922,
379
+ "learning_rate": 0.0001506085002808463,
380
+ "loss": 2.5539,
381
+ "step": 1325
382
+ },
383
+ {
384
+ "epoch": 0.7575757575757576,
385
+ "grad_norm": 1.4202359914779663,
386
+ "learning_rate": 0.00014967234600262122,
387
+ "loss": 2.4247,
388
+ "step": 1350
389
+ },
390
+ {
391
+ "epoch": 0.7716049382716049,
392
+ "grad_norm": 2.6062519550323486,
393
+ "learning_rate": 0.00014873619172439619,
394
+ "loss": 2.5282,
395
+ "step": 1375
396
+ },
397
+ {
398
+ "epoch": 0.7856341189674523,
399
+ "grad_norm": 1.368980884552002,
400
+ "learning_rate": 0.00014780003744617115,
401
+ "loss": 2.3536,
402
+ "step": 1400
403
+ },
404
+ {
405
+ "epoch": 0.7996632996632996,
406
+ "grad_norm": 1.3597590923309326,
407
+ "learning_rate": 0.0001468638831679461,
408
+ "loss": 2.4658,
409
+ "step": 1425
410
+ },
411
+ {
412
+ "epoch": 0.813692480359147,
413
+ "grad_norm": 1.845139741897583,
414
+ "learning_rate": 0.00014592772888972103,
415
+ "loss": 2.38,
416
+ "step": 1450
417
+ },
418
+ {
419
+ "epoch": 0.8277216610549943,
420
+ "grad_norm": 1.7318049669265747,
421
+ "learning_rate": 0.00014499157461149597,
422
+ "loss": 2.2395,
423
+ "step": 1475
424
+ },
425
+ {
426
+ "epoch": 0.8417508417508418,
427
+ "grad_norm": 1.1624616384506226,
428
+ "learning_rate": 0.00014405542033327093,
429
+ "loss": 2.5868,
430
+ "step": 1500
431
+ },
432
+ {
433
+ "epoch": 0.8557800224466892,
434
+ "grad_norm": 2.0583107471466064,
435
+ "learning_rate": 0.0001431192660550459,
436
+ "loss": 2.7289,
437
+ "step": 1525
438
+ },
439
+ {
440
+ "epoch": 0.8698092031425365,
441
+ "grad_norm": 1.7552924156188965,
442
+ "learning_rate": 0.0001421831117768208,
443
+ "loss": 2.5651,
444
+ "step": 1550
445
+ },
446
+ {
447
+ "epoch": 0.8838383838383839,
448
+ "grad_norm": 2.457676887512207,
449
+ "learning_rate": 0.00014124695749859577,
450
+ "loss": 2.6289,
451
+ "step": 1575
452
+ },
453
+ {
454
+ "epoch": 0.8978675645342312,
455
+ "grad_norm": 1.9127784967422485,
456
+ "learning_rate": 0.00014031080322037074,
457
+ "loss": 2.4841,
458
+ "step": 1600
459
+ },
460
+ {
461
+ "epoch": 0.9118967452300786,
462
+ "grad_norm": 1.530076503753662,
463
+ "learning_rate": 0.00013937464894214568,
464
+ "loss": 2.5304,
465
+ "step": 1625
466
+ },
467
+ {
468
+ "epoch": 0.9259259259259259,
469
+ "grad_norm": 1.9689760208129883,
470
+ "learning_rate": 0.00013843849466392062,
471
+ "loss": 2.4602,
472
+ "step": 1650
473
+ },
474
+ {
475
+ "epoch": 0.9399551066217733,
476
+ "grad_norm": 1.9776215553283691,
477
+ "learning_rate": 0.00013750234038569555,
478
+ "loss": 2.6117,
479
+ "step": 1675
480
+ },
481
+ {
482
+ "epoch": 0.9539842873176206,
483
+ "grad_norm": 1.14767587184906,
484
+ "learning_rate": 0.00013656618610747052,
485
+ "loss": 2.5325,
486
+ "step": 1700
487
+ },
488
+ {
489
+ "epoch": 0.968013468013468,
490
+ "grad_norm": 1.2019888162612915,
491
+ "learning_rate": 0.00013563003182924548,
492
+ "loss": 2.4043,
493
+ "step": 1725
494
+ },
495
+ {
496
+ "epoch": 0.9820426487093153,
497
+ "grad_norm": 2.406468391418457,
498
+ "learning_rate": 0.0001346938775510204,
499
+ "loss": 2.5213,
500
+ "step": 1750
501
+ },
502
+ {
503
+ "epoch": 0.9960718294051627,
504
+ "grad_norm": 1.324762225151062,
505
+ "learning_rate": 0.00013375772327279536,
506
+ "loss": 2.3417,
507
+ "step": 1775
508
+ },
509
+ {
510
+ "epoch": 1.0101010101010102,
511
+ "grad_norm": 2.2722926139831543,
512
+ "learning_rate": 0.00013282156899457033,
513
+ "loss": 2.2183,
514
+ "step": 1800
515
+ },
516
+ {
517
+ "epoch": 1.0241301907968574,
518
+ "grad_norm": 2.4847495555877686,
519
+ "learning_rate": 0.00013188541471634526,
520
+ "loss": 1.8048,
521
+ "step": 1825
522
+ },
523
+ {
524
+ "epoch": 1.0381593714927049,
525
+ "grad_norm": 1.7608667612075806,
526
+ "learning_rate": 0.0001309492604381202,
527
+ "loss": 1.9154,
528
+ "step": 1850
529
+ },
530
+ {
531
+ "epoch": 1.0521885521885521,
532
+ "grad_norm": 1.1851481199264526,
533
+ "learning_rate": 0.00013001310615989514,
534
+ "loss": 2.073,
535
+ "step": 1875
536
+ },
537
+ {
538
+ "epoch": 1.0662177328843996,
539
+ "grad_norm": 1.8013004064559937,
540
+ "learning_rate": 0.0001290769518816701,
541
+ "loss": 1.8506,
542
+ "step": 1900
543
+ },
544
+ {
545
+ "epoch": 1.0802469135802468,
546
+ "grad_norm": 2.466134786605835,
547
+ "learning_rate": 0.00012814079760344507,
548
+ "loss": 1.9893,
549
+ "step": 1925
550
+ },
551
+ {
552
+ "epoch": 1.0942760942760943,
553
+ "grad_norm": 2.324709892272949,
554
+ "learning_rate": 0.00012720464332521998,
555
+ "loss": 1.7583,
556
+ "step": 1950
557
+ },
558
+ {
559
+ "epoch": 1.1083052749719418,
560
+ "grad_norm": 2.0219881534576416,
561
+ "learning_rate": 0.00012626848904699495,
562
+ "loss": 1.8451,
563
+ "step": 1975
564
+ },
565
+ {
566
+ "epoch": 1.122334455667789,
567
+ "grad_norm": 3.023254156112671,
568
+ "learning_rate": 0.00012533233476876991,
569
+ "loss": 1.991,
570
+ "step": 2000
571
+ },
572
+ {
573
+ "epoch": 1.1363636363636362,
574
+ "grad_norm": 3.2770721912384033,
575
+ "learning_rate": 0.00012439618049054485,
576
+ "loss": 1.9296,
577
+ "step": 2025
578
+ },
579
+ {
580
+ "epoch": 1.1503928170594837,
581
+ "grad_norm": 2.616680860519409,
582
+ "learning_rate": 0.0001234600262123198,
583
+ "loss": 2.0268,
584
+ "step": 2050
585
+ },
586
+ {
587
+ "epoch": 1.1644219977553312,
588
+ "grad_norm": 2.751861572265625,
589
+ "learning_rate": 0.00012252387193409473,
590
+ "loss": 2.0529,
591
+ "step": 2075
592
+ },
593
+ {
594
+ "epoch": 1.1784511784511784,
595
+ "grad_norm": 2.038623571395874,
596
+ "learning_rate": 0.0001215877176558697,
597
+ "loss": 1.8629,
598
+ "step": 2100
599
+ },
600
+ {
601
+ "epoch": 1.1924803591470259,
602
+ "grad_norm": 3.2588765621185303,
603
+ "learning_rate": 0.00012065156337764465,
604
+ "loss": 1.8359,
605
+ "step": 2125
606
+ },
607
+ {
608
+ "epoch": 1.2065095398428731,
609
+ "grad_norm": 2.306049346923828,
610
+ "learning_rate": 0.00011971540909941958,
611
+ "loss": 2.1057,
612
+ "step": 2150
613
+ },
614
+ {
615
+ "epoch": 1.2205387205387206,
616
+ "grad_norm": 2.9211647510528564,
617
+ "learning_rate": 0.00011877925482119454,
618
+ "loss": 1.8737,
619
+ "step": 2175
620
+ },
621
+ {
622
+ "epoch": 1.2345679012345678,
623
+ "grad_norm": 2.019728183746338,
624
+ "learning_rate": 0.0001178431005429695,
625
+ "loss": 1.946,
626
+ "step": 2200
627
+ },
628
+ {
629
+ "epoch": 1.2485970819304153,
630
+ "grad_norm": 2.480238437652588,
631
+ "learning_rate": 0.00011690694626474443,
632
+ "loss": 2.0493,
633
+ "step": 2225
634
+ },
635
+ {
636
+ "epoch": 1.2626262626262625,
637
+ "grad_norm": 2.5714902877807617,
638
+ "learning_rate": 0.00011597079198651939,
639
+ "loss": 2.0727,
640
+ "step": 2250
641
+ },
642
+ {
643
+ "epoch": 1.27665544332211,
644
+ "grad_norm": 3.412736177444458,
645
+ "learning_rate": 0.00011503463770829433,
646
+ "loss": 1.8885,
647
+ "step": 2275
648
+ },
649
+ {
650
+ "epoch": 1.2906846240179575,
651
+ "grad_norm": 2.0062901973724365,
652
+ "learning_rate": 0.00011409848343006928,
653
+ "loss": 1.8365,
654
+ "step": 2300
655
+ },
656
+ {
657
+ "epoch": 1.3047138047138047,
658
+ "grad_norm": 3.08791184425354,
659
+ "learning_rate": 0.00011316232915184423,
660
+ "loss": 1.9038,
661
+ "step": 2325
662
+ },
663
+ {
664
+ "epoch": 1.318742985409652,
665
+ "grad_norm": 2.814711332321167,
666
+ "learning_rate": 0.00011222617487361917,
667
+ "loss": 1.8955,
668
+ "step": 2350
669
+ },
670
+ {
671
+ "epoch": 1.3327721661054994,
672
+ "grad_norm": 3.6443734169006348,
673
+ "learning_rate": 0.00011129002059539412,
674
+ "loss": 1.781,
675
+ "step": 2375
676
+ },
677
+ {
678
+ "epoch": 1.3468013468013469,
679
+ "grad_norm": 1.6001911163330078,
680
+ "learning_rate": 0.00011035386631716909,
681
+ "loss": 1.9867,
682
+ "step": 2400
683
+ },
684
+ {
685
+ "epoch": 1.3608305274971941,
686
+ "grad_norm": 0.6663380265235901,
687
+ "learning_rate": 0.00010941771203894401,
688
+ "loss": 1.9535,
689
+ "step": 2425
690
+ },
691
+ {
692
+ "epoch": 1.3748597081930416,
693
+ "grad_norm": 1.7926398515701294,
694
+ "learning_rate": 0.00010848155776071898,
695
+ "loss": 1.8982,
696
+ "step": 2450
697
+ },
698
+ {
699
+ "epoch": 1.3888888888888888,
700
+ "grad_norm": 2.20592999458313,
701
+ "learning_rate": 0.00010754540348249392,
702
+ "loss": 1.909,
703
+ "step": 2475
704
+ },
705
+ {
706
+ "epoch": 1.4029180695847363,
707
+ "grad_norm": 2.376415491104126,
708
+ "learning_rate": 0.00010660924920426887,
709
+ "loss": 1.7022,
710
+ "step": 2500
711
+ },
712
+ {
713
+ "epoch": 1.4169472502805835,
714
+ "grad_norm": 2.5050957202911377,
715
+ "learning_rate": 0.00010567309492604382,
716
+ "loss": 1.7764,
717
+ "step": 2525
718
+ },
719
+ {
720
+ "epoch": 1.430976430976431,
721
+ "grad_norm": 2.35119366645813,
722
+ "learning_rate": 0.00010473694064781876,
723
+ "loss": 1.925,
724
+ "step": 2550
725
+ },
726
+ {
727
+ "epoch": 1.4450056116722783,
728
+ "grad_norm": 3.448140859603882,
729
+ "learning_rate": 0.00010380078636959371,
730
+ "loss": 1.8381,
731
+ "step": 2575
732
+ },
733
+ {
734
+ "epoch": 1.4590347923681257,
735
+ "grad_norm": 2.3299753665924072,
736
+ "learning_rate": 0.00010286463209136868,
737
+ "loss": 2.0923,
738
+ "step": 2600
739
+ },
740
+ {
741
+ "epoch": 1.4730639730639732,
742
+ "grad_norm": 2.122396945953369,
743
+ "learning_rate": 0.0001019284778131436,
744
+ "loss": 1.8968,
745
+ "step": 2625
746
+ },
747
+ {
748
+ "epoch": 1.4870931537598204,
749
+ "grad_norm": 2.1543469429016113,
750
+ "learning_rate": 0.00010099232353491857,
751
+ "loss": 1.9071,
752
+ "step": 2650
753
+ },
754
+ {
755
+ "epoch": 1.5011223344556677,
756
+ "grad_norm": 1.571052074432373,
757
+ "learning_rate": 0.0001000561692566935,
758
+ "loss": 1.9378,
759
+ "step": 2675
760
+ },
761
+ {
762
+ "epoch": 1.5151515151515151,
763
+ "grad_norm": 1.9749538898468018,
764
+ "learning_rate": 9.912001497846846e-05,
765
+ "loss": 2.0446,
766
+ "step": 2700
767
+ },
768
+ {
769
+ "epoch": 1.5291806958473626,
770
+ "grad_norm": 2.5454633235931396,
771
+ "learning_rate": 9.81838607002434e-05,
772
+ "loss": 1.9472,
773
+ "step": 2725
774
+ },
775
+ {
776
+ "epoch": 1.5432098765432098,
777
+ "grad_norm": 2.261444091796875,
778
+ "learning_rate": 9.724770642201836e-05,
779
+ "loss": 1.97,
780
+ "step": 2750
781
+ },
782
+ {
783
+ "epoch": 1.557239057239057,
784
+ "grad_norm": 1.7348928451538086,
785
+ "learning_rate": 9.63115521437933e-05,
786
+ "loss": 2.0048,
787
+ "step": 2775
788
+ },
789
+ {
790
+ "epoch": 1.5712682379349046,
791
+ "grad_norm": 3.484074831008911,
792
+ "learning_rate": 9.537539786556825e-05,
793
+ "loss": 1.9444,
794
+ "step": 2800
795
+ },
796
+ {
797
+ "epoch": 1.585297418630752,
798
+ "grad_norm": 3.5576932430267334,
799
+ "learning_rate": 9.443924358734319e-05,
800
+ "loss": 1.9316,
801
+ "step": 2825
802
+ },
803
+ {
804
+ "epoch": 1.5993265993265995,
805
+ "grad_norm": 3.098278522491455,
806
+ "learning_rate": 9.350308930911815e-05,
807
+ "loss": 1.9792,
808
+ "step": 2850
809
+ },
810
+ {
811
+ "epoch": 1.6133557800224467,
812
+ "grad_norm": 1.933929681777954,
813
+ "learning_rate": 9.256693503089309e-05,
814
+ "loss": 1.8876,
815
+ "step": 2875
816
+ },
817
+ {
818
+ "epoch": 1.627384960718294,
819
+ "grad_norm": 1.292943000793457,
820
+ "learning_rate": 9.163078075266804e-05,
821
+ "loss": 2.0678,
822
+ "step": 2900
823
+ },
824
+ {
825
+ "epoch": 1.6414141414141414,
826
+ "grad_norm": 3.300262928009033,
827
+ "learning_rate": 9.069462647444298e-05,
828
+ "loss": 2.0715,
829
+ "step": 2925
830
+ },
831
+ {
832
+ "epoch": 1.655443322109989,
833
+ "grad_norm": 1.1303402185440063,
834
+ "learning_rate": 8.975847219621795e-05,
835
+ "loss": 1.8957,
836
+ "step": 2950
837
+ },
838
+ {
839
+ "epoch": 1.6694725028058361,
840
+ "grad_norm": 2.505016803741455,
841
+ "learning_rate": 8.882231791799289e-05,
842
+ "loss": 1.9968,
843
+ "step": 2975
844
+ },
845
+ {
846
+ "epoch": 1.6835016835016834,
847
+ "grad_norm": 2.983059883117676,
848
+ "learning_rate": 8.788616363976784e-05,
849
+ "loss": 1.9622,
850
+ "step": 3000
851
+ },
852
+ {
853
+ "epoch": 1.6975308641975309,
854
+ "grad_norm": 2.4133288860321045,
855
+ "learning_rate": 8.695000936154279e-05,
856
+ "loss": 1.8102,
857
+ "step": 3025
858
+ },
859
+ {
860
+ "epoch": 1.7115600448933783,
861
+ "grad_norm": 2.2003655433654785,
862
+ "learning_rate": 8.601385508331774e-05,
863
+ "loss": 1.8454,
864
+ "step": 3050
865
+ },
866
+ {
867
+ "epoch": 1.7255892255892256,
868
+ "grad_norm": 2.353689193725586,
869
+ "learning_rate": 8.507770080509268e-05,
870
+ "loss": 1.9382,
871
+ "step": 3075
872
+ },
873
+ {
874
+ "epoch": 1.7396184062850728,
875
+ "grad_norm": 3.0705206394195557,
876
+ "learning_rate": 8.414154652686763e-05,
877
+ "loss": 1.853,
878
+ "step": 3100
879
+ },
880
+ {
881
+ "epoch": 1.7536475869809203,
882
+ "grad_norm": 3.063894748687744,
883
+ "learning_rate": 8.320539224864258e-05,
884
+ "loss": 2.02,
885
+ "step": 3125
886
+ },
887
+ {
888
+ "epoch": 1.7676767676767677,
889
+ "grad_norm": 1.68687105178833,
890
+ "learning_rate": 8.226923797041754e-05,
891
+ "loss": 2.0283,
892
+ "step": 3150
893
+ },
894
+ {
895
+ "epoch": 1.7817059483726152,
896
+ "grad_norm": 2.443969249725342,
897
+ "learning_rate": 8.133308369219247e-05,
898
+ "loss": 2.0006,
899
+ "step": 3175
900
+ },
901
+ {
902
+ "epoch": 1.7957351290684624,
903
+ "grad_norm": 1.850441336631775,
904
+ "learning_rate": 8.039692941396743e-05,
905
+ "loss": 2.0027,
906
+ "step": 3200
907
+ },
908
+ {
909
+ "epoch": 1.8097643097643097,
910
+ "grad_norm": 2.0784268379211426,
911
+ "learning_rate": 7.946077513574238e-05,
912
+ "loss": 1.8414,
913
+ "step": 3225
914
+ },
915
+ {
916
+ "epoch": 1.8237934904601572,
917
+ "grad_norm": 2.295764207839966,
918
+ "learning_rate": 7.852462085751733e-05,
919
+ "loss": 2.044,
920
+ "step": 3250
921
+ },
922
+ {
923
+ "epoch": 1.8378226711560046,
924
+ "grad_norm": 2.173306941986084,
925
+ "learning_rate": 7.758846657929227e-05,
926
+ "loss": 1.9782,
927
+ "step": 3275
928
+ },
929
+ {
930
+ "epoch": 1.8518518518518519,
931
+ "grad_norm": 0.9976969957351685,
932
+ "learning_rate": 7.665231230106722e-05,
933
+ "loss": 1.9107,
934
+ "step": 3300
935
+ },
936
+ {
937
+ "epoch": 1.865881032547699,
938
+ "grad_norm": 1.8214789628982544,
939
+ "learning_rate": 7.571615802284217e-05,
940
+ "loss": 2.0214,
941
+ "step": 3325
942
+ },
943
+ {
944
+ "epoch": 1.8799102132435466,
945
+ "grad_norm": 2.858731985092163,
946
+ "learning_rate": 7.478000374461712e-05,
947
+ "loss": 1.8701,
948
+ "step": 3350
949
+ },
950
+ {
951
+ "epoch": 1.893939393939394,
952
+ "grad_norm": 4.03577995300293,
953
+ "learning_rate": 7.384384946639206e-05,
954
+ "loss": 1.9072,
955
+ "step": 3375
956
+ },
957
+ {
958
+ "epoch": 1.9079685746352413,
959
+ "grad_norm": 1.9624089002609253,
960
+ "learning_rate": 7.290769518816701e-05,
961
+ "loss": 2.0305,
962
+ "step": 3400
963
+ },
964
+ {
965
+ "epoch": 1.9219977553310885,
966
+ "grad_norm": 3.1496636867523193,
967
+ "learning_rate": 7.197154090994197e-05,
968
+ "loss": 1.9287,
969
+ "step": 3425
970
+ },
971
+ {
972
+ "epoch": 1.936026936026936,
973
+ "grad_norm": 2.4287681579589844,
974
+ "learning_rate": 7.103538663171692e-05,
975
+ "loss": 1.8393,
976
+ "step": 3450
977
+ },
978
+ {
979
+ "epoch": 1.9500561167227835,
980
+ "grad_norm": 2.4512710571289062,
981
+ "learning_rate": 7.009923235349186e-05,
982
+ "loss": 1.9218,
983
+ "step": 3475
984
+ },
985
+ {
986
+ "epoch": 1.964085297418631,
987
+ "grad_norm": 3.565269947052002,
988
+ "learning_rate": 6.916307807526681e-05,
989
+ "loss": 1.9244,
990
+ "step": 3500
991
+ },
992
+ {
993
+ "epoch": 1.9781144781144782,
994
+ "grad_norm": 3.4579124450683594,
995
+ "learning_rate": 6.822692379704176e-05,
996
+ "loss": 1.9715,
997
+ "step": 3525
998
+ },
999
+ {
1000
+ "epoch": 1.9921436588103254,
1001
+ "grad_norm": 2.4138684272766113,
1002
+ "learning_rate": 6.729076951881671e-05,
1003
+ "loss": 1.9685,
1004
+ "step": 3550
1005
+ },
1006
+ {
1007
+ "epoch": 2.006172839506173,
1008
+ "grad_norm": 2.728733777999878,
1009
+ "learning_rate": 6.635461524059165e-05,
1010
+ "loss": 1.895,
1011
+ "step": 3575
1012
+ },
1013
+ {
1014
+ "epoch": 2.0202020202020203,
1015
+ "grad_norm": 3.295377016067505,
1016
+ "learning_rate": 6.54184609623666e-05,
1017
+ "loss": 1.5609,
1018
+ "step": 3600
1019
+ },
1020
+ {
1021
+ "epoch": 2.0342312008978674,
1022
+ "grad_norm": 1.7398282289505005,
1023
+ "learning_rate": 6.448230668414155e-05,
1024
+ "loss": 1.4492,
1025
+ "step": 3625
1026
+ },
1027
+ {
1028
+ "epoch": 2.048260381593715,
1029
+ "grad_norm": 2.4340431690216064,
1030
+ "learning_rate": 6.354615240591649e-05,
1031
+ "loss": 1.5446,
1032
+ "step": 3650
1033
+ },
1034
+ {
1035
+ "epoch": 2.0622895622895623,
1036
+ "grad_norm": 2.2065236568450928,
1037
+ "learning_rate": 6.260999812769144e-05,
1038
+ "loss": 1.5074,
1039
+ "step": 3675
1040
+ },
1041
+ {
1042
+ "epoch": 2.0763187429854097,
1043
+ "grad_norm": 2.7881624698638916,
1044
+ "learning_rate": 6.16738438494664e-05,
1045
+ "loss": 1.4395,
1046
+ "step": 3700
1047
+ },
1048
+ {
1049
+ "epoch": 2.090347923681257,
1050
+ "grad_norm": 2.9817967414855957,
1051
+ "learning_rate": 6.073768957124134e-05,
1052
+ "loss": 1.4299,
1053
+ "step": 3725
1054
+ },
1055
+ {
1056
+ "epoch": 2.1043771043771042,
1057
+ "grad_norm": 2.3257029056549072,
1058
+ "learning_rate": 5.9801535293016285e-05,
1059
+ "loss": 1.4431,
1060
+ "step": 3750
1061
+ },
1062
+ {
1063
+ "epoch": 2.1184062850729517,
1064
+ "grad_norm": 2.277677297592163,
1065
+ "learning_rate": 5.8865381014791244e-05,
1066
+ "loss": 1.5018,
1067
+ "step": 3775
1068
+ },
1069
+ {
1070
+ "epoch": 2.132435465768799,
1071
+ "grad_norm": 3.131730318069458,
1072
+ "learning_rate": 5.792922673656619e-05,
1073
+ "loss": 1.3983,
1074
+ "step": 3800
1075
+ },
1076
+ {
1077
+ "epoch": 2.1464646464646466,
1078
+ "grad_norm": 3.49137020111084,
1079
+ "learning_rate": 5.6993072458341134e-05,
1080
+ "loss": 1.543,
1081
+ "step": 3825
1082
+ },
1083
+ {
1084
+ "epoch": 2.1604938271604937,
1085
+ "grad_norm": 1.567698359489441,
1086
+ "learning_rate": 5.605691818011608e-05,
1087
+ "loss": 1.552,
1088
+ "step": 3850
1089
+ },
1090
+ {
1091
+ "epoch": 2.174523007856341,
1092
+ "grad_norm": 3.6868786811828613,
1093
+ "learning_rate": 5.512076390189104e-05,
1094
+ "loss": 1.4362,
1095
+ "step": 3875
1096
+ },
1097
+ {
1098
+ "epoch": 2.1885521885521886,
1099
+ "grad_norm": 3.3047056198120117,
1100
+ "learning_rate": 5.418460962366598e-05,
1101
+ "loss": 1.463,
1102
+ "step": 3900
1103
+ },
1104
+ {
1105
+ "epoch": 2.202581369248036,
1106
+ "grad_norm": 2.219902515411377,
1107
+ "learning_rate": 5.324845534544093e-05,
1108
+ "loss": 1.4488,
1109
+ "step": 3925
1110
+ },
1111
+ {
1112
+ "epoch": 2.2166105499438835,
1113
+ "grad_norm": 2.3671610355377197,
1114
+ "learning_rate": 5.231230106721587e-05,
1115
+ "loss": 1.4415,
1116
+ "step": 3950
1117
+ },
1118
+ {
1119
+ "epoch": 2.2306397306397305,
1120
+ "grad_norm": 2.889744997024536,
1121
+ "learning_rate": 5.137614678899083e-05,
1122
+ "loss": 1.4767,
1123
+ "step": 3975
1124
+ },
1125
+ {
1126
+ "epoch": 2.244668911335578,
1127
+ "grad_norm": 3.9740052223205566,
1128
+ "learning_rate": 5.0439992510765776e-05,
1129
+ "loss": 1.4877,
1130
+ "step": 4000
1131
+ },
1132
+ {
1133
+ "epoch": 2.2586980920314255,
1134
+ "grad_norm": 3.672966718673706,
1135
+ "learning_rate": 4.950383823254072e-05,
1136
+ "loss": 1.5627,
1137
+ "step": 4025
1138
+ },
1139
+ {
1140
+ "epoch": 2.2727272727272725,
1141
+ "grad_norm": 1.8203610181808472,
1142
+ "learning_rate": 4.856768395431567e-05,
1143
+ "loss": 1.5156,
1144
+ "step": 4050
1145
+ },
1146
+ {
1147
+ "epoch": 2.28675645342312,
1148
+ "grad_norm": 3.0803072452545166,
1149
+ "learning_rate": 4.763152967609062e-05,
1150
+ "loss": 1.3682,
1151
+ "step": 4075
1152
+ },
1153
+ {
1154
+ "epoch": 2.3007856341189674,
1155
+ "grad_norm": 2.7862794399261475,
1156
+ "learning_rate": 4.669537539786557e-05,
1157
+ "loss": 1.5184,
1158
+ "step": 4100
1159
+ },
1160
+ {
1161
+ "epoch": 2.314814814814815,
1162
+ "grad_norm": 2.9466044902801514,
1163
+ "learning_rate": 4.5759221119640515e-05,
1164
+ "loss": 1.508,
1165
+ "step": 4125
1166
+ },
1167
+ {
1168
+ "epoch": 2.3288439955106623,
1169
+ "grad_norm": 2.687072515487671,
1170
+ "learning_rate": 4.482306684141547e-05,
1171
+ "loss": 1.4555,
1172
+ "step": 4150
1173
+ },
1174
+ {
1175
+ "epoch": 2.3428731762065094,
1176
+ "grad_norm": 2.7922186851501465,
1177
+ "learning_rate": 4.388691256319041e-05,
1178
+ "loss": 1.4884,
1179
+ "step": 4175
1180
+ },
1181
+ {
1182
+ "epoch": 2.356902356902357,
1183
+ "grad_norm": 4.470178604125977,
1184
+ "learning_rate": 4.2950758284965364e-05,
1185
+ "loss": 1.5546,
1186
+ "step": 4200
1187
+ },
1188
+ {
1189
+ "epoch": 2.3709315375982043,
1190
+ "grad_norm": 2.3221213817596436,
1191
+ "learning_rate": 4.201460400674031e-05,
1192
+ "loss": 1.4637,
1193
+ "step": 4225
1194
+ },
1195
+ {
1196
+ "epoch": 2.3849607182940518,
1197
+ "grad_norm": 3.1816506385803223,
1198
+ "learning_rate": 4.107844972851526e-05,
1199
+ "loss": 1.5608,
1200
+ "step": 4250
1201
+ },
1202
+ {
1203
+ "epoch": 2.398989898989899,
1204
+ "grad_norm": 2.7296078205108643,
1205
+ "learning_rate": 4.0142295450290206e-05,
1206
+ "loss": 1.3226,
1207
+ "step": 4275
1208
+ },
1209
+ {
1210
+ "epoch": 2.4130190796857462,
1211
+ "grad_norm": 3.251237392425537,
1212
+ "learning_rate": 3.920614117206516e-05,
1213
+ "loss": 1.465,
1214
+ "step": 4300
1215
+ },
1216
+ {
1217
+ "epoch": 2.4270482603815937,
1218
+ "grad_norm": 4.027979373931885,
1219
+ "learning_rate": 3.82699868938401e-05,
1220
+ "loss": 1.6209,
1221
+ "step": 4325
1222
+ },
1223
+ {
1224
+ "epoch": 2.441077441077441,
1225
+ "grad_norm": 3.3260245323181152,
1226
+ "learning_rate": 3.7333832615615054e-05,
1227
+ "loss": 1.5355,
1228
+ "step": 4350
1229
+ },
1230
+ {
1231
+ "epoch": 2.4551066217732886,
1232
+ "grad_norm": 2.058065176010132,
1233
+ "learning_rate": 3.639767833739e-05,
1234
+ "loss": 1.3601,
1235
+ "step": 4375
1236
+ },
1237
+ {
1238
+ "epoch": 2.4691358024691357,
1239
+ "grad_norm": 3.329512357711792,
1240
+ "learning_rate": 3.546152405916495e-05,
1241
+ "loss": 1.5068,
1242
+ "step": 4400
1243
+ },
1244
+ {
1245
+ "epoch": 2.483164983164983,
1246
+ "grad_norm": 3.266387939453125,
1247
+ "learning_rate": 3.4525369780939896e-05,
1248
+ "loss": 1.4405,
1249
+ "step": 4425
1250
+ },
1251
+ {
1252
+ "epoch": 2.4971941638608306,
1253
+ "grad_norm": 5.186097621917725,
1254
+ "learning_rate": 3.358921550271485e-05,
1255
+ "loss": 1.5836,
1256
+ "step": 4450
1257
+ },
1258
+ {
1259
+ "epoch": 2.5112233445566776,
1260
+ "grad_norm": 3.0164802074432373,
1261
+ "learning_rate": 3.265306122448979e-05,
1262
+ "loss": 1.5984,
1263
+ "step": 4475
1264
+ },
1265
+ {
1266
+ "epoch": 2.525252525252525,
1267
+ "grad_norm": 3.318781614303589,
1268
+ "learning_rate": 3.1716906946264745e-05,
1269
+ "loss": 1.3847,
1270
+ "step": 4500
1271
+ },
1272
+ {
1273
+ "epoch": 2.5392817059483725,
1274
+ "grad_norm": 4.612998008728027,
1275
+ "learning_rate": 3.078075266803969e-05,
1276
+ "loss": 1.4501,
1277
+ "step": 4525
1278
+ },
1279
+ {
1280
+ "epoch": 2.55331088664422,
1281
+ "grad_norm": 3.4765076637268066,
1282
+ "learning_rate": 2.9844598389814642e-05,
1283
+ "loss": 1.4231,
1284
+ "step": 4550
1285
+ },
1286
+ {
1287
+ "epoch": 2.5673400673400675,
1288
+ "grad_norm": 3.3265297412872314,
1289
+ "learning_rate": 2.8908444111589587e-05,
1290
+ "loss": 1.4242,
1291
+ "step": 4575
1292
+ },
1293
+ {
1294
+ "epoch": 2.581369248035915,
1295
+ "grad_norm": 2.7402238845825195,
1296
+ "learning_rate": 2.797228983336454e-05,
1297
+ "loss": 1.4465,
1298
+ "step": 4600
1299
+ },
1300
+ {
1301
+ "epoch": 2.595398428731762,
1302
+ "grad_norm": 5.435632705688477,
1303
+ "learning_rate": 2.7036135555139487e-05,
1304
+ "loss": 1.3818,
1305
+ "step": 4625
1306
+ },
1307
+ {
1308
+ "epoch": 2.6094276094276094,
1309
+ "grad_norm": 2.3987693786621094,
1310
+ "learning_rate": 2.6099981276914436e-05,
1311
+ "loss": 1.4718,
1312
+ "step": 4650
1313
+ },
1314
+ {
1315
+ "epoch": 2.623456790123457,
1316
+ "grad_norm": 3.6313223838806152,
1317
+ "learning_rate": 2.5163826998689384e-05,
1318
+ "loss": 1.4459,
1319
+ "step": 4675
1320
+ },
1321
+ {
1322
+ "epoch": 2.637485970819304,
1323
+ "grad_norm": 3.2163851261138916,
1324
+ "learning_rate": 2.4227672720464333e-05,
1325
+ "loss": 1.4328,
1326
+ "step": 4700
1327
+ },
1328
+ {
1329
+ "epoch": 2.6515151515151514,
1330
+ "grad_norm": 3.153942823410034,
1331
+ "learning_rate": 2.329151844223928e-05,
1332
+ "loss": 1.5129,
1333
+ "step": 4725
1334
+ },
1335
+ {
1336
+ "epoch": 2.665544332210999,
1337
+ "grad_norm": 3.770242214202881,
1338
+ "learning_rate": 2.235536416401423e-05,
1339
+ "loss": 1.4605,
1340
+ "step": 4750
1341
+ },
1342
+ {
1343
+ "epoch": 2.6795735129068463,
1344
+ "grad_norm": 3.060556650161743,
1345
+ "learning_rate": 2.1419209885789178e-05,
1346
+ "loss": 1.3396,
1347
+ "step": 4775
1348
+ },
1349
+ {
1350
+ "epoch": 2.6936026936026938,
1351
+ "grad_norm": 3.023381233215332,
1352
+ "learning_rate": 2.0483055607564127e-05,
1353
+ "loss": 1.5085,
1354
+ "step": 4800
1355
+ },
1356
+ {
1357
+ "epoch": 2.7076318742985412,
1358
+ "grad_norm": 4.56315279006958,
1359
+ "learning_rate": 1.9546901329339075e-05,
1360
+ "loss": 1.5112,
1361
+ "step": 4825
1362
+ },
1363
+ {
1364
+ "epoch": 2.7216610549943883,
1365
+ "grad_norm": 2.4291975498199463,
1366
+ "learning_rate": 1.8610747051114023e-05,
1367
+ "loss": 1.5944,
1368
+ "step": 4850
1369
+ },
1370
+ {
1371
+ "epoch": 2.7356902356902357,
1372
+ "grad_norm": 5.105324745178223,
1373
+ "learning_rate": 1.7674592772888972e-05,
1374
+ "loss": 1.4247,
1375
+ "step": 4875
1376
+ },
1377
+ {
1378
+ "epoch": 2.749719416386083,
1379
+ "grad_norm": 0.40811389684677124,
1380
+ "learning_rate": 1.673843849466392e-05,
1381
+ "loss": 1.5592,
1382
+ "step": 4900
1383
+ },
1384
+ {
1385
+ "epoch": 2.76374859708193,
1386
+ "grad_norm": 3.125684976577759,
1387
+ "learning_rate": 1.580228421643887e-05,
1388
+ "loss": 1.4624,
1389
+ "step": 4925
1390
+ },
1391
+ {
1392
+ "epoch": 2.7777777777777777,
1393
+ "grad_norm": 4.835251808166504,
1394
+ "learning_rate": 1.4866129938213819e-05,
1395
+ "loss": 1.53,
1396
+ "step": 4950
1397
+ },
1398
+ {
1399
+ "epoch": 2.791806958473625,
1400
+ "grad_norm": 3.4443600177764893,
1401
+ "learning_rate": 1.3929975659988767e-05,
1402
+ "loss": 1.451,
1403
+ "step": 4975
1404
+ },
1405
+ {
1406
+ "epoch": 2.8058361391694726,
1407
+ "grad_norm": 4.375021457672119,
1408
+ "learning_rate": 1.2993821381763716e-05,
1409
+ "loss": 1.5138,
1410
+ "step": 5000
1411
+ },
1412
+ {
1413
+ "epoch": 2.81986531986532,
1414
+ "grad_norm": 3.567558526992798,
1415
+ "learning_rate": 1.2057667103538664e-05,
1416
+ "loss": 1.2718,
1417
+ "step": 5025
1418
+ },
1419
+ {
1420
+ "epoch": 2.833894500561167,
1421
+ "grad_norm": 2.118828296661377,
1422
+ "learning_rate": 1.1121512825313613e-05,
1423
+ "loss": 1.2864,
1424
+ "step": 5050
1425
+ },
1426
+ {
1427
+ "epoch": 2.8479236812570146,
1428
+ "grad_norm": 4.578852653503418,
1429
+ "learning_rate": 1.0185358547088561e-05,
1430
+ "loss": 1.395,
1431
+ "step": 5075
1432
+ },
1433
+ {
1434
+ "epoch": 2.861952861952862,
1435
+ "grad_norm": 3.704861879348755,
1436
+ "learning_rate": 9.24920426886351e-06,
1437
+ "loss": 1.5031,
1438
+ "step": 5100
1439
+ },
1440
+ {
1441
+ "epoch": 2.875982042648709,
1442
+ "grad_norm": 2.3843753337860107,
1443
+ "learning_rate": 8.313049990638458e-06,
1444
+ "loss": 1.3728,
1445
+ "step": 5125
1446
+ },
1447
+ {
1448
+ "epoch": 2.8900112233445565,
1449
+ "grad_norm": 4.627071857452393,
1450
+ "learning_rate": 7.3768957124134065e-06,
1451
+ "loss": 1.4112,
1452
+ "step": 5150
1453
+ },
1454
+ {
1455
+ "epoch": 2.904040404040404,
1456
+ "grad_norm": 4.36806058883667,
1457
+ "learning_rate": 6.440741434188355e-06,
1458
+ "loss": 1.3077,
1459
+ "step": 5175
1460
+ },
1461
+ {
1462
+ "epoch": 2.9180695847362514,
1463
+ "grad_norm": 1.2492505311965942,
1464
+ "learning_rate": 5.504587155963303e-06,
1465
+ "loss": 1.279,
1466
+ "step": 5200
1467
+ },
1468
+ {
1469
+ "epoch": 2.932098765432099,
1470
+ "grad_norm": 4.823546409606934,
1471
+ "learning_rate": 4.568432877738252e-06,
1472
+ "loss": 1.3955,
1473
+ "step": 5225
1474
+ },
1475
+ {
1476
+ "epoch": 2.9461279461279464,
1477
+ "grad_norm": 2.1844117641448975,
1478
+ "learning_rate": 3.6322785995132002e-06,
1479
+ "loss": 1.4355,
1480
+ "step": 5250
1481
+ },
1482
+ {
1483
+ "epoch": 2.9601571268237934,
1484
+ "grad_norm": 4.229171276092529,
1485
+ "learning_rate": 2.6961243212881483e-06,
1486
+ "loss": 1.3527,
1487
+ "step": 5275
1488
+ },
1489
+ {
1490
+ "epoch": 2.974186307519641,
1491
+ "grad_norm": 4.21515417098999,
1492
+ "learning_rate": 1.759970043063097e-06,
1493
+ "loss": 1.3262,
1494
+ "step": 5300
1495
+ },
1496
+ {
1497
+ "epoch": 2.9882154882154883,
1498
+ "grad_norm": 3.508025884628296,
1499
+ "learning_rate": 8.238157648380454e-07,
1500
+ "loss": 1.3869,
1501
+ "step": 5325
1502
+ }
1503
+ ],
1504
+ "logging_steps": 25,
1505
+ "max_steps": 5346,
1506
+ "num_input_tokens_seen": 0,
1507
+ "num_train_epochs": 3,
1508
+ "save_steps": 1000,
1509
+ "stateful_callbacks": {
1510
+ "TrainerControl": {
1511
+ "args": {
1512
+ "should_epoch_stop": false,
1513
+ "should_evaluate": false,
1514
+ "should_log": false,
1515
+ "should_save": true,
1516
+ "should_training_stop": true
1517
+ },
1518
+ "attributes": {}
1519
+ }
1520
+ },
1521
+ "total_flos": 1.0786298856312115e+17,
1522
+ "train_batch_size": 6,
1523
+ "trial_name": null,
1524
+ "trial_params": null
1525
+ }
checkpoint-5346/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1da239d1508e306eee0cfb2b4b1c5f4df8cfe587a50423d961dd3bf4764527af
3
+ size 6225
checkpoint-5346/vocab.json ADDED
The diff for this file is too large to render. See raw diff