mechramc commited on
Commit
fd39c84
·
verified ·
1 Parent(s): 7003177

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +11 -0
  2. README.md +63 -0
  3. adapter_config.json +50 -0
  4. adapter_model.safetensors +3 -0
  5. chat_template.jinja +54 -0
  6. checkpoint-1800/README.md +210 -0
  7. checkpoint-1800/adapter_config.json +50 -0
  8. checkpoint-1800/adapter_model.safetensors +3 -0
  9. checkpoint-1800/chat_template.jinja +54 -0
  10. checkpoint-1800/optimizer.pt +3 -0
  11. checkpoint-1800/rng_state.pth +3 -0
  12. checkpoint-1800/scheduler.pt +3 -0
  13. checkpoint-1800/tokenizer.json +3 -0
  14. checkpoint-1800/tokenizer_config.json +16 -0
  15. checkpoint-1800/trainer_state.json +1438 -0
  16. checkpoint-1800/training_args.bin +3 -0
  17. checkpoint-1900/README.md +210 -0
  18. checkpoint-1900/adapter_config.json +50 -0
  19. checkpoint-1900/adapter_model.safetensors +3 -0
  20. checkpoint-1900/chat_template.jinja +54 -0
  21. checkpoint-1900/optimizer.pt +3 -0
  22. checkpoint-1900/rng_state.pth +3 -0
  23. checkpoint-1900/scheduler.pt +3 -0
  24. checkpoint-1900/tokenizer.json +3 -0
  25. checkpoint-1900/tokenizer_config.json +16 -0
  26. checkpoint-1900/trainer_state.json +1516 -0
  27. checkpoint-1900/training_args.bin +3 -0
  28. checkpoint-2000/README.md +210 -0
  29. checkpoint-2000/adapter_config.json +50 -0
  30. checkpoint-2000/adapter_model.safetensors +3 -0
  31. checkpoint-2000/chat_template.jinja +54 -0
  32. checkpoint-2000/optimizer.pt +3 -0
  33. checkpoint-2000/rng_state.pth +3 -0
  34. checkpoint-2000/scheduler.pt +3 -0
  35. checkpoint-2000/tokenizer.json +3 -0
  36. checkpoint-2000/tokenizer_config.json +16 -0
  37. checkpoint-2000/trainer_state.json +1594 -0
  38. checkpoint-2000/training_args.bin +3 -0
  39. checkpoint-2100/README.md +210 -0
  40. checkpoint-2100/adapter_config.json +50 -0
  41. checkpoint-2100/adapter_model.safetensors +3 -0
  42. checkpoint-2100/chat_template.jinja +54 -0
  43. checkpoint-2100/optimizer.pt +3 -0
  44. checkpoint-2100/rng_state.pth +3 -0
  45. checkpoint-2100/scheduler.pt +3 -0
  46. checkpoint-2100/tokenizer.json +3 -0
  47. checkpoint-2100/tokenizer_config.json +16 -0
  48. checkpoint-2100/trainer_state.json +1672 -0
  49. checkpoint-2100/training_args.bin +3 -0
  50. checkpoint-2200/README.md +210 -0
.gitattributes CHANGED
@@ -33,3 +33,14 @@ 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-1800/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ checkpoint-1900/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
+ checkpoint-2000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
39
+ checkpoint-2100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
40
+ checkpoint-2200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
41
+ checkpoint-2300/tokenizer.json filter=lfs diff=lfs merge=lfs -text
42
+ checkpoint-2400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
43
+ checkpoint-2500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
44
+ checkpoint-2523/tokenizer.json filter=lfs diff=lfs merge=lfs -text
45
+ checkpoint-800/tokenizer.json filter=lfs diff=lfs merge=lfs -text
46
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/Qwen2.5-Coder-7B-Instruct
3
+ library_name: peft
4
+ model_name: codek-lora-v3
5
+ tags:
6
+ - base_model:adapter:unsloth/Qwen2.5-Coder-7B-Instruct
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ licence: license
13
+ pipeline_tag: text-generation
14
+ ---
15
+
16
+ # Model Card for codek-lora-v3
17
+
18
+ This model is a fine-tuned version of [unsloth/Qwen2.5-Coder-7B-Instruct](https://huggingface.co/unsloth/Qwen2.5-Coder-7B-Instruct).
19
+ It has been trained using [TRL](https://github.com/huggingface/trl).
20
+
21
+ ## Quick start
22
+
23
+ ```python
24
+ from transformers import pipeline
25
+
26
+ 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?"
27
+ generator = pipeline("text-generation", model="None", device="cuda")
28
+ output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
29
+ print(output["generated_text"])
30
+ ```
31
+
32
+ ## Training procedure
33
+
34
+
35
+
36
+
37
+ This model was trained with SFT.
38
+
39
+ ### Framework versions
40
+
41
+ - PEFT 0.18.1
42
+ - TRL: 0.24.0
43
+ - Transformers: 5.5.0
44
+ - Pytorch: 2.6.0
45
+ - Datasets: 4.3.0
46
+ - Tokenizers: 0.22.2
47
+
48
+ ## Citations
49
+
50
+
51
+
52
+ Cite TRL as:
53
+
54
+ ```bibtex
55
+ @misc{vonwerra2022trl,
56
+ title = {{TRL: Transformer Reinforcement Learning}},
57
+ 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},
58
+ year = 2020,
59
+ journal = {GitHub repository},
60
+ publisher = {GitHub},
61
+ howpublished = {\url{https://github.com/huggingface/trl}}
62
+ }
63
+ ```
adapter_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Qwen2ForCausalLM",
7
+ "parent_library": "transformers.models.qwen2.modeling_qwen2",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/Qwen2.5-Coder-7B-Instruct",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 32,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0.0,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": null,
29
+ "peft_type": "LORA",
30
+ "peft_version": "0.18.1",
31
+ "qalora_group_size": 16,
32
+ "r": 16,
33
+ "rank_pattern": {},
34
+ "revision": null,
35
+ "target_modules": [
36
+ "down_proj",
37
+ "k_proj",
38
+ "up_proj",
39
+ "q_proj",
40
+ "o_proj",
41
+ "gate_proj",
42
+ "v_proj"
43
+ ],
44
+ "target_parameters": null,
45
+ "task_type": "CAUSAL_LM",
46
+ "trainable_token_indices": null,
47
+ "use_dora": false,
48
+ "use_qalora": false,
49
+ "use_rslora": true
50
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3e46a1113b9507a30f5ae0d86e5e2510ea0ed32ebc9e137defae0c1d831be14
3
+ size 161533192
chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
checkpoint-1800/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/Qwen2.5-Coder-7B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/Qwen2.5-Coder-7B-Instruct
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ ---
13
+
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Results
136
+
137
+ [More Information Needed]
138
+
139
+ #### Summary
140
+
141
+
142
+
143
+ ## Model Examination [optional]
144
+
145
+ <!-- Relevant interpretability work for the model goes here -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## Environmental Impact
150
+
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
+
153
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
154
+
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
+
161
+ ## Technical Specifications [optional]
162
+
163
+ ### Model Architecture and Objective
164
+
165
+ [More Information Needed]
166
+
167
+ ### Compute Infrastructure
168
+
169
+ [More Information Needed]
170
+
171
+ #### Hardware
172
+
173
+ [More Information Needed]
174
+
175
+ #### Software
176
+
177
+ [More Information Needed]
178
+
179
+ ## Citation [optional]
180
+
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
+
183
+ **BibTeX:**
184
+
185
+ [More Information Needed]
186
+
187
+ **APA:**
188
+
189
+ [More Information Needed]
190
+
191
+ ## Glossary [optional]
192
+
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## More Information [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Authors [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Contact
206
+
207
+ [More Information Needed]
208
+ ### Framework versions
209
+
210
+ - PEFT 0.18.1
checkpoint-1800/adapter_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Qwen2ForCausalLM",
7
+ "parent_library": "transformers.models.qwen2.modeling_qwen2",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/Qwen2.5-Coder-7B-Instruct",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 32,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0.0,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": null,
29
+ "peft_type": "LORA",
30
+ "peft_version": "0.18.1",
31
+ "qalora_group_size": 16,
32
+ "r": 16,
33
+ "rank_pattern": {},
34
+ "revision": null,
35
+ "target_modules": [
36
+ "down_proj",
37
+ "k_proj",
38
+ "up_proj",
39
+ "q_proj",
40
+ "o_proj",
41
+ "gate_proj",
42
+ "v_proj"
43
+ ],
44
+ "target_parameters": null,
45
+ "task_type": "CAUSAL_LM",
46
+ "trainable_token_indices": null,
47
+ "use_dora": false,
48
+ "use_qalora": false,
49
+ "use_rslora": true
50
+ }
checkpoint-1800/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:200d5b35f75c4465d25bd9e65e810c371fd47703b1a7fdfb9329f7bae8b9ec72
3
+ size 161533192
checkpoint-1800/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
checkpoint-1800/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2380d214b43eb1289d7ad7d295eef26061fb30aec4bb2c3915623da3474cbee0
3
+ size 82465012
checkpoint-1800/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa18ca9d665eaa374fde78a0c795f2a0417bdc92bd9dac544cf585342f837836
3
+ size 14308
checkpoint-1800/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a17d47b47f951039fe7533ea36815639b22eec839bc0f49c9979077a7efb826c
3
+ size 1064
checkpoint-1800/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd5948af71b4f56cf697f7580814c7ce8b80595ef985544efcacf716126a2e31
3
+ size 11422356
checkpoint-1800/tokenizer_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|im_end|>",
7
+ "errors": "replace",
8
+ "extra_special_tokens": [],
9
+ "is_local": false,
10
+ "model_max_length": 32768,
11
+ "pad_token": "<|PAD_TOKEN|>",
12
+ "padding_side": "right",
13
+ "split_special_tokens": false,
14
+ "tokenizer_class": "Qwen2Tokenizer",
15
+ "unk_token": null
16
+ }
checkpoint-1800/trainer_state.json ADDED
@@ -0,0 +1,1438 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 800,
3
+ "best_metric": 0.5888198614120483,
4
+ "best_model_checkpoint": "/workspace/codek/outputs/codek-lora-v3/checkpoint-800",
5
+ "epoch": 2.1403926234384296,
6
+ "eval_steps": 100,
7
+ "global_step": 1800,
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.01189767995240928,
14
+ "grad_norm": 0.5428410768508911,
15
+ "learning_rate": 3.6e-05,
16
+ "loss": 0.9758113861083985,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.02379535990481856,
21
+ "grad_norm": 4.67169189453125,
22
+ "learning_rate": 7.6e-05,
23
+ "loss": 0.6493405342102051,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.03569303985722784,
28
+ "grad_norm": 1.070132851600647,
29
+ "learning_rate": 0.000116,
30
+ "loss": 1.06031494140625,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.04759071980963712,
35
+ "grad_norm": 1.9386584758758545,
36
+ "learning_rate": 0.00015600000000000002,
37
+ "loss": 0.6819836139678955,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.0594883997620464,
42
+ "grad_norm": 0.4872680604457855,
43
+ "learning_rate": 0.000196,
44
+ "loss": 0.5926659107208252,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.07138607971445568,
49
+ "grad_norm": 2.355872869491577,
50
+ "learning_rate": 0.0001992721391023049,
51
+ "loss": 0.6537514686584472,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.08328375966686496,
56
+ "grad_norm": 2.0048632621765137,
57
+ "learning_rate": 0.00019846340477153255,
58
+ "loss": 0.5464569568634033,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.09518143961927424,
63
+ "grad_norm": 0.354509562253952,
64
+ "learning_rate": 0.00019765467044076022,
65
+ "loss": 0.35349245071411134,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.10707911957168352,
70
+ "grad_norm": 0.594601571559906,
71
+ "learning_rate": 0.00019684593610998788,
72
+ "loss": 0.6311532497406006,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.1189767995240928,
77
+ "grad_norm": 0.6164997220039368,
78
+ "learning_rate": 0.00019603720177921555,
79
+ "loss": 0.6391933917999267,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.1189767995240928,
84
+ "eval_loss": 0.6638074517250061,
85
+ "eval_runtime": 145.0623,
86
+ "eval_samples_per_second": 5.012,
87
+ "eval_steps_per_second": 1.255,
88
+ "step": 100
89
+ },
90
+ {
91
+ "epoch": 0.13087447947650208,
92
+ "grad_norm": 0.44855809211730957,
93
+ "learning_rate": 0.0001952284674484432,
94
+ "loss": 0.5943772792816162,
95
+ "step": 110
96
+ },
97
+ {
98
+ "epoch": 0.14277215942891136,
99
+ "grad_norm": 0.5330596566200256,
100
+ "learning_rate": 0.00019441973311767086,
101
+ "loss": 0.6163853168487549,
102
+ "step": 120
103
+ },
104
+ {
105
+ "epoch": 0.15466983938132065,
106
+ "grad_norm": 2.245134115219116,
107
+ "learning_rate": 0.00019361099878689852,
108
+ "loss": 0.6799118995666504,
109
+ "step": 130
110
+ },
111
+ {
112
+ "epoch": 0.16656751933372993,
113
+ "grad_norm": 0.6131016612052917,
114
+ "learning_rate": 0.00019280226445612616,
115
+ "loss": 0.5579062938690186,
116
+ "step": 140
117
+ },
118
+ {
119
+ "epoch": 0.17846519928613921,
120
+ "grad_norm": 2.133678436279297,
121
+ "learning_rate": 0.00019199353012535383,
122
+ "loss": 0.6677299976348877,
123
+ "step": 150
124
+ },
125
+ {
126
+ "epoch": 0.19036287923854847,
127
+ "grad_norm": 2.461663246154785,
128
+ "learning_rate": 0.0001911847957945815,
129
+ "loss": 0.5393151760101318,
130
+ "step": 160
131
+ },
132
+ {
133
+ "epoch": 0.20226055919095776,
134
+ "grad_norm": 0.8805132508277893,
135
+ "learning_rate": 0.00019037606146380916,
136
+ "loss": 0.3627098321914673,
137
+ "step": 170
138
+ },
139
+ {
140
+ "epoch": 0.21415823914336704,
141
+ "grad_norm": 0.6360796093940735,
142
+ "learning_rate": 0.0001895673271330368,
143
+ "loss": 0.39393203258514403,
144
+ "step": 180
145
+ },
146
+ {
147
+ "epoch": 0.22605591909577633,
148
+ "grad_norm": 0.6658252477645874,
149
+ "learning_rate": 0.00018875859280226447,
150
+ "loss": 0.4603158473968506,
151
+ "step": 190
152
+ },
153
+ {
154
+ "epoch": 0.2379535990481856,
155
+ "grad_norm": 0.8778694868087769,
156
+ "learning_rate": 0.0001879498584714921,
157
+ "loss": 0.3169058561325073,
158
+ "step": 200
159
+ },
160
+ {
161
+ "epoch": 0.2379535990481856,
162
+ "eval_loss": 0.6359900832176208,
163
+ "eval_runtime": 148.4485,
164
+ "eval_samples_per_second": 4.897,
165
+ "eval_steps_per_second": 1.226,
166
+ "step": 200
167
+ },
168
+ {
169
+ "epoch": 0.2498512790005949,
170
+ "grad_norm": 0.9706892371177673,
171
+ "learning_rate": 0.00018714112414071977,
172
+ "loss": 0.5271358013153076,
173
+ "step": 210
174
+ },
175
+ {
176
+ "epoch": 0.26174895895300415,
177
+ "grad_norm": 2.4584925174713135,
178
+ "learning_rate": 0.00018633238980994744,
179
+ "loss": 0.5194128036499024,
180
+ "step": 220
181
+ },
182
+ {
183
+ "epoch": 0.27364663890541346,
184
+ "grad_norm": 2.380593776702881,
185
+ "learning_rate": 0.0001855236554791751,
186
+ "loss": 0.36130523681640625,
187
+ "step": 230
188
+ },
189
+ {
190
+ "epoch": 0.2855443188578227,
191
+ "grad_norm": 0.3882339596748352,
192
+ "learning_rate": 0.00018471492114840277,
193
+ "loss": 0.5675658702850341,
194
+ "step": 240
195
+ },
196
+ {
197
+ "epoch": 0.297441998810232,
198
+ "grad_norm": 0.5137739181518555,
199
+ "learning_rate": 0.00018390618681763041,
200
+ "loss": 0.4355769634246826,
201
+ "step": 250
202
+ },
203
+ {
204
+ "epoch": 0.3093396787626413,
205
+ "grad_norm": 2.0276546478271484,
206
+ "learning_rate": 0.00018309745248685808,
207
+ "loss": 0.45575518608093263,
208
+ "step": 260
209
+ },
210
+ {
211
+ "epoch": 0.32123735871505055,
212
+ "grad_norm": 0.7296242713928223,
213
+ "learning_rate": 0.00018228871815608572,
214
+ "loss": 0.3975461483001709,
215
+ "step": 270
216
+ },
217
+ {
218
+ "epoch": 0.33313503866745986,
219
+ "grad_norm": 0.4104812741279602,
220
+ "learning_rate": 0.0001814799838253134,
221
+ "loss": 0.4124011993408203,
222
+ "step": 280
223
+ },
224
+ {
225
+ "epoch": 0.3450327186198691,
226
+ "grad_norm": 2.2240512371063232,
227
+ "learning_rate": 0.00018067124949454105,
228
+ "loss": 0.44806156158447263,
229
+ "step": 290
230
+ },
231
+ {
232
+ "epoch": 0.35693039857227843,
233
+ "grad_norm": 0.5039843916893005,
234
+ "learning_rate": 0.00017986251516376872,
235
+ "loss": 0.5462466716766358,
236
+ "step": 300
237
+ },
238
+ {
239
+ "epoch": 0.35693039857227843,
240
+ "eval_loss": 0.6173338294029236,
241
+ "eval_runtime": 142.4876,
242
+ "eval_samples_per_second": 5.102,
243
+ "eval_steps_per_second": 1.277,
244
+ "step": 300
245
+ },
246
+ {
247
+ "epoch": 0.3688280785246877,
248
+ "grad_norm": 2.1521501541137695,
249
+ "learning_rate": 0.0001790537808329964,
250
+ "loss": 0.5577811241149903,
251
+ "step": 310
252
+ },
253
+ {
254
+ "epoch": 0.38072575847709694,
255
+ "grad_norm": 1.0199904441833496,
256
+ "learning_rate": 0.00017824504650222403,
257
+ "loss": 0.4318714141845703,
258
+ "step": 320
259
+ },
260
+ {
261
+ "epoch": 0.39262343842950626,
262
+ "grad_norm": 0.7938897013664246,
263
+ "learning_rate": 0.0001774363121714517,
264
+ "loss": 0.5028730869293213,
265
+ "step": 330
266
+ },
267
+ {
268
+ "epoch": 0.4045211183819155,
269
+ "grad_norm": 1.0197608470916748,
270
+ "learning_rate": 0.00017662757784067933,
271
+ "loss": 0.4412552833557129,
272
+ "step": 340
273
+ },
274
+ {
275
+ "epoch": 0.4164187983343248,
276
+ "grad_norm": 2.1586694717407227,
277
+ "learning_rate": 0.000175818843509907,
278
+ "loss": 0.6107489109039307,
279
+ "step": 350
280
+ },
281
+ {
282
+ "epoch": 0.4283164782867341,
283
+ "grad_norm": 0.5125121474266052,
284
+ "learning_rate": 0.00017501010917913467,
285
+ "loss": 0.41151204109191897,
286
+ "step": 360
287
+ },
288
+ {
289
+ "epoch": 0.4402141582391434,
290
+ "grad_norm": 0.854578971862793,
291
+ "learning_rate": 0.00017420137484836233,
292
+ "loss": 0.37861664295196534,
293
+ "step": 370
294
+ },
295
+ {
296
+ "epoch": 0.45211183819155265,
297
+ "grad_norm": 0.3810710608959198,
298
+ "learning_rate": 0.00017339264051759,
299
+ "loss": 0.554447078704834,
300
+ "step": 380
301
+ },
302
+ {
303
+ "epoch": 0.4640095181439619,
304
+ "grad_norm": 0.6537095308303833,
305
+ "learning_rate": 0.00017258390618681764,
306
+ "loss": 0.4039173126220703,
307
+ "step": 390
308
+ },
309
+ {
310
+ "epoch": 0.4759071980963712,
311
+ "grad_norm": 0.3078782856464386,
312
+ "learning_rate": 0.0001717751718560453,
313
+ "loss": 0.36465888023376464,
314
+ "step": 400
315
+ },
316
+ {
317
+ "epoch": 0.4759071980963712,
318
+ "eval_loss": 0.6045503616333008,
319
+ "eval_runtime": 142.1172,
320
+ "eval_samples_per_second": 5.115,
321
+ "eval_steps_per_second": 1.281,
322
+ "step": 400
323
+ },
324
+ {
325
+ "epoch": 0.4878048780487805,
326
+ "grad_norm": 2.2536327838897705,
327
+ "learning_rate": 0.00017096643752527295,
328
+ "loss": 0.6744783878326416,
329
+ "step": 410
330
+ },
331
+ {
332
+ "epoch": 0.4997025580011898,
333
+ "grad_norm": 1.0270065069198608,
334
+ "learning_rate": 0.0001701577031945006,
335
+ "loss": 0.3990432024002075,
336
+ "step": 420
337
+ },
338
+ {
339
+ "epoch": 0.5116002379535991,
340
+ "grad_norm": 0.8148894906044006,
341
+ "learning_rate": 0.00016934896886372825,
342
+ "loss": 0.44692273139953614,
343
+ "step": 430
344
+ },
345
+ {
346
+ "epoch": 0.5234979179060083,
347
+ "grad_norm": 1.3633968830108643,
348
+ "learning_rate": 0.00016854023453295595,
349
+ "loss": 0.643745756149292,
350
+ "step": 440
351
+ },
352
+ {
353
+ "epoch": 0.5353955978584176,
354
+ "grad_norm": 2.3843679428100586,
355
+ "learning_rate": 0.0001677315002021836,
356
+ "loss": 0.5624740600585938,
357
+ "step": 450
358
+ },
359
+ {
360
+ "epoch": 0.5472932778108269,
361
+ "grad_norm": 2.0721166133880615,
362
+ "learning_rate": 0.00016692276587141125,
363
+ "loss": 0.5419316768646241,
364
+ "step": 460
365
+ },
366
+ {
367
+ "epoch": 0.5591909577632361,
368
+ "grad_norm": 0.4449078142642975,
369
+ "learning_rate": 0.00016611403154063892,
370
+ "loss": 0.48584938049316406,
371
+ "step": 470
372
+ },
373
+ {
374
+ "epoch": 0.5710886377156454,
375
+ "grad_norm": 0.7449671030044556,
376
+ "learning_rate": 0.00016530529720986656,
377
+ "loss": 0.7389155387878418,
378
+ "step": 480
379
+ },
380
+ {
381
+ "epoch": 0.5829863176680548,
382
+ "grad_norm": 0.50657719373703,
383
+ "learning_rate": 0.00016449656287909422,
384
+ "loss": 0.4307733058929443,
385
+ "step": 490
386
+ },
387
+ {
388
+ "epoch": 0.594883997620464,
389
+ "grad_norm": 0.4837963581085205,
390
+ "learning_rate": 0.00016368782854832186,
391
+ "loss": 0.5735152244567872,
392
+ "step": 500
393
+ },
394
+ {
395
+ "epoch": 0.594883997620464,
396
+ "eval_loss": 0.6034532189369202,
397
+ "eval_runtime": 142.6906,
398
+ "eval_samples_per_second": 5.095,
399
+ "eval_steps_per_second": 1.275,
400
+ "step": 500
401
+ },
402
+ {
403
+ "epoch": 0.6067816775728733,
404
+ "grad_norm": 1.4207062721252441,
405
+ "learning_rate": 0.00016287909421754953,
406
+ "loss": 0.5803914070129395,
407
+ "step": 510
408
+ },
409
+ {
410
+ "epoch": 0.6186793575252826,
411
+ "grad_norm": 1.859832763671875,
412
+ "learning_rate": 0.00016207035988677722,
413
+ "loss": 0.6262160301208496,
414
+ "step": 520
415
+ },
416
+ {
417
+ "epoch": 0.6305770374776919,
418
+ "grad_norm": 0.6771688461303711,
419
+ "learning_rate": 0.00016126162555600486,
420
+ "loss": 0.511366891860962,
421
+ "step": 530
422
+ },
423
+ {
424
+ "epoch": 0.6424747174301011,
425
+ "grad_norm": 0.6743080615997314,
426
+ "learning_rate": 0.00016045289122523253,
427
+ "loss": 0.360305118560791,
428
+ "step": 540
429
+ },
430
+ {
431
+ "epoch": 0.6543723973825104,
432
+ "grad_norm": 0.7527660131454468,
433
+ "learning_rate": 0.00015964415689446017,
434
+ "loss": 0.4684628963470459,
435
+ "step": 550
436
+ },
437
+ {
438
+ "epoch": 0.6662700773349197,
439
+ "grad_norm": 0.48323220014572144,
440
+ "learning_rate": 0.00015883542256368784,
441
+ "loss": 0.37999782562255857,
442
+ "step": 560
443
+ },
444
+ {
445
+ "epoch": 0.6781677572873289,
446
+ "grad_norm": 0.6131327748298645,
447
+ "learning_rate": 0.00015802668823291548,
448
+ "loss": 0.4337103843688965,
449
+ "step": 570
450
+ },
451
+ {
452
+ "epoch": 0.6900654372397382,
453
+ "grad_norm": 2.4380738735198975,
454
+ "learning_rate": 0.00015721795390214314,
455
+ "loss": 0.5413307666778564,
456
+ "step": 580
457
+ },
458
+ {
459
+ "epoch": 0.7019631171921475,
460
+ "grad_norm": 0.8438555002212524,
461
+ "learning_rate": 0.0001564092195713708,
462
+ "loss": 0.46597776412963865,
463
+ "step": 590
464
+ },
465
+ {
466
+ "epoch": 0.7138607971445569,
467
+ "grad_norm": 0.6677970290184021,
468
+ "learning_rate": 0.00015560048524059848,
469
+ "loss": 0.49952197074890137,
470
+ "step": 600
471
+ },
472
+ {
473
+ "epoch": 0.7138607971445569,
474
+ "eval_loss": 0.5968995690345764,
475
+ "eval_runtime": 144.369,
476
+ "eval_samples_per_second": 5.036,
477
+ "eval_steps_per_second": 1.261,
478
+ "step": 600
479
+ },
480
+ {
481
+ "epoch": 0.7257584770969661,
482
+ "grad_norm": 0.6519638895988464,
483
+ "learning_rate": 0.00015479175090982614,
484
+ "loss": 0.5322952747344971,
485
+ "step": 610
486
+ },
487
+ {
488
+ "epoch": 0.7376561570493754,
489
+ "grad_norm": 2.2388486862182617,
490
+ "learning_rate": 0.00015398301657905378,
491
+ "loss": 0.4521610736846924,
492
+ "step": 620
493
+ },
494
+ {
495
+ "epoch": 0.7495538370017847,
496
+ "grad_norm": 0.5438874363899231,
497
+ "learning_rate": 0.00015317428224828145,
498
+ "loss": 0.32070658206939695,
499
+ "step": 630
500
+ },
501
+ {
502
+ "epoch": 0.7614515169541939,
503
+ "grad_norm": 0.9428866505622864,
504
+ "learning_rate": 0.0001523655479175091,
505
+ "loss": 0.43947296142578124,
506
+ "step": 640
507
+ },
508
+ {
509
+ "epoch": 0.7733491969066032,
510
+ "grad_norm": 2.1778297424316406,
511
+ "learning_rate": 0.00015155681358673676,
512
+ "loss": 0.3582610130310059,
513
+ "step": 650
514
+ },
515
+ {
516
+ "epoch": 0.7852468768590125,
517
+ "grad_norm": 0.9862648844718933,
518
+ "learning_rate": 0.00015074807925596442,
519
+ "loss": 0.2572986602783203,
520
+ "step": 660
521
+ },
522
+ {
523
+ "epoch": 0.7971445568114218,
524
+ "grad_norm": 2.2405526638031006,
525
+ "learning_rate": 0.0001499393449251921,
526
+ "loss": 0.5751560211181641,
527
+ "step": 670
528
+ },
529
+ {
530
+ "epoch": 0.809042236763831,
531
+ "grad_norm": 0.9659500122070312,
532
+ "learning_rate": 0.00014913061059441976,
533
+ "loss": 0.3901207447052002,
534
+ "step": 680
535
+ },
536
+ {
537
+ "epoch": 0.8209399167162403,
538
+ "grad_norm": 0.603147029876709,
539
+ "learning_rate": 0.0001483218762636474,
540
+ "loss": 0.4886178970336914,
541
+ "step": 690
542
+ },
543
+ {
544
+ "epoch": 0.8328375966686496,
545
+ "grad_norm": 1.395334005355835,
546
+ "learning_rate": 0.00014751314193287506,
547
+ "loss": 0.33148694038391113,
548
+ "step": 700
549
+ },
550
+ {
551
+ "epoch": 0.8328375966686496,
552
+ "eval_loss": 0.5894402861595154,
553
+ "eval_runtime": 143.9201,
554
+ "eval_samples_per_second": 5.051,
555
+ "eval_steps_per_second": 1.265,
556
+ "step": 700
557
+ },
558
+ {
559
+ "epoch": 0.8447352766210589,
560
+ "grad_norm": 0.37410464882850647,
561
+ "learning_rate": 0.0001467044076021027,
562
+ "loss": 0.4385047435760498,
563
+ "step": 710
564
+ },
565
+ {
566
+ "epoch": 0.8566329565734682,
567
+ "grad_norm": 0.556503415107727,
568
+ "learning_rate": 0.00014589567327133037,
569
+ "loss": 0.4530733585357666,
570
+ "step": 720
571
+ },
572
+ {
573
+ "epoch": 0.8685306365258775,
574
+ "grad_norm": 0.5830616354942322,
575
+ "learning_rate": 0.00014508693894055803,
576
+ "loss": 0.351526141166687,
577
+ "step": 730
578
+ },
579
+ {
580
+ "epoch": 0.8804283164782868,
581
+ "grad_norm": 1.0821419954299927,
582
+ "learning_rate": 0.0001442782046097857,
583
+ "loss": 0.37159755229949953,
584
+ "step": 740
585
+ },
586
+ {
587
+ "epoch": 0.892325996430696,
588
+ "grad_norm": 0.7333435416221619,
589
+ "learning_rate": 0.00014346947027901334,
590
+ "loss": 0.2786282777786255,
591
+ "step": 750
592
+ },
593
+ {
594
+ "epoch": 0.9042236763831053,
595
+ "grad_norm": 1.016577124595642,
596
+ "learning_rate": 0.000142660735948241,
597
+ "loss": 0.45658392906188966,
598
+ "step": 760
599
+ },
600
+ {
601
+ "epoch": 0.9161213563355146,
602
+ "grad_norm": 0.9072016477584839,
603
+ "learning_rate": 0.00014185200161746867,
604
+ "loss": 0.5834776878356933,
605
+ "step": 770
606
+ },
607
+ {
608
+ "epoch": 0.9280190362879238,
609
+ "grad_norm": 0.7650527954101562,
610
+ "learning_rate": 0.00014104326728669631,
611
+ "loss": 0.36519818305969237,
612
+ "step": 780
613
+ },
614
+ {
615
+ "epoch": 0.9399167162403331,
616
+ "grad_norm": 0.6731218695640564,
617
+ "learning_rate": 0.00014023453295592398,
618
+ "loss": 0.2340949296951294,
619
+ "step": 790
620
+ },
621
+ {
622
+ "epoch": 0.9518143961927424,
623
+ "grad_norm": 0.5773884654045105,
624
+ "learning_rate": 0.00013942579862515165,
625
+ "loss": 0.2930734395980835,
626
+ "step": 800
627
+ },
628
+ {
629
+ "epoch": 0.9518143961927424,
630
+ "eval_loss": 0.5888198614120483,
631
+ "eval_runtime": 141.9299,
632
+ "eval_samples_per_second": 5.122,
633
+ "eval_steps_per_second": 1.282,
634
+ "step": 800
635
+ },
636
+ {
637
+ "epoch": 0.9637120761451516,
638
+ "grad_norm": 0.4335337281227112,
639
+ "learning_rate": 0.00013861706429437931,
640
+ "loss": 0.36781046390533445,
641
+ "step": 810
642
+ },
643
+ {
644
+ "epoch": 0.975609756097561,
645
+ "grad_norm": 0.3875080347061157,
646
+ "learning_rate": 0.00013780832996360695,
647
+ "loss": 0.491288423538208,
648
+ "step": 820
649
+ },
650
+ {
651
+ "epoch": 0.9875074360499703,
652
+ "grad_norm": 0.6576387286186218,
653
+ "learning_rate": 0.00013699959563283462,
654
+ "loss": 0.3506373643875122,
655
+ "step": 830
656
+ },
657
+ {
658
+ "epoch": 0.9994051160023796,
659
+ "grad_norm": 0.6819862127304077,
660
+ "learning_rate": 0.0001361908613020623,
661
+ "loss": 0.3644376277923584,
662
+ "step": 840
663
+ },
664
+ {
665
+ "epoch": 1.0107079119571682,
666
+ "grad_norm": 0.6187142729759216,
667
+ "learning_rate": 0.00013538212697128993,
668
+ "loss": 0.21315438747406007,
669
+ "step": 850
670
+ },
671
+ {
672
+ "epoch": 1.0226055919095776,
673
+ "grad_norm": 0.5705106854438782,
674
+ "learning_rate": 0.0001345733926405176,
675
+ "loss": 0.12631564140319823,
676
+ "step": 860
677
+ },
678
+ {
679
+ "epoch": 1.0345032718619869,
680
+ "grad_norm": 2.418121576309204,
681
+ "learning_rate": 0.00013376465830974526,
682
+ "loss": 0.2968762397766113,
683
+ "step": 870
684
+ },
685
+ {
686
+ "epoch": 1.0464009518143962,
687
+ "grad_norm": 1.7101433277130127,
688
+ "learning_rate": 0.00013295592397897293,
689
+ "loss": 0.24875276088714598,
690
+ "step": 880
691
+ },
692
+ {
693
+ "epoch": 1.0582986317668055,
694
+ "grad_norm": 0.7908554673194885,
695
+ "learning_rate": 0.00013214718964820057,
696
+ "loss": 0.12594165802001953,
697
+ "step": 890
698
+ },
699
+ {
700
+ "epoch": 1.0701963117192148,
701
+ "grad_norm": 2.1652631759643555,
702
+ "learning_rate": 0.00013133845531742823,
703
+ "loss": 0.2673641681671143,
704
+ "step": 900
705
+ },
706
+ {
707
+ "epoch": 1.0701963117192148,
708
+ "eval_loss": 0.6557393670082092,
709
+ "eval_runtime": 148.1641,
710
+ "eval_samples_per_second": 4.907,
711
+ "eval_steps_per_second": 1.228,
712
+ "step": 900
713
+ },
714
+ {
715
+ "epoch": 1.0820939916716241,
716
+ "grad_norm": 2.1860005855560303,
717
+ "learning_rate": 0.00013052972098665587,
718
+ "loss": 0.25303189754486083,
719
+ "step": 910
720
+ },
721
+ {
722
+ "epoch": 1.0939916716240332,
723
+ "grad_norm": 2.427250385284424,
724
+ "learning_rate": 0.00012972098665588354,
725
+ "loss": 0.2357541799545288,
726
+ "step": 920
727
+ },
728
+ {
729
+ "epoch": 1.1058893515764425,
730
+ "grad_norm": 1.33892822265625,
731
+ "learning_rate": 0.0001289122523251112,
732
+ "loss": 0.16873008012771606,
733
+ "step": 930
734
+ },
735
+ {
736
+ "epoch": 1.1177870315288518,
737
+ "grad_norm": 2.110456705093384,
738
+ "learning_rate": 0.00012810351799433887,
739
+ "loss": 0.2664030075073242,
740
+ "step": 940
741
+ },
742
+ {
743
+ "epoch": 1.1296847114812612,
744
+ "grad_norm": 0.4718581736087799,
745
+ "learning_rate": 0.00012729478366356654,
746
+ "loss": 0.17133421897888185,
747
+ "step": 950
748
+ },
749
+ {
750
+ "epoch": 1.1415823914336705,
751
+ "grad_norm": 0.6589707136154175,
752
+ "learning_rate": 0.00012648604933279418,
753
+ "loss": 0.2367629051208496,
754
+ "step": 960
755
+ },
756
+ {
757
+ "epoch": 1.1534800713860798,
758
+ "grad_norm": 0.6303382515907288,
759
+ "learning_rate": 0.00012567731500202185,
760
+ "loss": 0.30923507213592527,
761
+ "step": 970
762
+ },
763
+ {
764
+ "epoch": 1.165377751338489,
765
+ "grad_norm": 1.6443407535552979,
766
+ "learning_rate": 0.00012486858067124948,
767
+ "loss": 0.23930892944335938,
768
+ "step": 980
769
+ },
770
+ {
771
+ "epoch": 1.1772754312908982,
772
+ "grad_norm": 2.7950127124786377,
773
+ "learning_rate": 0.00012405984634047715,
774
+ "loss": 0.24230880737304689,
775
+ "step": 990
776
+ },
777
+ {
778
+ "epoch": 1.1891731112433075,
779
+ "grad_norm": 2.755117177963257,
780
+ "learning_rate": 0.00012325111200970482,
781
+ "loss": 0.2482537269592285,
782
+ "step": 1000
783
+ },
784
+ {
785
+ "epoch": 1.1891731112433075,
786
+ "eval_loss": 0.6479437351226807,
787
+ "eval_runtime": 142.6808,
788
+ "eval_samples_per_second": 5.095,
789
+ "eval_steps_per_second": 1.276,
790
+ "step": 1000
791
+ },
792
+ {
793
+ "epoch": 1.2010707911957168,
794
+ "grad_norm": 1.0761902332305908,
795
+ "learning_rate": 0.00012244237767893248,
796
+ "loss": 0.18213424682617188,
797
+ "step": 1010
798
+ },
799
+ {
800
+ "epoch": 1.2129684711481261,
801
+ "grad_norm": 0.399354487657547,
802
+ "learning_rate": 0.00012163364334816014,
803
+ "loss": 0.2177332878112793,
804
+ "step": 1020
805
+ },
806
+ {
807
+ "epoch": 1.2248661511005354,
808
+ "grad_norm": 0.5789953470230103,
809
+ "learning_rate": 0.00012082490901738779,
810
+ "loss": 0.2425436019897461,
811
+ "step": 1030
812
+ },
813
+ {
814
+ "epoch": 1.2367638310529447,
815
+ "grad_norm": 1.1803412437438965,
816
+ "learning_rate": 0.00012001617468661546,
817
+ "loss": 0.23786463737487792,
818
+ "step": 1040
819
+ },
820
+ {
821
+ "epoch": 1.248661511005354,
822
+ "grad_norm": 2.5271270275115967,
823
+ "learning_rate": 0.0001192074403558431,
824
+ "loss": 0.23577113151550294,
825
+ "step": 1050
826
+ },
827
+ {
828
+ "epoch": 1.2605591909577631,
829
+ "grad_norm": 1.0553990602493286,
830
+ "learning_rate": 0.00011839870602507078,
831
+ "loss": 0.22944607734680175,
832
+ "step": 1060
833
+ },
834
+ {
835
+ "epoch": 1.2724568709101725,
836
+ "grad_norm": 0.8833849430084229,
837
+ "learning_rate": 0.00011758997169429842,
838
+ "loss": 0.2348541498184204,
839
+ "step": 1070
840
+ },
841
+ {
842
+ "epoch": 1.2843545508625818,
843
+ "grad_norm": 0.5712324976921082,
844
+ "learning_rate": 0.00011678123736352608,
845
+ "loss": 0.23939337730407714,
846
+ "step": 1080
847
+ },
848
+ {
849
+ "epoch": 1.296252230814991,
850
+ "grad_norm": 1.1101552248001099,
851
+ "learning_rate": 0.00011597250303275375,
852
+ "loss": 0.1721956491470337,
853
+ "step": 1090
854
+ },
855
+ {
856
+ "epoch": 1.3081499107674004,
857
+ "grad_norm": 2.259507894515991,
858
+ "learning_rate": 0.0001151637687019814,
859
+ "loss": 0.2358708143234253,
860
+ "step": 1100
861
+ },
862
+ {
863
+ "epoch": 1.3081499107674004,
864
+ "eval_loss": 0.6394524574279785,
865
+ "eval_runtime": 142.3401,
866
+ "eval_samples_per_second": 5.107,
867
+ "eval_steps_per_second": 1.279,
868
+ "step": 1100
869
+ },
870
+ {
871
+ "epoch": 1.3200475907198097,
872
+ "grad_norm": 1.9693511724472046,
873
+ "learning_rate": 0.00011435503437120907,
874
+ "loss": 0.2196721076965332,
875
+ "step": 1110
876
+ },
877
+ {
878
+ "epoch": 1.331945270672219,
879
+ "grad_norm": 0.4268541634082794,
880
+ "learning_rate": 0.00011354630004043671,
881
+ "loss": 0.13150120973587037,
882
+ "step": 1120
883
+ },
884
+ {
885
+ "epoch": 1.3438429506246283,
886
+ "grad_norm": 2.330213785171509,
887
+ "learning_rate": 0.00011273756570966438,
888
+ "loss": 0.21918668746948242,
889
+ "step": 1130
890
+ },
891
+ {
892
+ "epoch": 1.3557406305770374,
893
+ "grad_norm": 0.5232792496681213,
894
+ "learning_rate": 0.00011192883137889203,
895
+ "loss": 0.28672659397125244,
896
+ "step": 1140
897
+ },
898
+ {
899
+ "epoch": 1.3676383105294467,
900
+ "grad_norm": 0.7693712115287781,
901
+ "learning_rate": 0.0001111200970481197,
902
+ "loss": 0.13414368629455567,
903
+ "step": 1150
904
+ },
905
+ {
906
+ "epoch": 1.379535990481856,
907
+ "grad_norm": 2.319396734237671,
908
+ "learning_rate": 0.00011031136271734736,
909
+ "loss": 0.2267531394958496,
910
+ "step": 1160
911
+ },
912
+ {
913
+ "epoch": 1.3914336704342654,
914
+ "grad_norm": 0.5921527743339539,
915
+ "learning_rate": 0.00010950262838657502,
916
+ "loss": 0.25402560234069826,
917
+ "step": 1170
918
+ },
919
+ {
920
+ "epoch": 1.4033313503866747,
921
+ "grad_norm": 2.0321357250213623,
922
+ "learning_rate": 0.00010869389405580268,
923
+ "loss": 0.25376124382019044,
924
+ "step": 1180
925
+ },
926
+ {
927
+ "epoch": 1.4152290303390838,
928
+ "grad_norm": 0.38882723450660706,
929
+ "learning_rate": 0.00010788515972503032,
930
+ "loss": 0.22503962516784667,
931
+ "step": 1190
932
+ },
933
+ {
934
+ "epoch": 1.427126710291493,
935
+ "grad_norm": 1.3018765449523926,
936
+ "learning_rate": 0.00010707642539425799,
937
+ "loss": 0.2776267290115356,
938
+ "step": 1200
939
+ },
940
+ {
941
+ "epoch": 1.427126710291493,
942
+ "eval_loss": 0.6352964043617249,
943
+ "eval_runtime": 142.7248,
944
+ "eval_samples_per_second": 5.094,
945
+ "eval_steps_per_second": 1.275,
946
+ "step": 1200
947
+ },
948
+ {
949
+ "epoch": 1.4390243902439024,
950
+ "grad_norm": 1.2818971872329712,
951
+ "learning_rate": 0.00010626769106348564,
952
+ "loss": 0.2819439172744751,
953
+ "step": 1210
954
+ },
955
+ {
956
+ "epoch": 1.4509220701963117,
957
+ "grad_norm": 2.7062032222747803,
958
+ "learning_rate": 0.00010545895673271331,
959
+ "loss": 0.27474424839019773,
960
+ "step": 1220
961
+ },
962
+ {
963
+ "epoch": 1.462819750148721,
964
+ "grad_norm": 1.595563530921936,
965
+ "learning_rate": 0.00010465022240194098,
966
+ "loss": 0.2381807565689087,
967
+ "step": 1230
968
+ },
969
+ {
970
+ "epoch": 1.4747174301011303,
971
+ "grad_norm": 2.4552483558654785,
972
+ "learning_rate": 0.00010384148807116863,
973
+ "loss": 0.20328295230865479,
974
+ "step": 1240
975
+ },
976
+ {
977
+ "epoch": 1.4866151100535396,
978
+ "grad_norm": 0.7772732973098755,
979
+ "learning_rate": 0.0001030327537403963,
980
+ "loss": 0.36213810443878175,
981
+ "step": 1250
982
+ },
983
+ {
984
+ "epoch": 1.498512790005949,
985
+ "grad_norm": 0.5157018899917603,
986
+ "learning_rate": 0.00010222401940962393,
987
+ "loss": 0.2579164505004883,
988
+ "step": 1260
989
+ },
990
+ {
991
+ "epoch": 1.5104104699583583,
992
+ "grad_norm": 0.9393762946128845,
993
+ "learning_rate": 0.0001014152850788516,
994
+ "loss": 0.2738668441772461,
995
+ "step": 1270
996
+ },
997
+ {
998
+ "epoch": 1.5223081499107673,
999
+ "grad_norm": 1.3828178644180298,
1000
+ "learning_rate": 0.00010060655074807925,
1001
+ "loss": 0.2687704563140869,
1002
+ "step": 1280
1003
+ },
1004
+ {
1005
+ "epoch": 1.5342058298631767,
1006
+ "grad_norm": 2.448199987411499,
1007
+ "learning_rate": 9.979781641730692e-05,
1008
+ "loss": 0.25954508781433105,
1009
+ "step": 1290
1010
+ },
1011
+ {
1012
+ "epoch": 1.546103509815586,
1013
+ "grad_norm": 0.5786930918693542,
1014
+ "learning_rate": 9.898908208653457e-05,
1015
+ "loss": 0.3727055311203003,
1016
+ "step": 1300
1017
+ },
1018
+ {
1019
+ "epoch": 1.546103509815586,
1020
+ "eval_loss": 0.6408339738845825,
1021
+ "eval_runtime": 143.0994,
1022
+ "eval_samples_per_second": 5.08,
1023
+ "eval_steps_per_second": 1.272,
1024
+ "step": 1300
1025
+ },
1026
+ {
1027
+ "epoch": 1.5580011897679953,
1028
+ "grad_norm": 0.7677634954452515,
1029
+ "learning_rate": 9.818034775576224e-05,
1030
+ "loss": 0.1762090802192688,
1031
+ "step": 1310
1032
+ },
1033
+ {
1034
+ "epoch": 1.5698988697204044,
1035
+ "grad_norm": 0.6897227764129639,
1036
+ "learning_rate": 9.73716134249899e-05,
1037
+ "loss": 0.18234789371490479,
1038
+ "step": 1320
1039
+ },
1040
+ {
1041
+ "epoch": 1.5817965496728137,
1042
+ "grad_norm": 0.4356502294540405,
1043
+ "learning_rate": 9.656287909421755e-05,
1044
+ "loss": 0.17166239023208618,
1045
+ "step": 1330
1046
+ },
1047
+ {
1048
+ "epoch": 1.593694229625223,
1049
+ "grad_norm": 0.8925612568855286,
1050
+ "learning_rate": 9.575414476344521e-05,
1051
+ "loss": 0.2909604549407959,
1052
+ "step": 1340
1053
+ },
1054
+ {
1055
+ "epoch": 1.6055919095776323,
1056
+ "grad_norm": 1.331018328666687,
1057
+ "learning_rate": 9.494541043267288e-05,
1058
+ "loss": 0.3194843292236328,
1059
+ "step": 1350
1060
+ },
1061
+ {
1062
+ "epoch": 1.6174895895300416,
1063
+ "grad_norm": 0.7012219429016113,
1064
+ "learning_rate": 9.413667610190053e-05,
1065
+ "loss": 0.23222012519836427,
1066
+ "step": 1360
1067
+ },
1068
+ {
1069
+ "epoch": 1.629387269482451,
1070
+ "grad_norm": 0.2544768154621124,
1071
+ "learning_rate": 9.332794177112819e-05,
1072
+ "loss": 0.23880724906921386,
1073
+ "step": 1370
1074
+ },
1075
+ {
1076
+ "epoch": 1.6412849494348603,
1077
+ "grad_norm": 1.3657277822494507,
1078
+ "learning_rate": 9.251920744035585e-05,
1079
+ "loss": 0.19748220443725586,
1080
+ "step": 1380
1081
+ },
1082
+ {
1083
+ "epoch": 1.6531826293872696,
1084
+ "grad_norm": 2.1993489265441895,
1085
+ "learning_rate": 9.171047310958351e-05,
1086
+ "loss": 0.30321478843688965,
1087
+ "step": 1390
1088
+ },
1089
+ {
1090
+ "epoch": 1.6650803093396789,
1091
+ "grad_norm": 0.4869902729988098,
1092
+ "learning_rate": 9.090173877881116e-05,
1093
+ "loss": 0.3128593921661377,
1094
+ "step": 1400
1095
+ },
1096
+ {
1097
+ "epoch": 1.6650803093396789,
1098
+ "eval_loss": 0.6290650367736816,
1099
+ "eval_runtime": 142.7458,
1100
+ "eval_samples_per_second": 5.093,
1101
+ "eval_steps_per_second": 1.275,
1102
+ "step": 1400
1103
+ },
1104
+ {
1105
+ "epoch": 1.6769779892920882,
1106
+ "grad_norm": 0.8744633197784424,
1107
+ "learning_rate": 9.009300444803883e-05,
1108
+ "loss": 0.20709736347198487,
1109
+ "step": 1410
1110
+ },
1111
+ {
1112
+ "epoch": 1.6888756692444973,
1113
+ "grad_norm": 0.45242759585380554,
1114
+ "learning_rate": 8.928427011726648e-05,
1115
+ "loss": 0.24040257930755615,
1116
+ "step": 1420
1117
+ },
1118
+ {
1119
+ "epoch": 1.7007733491969066,
1120
+ "grad_norm": 2.7029457092285156,
1121
+ "learning_rate": 8.847553578649415e-05,
1122
+ "loss": 0.20522713661193848,
1123
+ "step": 1430
1124
+ },
1125
+ {
1126
+ "epoch": 1.712671029149316,
1127
+ "grad_norm": 1.108100414276123,
1128
+ "learning_rate": 8.76668014557218e-05,
1129
+ "loss": 0.22306106090545655,
1130
+ "step": 1440
1131
+ },
1132
+ {
1133
+ "epoch": 1.7245687091017252,
1134
+ "grad_norm": 0.3601689636707306,
1135
+ "learning_rate": 8.685806712494947e-05,
1136
+ "loss": 0.22542276382446289,
1137
+ "step": 1450
1138
+ },
1139
+ {
1140
+ "epoch": 1.7364663890541343,
1141
+ "grad_norm": 2.1732895374298096,
1142
+ "learning_rate": 8.604933279417712e-05,
1143
+ "loss": 0.21184999942779542,
1144
+ "step": 1460
1145
+ },
1146
+ {
1147
+ "epoch": 1.7483640690065436,
1148
+ "grad_norm": 0.7454811334609985,
1149
+ "learning_rate": 8.524059846340477e-05,
1150
+ "loss": 0.16401395797729493,
1151
+ "step": 1470
1152
+ },
1153
+ {
1154
+ "epoch": 1.760261748958953,
1155
+ "grad_norm": 0.9580848217010498,
1156
+ "learning_rate": 8.443186413263243e-05,
1157
+ "loss": 0.3019646883010864,
1158
+ "step": 1480
1159
+ },
1160
+ {
1161
+ "epoch": 1.7721594289113622,
1162
+ "grad_norm": 0.49919596314430237,
1163
+ "learning_rate": 8.362312980186009e-05,
1164
+ "loss": 0.1772990345954895,
1165
+ "step": 1490
1166
+ },
1167
+ {
1168
+ "epoch": 1.7840571088637716,
1169
+ "grad_norm": 0.4589841365814209,
1170
+ "learning_rate": 8.281439547108775e-05,
1171
+ "loss": 0.2236480712890625,
1172
+ "step": 1500
1173
+ },
1174
+ {
1175
+ "epoch": 1.7840571088637716,
1176
+ "eval_loss": 0.6338388919830322,
1177
+ "eval_runtime": 142.4382,
1178
+ "eval_samples_per_second": 5.104,
1179
+ "eval_steps_per_second": 1.278,
1180
+ "step": 1500
1181
+ },
1182
+ {
1183
+ "epoch": 1.7959547888161809,
1184
+ "grad_norm": 1.2061543464660645,
1185
+ "learning_rate": 8.200566114031541e-05,
1186
+ "loss": 0.152615225315094,
1187
+ "step": 1510
1188
+ },
1189
+ {
1190
+ "epoch": 1.8078524687685902,
1191
+ "grad_norm": 0.8690841794013977,
1192
+ "learning_rate": 8.119692680954308e-05,
1193
+ "loss": 0.15312827825546266,
1194
+ "step": 1520
1195
+ },
1196
+ {
1197
+ "epoch": 1.8197501487209995,
1198
+ "grad_norm": 1.1968799829483032,
1199
+ "learning_rate": 8.038819247877073e-05,
1200
+ "loss": 0.1551919937133789,
1201
+ "step": 1530
1202
+ },
1203
+ {
1204
+ "epoch": 1.8316478286734088,
1205
+ "grad_norm": 0.5277600884437561,
1206
+ "learning_rate": 7.957945814799839e-05,
1207
+ "loss": 0.3069296360015869,
1208
+ "step": 1540
1209
+ },
1210
+ {
1211
+ "epoch": 1.8435455086258181,
1212
+ "grad_norm": 1.039868950843811,
1213
+ "learning_rate": 7.877072381722604e-05,
1214
+ "loss": 0.20282301902770997,
1215
+ "step": 1550
1216
+ },
1217
+ {
1218
+ "epoch": 1.8554431885782272,
1219
+ "grad_norm": 0.60517817735672,
1220
+ "learning_rate": 7.79619894864537e-05,
1221
+ "loss": 0.23913111686706542,
1222
+ "step": 1560
1223
+ },
1224
+ {
1225
+ "epoch": 1.8673408685306365,
1226
+ "grad_norm": 2.21573805809021,
1227
+ "learning_rate": 7.715325515568136e-05,
1228
+ "loss": 0.2257241725921631,
1229
+ "step": 1570
1230
+ },
1231
+ {
1232
+ "epoch": 1.8792385484830458,
1233
+ "grad_norm": 0.2944304645061493,
1234
+ "learning_rate": 7.634452082490901e-05,
1235
+ "loss": 0.1661970019340515,
1236
+ "step": 1580
1237
+ },
1238
+ {
1239
+ "epoch": 1.891136228435455,
1240
+ "grad_norm": 1.1983428001403809,
1241
+ "learning_rate": 7.553578649413668e-05,
1242
+ "loss": 0.2087465763092041,
1243
+ "step": 1590
1244
+ },
1245
+ {
1246
+ "epoch": 1.9030339083878642,
1247
+ "grad_norm": 0.8915425539016724,
1248
+ "learning_rate": 7.472705216336434e-05,
1249
+ "loss": 0.21896538734436036,
1250
+ "step": 1600
1251
+ },
1252
+ {
1253
+ "epoch": 1.9030339083878642,
1254
+ "eval_loss": 0.6456941962242126,
1255
+ "eval_runtime": 142.943,
1256
+ "eval_samples_per_second": 5.086,
1257
+ "eval_steps_per_second": 1.273,
1258
+ "step": 1600
1259
+ },
1260
+ {
1261
+ "epoch": 1.9149315883402735,
1262
+ "grad_norm": 2.590047836303711,
1263
+ "learning_rate": 7.3918317832592e-05,
1264
+ "loss": 0.29830474853515626,
1265
+ "step": 1610
1266
+ },
1267
+ {
1268
+ "epoch": 1.9268292682926829,
1269
+ "grad_norm": 2.7200751304626465,
1270
+ "learning_rate": 7.310958350181965e-05,
1271
+ "loss": 0.2548383712768555,
1272
+ "step": 1620
1273
+ },
1274
+ {
1275
+ "epoch": 1.9387269482450922,
1276
+ "grad_norm": 0.47415056824684143,
1277
+ "learning_rate": 7.230084917104732e-05,
1278
+ "loss": 0.17630742788314818,
1279
+ "step": 1630
1280
+ },
1281
+ {
1282
+ "epoch": 1.9506246281975015,
1283
+ "grad_norm": 0.6399453282356262,
1284
+ "learning_rate": 7.149211484027497e-05,
1285
+ "loss": 0.21350162029266356,
1286
+ "step": 1640
1287
+ },
1288
+ {
1289
+ "epoch": 1.9625223081499108,
1290
+ "grad_norm": 0.9102665781974792,
1291
+ "learning_rate": 7.068338050950262e-05,
1292
+ "loss": 0.1667860984802246,
1293
+ "step": 1650
1294
+ },
1295
+ {
1296
+ "epoch": 1.9744199881023201,
1297
+ "grad_norm": 1.439720869064331,
1298
+ "learning_rate": 6.987464617873029e-05,
1299
+ "loss": 0.15564169883728027,
1300
+ "step": 1660
1301
+ },
1302
+ {
1303
+ "epoch": 1.9863176680547294,
1304
+ "grad_norm": 1.2843844890594482,
1305
+ "learning_rate": 6.906591184795796e-05,
1306
+ "loss": 0.23316650390625,
1307
+ "step": 1670
1308
+ },
1309
+ {
1310
+ "epoch": 1.9982153480071387,
1311
+ "grad_norm": 0.7496667504310608,
1312
+ "learning_rate": 6.825717751718561e-05,
1313
+ "loss": 0.11828969717025757,
1314
+ "step": 1680
1315
+ },
1316
+ {
1317
+ "epoch": 2.0095181439619276,
1318
+ "grad_norm": 0.5547150373458862,
1319
+ "learning_rate": 6.744844318641326e-05,
1320
+ "loss": 0.1567418694496155,
1321
+ "step": 1690
1322
+ },
1323
+ {
1324
+ "epoch": 2.0214158239143365,
1325
+ "grad_norm": 1.1936298608779907,
1326
+ "learning_rate": 6.663970885564093e-05,
1327
+ "loss": 0.07190254330635071,
1328
+ "step": 1700
1329
+ },
1330
+ {
1331
+ "epoch": 2.0214158239143365,
1332
+ "eval_loss": 0.7682034373283386,
1333
+ "eval_runtime": 142.5675,
1334
+ "eval_samples_per_second": 5.099,
1335
+ "eval_steps_per_second": 1.277,
1336
+ "step": 1700
1337
+ },
1338
+ {
1339
+ "epoch": 2.033313503866746,
1340
+ "grad_norm": 0.8649502992630005,
1341
+ "learning_rate": 6.583097452486858e-05,
1342
+ "loss": 0.09684446454048157,
1343
+ "step": 1710
1344
+ },
1345
+ {
1346
+ "epoch": 2.045211183819155,
1347
+ "grad_norm": 1.6249701976776123,
1348
+ "learning_rate": 6.502224019409624e-05,
1349
+ "loss": 0.10573645830154418,
1350
+ "step": 1720
1351
+ },
1352
+ {
1353
+ "epoch": 2.0571088637715644,
1354
+ "grad_norm": 1.6712027788162231,
1355
+ "learning_rate": 6.42135058633239e-05,
1356
+ "loss": 0.06878747344017029,
1357
+ "step": 1730
1358
+ },
1359
+ {
1360
+ "epoch": 2.0690065437239737,
1361
+ "grad_norm": 1.998836636543274,
1362
+ "learning_rate": 6.340477153255156e-05,
1363
+ "loss": 0.09289296865463256,
1364
+ "step": 1740
1365
+ },
1366
+ {
1367
+ "epoch": 2.080904223676383,
1368
+ "grad_norm": 2.0230648517608643,
1369
+ "learning_rate": 6.259603720177922e-05,
1370
+ "loss": 0.08702811002731323,
1371
+ "step": 1750
1372
+ },
1373
+ {
1374
+ "epoch": 2.0928019036287924,
1375
+ "grad_norm": 0.6234531998634338,
1376
+ "learning_rate": 6.178730287100688e-05,
1377
+ "loss": 0.09178865551948548,
1378
+ "step": 1760
1379
+ },
1380
+ {
1381
+ "epoch": 2.1046995835812017,
1382
+ "grad_norm": 1.0890167951583862,
1383
+ "learning_rate": 6.0978568540234536e-05,
1384
+ "loss": 0.07926965951919555,
1385
+ "step": 1770
1386
+ },
1387
+ {
1388
+ "epoch": 2.116597263533611,
1389
+ "grad_norm": 0.565838634967804,
1390
+ "learning_rate": 6.0169834209462196e-05,
1391
+ "loss": 0.06830034255981446,
1392
+ "step": 1780
1393
+ },
1394
+ {
1395
+ "epoch": 2.1284949434860203,
1396
+ "grad_norm": 0.24224597215652466,
1397
+ "learning_rate": 5.936109987868985e-05,
1398
+ "loss": 0.0387349396944046,
1399
+ "step": 1790
1400
+ },
1401
+ {
1402
+ "epoch": 2.1403926234384296,
1403
+ "grad_norm": 0.6451993584632874,
1404
+ "learning_rate": 5.855236554791751e-05,
1405
+ "loss": 0.08081170320510864,
1406
+ "step": 1800
1407
+ },
1408
+ {
1409
+ "epoch": 2.1403926234384296,
1410
+ "eval_loss": 0.7727965712547302,
1411
+ "eval_runtime": 142.002,
1412
+ "eval_samples_per_second": 5.12,
1413
+ "eval_steps_per_second": 1.282,
1414
+ "step": 1800
1415
+ }
1416
+ ],
1417
+ "logging_steps": 10,
1418
+ "max_steps": 2523,
1419
+ "num_input_tokens_seen": 0,
1420
+ "num_train_epochs": 3,
1421
+ "save_steps": 100,
1422
+ "stateful_callbacks": {
1423
+ "TrainerControl": {
1424
+ "args": {
1425
+ "should_epoch_stop": false,
1426
+ "should_evaluate": false,
1427
+ "should_log": false,
1428
+ "should_save": true,
1429
+ "should_training_stop": false
1430
+ },
1431
+ "attributes": {}
1432
+ }
1433
+ },
1434
+ "total_flos": 1.1046803853769421e+18,
1435
+ "train_batch_size": 2,
1436
+ "trial_name": null,
1437
+ "trial_params": null
1438
+ }
checkpoint-1800/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47abdcb2d959c9b661bff96e3d57dc8b08d6ada3c77f1465a0ab8cd65cc50264
3
+ size 5368
checkpoint-1900/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/Qwen2.5-Coder-7B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/Qwen2.5-Coder-7B-Instruct
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ ---
13
+
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Results
136
+
137
+ [More Information Needed]
138
+
139
+ #### Summary
140
+
141
+
142
+
143
+ ## Model Examination [optional]
144
+
145
+ <!-- Relevant interpretability work for the model goes here -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## Environmental Impact
150
+
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
+
153
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
154
+
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
+
161
+ ## Technical Specifications [optional]
162
+
163
+ ### Model Architecture and Objective
164
+
165
+ [More Information Needed]
166
+
167
+ ### Compute Infrastructure
168
+
169
+ [More Information Needed]
170
+
171
+ #### Hardware
172
+
173
+ [More Information Needed]
174
+
175
+ #### Software
176
+
177
+ [More Information Needed]
178
+
179
+ ## Citation [optional]
180
+
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
+
183
+ **BibTeX:**
184
+
185
+ [More Information Needed]
186
+
187
+ **APA:**
188
+
189
+ [More Information Needed]
190
+
191
+ ## Glossary [optional]
192
+
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## More Information [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Authors [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Contact
206
+
207
+ [More Information Needed]
208
+ ### Framework versions
209
+
210
+ - PEFT 0.18.1
checkpoint-1900/adapter_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Qwen2ForCausalLM",
7
+ "parent_library": "transformers.models.qwen2.modeling_qwen2",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/Qwen2.5-Coder-7B-Instruct",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 32,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0.0,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": null,
29
+ "peft_type": "LORA",
30
+ "peft_version": "0.18.1",
31
+ "qalora_group_size": 16,
32
+ "r": 16,
33
+ "rank_pattern": {},
34
+ "revision": null,
35
+ "target_modules": [
36
+ "down_proj",
37
+ "k_proj",
38
+ "up_proj",
39
+ "q_proj",
40
+ "o_proj",
41
+ "gate_proj",
42
+ "v_proj"
43
+ ],
44
+ "target_parameters": null,
45
+ "task_type": "CAUSAL_LM",
46
+ "trainable_token_indices": null,
47
+ "use_dora": false,
48
+ "use_qalora": false,
49
+ "use_rslora": true
50
+ }
checkpoint-1900/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ab89417f1911aad6e7ab330e019150698d4c1f7967a139ed1af8360a8736624
3
+ size 161533192
checkpoint-1900/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
checkpoint-1900/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b98d7016606616d574964a5825a437614a5c986bcdbf31f65d74dd5c7348e2f0
3
+ size 82465012
checkpoint-1900/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74500fe56a00edceb9cab6364c03fae529645b7e8281b3591741e890ae56df43
3
+ size 14308
checkpoint-1900/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7a16a0ec1c87f3e4f537ce10292042672b0fb5efc05adf0ce8142ad7a0eb805
3
+ size 1064
checkpoint-1900/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd5948af71b4f56cf697f7580814c7ce8b80595ef985544efcacf716126a2e31
3
+ size 11422356
checkpoint-1900/tokenizer_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|im_end|>",
7
+ "errors": "replace",
8
+ "extra_special_tokens": [],
9
+ "is_local": false,
10
+ "model_max_length": 32768,
11
+ "pad_token": "<|PAD_TOKEN|>",
12
+ "padding_side": "right",
13
+ "split_special_tokens": false,
14
+ "tokenizer_class": "Qwen2Tokenizer",
15
+ "unk_token": null
16
+ }
checkpoint-1900/trainer_state.json ADDED
@@ -0,0 +1,1516 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 800,
3
+ "best_metric": 0.5888198614120483,
4
+ "best_model_checkpoint": "/workspace/codek/outputs/codek-lora-v3/checkpoint-800",
5
+ "epoch": 2.2593694229625223,
6
+ "eval_steps": 100,
7
+ "global_step": 1900,
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.01189767995240928,
14
+ "grad_norm": 0.5428410768508911,
15
+ "learning_rate": 3.6e-05,
16
+ "loss": 0.9758113861083985,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.02379535990481856,
21
+ "grad_norm": 4.67169189453125,
22
+ "learning_rate": 7.6e-05,
23
+ "loss": 0.6493405342102051,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.03569303985722784,
28
+ "grad_norm": 1.070132851600647,
29
+ "learning_rate": 0.000116,
30
+ "loss": 1.06031494140625,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.04759071980963712,
35
+ "grad_norm": 1.9386584758758545,
36
+ "learning_rate": 0.00015600000000000002,
37
+ "loss": 0.6819836139678955,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.0594883997620464,
42
+ "grad_norm": 0.4872680604457855,
43
+ "learning_rate": 0.000196,
44
+ "loss": 0.5926659107208252,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.07138607971445568,
49
+ "grad_norm": 2.355872869491577,
50
+ "learning_rate": 0.0001992721391023049,
51
+ "loss": 0.6537514686584472,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.08328375966686496,
56
+ "grad_norm": 2.0048632621765137,
57
+ "learning_rate": 0.00019846340477153255,
58
+ "loss": 0.5464569568634033,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.09518143961927424,
63
+ "grad_norm": 0.354509562253952,
64
+ "learning_rate": 0.00019765467044076022,
65
+ "loss": 0.35349245071411134,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.10707911957168352,
70
+ "grad_norm": 0.594601571559906,
71
+ "learning_rate": 0.00019684593610998788,
72
+ "loss": 0.6311532497406006,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.1189767995240928,
77
+ "grad_norm": 0.6164997220039368,
78
+ "learning_rate": 0.00019603720177921555,
79
+ "loss": 0.6391933917999267,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.1189767995240928,
84
+ "eval_loss": 0.6638074517250061,
85
+ "eval_runtime": 145.0623,
86
+ "eval_samples_per_second": 5.012,
87
+ "eval_steps_per_second": 1.255,
88
+ "step": 100
89
+ },
90
+ {
91
+ "epoch": 0.13087447947650208,
92
+ "grad_norm": 0.44855809211730957,
93
+ "learning_rate": 0.0001952284674484432,
94
+ "loss": 0.5943772792816162,
95
+ "step": 110
96
+ },
97
+ {
98
+ "epoch": 0.14277215942891136,
99
+ "grad_norm": 0.5330596566200256,
100
+ "learning_rate": 0.00019441973311767086,
101
+ "loss": 0.6163853168487549,
102
+ "step": 120
103
+ },
104
+ {
105
+ "epoch": 0.15466983938132065,
106
+ "grad_norm": 2.245134115219116,
107
+ "learning_rate": 0.00019361099878689852,
108
+ "loss": 0.6799118995666504,
109
+ "step": 130
110
+ },
111
+ {
112
+ "epoch": 0.16656751933372993,
113
+ "grad_norm": 0.6131016612052917,
114
+ "learning_rate": 0.00019280226445612616,
115
+ "loss": 0.5579062938690186,
116
+ "step": 140
117
+ },
118
+ {
119
+ "epoch": 0.17846519928613921,
120
+ "grad_norm": 2.133678436279297,
121
+ "learning_rate": 0.00019199353012535383,
122
+ "loss": 0.6677299976348877,
123
+ "step": 150
124
+ },
125
+ {
126
+ "epoch": 0.19036287923854847,
127
+ "grad_norm": 2.461663246154785,
128
+ "learning_rate": 0.0001911847957945815,
129
+ "loss": 0.5393151760101318,
130
+ "step": 160
131
+ },
132
+ {
133
+ "epoch": 0.20226055919095776,
134
+ "grad_norm": 0.8805132508277893,
135
+ "learning_rate": 0.00019037606146380916,
136
+ "loss": 0.3627098321914673,
137
+ "step": 170
138
+ },
139
+ {
140
+ "epoch": 0.21415823914336704,
141
+ "grad_norm": 0.6360796093940735,
142
+ "learning_rate": 0.0001895673271330368,
143
+ "loss": 0.39393203258514403,
144
+ "step": 180
145
+ },
146
+ {
147
+ "epoch": 0.22605591909577633,
148
+ "grad_norm": 0.6658252477645874,
149
+ "learning_rate": 0.00018875859280226447,
150
+ "loss": 0.4603158473968506,
151
+ "step": 190
152
+ },
153
+ {
154
+ "epoch": 0.2379535990481856,
155
+ "grad_norm": 0.8778694868087769,
156
+ "learning_rate": 0.0001879498584714921,
157
+ "loss": 0.3169058561325073,
158
+ "step": 200
159
+ },
160
+ {
161
+ "epoch": 0.2379535990481856,
162
+ "eval_loss": 0.6359900832176208,
163
+ "eval_runtime": 148.4485,
164
+ "eval_samples_per_second": 4.897,
165
+ "eval_steps_per_second": 1.226,
166
+ "step": 200
167
+ },
168
+ {
169
+ "epoch": 0.2498512790005949,
170
+ "grad_norm": 0.9706892371177673,
171
+ "learning_rate": 0.00018714112414071977,
172
+ "loss": 0.5271358013153076,
173
+ "step": 210
174
+ },
175
+ {
176
+ "epoch": 0.26174895895300415,
177
+ "grad_norm": 2.4584925174713135,
178
+ "learning_rate": 0.00018633238980994744,
179
+ "loss": 0.5194128036499024,
180
+ "step": 220
181
+ },
182
+ {
183
+ "epoch": 0.27364663890541346,
184
+ "grad_norm": 2.380593776702881,
185
+ "learning_rate": 0.0001855236554791751,
186
+ "loss": 0.36130523681640625,
187
+ "step": 230
188
+ },
189
+ {
190
+ "epoch": 0.2855443188578227,
191
+ "grad_norm": 0.3882339596748352,
192
+ "learning_rate": 0.00018471492114840277,
193
+ "loss": 0.5675658702850341,
194
+ "step": 240
195
+ },
196
+ {
197
+ "epoch": 0.297441998810232,
198
+ "grad_norm": 0.5137739181518555,
199
+ "learning_rate": 0.00018390618681763041,
200
+ "loss": 0.4355769634246826,
201
+ "step": 250
202
+ },
203
+ {
204
+ "epoch": 0.3093396787626413,
205
+ "grad_norm": 2.0276546478271484,
206
+ "learning_rate": 0.00018309745248685808,
207
+ "loss": 0.45575518608093263,
208
+ "step": 260
209
+ },
210
+ {
211
+ "epoch": 0.32123735871505055,
212
+ "grad_norm": 0.7296242713928223,
213
+ "learning_rate": 0.00018228871815608572,
214
+ "loss": 0.3975461483001709,
215
+ "step": 270
216
+ },
217
+ {
218
+ "epoch": 0.33313503866745986,
219
+ "grad_norm": 0.4104812741279602,
220
+ "learning_rate": 0.0001814799838253134,
221
+ "loss": 0.4124011993408203,
222
+ "step": 280
223
+ },
224
+ {
225
+ "epoch": 0.3450327186198691,
226
+ "grad_norm": 2.2240512371063232,
227
+ "learning_rate": 0.00018067124949454105,
228
+ "loss": 0.44806156158447263,
229
+ "step": 290
230
+ },
231
+ {
232
+ "epoch": 0.35693039857227843,
233
+ "grad_norm": 0.5039843916893005,
234
+ "learning_rate": 0.00017986251516376872,
235
+ "loss": 0.5462466716766358,
236
+ "step": 300
237
+ },
238
+ {
239
+ "epoch": 0.35693039857227843,
240
+ "eval_loss": 0.6173338294029236,
241
+ "eval_runtime": 142.4876,
242
+ "eval_samples_per_second": 5.102,
243
+ "eval_steps_per_second": 1.277,
244
+ "step": 300
245
+ },
246
+ {
247
+ "epoch": 0.3688280785246877,
248
+ "grad_norm": 2.1521501541137695,
249
+ "learning_rate": 0.0001790537808329964,
250
+ "loss": 0.5577811241149903,
251
+ "step": 310
252
+ },
253
+ {
254
+ "epoch": 0.38072575847709694,
255
+ "grad_norm": 1.0199904441833496,
256
+ "learning_rate": 0.00017824504650222403,
257
+ "loss": 0.4318714141845703,
258
+ "step": 320
259
+ },
260
+ {
261
+ "epoch": 0.39262343842950626,
262
+ "grad_norm": 0.7938897013664246,
263
+ "learning_rate": 0.0001774363121714517,
264
+ "loss": 0.5028730869293213,
265
+ "step": 330
266
+ },
267
+ {
268
+ "epoch": 0.4045211183819155,
269
+ "grad_norm": 1.0197608470916748,
270
+ "learning_rate": 0.00017662757784067933,
271
+ "loss": 0.4412552833557129,
272
+ "step": 340
273
+ },
274
+ {
275
+ "epoch": 0.4164187983343248,
276
+ "grad_norm": 2.1586694717407227,
277
+ "learning_rate": 0.000175818843509907,
278
+ "loss": 0.6107489109039307,
279
+ "step": 350
280
+ },
281
+ {
282
+ "epoch": 0.4283164782867341,
283
+ "grad_norm": 0.5125121474266052,
284
+ "learning_rate": 0.00017501010917913467,
285
+ "loss": 0.41151204109191897,
286
+ "step": 360
287
+ },
288
+ {
289
+ "epoch": 0.4402141582391434,
290
+ "grad_norm": 0.854578971862793,
291
+ "learning_rate": 0.00017420137484836233,
292
+ "loss": 0.37861664295196534,
293
+ "step": 370
294
+ },
295
+ {
296
+ "epoch": 0.45211183819155265,
297
+ "grad_norm": 0.3810710608959198,
298
+ "learning_rate": 0.00017339264051759,
299
+ "loss": 0.554447078704834,
300
+ "step": 380
301
+ },
302
+ {
303
+ "epoch": 0.4640095181439619,
304
+ "grad_norm": 0.6537095308303833,
305
+ "learning_rate": 0.00017258390618681764,
306
+ "loss": 0.4039173126220703,
307
+ "step": 390
308
+ },
309
+ {
310
+ "epoch": 0.4759071980963712,
311
+ "grad_norm": 0.3078782856464386,
312
+ "learning_rate": 0.0001717751718560453,
313
+ "loss": 0.36465888023376464,
314
+ "step": 400
315
+ },
316
+ {
317
+ "epoch": 0.4759071980963712,
318
+ "eval_loss": 0.6045503616333008,
319
+ "eval_runtime": 142.1172,
320
+ "eval_samples_per_second": 5.115,
321
+ "eval_steps_per_second": 1.281,
322
+ "step": 400
323
+ },
324
+ {
325
+ "epoch": 0.4878048780487805,
326
+ "grad_norm": 2.2536327838897705,
327
+ "learning_rate": 0.00017096643752527295,
328
+ "loss": 0.6744783878326416,
329
+ "step": 410
330
+ },
331
+ {
332
+ "epoch": 0.4997025580011898,
333
+ "grad_norm": 1.0270065069198608,
334
+ "learning_rate": 0.0001701577031945006,
335
+ "loss": 0.3990432024002075,
336
+ "step": 420
337
+ },
338
+ {
339
+ "epoch": 0.5116002379535991,
340
+ "grad_norm": 0.8148894906044006,
341
+ "learning_rate": 0.00016934896886372825,
342
+ "loss": 0.44692273139953614,
343
+ "step": 430
344
+ },
345
+ {
346
+ "epoch": 0.5234979179060083,
347
+ "grad_norm": 1.3633968830108643,
348
+ "learning_rate": 0.00016854023453295595,
349
+ "loss": 0.643745756149292,
350
+ "step": 440
351
+ },
352
+ {
353
+ "epoch": 0.5353955978584176,
354
+ "grad_norm": 2.3843679428100586,
355
+ "learning_rate": 0.0001677315002021836,
356
+ "loss": 0.5624740600585938,
357
+ "step": 450
358
+ },
359
+ {
360
+ "epoch": 0.5472932778108269,
361
+ "grad_norm": 2.0721166133880615,
362
+ "learning_rate": 0.00016692276587141125,
363
+ "loss": 0.5419316768646241,
364
+ "step": 460
365
+ },
366
+ {
367
+ "epoch": 0.5591909577632361,
368
+ "grad_norm": 0.4449078142642975,
369
+ "learning_rate": 0.00016611403154063892,
370
+ "loss": 0.48584938049316406,
371
+ "step": 470
372
+ },
373
+ {
374
+ "epoch": 0.5710886377156454,
375
+ "grad_norm": 0.7449671030044556,
376
+ "learning_rate": 0.00016530529720986656,
377
+ "loss": 0.7389155387878418,
378
+ "step": 480
379
+ },
380
+ {
381
+ "epoch": 0.5829863176680548,
382
+ "grad_norm": 0.50657719373703,
383
+ "learning_rate": 0.00016449656287909422,
384
+ "loss": 0.4307733058929443,
385
+ "step": 490
386
+ },
387
+ {
388
+ "epoch": 0.594883997620464,
389
+ "grad_norm": 0.4837963581085205,
390
+ "learning_rate": 0.00016368782854832186,
391
+ "loss": 0.5735152244567872,
392
+ "step": 500
393
+ },
394
+ {
395
+ "epoch": 0.594883997620464,
396
+ "eval_loss": 0.6034532189369202,
397
+ "eval_runtime": 142.6906,
398
+ "eval_samples_per_second": 5.095,
399
+ "eval_steps_per_second": 1.275,
400
+ "step": 500
401
+ },
402
+ {
403
+ "epoch": 0.6067816775728733,
404
+ "grad_norm": 1.4207062721252441,
405
+ "learning_rate": 0.00016287909421754953,
406
+ "loss": 0.5803914070129395,
407
+ "step": 510
408
+ },
409
+ {
410
+ "epoch": 0.6186793575252826,
411
+ "grad_norm": 1.859832763671875,
412
+ "learning_rate": 0.00016207035988677722,
413
+ "loss": 0.6262160301208496,
414
+ "step": 520
415
+ },
416
+ {
417
+ "epoch": 0.6305770374776919,
418
+ "grad_norm": 0.6771688461303711,
419
+ "learning_rate": 0.00016126162555600486,
420
+ "loss": 0.511366891860962,
421
+ "step": 530
422
+ },
423
+ {
424
+ "epoch": 0.6424747174301011,
425
+ "grad_norm": 0.6743080615997314,
426
+ "learning_rate": 0.00016045289122523253,
427
+ "loss": 0.360305118560791,
428
+ "step": 540
429
+ },
430
+ {
431
+ "epoch": 0.6543723973825104,
432
+ "grad_norm": 0.7527660131454468,
433
+ "learning_rate": 0.00015964415689446017,
434
+ "loss": 0.4684628963470459,
435
+ "step": 550
436
+ },
437
+ {
438
+ "epoch": 0.6662700773349197,
439
+ "grad_norm": 0.48323220014572144,
440
+ "learning_rate": 0.00015883542256368784,
441
+ "loss": 0.37999782562255857,
442
+ "step": 560
443
+ },
444
+ {
445
+ "epoch": 0.6781677572873289,
446
+ "grad_norm": 0.6131327748298645,
447
+ "learning_rate": 0.00015802668823291548,
448
+ "loss": 0.4337103843688965,
449
+ "step": 570
450
+ },
451
+ {
452
+ "epoch": 0.6900654372397382,
453
+ "grad_norm": 2.4380738735198975,
454
+ "learning_rate": 0.00015721795390214314,
455
+ "loss": 0.5413307666778564,
456
+ "step": 580
457
+ },
458
+ {
459
+ "epoch": 0.7019631171921475,
460
+ "grad_norm": 0.8438555002212524,
461
+ "learning_rate": 0.0001564092195713708,
462
+ "loss": 0.46597776412963865,
463
+ "step": 590
464
+ },
465
+ {
466
+ "epoch": 0.7138607971445569,
467
+ "grad_norm": 0.6677970290184021,
468
+ "learning_rate": 0.00015560048524059848,
469
+ "loss": 0.49952197074890137,
470
+ "step": 600
471
+ },
472
+ {
473
+ "epoch": 0.7138607971445569,
474
+ "eval_loss": 0.5968995690345764,
475
+ "eval_runtime": 144.369,
476
+ "eval_samples_per_second": 5.036,
477
+ "eval_steps_per_second": 1.261,
478
+ "step": 600
479
+ },
480
+ {
481
+ "epoch": 0.7257584770969661,
482
+ "grad_norm": 0.6519638895988464,
483
+ "learning_rate": 0.00015479175090982614,
484
+ "loss": 0.5322952747344971,
485
+ "step": 610
486
+ },
487
+ {
488
+ "epoch": 0.7376561570493754,
489
+ "grad_norm": 2.2388486862182617,
490
+ "learning_rate": 0.00015398301657905378,
491
+ "loss": 0.4521610736846924,
492
+ "step": 620
493
+ },
494
+ {
495
+ "epoch": 0.7495538370017847,
496
+ "grad_norm": 0.5438874363899231,
497
+ "learning_rate": 0.00015317428224828145,
498
+ "loss": 0.32070658206939695,
499
+ "step": 630
500
+ },
501
+ {
502
+ "epoch": 0.7614515169541939,
503
+ "grad_norm": 0.9428866505622864,
504
+ "learning_rate": 0.0001523655479175091,
505
+ "loss": 0.43947296142578124,
506
+ "step": 640
507
+ },
508
+ {
509
+ "epoch": 0.7733491969066032,
510
+ "grad_norm": 2.1778297424316406,
511
+ "learning_rate": 0.00015155681358673676,
512
+ "loss": 0.3582610130310059,
513
+ "step": 650
514
+ },
515
+ {
516
+ "epoch": 0.7852468768590125,
517
+ "grad_norm": 0.9862648844718933,
518
+ "learning_rate": 0.00015074807925596442,
519
+ "loss": 0.2572986602783203,
520
+ "step": 660
521
+ },
522
+ {
523
+ "epoch": 0.7971445568114218,
524
+ "grad_norm": 2.2405526638031006,
525
+ "learning_rate": 0.0001499393449251921,
526
+ "loss": 0.5751560211181641,
527
+ "step": 670
528
+ },
529
+ {
530
+ "epoch": 0.809042236763831,
531
+ "grad_norm": 0.9659500122070312,
532
+ "learning_rate": 0.00014913061059441976,
533
+ "loss": 0.3901207447052002,
534
+ "step": 680
535
+ },
536
+ {
537
+ "epoch": 0.8209399167162403,
538
+ "grad_norm": 0.603147029876709,
539
+ "learning_rate": 0.0001483218762636474,
540
+ "loss": 0.4886178970336914,
541
+ "step": 690
542
+ },
543
+ {
544
+ "epoch": 0.8328375966686496,
545
+ "grad_norm": 1.395334005355835,
546
+ "learning_rate": 0.00014751314193287506,
547
+ "loss": 0.33148694038391113,
548
+ "step": 700
549
+ },
550
+ {
551
+ "epoch": 0.8328375966686496,
552
+ "eval_loss": 0.5894402861595154,
553
+ "eval_runtime": 143.9201,
554
+ "eval_samples_per_second": 5.051,
555
+ "eval_steps_per_second": 1.265,
556
+ "step": 700
557
+ },
558
+ {
559
+ "epoch": 0.8447352766210589,
560
+ "grad_norm": 0.37410464882850647,
561
+ "learning_rate": 0.0001467044076021027,
562
+ "loss": 0.4385047435760498,
563
+ "step": 710
564
+ },
565
+ {
566
+ "epoch": 0.8566329565734682,
567
+ "grad_norm": 0.556503415107727,
568
+ "learning_rate": 0.00014589567327133037,
569
+ "loss": 0.4530733585357666,
570
+ "step": 720
571
+ },
572
+ {
573
+ "epoch": 0.8685306365258775,
574
+ "grad_norm": 0.5830616354942322,
575
+ "learning_rate": 0.00014508693894055803,
576
+ "loss": 0.351526141166687,
577
+ "step": 730
578
+ },
579
+ {
580
+ "epoch": 0.8804283164782868,
581
+ "grad_norm": 1.0821419954299927,
582
+ "learning_rate": 0.0001442782046097857,
583
+ "loss": 0.37159755229949953,
584
+ "step": 740
585
+ },
586
+ {
587
+ "epoch": 0.892325996430696,
588
+ "grad_norm": 0.7333435416221619,
589
+ "learning_rate": 0.00014346947027901334,
590
+ "loss": 0.2786282777786255,
591
+ "step": 750
592
+ },
593
+ {
594
+ "epoch": 0.9042236763831053,
595
+ "grad_norm": 1.016577124595642,
596
+ "learning_rate": 0.000142660735948241,
597
+ "loss": 0.45658392906188966,
598
+ "step": 760
599
+ },
600
+ {
601
+ "epoch": 0.9161213563355146,
602
+ "grad_norm": 0.9072016477584839,
603
+ "learning_rate": 0.00014185200161746867,
604
+ "loss": 0.5834776878356933,
605
+ "step": 770
606
+ },
607
+ {
608
+ "epoch": 0.9280190362879238,
609
+ "grad_norm": 0.7650527954101562,
610
+ "learning_rate": 0.00014104326728669631,
611
+ "loss": 0.36519818305969237,
612
+ "step": 780
613
+ },
614
+ {
615
+ "epoch": 0.9399167162403331,
616
+ "grad_norm": 0.6731218695640564,
617
+ "learning_rate": 0.00014023453295592398,
618
+ "loss": 0.2340949296951294,
619
+ "step": 790
620
+ },
621
+ {
622
+ "epoch": 0.9518143961927424,
623
+ "grad_norm": 0.5773884654045105,
624
+ "learning_rate": 0.00013942579862515165,
625
+ "loss": 0.2930734395980835,
626
+ "step": 800
627
+ },
628
+ {
629
+ "epoch": 0.9518143961927424,
630
+ "eval_loss": 0.5888198614120483,
631
+ "eval_runtime": 141.9299,
632
+ "eval_samples_per_second": 5.122,
633
+ "eval_steps_per_second": 1.282,
634
+ "step": 800
635
+ },
636
+ {
637
+ "epoch": 0.9637120761451516,
638
+ "grad_norm": 0.4335337281227112,
639
+ "learning_rate": 0.00013861706429437931,
640
+ "loss": 0.36781046390533445,
641
+ "step": 810
642
+ },
643
+ {
644
+ "epoch": 0.975609756097561,
645
+ "grad_norm": 0.3875080347061157,
646
+ "learning_rate": 0.00013780832996360695,
647
+ "loss": 0.491288423538208,
648
+ "step": 820
649
+ },
650
+ {
651
+ "epoch": 0.9875074360499703,
652
+ "grad_norm": 0.6576387286186218,
653
+ "learning_rate": 0.00013699959563283462,
654
+ "loss": 0.3506373643875122,
655
+ "step": 830
656
+ },
657
+ {
658
+ "epoch": 0.9994051160023796,
659
+ "grad_norm": 0.6819862127304077,
660
+ "learning_rate": 0.0001361908613020623,
661
+ "loss": 0.3644376277923584,
662
+ "step": 840
663
+ },
664
+ {
665
+ "epoch": 1.0107079119571682,
666
+ "grad_norm": 0.6187142729759216,
667
+ "learning_rate": 0.00013538212697128993,
668
+ "loss": 0.21315438747406007,
669
+ "step": 850
670
+ },
671
+ {
672
+ "epoch": 1.0226055919095776,
673
+ "grad_norm": 0.5705106854438782,
674
+ "learning_rate": 0.0001345733926405176,
675
+ "loss": 0.12631564140319823,
676
+ "step": 860
677
+ },
678
+ {
679
+ "epoch": 1.0345032718619869,
680
+ "grad_norm": 2.418121576309204,
681
+ "learning_rate": 0.00013376465830974526,
682
+ "loss": 0.2968762397766113,
683
+ "step": 870
684
+ },
685
+ {
686
+ "epoch": 1.0464009518143962,
687
+ "grad_norm": 1.7101433277130127,
688
+ "learning_rate": 0.00013295592397897293,
689
+ "loss": 0.24875276088714598,
690
+ "step": 880
691
+ },
692
+ {
693
+ "epoch": 1.0582986317668055,
694
+ "grad_norm": 0.7908554673194885,
695
+ "learning_rate": 0.00013214718964820057,
696
+ "loss": 0.12594165802001953,
697
+ "step": 890
698
+ },
699
+ {
700
+ "epoch": 1.0701963117192148,
701
+ "grad_norm": 2.1652631759643555,
702
+ "learning_rate": 0.00013133845531742823,
703
+ "loss": 0.2673641681671143,
704
+ "step": 900
705
+ },
706
+ {
707
+ "epoch": 1.0701963117192148,
708
+ "eval_loss": 0.6557393670082092,
709
+ "eval_runtime": 148.1641,
710
+ "eval_samples_per_second": 4.907,
711
+ "eval_steps_per_second": 1.228,
712
+ "step": 900
713
+ },
714
+ {
715
+ "epoch": 1.0820939916716241,
716
+ "grad_norm": 2.1860005855560303,
717
+ "learning_rate": 0.00013052972098665587,
718
+ "loss": 0.25303189754486083,
719
+ "step": 910
720
+ },
721
+ {
722
+ "epoch": 1.0939916716240332,
723
+ "grad_norm": 2.427250385284424,
724
+ "learning_rate": 0.00012972098665588354,
725
+ "loss": 0.2357541799545288,
726
+ "step": 920
727
+ },
728
+ {
729
+ "epoch": 1.1058893515764425,
730
+ "grad_norm": 1.33892822265625,
731
+ "learning_rate": 0.0001289122523251112,
732
+ "loss": 0.16873008012771606,
733
+ "step": 930
734
+ },
735
+ {
736
+ "epoch": 1.1177870315288518,
737
+ "grad_norm": 2.110456705093384,
738
+ "learning_rate": 0.00012810351799433887,
739
+ "loss": 0.2664030075073242,
740
+ "step": 940
741
+ },
742
+ {
743
+ "epoch": 1.1296847114812612,
744
+ "grad_norm": 0.4718581736087799,
745
+ "learning_rate": 0.00012729478366356654,
746
+ "loss": 0.17133421897888185,
747
+ "step": 950
748
+ },
749
+ {
750
+ "epoch": 1.1415823914336705,
751
+ "grad_norm": 0.6589707136154175,
752
+ "learning_rate": 0.00012648604933279418,
753
+ "loss": 0.2367629051208496,
754
+ "step": 960
755
+ },
756
+ {
757
+ "epoch": 1.1534800713860798,
758
+ "grad_norm": 0.6303382515907288,
759
+ "learning_rate": 0.00012567731500202185,
760
+ "loss": 0.30923507213592527,
761
+ "step": 970
762
+ },
763
+ {
764
+ "epoch": 1.165377751338489,
765
+ "grad_norm": 1.6443407535552979,
766
+ "learning_rate": 0.00012486858067124948,
767
+ "loss": 0.23930892944335938,
768
+ "step": 980
769
+ },
770
+ {
771
+ "epoch": 1.1772754312908982,
772
+ "grad_norm": 2.7950127124786377,
773
+ "learning_rate": 0.00012405984634047715,
774
+ "loss": 0.24230880737304689,
775
+ "step": 990
776
+ },
777
+ {
778
+ "epoch": 1.1891731112433075,
779
+ "grad_norm": 2.755117177963257,
780
+ "learning_rate": 0.00012325111200970482,
781
+ "loss": 0.2482537269592285,
782
+ "step": 1000
783
+ },
784
+ {
785
+ "epoch": 1.1891731112433075,
786
+ "eval_loss": 0.6479437351226807,
787
+ "eval_runtime": 142.6808,
788
+ "eval_samples_per_second": 5.095,
789
+ "eval_steps_per_second": 1.276,
790
+ "step": 1000
791
+ },
792
+ {
793
+ "epoch": 1.2010707911957168,
794
+ "grad_norm": 1.0761902332305908,
795
+ "learning_rate": 0.00012244237767893248,
796
+ "loss": 0.18213424682617188,
797
+ "step": 1010
798
+ },
799
+ {
800
+ "epoch": 1.2129684711481261,
801
+ "grad_norm": 0.399354487657547,
802
+ "learning_rate": 0.00012163364334816014,
803
+ "loss": 0.2177332878112793,
804
+ "step": 1020
805
+ },
806
+ {
807
+ "epoch": 1.2248661511005354,
808
+ "grad_norm": 0.5789953470230103,
809
+ "learning_rate": 0.00012082490901738779,
810
+ "loss": 0.2425436019897461,
811
+ "step": 1030
812
+ },
813
+ {
814
+ "epoch": 1.2367638310529447,
815
+ "grad_norm": 1.1803412437438965,
816
+ "learning_rate": 0.00012001617468661546,
817
+ "loss": 0.23786463737487792,
818
+ "step": 1040
819
+ },
820
+ {
821
+ "epoch": 1.248661511005354,
822
+ "grad_norm": 2.5271270275115967,
823
+ "learning_rate": 0.0001192074403558431,
824
+ "loss": 0.23577113151550294,
825
+ "step": 1050
826
+ },
827
+ {
828
+ "epoch": 1.2605591909577631,
829
+ "grad_norm": 1.0553990602493286,
830
+ "learning_rate": 0.00011839870602507078,
831
+ "loss": 0.22944607734680175,
832
+ "step": 1060
833
+ },
834
+ {
835
+ "epoch": 1.2724568709101725,
836
+ "grad_norm": 0.8833849430084229,
837
+ "learning_rate": 0.00011758997169429842,
838
+ "loss": 0.2348541498184204,
839
+ "step": 1070
840
+ },
841
+ {
842
+ "epoch": 1.2843545508625818,
843
+ "grad_norm": 0.5712324976921082,
844
+ "learning_rate": 0.00011678123736352608,
845
+ "loss": 0.23939337730407714,
846
+ "step": 1080
847
+ },
848
+ {
849
+ "epoch": 1.296252230814991,
850
+ "grad_norm": 1.1101552248001099,
851
+ "learning_rate": 0.00011597250303275375,
852
+ "loss": 0.1721956491470337,
853
+ "step": 1090
854
+ },
855
+ {
856
+ "epoch": 1.3081499107674004,
857
+ "grad_norm": 2.259507894515991,
858
+ "learning_rate": 0.0001151637687019814,
859
+ "loss": 0.2358708143234253,
860
+ "step": 1100
861
+ },
862
+ {
863
+ "epoch": 1.3081499107674004,
864
+ "eval_loss": 0.6394524574279785,
865
+ "eval_runtime": 142.3401,
866
+ "eval_samples_per_second": 5.107,
867
+ "eval_steps_per_second": 1.279,
868
+ "step": 1100
869
+ },
870
+ {
871
+ "epoch": 1.3200475907198097,
872
+ "grad_norm": 1.9693511724472046,
873
+ "learning_rate": 0.00011435503437120907,
874
+ "loss": 0.2196721076965332,
875
+ "step": 1110
876
+ },
877
+ {
878
+ "epoch": 1.331945270672219,
879
+ "grad_norm": 0.4268541634082794,
880
+ "learning_rate": 0.00011354630004043671,
881
+ "loss": 0.13150120973587037,
882
+ "step": 1120
883
+ },
884
+ {
885
+ "epoch": 1.3438429506246283,
886
+ "grad_norm": 2.330213785171509,
887
+ "learning_rate": 0.00011273756570966438,
888
+ "loss": 0.21918668746948242,
889
+ "step": 1130
890
+ },
891
+ {
892
+ "epoch": 1.3557406305770374,
893
+ "grad_norm": 0.5232792496681213,
894
+ "learning_rate": 0.00011192883137889203,
895
+ "loss": 0.28672659397125244,
896
+ "step": 1140
897
+ },
898
+ {
899
+ "epoch": 1.3676383105294467,
900
+ "grad_norm": 0.7693712115287781,
901
+ "learning_rate": 0.0001111200970481197,
902
+ "loss": 0.13414368629455567,
903
+ "step": 1150
904
+ },
905
+ {
906
+ "epoch": 1.379535990481856,
907
+ "grad_norm": 2.319396734237671,
908
+ "learning_rate": 0.00011031136271734736,
909
+ "loss": 0.2267531394958496,
910
+ "step": 1160
911
+ },
912
+ {
913
+ "epoch": 1.3914336704342654,
914
+ "grad_norm": 0.5921527743339539,
915
+ "learning_rate": 0.00010950262838657502,
916
+ "loss": 0.25402560234069826,
917
+ "step": 1170
918
+ },
919
+ {
920
+ "epoch": 1.4033313503866747,
921
+ "grad_norm": 2.0321357250213623,
922
+ "learning_rate": 0.00010869389405580268,
923
+ "loss": 0.25376124382019044,
924
+ "step": 1180
925
+ },
926
+ {
927
+ "epoch": 1.4152290303390838,
928
+ "grad_norm": 0.38882723450660706,
929
+ "learning_rate": 0.00010788515972503032,
930
+ "loss": 0.22503962516784667,
931
+ "step": 1190
932
+ },
933
+ {
934
+ "epoch": 1.427126710291493,
935
+ "grad_norm": 1.3018765449523926,
936
+ "learning_rate": 0.00010707642539425799,
937
+ "loss": 0.2776267290115356,
938
+ "step": 1200
939
+ },
940
+ {
941
+ "epoch": 1.427126710291493,
942
+ "eval_loss": 0.6352964043617249,
943
+ "eval_runtime": 142.7248,
944
+ "eval_samples_per_second": 5.094,
945
+ "eval_steps_per_second": 1.275,
946
+ "step": 1200
947
+ },
948
+ {
949
+ "epoch": 1.4390243902439024,
950
+ "grad_norm": 1.2818971872329712,
951
+ "learning_rate": 0.00010626769106348564,
952
+ "loss": 0.2819439172744751,
953
+ "step": 1210
954
+ },
955
+ {
956
+ "epoch": 1.4509220701963117,
957
+ "grad_norm": 2.7062032222747803,
958
+ "learning_rate": 0.00010545895673271331,
959
+ "loss": 0.27474424839019773,
960
+ "step": 1220
961
+ },
962
+ {
963
+ "epoch": 1.462819750148721,
964
+ "grad_norm": 1.595563530921936,
965
+ "learning_rate": 0.00010465022240194098,
966
+ "loss": 0.2381807565689087,
967
+ "step": 1230
968
+ },
969
+ {
970
+ "epoch": 1.4747174301011303,
971
+ "grad_norm": 2.4552483558654785,
972
+ "learning_rate": 0.00010384148807116863,
973
+ "loss": 0.20328295230865479,
974
+ "step": 1240
975
+ },
976
+ {
977
+ "epoch": 1.4866151100535396,
978
+ "grad_norm": 0.7772732973098755,
979
+ "learning_rate": 0.0001030327537403963,
980
+ "loss": 0.36213810443878175,
981
+ "step": 1250
982
+ },
983
+ {
984
+ "epoch": 1.498512790005949,
985
+ "grad_norm": 0.5157018899917603,
986
+ "learning_rate": 0.00010222401940962393,
987
+ "loss": 0.2579164505004883,
988
+ "step": 1260
989
+ },
990
+ {
991
+ "epoch": 1.5104104699583583,
992
+ "grad_norm": 0.9393762946128845,
993
+ "learning_rate": 0.0001014152850788516,
994
+ "loss": 0.2738668441772461,
995
+ "step": 1270
996
+ },
997
+ {
998
+ "epoch": 1.5223081499107673,
999
+ "grad_norm": 1.3828178644180298,
1000
+ "learning_rate": 0.00010060655074807925,
1001
+ "loss": 0.2687704563140869,
1002
+ "step": 1280
1003
+ },
1004
+ {
1005
+ "epoch": 1.5342058298631767,
1006
+ "grad_norm": 2.448199987411499,
1007
+ "learning_rate": 9.979781641730692e-05,
1008
+ "loss": 0.25954508781433105,
1009
+ "step": 1290
1010
+ },
1011
+ {
1012
+ "epoch": 1.546103509815586,
1013
+ "grad_norm": 0.5786930918693542,
1014
+ "learning_rate": 9.898908208653457e-05,
1015
+ "loss": 0.3727055311203003,
1016
+ "step": 1300
1017
+ },
1018
+ {
1019
+ "epoch": 1.546103509815586,
1020
+ "eval_loss": 0.6408339738845825,
1021
+ "eval_runtime": 143.0994,
1022
+ "eval_samples_per_second": 5.08,
1023
+ "eval_steps_per_second": 1.272,
1024
+ "step": 1300
1025
+ },
1026
+ {
1027
+ "epoch": 1.5580011897679953,
1028
+ "grad_norm": 0.7677634954452515,
1029
+ "learning_rate": 9.818034775576224e-05,
1030
+ "loss": 0.1762090802192688,
1031
+ "step": 1310
1032
+ },
1033
+ {
1034
+ "epoch": 1.5698988697204044,
1035
+ "grad_norm": 0.6897227764129639,
1036
+ "learning_rate": 9.73716134249899e-05,
1037
+ "loss": 0.18234789371490479,
1038
+ "step": 1320
1039
+ },
1040
+ {
1041
+ "epoch": 1.5817965496728137,
1042
+ "grad_norm": 0.4356502294540405,
1043
+ "learning_rate": 9.656287909421755e-05,
1044
+ "loss": 0.17166239023208618,
1045
+ "step": 1330
1046
+ },
1047
+ {
1048
+ "epoch": 1.593694229625223,
1049
+ "grad_norm": 0.8925612568855286,
1050
+ "learning_rate": 9.575414476344521e-05,
1051
+ "loss": 0.2909604549407959,
1052
+ "step": 1340
1053
+ },
1054
+ {
1055
+ "epoch": 1.6055919095776323,
1056
+ "grad_norm": 1.331018328666687,
1057
+ "learning_rate": 9.494541043267288e-05,
1058
+ "loss": 0.3194843292236328,
1059
+ "step": 1350
1060
+ },
1061
+ {
1062
+ "epoch": 1.6174895895300416,
1063
+ "grad_norm": 0.7012219429016113,
1064
+ "learning_rate": 9.413667610190053e-05,
1065
+ "loss": 0.23222012519836427,
1066
+ "step": 1360
1067
+ },
1068
+ {
1069
+ "epoch": 1.629387269482451,
1070
+ "grad_norm": 0.2544768154621124,
1071
+ "learning_rate": 9.332794177112819e-05,
1072
+ "loss": 0.23880724906921386,
1073
+ "step": 1370
1074
+ },
1075
+ {
1076
+ "epoch": 1.6412849494348603,
1077
+ "grad_norm": 1.3657277822494507,
1078
+ "learning_rate": 9.251920744035585e-05,
1079
+ "loss": 0.19748220443725586,
1080
+ "step": 1380
1081
+ },
1082
+ {
1083
+ "epoch": 1.6531826293872696,
1084
+ "grad_norm": 2.1993489265441895,
1085
+ "learning_rate": 9.171047310958351e-05,
1086
+ "loss": 0.30321478843688965,
1087
+ "step": 1390
1088
+ },
1089
+ {
1090
+ "epoch": 1.6650803093396789,
1091
+ "grad_norm": 0.4869902729988098,
1092
+ "learning_rate": 9.090173877881116e-05,
1093
+ "loss": 0.3128593921661377,
1094
+ "step": 1400
1095
+ },
1096
+ {
1097
+ "epoch": 1.6650803093396789,
1098
+ "eval_loss": 0.6290650367736816,
1099
+ "eval_runtime": 142.7458,
1100
+ "eval_samples_per_second": 5.093,
1101
+ "eval_steps_per_second": 1.275,
1102
+ "step": 1400
1103
+ },
1104
+ {
1105
+ "epoch": 1.6769779892920882,
1106
+ "grad_norm": 0.8744633197784424,
1107
+ "learning_rate": 9.009300444803883e-05,
1108
+ "loss": 0.20709736347198487,
1109
+ "step": 1410
1110
+ },
1111
+ {
1112
+ "epoch": 1.6888756692444973,
1113
+ "grad_norm": 0.45242759585380554,
1114
+ "learning_rate": 8.928427011726648e-05,
1115
+ "loss": 0.24040257930755615,
1116
+ "step": 1420
1117
+ },
1118
+ {
1119
+ "epoch": 1.7007733491969066,
1120
+ "grad_norm": 2.7029457092285156,
1121
+ "learning_rate": 8.847553578649415e-05,
1122
+ "loss": 0.20522713661193848,
1123
+ "step": 1430
1124
+ },
1125
+ {
1126
+ "epoch": 1.712671029149316,
1127
+ "grad_norm": 1.108100414276123,
1128
+ "learning_rate": 8.76668014557218e-05,
1129
+ "loss": 0.22306106090545655,
1130
+ "step": 1440
1131
+ },
1132
+ {
1133
+ "epoch": 1.7245687091017252,
1134
+ "grad_norm": 0.3601689636707306,
1135
+ "learning_rate": 8.685806712494947e-05,
1136
+ "loss": 0.22542276382446289,
1137
+ "step": 1450
1138
+ },
1139
+ {
1140
+ "epoch": 1.7364663890541343,
1141
+ "grad_norm": 2.1732895374298096,
1142
+ "learning_rate": 8.604933279417712e-05,
1143
+ "loss": 0.21184999942779542,
1144
+ "step": 1460
1145
+ },
1146
+ {
1147
+ "epoch": 1.7483640690065436,
1148
+ "grad_norm": 0.7454811334609985,
1149
+ "learning_rate": 8.524059846340477e-05,
1150
+ "loss": 0.16401395797729493,
1151
+ "step": 1470
1152
+ },
1153
+ {
1154
+ "epoch": 1.760261748958953,
1155
+ "grad_norm": 0.9580848217010498,
1156
+ "learning_rate": 8.443186413263243e-05,
1157
+ "loss": 0.3019646883010864,
1158
+ "step": 1480
1159
+ },
1160
+ {
1161
+ "epoch": 1.7721594289113622,
1162
+ "grad_norm": 0.49919596314430237,
1163
+ "learning_rate": 8.362312980186009e-05,
1164
+ "loss": 0.1772990345954895,
1165
+ "step": 1490
1166
+ },
1167
+ {
1168
+ "epoch": 1.7840571088637716,
1169
+ "grad_norm": 0.4589841365814209,
1170
+ "learning_rate": 8.281439547108775e-05,
1171
+ "loss": 0.2236480712890625,
1172
+ "step": 1500
1173
+ },
1174
+ {
1175
+ "epoch": 1.7840571088637716,
1176
+ "eval_loss": 0.6338388919830322,
1177
+ "eval_runtime": 142.4382,
1178
+ "eval_samples_per_second": 5.104,
1179
+ "eval_steps_per_second": 1.278,
1180
+ "step": 1500
1181
+ },
1182
+ {
1183
+ "epoch": 1.7959547888161809,
1184
+ "grad_norm": 1.2061543464660645,
1185
+ "learning_rate": 8.200566114031541e-05,
1186
+ "loss": 0.152615225315094,
1187
+ "step": 1510
1188
+ },
1189
+ {
1190
+ "epoch": 1.8078524687685902,
1191
+ "grad_norm": 0.8690841794013977,
1192
+ "learning_rate": 8.119692680954308e-05,
1193
+ "loss": 0.15312827825546266,
1194
+ "step": 1520
1195
+ },
1196
+ {
1197
+ "epoch": 1.8197501487209995,
1198
+ "grad_norm": 1.1968799829483032,
1199
+ "learning_rate": 8.038819247877073e-05,
1200
+ "loss": 0.1551919937133789,
1201
+ "step": 1530
1202
+ },
1203
+ {
1204
+ "epoch": 1.8316478286734088,
1205
+ "grad_norm": 0.5277600884437561,
1206
+ "learning_rate": 7.957945814799839e-05,
1207
+ "loss": 0.3069296360015869,
1208
+ "step": 1540
1209
+ },
1210
+ {
1211
+ "epoch": 1.8435455086258181,
1212
+ "grad_norm": 1.039868950843811,
1213
+ "learning_rate": 7.877072381722604e-05,
1214
+ "loss": 0.20282301902770997,
1215
+ "step": 1550
1216
+ },
1217
+ {
1218
+ "epoch": 1.8554431885782272,
1219
+ "grad_norm": 0.60517817735672,
1220
+ "learning_rate": 7.79619894864537e-05,
1221
+ "loss": 0.23913111686706542,
1222
+ "step": 1560
1223
+ },
1224
+ {
1225
+ "epoch": 1.8673408685306365,
1226
+ "grad_norm": 2.21573805809021,
1227
+ "learning_rate": 7.715325515568136e-05,
1228
+ "loss": 0.2257241725921631,
1229
+ "step": 1570
1230
+ },
1231
+ {
1232
+ "epoch": 1.8792385484830458,
1233
+ "grad_norm": 0.2944304645061493,
1234
+ "learning_rate": 7.634452082490901e-05,
1235
+ "loss": 0.1661970019340515,
1236
+ "step": 1580
1237
+ },
1238
+ {
1239
+ "epoch": 1.891136228435455,
1240
+ "grad_norm": 1.1983428001403809,
1241
+ "learning_rate": 7.553578649413668e-05,
1242
+ "loss": 0.2087465763092041,
1243
+ "step": 1590
1244
+ },
1245
+ {
1246
+ "epoch": 1.9030339083878642,
1247
+ "grad_norm": 0.8915425539016724,
1248
+ "learning_rate": 7.472705216336434e-05,
1249
+ "loss": 0.21896538734436036,
1250
+ "step": 1600
1251
+ },
1252
+ {
1253
+ "epoch": 1.9030339083878642,
1254
+ "eval_loss": 0.6456941962242126,
1255
+ "eval_runtime": 142.943,
1256
+ "eval_samples_per_second": 5.086,
1257
+ "eval_steps_per_second": 1.273,
1258
+ "step": 1600
1259
+ },
1260
+ {
1261
+ "epoch": 1.9149315883402735,
1262
+ "grad_norm": 2.590047836303711,
1263
+ "learning_rate": 7.3918317832592e-05,
1264
+ "loss": 0.29830474853515626,
1265
+ "step": 1610
1266
+ },
1267
+ {
1268
+ "epoch": 1.9268292682926829,
1269
+ "grad_norm": 2.7200751304626465,
1270
+ "learning_rate": 7.310958350181965e-05,
1271
+ "loss": 0.2548383712768555,
1272
+ "step": 1620
1273
+ },
1274
+ {
1275
+ "epoch": 1.9387269482450922,
1276
+ "grad_norm": 0.47415056824684143,
1277
+ "learning_rate": 7.230084917104732e-05,
1278
+ "loss": 0.17630742788314818,
1279
+ "step": 1630
1280
+ },
1281
+ {
1282
+ "epoch": 1.9506246281975015,
1283
+ "grad_norm": 0.6399453282356262,
1284
+ "learning_rate": 7.149211484027497e-05,
1285
+ "loss": 0.21350162029266356,
1286
+ "step": 1640
1287
+ },
1288
+ {
1289
+ "epoch": 1.9625223081499108,
1290
+ "grad_norm": 0.9102665781974792,
1291
+ "learning_rate": 7.068338050950262e-05,
1292
+ "loss": 0.1667860984802246,
1293
+ "step": 1650
1294
+ },
1295
+ {
1296
+ "epoch": 1.9744199881023201,
1297
+ "grad_norm": 1.439720869064331,
1298
+ "learning_rate": 6.987464617873029e-05,
1299
+ "loss": 0.15564169883728027,
1300
+ "step": 1660
1301
+ },
1302
+ {
1303
+ "epoch": 1.9863176680547294,
1304
+ "grad_norm": 1.2843844890594482,
1305
+ "learning_rate": 6.906591184795796e-05,
1306
+ "loss": 0.23316650390625,
1307
+ "step": 1670
1308
+ },
1309
+ {
1310
+ "epoch": 1.9982153480071387,
1311
+ "grad_norm": 0.7496667504310608,
1312
+ "learning_rate": 6.825717751718561e-05,
1313
+ "loss": 0.11828969717025757,
1314
+ "step": 1680
1315
+ },
1316
+ {
1317
+ "epoch": 2.0095181439619276,
1318
+ "grad_norm": 0.5547150373458862,
1319
+ "learning_rate": 6.744844318641326e-05,
1320
+ "loss": 0.1567418694496155,
1321
+ "step": 1690
1322
+ },
1323
+ {
1324
+ "epoch": 2.0214158239143365,
1325
+ "grad_norm": 1.1936298608779907,
1326
+ "learning_rate": 6.663970885564093e-05,
1327
+ "loss": 0.07190254330635071,
1328
+ "step": 1700
1329
+ },
1330
+ {
1331
+ "epoch": 2.0214158239143365,
1332
+ "eval_loss": 0.7682034373283386,
1333
+ "eval_runtime": 142.5675,
1334
+ "eval_samples_per_second": 5.099,
1335
+ "eval_steps_per_second": 1.277,
1336
+ "step": 1700
1337
+ },
1338
+ {
1339
+ "epoch": 2.033313503866746,
1340
+ "grad_norm": 0.8649502992630005,
1341
+ "learning_rate": 6.583097452486858e-05,
1342
+ "loss": 0.09684446454048157,
1343
+ "step": 1710
1344
+ },
1345
+ {
1346
+ "epoch": 2.045211183819155,
1347
+ "grad_norm": 1.6249701976776123,
1348
+ "learning_rate": 6.502224019409624e-05,
1349
+ "loss": 0.10573645830154418,
1350
+ "step": 1720
1351
+ },
1352
+ {
1353
+ "epoch": 2.0571088637715644,
1354
+ "grad_norm": 1.6712027788162231,
1355
+ "learning_rate": 6.42135058633239e-05,
1356
+ "loss": 0.06878747344017029,
1357
+ "step": 1730
1358
+ },
1359
+ {
1360
+ "epoch": 2.0690065437239737,
1361
+ "grad_norm": 1.998836636543274,
1362
+ "learning_rate": 6.340477153255156e-05,
1363
+ "loss": 0.09289296865463256,
1364
+ "step": 1740
1365
+ },
1366
+ {
1367
+ "epoch": 2.080904223676383,
1368
+ "grad_norm": 2.0230648517608643,
1369
+ "learning_rate": 6.259603720177922e-05,
1370
+ "loss": 0.08702811002731323,
1371
+ "step": 1750
1372
+ },
1373
+ {
1374
+ "epoch": 2.0928019036287924,
1375
+ "grad_norm": 0.6234531998634338,
1376
+ "learning_rate": 6.178730287100688e-05,
1377
+ "loss": 0.09178865551948548,
1378
+ "step": 1760
1379
+ },
1380
+ {
1381
+ "epoch": 2.1046995835812017,
1382
+ "grad_norm": 1.0890167951583862,
1383
+ "learning_rate": 6.0978568540234536e-05,
1384
+ "loss": 0.07926965951919555,
1385
+ "step": 1770
1386
+ },
1387
+ {
1388
+ "epoch": 2.116597263533611,
1389
+ "grad_norm": 0.565838634967804,
1390
+ "learning_rate": 6.0169834209462196e-05,
1391
+ "loss": 0.06830034255981446,
1392
+ "step": 1780
1393
+ },
1394
+ {
1395
+ "epoch": 2.1284949434860203,
1396
+ "grad_norm": 0.24224597215652466,
1397
+ "learning_rate": 5.936109987868985e-05,
1398
+ "loss": 0.0387349396944046,
1399
+ "step": 1790
1400
+ },
1401
+ {
1402
+ "epoch": 2.1403926234384296,
1403
+ "grad_norm": 0.6451993584632874,
1404
+ "learning_rate": 5.855236554791751e-05,
1405
+ "loss": 0.08081170320510864,
1406
+ "step": 1800
1407
+ },
1408
+ {
1409
+ "epoch": 2.1403926234384296,
1410
+ "eval_loss": 0.7727965712547302,
1411
+ "eval_runtime": 142.002,
1412
+ "eval_samples_per_second": 5.12,
1413
+ "eval_steps_per_second": 1.282,
1414
+ "step": 1800
1415
+ },
1416
+ {
1417
+ "epoch": 2.152290303390839,
1418
+ "grad_norm": 1.7233307361602783,
1419
+ "learning_rate": 5.774363121714517e-05,
1420
+ "loss": 0.11144195795059204,
1421
+ "step": 1810
1422
+ },
1423
+ {
1424
+ "epoch": 2.1641879833432482,
1425
+ "grad_norm": 0.2479274868965149,
1426
+ "learning_rate": 5.693489688637282e-05,
1427
+ "loss": 0.08321853876113891,
1428
+ "step": 1820
1429
+ },
1430
+ {
1431
+ "epoch": 2.176085663295657,
1432
+ "grad_norm": 0.47092318534851074,
1433
+ "learning_rate": 5.6126162555600495e-05,
1434
+ "loss": 0.07725490927696228,
1435
+ "step": 1830
1436
+ },
1437
+ {
1438
+ "epoch": 2.1879833432480664,
1439
+ "grad_norm": 0.8377601504325867,
1440
+ "learning_rate": 5.531742822482815e-05,
1441
+ "loss": 0.07388485074043274,
1442
+ "step": 1840
1443
+ },
1444
+ {
1445
+ "epoch": 2.1998810232004757,
1446
+ "grad_norm": 0.6015790700912476,
1447
+ "learning_rate": 5.450869389405581e-05,
1448
+ "loss": 0.07375617027282715,
1449
+ "step": 1850
1450
+ },
1451
+ {
1452
+ "epoch": 2.211778703152885,
1453
+ "grad_norm": 0.4269079864025116,
1454
+ "learning_rate": 5.369995956328346e-05,
1455
+ "loss": 0.06217494010925293,
1456
+ "step": 1860
1457
+ },
1458
+ {
1459
+ "epoch": 2.2236763831052944,
1460
+ "grad_norm": 0.6257069110870361,
1461
+ "learning_rate": 5.289122523251112e-05,
1462
+ "loss": 0.06257326006889344,
1463
+ "step": 1870
1464
+ },
1465
+ {
1466
+ "epoch": 2.2355740630577037,
1467
+ "grad_norm": 0.5031505823135376,
1468
+ "learning_rate": 5.208249090173878e-05,
1469
+ "loss": 0.05843117833137512,
1470
+ "step": 1880
1471
+ },
1472
+ {
1473
+ "epoch": 2.247471743010113,
1474
+ "grad_norm": 1.6474521160125732,
1475
+ "learning_rate": 5.1273756570966434e-05,
1476
+ "loss": 0.09191031455993652,
1477
+ "step": 1890
1478
+ },
1479
+ {
1480
+ "epoch": 2.2593694229625223,
1481
+ "grad_norm": 3.4019672870635986,
1482
+ "learning_rate": 5.04650222401941e-05,
1483
+ "loss": 0.0880321979522705,
1484
+ "step": 1900
1485
+ },
1486
+ {
1487
+ "epoch": 2.2593694229625223,
1488
+ "eval_loss": 0.7820757627487183,
1489
+ "eval_runtime": 144.3502,
1490
+ "eval_samples_per_second": 5.036,
1491
+ "eval_steps_per_second": 1.261,
1492
+ "step": 1900
1493
+ }
1494
+ ],
1495
+ "logging_steps": 10,
1496
+ "max_steps": 2523,
1497
+ "num_input_tokens_seen": 0,
1498
+ "num_train_epochs": 3,
1499
+ "save_steps": 100,
1500
+ "stateful_callbacks": {
1501
+ "TrainerControl": {
1502
+ "args": {
1503
+ "should_epoch_stop": false,
1504
+ "should_evaluate": false,
1505
+ "should_log": false,
1506
+ "should_save": true,
1507
+ "should_training_stop": false
1508
+ },
1509
+ "attributes": {}
1510
+ }
1511
+ },
1512
+ "total_flos": 1.1655859235023503e+18,
1513
+ "train_batch_size": 2,
1514
+ "trial_name": null,
1515
+ "trial_params": null
1516
+ }
checkpoint-1900/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47abdcb2d959c9b661bff96e3d57dc8b08d6ada3c77f1465a0ab8cd65cc50264
3
+ size 5368
checkpoint-2000/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/Qwen2.5-Coder-7B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/Qwen2.5-Coder-7B-Instruct
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ ---
13
+
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Results
136
+
137
+ [More Information Needed]
138
+
139
+ #### Summary
140
+
141
+
142
+
143
+ ## Model Examination [optional]
144
+
145
+ <!-- Relevant interpretability work for the model goes here -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## Environmental Impact
150
+
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
+
153
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
154
+
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
+
161
+ ## Technical Specifications [optional]
162
+
163
+ ### Model Architecture and Objective
164
+
165
+ [More Information Needed]
166
+
167
+ ### Compute Infrastructure
168
+
169
+ [More Information Needed]
170
+
171
+ #### Hardware
172
+
173
+ [More Information Needed]
174
+
175
+ #### Software
176
+
177
+ [More Information Needed]
178
+
179
+ ## Citation [optional]
180
+
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
+
183
+ **BibTeX:**
184
+
185
+ [More Information Needed]
186
+
187
+ **APA:**
188
+
189
+ [More Information Needed]
190
+
191
+ ## Glossary [optional]
192
+
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## More Information [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Authors [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Contact
206
+
207
+ [More Information Needed]
208
+ ### Framework versions
209
+
210
+ - PEFT 0.18.1
checkpoint-2000/adapter_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Qwen2ForCausalLM",
7
+ "parent_library": "transformers.models.qwen2.modeling_qwen2",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/Qwen2.5-Coder-7B-Instruct",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 32,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0.0,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": null,
29
+ "peft_type": "LORA",
30
+ "peft_version": "0.18.1",
31
+ "qalora_group_size": 16,
32
+ "r": 16,
33
+ "rank_pattern": {},
34
+ "revision": null,
35
+ "target_modules": [
36
+ "down_proj",
37
+ "k_proj",
38
+ "up_proj",
39
+ "q_proj",
40
+ "o_proj",
41
+ "gate_proj",
42
+ "v_proj"
43
+ ],
44
+ "target_parameters": null,
45
+ "task_type": "CAUSAL_LM",
46
+ "trainable_token_indices": null,
47
+ "use_dora": false,
48
+ "use_qalora": false,
49
+ "use_rslora": true
50
+ }
checkpoint-2000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61dffdddb07d3d60c10248d0fe8bf0a7a7118a9ea8731dd54853d710a2ccb5bb
3
+ size 161533192
checkpoint-2000/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
checkpoint-2000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe73996bdada82e63f16094c394fc85e5fd76027e10d9484b6dde3fc357d5d19
3
+ size 82465012
checkpoint-2000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69fd09a032ea79ea1c39cc20a064da328c30feb62d50e8aaadd13a75ae9899fe
3
+ size 14308
checkpoint-2000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fda8f59d9dd4069d1c9ecbca167878db520c63382fbed15e2df9a776c940a66e
3
+ size 1064
checkpoint-2000/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd5948af71b4f56cf697f7580814c7ce8b80595ef985544efcacf716126a2e31
3
+ size 11422356
checkpoint-2000/tokenizer_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|im_end|>",
7
+ "errors": "replace",
8
+ "extra_special_tokens": [],
9
+ "is_local": false,
10
+ "model_max_length": 32768,
11
+ "pad_token": "<|PAD_TOKEN|>",
12
+ "padding_side": "right",
13
+ "split_special_tokens": false,
14
+ "tokenizer_class": "Qwen2Tokenizer",
15
+ "unk_token": null
16
+ }
checkpoint-2000/trainer_state.json ADDED
@@ -0,0 +1,1594 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 800,
3
+ "best_metric": 0.5888198614120483,
4
+ "best_model_checkpoint": "/workspace/codek/outputs/codek-lora-v3/checkpoint-800",
5
+ "epoch": 2.378346222486615,
6
+ "eval_steps": 100,
7
+ "global_step": 2000,
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.01189767995240928,
14
+ "grad_norm": 0.5428410768508911,
15
+ "learning_rate": 3.6e-05,
16
+ "loss": 0.9758113861083985,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.02379535990481856,
21
+ "grad_norm": 4.67169189453125,
22
+ "learning_rate": 7.6e-05,
23
+ "loss": 0.6493405342102051,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.03569303985722784,
28
+ "grad_norm": 1.070132851600647,
29
+ "learning_rate": 0.000116,
30
+ "loss": 1.06031494140625,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.04759071980963712,
35
+ "grad_norm": 1.9386584758758545,
36
+ "learning_rate": 0.00015600000000000002,
37
+ "loss": 0.6819836139678955,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.0594883997620464,
42
+ "grad_norm": 0.4872680604457855,
43
+ "learning_rate": 0.000196,
44
+ "loss": 0.5926659107208252,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.07138607971445568,
49
+ "grad_norm": 2.355872869491577,
50
+ "learning_rate": 0.0001992721391023049,
51
+ "loss": 0.6537514686584472,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.08328375966686496,
56
+ "grad_norm": 2.0048632621765137,
57
+ "learning_rate": 0.00019846340477153255,
58
+ "loss": 0.5464569568634033,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.09518143961927424,
63
+ "grad_norm": 0.354509562253952,
64
+ "learning_rate": 0.00019765467044076022,
65
+ "loss": 0.35349245071411134,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.10707911957168352,
70
+ "grad_norm": 0.594601571559906,
71
+ "learning_rate": 0.00019684593610998788,
72
+ "loss": 0.6311532497406006,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.1189767995240928,
77
+ "grad_norm": 0.6164997220039368,
78
+ "learning_rate": 0.00019603720177921555,
79
+ "loss": 0.6391933917999267,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.1189767995240928,
84
+ "eval_loss": 0.6638074517250061,
85
+ "eval_runtime": 145.0623,
86
+ "eval_samples_per_second": 5.012,
87
+ "eval_steps_per_second": 1.255,
88
+ "step": 100
89
+ },
90
+ {
91
+ "epoch": 0.13087447947650208,
92
+ "grad_norm": 0.44855809211730957,
93
+ "learning_rate": 0.0001952284674484432,
94
+ "loss": 0.5943772792816162,
95
+ "step": 110
96
+ },
97
+ {
98
+ "epoch": 0.14277215942891136,
99
+ "grad_norm": 0.5330596566200256,
100
+ "learning_rate": 0.00019441973311767086,
101
+ "loss": 0.6163853168487549,
102
+ "step": 120
103
+ },
104
+ {
105
+ "epoch": 0.15466983938132065,
106
+ "grad_norm": 2.245134115219116,
107
+ "learning_rate": 0.00019361099878689852,
108
+ "loss": 0.6799118995666504,
109
+ "step": 130
110
+ },
111
+ {
112
+ "epoch": 0.16656751933372993,
113
+ "grad_norm": 0.6131016612052917,
114
+ "learning_rate": 0.00019280226445612616,
115
+ "loss": 0.5579062938690186,
116
+ "step": 140
117
+ },
118
+ {
119
+ "epoch": 0.17846519928613921,
120
+ "grad_norm": 2.133678436279297,
121
+ "learning_rate": 0.00019199353012535383,
122
+ "loss": 0.6677299976348877,
123
+ "step": 150
124
+ },
125
+ {
126
+ "epoch": 0.19036287923854847,
127
+ "grad_norm": 2.461663246154785,
128
+ "learning_rate": 0.0001911847957945815,
129
+ "loss": 0.5393151760101318,
130
+ "step": 160
131
+ },
132
+ {
133
+ "epoch": 0.20226055919095776,
134
+ "grad_norm": 0.8805132508277893,
135
+ "learning_rate": 0.00019037606146380916,
136
+ "loss": 0.3627098321914673,
137
+ "step": 170
138
+ },
139
+ {
140
+ "epoch": 0.21415823914336704,
141
+ "grad_norm": 0.6360796093940735,
142
+ "learning_rate": 0.0001895673271330368,
143
+ "loss": 0.39393203258514403,
144
+ "step": 180
145
+ },
146
+ {
147
+ "epoch": 0.22605591909577633,
148
+ "grad_norm": 0.6658252477645874,
149
+ "learning_rate": 0.00018875859280226447,
150
+ "loss": 0.4603158473968506,
151
+ "step": 190
152
+ },
153
+ {
154
+ "epoch": 0.2379535990481856,
155
+ "grad_norm": 0.8778694868087769,
156
+ "learning_rate": 0.0001879498584714921,
157
+ "loss": 0.3169058561325073,
158
+ "step": 200
159
+ },
160
+ {
161
+ "epoch": 0.2379535990481856,
162
+ "eval_loss": 0.6359900832176208,
163
+ "eval_runtime": 148.4485,
164
+ "eval_samples_per_second": 4.897,
165
+ "eval_steps_per_second": 1.226,
166
+ "step": 200
167
+ },
168
+ {
169
+ "epoch": 0.2498512790005949,
170
+ "grad_norm": 0.9706892371177673,
171
+ "learning_rate": 0.00018714112414071977,
172
+ "loss": 0.5271358013153076,
173
+ "step": 210
174
+ },
175
+ {
176
+ "epoch": 0.26174895895300415,
177
+ "grad_norm": 2.4584925174713135,
178
+ "learning_rate": 0.00018633238980994744,
179
+ "loss": 0.5194128036499024,
180
+ "step": 220
181
+ },
182
+ {
183
+ "epoch": 0.27364663890541346,
184
+ "grad_norm": 2.380593776702881,
185
+ "learning_rate": 0.0001855236554791751,
186
+ "loss": 0.36130523681640625,
187
+ "step": 230
188
+ },
189
+ {
190
+ "epoch": 0.2855443188578227,
191
+ "grad_norm": 0.3882339596748352,
192
+ "learning_rate": 0.00018471492114840277,
193
+ "loss": 0.5675658702850341,
194
+ "step": 240
195
+ },
196
+ {
197
+ "epoch": 0.297441998810232,
198
+ "grad_norm": 0.5137739181518555,
199
+ "learning_rate": 0.00018390618681763041,
200
+ "loss": 0.4355769634246826,
201
+ "step": 250
202
+ },
203
+ {
204
+ "epoch": 0.3093396787626413,
205
+ "grad_norm": 2.0276546478271484,
206
+ "learning_rate": 0.00018309745248685808,
207
+ "loss": 0.45575518608093263,
208
+ "step": 260
209
+ },
210
+ {
211
+ "epoch": 0.32123735871505055,
212
+ "grad_norm": 0.7296242713928223,
213
+ "learning_rate": 0.00018228871815608572,
214
+ "loss": 0.3975461483001709,
215
+ "step": 270
216
+ },
217
+ {
218
+ "epoch": 0.33313503866745986,
219
+ "grad_norm": 0.4104812741279602,
220
+ "learning_rate": 0.0001814799838253134,
221
+ "loss": 0.4124011993408203,
222
+ "step": 280
223
+ },
224
+ {
225
+ "epoch": 0.3450327186198691,
226
+ "grad_norm": 2.2240512371063232,
227
+ "learning_rate": 0.00018067124949454105,
228
+ "loss": 0.44806156158447263,
229
+ "step": 290
230
+ },
231
+ {
232
+ "epoch": 0.35693039857227843,
233
+ "grad_norm": 0.5039843916893005,
234
+ "learning_rate": 0.00017986251516376872,
235
+ "loss": 0.5462466716766358,
236
+ "step": 300
237
+ },
238
+ {
239
+ "epoch": 0.35693039857227843,
240
+ "eval_loss": 0.6173338294029236,
241
+ "eval_runtime": 142.4876,
242
+ "eval_samples_per_second": 5.102,
243
+ "eval_steps_per_second": 1.277,
244
+ "step": 300
245
+ },
246
+ {
247
+ "epoch": 0.3688280785246877,
248
+ "grad_norm": 2.1521501541137695,
249
+ "learning_rate": 0.0001790537808329964,
250
+ "loss": 0.5577811241149903,
251
+ "step": 310
252
+ },
253
+ {
254
+ "epoch": 0.38072575847709694,
255
+ "grad_norm": 1.0199904441833496,
256
+ "learning_rate": 0.00017824504650222403,
257
+ "loss": 0.4318714141845703,
258
+ "step": 320
259
+ },
260
+ {
261
+ "epoch": 0.39262343842950626,
262
+ "grad_norm": 0.7938897013664246,
263
+ "learning_rate": 0.0001774363121714517,
264
+ "loss": 0.5028730869293213,
265
+ "step": 330
266
+ },
267
+ {
268
+ "epoch": 0.4045211183819155,
269
+ "grad_norm": 1.0197608470916748,
270
+ "learning_rate": 0.00017662757784067933,
271
+ "loss": 0.4412552833557129,
272
+ "step": 340
273
+ },
274
+ {
275
+ "epoch": 0.4164187983343248,
276
+ "grad_norm": 2.1586694717407227,
277
+ "learning_rate": 0.000175818843509907,
278
+ "loss": 0.6107489109039307,
279
+ "step": 350
280
+ },
281
+ {
282
+ "epoch": 0.4283164782867341,
283
+ "grad_norm": 0.5125121474266052,
284
+ "learning_rate": 0.00017501010917913467,
285
+ "loss": 0.41151204109191897,
286
+ "step": 360
287
+ },
288
+ {
289
+ "epoch": 0.4402141582391434,
290
+ "grad_norm": 0.854578971862793,
291
+ "learning_rate": 0.00017420137484836233,
292
+ "loss": 0.37861664295196534,
293
+ "step": 370
294
+ },
295
+ {
296
+ "epoch": 0.45211183819155265,
297
+ "grad_norm": 0.3810710608959198,
298
+ "learning_rate": 0.00017339264051759,
299
+ "loss": 0.554447078704834,
300
+ "step": 380
301
+ },
302
+ {
303
+ "epoch": 0.4640095181439619,
304
+ "grad_norm": 0.6537095308303833,
305
+ "learning_rate": 0.00017258390618681764,
306
+ "loss": 0.4039173126220703,
307
+ "step": 390
308
+ },
309
+ {
310
+ "epoch": 0.4759071980963712,
311
+ "grad_norm": 0.3078782856464386,
312
+ "learning_rate": 0.0001717751718560453,
313
+ "loss": 0.36465888023376464,
314
+ "step": 400
315
+ },
316
+ {
317
+ "epoch": 0.4759071980963712,
318
+ "eval_loss": 0.6045503616333008,
319
+ "eval_runtime": 142.1172,
320
+ "eval_samples_per_second": 5.115,
321
+ "eval_steps_per_second": 1.281,
322
+ "step": 400
323
+ },
324
+ {
325
+ "epoch": 0.4878048780487805,
326
+ "grad_norm": 2.2536327838897705,
327
+ "learning_rate": 0.00017096643752527295,
328
+ "loss": 0.6744783878326416,
329
+ "step": 410
330
+ },
331
+ {
332
+ "epoch": 0.4997025580011898,
333
+ "grad_norm": 1.0270065069198608,
334
+ "learning_rate": 0.0001701577031945006,
335
+ "loss": 0.3990432024002075,
336
+ "step": 420
337
+ },
338
+ {
339
+ "epoch": 0.5116002379535991,
340
+ "grad_norm": 0.8148894906044006,
341
+ "learning_rate": 0.00016934896886372825,
342
+ "loss": 0.44692273139953614,
343
+ "step": 430
344
+ },
345
+ {
346
+ "epoch": 0.5234979179060083,
347
+ "grad_norm": 1.3633968830108643,
348
+ "learning_rate": 0.00016854023453295595,
349
+ "loss": 0.643745756149292,
350
+ "step": 440
351
+ },
352
+ {
353
+ "epoch": 0.5353955978584176,
354
+ "grad_norm": 2.3843679428100586,
355
+ "learning_rate": 0.0001677315002021836,
356
+ "loss": 0.5624740600585938,
357
+ "step": 450
358
+ },
359
+ {
360
+ "epoch": 0.5472932778108269,
361
+ "grad_norm": 2.0721166133880615,
362
+ "learning_rate": 0.00016692276587141125,
363
+ "loss": 0.5419316768646241,
364
+ "step": 460
365
+ },
366
+ {
367
+ "epoch": 0.5591909577632361,
368
+ "grad_norm": 0.4449078142642975,
369
+ "learning_rate": 0.00016611403154063892,
370
+ "loss": 0.48584938049316406,
371
+ "step": 470
372
+ },
373
+ {
374
+ "epoch": 0.5710886377156454,
375
+ "grad_norm": 0.7449671030044556,
376
+ "learning_rate": 0.00016530529720986656,
377
+ "loss": 0.7389155387878418,
378
+ "step": 480
379
+ },
380
+ {
381
+ "epoch": 0.5829863176680548,
382
+ "grad_norm": 0.50657719373703,
383
+ "learning_rate": 0.00016449656287909422,
384
+ "loss": 0.4307733058929443,
385
+ "step": 490
386
+ },
387
+ {
388
+ "epoch": 0.594883997620464,
389
+ "grad_norm": 0.4837963581085205,
390
+ "learning_rate": 0.00016368782854832186,
391
+ "loss": 0.5735152244567872,
392
+ "step": 500
393
+ },
394
+ {
395
+ "epoch": 0.594883997620464,
396
+ "eval_loss": 0.6034532189369202,
397
+ "eval_runtime": 142.6906,
398
+ "eval_samples_per_second": 5.095,
399
+ "eval_steps_per_second": 1.275,
400
+ "step": 500
401
+ },
402
+ {
403
+ "epoch": 0.6067816775728733,
404
+ "grad_norm": 1.4207062721252441,
405
+ "learning_rate": 0.00016287909421754953,
406
+ "loss": 0.5803914070129395,
407
+ "step": 510
408
+ },
409
+ {
410
+ "epoch": 0.6186793575252826,
411
+ "grad_norm": 1.859832763671875,
412
+ "learning_rate": 0.00016207035988677722,
413
+ "loss": 0.6262160301208496,
414
+ "step": 520
415
+ },
416
+ {
417
+ "epoch": 0.6305770374776919,
418
+ "grad_norm": 0.6771688461303711,
419
+ "learning_rate": 0.00016126162555600486,
420
+ "loss": 0.511366891860962,
421
+ "step": 530
422
+ },
423
+ {
424
+ "epoch": 0.6424747174301011,
425
+ "grad_norm": 0.6743080615997314,
426
+ "learning_rate": 0.00016045289122523253,
427
+ "loss": 0.360305118560791,
428
+ "step": 540
429
+ },
430
+ {
431
+ "epoch": 0.6543723973825104,
432
+ "grad_norm": 0.7527660131454468,
433
+ "learning_rate": 0.00015964415689446017,
434
+ "loss": 0.4684628963470459,
435
+ "step": 550
436
+ },
437
+ {
438
+ "epoch": 0.6662700773349197,
439
+ "grad_norm": 0.48323220014572144,
440
+ "learning_rate": 0.00015883542256368784,
441
+ "loss": 0.37999782562255857,
442
+ "step": 560
443
+ },
444
+ {
445
+ "epoch": 0.6781677572873289,
446
+ "grad_norm": 0.6131327748298645,
447
+ "learning_rate": 0.00015802668823291548,
448
+ "loss": 0.4337103843688965,
449
+ "step": 570
450
+ },
451
+ {
452
+ "epoch": 0.6900654372397382,
453
+ "grad_norm": 2.4380738735198975,
454
+ "learning_rate": 0.00015721795390214314,
455
+ "loss": 0.5413307666778564,
456
+ "step": 580
457
+ },
458
+ {
459
+ "epoch": 0.7019631171921475,
460
+ "grad_norm": 0.8438555002212524,
461
+ "learning_rate": 0.0001564092195713708,
462
+ "loss": 0.46597776412963865,
463
+ "step": 590
464
+ },
465
+ {
466
+ "epoch": 0.7138607971445569,
467
+ "grad_norm": 0.6677970290184021,
468
+ "learning_rate": 0.00015560048524059848,
469
+ "loss": 0.49952197074890137,
470
+ "step": 600
471
+ },
472
+ {
473
+ "epoch": 0.7138607971445569,
474
+ "eval_loss": 0.5968995690345764,
475
+ "eval_runtime": 144.369,
476
+ "eval_samples_per_second": 5.036,
477
+ "eval_steps_per_second": 1.261,
478
+ "step": 600
479
+ },
480
+ {
481
+ "epoch": 0.7257584770969661,
482
+ "grad_norm": 0.6519638895988464,
483
+ "learning_rate": 0.00015479175090982614,
484
+ "loss": 0.5322952747344971,
485
+ "step": 610
486
+ },
487
+ {
488
+ "epoch": 0.7376561570493754,
489
+ "grad_norm": 2.2388486862182617,
490
+ "learning_rate": 0.00015398301657905378,
491
+ "loss": 0.4521610736846924,
492
+ "step": 620
493
+ },
494
+ {
495
+ "epoch": 0.7495538370017847,
496
+ "grad_norm": 0.5438874363899231,
497
+ "learning_rate": 0.00015317428224828145,
498
+ "loss": 0.32070658206939695,
499
+ "step": 630
500
+ },
501
+ {
502
+ "epoch": 0.7614515169541939,
503
+ "grad_norm": 0.9428866505622864,
504
+ "learning_rate": 0.0001523655479175091,
505
+ "loss": 0.43947296142578124,
506
+ "step": 640
507
+ },
508
+ {
509
+ "epoch": 0.7733491969066032,
510
+ "grad_norm": 2.1778297424316406,
511
+ "learning_rate": 0.00015155681358673676,
512
+ "loss": 0.3582610130310059,
513
+ "step": 650
514
+ },
515
+ {
516
+ "epoch": 0.7852468768590125,
517
+ "grad_norm": 0.9862648844718933,
518
+ "learning_rate": 0.00015074807925596442,
519
+ "loss": 0.2572986602783203,
520
+ "step": 660
521
+ },
522
+ {
523
+ "epoch": 0.7971445568114218,
524
+ "grad_norm": 2.2405526638031006,
525
+ "learning_rate": 0.0001499393449251921,
526
+ "loss": 0.5751560211181641,
527
+ "step": 670
528
+ },
529
+ {
530
+ "epoch": 0.809042236763831,
531
+ "grad_norm": 0.9659500122070312,
532
+ "learning_rate": 0.00014913061059441976,
533
+ "loss": 0.3901207447052002,
534
+ "step": 680
535
+ },
536
+ {
537
+ "epoch": 0.8209399167162403,
538
+ "grad_norm": 0.603147029876709,
539
+ "learning_rate": 0.0001483218762636474,
540
+ "loss": 0.4886178970336914,
541
+ "step": 690
542
+ },
543
+ {
544
+ "epoch": 0.8328375966686496,
545
+ "grad_norm": 1.395334005355835,
546
+ "learning_rate": 0.00014751314193287506,
547
+ "loss": 0.33148694038391113,
548
+ "step": 700
549
+ },
550
+ {
551
+ "epoch": 0.8328375966686496,
552
+ "eval_loss": 0.5894402861595154,
553
+ "eval_runtime": 143.9201,
554
+ "eval_samples_per_second": 5.051,
555
+ "eval_steps_per_second": 1.265,
556
+ "step": 700
557
+ },
558
+ {
559
+ "epoch": 0.8447352766210589,
560
+ "grad_norm": 0.37410464882850647,
561
+ "learning_rate": 0.0001467044076021027,
562
+ "loss": 0.4385047435760498,
563
+ "step": 710
564
+ },
565
+ {
566
+ "epoch": 0.8566329565734682,
567
+ "grad_norm": 0.556503415107727,
568
+ "learning_rate": 0.00014589567327133037,
569
+ "loss": 0.4530733585357666,
570
+ "step": 720
571
+ },
572
+ {
573
+ "epoch": 0.8685306365258775,
574
+ "grad_norm": 0.5830616354942322,
575
+ "learning_rate": 0.00014508693894055803,
576
+ "loss": 0.351526141166687,
577
+ "step": 730
578
+ },
579
+ {
580
+ "epoch": 0.8804283164782868,
581
+ "grad_norm": 1.0821419954299927,
582
+ "learning_rate": 0.0001442782046097857,
583
+ "loss": 0.37159755229949953,
584
+ "step": 740
585
+ },
586
+ {
587
+ "epoch": 0.892325996430696,
588
+ "grad_norm": 0.7333435416221619,
589
+ "learning_rate": 0.00014346947027901334,
590
+ "loss": 0.2786282777786255,
591
+ "step": 750
592
+ },
593
+ {
594
+ "epoch": 0.9042236763831053,
595
+ "grad_norm": 1.016577124595642,
596
+ "learning_rate": 0.000142660735948241,
597
+ "loss": 0.45658392906188966,
598
+ "step": 760
599
+ },
600
+ {
601
+ "epoch": 0.9161213563355146,
602
+ "grad_norm": 0.9072016477584839,
603
+ "learning_rate": 0.00014185200161746867,
604
+ "loss": 0.5834776878356933,
605
+ "step": 770
606
+ },
607
+ {
608
+ "epoch": 0.9280190362879238,
609
+ "grad_norm": 0.7650527954101562,
610
+ "learning_rate": 0.00014104326728669631,
611
+ "loss": 0.36519818305969237,
612
+ "step": 780
613
+ },
614
+ {
615
+ "epoch": 0.9399167162403331,
616
+ "grad_norm": 0.6731218695640564,
617
+ "learning_rate": 0.00014023453295592398,
618
+ "loss": 0.2340949296951294,
619
+ "step": 790
620
+ },
621
+ {
622
+ "epoch": 0.9518143961927424,
623
+ "grad_norm": 0.5773884654045105,
624
+ "learning_rate": 0.00013942579862515165,
625
+ "loss": 0.2930734395980835,
626
+ "step": 800
627
+ },
628
+ {
629
+ "epoch": 0.9518143961927424,
630
+ "eval_loss": 0.5888198614120483,
631
+ "eval_runtime": 141.9299,
632
+ "eval_samples_per_second": 5.122,
633
+ "eval_steps_per_second": 1.282,
634
+ "step": 800
635
+ },
636
+ {
637
+ "epoch": 0.9637120761451516,
638
+ "grad_norm": 0.4335337281227112,
639
+ "learning_rate": 0.00013861706429437931,
640
+ "loss": 0.36781046390533445,
641
+ "step": 810
642
+ },
643
+ {
644
+ "epoch": 0.975609756097561,
645
+ "grad_norm": 0.3875080347061157,
646
+ "learning_rate": 0.00013780832996360695,
647
+ "loss": 0.491288423538208,
648
+ "step": 820
649
+ },
650
+ {
651
+ "epoch": 0.9875074360499703,
652
+ "grad_norm": 0.6576387286186218,
653
+ "learning_rate": 0.00013699959563283462,
654
+ "loss": 0.3506373643875122,
655
+ "step": 830
656
+ },
657
+ {
658
+ "epoch": 0.9994051160023796,
659
+ "grad_norm": 0.6819862127304077,
660
+ "learning_rate": 0.0001361908613020623,
661
+ "loss": 0.3644376277923584,
662
+ "step": 840
663
+ },
664
+ {
665
+ "epoch": 1.0107079119571682,
666
+ "grad_norm": 0.6187142729759216,
667
+ "learning_rate": 0.00013538212697128993,
668
+ "loss": 0.21315438747406007,
669
+ "step": 850
670
+ },
671
+ {
672
+ "epoch": 1.0226055919095776,
673
+ "grad_norm": 0.5705106854438782,
674
+ "learning_rate": 0.0001345733926405176,
675
+ "loss": 0.12631564140319823,
676
+ "step": 860
677
+ },
678
+ {
679
+ "epoch": 1.0345032718619869,
680
+ "grad_norm": 2.418121576309204,
681
+ "learning_rate": 0.00013376465830974526,
682
+ "loss": 0.2968762397766113,
683
+ "step": 870
684
+ },
685
+ {
686
+ "epoch": 1.0464009518143962,
687
+ "grad_norm": 1.7101433277130127,
688
+ "learning_rate": 0.00013295592397897293,
689
+ "loss": 0.24875276088714598,
690
+ "step": 880
691
+ },
692
+ {
693
+ "epoch": 1.0582986317668055,
694
+ "grad_norm": 0.7908554673194885,
695
+ "learning_rate": 0.00013214718964820057,
696
+ "loss": 0.12594165802001953,
697
+ "step": 890
698
+ },
699
+ {
700
+ "epoch": 1.0701963117192148,
701
+ "grad_norm": 2.1652631759643555,
702
+ "learning_rate": 0.00013133845531742823,
703
+ "loss": 0.2673641681671143,
704
+ "step": 900
705
+ },
706
+ {
707
+ "epoch": 1.0701963117192148,
708
+ "eval_loss": 0.6557393670082092,
709
+ "eval_runtime": 148.1641,
710
+ "eval_samples_per_second": 4.907,
711
+ "eval_steps_per_second": 1.228,
712
+ "step": 900
713
+ },
714
+ {
715
+ "epoch": 1.0820939916716241,
716
+ "grad_norm": 2.1860005855560303,
717
+ "learning_rate": 0.00013052972098665587,
718
+ "loss": 0.25303189754486083,
719
+ "step": 910
720
+ },
721
+ {
722
+ "epoch": 1.0939916716240332,
723
+ "grad_norm": 2.427250385284424,
724
+ "learning_rate": 0.00012972098665588354,
725
+ "loss": 0.2357541799545288,
726
+ "step": 920
727
+ },
728
+ {
729
+ "epoch": 1.1058893515764425,
730
+ "grad_norm": 1.33892822265625,
731
+ "learning_rate": 0.0001289122523251112,
732
+ "loss": 0.16873008012771606,
733
+ "step": 930
734
+ },
735
+ {
736
+ "epoch": 1.1177870315288518,
737
+ "grad_norm": 2.110456705093384,
738
+ "learning_rate": 0.00012810351799433887,
739
+ "loss": 0.2664030075073242,
740
+ "step": 940
741
+ },
742
+ {
743
+ "epoch": 1.1296847114812612,
744
+ "grad_norm": 0.4718581736087799,
745
+ "learning_rate": 0.00012729478366356654,
746
+ "loss": 0.17133421897888185,
747
+ "step": 950
748
+ },
749
+ {
750
+ "epoch": 1.1415823914336705,
751
+ "grad_norm": 0.6589707136154175,
752
+ "learning_rate": 0.00012648604933279418,
753
+ "loss": 0.2367629051208496,
754
+ "step": 960
755
+ },
756
+ {
757
+ "epoch": 1.1534800713860798,
758
+ "grad_norm": 0.6303382515907288,
759
+ "learning_rate": 0.00012567731500202185,
760
+ "loss": 0.30923507213592527,
761
+ "step": 970
762
+ },
763
+ {
764
+ "epoch": 1.165377751338489,
765
+ "grad_norm": 1.6443407535552979,
766
+ "learning_rate": 0.00012486858067124948,
767
+ "loss": 0.23930892944335938,
768
+ "step": 980
769
+ },
770
+ {
771
+ "epoch": 1.1772754312908982,
772
+ "grad_norm": 2.7950127124786377,
773
+ "learning_rate": 0.00012405984634047715,
774
+ "loss": 0.24230880737304689,
775
+ "step": 990
776
+ },
777
+ {
778
+ "epoch": 1.1891731112433075,
779
+ "grad_norm": 2.755117177963257,
780
+ "learning_rate": 0.00012325111200970482,
781
+ "loss": 0.2482537269592285,
782
+ "step": 1000
783
+ },
784
+ {
785
+ "epoch": 1.1891731112433075,
786
+ "eval_loss": 0.6479437351226807,
787
+ "eval_runtime": 142.6808,
788
+ "eval_samples_per_second": 5.095,
789
+ "eval_steps_per_second": 1.276,
790
+ "step": 1000
791
+ },
792
+ {
793
+ "epoch": 1.2010707911957168,
794
+ "grad_norm": 1.0761902332305908,
795
+ "learning_rate": 0.00012244237767893248,
796
+ "loss": 0.18213424682617188,
797
+ "step": 1010
798
+ },
799
+ {
800
+ "epoch": 1.2129684711481261,
801
+ "grad_norm": 0.399354487657547,
802
+ "learning_rate": 0.00012163364334816014,
803
+ "loss": 0.2177332878112793,
804
+ "step": 1020
805
+ },
806
+ {
807
+ "epoch": 1.2248661511005354,
808
+ "grad_norm": 0.5789953470230103,
809
+ "learning_rate": 0.00012082490901738779,
810
+ "loss": 0.2425436019897461,
811
+ "step": 1030
812
+ },
813
+ {
814
+ "epoch": 1.2367638310529447,
815
+ "grad_norm": 1.1803412437438965,
816
+ "learning_rate": 0.00012001617468661546,
817
+ "loss": 0.23786463737487792,
818
+ "step": 1040
819
+ },
820
+ {
821
+ "epoch": 1.248661511005354,
822
+ "grad_norm": 2.5271270275115967,
823
+ "learning_rate": 0.0001192074403558431,
824
+ "loss": 0.23577113151550294,
825
+ "step": 1050
826
+ },
827
+ {
828
+ "epoch": 1.2605591909577631,
829
+ "grad_norm": 1.0553990602493286,
830
+ "learning_rate": 0.00011839870602507078,
831
+ "loss": 0.22944607734680175,
832
+ "step": 1060
833
+ },
834
+ {
835
+ "epoch": 1.2724568709101725,
836
+ "grad_norm": 0.8833849430084229,
837
+ "learning_rate": 0.00011758997169429842,
838
+ "loss": 0.2348541498184204,
839
+ "step": 1070
840
+ },
841
+ {
842
+ "epoch": 1.2843545508625818,
843
+ "grad_norm": 0.5712324976921082,
844
+ "learning_rate": 0.00011678123736352608,
845
+ "loss": 0.23939337730407714,
846
+ "step": 1080
847
+ },
848
+ {
849
+ "epoch": 1.296252230814991,
850
+ "grad_norm": 1.1101552248001099,
851
+ "learning_rate": 0.00011597250303275375,
852
+ "loss": 0.1721956491470337,
853
+ "step": 1090
854
+ },
855
+ {
856
+ "epoch": 1.3081499107674004,
857
+ "grad_norm": 2.259507894515991,
858
+ "learning_rate": 0.0001151637687019814,
859
+ "loss": 0.2358708143234253,
860
+ "step": 1100
861
+ },
862
+ {
863
+ "epoch": 1.3081499107674004,
864
+ "eval_loss": 0.6394524574279785,
865
+ "eval_runtime": 142.3401,
866
+ "eval_samples_per_second": 5.107,
867
+ "eval_steps_per_second": 1.279,
868
+ "step": 1100
869
+ },
870
+ {
871
+ "epoch": 1.3200475907198097,
872
+ "grad_norm": 1.9693511724472046,
873
+ "learning_rate": 0.00011435503437120907,
874
+ "loss": 0.2196721076965332,
875
+ "step": 1110
876
+ },
877
+ {
878
+ "epoch": 1.331945270672219,
879
+ "grad_norm": 0.4268541634082794,
880
+ "learning_rate": 0.00011354630004043671,
881
+ "loss": 0.13150120973587037,
882
+ "step": 1120
883
+ },
884
+ {
885
+ "epoch": 1.3438429506246283,
886
+ "grad_norm": 2.330213785171509,
887
+ "learning_rate": 0.00011273756570966438,
888
+ "loss": 0.21918668746948242,
889
+ "step": 1130
890
+ },
891
+ {
892
+ "epoch": 1.3557406305770374,
893
+ "grad_norm": 0.5232792496681213,
894
+ "learning_rate": 0.00011192883137889203,
895
+ "loss": 0.28672659397125244,
896
+ "step": 1140
897
+ },
898
+ {
899
+ "epoch": 1.3676383105294467,
900
+ "grad_norm": 0.7693712115287781,
901
+ "learning_rate": 0.0001111200970481197,
902
+ "loss": 0.13414368629455567,
903
+ "step": 1150
904
+ },
905
+ {
906
+ "epoch": 1.379535990481856,
907
+ "grad_norm": 2.319396734237671,
908
+ "learning_rate": 0.00011031136271734736,
909
+ "loss": 0.2267531394958496,
910
+ "step": 1160
911
+ },
912
+ {
913
+ "epoch": 1.3914336704342654,
914
+ "grad_norm": 0.5921527743339539,
915
+ "learning_rate": 0.00010950262838657502,
916
+ "loss": 0.25402560234069826,
917
+ "step": 1170
918
+ },
919
+ {
920
+ "epoch": 1.4033313503866747,
921
+ "grad_norm": 2.0321357250213623,
922
+ "learning_rate": 0.00010869389405580268,
923
+ "loss": 0.25376124382019044,
924
+ "step": 1180
925
+ },
926
+ {
927
+ "epoch": 1.4152290303390838,
928
+ "grad_norm": 0.38882723450660706,
929
+ "learning_rate": 0.00010788515972503032,
930
+ "loss": 0.22503962516784667,
931
+ "step": 1190
932
+ },
933
+ {
934
+ "epoch": 1.427126710291493,
935
+ "grad_norm": 1.3018765449523926,
936
+ "learning_rate": 0.00010707642539425799,
937
+ "loss": 0.2776267290115356,
938
+ "step": 1200
939
+ },
940
+ {
941
+ "epoch": 1.427126710291493,
942
+ "eval_loss": 0.6352964043617249,
943
+ "eval_runtime": 142.7248,
944
+ "eval_samples_per_second": 5.094,
945
+ "eval_steps_per_second": 1.275,
946
+ "step": 1200
947
+ },
948
+ {
949
+ "epoch": 1.4390243902439024,
950
+ "grad_norm": 1.2818971872329712,
951
+ "learning_rate": 0.00010626769106348564,
952
+ "loss": 0.2819439172744751,
953
+ "step": 1210
954
+ },
955
+ {
956
+ "epoch": 1.4509220701963117,
957
+ "grad_norm": 2.7062032222747803,
958
+ "learning_rate": 0.00010545895673271331,
959
+ "loss": 0.27474424839019773,
960
+ "step": 1220
961
+ },
962
+ {
963
+ "epoch": 1.462819750148721,
964
+ "grad_norm": 1.595563530921936,
965
+ "learning_rate": 0.00010465022240194098,
966
+ "loss": 0.2381807565689087,
967
+ "step": 1230
968
+ },
969
+ {
970
+ "epoch": 1.4747174301011303,
971
+ "grad_norm": 2.4552483558654785,
972
+ "learning_rate": 0.00010384148807116863,
973
+ "loss": 0.20328295230865479,
974
+ "step": 1240
975
+ },
976
+ {
977
+ "epoch": 1.4866151100535396,
978
+ "grad_norm": 0.7772732973098755,
979
+ "learning_rate": 0.0001030327537403963,
980
+ "loss": 0.36213810443878175,
981
+ "step": 1250
982
+ },
983
+ {
984
+ "epoch": 1.498512790005949,
985
+ "grad_norm": 0.5157018899917603,
986
+ "learning_rate": 0.00010222401940962393,
987
+ "loss": 0.2579164505004883,
988
+ "step": 1260
989
+ },
990
+ {
991
+ "epoch": 1.5104104699583583,
992
+ "grad_norm": 0.9393762946128845,
993
+ "learning_rate": 0.0001014152850788516,
994
+ "loss": 0.2738668441772461,
995
+ "step": 1270
996
+ },
997
+ {
998
+ "epoch": 1.5223081499107673,
999
+ "grad_norm": 1.3828178644180298,
1000
+ "learning_rate": 0.00010060655074807925,
1001
+ "loss": 0.2687704563140869,
1002
+ "step": 1280
1003
+ },
1004
+ {
1005
+ "epoch": 1.5342058298631767,
1006
+ "grad_norm": 2.448199987411499,
1007
+ "learning_rate": 9.979781641730692e-05,
1008
+ "loss": 0.25954508781433105,
1009
+ "step": 1290
1010
+ },
1011
+ {
1012
+ "epoch": 1.546103509815586,
1013
+ "grad_norm": 0.5786930918693542,
1014
+ "learning_rate": 9.898908208653457e-05,
1015
+ "loss": 0.3727055311203003,
1016
+ "step": 1300
1017
+ },
1018
+ {
1019
+ "epoch": 1.546103509815586,
1020
+ "eval_loss": 0.6408339738845825,
1021
+ "eval_runtime": 143.0994,
1022
+ "eval_samples_per_second": 5.08,
1023
+ "eval_steps_per_second": 1.272,
1024
+ "step": 1300
1025
+ },
1026
+ {
1027
+ "epoch": 1.5580011897679953,
1028
+ "grad_norm": 0.7677634954452515,
1029
+ "learning_rate": 9.818034775576224e-05,
1030
+ "loss": 0.1762090802192688,
1031
+ "step": 1310
1032
+ },
1033
+ {
1034
+ "epoch": 1.5698988697204044,
1035
+ "grad_norm": 0.6897227764129639,
1036
+ "learning_rate": 9.73716134249899e-05,
1037
+ "loss": 0.18234789371490479,
1038
+ "step": 1320
1039
+ },
1040
+ {
1041
+ "epoch": 1.5817965496728137,
1042
+ "grad_norm": 0.4356502294540405,
1043
+ "learning_rate": 9.656287909421755e-05,
1044
+ "loss": 0.17166239023208618,
1045
+ "step": 1330
1046
+ },
1047
+ {
1048
+ "epoch": 1.593694229625223,
1049
+ "grad_norm": 0.8925612568855286,
1050
+ "learning_rate": 9.575414476344521e-05,
1051
+ "loss": 0.2909604549407959,
1052
+ "step": 1340
1053
+ },
1054
+ {
1055
+ "epoch": 1.6055919095776323,
1056
+ "grad_norm": 1.331018328666687,
1057
+ "learning_rate": 9.494541043267288e-05,
1058
+ "loss": 0.3194843292236328,
1059
+ "step": 1350
1060
+ },
1061
+ {
1062
+ "epoch": 1.6174895895300416,
1063
+ "grad_norm": 0.7012219429016113,
1064
+ "learning_rate": 9.413667610190053e-05,
1065
+ "loss": 0.23222012519836427,
1066
+ "step": 1360
1067
+ },
1068
+ {
1069
+ "epoch": 1.629387269482451,
1070
+ "grad_norm": 0.2544768154621124,
1071
+ "learning_rate": 9.332794177112819e-05,
1072
+ "loss": 0.23880724906921386,
1073
+ "step": 1370
1074
+ },
1075
+ {
1076
+ "epoch": 1.6412849494348603,
1077
+ "grad_norm": 1.3657277822494507,
1078
+ "learning_rate": 9.251920744035585e-05,
1079
+ "loss": 0.19748220443725586,
1080
+ "step": 1380
1081
+ },
1082
+ {
1083
+ "epoch": 1.6531826293872696,
1084
+ "grad_norm": 2.1993489265441895,
1085
+ "learning_rate": 9.171047310958351e-05,
1086
+ "loss": 0.30321478843688965,
1087
+ "step": 1390
1088
+ },
1089
+ {
1090
+ "epoch": 1.6650803093396789,
1091
+ "grad_norm": 0.4869902729988098,
1092
+ "learning_rate": 9.090173877881116e-05,
1093
+ "loss": 0.3128593921661377,
1094
+ "step": 1400
1095
+ },
1096
+ {
1097
+ "epoch": 1.6650803093396789,
1098
+ "eval_loss": 0.6290650367736816,
1099
+ "eval_runtime": 142.7458,
1100
+ "eval_samples_per_second": 5.093,
1101
+ "eval_steps_per_second": 1.275,
1102
+ "step": 1400
1103
+ },
1104
+ {
1105
+ "epoch": 1.6769779892920882,
1106
+ "grad_norm": 0.8744633197784424,
1107
+ "learning_rate": 9.009300444803883e-05,
1108
+ "loss": 0.20709736347198487,
1109
+ "step": 1410
1110
+ },
1111
+ {
1112
+ "epoch": 1.6888756692444973,
1113
+ "grad_norm": 0.45242759585380554,
1114
+ "learning_rate": 8.928427011726648e-05,
1115
+ "loss": 0.24040257930755615,
1116
+ "step": 1420
1117
+ },
1118
+ {
1119
+ "epoch": 1.7007733491969066,
1120
+ "grad_norm": 2.7029457092285156,
1121
+ "learning_rate": 8.847553578649415e-05,
1122
+ "loss": 0.20522713661193848,
1123
+ "step": 1430
1124
+ },
1125
+ {
1126
+ "epoch": 1.712671029149316,
1127
+ "grad_norm": 1.108100414276123,
1128
+ "learning_rate": 8.76668014557218e-05,
1129
+ "loss": 0.22306106090545655,
1130
+ "step": 1440
1131
+ },
1132
+ {
1133
+ "epoch": 1.7245687091017252,
1134
+ "grad_norm": 0.3601689636707306,
1135
+ "learning_rate": 8.685806712494947e-05,
1136
+ "loss": 0.22542276382446289,
1137
+ "step": 1450
1138
+ },
1139
+ {
1140
+ "epoch": 1.7364663890541343,
1141
+ "grad_norm": 2.1732895374298096,
1142
+ "learning_rate": 8.604933279417712e-05,
1143
+ "loss": 0.21184999942779542,
1144
+ "step": 1460
1145
+ },
1146
+ {
1147
+ "epoch": 1.7483640690065436,
1148
+ "grad_norm": 0.7454811334609985,
1149
+ "learning_rate": 8.524059846340477e-05,
1150
+ "loss": 0.16401395797729493,
1151
+ "step": 1470
1152
+ },
1153
+ {
1154
+ "epoch": 1.760261748958953,
1155
+ "grad_norm": 0.9580848217010498,
1156
+ "learning_rate": 8.443186413263243e-05,
1157
+ "loss": 0.3019646883010864,
1158
+ "step": 1480
1159
+ },
1160
+ {
1161
+ "epoch": 1.7721594289113622,
1162
+ "grad_norm": 0.49919596314430237,
1163
+ "learning_rate": 8.362312980186009e-05,
1164
+ "loss": 0.1772990345954895,
1165
+ "step": 1490
1166
+ },
1167
+ {
1168
+ "epoch": 1.7840571088637716,
1169
+ "grad_norm": 0.4589841365814209,
1170
+ "learning_rate": 8.281439547108775e-05,
1171
+ "loss": 0.2236480712890625,
1172
+ "step": 1500
1173
+ },
1174
+ {
1175
+ "epoch": 1.7840571088637716,
1176
+ "eval_loss": 0.6338388919830322,
1177
+ "eval_runtime": 142.4382,
1178
+ "eval_samples_per_second": 5.104,
1179
+ "eval_steps_per_second": 1.278,
1180
+ "step": 1500
1181
+ },
1182
+ {
1183
+ "epoch": 1.7959547888161809,
1184
+ "grad_norm": 1.2061543464660645,
1185
+ "learning_rate": 8.200566114031541e-05,
1186
+ "loss": 0.152615225315094,
1187
+ "step": 1510
1188
+ },
1189
+ {
1190
+ "epoch": 1.8078524687685902,
1191
+ "grad_norm": 0.8690841794013977,
1192
+ "learning_rate": 8.119692680954308e-05,
1193
+ "loss": 0.15312827825546266,
1194
+ "step": 1520
1195
+ },
1196
+ {
1197
+ "epoch": 1.8197501487209995,
1198
+ "grad_norm": 1.1968799829483032,
1199
+ "learning_rate": 8.038819247877073e-05,
1200
+ "loss": 0.1551919937133789,
1201
+ "step": 1530
1202
+ },
1203
+ {
1204
+ "epoch": 1.8316478286734088,
1205
+ "grad_norm": 0.5277600884437561,
1206
+ "learning_rate": 7.957945814799839e-05,
1207
+ "loss": 0.3069296360015869,
1208
+ "step": 1540
1209
+ },
1210
+ {
1211
+ "epoch": 1.8435455086258181,
1212
+ "grad_norm": 1.039868950843811,
1213
+ "learning_rate": 7.877072381722604e-05,
1214
+ "loss": 0.20282301902770997,
1215
+ "step": 1550
1216
+ },
1217
+ {
1218
+ "epoch": 1.8554431885782272,
1219
+ "grad_norm": 0.60517817735672,
1220
+ "learning_rate": 7.79619894864537e-05,
1221
+ "loss": 0.23913111686706542,
1222
+ "step": 1560
1223
+ },
1224
+ {
1225
+ "epoch": 1.8673408685306365,
1226
+ "grad_norm": 2.21573805809021,
1227
+ "learning_rate": 7.715325515568136e-05,
1228
+ "loss": 0.2257241725921631,
1229
+ "step": 1570
1230
+ },
1231
+ {
1232
+ "epoch": 1.8792385484830458,
1233
+ "grad_norm": 0.2944304645061493,
1234
+ "learning_rate": 7.634452082490901e-05,
1235
+ "loss": 0.1661970019340515,
1236
+ "step": 1580
1237
+ },
1238
+ {
1239
+ "epoch": 1.891136228435455,
1240
+ "grad_norm": 1.1983428001403809,
1241
+ "learning_rate": 7.553578649413668e-05,
1242
+ "loss": 0.2087465763092041,
1243
+ "step": 1590
1244
+ },
1245
+ {
1246
+ "epoch": 1.9030339083878642,
1247
+ "grad_norm": 0.8915425539016724,
1248
+ "learning_rate": 7.472705216336434e-05,
1249
+ "loss": 0.21896538734436036,
1250
+ "step": 1600
1251
+ },
1252
+ {
1253
+ "epoch": 1.9030339083878642,
1254
+ "eval_loss": 0.6456941962242126,
1255
+ "eval_runtime": 142.943,
1256
+ "eval_samples_per_second": 5.086,
1257
+ "eval_steps_per_second": 1.273,
1258
+ "step": 1600
1259
+ },
1260
+ {
1261
+ "epoch": 1.9149315883402735,
1262
+ "grad_norm": 2.590047836303711,
1263
+ "learning_rate": 7.3918317832592e-05,
1264
+ "loss": 0.29830474853515626,
1265
+ "step": 1610
1266
+ },
1267
+ {
1268
+ "epoch": 1.9268292682926829,
1269
+ "grad_norm": 2.7200751304626465,
1270
+ "learning_rate": 7.310958350181965e-05,
1271
+ "loss": 0.2548383712768555,
1272
+ "step": 1620
1273
+ },
1274
+ {
1275
+ "epoch": 1.9387269482450922,
1276
+ "grad_norm": 0.47415056824684143,
1277
+ "learning_rate": 7.230084917104732e-05,
1278
+ "loss": 0.17630742788314818,
1279
+ "step": 1630
1280
+ },
1281
+ {
1282
+ "epoch": 1.9506246281975015,
1283
+ "grad_norm": 0.6399453282356262,
1284
+ "learning_rate": 7.149211484027497e-05,
1285
+ "loss": 0.21350162029266356,
1286
+ "step": 1640
1287
+ },
1288
+ {
1289
+ "epoch": 1.9625223081499108,
1290
+ "grad_norm": 0.9102665781974792,
1291
+ "learning_rate": 7.068338050950262e-05,
1292
+ "loss": 0.1667860984802246,
1293
+ "step": 1650
1294
+ },
1295
+ {
1296
+ "epoch": 1.9744199881023201,
1297
+ "grad_norm": 1.439720869064331,
1298
+ "learning_rate": 6.987464617873029e-05,
1299
+ "loss": 0.15564169883728027,
1300
+ "step": 1660
1301
+ },
1302
+ {
1303
+ "epoch": 1.9863176680547294,
1304
+ "grad_norm": 1.2843844890594482,
1305
+ "learning_rate": 6.906591184795796e-05,
1306
+ "loss": 0.23316650390625,
1307
+ "step": 1670
1308
+ },
1309
+ {
1310
+ "epoch": 1.9982153480071387,
1311
+ "grad_norm": 0.7496667504310608,
1312
+ "learning_rate": 6.825717751718561e-05,
1313
+ "loss": 0.11828969717025757,
1314
+ "step": 1680
1315
+ },
1316
+ {
1317
+ "epoch": 2.0095181439619276,
1318
+ "grad_norm": 0.5547150373458862,
1319
+ "learning_rate": 6.744844318641326e-05,
1320
+ "loss": 0.1567418694496155,
1321
+ "step": 1690
1322
+ },
1323
+ {
1324
+ "epoch": 2.0214158239143365,
1325
+ "grad_norm": 1.1936298608779907,
1326
+ "learning_rate": 6.663970885564093e-05,
1327
+ "loss": 0.07190254330635071,
1328
+ "step": 1700
1329
+ },
1330
+ {
1331
+ "epoch": 2.0214158239143365,
1332
+ "eval_loss": 0.7682034373283386,
1333
+ "eval_runtime": 142.5675,
1334
+ "eval_samples_per_second": 5.099,
1335
+ "eval_steps_per_second": 1.277,
1336
+ "step": 1700
1337
+ },
1338
+ {
1339
+ "epoch": 2.033313503866746,
1340
+ "grad_norm": 0.8649502992630005,
1341
+ "learning_rate": 6.583097452486858e-05,
1342
+ "loss": 0.09684446454048157,
1343
+ "step": 1710
1344
+ },
1345
+ {
1346
+ "epoch": 2.045211183819155,
1347
+ "grad_norm": 1.6249701976776123,
1348
+ "learning_rate": 6.502224019409624e-05,
1349
+ "loss": 0.10573645830154418,
1350
+ "step": 1720
1351
+ },
1352
+ {
1353
+ "epoch": 2.0571088637715644,
1354
+ "grad_norm": 1.6712027788162231,
1355
+ "learning_rate": 6.42135058633239e-05,
1356
+ "loss": 0.06878747344017029,
1357
+ "step": 1730
1358
+ },
1359
+ {
1360
+ "epoch": 2.0690065437239737,
1361
+ "grad_norm": 1.998836636543274,
1362
+ "learning_rate": 6.340477153255156e-05,
1363
+ "loss": 0.09289296865463256,
1364
+ "step": 1740
1365
+ },
1366
+ {
1367
+ "epoch": 2.080904223676383,
1368
+ "grad_norm": 2.0230648517608643,
1369
+ "learning_rate": 6.259603720177922e-05,
1370
+ "loss": 0.08702811002731323,
1371
+ "step": 1750
1372
+ },
1373
+ {
1374
+ "epoch": 2.0928019036287924,
1375
+ "grad_norm": 0.6234531998634338,
1376
+ "learning_rate": 6.178730287100688e-05,
1377
+ "loss": 0.09178865551948548,
1378
+ "step": 1760
1379
+ },
1380
+ {
1381
+ "epoch": 2.1046995835812017,
1382
+ "grad_norm": 1.0890167951583862,
1383
+ "learning_rate": 6.0978568540234536e-05,
1384
+ "loss": 0.07926965951919555,
1385
+ "step": 1770
1386
+ },
1387
+ {
1388
+ "epoch": 2.116597263533611,
1389
+ "grad_norm": 0.565838634967804,
1390
+ "learning_rate": 6.0169834209462196e-05,
1391
+ "loss": 0.06830034255981446,
1392
+ "step": 1780
1393
+ },
1394
+ {
1395
+ "epoch": 2.1284949434860203,
1396
+ "grad_norm": 0.24224597215652466,
1397
+ "learning_rate": 5.936109987868985e-05,
1398
+ "loss": 0.0387349396944046,
1399
+ "step": 1790
1400
+ },
1401
+ {
1402
+ "epoch": 2.1403926234384296,
1403
+ "grad_norm": 0.6451993584632874,
1404
+ "learning_rate": 5.855236554791751e-05,
1405
+ "loss": 0.08081170320510864,
1406
+ "step": 1800
1407
+ },
1408
+ {
1409
+ "epoch": 2.1403926234384296,
1410
+ "eval_loss": 0.7727965712547302,
1411
+ "eval_runtime": 142.002,
1412
+ "eval_samples_per_second": 5.12,
1413
+ "eval_steps_per_second": 1.282,
1414
+ "step": 1800
1415
+ },
1416
+ {
1417
+ "epoch": 2.152290303390839,
1418
+ "grad_norm": 1.7233307361602783,
1419
+ "learning_rate": 5.774363121714517e-05,
1420
+ "loss": 0.11144195795059204,
1421
+ "step": 1810
1422
+ },
1423
+ {
1424
+ "epoch": 2.1641879833432482,
1425
+ "grad_norm": 0.2479274868965149,
1426
+ "learning_rate": 5.693489688637282e-05,
1427
+ "loss": 0.08321853876113891,
1428
+ "step": 1820
1429
+ },
1430
+ {
1431
+ "epoch": 2.176085663295657,
1432
+ "grad_norm": 0.47092318534851074,
1433
+ "learning_rate": 5.6126162555600495e-05,
1434
+ "loss": 0.07725490927696228,
1435
+ "step": 1830
1436
+ },
1437
+ {
1438
+ "epoch": 2.1879833432480664,
1439
+ "grad_norm": 0.8377601504325867,
1440
+ "learning_rate": 5.531742822482815e-05,
1441
+ "loss": 0.07388485074043274,
1442
+ "step": 1840
1443
+ },
1444
+ {
1445
+ "epoch": 2.1998810232004757,
1446
+ "grad_norm": 0.6015790700912476,
1447
+ "learning_rate": 5.450869389405581e-05,
1448
+ "loss": 0.07375617027282715,
1449
+ "step": 1850
1450
+ },
1451
+ {
1452
+ "epoch": 2.211778703152885,
1453
+ "grad_norm": 0.4269079864025116,
1454
+ "learning_rate": 5.369995956328346e-05,
1455
+ "loss": 0.06217494010925293,
1456
+ "step": 1860
1457
+ },
1458
+ {
1459
+ "epoch": 2.2236763831052944,
1460
+ "grad_norm": 0.6257069110870361,
1461
+ "learning_rate": 5.289122523251112e-05,
1462
+ "loss": 0.06257326006889344,
1463
+ "step": 1870
1464
+ },
1465
+ {
1466
+ "epoch": 2.2355740630577037,
1467
+ "grad_norm": 0.5031505823135376,
1468
+ "learning_rate": 5.208249090173878e-05,
1469
+ "loss": 0.05843117833137512,
1470
+ "step": 1880
1471
+ },
1472
+ {
1473
+ "epoch": 2.247471743010113,
1474
+ "grad_norm": 1.6474521160125732,
1475
+ "learning_rate": 5.1273756570966434e-05,
1476
+ "loss": 0.09191031455993652,
1477
+ "step": 1890
1478
+ },
1479
+ {
1480
+ "epoch": 2.2593694229625223,
1481
+ "grad_norm": 3.4019672870635986,
1482
+ "learning_rate": 5.04650222401941e-05,
1483
+ "loss": 0.0880321979522705,
1484
+ "step": 1900
1485
+ },
1486
+ {
1487
+ "epoch": 2.2593694229625223,
1488
+ "eval_loss": 0.7820757627487183,
1489
+ "eval_runtime": 144.3502,
1490
+ "eval_samples_per_second": 5.036,
1491
+ "eval_steps_per_second": 1.261,
1492
+ "step": 1900
1493
+ },
1494
+ {
1495
+ "epoch": 2.2712671029149316,
1496
+ "grad_norm": 1.2383092641830444,
1497
+ "learning_rate": 4.9656287909421754e-05,
1498
+ "loss": 0.05248329639434814,
1499
+ "step": 1910
1500
+ },
1501
+ {
1502
+ "epoch": 2.283164782867341,
1503
+ "grad_norm": 0.3616305887699127,
1504
+ "learning_rate": 4.884755357864942e-05,
1505
+ "loss": 0.09794200658798217,
1506
+ "step": 1920
1507
+ },
1508
+ {
1509
+ "epoch": 2.2950624628197502,
1510
+ "grad_norm": 1.8042008876800537,
1511
+ "learning_rate": 4.8038819247877074e-05,
1512
+ "loss": 0.08606679439544677,
1513
+ "step": 1930
1514
+ },
1515
+ {
1516
+ "epoch": 2.3069601427721595,
1517
+ "grad_norm": 1.1796011924743652,
1518
+ "learning_rate": 4.7230084917104734e-05,
1519
+ "loss": 0.06636201143264771,
1520
+ "step": 1940
1521
+ },
1522
+ {
1523
+ "epoch": 2.318857822724569,
1524
+ "grad_norm": 2.172945499420166,
1525
+ "learning_rate": 4.6421350586332394e-05,
1526
+ "loss": 0.08974570631980897,
1527
+ "step": 1950
1528
+ },
1529
+ {
1530
+ "epoch": 2.330755502676978,
1531
+ "grad_norm": 0.9927220940589905,
1532
+ "learning_rate": 4.5612616255560053e-05,
1533
+ "loss": 0.06555870771408082,
1534
+ "step": 1960
1535
+ },
1536
+ {
1537
+ "epoch": 2.3426531826293875,
1538
+ "grad_norm": 0.7290642261505127,
1539
+ "learning_rate": 4.480388192478771e-05,
1540
+ "loss": 0.08729156255722045,
1541
+ "step": 1970
1542
+ },
1543
+ {
1544
+ "epoch": 2.3545508625817964,
1545
+ "grad_norm": 1.645143985748291,
1546
+ "learning_rate": 4.3995147594015366e-05,
1547
+ "loss": 0.06546041369438171,
1548
+ "step": 1980
1549
+ },
1550
+ {
1551
+ "epoch": 2.3664485425342057,
1552
+ "grad_norm": 0.5619677305221558,
1553
+ "learning_rate": 4.3186413263243026e-05,
1554
+ "loss": 0.09512026906013489,
1555
+ "step": 1990
1556
+ },
1557
+ {
1558
+ "epoch": 2.378346222486615,
1559
+ "grad_norm": 0.5704317092895508,
1560
+ "learning_rate": 4.2377678932470686e-05,
1561
+ "loss": 0.07127516269683838,
1562
+ "step": 2000
1563
+ },
1564
+ {
1565
+ "epoch": 2.378346222486615,
1566
+ "eval_loss": 0.7547894716262817,
1567
+ "eval_runtime": 143.1861,
1568
+ "eval_samples_per_second": 5.077,
1569
+ "eval_steps_per_second": 1.271,
1570
+ "step": 2000
1571
+ }
1572
+ ],
1573
+ "logging_steps": 10,
1574
+ "max_steps": 2523,
1575
+ "num_input_tokens_seen": 0,
1576
+ "num_train_epochs": 3,
1577
+ "save_steps": 100,
1578
+ "stateful_callbacks": {
1579
+ "TrainerControl": {
1580
+ "args": {
1581
+ "should_epoch_stop": false,
1582
+ "should_evaluate": false,
1583
+ "should_log": false,
1584
+ "should_save": true,
1585
+ "should_training_stop": false
1586
+ },
1587
+ "attributes": {}
1588
+ }
1589
+ },
1590
+ "total_flos": 1.2250401371531366e+18,
1591
+ "train_batch_size": 2,
1592
+ "trial_name": null,
1593
+ "trial_params": null
1594
+ }
checkpoint-2000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47abdcb2d959c9b661bff96e3d57dc8b08d6ada3c77f1465a0ab8cd65cc50264
3
+ size 5368
checkpoint-2100/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/Qwen2.5-Coder-7B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/Qwen2.5-Coder-7B-Instruct
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ ---
13
+
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Results
136
+
137
+ [More Information Needed]
138
+
139
+ #### Summary
140
+
141
+
142
+
143
+ ## Model Examination [optional]
144
+
145
+ <!-- Relevant interpretability work for the model goes here -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## Environmental Impact
150
+
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
+
153
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
154
+
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
+
161
+ ## Technical Specifications [optional]
162
+
163
+ ### Model Architecture and Objective
164
+
165
+ [More Information Needed]
166
+
167
+ ### Compute Infrastructure
168
+
169
+ [More Information Needed]
170
+
171
+ #### Hardware
172
+
173
+ [More Information Needed]
174
+
175
+ #### Software
176
+
177
+ [More Information Needed]
178
+
179
+ ## Citation [optional]
180
+
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
+
183
+ **BibTeX:**
184
+
185
+ [More Information Needed]
186
+
187
+ **APA:**
188
+
189
+ [More Information Needed]
190
+
191
+ ## Glossary [optional]
192
+
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## More Information [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Authors [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Contact
206
+
207
+ [More Information Needed]
208
+ ### Framework versions
209
+
210
+ - PEFT 0.18.1
checkpoint-2100/adapter_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Qwen2ForCausalLM",
7
+ "parent_library": "transformers.models.qwen2.modeling_qwen2",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/Qwen2.5-Coder-7B-Instruct",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 32,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0.0,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": null,
29
+ "peft_type": "LORA",
30
+ "peft_version": "0.18.1",
31
+ "qalora_group_size": 16,
32
+ "r": 16,
33
+ "rank_pattern": {},
34
+ "revision": null,
35
+ "target_modules": [
36
+ "down_proj",
37
+ "k_proj",
38
+ "up_proj",
39
+ "q_proj",
40
+ "o_proj",
41
+ "gate_proj",
42
+ "v_proj"
43
+ ],
44
+ "target_parameters": null,
45
+ "task_type": "CAUSAL_LM",
46
+ "trainable_token_indices": null,
47
+ "use_dora": false,
48
+ "use_qalora": false,
49
+ "use_rslora": true
50
+ }
checkpoint-2100/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7e2d01dc53a9f5a4ee7b93f9138fd573781571a4b85857e992a7cc35374718f
3
+ size 161533192
checkpoint-2100/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
checkpoint-2100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44baf4a3d1b57da79fd9413f3adf58a633a0e0462986508fcf2388d9d83e68cc
3
+ size 82465012
checkpoint-2100/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c51a801d522120fd29ec6010dde5169ee3280ade08ae5397943dee4695a49f1
3
+ size 14308
checkpoint-2100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdd8c7af8b476e17a3d8138177e7402bf7b7a0da7caca0756173bed5c7bd9297
3
+ size 1064
checkpoint-2100/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd5948af71b4f56cf697f7580814c7ce8b80595ef985544efcacf716126a2e31
3
+ size 11422356
checkpoint-2100/tokenizer_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|im_end|>",
7
+ "errors": "replace",
8
+ "extra_special_tokens": [],
9
+ "is_local": false,
10
+ "model_max_length": 32768,
11
+ "pad_token": "<|PAD_TOKEN|>",
12
+ "padding_side": "right",
13
+ "split_special_tokens": false,
14
+ "tokenizer_class": "Qwen2Tokenizer",
15
+ "unk_token": null
16
+ }
checkpoint-2100/trainer_state.json ADDED
@@ -0,0 +1,1672 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 800,
3
+ "best_metric": 0.5888198614120483,
4
+ "best_model_checkpoint": "/workspace/codek/outputs/codek-lora-v3/checkpoint-800",
5
+ "epoch": 2.497323022010708,
6
+ "eval_steps": 100,
7
+ "global_step": 2100,
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.01189767995240928,
14
+ "grad_norm": 0.5428410768508911,
15
+ "learning_rate": 3.6e-05,
16
+ "loss": 0.9758113861083985,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.02379535990481856,
21
+ "grad_norm": 4.67169189453125,
22
+ "learning_rate": 7.6e-05,
23
+ "loss": 0.6493405342102051,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.03569303985722784,
28
+ "grad_norm": 1.070132851600647,
29
+ "learning_rate": 0.000116,
30
+ "loss": 1.06031494140625,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.04759071980963712,
35
+ "grad_norm": 1.9386584758758545,
36
+ "learning_rate": 0.00015600000000000002,
37
+ "loss": 0.6819836139678955,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.0594883997620464,
42
+ "grad_norm": 0.4872680604457855,
43
+ "learning_rate": 0.000196,
44
+ "loss": 0.5926659107208252,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.07138607971445568,
49
+ "grad_norm": 2.355872869491577,
50
+ "learning_rate": 0.0001992721391023049,
51
+ "loss": 0.6537514686584472,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.08328375966686496,
56
+ "grad_norm": 2.0048632621765137,
57
+ "learning_rate": 0.00019846340477153255,
58
+ "loss": 0.5464569568634033,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.09518143961927424,
63
+ "grad_norm": 0.354509562253952,
64
+ "learning_rate": 0.00019765467044076022,
65
+ "loss": 0.35349245071411134,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.10707911957168352,
70
+ "grad_norm": 0.594601571559906,
71
+ "learning_rate": 0.00019684593610998788,
72
+ "loss": 0.6311532497406006,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.1189767995240928,
77
+ "grad_norm": 0.6164997220039368,
78
+ "learning_rate": 0.00019603720177921555,
79
+ "loss": 0.6391933917999267,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.1189767995240928,
84
+ "eval_loss": 0.6638074517250061,
85
+ "eval_runtime": 145.0623,
86
+ "eval_samples_per_second": 5.012,
87
+ "eval_steps_per_second": 1.255,
88
+ "step": 100
89
+ },
90
+ {
91
+ "epoch": 0.13087447947650208,
92
+ "grad_norm": 0.44855809211730957,
93
+ "learning_rate": 0.0001952284674484432,
94
+ "loss": 0.5943772792816162,
95
+ "step": 110
96
+ },
97
+ {
98
+ "epoch": 0.14277215942891136,
99
+ "grad_norm": 0.5330596566200256,
100
+ "learning_rate": 0.00019441973311767086,
101
+ "loss": 0.6163853168487549,
102
+ "step": 120
103
+ },
104
+ {
105
+ "epoch": 0.15466983938132065,
106
+ "grad_norm": 2.245134115219116,
107
+ "learning_rate": 0.00019361099878689852,
108
+ "loss": 0.6799118995666504,
109
+ "step": 130
110
+ },
111
+ {
112
+ "epoch": 0.16656751933372993,
113
+ "grad_norm": 0.6131016612052917,
114
+ "learning_rate": 0.00019280226445612616,
115
+ "loss": 0.5579062938690186,
116
+ "step": 140
117
+ },
118
+ {
119
+ "epoch": 0.17846519928613921,
120
+ "grad_norm": 2.133678436279297,
121
+ "learning_rate": 0.00019199353012535383,
122
+ "loss": 0.6677299976348877,
123
+ "step": 150
124
+ },
125
+ {
126
+ "epoch": 0.19036287923854847,
127
+ "grad_norm": 2.461663246154785,
128
+ "learning_rate": 0.0001911847957945815,
129
+ "loss": 0.5393151760101318,
130
+ "step": 160
131
+ },
132
+ {
133
+ "epoch": 0.20226055919095776,
134
+ "grad_norm": 0.8805132508277893,
135
+ "learning_rate": 0.00019037606146380916,
136
+ "loss": 0.3627098321914673,
137
+ "step": 170
138
+ },
139
+ {
140
+ "epoch": 0.21415823914336704,
141
+ "grad_norm": 0.6360796093940735,
142
+ "learning_rate": 0.0001895673271330368,
143
+ "loss": 0.39393203258514403,
144
+ "step": 180
145
+ },
146
+ {
147
+ "epoch": 0.22605591909577633,
148
+ "grad_norm": 0.6658252477645874,
149
+ "learning_rate": 0.00018875859280226447,
150
+ "loss": 0.4603158473968506,
151
+ "step": 190
152
+ },
153
+ {
154
+ "epoch": 0.2379535990481856,
155
+ "grad_norm": 0.8778694868087769,
156
+ "learning_rate": 0.0001879498584714921,
157
+ "loss": 0.3169058561325073,
158
+ "step": 200
159
+ },
160
+ {
161
+ "epoch": 0.2379535990481856,
162
+ "eval_loss": 0.6359900832176208,
163
+ "eval_runtime": 148.4485,
164
+ "eval_samples_per_second": 4.897,
165
+ "eval_steps_per_second": 1.226,
166
+ "step": 200
167
+ },
168
+ {
169
+ "epoch": 0.2498512790005949,
170
+ "grad_norm": 0.9706892371177673,
171
+ "learning_rate": 0.00018714112414071977,
172
+ "loss": 0.5271358013153076,
173
+ "step": 210
174
+ },
175
+ {
176
+ "epoch": 0.26174895895300415,
177
+ "grad_norm": 2.4584925174713135,
178
+ "learning_rate": 0.00018633238980994744,
179
+ "loss": 0.5194128036499024,
180
+ "step": 220
181
+ },
182
+ {
183
+ "epoch": 0.27364663890541346,
184
+ "grad_norm": 2.380593776702881,
185
+ "learning_rate": 0.0001855236554791751,
186
+ "loss": 0.36130523681640625,
187
+ "step": 230
188
+ },
189
+ {
190
+ "epoch": 0.2855443188578227,
191
+ "grad_norm": 0.3882339596748352,
192
+ "learning_rate": 0.00018471492114840277,
193
+ "loss": 0.5675658702850341,
194
+ "step": 240
195
+ },
196
+ {
197
+ "epoch": 0.297441998810232,
198
+ "grad_norm": 0.5137739181518555,
199
+ "learning_rate": 0.00018390618681763041,
200
+ "loss": 0.4355769634246826,
201
+ "step": 250
202
+ },
203
+ {
204
+ "epoch": 0.3093396787626413,
205
+ "grad_norm": 2.0276546478271484,
206
+ "learning_rate": 0.00018309745248685808,
207
+ "loss": 0.45575518608093263,
208
+ "step": 260
209
+ },
210
+ {
211
+ "epoch": 0.32123735871505055,
212
+ "grad_norm": 0.7296242713928223,
213
+ "learning_rate": 0.00018228871815608572,
214
+ "loss": 0.3975461483001709,
215
+ "step": 270
216
+ },
217
+ {
218
+ "epoch": 0.33313503866745986,
219
+ "grad_norm": 0.4104812741279602,
220
+ "learning_rate": 0.0001814799838253134,
221
+ "loss": 0.4124011993408203,
222
+ "step": 280
223
+ },
224
+ {
225
+ "epoch": 0.3450327186198691,
226
+ "grad_norm": 2.2240512371063232,
227
+ "learning_rate": 0.00018067124949454105,
228
+ "loss": 0.44806156158447263,
229
+ "step": 290
230
+ },
231
+ {
232
+ "epoch": 0.35693039857227843,
233
+ "grad_norm": 0.5039843916893005,
234
+ "learning_rate": 0.00017986251516376872,
235
+ "loss": 0.5462466716766358,
236
+ "step": 300
237
+ },
238
+ {
239
+ "epoch": 0.35693039857227843,
240
+ "eval_loss": 0.6173338294029236,
241
+ "eval_runtime": 142.4876,
242
+ "eval_samples_per_second": 5.102,
243
+ "eval_steps_per_second": 1.277,
244
+ "step": 300
245
+ },
246
+ {
247
+ "epoch": 0.3688280785246877,
248
+ "grad_norm": 2.1521501541137695,
249
+ "learning_rate": 0.0001790537808329964,
250
+ "loss": 0.5577811241149903,
251
+ "step": 310
252
+ },
253
+ {
254
+ "epoch": 0.38072575847709694,
255
+ "grad_norm": 1.0199904441833496,
256
+ "learning_rate": 0.00017824504650222403,
257
+ "loss": 0.4318714141845703,
258
+ "step": 320
259
+ },
260
+ {
261
+ "epoch": 0.39262343842950626,
262
+ "grad_norm": 0.7938897013664246,
263
+ "learning_rate": 0.0001774363121714517,
264
+ "loss": 0.5028730869293213,
265
+ "step": 330
266
+ },
267
+ {
268
+ "epoch": 0.4045211183819155,
269
+ "grad_norm": 1.0197608470916748,
270
+ "learning_rate": 0.00017662757784067933,
271
+ "loss": 0.4412552833557129,
272
+ "step": 340
273
+ },
274
+ {
275
+ "epoch": 0.4164187983343248,
276
+ "grad_norm": 2.1586694717407227,
277
+ "learning_rate": 0.000175818843509907,
278
+ "loss": 0.6107489109039307,
279
+ "step": 350
280
+ },
281
+ {
282
+ "epoch": 0.4283164782867341,
283
+ "grad_norm": 0.5125121474266052,
284
+ "learning_rate": 0.00017501010917913467,
285
+ "loss": 0.41151204109191897,
286
+ "step": 360
287
+ },
288
+ {
289
+ "epoch": 0.4402141582391434,
290
+ "grad_norm": 0.854578971862793,
291
+ "learning_rate": 0.00017420137484836233,
292
+ "loss": 0.37861664295196534,
293
+ "step": 370
294
+ },
295
+ {
296
+ "epoch": 0.45211183819155265,
297
+ "grad_norm": 0.3810710608959198,
298
+ "learning_rate": 0.00017339264051759,
299
+ "loss": 0.554447078704834,
300
+ "step": 380
301
+ },
302
+ {
303
+ "epoch": 0.4640095181439619,
304
+ "grad_norm": 0.6537095308303833,
305
+ "learning_rate": 0.00017258390618681764,
306
+ "loss": 0.4039173126220703,
307
+ "step": 390
308
+ },
309
+ {
310
+ "epoch": 0.4759071980963712,
311
+ "grad_norm": 0.3078782856464386,
312
+ "learning_rate": 0.0001717751718560453,
313
+ "loss": 0.36465888023376464,
314
+ "step": 400
315
+ },
316
+ {
317
+ "epoch": 0.4759071980963712,
318
+ "eval_loss": 0.6045503616333008,
319
+ "eval_runtime": 142.1172,
320
+ "eval_samples_per_second": 5.115,
321
+ "eval_steps_per_second": 1.281,
322
+ "step": 400
323
+ },
324
+ {
325
+ "epoch": 0.4878048780487805,
326
+ "grad_norm": 2.2536327838897705,
327
+ "learning_rate": 0.00017096643752527295,
328
+ "loss": 0.6744783878326416,
329
+ "step": 410
330
+ },
331
+ {
332
+ "epoch": 0.4997025580011898,
333
+ "grad_norm": 1.0270065069198608,
334
+ "learning_rate": 0.0001701577031945006,
335
+ "loss": 0.3990432024002075,
336
+ "step": 420
337
+ },
338
+ {
339
+ "epoch": 0.5116002379535991,
340
+ "grad_norm": 0.8148894906044006,
341
+ "learning_rate": 0.00016934896886372825,
342
+ "loss": 0.44692273139953614,
343
+ "step": 430
344
+ },
345
+ {
346
+ "epoch": 0.5234979179060083,
347
+ "grad_norm": 1.3633968830108643,
348
+ "learning_rate": 0.00016854023453295595,
349
+ "loss": 0.643745756149292,
350
+ "step": 440
351
+ },
352
+ {
353
+ "epoch": 0.5353955978584176,
354
+ "grad_norm": 2.3843679428100586,
355
+ "learning_rate": 0.0001677315002021836,
356
+ "loss": 0.5624740600585938,
357
+ "step": 450
358
+ },
359
+ {
360
+ "epoch": 0.5472932778108269,
361
+ "grad_norm": 2.0721166133880615,
362
+ "learning_rate": 0.00016692276587141125,
363
+ "loss": 0.5419316768646241,
364
+ "step": 460
365
+ },
366
+ {
367
+ "epoch": 0.5591909577632361,
368
+ "grad_norm": 0.4449078142642975,
369
+ "learning_rate": 0.00016611403154063892,
370
+ "loss": 0.48584938049316406,
371
+ "step": 470
372
+ },
373
+ {
374
+ "epoch": 0.5710886377156454,
375
+ "grad_norm": 0.7449671030044556,
376
+ "learning_rate": 0.00016530529720986656,
377
+ "loss": 0.7389155387878418,
378
+ "step": 480
379
+ },
380
+ {
381
+ "epoch": 0.5829863176680548,
382
+ "grad_norm": 0.50657719373703,
383
+ "learning_rate": 0.00016449656287909422,
384
+ "loss": 0.4307733058929443,
385
+ "step": 490
386
+ },
387
+ {
388
+ "epoch": 0.594883997620464,
389
+ "grad_norm": 0.4837963581085205,
390
+ "learning_rate": 0.00016368782854832186,
391
+ "loss": 0.5735152244567872,
392
+ "step": 500
393
+ },
394
+ {
395
+ "epoch": 0.594883997620464,
396
+ "eval_loss": 0.6034532189369202,
397
+ "eval_runtime": 142.6906,
398
+ "eval_samples_per_second": 5.095,
399
+ "eval_steps_per_second": 1.275,
400
+ "step": 500
401
+ },
402
+ {
403
+ "epoch": 0.6067816775728733,
404
+ "grad_norm": 1.4207062721252441,
405
+ "learning_rate": 0.00016287909421754953,
406
+ "loss": 0.5803914070129395,
407
+ "step": 510
408
+ },
409
+ {
410
+ "epoch": 0.6186793575252826,
411
+ "grad_norm": 1.859832763671875,
412
+ "learning_rate": 0.00016207035988677722,
413
+ "loss": 0.6262160301208496,
414
+ "step": 520
415
+ },
416
+ {
417
+ "epoch": 0.6305770374776919,
418
+ "grad_norm": 0.6771688461303711,
419
+ "learning_rate": 0.00016126162555600486,
420
+ "loss": 0.511366891860962,
421
+ "step": 530
422
+ },
423
+ {
424
+ "epoch": 0.6424747174301011,
425
+ "grad_norm": 0.6743080615997314,
426
+ "learning_rate": 0.00016045289122523253,
427
+ "loss": 0.360305118560791,
428
+ "step": 540
429
+ },
430
+ {
431
+ "epoch": 0.6543723973825104,
432
+ "grad_norm": 0.7527660131454468,
433
+ "learning_rate": 0.00015964415689446017,
434
+ "loss": 0.4684628963470459,
435
+ "step": 550
436
+ },
437
+ {
438
+ "epoch": 0.6662700773349197,
439
+ "grad_norm": 0.48323220014572144,
440
+ "learning_rate": 0.00015883542256368784,
441
+ "loss": 0.37999782562255857,
442
+ "step": 560
443
+ },
444
+ {
445
+ "epoch": 0.6781677572873289,
446
+ "grad_norm": 0.6131327748298645,
447
+ "learning_rate": 0.00015802668823291548,
448
+ "loss": 0.4337103843688965,
449
+ "step": 570
450
+ },
451
+ {
452
+ "epoch": 0.6900654372397382,
453
+ "grad_norm": 2.4380738735198975,
454
+ "learning_rate": 0.00015721795390214314,
455
+ "loss": 0.5413307666778564,
456
+ "step": 580
457
+ },
458
+ {
459
+ "epoch": 0.7019631171921475,
460
+ "grad_norm": 0.8438555002212524,
461
+ "learning_rate": 0.0001564092195713708,
462
+ "loss": 0.46597776412963865,
463
+ "step": 590
464
+ },
465
+ {
466
+ "epoch": 0.7138607971445569,
467
+ "grad_norm": 0.6677970290184021,
468
+ "learning_rate": 0.00015560048524059848,
469
+ "loss": 0.49952197074890137,
470
+ "step": 600
471
+ },
472
+ {
473
+ "epoch": 0.7138607971445569,
474
+ "eval_loss": 0.5968995690345764,
475
+ "eval_runtime": 144.369,
476
+ "eval_samples_per_second": 5.036,
477
+ "eval_steps_per_second": 1.261,
478
+ "step": 600
479
+ },
480
+ {
481
+ "epoch": 0.7257584770969661,
482
+ "grad_norm": 0.6519638895988464,
483
+ "learning_rate": 0.00015479175090982614,
484
+ "loss": 0.5322952747344971,
485
+ "step": 610
486
+ },
487
+ {
488
+ "epoch": 0.7376561570493754,
489
+ "grad_norm": 2.2388486862182617,
490
+ "learning_rate": 0.00015398301657905378,
491
+ "loss": 0.4521610736846924,
492
+ "step": 620
493
+ },
494
+ {
495
+ "epoch": 0.7495538370017847,
496
+ "grad_norm": 0.5438874363899231,
497
+ "learning_rate": 0.00015317428224828145,
498
+ "loss": 0.32070658206939695,
499
+ "step": 630
500
+ },
501
+ {
502
+ "epoch": 0.7614515169541939,
503
+ "grad_norm": 0.9428866505622864,
504
+ "learning_rate": 0.0001523655479175091,
505
+ "loss": 0.43947296142578124,
506
+ "step": 640
507
+ },
508
+ {
509
+ "epoch": 0.7733491969066032,
510
+ "grad_norm": 2.1778297424316406,
511
+ "learning_rate": 0.00015155681358673676,
512
+ "loss": 0.3582610130310059,
513
+ "step": 650
514
+ },
515
+ {
516
+ "epoch": 0.7852468768590125,
517
+ "grad_norm": 0.9862648844718933,
518
+ "learning_rate": 0.00015074807925596442,
519
+ "loss": 0.2572986602783203,
520
+ "step": 660
521
+ },
522
+ {
523
+ "epoch": 0.7971445568114218,
524
+ "grad_norm": 2.2405526638031006,
525
+ "learning_rate": 0.0001499393449251921,
526
+ "loss": 0.5751560211181641,
527
+ "step": 670
528
+ },
529
+ {
530
+ "epoch": 0.809042236763831,
531
+ "grad_norm": 0.9659500122070312,
532
+ "learning_rate": 0.00014913061059441976,
533
+ "loss": 0.3901207447052002,
534
+ "step": 680
535
+ },
536
+ {
537
+ "epoch": 0.8209399167162403,
538
+ "grad_norm": 0.603147029876709,
539
+ "learning_rate": 0.0001483218762636474,
540
+ "loss": 0.4886178970336914,
541
+ "step": 690
542
+ },
543
+ {
544
+ "epoch": 0.8328375966686496,
545
+ "grad_norm": 1.395334005355835,
546
+ "learning_rate": 0.00014751314193287506,
547
+ "loss": 0.33148694038391113,
548
+ "step": 700
549
+ },
550
+ {
551
+ "epoch": 0.8328375966686496,
552
+ "eval_loss": 0.5894402861595154,
553
+ "eval_runtime": 143.9201,
554
+ "eval_samples_per_second": 5.051,
555
+ "eval_steps_per_second": 1.265,
556
+ "step": 700
557
+ },
558
+ {
559
+ "epoch": 0.8447352766210589,
560
+ "grad_norm": 0.37410464882850647,
561
+ "learning_rate": 0.0001467044076021027,
562
+ "loss": 0.4385047435760498,
563
+ "step": 710
564
+ },
565
+ {
566
+ "epoch": 0.8566329565734682,
567
+ "grad_norm": 0.556503415107727,
568
+ "learning_rate": 0.00014589567327133037,
569
+ "loss": 0.4530733585357666,
570
+ "step": 720
571
+ },
572
+ {
573
+ "epoch": 0.8685306365258775,
574
+ "grad_norm": 0.5830616354942322,
575
+ "learning_rate": 0.00014508693894055803,
576
+ "loss": 0.351526141166687,
577
+ "step": 730
578
+ },
579
+ {
580
+ "epoch": 0.8804283164782868,
581
+ "grad_norm": 1.0821419954299927,
582
+ "learning_rate": 0.0001442782046097857,
583
+ "loss": 0.37159755229949953,
584
+ "step": 740
585
+ },
586
+ {
587
+ "epoch": 0.892325996430696,
588
+ "grad_norm": 0.7333435416221619,
589
+ "learning_rate": 0.00014346947027901334,
590
+ "loss": 0.2786282777786255,
591
+ "step": 750
592
+ },
593
+ {
594
+ "epoch": 0.9042236763831053,
595
+ "grad_norm": 1.016577124595642,
596
+ "learning_rate": 0.000142660735948241,
597
+ "loss": 0.45658392906188966,
598
+ "step": 760
599
+ },
600
+ {
601
+ "epoch": 0.9161213563355146,
602
+ "grad_norm": 0.9072016477584839,
603
+ "learning_rate": 0.00014185200161746867,
604
+ "loss": 0.5834776878356933,
605
+ "step": 770
606
+ },
607
+ {
608
+ "epoch": 0.9280190362879238,
609
+ "grad_norm": 0.7650527954101562,
610
+ "learning_rate": 0.00014104326728669631,
611
+ "loss": 0.36519818305969237,
612
+ "step": 780
613
+ },
614
+ {
615
+ "epoch": 0.9399167162403331,
616
+ "grad_norm": 0.6731218695640564,
617
+ "learning_rate": 0.00014023453295592398,
618
+ "loss": 0.2340949296951294,
619
+ "step": 790
620
+ },
621
+ {
622
+ "epoch": 0.9518143961927424,
623
+ "grad_norm": 0.5773884654045105,
624
+ "learning_rate": 0.00013942579862515165,
625
+ "loss": 0.2930734395980835,
626
+ "step": 800
627
+ },
628
+ {
629
+ "epoch": 0.9518143961927424,
630
+ "eval_loss": 0.5888198614120483,
631
+ "eval_runtime": 141.9299,
632
+ "eval_samples_per_second": 5.122,
633
+ "eval_steps_per_second": 1.282,
634
+ "step": 800
635
+ },
636
+ {
637
+ "epoch": 0.9637120761451516,
638
+ "grad_norm": 0.4335337281227112,
639
+ "learning_rate": 0.00013861706429437931,
640
+ "loss": 0.36781046390533445,
641
+ "step": 810
642
+ },
643
+ {
644
+ "epoch": 0.975609756097561,
645
+ "grad_norm": 0.3875080347061157,
646
+ "learning_rate": 0.00013780832996360695,
647
+ "loss": 0.491288423538208,
648
+ "step": 820
649
+ },
650
+ {
651
+ "epoch": 0.9875074360499703,
652
+ "grad_norm": 0.6576387286186218,
653
+ "learning_rate": 0.00013699959563283462,
654
+ "loss": 0.3506373643875122,
655
+ "step": 830
656
+ },
657
+ {
658
+ "epoch": 0.9994051160023796,
659
+ "grad_norm": 0.6819862127304077,
660
+ "learning_rate": 0.0001361908613020623,
661
+ "loss": 0.3644376277923584,
662
+ "step": 840
663
+ },
664
+ {
665
+ "epoch": 1.0107079119571682,
666
+ "grad_norm": 0.6187142729759216,
667
+ "learning_rate": 0.00013538212697128993,
668
+ "loss": 0.21315438747406007,
669
+ "step": 850
670
+ },
671
+ {
672
+ "epoch": 1.0226055919095776,
673
+ "grad_norm": 0.5705106854438782,
674
+ "learning_rate": 0.0001345733926405176,
675
+ "loss": 0.12631564140319823,
676
+ "step": 860
677
+ },
678
+ {
679
+ "epoch": 1.0345032718619869,
680
+ "grad_norm": 2.418121576309204,
681
+ "learning_rate": 0.00013376465830974526,
682
+ "loss": 0.2968762397766113,
683
+ "step": 870
684
+ },
685
+ {
686
+ "epoch": 1.0464009518143962,
687
+ "grad_norm": 1.7101433277130127,
688
+ "learning_rate": 0.00013295592397897293,
689
+ "loss": 0.24875276088714598,
690
+ "step": 880
691
+ },
692
+ {
693
+ "epoch": 1.0582986317668055,
694
+ "grad_norm": 0.7908554673194885,
695
+ "learning_rate": 0.00013214718964820057,
696
+ "loss": 0.12594165802001953,
697
+ "step": 890
698
+ },
699
+ {
700
+ "epoch": 1.0701963117192148,
701
+ "grad_norm": 2.1652631759643555,
702
+ "learning_rate": 0.00013133845531742823,
703
+ "loss": 0.2673641681671143,
704
+ "step": 900
705
+ },
706
+ {
707
+ "epoch": 1.0701963117192148,
708
+ "eval_loss": 0.6557393670082092,
709
+ "eval_runtime": 148.1641,
710
+ "eval_samples_per_second": 4.907,
711
+ "eval_steps_per_second": 1.228,
712
+ "step": 900
713
+ },
714
+ {
715
+ "epoch": 1.0820939916716241,
716
+ "grad_norm": 2.1860005855560303,
717
+ "learning_rate": 0.00013052972098665587,
718
+ "loss": 0.25303189754486083,
719
+ "step": 910
720
+ },
721
+ {
722
+ "epoch": 1.0939916716240332,
723
+ "grad_norm": 2.427250385284424,
724
+ "learning_rate": 0.00012972098665588354,
725
+ "loss": 0.2357541799545288,
726
+ "step": 920
727
+ },
728
+ {
729
+ "epoch": 1.1058893515764425,
730
+ "grad_norm": 1.33892822265625,
731
+ "learning_rate": 0.0001289122523251112,
732
+ "loss": 0.16873008012771606,
733
+ "step": 930
734
+ },
735
+ {
736
+ "epoch": 1.1177870315288518,
737
+ "grad_norm": 2.110456705093384,
738
+ "learning_rate": 0.00012810351799433887,
739
+ "loss": 0.2664030075073242,
740
+ "step": 940
741
+ },
742
+ {
743
+ "epoch": 1.1296847114812612,
744
+ "grad_norm": 0.4718581736087799,
745
+ "learning_rate": 0.00012729478366356654,
746
+ "loss": 0.17133421897888185,
747
+ "step": 950
748
+ },
749
+ {
750
+ "epoch": 1.1415823914336705,
751
+ "grad_norm": 0.6589707136154175,
752
+ "learning_rate": 0.00012648604933279418,
753
+ "loss": 0.2367629051208496,
754
+ "step": 960
755
+ },
756
+ {
757
+ "epoch": 1.1534800713860798,
758
+ "grad_norm": 0.6303382515907288,
759
+ "learning_rate": 0.00012567731500202185,
760
+ "loss": 0.30923507213592527,
761
+ "step": 970
762
+ },
763
+ {
764
+ "epoch": 1.165377751338489,
765
+ "grad_norm": 1.6443407535552979,
766
+ "learning_rate": 0.00012486858067124948,
767
+ "loss": 0.23930892944335938,
768
+ "step": 980
769
+ },
770
+ {
771
+ "epoch": 1.1772754312908982,
772
+ "grad_norm": 2.7950127124786377,
773
+ "learning_rate": 0.00012405984634047715,
774
+ "loss": 0.24230880737304689,
775
+ "step": 990
776
+ },
777
+ {
778
+ "epoch": 1.1891731112433075,
779
+ "grad_norm": 2.755117177963257,
780
+ "learning_rate": 0.00012325111200970482,
781
+ "loss": 0.2482537269592285,
782
+ "step": 1000
783
+ },
784
+ {
785
+ "epoch": 1.1891731112433075,
786
+ "eval_loss": 0.6479437351226807,
787
+ "eval_runtime": 142.6808,
788
+ "eval_samples_per_second": 5.095,
789
+ "eval_steps_per_second": 1.276,
790
+ "step": 1000
791
+ },
792
+ {
793
+ "epoch": 1.2010707911957168,
794
+ "grad_norm": 1.0761902332305908,
795
+ "learning_rate": 0.00012244237767893248,
796
+ "loss": 0.18213424682617188,
797
+ "step": 1010
798
+ },
799
+ {
800
+ "epoch": 1.2129684711481261,
801
+ "grad_norm": 0.399354487657547,
802
+ "learning_rate": 0.00012163364334816014,
803
+ "loss": 0.2177332878112793,
804
+ "step": 1020
805
+ },
806
+ {
807
+ "epoch": 1.2248661511005354,
808
+ "grad_norm": 0.5789953470230103,
809
+ "learning_rate": 0.00012082490901738779,
810
+ "loss": 0.2425436019897461,
811
+ "step": 1030
812
+ },
813
+ {
814
+ "epoch": 1.2367638310529447,
815
+ "grad_norm": 1.1803412437438965,
816
+ "learning_rate": 0.00012001617468661546,
817
+ "loss": 0.23786463737487792,
818
+ "step": 1040
819
+ },
820
+ {
821
+ "epoch": 1.248661511005354,
822
+ "grad_norm": 2.5271270275115967,
823
+ "learning_rate": 0.0001192074403558431,
824
+ "loss": 0.23577113151550294,
825
+ "step": 1050
826
+ },
827
+ {
828
+ "epoch": 1.2605591909577631,
829
+ "grad_norm": 1.0553990602493286,
830
+ "learning_rate": 0.00011839870602507078,
831
+ "loss": 0.22944607734680175,
832
+ "step": 1060
833
+ },
834
+ {
835
+ "epoch": 1.2724568709101725,
836
+ "grad_norm": 0.8833849430084229,
837
+ "learning_rate": 0.00011758997169429842,
838
+ "loss": 0.2348541498184204,
839
+ "step": 1070
840
+ },
841
+ {
842
+ "epoch": 1.2843545508625818,
843
+ "grad_norm": 0.5712324976921082,
844
+ "learning_rate": 0.00011678123736352608,
845
+ "loss": 0.23939337730407714,
846
+ "step": 1080
847
+ },
848
+ {
849
+ "epoch": 1.296252230814991,
850
+ "grad_norm": 1.1101552248001099,
851
+ "learning_rate": 0.00011597250303275375,
852
+ "loss": 0.1721956491470337,
853
+ "step": 1090
854
+ },
855
+ {
856
+ "epoch": 1.3081499107674004,
857
+ "grad_norm": 2.259507894515991,
858
+ "learning_rate": 0.0001151637687019814,
859
+ "loss": 0.2358708143234253,
860
+ "step": 1100
861
+ },
862
+ {
863
+ "epoch": 1.3081499107674004,
864
+ "eval_loss": 0.6394524574279785,
865
+ "eval_runtime": 142.3401,
866
+ "eval_samples_per_second": 5.107,
867
+ "eval_steps_per_second": 1.279,
868
+ "step": 1100
869
+ },
870
+ {
871
+ "epoch": 1.3200475907198097,
872
+ "grad_norm": 1.9693511724472046,
873
+ "learning_rate": 0.00011435503437120907,
874
+ "loss": 0.2196721076965332,
875
+ "step": 1110
876
+ },
877
+ {
878
+ "epoch": 1.331945270672219,
879
+ "grad_norm": 0.4268541634082794,
880
+ "learning_rate": 0.00011354630004043671,
881
+ "loss": 0.13150120973587037,
882
+ "step": 1120
883
+ },
884
+ {
885
+ "epoch": 1.3438429506246283,
886
+ "grad_norm": 2.330213785171509,
887
+ "learning_rate": 0.00011273756570966438,
888
+ "loss": 0.21918668746948242,
889
+ "step": 1130
890
+ },
891
+ {
892
+ "epoch": 1.3557406305770374,
893
+ "grad_norm": 0.5232792496681213,
894
+ "learning_rate": 0.00011192883137889203,
895
+ "loss": 0.28672659397125244,
896
+ "step": 1140
897
+ },
898
+ {
899
+ "epoch": 1.3676383105294467,
900
+ "grad_norm": 0.7693712115287781,
901
+ "learning_rate": 0.0001111200970481197,
902
+ "loss": 0.13414368629455567,
903
+ "step": 1150
904
+ },
905
+ {
906
+ "epoch": 1.379535990481856,
907
+ "grad_norm": 2.319396734237671,
908
+ "learning_rate": 0.00011031136271734736,
909
+ "loss": 0.2267531394958496,
910
+ "step": 1160
911
+ },
912
+ {
913
+ "epoch": 1.3914336704342654,
914
+ "grad_norm": 0.5921527743339539,
915
+ "learning_rate": 0.00010950262838657502,
916
+ "loss": 0.25402560234069826,
917
+ "step": 1170
918
+ },
919
+ {
920
+ "epoch": 1.4033313503866747,
921
+ "grad_norm": 2.0321357250213623,
922
+ "learning_rate": 0.00010869389405580268,
923
+ "loss": 0.25376124382019044,
924
+ "step": 1180
925
+ },
926
+ {
927
+ "epoch": 1.4152290303390838,
928
+ "grad_norm": 0.38882723450660706,
929
+ "learning_rate": 0.00010788515972503032,
930
+ "loss": 0.22503962516784667,
931
+ "step": 1190
932
+ },
933
+ {
934
+ "epoch": 1.427126710291493,
935
+ "grad_norm": 1.3018765449523926,
936
+ "learning_rate": 0.00010707642539425799,
937
+ "loss": 0.2776267290115356,
938
+ "step": 1200
939
+ },
940
+ {
941
+ "epoch": 1.427126710291493,
942
+ "eval_loss": 0.6352964043617249,
943
+ "eval_runtime": 142.7248,
944
+ "eval_samples_per_second": 5.094,
945
+ "eval_steps_per_second": 1.275,
946
+ "step": 1200
947
+ },
948
+ {
949
+ "epoch": 1.4390243902439024,
950
+ "grad_norm": 1.2818971872329712,
951
+ "learning_rate": 0.00010626769106348564,
952
+ "loss": 0.2819439172744751,
953
+ "step": 1210
954
+ },
955
+ {
956
+ "epoch": 1.4509220701963117,
957
+ "grad_norm": 2.7062032222747803,
958
+ "learning_rate": 0.00010545895673271331,
959
+ "loss": 0.27474424839019773,
960
+ "step": 1220
961
+ },
962
+ {
963
+ "epoch": 1.462819750148721,
964
+ "grad_norm": 1.595563530921936,
965
+ "learning_rate": 0.00010465022240194098,
966
+ "loss": 0.2381807565689087,
967
+ "step": 1230
968
+ },
969
+ {
970
+ "epoch": 1.4747174301011303,
971
+ "grad_norm": 2.4552483558654785,
972
+ "learning_rate": 0.00010384148807116863,
973
+ "loss": 0.20328295230865479,
974
+ "step": 1240
975
+ },
976
+ {
977
+ "epoch": 1.4866151100535396,
978
+ "grad_norm": 0.7772732973098755,
979
+ "learning_rate": 0.0001030327537403963,
980
+ "loss": 0.36213810443878175,
981
+ "step": 1250
982
+ },
983
+ {
984
+ "epoch": 1.498512790005949,
985
+ "grad_norm": 0.5157018899917603,
986
+ "learning_rate": 0.00010222401940962393,
987
+ "loss": 0.2579164505004883,
988
+ "step": 1260
989
+ },
990
+ {
991
+ "epoch": 1.5104104699583583,
992
+ "grad_norm": 0.9393762946128845,
993
+ "learning_rate": 0.0001014152850788516,
994
+ "loss": 0.2738668441772461,
995
+ "step": 1270
996
+ },
997
+ {
998
+ "epoch": 1.5223081499107673,
999
+ "grad_norm": 1.3828178644180298,
1000
+ "learning_rate": 0.00010060655074807925,
1001
+ "loss": 0.2687704563140869,
1002
+ "step": 1280
1003
+ },
1004
+ {
1005
+ "epoch": 1.5342058298631767,
1006
+ "grad_norm": 2.448199987411499,
1007
+ "learning_rate": 9.979781641730692e-05,
1008
+ "loss": 0.25954508781433105,
1009
+ "step": 1290
1010
+ },
1011
+ {
1012
+ "epoch": 1.546103509815586,
1013
+ "grad_norm": 0.5786930918693542,
1014
+ "learning_rate": 9.898908208653457e-05,
1015
+ "loss": 0.3727055311203003,
1016
+ "step": 1300
1017
+ },
1018
+ {
1019
+ "epoch": 1.546103509815586,
1020
+ "eval_loss": 0.6408339738845825,
1021
+ "eval_runtime": 143.0994,
1022
+ "eval_samples_per_second": 5.08,
1023
+ "eval_steps_per_second": 1.272,
1024
+ "step": 1300
1025
+ },
1026
+ {
1027
+ "epoch": 1.5580011897679953,
1028
+ "grad_norm": 0.7677634954452515,
1029
+ "learning_rate": 9.818034775576224e-05,
1030
+ "loss": 0.1762090802192688,
1031
+ "step": 1310
1032
+ },
1033
+ {
1034
+ "epoch": 1.5698988697204044,
1035
+ "grad_norm": 0.6897227764129639,
1036
+ "learning_rate": 9.73716134249899e-05,
1037
+ "loss": 0.18234789371490479,
1038
+ "step": 1320
1039
+ },
1040
+ {
1041
+ "epoch": 1.5817965496728137,
1042
+ "grad_norm": 0.4356502294540405,
1043
+ "learning_rate": 9.656287909421755e-05,
1044
+ "loss": 0.17166239023208618,
1045
+ "step": 1330
1046
+ },
1047
+ {
1048
+ "epoch": 1.593694229625223,
1049
+ "grad_norm": 0.8925612568855286,
1050
+ "learning_rate": 9.575414476344521e-05,
1051
+ "loss": 0.2909604549407959,
1052
+ "step": 1340
1053
+ },
1054
+ {
1055
+ "epoch": 1.6055919095776323,
1056
+ "grad_norm": 1.331018328666687,
1057
+ "learning_rate": 9.494541043267288e-05,
1058
+ "loss": 0.3194843292236328,
1059
+ "step": 1350
1060
+ },
1061
+ {
1062
+ "epoch": 1.6174895895300416,
1063
+ "grad_norm": 0.7012219429016113,
1064
+ "learning_rate": 9.413667610190053e-05,
1065
+ "loss": 0.23222012519836427,
1066
+ "step": 1360
1067
+ },
1068
+ {
1069
+ "epoch": 1.629387269482451,
1070
+ "grad_norm": 0.2544768154621124,
1071
+ "learning_rate": 9.332794177112819e-05,
1072
+ "loss": 0.23880724906921386,
1073
+ "step": 1370
1074
+ },
1075
+ {
1076
+ "epoch": 1.6412849494348603,
1077
+ "grad_norm": 1.3657277822494507,
1078
+ "learning_rate": 9.251920744035585e-05,
1079
+ "loss": 0.19748220443725586,
1080
+ "step": 1380
1081
+ },
1082
+ {
1083
+ "epoch": 1.6531826293872696,
1084
+ "grad_norm": 2.1993489265441895,
1085
+ "learning_rate": 9.171047310958351e-05,
1086
+ "loss": 0.30321478843688965,
1087
+ "step": 1390
1088
+ },
1089
+ {
1090
+ "epoch": 1.6650803093396789,
1091
+ "grad_norm": 0.4869902729988098,
1092
+ "learning_rate": 9.090173877881116e-05,
1093
+ "loss": 0.3128593921661377,
1094
+ "step": 1400
1095
+ },
1096
+ {
1097
+ "epoch": 1.6650803093396789,
1098
+ "eval_loss": 0.6290650367736816,
1099
+ "eval_runtime": 142.7458,
1100
+ "eval_samples_per_second": 5.093,
1101
+ "eval_steps_per_second": 1.275,
1102
+ "step": 1400
1103
+ },
1104
+ {
1105
+ "epoch": 1.6769779892920882,
1106
+ "grad_norm": 0.8744633197784424,
1107
+ "learning_rate": 9.009300444803883e-05,
1108
+ "loss": 0.20709736347198487,
1109
+ "step": 1410
1110
+ },
1111
+ {
1112
+ "epoch": 1.6888756692444973,
1113
+ "grad_norm": 0.45242759585380554,
1114
+ "learning_rate": 8.928427011726648e-05,
1115
+ "loss": 0.24040257930755615,
1116
+ "step": 1420
1117
+ },
1118
+ {
1119
+ "epoch": 1.7007733491969066,
1120
+ "grad_norm": 2.7029457092285156,
1121
+ "learning_rate": 8.847553578649415e-05,
1122
+ "loss": 0.20522713661193848,
1123
+ "step": 1430
1124
+ },
1125
+ {
1126
+ "epoch": 1.712671029149316,
1127
+ "grad_norm": 1.108100414276123,
1128
+ "learning_rate": 8.76668014557218e-05,
1129
+ "loss": 0.22306106090545655,
1130
+ "step": 1440
1131
+ },
1132
+ {
1133
+ "epoch": 1.7245687091017252,
1134
+ "grad_norm": 0.3601689636707306,
1135
+ "learning_rate": 8.685806712494947e-05,
1136
+ "loss": 0.22542276382446289,
1137
+ "step": 1450
1138
+ },
1139
+ {
1140
+ "epoch": 1.7364663890541343,
1141
+ "grad_norm": 2.1732895374298096,
1142
+ "learning_rate": 8.604933279417712e-05,
1143
+ "loss": 0.21184999942779542,
1144
+ "step": 1460
1145
+ },
1146
+ {
1147
+ "epoch": 1.7483640690065436,
1148
+ "grad_norm": 0.7454811334609985,
1149
+ "learning_rate": 8.524059846340477e-05,
1150
+ "loss": 0.16401395797729493,
1151
+ "step": 1470
1152
+ },
1153
+ {
1154
+ "epoch": 1.760261748958953,
1155
+ "grad_norm": 0.9580848217010498,
1156
+ "learning_rate": 8.443186413263243e-05,
1157
+ "loss": 0.3019646883010864,
1158
+ "step": 1480
1159
+ },
1160
+ {
1161
+ "epoch": 1.7721594289113622,
1162
+ "grad_norm": 0.49919596314430237,
1163
+ "learning_rate": 8.362312980186009e-05,
1164
+ "loss": 0.1772990345954895,
1165
+ "step": 1490
1166
+ },
1167
+ {
1168
+ "epoch": 1.7840571088637716,
1169
+ "grad_norm": 0.4589841365814209,
1170
+ "learning_rate": 8.281439547108775e-05,
1171
+ "loss": 0.2236480712890625,
1172
+ "step": 1500
1173
+ },
1174
+ {
1175
+ "epoch": 1.7840571088637716,
1176
+ "eval_loss": 0.6338388919830322,
1177
+ "eval_runtime": 142.4382,
1178
+ "eval_samples_per_second": 5.104,
1179
+ "eval_steps_per_second": 1.278,
1180
+ "step": 1500
1181
+ },
1182
+ {
1183
+ "epoch": 1.7959547888161809,
1184
+ "grad_norm": 1.2061543464660645,
1185
+ "learning_rate": 8.200566114031541e-05,
1186
+ "loss": 0.152615225315094,
1187
+ "step": 1510
1188
+ },
1189
+ {
1190
+ "epoch": 1.8078524687685902,
1191
+ "grad_norm": 0.8690841794013977,
1192
+ "learning_rate": 8.119692680954308e-05,
1193
+ "loss": 0.15312827825546266,
1194
+ "step": 1520
1195
+ },
1196
+ {
1197
+ "epoch": 1.8197501487209995,
1198
+ "grad_norm": 1.1968799829483032,
1199
+ "learning_rate": 8.038819247877073e-05,
1200
+ "loss": 0.1551919937133789,
1201
+ "step": 1530
1202
+ },
1203
+ {
1204
+ "epoch": 1.8316478286734088,
1205
+ "grad_norm": 0.5277600884437561,
1206
+ "learning_rate": 7.957945814799839e-05,
1207
+ "loss": 0.3069296360015869,
1208
+ "step": 1540
1209
+ },
1210
+ {
1211
+ "epoch": 1.8435455086258181,
1212
+ "grad_norm": 1.039868950843811,
1213
+ "learning_rate": 7.877072381722604e-05,
1214
+ "loss": 0.20282301902770997,
1215
+ "step": 1550
1216
+ },
1217
+ {
1218
+ "epoch": 1.8554431885782272,
1219
+ "grad_norm": 0.60517817735672,
1220
+ "learning_rate": 7.79619894864537e-05,
1221
+ "loss": 0.23913111686706542,
1222
+ "step": 1560
1223
+ },
1224
+ {
1225
+ "epoch": 1.8673408685306365,
1226
+ "grad_norm": 2.21573805809021,
1227
+ "learning_rate": 7.715325515568136e-05,
1228
+ "loss": 0.2257241725921631,
1229
+ "step": 1570
1230
+ },
1231
+ {
1232
+ "epoch": 1.8792385484830458,
1233
+ "grad_norm": 0.2944304645061493,
1234
+ "learning_rate": 7.634452082490901e-05,
1235
+ "loss": 0.1661970019340515,
1236
+ "step": 1580
1237
+ },
1238
+ {
1239
+ "epoch": 1.891136228435455,
1240
+ "grad_norm": 1.1983428001403809,
1241
+ "learning_rate": 7.553578649413668e-05,
1242
+ "loss": 0.2087465763092041,
1243
+ "step": 1590
1244
+ },
1245
+ {
1246
+ "epoch": 1.9030339083878642,
1247
+ "grad_norm": 0.8915425539016724,
1248
+ "learning_rate": 7.472705216336434e-05,
1249
+ "loss": 0.21896538734436036,
1250
+ "step": 1600
1251
+ },
1252
+ {
1253
+ "epoch": 1.9030339083878642,
1254
+ "eval_loss": 0.6456941962242126,
1255
+ "eval_runtime": 142.943,
1256
+ "eval_samples_per_second": 5.086,
1257
+ "eval_steps_per_second": 1.273,
1258
+ "step": 1600
1259
+ },
1260
+ {
1261
+ "epoch": 1.9149315883402735,
1262
+ "grad_norm": 2.590047836303711,
1263
+ "learning_rate": 7.3918317832592e-05,
1264
+ "loss": 0.29830474853515626,
1265
+ "step": 1610
1266
+ },
1267
+ {
1268
+ "epoch": 1.9268292682926829,
1269
+ "grad_norm": 2.7200751304626465,
1270
+ "learning_rate": 7.310958350181965e-05,
1271
+ "loss": 0.2548383712768555,
1272
+ "step": 1620
1273
+ },
1274
+ {
1275
+ "epoch": 1.9387269482450922,
1276
+ "grad_norm": 0.47415056824684143,
1277
+ "learning_rate": 7.230084917104732e-05,
1278
+ "loss": 0.17630742788314818,
1279
+ "step": 1630
1280
+ },
1281
+ {
1282
+ "epoch": 1.9506246281975015,
1283
+ "grad_norm": 0.6399453282356262,
1284
+ "learning_rate": 7.149211484027497e-05,
1285
+ "loss": 0.21350162029266356,
1286
+ "step": 1640
1287
+ },
1288
+ {
1289
+ "epoch": 1.9625223081499108,
1290
+ "grad_norm": 0.9102665781974792,
1291
+ "learning_rate": 7.068338050950262e-05,
1292
+ "loss": 0.1667860984802246,
1293
+ "step": 1650
1294
+ },
1295
+ {
1296
+ "epoch": 1.9744199881023201,
1297
+ "grad_norm": 1.439720869064331,
1298
+ "learning_rate": 6.987464617873029e-05,
1299
+ "loss": 0.15564169883728027,
1300
+ "step": 1660
1301
+ },
1302
+ {
1303
+ "epoch": 1.9863176680547294,
1304
+ "grad_norm": 1.2843844890594482,
1305
+ "learning_rate": 6.906591184795796e-05,
1306
+ "loss": 0.23316650390625,
1307
+ "step": 1670
1308
+ },
1309
+ {
1310
+ "epoch": 1.9982153480071387,
1311
+ "grad_norm": 0.7496667504310608,
1312
+ "learning_rate": 6.825717751718561e-05,
1313
+ "loss": 0.11828969717025757,
1314
+ "step": 1680
1315
+ },
1316
+ {
1317
+ "epoch": 2.0095181439619276,
1318
+ "grad_norm": 0.5547150373458862,
1319
+ "learning_rate": 6.744844318641326e-05,
1320
+ "loss": 0.1567418694496155,
1321
+ "step": 1690
1322
+ },
1323
+ {
1324
+ "epoch": 2.0214158239143365,
1325
+ "grad_norm": 1.1936298608779907,
1326
+ "learning_rate": 6.663970885564093e-05,
1327
+ "loss": 0.07190254330635071,
1328
+ "step": 1700
1329
+ },
1330
+ {
1331
+ "epoch": 2.0214158239143365,
1332
+ "eval_loss": 0.7682034373283386,
1333
+ "eval_runtime": 142.5675,
1334
+ "eval_samples_per_second": 5.099,
1335
+ "eval_steps_per_second": 1.277,
1336
+ "step": 1700
1337
+ },
1338
+ {
1339
+ "epoch": 2.033313503866746,
1340
+ "grad_norm": 0.8649502992630005,
1341
+ "learning_rate": 6.583097452486858e-05,
1342
+ "loss": 0.09684446454048157,
1343
+ "step": 1710
1344
+ },
1345
+ {
1346
+ "epoch": 2.045211183819155,
1347
+ "grad_norm": 1.6249701976776123,
1348
+ "learning_rate": 6.502224019409624e-05,
1349
+ "loss": 0.10573645830154418,
1350
+ "step": 1720
1351
+ },
1352
+ {
1353
+ "epoch": 2.0571088637715644,
1354
+ "grad_norm": 1.6712027788162231,
1355
+ "learning_rate": 6.42135058633239e-05,
1356
+ "loss": 0.06878747344017029,
1357
+ "step": 1730
1358
+ },
1359
+ {
1360
+ "epoch": 2.0690065437239737,
1361
+ "grad_norm": 1.998836636543274,
1362
+ "learning_rate": 6.340477153255156e-05,
1363
+ "loss": 0.09289296865463256,
1364
+ "step": 1740
1365
+ },
1366
+ {
1367
+ "epoch": 2.080904223676383,
1368
+ "grad_norm": 2.0230648517608643,
1369
+ "learning_rate": 6.259603720177922e-05,
1370
+ "loss": 0.08702811002731323,
1371
+ "step": 1750
1372
+ },
1373
+ {
1374
+ "epoch": 2.0928019036287924,
1375
+ "grad_norm": 0.6234531998634338,
1376
+ "learning_rate": 6.178730287100688e-05,
1377
+ "loss": 0.09178865551948548,
1378
+ "step": 1760
1379
+ },
1380
+ {
1381
+ "epoch": 2.1046995835812017,
1382
+ "grad_norm": 1.0890167951583862,
1383
+ "learning_rate": 6.0978568540234536e-05,
1384
+ "loss": 0.07926965951919555,
1385
+ "step": 1770
1386
+ },
1387
+ {
1388
+ "epoch": 2.116597263533611,
1389
+ "grad_norm": 0.565838634967804,
1390
+ "learning_rate": 6.0169834209462196e-05,
1391
+ "loss": 0.06830034255981446,
1392
+ "step": 1780
1393
+ },
1394
+ {
1395
+ "epoch": 2.1284949434860203,
1396
+ "grad_norm": 0.24224597215652466,
1397
+ "learning_rate": 5.936109987868985e-05,
1398
+ "loss": 0.0387349396944046,
1399
+ "step": 1790
1400
+ },
1401
+ {
1402
+ "epoch": 2.1403926234384296,
1403
+ "grad_norm": 0.6451993584632874,
1404
+ "learning_rate": 5.855236554791751e-05,
1405
+ "loss": 0.08081170320510864,
1406
+ "step": 1800
1407
+ },
1408
+ {
1409
+ "epoch": 2.1403926234384296,
1410
+ "eval_loss": 0.7727965712547302,
1411
+ "eval_runtime": 142.002,
1412
+ "eval_samples_per_second": 5.12,
1413
+ "eval_steps_per_second": 1.282,
1414
+ "step": 1800
1415
+ },
1416
+ {
1417
+ "epoch": 2.152290303390839,
1418
+ "grad_norm": 1.7233307361602783,
1419
+ "learning_rate": 5.774363121714517e-05,
1420
+ "loss": 0.11144195795059204,
1421
+ "step": 1810
1422
+ },
1423
+ {
1424
+ "epoch": 2.1641879833432482,
1425
+ "grad_norm": 0.2479274868965149,
1426
+ "learning_rate": 5.693489688637282e-05,
1427
+ "loss": 0.08321853876113891,
1428
+ "step": 1820
1429
+ },
1430
+ {
1431
+ "epoch": 2.176085663295657,
1432
+ "grad_norm": 0.47092318534851074,
1433
+ "learning_rate": 5.6126162555600495e-05,
1434
+ "loss": 0.07725490927696228,
1435
+ "step": 1830
1436
+ },
1437
+ {
1438
+ "epoch": 2.1879833432480664,
1439
+ "grad_norm": 0.8377601504325867,
1440
+ "learning_rate": 5.531742822482815e-05,
1441
+ "loss": 0.07388485074043274,
1442
+ "step": 1840
1443
+ },
1444
+ {
1445
+ "epoch": 2.1998810232004757,
1446
+ "grad_norm": 0.6015790700912476,
1447
+ "learning_rate": 5.450869389405581e-05,
1448
+ "loss": 0.07375617027282715,
1449
+ "step": 1850
1450
+ },
1451
+ {
1452
+ "epoch": 2.211778703152885,
1453
+ "grad_norm": 0.4269079864025116,
1454
+ "learning_rate": 5.369995956328346e-05,
1455
+ "loss": 0.06217494010925293,
1456
+ "step": 1860
1457
+ },
1458
+ {
1459
+ "epoch": 2.2236763831052944,
1460
+ "grad_norm": 0.6257069110870361,
1461
+ "learning_rate": 5.289122523251112e-05,
1462
+ "loss": 0.06257326006889344,
1463
+ "step": 1870
1464
+ },
1465
+ {
1466
+ "epoch": 2.2355740630577037,
1467
+ "grad_norm": 0.5031505823135376,
1468
+ "learning_rate": 5.208249090173878e-05,
1469
+ "loss": 0.05843117833137512,
1470
+ "step": 1880
1471
+ },
1472
+ {
1473
+ "epoch": 2.247471743010113,
1474
+ "grad_norm": 1.6474521160125732,
1475
+ "learning_rate": 5.1273756570966434e-05,
1476
+ "loss": 0.09191031455993652,
1477
+ "step": 1890
1478
+ },
1479
+ {
1480
+ "epoch": 2.2593694229625223,
1481
+ "grad_norm": 3.4019672870635986,
1482
+ "learning_rate": 5.04650222401941e-05,
1483
+ "loss": 0.0880321979522705,
1484
+ "step": 1900
1485
+ },
1486
+ {
1487
+ "epoch": 2.2593694229625223,
1488
+ "eval_loss": 0.7820757627487183,
1489
+ "eval_runtime": 144.3502,
1490
+ "eval_samples_per_second": 5.036,
1491
+ "eval_steps_per_second": 1.261,
1492
+ "step": 1900
1493
+ },
1494
+ {
1495
+ "epoch": 2.2712671029149316,
1496
+ "grad_norm": 1.2383092641830444,
1497
+ "learning_rate": 4.9656287909421754e-05,
1498
+ "loss": 0.05248329639434814,
1499
+ "step": 1910
1500
+ },
1501
+ {
1502
+ "epoch": 2.283164782867341,
1503
+ "grad_norm": 0.3616305887699127,
1504
+ "learning_rate": 4.884755357864942e-05,
1505
+ "loss": 0.09794200658798217,
1506
+ "step": 1920
1507
+ },
1508
+ {
1509
+ "epoch": 2.2950624628197502,
1510
+ "grad_norm": 1.8042008876800537,
1511
+ "learning_rate": 4.8038819247877074e-05,
1512
+ "loss": 0.08606679439544677,
1513
+ "step": 1930
1514
+ },
1515
+ {
1516
+ "epoch": 2.3069601427721595,
1517
+ "grad_norm": 1.1796011924743652,
1518
+ "learning_rate": 4.7230084917104734e-05,
1519
+ "loss": 0.06636201143264771,
1520
+ "step": 1940
1521
+ },
1522
+ {
1523
+ "epoch": 2.318857822724569,
1524
+ "grad_norm": 2.172945499420166,
1525
+ "learning_rate": 4.6421350586332394e-05,
1526
+ "loss": 0.08974570631980897,
1527
+ "step": 1950
1528
+ },
1529
+ {
1530
+ "epoch": 2.330755502676978,
1531
+ "grad_norm": 0.9927220940589905,
1532
+ "learning_rate": 4.5612616255560053e-05,
1533
+ "loss": 0.06555870771408082,
1534
+ "step": 1960
1535
+ },
1536
+ {
1537
+ "epoch": 2.3426531826293875,
1538
+ "grad_norm": 0.7290642261505127,
1539
+ "learning_rate": 4.480388192478771e-05,
1540
+ "loss": 0.08729156255722045,
1541
+ "step": 1970
1542
+ },
1543
+ {
1544
+ "epoch": 2.3545508625817964,
1545
+ "grad_norm": 1.645143985748291,
1546
+ "learning_rate": 4.3995147594015366e-05,
1547
+ "loss": 0.06546041369438171,
1548
+ "step": 1980
1549
+ },
1550
+ {
1551
+ "epoch": 2.3664485425342057,
1552
+ "grad_norm": 0.5619677305221558,
1553
+ "learning_rate": 4.3186413263243026e-05,
1554
+ "loss": 0.09512026906013489,
1555
+ "step": 1990
1556
+ },
1557
+ {
1558
+ "epoch": 2.378346222486615,
1559
+ "grad_norm": 0.5704317092895508,
1560
+ "learning_rate": 4.2377678932470686e-05,
1561
+ "loss": 0.07127516269683838,
1562
+ "step": 2000
1563
+ },
1564
+ {
1565
+ "epoch": 2.378346222486615,
1566
+ "eval_loss": 0.7547894716262817,
1567
+ "eval_runtime": 143.1861,
1568
+ "eval_samples_per_second": 5.077,
1569
+ "eval_steps_per_second": 1.271,
1570
+ "step": 2000
1571
+ },
1572
+ {
1573
+ "epoch": 2.3902439024390243,
1574
+ "grad_norm": 1.551915168762207,
1575
+ "learning_rate": 4.1568944601698346e-05,
1576
+ "loss": 0.06869585514068603,
1577
+ "step": 2010
1578
+ },
1579
+ {
1580
+ "epoch": 2.4021415823914336,
1581
+ "grad_norm": 0.6017701625823975,
1582
+ "learning_rate": 4.0760210270926e-05,
1583
+ "loss": 0.05127396583557129,
1584
+ "step": 2020
1585
+ },
1586
+ {
1587
+ "epoch": 2.414039262343843,
1588
+ "grad_norm": 1.9110032320022583,
1589
+ "learning_rate": 3.995147594015366e-05,
1590
+ "loss": 0.08966401219367981,
1591
+ "step": 2030
1592
+ },
1593
+ {
1594
+ "epoch": 2.4259369422962522,
1595
+ "grad_norm": 1.0562331676483154,
1596
+ "learning_rate": 3.9142741609381326e-05,
1597
+ "loss": 0.0738204300403595,
1598
+ "step": 2040
1599
+ },
1600
+ {
1601
+ "epoch": 2.4378346222486615,
1602
+ "grad_norm": 1.9895752668380737,
1603
+ "learning_rate": 3.833400727860898e-05,
1604
+ "loss": 0.08233752250671386,
1605
+ "step": 2050
1606
+ },
1607
+ {
1608
+ "epoch": 2.449732302201071,
1609
+ "grad_norm": 0.5100411176681519,
1610
+ "learning_rate": 3.752527294783664e-05,
1611
+ "loss": 0.052586525678634644,
1612
+ "step": 2060
1613
+ },
1614
+ {
1615
+ "epoch": 2.46162998215348,
1616
+ "grad_norm": 0.27714085578918457,
1617
+ "learning_rate": 3.671653861706429e-05,
1618
+ "loss": 0.044759953022003175,
1619
+ "step": 2070
1620
+ },
1621
+ {
1622
+ "epoch": 2.4735276621058895,
1623
+ "grad_norm": 0.4177452027797699,
1624
+ "learning_rate": 3.590780428629196e-05,
1625
+ "loss": 0.056336909532547,
1626
+ "step": 2080
1627
+ },
1628
+ {
1629
+ "epoch": 2.485425342058299,
1630
+ "grad_norm": 1.0737571716308594,
1631
+ "learning_rate": 3.509906995551961e-05,
1632
+ "loss": 0.03993419706821442,
1633
+ "step": 2090
1634
+ },
1635
+ {
1636
+ "epoch": 2.497323022010708,
1637
+ "grad_norm": 0.2551257312297821,
1638
+ "learning_rate": 3.429033562474727e-05,
1639
+ "loss": 0.06233363747596741,
1640
+ "step": 2100
1641
+ },
1642
+ {
1643
+ "epoch": 2.497323022010708,
1644
+ "eval_loss": 0.7822292447090149,
1645
+ "eval_runtime": 151.9581,
1646
+ "eval_samples_per_second": 4.784,
1647
+ "eval_steps_per_second": 1.198,
1648
+ "step": 2100
1649
+ }
1650
+ ],
1651
+ "logging_steps": 10,
1652
+ "max_steps": 2523,
1653
+ "num_input_tokens_seen": 0,
1654
+ "num_train_epochs": 3,
1655
+ "save_steps": 100,
1656
+ "stateful_callbacks": {
1657
+ "TrainerControl": {
1658
+ "args": {
1659
+ "should_epoch_stop": false,
1660
+ "should_evaluate": false,
1661
+ "should_log": false,
1662
+ "should_save": true,
1663
+ "should_training_stop": false
1664
+ },
1665
+ "attributes": {}
1666
+ }
1667
+ },
1668
+ "total_flos": 1.2873841999724052e+18,
1669
+ "train_batch_size": 2,
1670
+ "trial_name": null,
1671
+ "trial_params": null
1672
+ }
checkpoint-2100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47abdcb2d959c9b661bff96e3d57dc8b08d6ada3c77f1465a0ab8cd65cc50264
3
+ size 5368
checkpoint-2200/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/Qwen2.5-Coder-7B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/Qwen2.5-Coder-7B-Instruct
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ ---
13
+
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Results
136
+
137
+ [More Information Needed]
138
+
139
+ #### Summary
140
+
141
+
142
+
143
+ ## Model Examination [optional]
144
+
145
+ <!-- Relevant interpretability work for the model goes here -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## Environmental Impact
150
+
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
+
153
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
154
+
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
+
161
+ ## Technical Specifications [optional]
162
+
163
+ ### Model Architecture and Objective
164
+
165
+ [More Information Needed]
166
+
167
+ ### Compute Infrastructure
168
+
169
+ [More Information Needed]
170
+
171
+ #### Hardware
172
+
173
+ [More Information Needed]
174
+
175
+ #### Software
176
+
177
+ [More Information Needed]
178
+
179
+ ## Citation [optional]
180
+
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
+
183
+ **BibTeX:**
184
+
185
+ [More Information Needed]
186
+
187
+ **APA:**
188
+
189
+ [More Information Needed]
190
+
191
+ ## Glossary [optional]
192
+
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## More Information [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Authors [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Contact
206
+
207
+ [More Information Needed]
208
+ ### Framework versions
209
+
210
+ - PEFT 0.18.1