taguser commited on
Commit
a348577
·
verified ·
1 Parent(s): 655f13d

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +62 -0
  2. adapter_config.json +39 -0
  3. added_tokens.json +24 -0
  4. all_results.json +8 -0
  5. card.json +24 -0
  6. checkpoint-1099/README.md +202 -0
  7. checkpoint-1099/adapter_config.json +39 -0
  8. checkpoint-1099/added_tokens.json +24 -0
  9. checkpoint-1099/merges.txt +0 -0
  10. checkpoint-1099/special_tokens_map.json +31 -0
  11. checkpoint-1099/tokenizer_config.json +209 -0
  12. checkpoint-1099/trainer_state.json +1567 -0
  13. checkpoint-1099/vocab.json +0 -0
  14. checkpoint-1256/README.md +202 -0
  15. checkpoint-1256/adapter_config.json +39 -0
  16. checkpoint-1256/added_tokens.json +24 -0
  17. checkpoint-1256/merges.txt +0 -0
  18. checkpoint-1256/special_tokens_map.json +31 -0
  19. checkpoint-1256/tokenizer_config.json +209 -0
  20. checkpoint-1256/trainer_state.json +1791 -0
  21. checkpoint-1256/vocab.json +0 -0
  22. checkpoint-157/README.md +202 -0
  23. checkpoint-157/adapter_config.json +39 -0
  24. checkpoint-157/added_tokens.json +24 -0
  25. checkpoint-157/merges.txt +0 -0
  26. checkpoint-157/special_tokens_map.json +31 -0
  27. checkpoint-157/tokenizer_config.json +209 -0
  28. checkpoint-157/trainer_state.json +251 -0
  29. checkpoint-157/vocab.json +0 -0
  30. checkpoint-314/README.md +202 -0
  31. checkpoint-314/adapter_config.json +39 -0
  32. checkpoint-314/added_tokens.json +24 -0
  33. checkpoint-314/merges.txt +0 -0
  34. checkpoint-314/special_tokens_map.json +31 -0
  35. checkpoint-314/tokenizer_config.json +209 -0
  36. checkpoint-314/trainer_state.json +468 -0
  37. checkpoint-314/vocab.json +0 -0
  38. checkpoint-471/README.md +202 -0
  39. checkpoint-471/adapter_config.json +39 -0
  40. checkpoint-471/merges.txt +0 -0
  41. checkpoint-471/tokenizer_config.json +209 -0
  42. checkpoint-471/trainer_state.json +692 -0
  43. checkpoint-471/vocab.json +0 -0
  44. checkpoint-628/README.md +202 -0
  45. checkpoint-628/adapter_config.json +39 -0
  46. checkpoint-628/added_tokens.json +24 -0
  47. checkpoint-628/merges.txt +0 -0
  48. checkpoint-628/special_tokens_map.json +31 -0
  49. checkpoint-628/tokenizer_config.json +209 -0
  50. checkpoint-628/trainer_state.json +909 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: other
4
+ base_model: Qwen/Qwen2.5-Coder-14B-Instruct
5
+ tags:
6
+ - llama-factory
7
+ - lora
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: test
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # test
18
+
19
+ This model is a fine-tuned version of [Qwen/Qwen2.5-Coder-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-14B-Instruct) on the parsed_data dataset.
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 5e-05
39
+ - train_batch_size: 1
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - distributed_type: multi-GPU
43
+ - num_devices: 2
44
+ - gradient_accumulation_steps: 4
45
+ - total_train_batch_size: 8
46
+ - total_eval_batch_size: 16
47
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
+ - lr_scheduler_type: cosine
49
+ - lr_scheduler_warmup_ratio: 0.1
50
+ - num_epochs: 8
51
+
52
+ ### Training results
53
+
54
+
55
+
56
+ ### Framework versions
57
+
58
+ - PEFT 0.15.0
59
+ - Transformers 4.50.0
60
+ - Pytorch 2.6.0+cu124
61
+ - Datasets 3.4.1
62
+ - Tokenizers 0.21.0
adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-14B-Instruct",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.1,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 8,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "k_proj",
28
+ "q_proj",
29
+ "down_proj",
30
+ "up_proj",
31
+ "o_proj",
32
+ "v_proj",
33
+ "gate_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 7.9523809523809526,
3
+ "total_flos": 2.698353498390528e+16,
4
+ "train_loss": 0.720484851841714,
5
+ "train_runtime": 3774.6002,
6
+ "train_samples_per_second": 2.67,
7
+ "train_steps_per_second": 0.333
8
+ }
card.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "openshift-microshift-epoch8-2025-Apr-06",
3
+ "base_model": "Qwen/Qwen2.5-Coder-14B-Instruct" ,
4
+ "context_length": 8192,
5
+ "model_type": "qwen",
6
+ "quantized": "true",
7
+ "finetune_steps": [
8
+ {
9
+ "base_model": "Qwen/Qwen2.5-Coder-14B-Instruct",
10
+ "step": 2,
11
+ "data": "parsed_data",
12
+ "epochs": "8",
13
+ "batch_size": "8",
14
+ "dataset_size": "1260",
15
+ "num_tests": ""
16
+ }
17
+ ],
18
+ "project": "openshift/microshift",
19
+ "prompt_template": {
20
+ "user_tag": "<|start_header_id|>user<|end_header_id|>",
21
+ "end_tag": "<|eot_id|>",
22
+ "assistant_tag": "<|start_header_id|>assistant<|end_header_id|>"
23
+ }
24
+ }
checkpoint-1099/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Coder-14B-Instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.15.0
checkpoint-1099/adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-14B-Instruct",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.1,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 8,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "k_proj",
28
+ "q_proj",
29
+ "down_proj",
30
+ "up_proj",
31
+ "o_proj",
32
+ "v_proj",
33
+ "gate_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
checkpoint-1099/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
checkpoint-1099/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1099/special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
checkpoint-1099/tokenizer_config.json ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\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>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\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\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|im_end|>",
201
+ "errors": "replace",
202
+ "extra_special_tokens": {},
203
+ "model_max_length": 32768,
204
+ "pad_token": "<|endoftext|>",
205
+ "padding_side": "right",
206
+ "split_special_tokens": false,
207
+ "tokenizer_class": "Qwen2Tokenizer",
208
+ "unk_token": null
209
+ }
checkpoint-1099/trainer_state.json ADDED
@@ -0,0 +1,1567 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 6.958730158730159,
6
+ "eval_steps": 500,
7
+ "global_step": 1099,
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.031746031746031744,
14
+ "grad_norm": 0.557715117931366,
15
+ "learning_rate": 1.984126984126984e-06,
16
+ "loss": 3.7156,
17
+ "step": 5
18
+ },
19
+ {
20
+ "epoch": 0.06349206349206349,
21
+ "grad_norm": 0.6210838556289673,
22
+ "learning_rate": 3.968253968253968e-06,
23
+ "loss": 3.9392,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.09523809523809523,
28
+ "grad_norm": 0.574651837348938,
29
+ "learning_rate": 5.9523809523809525e-06,
30
+ "loss": 3.9172,
31
+ "step": 15
32
+ },
33
+ {
34
+ "epoch": 0.12698412698412698,
35
+ "grad_norm": 0.49391403794288635,
36
+ "learning_rate": 7.936507936507936e-06,
37
+ "loss": 3.7298,
38
+ "step": 20
39
+ },
40
+ {
41
+ "epoch": 0.15873015873015872,
42
+ "grad_norm": 0.6184353232383728,
43
+ "learning_rate": 9.92063492063492e-06,
44
+ "loss": 3.8158,
45
+ "step": 25
46
+ },
47
+ {
48
+ "epoch": 0.19047619047619047,
49
+ "grad_norm": 0.880232572555542,
50
+ "learning_rate": 1.1904761904761905e-05,
51
+ "loss": 3.7316,
52
+ "step": 30
53
+ },
54
+ {
55
+ "epoch": 0.2222222222222222,
56
+ "grad_norm": 0.7022971510887146,
57
+ "learning_rate": 1.388888888888889e-05,
58
+ "loss": 3.8494,
59
+ "step": 35
60
+ },
61
+ {
62
+ "epoch": 0.25396825396825395,
63
+ "grad_norm": 0.8043017387390137,
64
+ "learning_rate": 1.5873015873015872e-05,
65
+ "loss": 3.8021,
66
+ "step": 40
67
+ },
68
+ {
69
+ "epoch": 0.2857142857142857,
70
+ "grad_norm": 0.975318431854248,
71
+ "learning_rate": 1.785714285714286e-05,
72
+ "loss": 3.5457,
73
+ "step": 45
74
+ },
75
+ {
76
+ "epoch": 0.31746031746031744,
77
+ "grad_norm": 0.9920660853385925,
78
+ "learning_rate": 1.984126984126984e-05,
79
+ "loss": 3.6339,
80
+ "step": 50
81
+ },
82
+ {
83
+ "epoch": 0.3492063492063492,
84
+ "grad_norm": 1.0266857147216797,
85
+ "learning_rate": 2.1825396825396827e-05,
86
+ "loss": 3.3562,
87
+ "step": 55
88
+ },
89
+ {
90
+ "epoch": 0.38095238095238093,
91
+ "grad_norm": 1.0816854238510132,
92
+ "learning_rate": 2.380952380952381e-05,
93
+ "loss": 3.0271,
94
+ "step": 60
95
+ },
96
+ {
97
+ "epoch": 0.4126984126984127,
98
+ "grad_norm": 0.9915212988853455,
99
+ "learning_rate": 2.5793650793650796e-05,
100
+ "loss": 2.5454,
101
+ "step": 65
102
+ },
103
+ {
104
+ "epoch": 0.4444444444444444,
105
+ "grad_norm": 1.2306663990020752,
106
+ "learning_rate": 2.777777777777778e-05,
107
+ "loss": 2.4261,
108
+ "step": 70
109
+ },
110
+ {
111
+ "epoch": 0.47619047619047616,
112
+ "grad_norm": 1.2502392530441284,
113
+ "learning_rate": 2.9761904761904762e-05,
114
+ "loss": 2.0371,
115
+ "step": 75
116
+ },
117
+ {
118
+ "epoch": 0.5079365079365079,
119
+ "grad_norm": 1.5857068300247192,
120
+ "learning_rate": 3.1746031746031745e-05,
121
+ "loss": 1.9495,
122
+ "step": 80
123
+ },
124
+ {
125
+ "epoch": 0.5396825396825397,
126
+ "grad_norm": 1.2740144729614258,
127
+ "learning_rate": 3.3730158730158734e-05,
128
+ "loss": 1.8084,
129
+ "step": 85
130
+ },
131
+ {
132
+ "epoch": 0.5714285714285714,
133
+ "grad_norm": 1.813217043876648,
134
+ "learning_rate": 3.571428571428572e-05,
135
+ "loss": 1.4826,
136
+ "step": 90
137
+ },
138
+ {
139
+ "epoch": 0.6031746031746031,
140
+ "grad_norm": 1.1831731796264648,
141
+ "learning_rate": 3.76984126984127e-05,
142
+ "loss": 1.1703,
143
+ "step": 95
144
+ },
145
+ {
146
+ "epoch": 0.6349206349206349,
147
+ "grad_norm": 2.0489368438720703,
148
+ "learning_rate": 3.968253968253968e-05,
149
+ "loss": 1.2717,
150
+ "step": 100
151
+ },
152
+ {
153
+ "epoch": 0.6666666666666666,
154
+ "grad_norm": 1.4326945543289185,
155
+ "learning_rate": 4.166666666666667e-05,
156
+ "loss": 1.0786,
157
+ "step": 105
158
+ },
159
+ {
160
+ "epoch": 0.6984126984126984,
161
+ "grad_norm": 1.4672375917434692,
162
+ "learning_rate": 4.3650793650793655e-05,
163
+ "loss": 1.2461,
164
+ "step": 110
165
+ },
166
+ {
167
+ "epoch": 0.7301587301587301,
168
+ "grad_norm": 1.7501994371414185,
169
+ "learning_rate": 4.563492063492064e-05,
170
+ "loss": 1.3453,
171
+ "step": 115
172
+ },
173
+ {
174
+ "epoch": 0.7619047619047619,
175
+ "grad_norm": 1.3067994117736816,
176
+ "learning_rate": 4.761904761904762e-05,
177
+ "loss": 1.058,
178
+ "step": 120
179
+ },
180
+ {
181
+ "epoch": 0.7936507936507936,
182
+ "grad_norm": 1.3366992473602295,
183
+ "learning_rate": 4.960317460317461e-05,
184
+ "loss": 1.2212,
185
+ "step": 125
186
+ },
187
+ {
188
+ "epoch": 0.8253968253968254,
189
+ "grad_norm": 1.0570944547653198,
190
+ "learning_rate": 4.9998454146340764e-05,
191
+ "loss": 1.014,
192
+ "step": 130
193
+ },
194
+ {
195
+ "epoch": 0.8571428571428571,
196
+ "grad_norm": 1.225695252418518,
197
+ "learning_rate": 4.999217444349398e-05,
198
+ "loss": 1.2156,
199
+ "step": 135
200
+ },
201
+ {
202
+ "epoch": 0.8888888888888888,
203
+ "grad_norm": 1.4539202451705933,
204
+ "learning_rate": 4.998106548810312e-05,
205
+ "loss": 1.2021,
206
+ "step": 140
207
+ },
208
+ {
209
+ "epoch": 0.9206349206349206,
210
+ "grad_norm": 1.0543771982192993,
211
+ "learning_rate": 4.996512942675816e-05,
212
+ "loss": 0.9998,
213
+ "step": 145
214
+ },
215
+ {
216
+ "epoch": 0.9523809523809523,
217
+ "grad_norm": 1.205698013305664,
218
+ "learning_rate": 4.99443693387936e-05,
219
+ "loss": 0.8978,
220
+ "step": 150
221
+ },
222
+ {
223
+ "epoch": 0.9841269841269841,
224
+ "grad_norm": 1.279111385345459,
225
+ "learning_rate": 4.991878923569342e-05,
226
+ "loss": 1.0797,
227
+ "step": 155
228
+ },
229
+ {
230
+ "epoch": 1.0126984126984127,
231
+ "grad_norm": 1.5468761920928955,
232
+ "learning_rate": 4.9888394060315975e-05,
233
+ "loss": 1.0614,
234
+ "step": 160
235
+ },
236
+ {
237
+ "epoch": 1.0444444444444445,
238
+ "grad_norm": 1.3189973831176758,
239
+ "learning_rate": 4.9853189685938837e-05,
240
+ "loss": 0.8396,
241
+ "step": 165
242
+ },
243
+ {
244
+ "epoch": 1.0761904761904761,
245
+ "grad_norm": 1.0562372207641602,
246
+ "learning_rate": 4.981318291512396e-05,
247
+ "loss": 0.8926,
248
+ "step": 170
249
+ },
250
+ {
251
+ "epoch": 1.107936507936508,
252
+ "grad_norm": 0.9939103722572327,
253
+ "learning_rate": 4.976838147840314e-05,
254
+ "loss": 0.9728,
255
+ "step": 175
256
+ },
257
+ {
258
+ "epoch": 1.1396825396825396,
259
+ "grad_norm": 1.6342549324035645,
260
+ "learning_rate": 4.971879403278432e-05,
261
+ "loss": 0.8781,
262
+ "step": 180
263
+ },
264
+ {
265
+ "epoch": 1.1714285714285715,
266
+ "grad_norm": 1.3527770042419434,
267
+ "learning_rate": 4.966443016007873e-05,
268
+ "loss": 1.0276,
269
+ "step": 185
270
+ },
271
+ {
272
+ "epoch": 1.2031746031746031,
273
+ "grad_norm": 1.2593631744384766,
274
+ "learning_rate": 4.960530036504942e-05,
275
+ "loss": 0.9742,
276
+ "step": 190
277
+ },
278
+ {
279
+ "epoch": 1.234920634920635,
280
+ "grad_norm": 1.2724119424819946,
281
+ "learning_rate": 4.9541416073381395e-05,
282
+ "loss": 0.7572,
283
+ "step": 195
284
+ },
285
+ {
286
+ "epoch": 1.2666666666666666,
287
+ "grad_norm": 1.2241063117980957,
288
+ "learning_rate": 4.947278962947387e-05,
289
+ "loss": 0.8872,
290
+ "step": 200
291
+ },
292
+ {
293
+ "epoch": 1.2984126984126985,
294
+ "grad_norm": 1.0864907503128052,
295
+ "learning_rate": 4.9399434294054894e-05,
296
+ "loss": 0.9463,
297
+ "step": 205
298
+ },
299
+ {
300
+ "epoch": 1.33015873015873,
301
+ "grad_norm": 1.2503291368484497,
302
+ "learning_rate": 4.9321364241618994e-05,
303
+ "loss": 0.8187,
304
+ "step": 210
305
+ },
306
+ {
307
+ "epoch": 1.361904761904762,
308
+ "grad_norm": 1.2996984720230103,
309
+ "learning_rate": 4.9238594557688265e-05,
310
+ "loss": 0.9949,
311
+ "step": 215
312
+ },
313
+ {
314
+ "epoch": 1.3936507936507936,
315
+ "grad_norm": 1.2346172332763672,
316
+ "learning_rate": 4.9151141235897324e-05,
317
+ "loss": 0.8104,
318
+ "step": 220
319
+ },
320
+ {
321
+ "epoch": 1.4253968253968254,
322
+ "grad_norm": 1.3184157609939575,
323
+ "learning_rate": 4.905902117490291e-05,
324
+ "loss": 0.9109,
325
+ "step": 225
326
+ },
327
+ {
328
+ "epoch": 1.457142857142857,
329
+ "grad_norm": 1.4319523572921753,
330
+ "learning_rate": 4.89622521751185e-05,
331
+ "loss": 0.9854,
332
+ "step": 230
333
+ },
334
+ {
335
+ "epoch": 1.488888888888889,
336
+ "grad_norm": 1.458723545074463,
337
+ "learning_rate": 4.886085293527474e-05,
338
+ "loss": 0.9916,
339
+ "step": 235
340
+ },
341
+ {
342
+ "epoch": 1.5206349206349206,
343
+ "grad_norm": 1.2609443664550781,
344
+ "learning_rate": 4.8754843048806296e-05,
345
+ "loss": 0.9446,
346
+ "step": 240
347
+ },
348
+ {
349
+ "epoch": 1.5523809523809524,
350
+ "grad_norm": 1.1162338256835938,
351
+ "learning_rate": 4.864424300006579e-05,
352
+ "loss": 0.746,
353
+ "step": 245
354
+ },
355
+ {
356
+ "epoch": 1.5841269841269843,
357
+ "grad_norm": 1.4760407209396362,
358
+ "learning_rate": 4.852907416036559e-05,
359
+ "loss": 0.8856,
360
+ "step": 250
361
+ },
362
+ {
363
+ "epoch": 1.615873015873016,
364
+ "grad_norm": 1.4606406688690186,
365
+ "learning_rate": 4.8409358783848216e-05,
366
+ "loss": 0.8501,
367
+ "step": 255
368
+ },
369
+ {
370
+ "epoch": 1.6476190476190475,
371
+ "grad_norm": 1.4926954507827759,
372
+ "learning_rate": 4.828512000318617e-05,
373
+ "loss": 0.8581,
374
+ "step": 260
375
+ },
376
+ {
377
+ "epoch": 1.6793650793650794,
378
+ "grad_norm": 1.7399059534072876,
379
+ "learning_rate": 4.8156381825112006e-05,
380
+ "loss": 0.8994,
381
+ "step": 265
382
+ },
383
+ {
384
+ "epoch": 1.7111111111111112,
385
+ "grad_norm": 1.2087697982788086,
386
+ "learning_rate": 4.8023169125779466e-05,
387
+ "loss": 0.8272,
388
+ "step": 270
389
+ },
390
+ {
391
+ "epoch": 1.7428571428571429,
392
+ "grad_norm": 1.5295592546463013,
393
+ "learning_rate": 4.788550764595667e-05,
394
+ "loss": 0.8555,
395
+ "step": 275
396
+ },
397
+ {
398
+ "epoch": 1.7746031746031745,
399
+ "grad_norm": 1.6441818475723267,
400
+ "learning_rate": 4.774342398605221e-05,
401
+ "loss": 0.768,
402
+ "step": 280
403
+ },
404
+ {
405
+ "epoch": 1.8063492063492064,
406
+ "grad_norm": 1.8932971954345703,
407
+ "learning_rate": 4.759694560097513e-05,
408
+ "loss": 0.9286,
409
+ "step": 285
410
+ },
411
+ {
412
+ "epoch": 1.8380952380952382,
413
+ "grad_norm": 1.565648078918457,
414
+ "learning_rate": 4.7446100794829785e-05,
415
+ "loss": 0.7844,
416
+ "step": 290
417
+ },
418
+ {
419
+ "epoch": 1.8698412698412699,
420
+ "grad_norm": 1.4803764820098877,
421
+ "learning_rate": 4.7290918715446644e-05,
422
+ "loss": 0.9625,
423
+ "step": 295
424
+ },
425
+ {
426
+ "epoch": 1.9015873015873015,
427
+ "grad_norm": 1.2535064220428467,
428
+ "learning_rate": 4.7131429348750055e-05,
429
+ "loss": 0.7778,
430
+ "step": 300
431
+ },
432
+ {
433
+ "epoch": 1.9333333333333333,
434
+ "grad_norm": 1.4900981187820435,
435
+ "learning_rate": 4.6967663512963986e-05,
436
+ "loss": 0.6377,
437
+ "step": 305
438
+ },
439
+ {
440
+ "epoch": 1.9650793650793652,
441
+ "grad_norm": 1.5180715322494507,
442
+ "learning_rate": 4.6799652852657064e-05,
443
+ "loss": 0.8705,
444
+ "step": 310
445
+ },
446
+ {
447
+ "epoch": 1.9968253968253968,
448
+ "grad_norm": 1.074388027191162,
449
+ "learning_rate": 4.662742983262784e-05,
450
+ "loss": 0.589,
451
+ "step": 315
452
+ },
453
+ {
454
+ "epoch": 2.0253968253968253,
455
+ "grad_norm": 1.4143909215927124,
456
+ "learning_rate": 4.64510277316316e-05,
457
+ "loss": 0.675,
458
+ "step": 320
459
+ },
460
+ {
461
+ "epoch": 2.057142857142857,
462
+ "grad_norm": 1.4869240522384644,
463
+ "learning_rate": 4.6270480635949933e-05,
464
+ "loss": 0.7768,
465
+ "step": 325
466
+ },
467
+ {
468
+ "epoch": 2.088888888888889,
469
+ "grad_norm": 1.4446533918380737,
470
+ "learning_rate": 4.6085823432804144e-05,
471
+ "loss": 0.6516,
472
+ "step": 330
473
+ },
474
+ {
475
+ "epoch": 2.1206349206349207,
476
+ "grad_norm": 1.8745191097259521,
477
+ "learning_rate": 4.589709180361403e-05,
478
+ "loss": 0.7022,
479
+ "step": 335
480
+ },
481
+ {
482
+ "epoch": 2.1523809523809523,
483
+ "grad_norm": 1.678874135017395,
484
+ "learning_rate": 4.5704322217103146e-05,
485
+ "loss": 0.7443,
486
+ "step": 340
487
+ },
488
+ {
489
+ "epoch": 2.1841269841269844,
490
+ "grad_norm": 2.3285534381866455,
491
+ "learning_rate": 4.550755192225188e-05,
492
+ "loss": 0.6574,
493
+ "step": 345
494
+ },
495
+ {
496
+ "epoch": 2.215873015873016,
497
+ "grad_norm": 1.537413239479065,
498
+ "learning_rate": 4.530681894109987e-05,
499
+ "loss": 0.6493,
500
+ "step": 350
501
+ },
502
+ {
503
+ "epoch": 2.2476190476190476,
504
+ "grad_norm": 1.8794249296188354,
505
+ "learning_rate": 4.510216206139894e-05,
506
+ "loss": 0.7287,
507
+ "step": 355
508
+ },
509
+ {
510
+ "epoch": 2.2793650793650793,
511
+ "grad_norm": 1.5752090215682983,
512
+ "learning_rate": 4.489362082911813e-05,
513
+ "loss": 0.6171,
514
+ "step": 360
515
+ },
516
+ {
517
+ "epoch": 2.311111111111111,
518
+ "grad_norm": 1.5545966625213623,
519
+ "learning_rate": 4.4681235540802216e-05,
520
+ "loss": 0.5651,
521
+ "step": 365
522
+ },
523
+ {
524
+ "epoch": 2.342857142857143,
525
+ "grad_norm": 1.6034917831420898,
526
+ "learning_rate": 4.446504723578519e-05,
527
+ "loss": 0.6758,
528
+ "step": 370
529
+ },
530
+ {
531
+ "epoch": 2.3746031746031746,
532
+ "grad_norm": 2.2822070121765137,
533
+ "learning_rate": 4.424509768826017e-05,
534
+ "loss": 0.7167,
535
+ "step": 375
536
+ },
537
+ {
538
+ "epoch": 2.4063492063492062,
539
+ "grad_norm": 1.3968263864517212,
540
+ "learning_rate": 4.4021429399207405e-05,
541
+ "loss": 0.6388,
542
+ "step": 380
543
+ },
544
+ {
545
+ "epoch": 2.4380952380952383,
546
+ "grad_norm": 2.0151493549346924,
547
+ "learning_rate": 4.3794085588181725e-05,
548
+ "loss": 0.8385,
549
+ "step": 385
550
+ },
551
+ {
552
+ "epoch": 2.46984126984127,
553
+ "grad_norm": 2.2131729125976562,
554
+ "learning_rate": 4.3563110184961235e-05,
555
+ "loss": 0.8482,
556
+ "step": 390
557
+ },
558
+ {
559
+ "epoch": 2.5015873015873016,
560
+ "grad_norm": 1.9444142580032349,
561
+ "learning_rate": 4.332854782105875e-05,
562
+ "loss": 0.7357,
563
+ "step": 395
564
+ },
565
+ {
566
+ "epoch": 2.533333333333333,
567
+ "grad_norm": 1.3676568269729614,
568
+ "learning_rate": 4.309044382109757e-05,
569
+ "loss": 0.6352,
570
+ "step": 400
571
+ },
572
+ {
573
+ "epoch": 2.565079365079365,
574
+ "grad_norm": 1.5921475887298584,
575
+ "learning_rate": 4.2848844194053455e-05,
576
+ "loss": 0.6742,
577
+ "step": 405
578
+ },
579
+ {
580
+ "epoch": 2.596825396825397,
581
+ "grad_norm": 2.04608154296875,
582
+ "learning_rate": 4.26037956243642e-05,
583
+ "loss": 0.7472,
584
+ "step": 410
585
+ },
586
+ {
587
+ "epoch": 2.6285714285714286,
588
+ "grad_norm": 1.6338012218475342,
589
+ "learning_rate": 4.235534546290883e-05,
590
+ "loss": 0.5659,
591
+ "step": 415
592
+ },
593
+ {
594
+ "epoch": 2.66031746031746,
595
+ "grad_norm": 2.2755625247955322,
596
+ "learning_rate": 4.2103541717857956e-05,
597
+ "loss": 0.6775,
598
+ "step": 420
599
+ },
600
+ {
601
+ "epoch": 2.6920634920634923,
602
+ "grad_norm": 1.8385895490646362,
603
+ "learning_rate": 4.184843304539708e-05,
604
+ "loss": 0.5902,
605
+ "step": 425
606
+ },
607
+ {
608
+ "epoch": 2.723809523809524,
609
+ "grad_norm": 2.394862174987793,
610
+ "learning_rate": 4.1590068740324806e-05,
611
+ "loss": 0.623,
612
+ "step": 430
613
+ },
614
+ {
615
+ "epoch": 2.7555555555555555,
616
+ "grad_norm": 1.9886717796325684,
617
+ "learning_rate": 4.132849872652751e-05,
618
+ "loss": 0.6361,
619
+ "step": 435
620
+ },
621
+ {
622
+ "epoch": 2.787301587301587,
623
+ "grad_norm": 2.674502372741699,
624
+ "learning_rate": 4.106377354733259e-05,
625
+ "loss": 0.6835,
626
+ "step": 440
627
+ },
628
+ {
629
+ "epoch": 2.819047619047619,
630
+ "grad_norm": 2.432657480239868,
631
+ "learning_rate": 4.079594435574186e-05,
632
+ "loss": 0.592,
633
+ "step": 445
634
+ },
635
+ {
636
+ "epoch": 2.850793650793651,
637
+ "grad_norm": 1.8935447931289673,
638
+ "learning_rate": 4.0525062904547276e-05,
639
+ "loss": 0.629,
640
+ "step": 450
641
+ },
642
+ {
643
+ "epoch": 2.8825396825396825,
644
+ "grad_norm": 2.635646343231201,
645
+ "learning_rate": 4.025118153633075e-05,
646
+ "loss": 0.7282,
647
+ "step": 455
648
+ },
649
+ {
650
+ "epoch": 2.914285714285714,
651
+ "grad_norm": 2.8444085121154785,
652
+ "learning_rate": 3.9974353173349886e-05,
653
+ "loss": 0.7106,
654
+ "step": 460
655
+ },
656
+ {
657
+ "epoch": 2.9460317460317462,
658
+ "grad_norm": 2.6861064434051514,
659
+ "learning_rate": 3.969463130731183e-05,
660
+ "loss": 0.6447,
661
+ "step": 465
662
+ },
663
+ {
664
+ "epoch": 2.977777777777778,
665
+ "grad_norm": 2.7277615070343018,
666
+ "learning_rate": 3.9412069989037015e-05,
667
+ "loss": 0.563,
668
+ "step": 470
669
+ },
670
+ {
671
+ "epoch": 3.0063492063492063,
672
+ "grad_norm": 1.8300037384033203,
673
+ "learning_rate": 3.91267238180149e-05,
674
+ "loss": 0.5555,
675
+ "step": 475
676
+ },
677
+ {
678
+ "epoch": 3.038095238095238,
679
+ "grad_norm": 2.206399917602539,
680
+ "learning_rate": 3.883864793185369e-05,
681
+ "loss": 0.4926,
682
+ "step": 480
683
+ },
684
+ {
685
+ "epoch": 3.06984126984127,
686
+ "grad_norm": 2.5881357192993164,
687
+ "learning_rate": 3.854789799562602e-05,
688
+ "loss": 0.5441,
689
+ "step": 485
690
+ },
691
+ {
692
+ "epoch": 3.1015873015873017,
693
+ "grad_norm": 2.2896475791931152,
694
+ "learning_rate": 3.825453019111281e-05,
695
+ "loss": 0.498,
696
+ "step": 490
697
+ },
698
+ {
699
+ "epoch": 3.1333333333333333,
700
+ "grad_norm": 2.622668981552124,
701
+ "learning_rate": 3.7958601205947234e-05,
702
+ "loss": 0.5055,
703
+ "step": 495
704
+ },
705
+ {
706
+ "epoch": 3.165079365079365,
707
+ "grad_norm": 3.064993381500244,
708
+ "learning_rate": 3.766016822266083e-05,
709
+ "loss": 0.5348,
710
+ "step": 500
711
+ },
712
+ {
713
+ "epoch": 3.196825396825397,
714
+ "grad_norm": 3.3422789573669434,
715
+ "learning_rate": 3.7359288907634225e-05,
716
+ "loss": 0.5869,
717
+ "step": 505
718
+ },
719
+ {
720
+ "epoch": 3.2285714285714286,
721
+ "grad_norm": 2.460176467895508,
722
+ "learning_rate": 3.705602139995416e-05,
723
+ "loss": 0.5228,
724
+ "step": 510
725
+ },
726
+ {
727
+ "epoch": 3.2603174603174603,
728
+ "grad_norm": 2.6845529079437256,
729
+ "learning_rate": 3.675042430017923e-05,
730
+ "loss": 0.4544,
731
+ "step": 515
732
+ },
733
+ {
734
+ "epoch": 3.292063492063492,
735
+ "grad_norm": 2.378709077835083,
736
+ "learning_rate": 3.6442556659016484e-05,
737
+ "loss": 0.5201,
738
+ "step": 520
739
+ },
740
+ {
741
+ "epoch": 3.323809523809524,
742
+ "grad_norm": 2.2331037521362305,
743
+ "learning_rate": 3.613247796591101e-05,
744
+ "loss": 0.4924,
745
+ "step": 525
746
+ },
747
+ {
748
+ "epoch": 3.3555555555555556,
749
+ "grad_norm": 2.702828884124756,
750
+ "learning_rate": 3.582024813755077e-05,
751
+ "loss": 0.5358,
752
+ "step": 530
753
+ },
754
+ {
755
+ "epoch": 3.3873015873015873,
756
+ "grad_norm": 2.3180782794952393,
757
+ "learning_rate": 3.550592750628885e-05,
758
+ "loss": 0.5862,
759
+ "step": 535
760
+ },
761
+ {
762
+ "epoch": 3.419047619047619,
763
+ "grad_norm": 2.6038239002227783,
764
+ "learning_rate": 3.5189576808485407e-05,
765
+ "loss": 0.5303,
766
+ "step": 540
767
+ },
768
+ {
769
+ "epoch": 3.450793650793651,
770
+ "grad_norm": 3.0068862438201904,
771
+ "learning_rate": 3.4871257172771555e-05,
772
+ "loss": 0.4848,
773
+ "step": 545
774
+ },
775
+ {
776
+ "epoch": 3.4825396825396826,
777
+ "grad_norm": 2.6912105083465576,
778
+ "learning_rate": 3.455103010823744e-05,
779
+ "loss": 0.5653,
780
+ "step": 550
781
+ },
782
+ {
783
+ "epoch": 3.5142857142857142,
784
+ "grad_norm": 3.0676960945129395,
785
+ "learning_rate": 3.422895749254677e-05,
786
+ "loss": 0.5993,
787
+ "step": 555
788
+ },
789
+ {
790
+ "epoch": 3.546031746031746,
791
+ "grad_norm": 2.376481533050537,
792
+ "learning_rate": 3.390510155998023e-05,
793
+ "loss": 0.5484,
794
+ "step": 560
795
+ },
796
+ {
797
+ "epoch": 3.5777777777777775,
798
+ "grad_norm": 2.4998154640197754,
799
+ "learning_rate": 3.357952488940984e-05,
800
+ "loss": 0.502,
801
+ "step": 565
802
+ },
803
+ {
804
+ "epoch": 3.6095238095238096,
805
+ "grad_norm": 2.900434970855713,
806
+ "learning_rate": 3.325229039220684e-05,
807
+ "loss": 0.4531,
808
+ "step": 570
809
+ },
810
+ {
811
+ "epoch": 3.641269841269841,
812
+ "grad_norm": 3.2575416564941406,
813
+ "learning_rate": 3.2923461300085305e-05,
814
+ "loss": 0.5703,
815
+ "step": 575
816
+ },
817
+ {
818
+ "epoch": 3.6730158730158733,
819
+ "grad_norm": 2.449436902999878,
820
+ "learning_rate": 3.2593101152883796e-05,
821
+ "loss": 0.5894,
822
+ "step": 580
823
+ },
824
+ {
825
+ "epoch": 3.704761904761905,
826
+ "grad_norm": 2.860034227371216,
827
+ "learning_rate": 3.226127378628756e-05,
828
+ "loss": 0.557,
829
+ "step": 585
830
+ },
831
+ {
832
+ "epoch": 3.7365079365079366,
833
+ "grad_norm": 2.4020888805389404,
834
+ "learning_rate": 3.19280433194935e-05,
835
+ "loss": 0.4805,
836
+ "step": 590
837
+ },
838
+ {
839
+ "epoch": 3.768253968253968,
840
+ "grad_norm": 2.56815767288208,
841
+ "learning_rate": 3.15934741428204e-05,
842
+ "loss": 0.5097,
843
+ "step": 595
844
+ },
845
+ {
846
+ "epoch": 3.8,
847
+ "grad_norm": 1.385717749595642,
848
+ "learning_rate": 3.1257630905266746e-05,
849
+ "loss": 0.4136,
850
+ "step": 600
851
+ },
852
+ {
853
+ "epoch": 3.831746031746032,
854
+ "grad_norm": 2.7889769077301025,
855
+ "learning_rate": 3.092057850201855e-05,
856
+ "loss": 0.4979,
857
+ "step": 605
858
+ },
859
+ {
860
+ "epoch": 3.8634920634920635,
861
+ "grad_norm": 2.0486621856689453,
862
+ "learning_rate": 3.058238206190962e-05,
863
+ "loss": 0.4226,
864
+ "step": 610
865
+ },
866
+ {
867
+ "epoch": 3.895238095238095,
868
+ "grad_norm": 2.6471216678619385,
869
+ "learning_rate": 3.0243106934836686e-05,
870
+ "loss": 0.5591,
871
+ "step": 615
872
+ },
873
+ {
874
+ "epoch": 3.9269841269841272,
875
+ "grad_norm": 2.7665154933929443,
876
+ "learning_rate": 2.9902818679131776e-05,
877
+ "loss": 0.4856,
878
+ "step": 620
879
+ },
880
+ {
881
+ "epoch": 3.958730158730159,
882
+ "grad_norm": 2.2888855934143066,
883
+ "learning_rate": 2.9561583048894382e-05,
884
+ "loss": 0.4661,
885
+ "step": 625
886
+ },
887
+ {
888
+ "epoch": 3.9904761904761905,
889
+ "grad_norm": 2.540665864944458,
890
+ "learning_rate": 2.9219465981285716e-05,
891
+ "loss": 0.5027,
892
+ "step": 630
893
+ },
894
+ {
895
+ "epoch": 4.019047619047619,
896
+ "grad_norm": 2.840465545654297,
897
+ "learning_rate": 2.8876533583787647e-05,
898
+ "loss": 0.5111,
899
+ "step": 635
900
+ },
901
+ {
902
+ "epoch": 4.050793650793651,
903
+ "grad_norm": 2.362541437149048,
904
+ "learning_rate": 2.8532852121428737e-05,
905
+ "loss": 0.4652,
906
+ "step": 640
907
+ },
908
+ {
909
+ "epoch": 4.082539682539682,
910
+ "grad_norm": 2.4384407997131348,
911
+ "learning_rate": 2.8188488003979784e-05,
912
+ "loss": 0.4227,
913
+ "step": 645
914
+ },
915
+ {
916
+ "epoch": 4.114285714285714,
917
+ "grad_norm": 2.5572218894958496,
918
+ "learning_rate": 2.784350777312142e-05,
919
+ "loss": 0.3772,
920
+ "step": 650
921
+ },
922
+ {
923
+ "epoch": 4.146031746031746,
924
+ "grad_norm": 2.4390878677368164,
925
+ "learning_rate": 2.7497978089586236e-05,
926
+ "loss": 0.4704,
927
+ "step": 655
928
+ },
929
+ {
930
+ "epoch": 4.177777777777778,
931
+ "grad_norm": 3.3781797885894775,
932
+ "learning_rate": 2.7151965720277893e-05,
933
+ "loss": 0.4303,
934
+ "step": 660
935
+ },
936
+ {
937
+ "epoch": 4.20952380952381,
938
+ "grad_norm": 2.8656809329986572,
939
+ "learning_rate": 2.6805537525369713e-05,
940
+ "loss": 0.4128,
941
+ "step": 665
942
+ },
943
+ {
944
+ "epoch": 4.241269841269841,
945
+ "grad_norm": 4.3884100914001465,
946
+ "learning_rate": 2.6458760445385216e-05,
947
+ "loss": 0.4682,
948
+ "step": 670
949
+ },
950
+ {
951
+ "epoch": 4.273015873015873,
952
+ "grad_norm": 3.1728439331054688,
953
+ "learning_rate": 2.6111701488263224e-05,
954
+ "loss": 0.4208,
955
+ "step": 675
956
+ },
957
+ {
958
+ "epoch": 4.304761904761905,
959
+ "grad_norm": 2.4535300731658936,
960
+ "learning_rate": 2.5764427716409815e-05,
961
+ "loss": 0.4489,
962
+ "step": 680
963
+ },
964
+ {
965
+ "epoch": 4.336507936507936,
966
+ "grad_norm": 2.231412887573242,
967
+ "learning_rate": 2.5417006233739864e-05,
968
+ "loss": 0.4079,
969
+ "step": 685
970
+ },
971
+ {
972
+ "epoch": 4.368253968253969,
973
+ "grad_norm": 2.2064919471740723,
974
+ "learning_rate": 2.5069504172710494e-05,
975
+ "loss": 0.4157,
976
+ "step": 690
977
+ },
978
+ {
979
+ "epoch": 4.4,
980
+ "grad_norm": 2.6554882526397705,
981
+ "learning_rate": 2.4721988681349012e-05,
982
+ "loss": 0.544,
983
+ "step": 695
984
+ },
985
+ {
986
+ "epoch": 4.431746031746032,
987
+ "grad_norm": 2.739560842514038,
988
+ "learning_rate": 2.437452691027789e-05,
989
+ "loss": 0.4366,
990
+ "step": 700
991
+ },
992
+ {
993
+ "epoch": 4.463492063492064,
994
+ "grad_norm": 2.2243738174438477,
995
+ "learning_rate": 2.402718599973919e-05,
996
+ "loss": 0.3831,
997
+ "step": 705
998
+ },
999
+ {
1000
+ "epoch": 4.495238095238095,
1001
+ "grad_norm": 2.6665985584259033,
1002
+ "learning_rate": 2.3680033066621043e-05,
1003
+ "loss": 0.3785,
1004
+ "step": 710
1005
+ },
1006
+ {
1007
+ "epoch": 4.526984126984127,
1008
+ "grad_norm": 2.7318532466888428,
1009
+ "learning_rate": 2.3333135191488563e-05,
1010
+ "loss": 0.4055,
1011
+ "step": 715
1012
+ },
1013
+ {
1014
+ "epoch": 4.5587301587301585,
1015
+ "grad_norm": 2.6442530155181885,
1016
+ "learning_rate": 2.298655940562189e-05,
1017
+ "loss": 0.3967,
1018
+ "step": 720
1019
+ },
1020
+ {
1021
+ "epoch": 4.59047619047619,
1022
+ "grad_norm": 2.543417453765869,
1023
+ "learning_rate": 2.2640372678063628e-05,
1024
+ "loss": 0.3863,
1025
+ "step": 725
1026
+ },
1027
+ {
1028
+ "epoch": 4.622222222222222,
1029
+ "grad_norm": 2.905043363571167,
1030
+ "learning_rate": 2.2294641902678445e-05,
1031
+ "loss": 0.3996,
1032
+ "step": 730
1033
+ },
1034
+ {
1035
+ "epoch": 4.653968253968254,
1036
+ "grad_norm": 1.9619908332824707,
1037
+ "learning_rate": 2.19494338852271e-05,
1038
+ "loss": 0.4122,
1039
+ "step": 735
1040
+ },
1041
+ {
1042
+ "epoch": 4.685714285714286,
1043
+ "grad_norm": 2.6673147678375244,
1044
+ "learning_rate": 2.1604815330457512e-05,
1045
+ "loss": 0.478,
1046
+ "step": 740
1047
+ },
1048
+ {
1049
+ "epoch": 4.717460317460318,
1050
+ "grad_norm": 2.735572099685669,
1051
+ "learning_rate": 2.1260852829215406e-05,
1052
+ "loss": 0.4408,
1053
+ "step": 745
1054
+ },
1055
+ {
1056
+ "epoch": 4.749206349206349,
1057
+ "grad_norm": 2.9399704933166504,
1058
+ "learning_rate": 2.0917612845576885e-05,
1059
+ "loss": 0.4422,
1060
+ "step": 750
1061
+ },
1062
+ {
1063
+ "epoch": 4.780952380952381,
1064
+ "grad_norm": 2.5321192741394043,
1065
+ "learning_rate": 2.057516170400554e-05,
1066
+ "loss": 0.3983,
1067
+ "step": 755
1068
+ },
1069
+ {
1070
+ "epoch": 4.8126984126984125,
1071
+ "grad_norm": 2.2827346324920654,
1072
+ "learning_rate": 2.0233565576536567e-05,
1073
+ "loss": 0.4235,
1074
+ "step": 760
1075
+ },
1076
+ {
1077
+ "epoch": 4.844444444444444,
1078
+ "grad_norm": 3.497560739517212,
1079
+ "learning_rate": 1.9892890469990264e-05,
1080
+ "loss": 0.4277,
1081
+ "step": 765
1082
+ },
1083
+ {
1084
+ "epoch": 4.876190476190477,
1085
+ "grad_norm": 2.7729287147521973,
1086
+ "learning_rate": 1.955320221321754e-05,
1087
+ "loss": 0.3638,
1088
+ "step": 770
1089
+ },
1090
+ {
1091
+ "epoch": 4.907936507936508,
1092
+ "grad_norm": 3.169905424118042,
1093
+ "learning_rate": 1.921456644437972e-05,
1094
+ "loss": 0.4323,
1095
+ "step": 775
1096
+ },
1097
+ {
1098
+ "epoch": 4.93968253968254,
1099
+ "grad_norm": 3.217583417892456,
1100
+ "learning_rate": 1.8877048598265283e-05,
1101
+ "loss": 0.4467,
1102
+ "step": 780
1103
+ },
1104
+ {
1105
+ "epoch": 4.9714285714285715,
1106
+ "grad_norm": 2.79040789604187,
1107
+ "learning_rate": 1.8540713893645827e-05,
1108
+ "loss": 0.3856,
1109
+ "step": 785
1110
+ },
1111
+ {
1112
+ "epoch": 5.0,
1113
+ "grad_norm": 4.346138000488281,
1114
+ "learning_rate": 1.8205627320673837e-05,
1115
+ "loss": 0.4324,
1116
+ "step": 790
1117
+ },
1118
+ {
1119
+ "epoch": 5.031746031746032,
1120
+ "grad_norm": 2.163886070251465,
1121
+ "learning_rate": 1.787185362832459e-05,
1122
+ "loss": 0.3076,
1123
+ "step": 795
1124
+ },
1125
+ {
1126
+ "epoch": 5.063492063492063,
1127
+ "grad_norm": 2.5888731479644775,
1128
+ "learning_rate": 1.7539457311884676e-05,
1129
+ "loss": 0.3277,
1130
+ "step": 800
1131
+ },
1132
+ {
1133
+ "epoch": 5.095238095238095,
1134
+ "grad_norm": 2.4321916103363037,
1135
+ "learning_rate": 1.720850260048948e-05,
1136
+ "loss": 0.286,
1137
+ "step": 805
1138
+ },
1139
+ {
1140
+ "epoch": 5.1269841269841265,
1141
+ "grad_norm": 1.7569212913513184,
1142
+ "learning_rate": 1.687905344471226e-05,
1143
+ "loss": 0.3328,
1144
+ "step": 810
1145
+ },
1146
+ {
1147
+ "epoch": 5.158730158730159,
1148
+ "grad_norm": 2.9200055599212646,
1149
+ "learning_rate": 1.6551173504206853e-05,
1150
+ "loss": 0.4124,
1151
+ "step": 815
1152
+ },
1153
+ {
1154
+ "epoch": 5.190476190476191,
1155
+ "grad_norm": 3.5868027210235596,
1156
+ "learning_rate": 1.6224926135406693e-05,
1157
+ "loss": 0.3896,
1158
+ "step": 820
1159
+ },
1160
+ {
1161
+ "epoch": 5.222222222222222,
1162
+ "grad_norm": 2.3882710933685303,
1163
+ "learning_rate": 1.5900374379282445e-05,
1164
+ "loss": 0.4112,
1165
+ "step": 825
1166
+ },
1167
+ {
1168
+ "epoch": 5.253968253968254,
1169
+ "grad_norm": 2.136838912963867,
1170
+ "learning_rate": 1.557758094916053e-05,
1171
+ "loss": 0.3479,
1172
+ "step": 830
1173
+ },
1174
+ {
1175
+ "epoch": 5.285714285714286,
1176
+ "grad_norm": 2.6616430282592773,
1177
+ "learning_rate": 1.5256608218605015e-05,
1178
+ "loss": 0.3211,
1179
+ "step": 835
1180
+ },
1181
+ {
1182
+ "epoch": 5.317460317460317,
1183
+ "grad_norm": 4.097353458404541,
1184
+ "learning_rate": 1.493751820936511e-05,
1185
+ "loss": 0.4213,
1186
+ "step": 840
1187
+ },
1188
+ {
1189
+ "epoch": 5.349206349206349,
1190
+ "grad_norm": 3.042466402053833,
1191
+ "learning_rate": 1.4620372579390678e-05,
1192
+ "loss": 0.3856,
1193
+ "step": 845
1194
+ },
1195
+ {
1196
+ "epoch": 5.380952380952381,
1197
+ "grad_norm": 2.485643148422241,
1198
+ "learning_rate": 1.4305232610918045e-05,
1199
+ "loss": 0.3751,
1200
+ "step": 850
1201
+ },
1202
+ {
1203
+ "epoch": 5.412698412698413,
1204
+ "grad_norm": 2.9114632606506348,
1205
+ "learning_rate": 1.3992159198628373e-05,
1206
+ "loss": 0.3557,
1207
+ "step": 855
1208
+ },
1209
+ {
1210
+ "epoch": 5.444444444444445,
1211
+ "grad_norm": 1.9394385814666748,
1212
+ "learning_rate": 1.3681212837880978e-05,
1213
+ "loss": 0.357,
1214
+ "step": 860
1215
+ },
1216
+ {
1217
+ "epoch": 5.476190476190476,
1218
+ "grad_norm": 3.1689724922180176,
1219
+ "learning_rate": 1.3372453613023728e-05,
1220
+ "loss": 0.3665,
1221
+ "step": 865
1222
+ },
1223
+ {
1224
+ "epoch": 5.507936507936508,
1225
+ "grad_norm": 2.9183590412139893,
1226
+ "learning_rate": 1.3065941185782979e-05,
1227
+ "loss": 0.3786,
1228
+ "step": 870
1229
+ },
1230
+ {
1231
+ "epoch": 5.5396825396825395,
1232
+ "grad_norm": 3.520986795425415,
1233
+ "learning_rate": 1.2761734783735036e-05,
1234
+ "loss": 0.3562,
1235
+ "step": 875
1236
+ },
1237
+ {
1238
+ "epoch": 5.571428571428571,
1239
+ "grad_norm": 3.4199678897857666,
1240
+ "learning_rate": 1.2459893188861613e-05,
1241
+ "loss": 0.3871,
1242
+ "step": 880
1243
+ },
1244
+ {
1245
+ "epoch": 5.603174603174603,
1246
+ "grad_norm": 2.38875675201416,
1247
+ "learning_rate": 1.2160474726191323e-05,
1248
+ "loss": 0.3532,
1249
+ "step": 885
1250
+ },
1251
+ {
1252
+ "epoch": 5.634920634920634,
1253
+ "grad_norm": 2.554577350616455,
1254
+ "learning_rate": 1.186353725252955e-05,
1255
+ "loss": 0.3241,
1256
+ "step": 890
1257
+ },
1258
+ {
1259
+ "epoch": 5.666666666666667,
1260
+ "grad_norm": 2.4856674671173096,
1261
+ "learning_rate": 1.1569138145278696e-05,
1262
+ "loss": 0.3571,
1263
+ "step": 895
1264
+ },
1265
+ {
1266
+ "epoch": 5.698412698412699,
1267
+ "grad_norm": 3.3535118103027344,
1268
+ "learning_rate": 1.1277334291351147e-05,
1269
+ "loss": 0.3456,
1270
+ "step": 900
1271
+ },
1272
+ {
1273
+ "epoch": 5.73015873015873,
1274
+ "grad_norm": 2.534107208251953,
1275
+ "learning_rate": 1.0988182076176939e-05,
1276
+ "loss": 0.3895,
1277
+ "step": 905
1278
+ },
1279
+ {
1280
+ "epoch": 5.761904761904762,
1281
+ "grad_norm": 2.346252202987671,
1282
+ "learning_rate": 1.0701737372808432e-05,
1283
+ "loss": 0.3796,
1284
+ "step": 910
1285
+ },
1286
+ {
1287
+ "epoch": 5.7936507936507935,
1288
+ "grad_norm": 2.958519220352173,
1289
+ "learning_rate": 1.0418055531123857e-05,
1290
+ "loss": 0.392,
1291
+ "step": 915
1292
+ },
1293
+ {
1294
+ "epoch": 5.825396825396825,
1295
+ "grad_norm": 1.7530192136764526,
1296
+ "learning_rate": 1.013719136713208e-05,
1297
+ "loss": 0.2836,
1298
+ "step": 920
1299
+ },
1300
+ {
1301
+ "epoch": 5.857142857142857,
1302
+ "grad_norm": 3.0703108310699463,
1303
+ "learning_rate": 9.859199152380432e-06,
1304
+ "loss": 0.4059,
1305
+ "step": 925
1306
+ },
1307
+ {
1308
+ "epoch": 5.888888888888889,
1309
+ "grad_norm": 3.0952444076538086,
1310
+ "learning_rate": 9.584132603467827e-06,
1311
+ "loss": 0.3901,
1312
+ "step": 930
1313
+ },
1314
+ {
1315
+ "epoch": 5.920634920634921,
1316
+ "grad_norm": 2.6520533561706543,
1317
+ "learning_rate": 9.312044871665032e-06,
1318
+ "loss": 0.3285,
1319
+ "step": 935
1320
+ },
1321
+ {
1322
+ "epoch": 5.9523809523809526,
1323
+ "grad_norm": 2.382810354232788,
1324
+ "learning_rate": 9.04298853264425e-06,
1325
+ "loss": 0.3998,
1326
+ "step": 940
1327
+ },
1328
+ {
1329
+ "epoch": 5.984126984126984,
1330
+ "grad_norm": 3.09870982170105,
1331
+ "learning_rate": 8.777015576319869e-06,
1332
+ "loss": 0.3804,
1333
+ "step": 945
1334
+ },
1335
+ {
1336
+ "epoch": 6.012698412698413,
1337
+ "grad_norm": 2.542013645172119,
1338
+ "learning_rate": 8.514177396802428e-06,
1339
+ "loss": 0.3471,
1340
+ "step": 950
1341
+ },
1342
+ {
1343
+ "epoch": 6.044444444444444,
1344
+ "grad_norm": 3.0190534591674805,
1345
+ "learning_rate": 8.254524782467692e-06,
1346
+ "loss": 0.3275,
1347
+ "step": 955
1348
+ },
1349
+ {
1350
+ "epoch": 6.076190476190476,
1351
+ "grad_norm": 2.745600461959839,
1352
+ "learning_rate": 7.99810790614284e-06,
1353
+ "loss": 0.3089,
1354
+ "step": 960
1355
+ },
1356
+ {
1357
+ "epoch": 6.1079365079365076,
1358
+ "grad_norm": 2.2067768573760986,
1359
+ "learning_rate": 7.744976315411428e-06,
1360
+ "loss": 0.2902,
1361
+ "step": 965
1362
+ },
1363
+ {
1364
+ "epoch": 6.13968253968254,
1365
+ "grad_norm": 2.806065320968628,
1366
+ "learning_rate": 7.495178923039398e-06,
1367
+ "loss": 0.3349,
1368
+ "step": 970
1369
+ },
1370
+ {
1371
+ "epoch": 6.171428571428572,
1372
+ "grad_norm": 2.4265201091766357,
1373
+ "learning_rate": 7.248763997523561e-06,
1374
+ "loss": 0.3295,
1375
+ "step": 975
1376
+ },
1377
+ {
1378
+ "epoch": 6.203174603174603,
1379
+ "grad_norm": 2.9042932987213135,
1380
+ "learning_rate": 7.005779153764683e-06,
1381
+ "loss": 0.3285,
1382
+ "step": 980
1383
+ },
1384
+ {
1385
+ "epoch": 6.234920634920635,
1386
+ "grad_norm": 3.585085391998291,
1387
+ "learning_rate": 6.766271343866812e-06,
1388
+ "loss": 0.3635,
1389
+ "step": 985
1390
+ },
1391
+ {
1392
+ "epoch": 6.266666666666667,
1393
+ "grad_norm": 2.554619312286377,
1394
+ "learning_rate": 6.530286848064699e-06,
1395
+ "loss": 0.2845,
1396
+ "step": 990
1397
+ },
1398
+ {
1399
+ "epoch": 6.298412698412698,
1400
+ "grad_norm": 2.951251745223999,
1401
+ "learning_rate": 6.297871265781055e-06,
1402
+ "loss": 0.3259,
1403
+ "step": 995
1404
+ },
1405
+ {
1406
+ "epoch": 6.33015873015873,
1407
+ "grad_norm": 2.6404244899749756,
1408
+ "learning_rate": 6.069069506815325e-06,
1409
+ "loss": 0.2872,
1410
+ "step": 1000
1411
+ },
1412
+ {
1413
+ "epoch": 6.3619047619047615,
1414
+ "grad_norm": 2.684638261795044,
1415
+ "learning_rate": 5.843925782665754e-06,
1416
+ "loss": 0.3206,
1417
+ "step": 1005
1418
+ },
1419
+ {
1420
+ "epoch": 6.393650793650794,
1421
+ "grad_norm": 2.080413341522217,
1422
+ "learning_rate": 5.622483597986372e-06,
1423
+ "loss": 0.3099,
1424
+ "step": 1010
1425
+ },
1426
+ {
1427
+ "epoch": 6.425396825396826,
1428
+ "grad_norm": 3.5247743129730225,
1429
+ "learning_rate": 5.404785742180565e-06,
1430
+ "loss": 0.3275,
1431
+ "step": 1015
1432
+ },
1433
+ {
1434
+ "epoch": 6.457142857142857,
1435
+ "grad_norm": 3.3956446647644043,
1436
+ "learning_rate": 5.190874281132851e-06,
1437
+ "loss": 0.3097,
1438
+ "step": 1020
1439
+ },
1440
+ {
1441
+ "epoch": 6.488888888888889,
1442
+ "grad_norm": 2.5341458320617676,
1443
+ "learning_rate": 4.980790549080463e-06,
1444
+ "loss": 0.3346,
1445
+ "step": 1025
1446
+ },
1447
+ {
1448
+ "epoch": 6.520634920634921,
1449
+ "grad_norm": 3.2887229919433594,
1450
+ "learning_rate": 4.7745751406263165e-06,
1451
+ "loss": 0.3282,
1452
+ "step": 1030
1453
+ },
1454
+ {
1455
+ "epoch": 6.552380952380952,
1456
+ "grad_norm": 2.290588617324829,
1457
+ "learning_rate": 4.572267902894884e-06,
1458
+ "loss": 0.2956,
1459
+ "step": 1035
1460
+ },
1461
+ {
1462
+ "epoch": 6.584126984126984,
1463
+ "grad_norm": 4.084680080413818,
1464
+ "learning_rate": 4.3739079278325125e-06,
1465
+ "loss": 0.3452,
1466
+ "step": 1040
1467
+ },
1468
+ {
1469
+ "epoch": 6.6158730158730155,
1470
+ "grad_norm": 2.976604700088501,
1471
+ "learning_rate": 4.179533544653674e-06,
1472
+ "loss": 0.3414,
1473
+ "step": 1045
1474
+ },
1475
+ {
1476
+ "epoch": 6.647619047619048,
1477
+ "grad_norm": 3.1176273822784424,
1478
+ "learning_rate": 3.989182312434567e-06,
1479
+ "loss": 0.3179,
1480
+ "step": 1050
1481
+ },
1482
+ {
1483
+ "epoch": 6.67936507936508,
1484
+ "grad_norm": 2.9681129455566406,
1485
+ "learning_rate": 3.8028910128555804e-06,
1486
+ "loss": 0.2868,
1487
+ "step": 1055
1488
+ },
1489
+ {
1490
+ "epoch": 6.711111111111111,
1491
+ "grad_norm": 3.6012775897979736,
1492
+ "learning_rate": 3.6206956430939244e-06,
1493
+ "loss": 0.3446,
1494
+ "step": 1060
1495
+ },
1496
+ {
1497
+ "epoch": 6.742857142857143,
1498
+ "grad_norm": 2.876650810241699,
1499
+ "learning_rate": 3.442631408867894e-06,
1500
+ "loss": 0.3363,
1501
+ "step": 1065
1502
+ },
1503
+ {
1504
+ "epoch": 6.7746031746031745,
1505
+ "grad_norm": 2.6718950271606445,
1506
+ "learning_rate": 3.2687327176340322e-06,
1507
+ "loss": 0.2764,
1508
+ "step": 1070
1509
+ },
1510
+ {
1511
+ "epoch": 6.806349206349206,
1512
+ "grad_norm": 4.247652530670166,
1513
+ "learning_rate": 3.099033171938567e-06,
1514
+ "loss": 0.3326,
1515
+ "step": 1075
1516
+ },
1517
+ {
1518
+ "epoch": 6.838095238095238,
1519
+ "grad_norm": 3.0778801441192627,
1520
+ "learning_rate": 2.9335655629243645e-06,
1521
+ "loss": 0.3685,
1522
+ "step": 1080
1523
+ },
1524
+ {
1525
+ "epoch": 6.86984126984127,
1526
+ "grad_norm": 3.640263795852661,
1527
+ "learning_rate": 2.772361863994688e-06,
1528
+ "loss": 0.3011,
1529
+ "step": 1085
1530
+ },
1531
+ {
1532
+ "epoch": 6.901587301587302,
1533
+ "grad_norm": 3.859355926513672,
1534
+ "learning_rate": 2.6154532246349477e-06,
1535
+ "loss": 0.3587,
1536
+ "step": 1090
1537
+ },
1538
+ {
1539
+ "epoch": 6.933333333333334,
1540
+ "grad_norm": 2.7156548500061035,
1541
+ "learning_rate": 2.462869964393666e-06,
1542
+ "loss": 0.3402,
1543
+ "step": 1095
1544
+ }
1545
+ ],
1546
+ "logging_steps": 5,
1547
+ "max_steps": 1256,
1548
+ "num_input_tokens_seen": 0,
1549
+ "num_train_epochs": 8,
1550
+ "save_steps": 157,
1551
+ "stateful_callbacks": {
1552
+ "TrainerControl": {
1553
+ "args": {
1554
+ "should_epoch_stop": false,
1555
+ "should_evaluate": false,
1556
+ "should_log": false,
1557
+ "should_save": true,
1558
+ "should_training_stop": false
1559
+ },
1560
+ "attributes": {}
1561
+ }
1562
+ },
1563
+ "total_flos": 2.361193959469875e+16,
1564
+ "train_batch_size": 1,
1565
+ "trial_name": null,
1566
+ "trial_params": null
1567
+ }
checkpoint-1099/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1256/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Coder-14B-Instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.15.0
checkpoint-1256/adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-14B-Instruct",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.1,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 8,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "k_proj",
28
+ "q_proj",
29
+ "down_proj",
30
+ "up_proj",
31
+ "o_proj",
32
+ "v_proj",
33
+ "gate_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
checkpoint-1256/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
checkpoint-1256/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1256/special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
checkpoint-1256/tokenizer_config.json ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\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>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\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\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|im_end|>",
201
+ "errors": "replace",
202
+ "extra_special_tokens": {},
203
+ "model_max_length": 32768,
204
+ "pad_token": "<|endoftext|>",
205
+ "padding_side": "right",
206
+ "split_special_tokens": false,
207
+ "tokenizer_class": "Qwen2Tokenizer",
208
+ "unk_token": null
209
+ }
checkpoint-1256/trainer_state.json ADDED
@@ -0,0 +1,1791 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 7.9523809523809526,
6
+ "eval_steps": 500,
7
+ "global_step": 1256,
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.031746031746031744,
14
+ "grad_norm": 0.557715117931366,
15
+ "learning_rate": 1.984126984126984e-06,
16
+ "loss": 3.7156,
17
+ "step": 5
18
+ },
19
+ {
20
+ "epoch": 0.06349206349206349,
21
+ "grad_norm": 0.6210838556289673,
22
+ "learning_rate": 3.968253968253968e-06,
23
+ "loss": 3.9392,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.09523809523809523,
28
+ "grad_norm": 0.574651837348938,
29
+ "learning_rate": 5.9523809523809525e-06,
30
+ "loss": 3.9172,
31
+ "step": 15
32
+ },
33
+ {
34
+ "epoch": 0.12698412698412698,
35
+ "grad_norm": 0.49391403794288635,
36
+ "learning_rate": 7.936507936507936e-06,
37
+ "loss": 3.7298,
38
+ "step": 20
39
+ },
40
+ {
41
+ "epoch": 0.15873015873015872,
42
+ "grad_norm": 0.6184353232383728,
43
+ "learning_rate": 9.92063492063492e-06,
44
+ "loss": 3.8158,
45
+ "step": 25
46
+ },
47
+ {
48
+ "epoch": 0.19047619047619047,
49
+ "grad_norm": 0.880232572555542,
50
+ "learning_rate": 1.1904761904761905e-05,
51
+ "loss": 3.7316,
52
+ "step": 30
53
+ },
54
+ {
55
+ "epoch": 0.2222222222222222,
56
+ "grad_norm": 0.7022971510887146,
57
+ "learning_rate": 1.388888888888889e-05,
58
+ "loss": 3.8494,
59
+ "step": 35
60
+ },
61
+ {
62
+ "epoch": 0.25396825396825395,
63
+ "grad_norm": 0.8043017387390137,
64
+ "learning_rate": 1.5873015873015872e-05,
65
+ "loss": 3.8021,
66
+ "step": 40
67
+ },
68
+ {
69
+ "epoch": 0.2857142857142857,
70
+ "grad_norm": 0.975318431854248,
71
+ "learning_rate": 1.785714285714286e-05,
72
+ "loss": 3.5457,
73
+ "step": 45
74
+ },
75
+ {
76
+ "epoch": 0.31746031746031744,
77
+ "grad_norm": 0.9920660853385925,
78
+ "learning_rate": 1.984126984126984e-05,
79
+ "loss": 3.6339,
80
+ "step": 50
81
+ },
82
+ {
83
+ "epoch": 0.3492063492063492,
84
+ "grad_norm": 1.0266857147216797,
85
+ "learning_rate": 2.1825396825396827e-05,
86
+ "loss": 3.3562,
87
+ "step": 55
88
+ },
89
+ {
90
+ "epoch": 0.38095238095238093,
91
+ "grad_norm": 1.0816854238510132,
92
+ "learning_rate": 2.380952380952381e-05,
93
+ "loss": 3.0271,
94
+ "step": 60
95
+ },
96
+ {
97
+ "epoch": 0.4126984126984127,
98
+ "grad_norm": 0.9915212988853455,
99
+ "learning_rate": 2.5793650793650796e-05,
100
+ "loss": 2.5454,
101
+ "step": 65
102
+ },
103
+ {
104
+ "epoch": 0.4444444444444444,
105
+ "grad_norm": 1.2306663990020752,
106
+ "learning_rate": 2.777777777777778e-05,
107
+ "loss": 2.4261,
108
+ "step": 70
109
+ },
110
+ {
111
+ "epoch": 0.47619047619047616,
112
+ "grad_norm": 1.2502392530441284,
113
+ "learning_rate": 2.9761904761904762e-05,
114
+ "loss": 2.0371,
115
+ "step": 75
116
+ },
117
+ {
118
+ "epoch": 0.5079365079365079,
119
+ "grad_norm": 1.5857068300247192,
120
+ "learning_rate": 3.1746031746031745e-05,
121
+ "loss": 1.9495,
122
+ "step": 80
123
+ },
124
+ {
125
+ "epoch": 0.5396825396825397,
126
+ "grad_norm": 1.2740144729614258,
127
+ "learning_rate": 3.3730158730158734e-05,
128
+ "loss": 1.8084,
129
+ "step": 85
130
+ },
131
+ {
132
+ "epoch": 0.5714285714285714,
133
+ "grad_norm": 1.813217043876648,
134
+ "learning_rate": 3.571428571428572e-05,
135
+ "loss": 1.4826,
136
+ "step": 90
137
+ },
138
+ {
139
+ "epoch": 0.6031746031746031,
140
+ "grad_norm": 1.1831731796264648,
141
+ "learning_rate": 3.76984126984127e-05,
142
+ "loss": 1.1703,
143
+ "step": 95
144
+ },
145
+ {
146
+ "epoch": 0.6349206349206349,
147
+ "grad_norm": 2.0489368438720703,
148
+ "learning_rate": 3.968253968253968e-05,
149
+ "loss": 1.2717,
150
+ "step": 100
151
+ },
152
+ {
153
+ "epoch": 0.6666666666666666,
154
+ "grad_norm": 1.4326945543289185,
155
+ "learning_rate": 4.166666666666667e-05,
156
+ "loss": 1.0786,
157
+ "step": 105
158
+ },
159
+ {
160
+ "epoch": 0.6984126984126984,
161
+ "grad_norm": 1.4672375917434692,
162
+ "learning_rate": 4.3650793650793655e-05,
163
+ "loss": 1.2461,
164
+ "step": 110
165
+ },
166
+ {
167
+ "epoch": 0.7301587301587301,
168
+ "grad_norm": 1.7501994371414185,
169
+ "learning_rate": 4.563492063492064e-05,
170
+ "loss": 1.3453,
171
+ "step": 115
172
+ },
173
+ {
174
+ "epoch": 0.7619047619047619,
175
+ "grad_norm": 1.3067994117736816,
176
+ "learning_rate": 4.761904761904762e-05,
177
+ "loss": 1.058,
178
+ "step": 120
179
+ },
180
+ {
181
+ "epoch": 0.7936507936507936,
182
+ "grad_norm": 1.3366992473602295,
183
+ "learning_rate": 4.960317460317461e-05,
184
+ "loss": 1.2212,
185
+ "step": 125
186
+ },
187
+ {
188
+ "epoch": 0.8253968253968254,
189
+ "grad_norm": 1.0570944547653198,
190
+ "learning_rate": 4.9998454146340764e-05,
191
+ "loss": 1.014,
192
+ "step": 130
193
+ },
194
+ {
195
+ "epoch": 0.8571428571428571,
196
+ "grad_norm": 1.225695252418518,
197
+ "learning_rate": 4.999217444349398e-05,
198
+ "loss": 1.2156,
199
+ "step": 135
200
+ },
201
+ {
202
+ "epoch": 0.8888888888888888,
203
+ "grad_norm": 1.4539202451705933,
204
+ "learning_rate": 4.998106548810312e-05,
205
+ "loss": 1.2021,
206
+ "step": 140
207
+ },
208
+ {
209
+ "epoch": 0.9206349206349206,
210
+ "grad_norm": 1.0543771982192993,
211
+ "learning_rate": 4.996512942675816e-05,
212
+ "loss": 0.9998,
213
+ "step": 145
214
+ },
215
+ {
216
+ "epoch": 0.9523809523809523,
217
+ "grad_norm": 1.205698013305664,
218
+ "learning_rate": 4.99443693387936e-05,
219
+ "loss": 0.8978,
220
+ "step": 150
221
+ },
222
+ {
223
+ "epoch": 0.9841269841269841,
224
+ "grad_norm": 1.279111385345459,
225
+ "learning_rate": 4.991878923569342e-05,
226
+ "loss": 1.0797,
227
+ "step": 155
228
+ },
229
+ {
230
+ "epoch": 1.0126984126984127,
231
+ "grad_norm": 1.5468761920928955,
232
+ "learning_rate": 4.9888394060315975e-05,
233
+ "loss": 1.0614,
234
+ "step": 160
235
+ },
236
+ {
237
+ "epoch": 1.0444444444444445,
238
+ "grad_norm": 1.3189973831176758,
239
+ "learning_rate": 4.9853189685938837e-05,
240
+ "loss": 0.8396,
241
+ "step": 165
242
+ },
243
+ {
244
+ "epoch": 1.0761904761904761,
245
+ "grad_norm": 1.0562372207641602,
246
+ "learning_rate": 4.981318291512396e-05,
247
+ "loss": 0.8926,
248
+ "step": 170
249
+ },
250
+ {
251
+ "epoch": 1.107936507936508,
252
+ "grad_norm": 0.9939103722572327,
253
+ "learning_rate": 4.976838147840314e-05,
254
+ "loss": 0.9728,
255
+ "step": 175
256
+ },
257
+ {
258
+ "epoch": 1.1396825396825396,
259
+ "grad_norm": 1.6342549324035645,
260
+ "learning_rate": 4.971879403278432e-05,
261
+ "loss": 0.8781,
262
+ "step": 180
263
+ },
264
+ {
265
+ "epoch": 1.1714285714285715,
266
+ "grad_norm": 1.3527770042419434,
267
+ "learning_rate": 4.966443016007873e-05,
268
+ "loss": 1.0276,
269
+ "step": 185
270
+ },
271
+ {
272
+ "epoch": 1.2031746031746031,
273
+ "grad_norm": 1.2593631744384766,
274
+ "learning_rate": 4.960530036504942e-05,
275
+ "loss": 0.9742,
276
+ "step": 190
277
+ },
278
+ {
279
+ "epoch": 1.234920634920635,
280
+ "grad_norm": 1.2724119424819946,
281
+ "learning_rate": 4.9541416073381395e-05,
282
+ "loss": 0.7572,
283
+ "step": 195
284
+ },
285
+ {
286
+ "epoch": 1.2666666666666666,
287
+ "grad_norm": 1.2241063117980957,
288
+ "learning_rate": 4.947278962947387e-05,
289
+ "loss": 0.8872,
290
+ "step": 200
291
+ },
292
+ {
293
+ "epoch": 1.2984126984126985,
294
+ "grad_norm": 1.0864907503128052,
295
+ "learning_rate": 4.9399434294054894e-05,
296
+ "loss": 0.9463,
297
+ "step": 205
298
+ },
299
+ {
300
+ "epoch": 1.33015873015873,
301
+ "grad_norm": 1.2503291368484497,
302
+ "learning_rate": 4.9321364241618994e-05,
303
+ "loss": 0.8187,
304
+ "step": 210
305
+ },
306
+ {
307
+ "epoch": 1.361904761904762,
308
+ "grad_norm": 1.2996984720230103,
309
+ "learning_rate": 4.9238594557688265e-05,
310
+ "loss": 0.9949,
311
+ "step": 215
312
+ },
313
+ {
314
+ "epoch": 1.3936507936507936,
315
+ "grad_norm": 1.2346172332763672,
316
+ "learning_rate": 4.9151141235897324e-05,
317
+ "loss": 0.8104,
318
+ "step": 220
319
+ },
320
+ {
321
+ "epoch": 1.4253968253968254,
322
+ "grad_norm": 1.3184157609939575,
323
+ "learning_rate": 4.905902117490291e-05,
324
+ "loss": 0.9109,
325
+ "step": 225
326
+ },
327
+ {
328
+ "epoch": 1.457142857142857,
329
+ "grad_norm": 1.4319523572921753,
330
+ "learning_rate": 4.89622521751185e-05,
331
+ "loss": 0.9854,
332
+ "step": 230
333
+ },
334
+ {
335
+ "epoch": 1.488888888888889,
336
+ "grad_norm": 1.458723545074463,
337
+ "learning_rate": 4.886085293527474e-05,
338
+ "loss": 0.9916,
339
+ "step": 235
340
+ },
341
+ {
342
+ "epoch": 1.5206349206349206,
343
+ "grad_norm": 1.2609443664550781,
344
+ "learning_rate": 4.8754843048806296e-05,
345
+ "loss": 0.9446,
346
+ "step": 240
347
+ },
348
+ {
349
+ "epoch": 1.5523809523809524,
350
+ "grad_norm": 1.1162338256835938,
351
+ "learning_rate": 4.864424300006579e-05,
352
+ "loss": 0.746,
353
+ "step": 245
354
+ },
355
+ {
356
+ "epoch": 1.5841269841269843,
357
+ "grad_norm": 1.4760407209396362,
358
+ "learning_rate": 4.852907416036559e-05,
359
+ "loss": 0.8856,
360
+ "step": 250
361
+ },
362
+ {
363
+ "epoch": 1.615873015873016,
364
+ "grad_norm": 1.4606406688690186,
365
+ "learning_rate": 4.8409358783848216e-05,
366
+ "loss": 0.8501,
367
+ "step": 255
368
+ },
369
+ {
370
+ "epoch": 1.6476190476190475,
371
+ "grad_norm": 1.4926954507827759,
372
+ "learning_rate": 4.828512000318617e-05,
373
+ "loss": 0.8581,
374
+ "step": 260
375
+ },
376
+ {
377
+ "epoch": 1.6793650793650794,
378
+ "grad_norm": 1.7399059534072876,
379
+ "learning_rate": 4.8156381825112006e-05,
380
+ "loss": 0.8994,
381
+ "step": 265
382
+ },
383
+ {
384
+ "epoch": 1.7111111111111112,
385
+ "grad_norm": 1.2087697982788086,
386
+ "learning_rate": 4.8023169125779466e-05,
387
+ "loss": 0.8272,
388
+ "step": 270
389
+ },
390
+ {
391
+ "epoch": 1.7428571428571429,
392
+ "grad_norm": 1.5295592546463013,
393
+ "learning_rate": 4.788550764595667e-05,
394
+ "loss": 0.8555,
395
+ "step": 275
396
+ },
397
+ {
398
+ "epoch": 1.7746031746031745,
399
+ "grad_norm": 1.6441818475723267,
400
+ "learning_rate": 4.774342398605221e-05,
401
+ "loss": 0.768,
402
+ "step": 280
403
+ },
404
+ {
405
+ "epoch": 1.8063492063492064,
406
+ "grad_norm": 1.8932971954345703,
407
+ "learning_rate": 4.759694560097513e-05,
408
+ "loss": 0.9286,
409
+ "step": 285
410
+ },
411
+ {
412
+ "epoch": 1.8380952380952382,
413
+ "grad_norm": 1.565648078918457,
414
+ "learning_rate": 4.7446100794829785e-05,
415
+ "loss": 0.7844,
416
+ "step": 290
417
+ },
418
+ {
419
+ "epoch": 1.8698412698412699,
420
+ "grad_norm": 1.4803764820098877,
421
+ "learning_rate": 4.7290918715446644e-05,
422
+ "loss": 0.9625,
423
+ "step": 295
424
+ },
425
+ {
426
+ "epoch": 1.9015873015873015,
427
+ "grad_norm": 1.2535064220428467,
428
+ "learning_rate": 4.7131429348750055e-05,
429
+ "loss": 0.7778,
430
+ "step": 300
431
+ },
432
+ {
433
+ "epoch": 1.9333333333333333,
434
+ "grad_norm": 1.4900981187820435,
435
+ "learning_rate": 4.6967663512963986e-05,
436
+ "loss": 0.6377,
437
+ "step": 305
438
+ },
439
+ {
440
+ "epoch": 1.9650793650793652,
441
+ "grad_norm": 1.5180715322494507,
442
+ "learning_rate": 4.6799652852657064e-05,
443
+ "loss": 0.8705,
444
+ "step": 310
445
+ },
446
+ {
447
+ "epoch": 1.9968253968253968,
448
+ "grad_norm": 1.074388027191162,
449
+ "learning_rate": 4.662742983262784e-05,
450
+ "loss": 0.589,
451
+ "step": 315
452
+ },
453
+ {
454
+ "epoch": 2.0253968253968253,
455
+ "grad_norm": 1.4143909215927124,
456
+ "learning_rate": 4.64510277316316e-05,
457
+ "loss": 0.675,
458
+ "step": 320
459
+ },
460
+ {
461
+ "epoch": 2.057142857142857,
462
+ "grad_norm": 1.4869240522384644,
463
+ "learning_rate": 4.6270480635949933e-05,
464
+ "loss": 0.7768,
465
+ "step": 325
466
+ },
467
+ {
468
+ "epoch": 2.088888888888889,
469
+ "grad_norm": 1.4446533918380737,
470
+ "learning_rate": 4.6085823432804144e-05,
471
+ "loss": 0.6516,
472
+ "step": 330
473
+ },
474
+ {
475
+ "epoch": 2.1206349206349207,
476
+ "grad_norm": 1.8745191097259521,
477
+ "learning_rate": 4.589709180361403e-05,
478
+ "loss": 0.7022,
479
+ "step": 335
480
+ },
481
+ {
482
+ "epoch": 2.1523809523809523,
483
+ "grad_norm": 1.678874135017395,
484
+ "learning_rate": 4.5704322217103146e-05,
485
+ "loss": 0.7443,
486
+ "step": 340
487
+ },
488
+ {
489
+ "epoch": 2.1841269841269844,
490
+ "grad_norm": 2.3285534381866455,
491
+ "learning_rate": 4.550755192225188e-05,
492
+ "loss": 0.6574,
493
+ "step": 345
494
+ },
495
+ {
496
+ "epoch": 2.215873015873016,
497
+ "grad_norm": 1.537413239479065,
498
+ "learning_rate": 4.530681894109987e-05,
499
+ "loss": 0.6493,
500
+ "step": 350
501
+ },
502
+ {
503
+ "epoch": 2.2476190476190476,
504
+ "grad_norm": 1.8794249296188354,
505
+ "learning_rate": 4.510216206139894e-05,
506
+ "loss": 0.7287,
507
+ "step": 355
508
+ },
509
+ {
510
+ "epoch": 2.2793650793650793,
511
+ "grad_norm": 1.5752090215682983,
512
+ "learning_rate": 4.489362082911813e-05,
513
+ "loss": 0.6171,
514
+ "step": 360
515
+ },
516
+ {
517
+ "epoch": 2.311111111111111,
518
+ "grad_norm": 1.5545966625213623,
519
+ "learning_rate": 4.4681235540802216e-05,
520
+ "loss": 0.5651,
521
+ "step": 365
522
+ },
523
+ {
524
+ "epoch": 2.342857142857143,
525
+ "grad_norm": 1.6034917831420898,
526
+ "learning_rate": 4.446504723578519e-05,
527
+ "loss": 0.6758,
528
+ "step": 370
529
+ },
530
+ {
531
+ "epoch": 2.3746031746031746,
532
+ "grad_norm": 2.2822070121765137,
533
+ "learning_rate": 4.424509768826017e-05,
534
+ "loss": 0.7167,
535
+ "step": 375
536
+ },
537
+ {
538
+ "epoch": 2.4063492063492062,
539
+ "grad_norm": 1.3968263864517212,
540
+ "learning_rate": 4.4021429399207405e-05,
541
+ "loss": 0.6388,
542
+ "step": 380
543
+ },
544
+ {
545
+ "epoch": 2.4380952380952383,
546
+ "grad_norm": 2.0151493549346924,
547
+ "learning_rate": 4.3794085588181725e-05,
548
+ "loss": 0.8385,
549
+ "step": 385
550
+ },
551
+ {
552
+ "epoch": 2.46984126984127,
553
+ "grad_norm": 2.2131729125976562,
554
+ "learning_rate": 4.3563110184961235e-05,
555
+ "loss": 0.8482,
556
+ "step": 390
557
+ },
558
+ {
559
+ "epoch": 2.5015873015873016,
560
+ "grad_norm": 1.9444142580032349,
561
+ "learning_rate": 4.332854782105875e-05,
562
+ "loss": 0.7357,
563
+ "step": 395
564
+ },
565
+ {
566
+ "epoch": 2.533333333333333,
567
+ "grad_norm": 1.3676568269729614,
568
+ "learning_rate": 4.309044382109757e-05,
569
+ "loss": 0.6352,
570
+ "step": 400
571
+ },
572
+ {
573
+ "epoch": 2.565079365079365,
574
+ "grad_norm": 1.5921475887298584,
575
+ "learning_rate": 4.2848844194053455e-05,
576
+ "loss": 0.6742,
577
+ "step": 405
578
+ },
579
+ {
580
+ "epoch": 2.596825396825397,
581
+ "grad_norm": 2.04608154296875,
582
+ "learning_rate": 4.26037956243642e-05,
583
+ "loss": 0.7472,
584
+ "step": 410
585
+ },
586
+ {
587
+ "epoch": 2.6285714285714286,
588
+ "grad_norm": 1.6338012218475342,
589
+ "learning_rate": 4.235534546290883e-05,
590
+ "loss": 0.5659,
591
+ "step": 415
592
+ },
593
+ {
594
+ "epoch": 2.66031746031746,
595
+ "grad_norm": 2.2755625247955322,
596
+ "learning_rate": 4.2103541717857956e-05,
597
+ "loss": 0.6775,
598
+ "step": 420
599
+ },
600
+ {
601
+ "epoch": 2.6920634920634923,
602
+ "grad_norm": 1.8385895490646362,
603
+ "learning_rate": 4.184843304539708e-05,
604
+ "loss": 0.5902,
605
+ "step": 425
606
+ },
607
+ {
608
+ "epoch": 2.723809523809524,
609
+ "grad_norm": 2.394862174987793,
610
+ "learning_rate": 4.1590068740324806e-05,
611
+ "loss": 0.623,
612
+ "step": 430
613
+ },
614
+ {
615
+ "epoch": 2.7555555555555555,
616
+ "grad_norm": 1.9886717796325684,
617
+ "learning_rate": 4.132849872652751e-05,
618
+ "loss": 0.6361,
619
+ "step": 435
620
+ },
621
+ {
622
+ "epoch": 2.787301587301587,
623
+ "grad_norm": 2.674502372741699,
624
+ "learning_rate": 4.106377354733259e-05,
625
+ "loss": 0.6835,
626
+ "step": 440
627
+ },
628
+ {
629
+ "epoch": 2.819047619047619,
630
+ "grad_norm": 2.432657480239868,
631
+ "learning_rate": 4.079594435574186e-05,
632
+ "loss": 0.592,
633
+ "step": 445
634
+ },
635
+ {
636
+ "epoch": 2.850793650793651,
637
+ "grad_norm": 1.8935447931289673,
638
+ "learning_rate": 4.0525062904547276e-05,
639
+ "loss": 0.629,
640
+ "step": 450
641
+ },
642
+ {
643
+ "epoch": 2.8825396825396825,
644
+ "grad_norm": 2.635646343231201,
645
+ "learning_rate": 4.025118153633075e-05,
646
+ "loss": 0.7282,
647
+ "step": 455
648
+ },
649
+ {
650
+ "epoch": 2.914285714285714,
651
+ "grad_norm": 2.8444085121154785,
652
+ "learning_rate": 3.9974353173349886e-05,
653
+ "loss": 0.7106,
654
+ "step": 460
655
+ },
656
+ {
657
+ "epoch": 2.9460317460317462,
658
+ "grad_norm": 2.6861064434051514,
659
+ "learning_rate": 3.969463130731183e-05,
660
+ "loss": 0.6447,
661
+ "step": 465
662
+ },
663
+ {
664
+ "epoch": 2.977777777777778,
665
+ "grad_norm": 2.7277615070343018,
666
+ "learning_rate": 3.9412069989037015e-05,
667
+ "loss": 0.563,
668
+ "step": 470
669
+ },
670
+ {
671
+ "epoch": 3.0063492063492063,
672
+ "grad_norm": 1.8300037384033203,
673
+ "learning_rate": 3.91267238180149e-05,
674
+ "loss": 0.5555,
675
+ "step": 475
676
+ },
677
+ {
678
+ "epoch": 3.038095238095238,
679
+ "grad_norm": 2.206399917602539,
680
+ "learning_rate": 3.883864793185369e-05,
681
+ "loss": 0.4926,
682
+ "step": 480
683
+ },
684
+ {
685
+ "epoch": 3.06984126984127,
686
+ "grad_norm": 2.5881357192993164,
687
+ "learning_rate": 3.854789799562602e-05,
688
+ "loss": 0.5441,
689
+ "step": 485
690
+ },
691
+ {
692
+ "epoch": 3.1015873015873017,
693
+ "grad_norm": 2.2896475791931152,
694
+ "learning_rate": 3.825453019111281e-05,
695
+ "loss": 0.498,
696
+ "step": 490
697
+ },
698
+ {
699
+ "epoch": 3.1333333333333333,
700
+ "grad_norm": 2.622668981552124,
701
+ "learning_rate": 3.7958601205947234e-05,
702
+ "loss": 0.5055,
703
+ "step": 495
704
+ },
705
+ {
706
+ "epoch": 3.165079365079365,
707
+ "grad_norm": 3.064993381500244,
708
+ "learning_rate": 3.766016822266083e-05,
709
+ "loss": 0.5348,
710
+ "step": 500
711
+ },
712
+ {
713
+ "epoch": 3.196825396825397,
714
+ "grad_norm": 3.3422789573669434,
715
+ "learning_rate": 3.7359288907634225e-05,
716
+ "loss": 0.5869,
717
+ "step": 505
718
+ },
719
+ {
720
+ "epoch": 3.2285714285714286,
721
+ "grad_norm": 2.460176467895508,
722
+ "learning_rate": 3.705602139995416e-05,
723
+ "loss": 0.5228,
724
+ "step": 510
725
+ },
726
+ {
727
+ "epoch": 3.2603174603174603,
728
+ "grad_norm": 2.6845529079437256,
729
+ "learning_rate": 3.675042430017923e-05,
730
+ "loss": 0.4544,
731
+ "step": 515
732
+ },
733
+ {
734
+ "epoch": 3.292063492063492,
735
+ "grad_norm": 2.378709077835083,
736
+ "learning_rate": 3.6442556659016484e-05,
737
+ "loss": 0.5201,
738
+ "step": 520
739
+ },
740
+ {
741
+ "epoch": 3.323809523809524,
742
+ "grad_norm": 2.2331037521362305,
743
+ "learning_rate": 3.613247796591101e-05,
744
+ "loss": 0.4924,
745
+ "step": 525
746
+ },
747
+ {
748
+ "epoch": 3.3555555555555556,
749
+ "grad_norm": 2.702828884124756,
750
+ "learning_rate": 3.582024813755077e-05,
751
+ "loss": 0.5358,
752
+ "step": 530
753
+ },
754
+ {
755
+ "epoch": 3.3873015873015873,
756
+ "grad_norm": 2.3180782794952393,
757
+ "learning_rate": 3.550592750628885e-05,
758
+ "loss": 0.5862,
759
+ "step": 535
760
+ },
761
+ {
762
+ "epoch": 3.419047619047619,
763
+ "grad_norm": 2.6038239002227783,
764
+ "learning_rate": 3.5189576808485407e-05,
765
+ "loss": 0.5303,
766
+ "step": 540
767
+ },
768
+ {
769
+ "epoch": 3.450793650793651,
770
+ "grad_norm": 3.0068862438201904,
771
+ "learning_rate": 3.4871257172771555e-05,
772
+ "loss": 0.4848,
773
+ "step": 545
774
+ },
775
+ {
776
+ "epoch": 3.4825396825396826,
777
+ "grad_norm": 2.6912105083465576,
778
+ "learning_rate": 3.455103010823744e-05,
779
+ "loss": 0.5653,
780
+ "step": 550
781
+ },
782
+ {
783
+ "epoch": 3.5142857142857142,
784
+ "grad_norm": 3.0676960945129395,
785
+ "learning_rate": 3.422895749254677e-05,
786
+ "loss": 0.5993,
787
+ "step": 555
788
+ },
789
+ {
790
+ "epoch": 3.546031746031746,
791
+ "grad_norm": 2.376481533050537,
792
+ "learning_rate": 3.390510155998023e-05,
793
+ "loss": 0.5484,
794
+ "step": 560
795
+ },
796
+ {
797
+ "epoch": 3.5777777777777775,
798
+ "grad_norm": 2.4998154640197754,
799
+ "learning_rate": 3.357952488940984e-05,
800
+ "loss": 0.502,
801
+ "step": 565
802
+ },
803
+ {
804
+ "epoch": 3.6095238095238096,
805
+ "grad_norm": 2.900434970855713,
806
+ "learning_rate": 3.325229039220684e-05,
807
+ "loss": 0.4531,
808
+ "step": 570
809
+ },
810
+ {
811
+ "epoch": 3.641269841269841,
812
+ "grad_norm": 3.2575416564941406,
813
+ "learning_rate": 3.2923461300085305e-05,
814
+ "loss": 0.5703,
815
+ "step": 575
816
+ },
817
+ {
818
+ "epoch": 3.6730158730158733,
819
+ "grad_norm": 2.449436902999878,
820
+ "learning_rate": 3.2593101152883796e-05,
821
+ "loss": 0.5894,
822
+ "step": 580
823
+ },
824
+ {
825
+ "epoch": 3.704761904761905,
826
+ "grad_norm": 2.860034227371216,
827
+ "learning_rate": 3.226127378628756e-05,
828
+ "loss": 0.557,
829
+ "step": 585
830
+ },
831
+ {
832
+ "epoch": 3.7365079365079366,
833
+ "grad_norm": 2.4020888805389404,
834
+ "learning_rate": 3.19280433194935e-05,
835
+ "loss": 0.4805,
836
+ "step": 590
837
+ },
838
+ {
839
+ "epoch": 3.768253968253968,
840
+ "grad_norm": 2.56815767288208,
841
+ "learning_rate": 3.15934741428204e-05,
842
+ "loss": 0.5097,
843
+ "step": 595
844
+ },
845
+ {
846
+ "epoch": 3.8,
847
+ "grad_norm": 1.385717749595642,
848
+ "learning_rate": 3.1257630905266746e-05,
849
+ "loss": 0.4136,
850
+ "step": 600
851
+ },
852
+ {
853
+ "epoch": 3.831746031746032,
854
+ "grad_norm": 2.7889769077301025,
855
+ "learning_rate": 3.092057850201855e-05,
856
+ "loss": 0.4979,
857
+ "step": 605
858
+ },
859
+ {
860
+ "epoch": 3.8634920634920635,
861
+ "grad_norm": 2.0486621856689453,
862
+ "learning_rate": 3.058238206190962e-05,
863
+ "loss": 0.4226,
864
+ "step": 610
865
+ },
866
+ {
867
+ "epoch": 3.895238095238095,
868
+ "grad_norm": 2.6471216678619385,
869
+ "learning_rate": 3.0243106934836686e-05,
870
+ "loss": 0.5591,
871
+ "step": 615
872
+ },
873
+ {
874
+ "epoch": 3.9269841269841272,
875
+ "grad_norm": 2.7665154933929443,
876
+ "learning_rate": 2.9902818679131776e-05,
877
+ "loss": 0.4856,
878
+ "step": 620
879
+ },
880
+ {
881
+ "epoch": 3.958730158730159,
882
+ "grad_norm": 2.2888855934143066,
883
+ "learning_rate": 2.9561583048894382e-05,
884
+ "loss": 0.4661,
885
+ "step": 625
886
+ },
887
+ {
888
+ "epoch": 3.9904761904761905,
889
+ "grad_norm": 2.540665864944458,
890
+ "learning_rate": 2.9219465981285716e-05,
891
+ "loss": 0.5027,
892
+ "step": 630
893
+ },
894
+ {
895
+ "epoch": 4.019047619047619,
896
+ "grad_norm": 2.840465545654297,
897
+ "learning_rate": 2.8876533583787647e-05,
898
+ "loss": 0.5111,
899
+ "step": 635
900
+ },
901
+ {
902
+ "epoch": 4.050793650793651,
903
+ "grad_norm": 2.362541437149048,
904
+ "learning_rate": 2.8532852121428737e-05,
905
+ "loss": 0.4652,
906
+ "step": 640
907
+ },
908
+ {
909
+ "epoch": 4.082539682539682,
910
+ "grad_norm": 2.4384407997131348,
911
+ "learning_rate": 2.8188488003979784e-05,
912
+ "loss": 0.4227,
913
+ "step": 645
914
+ },
915
+ {
916
+ "epoch": 4.114285714285714,
917
+ "grad_norm": 2.5572218894958496,
918
+ "learning_rate": 2.784350777312142e-05,
919
+ "loss": 0.3772,
920
+ "step": 650
921
+ },
922
+ {
923
+ "epoch": 4.146031746031746,
924
+ "grad_norm": 2.4390878677368164,
925
+ "learning_rate": 2.7497978089586236e-05,
926
+ "loss": 0.4704,
927
+ "step": 655
928
+ },
929
+ {
930
+ "epoch": 4.177777777777778,
931
+ "grad_norm": 3.3781797885894775,
932
+ "learning_rate": 2.7151965720277893e-05,
933
+ "loss": 0.4303,
934
+ "step": 660
935
+ },
936
+ {
937
+ "epoch": 4.20952380952381,
938
+ "grad_norm": 2.8656809329986572,
939
+ "learning_rate": 2.6805537525369713e-05,
940
+ "loss": 0.4128,
941
+ "step": 665
942
+ },
943
+ {
944
+ "epoch": 4.241269841269841,
945
+ "grad_norm": 4.3884100914001465,
946
+ "learning_rate": 2.6458760445385216e-05,
947
+ "loss": 0.4682,
948
+ "step": 670
949
+ },
950
+ {
951
+ "epoch": 4.273015873015873,
952
+ "grad_norm": 3.1728439331054688,
953
+ "learning_rate": 2.6111701488263224e-05,
954
+ "loss": 0.4208,
955
+ "step": 675
956
+ },
957
+ {
958
+ "epoch": 4.304761904761905,
959
+ "grad_norm": 2.4535300731658936,
960
+ "learning_rate": 2.5764427716409815e-05,
961
+ "loss": 0.4489,
962
+ "step": 680
963
+ },
964
+ {
965
+ "epoch": 4.336507936507936,
966
+ "grad_norm": 2.231412887573242,
967
+ "learning_rate": 2.5417006233739864e-05,
968
+ "loss": 0.4079,
969
+ "step": 685
970
+ },
971
+ {
972
+ "epoch": 4.368253968253969,
973
+ "grad_norm": 2.2064919471740723,
974
+ "learning_rate": 2.5069504172710494e-05,
975
+ "loss": 0.4157,
976
+ "step": 690
977
+ },
978
+ {
979
+ "epoch": 4.4,
980
+ "grad_norm": 2.6554882526397705,
981
+ "learning_rate": 2.4721988681349012e-05,
982
+ "loss": 0.544,
983
+ "step": 695
984
+ },
985
+ {
986
+ "epoch": 4.431746031746032,
987
+ "grad_norm": 2.739560842514038,
988
+ "learning_rate": 2.437452691027789e-05,
989
+ "loss": 0.4366,
990
+ "step": 700
991
+ },
992
+ {
993
+ "epoch": 4.463492063492064,
994
+ "grad_norm": 2.2243738174438477,
995
+ "learning_rate": 2.402718599973919e-05,
996
+ "loss": 0.3831,
997
+ "step": 705
998
+ },
999
+ {
1000
+ "epoch": 4.495238095238095,
1001
+ "grad_norm": 2.6665985584259033,
1002
+ "learning_rate": 2.3680033066621043e-05,
1003
+ "loss": 0.3785,
1004
+ "step": 710
1005
+ },
1006
+ {
1007
+ "epoch": 4.526984126984127,
1008
+ "grad_norm": 2.7318532466888428,
1009
+ "learning_rate": 2.3333135191488563e-05,
1010
+ "loss": 0.4055,
1011
+ "step": 715
1012
+ },
1013
+ {
1014
+ "epoch": 4.5587301587301585,
1015
+ "grad_norm": 2.6442530155181885,
1016
+ "learning_rate": 2.298655940562189e-05,
1017
+ "loss": 0.3967,
1018
+ "step": 720
1019
+ },
1020
+ {
1021
+ "epoch": 4.59047619047619,
1022
+ "grad_norm": 2.543417453765869,
1023
+ "learning_rate": 2.2640372678063628e-05,
1024
+ "loss": 0.3863,
1025
+ "step": 725
1026
+ },
1027
+ {
1028
+ "epoch": 4.622222222222222,
1029
+ "grad_norm": 2.905043363571167,
1030
+ "learning_rate": 2.2294641902678445e-05,
1031
+ "loss": 0.3996,
1032
+ "step": 730
1033
+ },
1034
+ {
1035
+ "epoch": 4.653968253968254,
1036
+ "grad_norm": 1.9619908332824707,
1037
+ "learning_rate": 2.19494338852271e-05,
1038
+ "loss": 0.4122,
1039
+ "step": 735
1040
+ },
1041
+ {
1042
+ "epoch": 4.685714285714286,
1043
+ "grad_norm": 2.6673147678375244,
1044
+ "learning_rate": 2.1604815330457512e-05,
1045
+ "loss": 0.478,
1046
+ "step": 740
1047
+ },
1048
+ {
1049
+ "epoch": 4.717460317460318,
1050
+ "grad_norm": 2.735572099685669,
1051
+ "learning_rate": 2.1260852829215406e-05,
1052
+ "loss": 0.4408,
1053
+ "step": 745
1054
+ },
1055
+ {
1056
+ "epoch": 4.749206349206349,
1057
+ "grad_norm": 2.9399704933166504,
1058
+ "learning_rate": 2.0917612845576885e-05,
1059
+ "loss": 0.4422,
1060
+ "step": 750
1061
+ },
1062
+ {
1063
+ "epoch": 4.780952380952381,
1064
+ "grad_norm": 2.5321192741394043,
1065
+ "learning_rate": 2.057516170400554e-05,
1066
+ "loss": 0.3983,
1067
+ "step": 755
1068
+ },
1069
+ {
1070
+ "epoch": 4.8126984126984125,
1071
+ "grad_norm": 2.2827346324920654,
1072
+ "learning_rate": 2.0233565576536567e-05,
1073
+ "loss": 0.4235,
1074
+ "step": 760
1075
+ },
1076
+ {
1077
+ "epoch": 4.844444444444444,
1078
+ "grad_norm": 3.497560739517212,
1079
+ "learning_rate": 1.9892890469990264e-05,
1080
+ "loss": 0.4277,
1081
+ "step": 765
1082
+ },
1083
+ {
1084
+ "epoch": 4.876190476190477,
1085
+ "grad_norm": 2.7729287147521973,
1086
+ "learning_rate": 1.955320221321754e-05,
1087
+ "loss": 0.3638,
1088
+ "step": 770
1089
+ },
1090
+ {
1091
+ "epoch": 4.907936507936508,
1092
+ "grad_norm": 3.169905424118042,
1093
+ "learning_rate": 1.921456644437972e-05,
1094
+ "loss": 0.4323,
1095
+ "step": 775
1096
+ },
1097
+ {
1098
+ "epoch": 4.93968253968254,
1099
+ "grad_norm": 3.217583417892456,
1100
+ "learning_rate": 1.8877048598265283e-05,
1101
+ "loss": 0.4467,
1102
+ "step": 780
1103
+ },
1104
+ {
1105
+ "epoch": 4.9714285714285715,
1106
+ "grad_norm": 2.79040789604187,
1107
+ "learning_rate": 1.8540713893645827e-05,
1108
+ "loss": 0.3856,
1109
+ "step": 785
1110
+ },
1111
+ {
1112
+ "epoch": 5.0,
1113
+ "grad_norm": 4.346138000488281,
1114
+ "learning_rate": 1.8205627320673837e-05,
1115
+ "loss": 0.4324,
1116
+ "step": 790
1117
+ },
1118
+ {
1119
+ "epoch": 5.031746031746032,
1120
+ "grad_norm": 2.163886070251465,
1121
+ "learning_rate": 1.787185362832459e-05,
1122
+ "loss": 0.3076,
1123
+ "step": 795
1124
+ },
1125
+ {
1126
+ "epoch": 5.063492063492063,
1127
+ "grad_norm": 2.5888731479644775,
1128
+ "learning_rate": 1.7539457311884676e-05,
1129
+ "loss": 0.3277,
1130
+ "step": 800
1131
+ },
1132
+ {
1133
+ "epoch": 5.095238095238095,
1134
+ "grad_norm": 2.4321916103363037,
1135
+ "learning_rate": 1.720850260048948e-05,
1136
+ "loss": 0.286,
1137
+ "step": 805
1138
+ },
1139
+ {
1140
+ "epoch": 5.1269841269841265,
1141
+ "grad_norm": 1.7569212913513184,
1142
+ "learning_rate": 1.687905344471226e-05,
1143
+ "loss": 0.3328,
1144
+ "step": 810
1145
+ },
1146
+ {
1147
+ "epoch": 5.158730158730159,
1148
+ "grad_norm": 2.9200055599212646,
1149
+ "learning_rate": 1.6551173504206853e-05,
1150
+ "loss": 0.4124,
1151
+ "step": 815
1152
+ },
1153
+ {
1154
+ "epoch": 5.190476190476191,
1155
+ "grad_norm": 3.5868027210235596,
1156
+ "learning_rate": 1.6224926135406693e-05,
1157
+ "loss": 0.3896,
1158
+ "step": 820
1159
+ },
1160
+ {
1161
+ "epoch": 5.222222222222222,
1162
+ "grad_norm": 2.3882710933685303,
1163
+ "learning_rate": 1.5900374379282445e-05,
1164
+ "loss": 0.4112,
1165
+ "step": 825
1166
+ },
1167
+ {
1168
+ "epoch": 5.253968253968254,
1169
+ "grad_norm": 2.136838912963867,
1170
+ "learning_rate": 1.557758094916053e-05,
1171
+ "loss": 0.3479,
1172
+ "step": 830
1173
+ },
1174
+ {
1175
+ "epoch": 5.285714285714286,
1176
+ "grad_norm": 2.6616430282592773,
1177
+ "learning_rate": 1.5256608218605015e-05,
1178
+ "loss": 0.3211,
1179
+ "step": 835
1180
+ },
1181
+ {
1182
+ "epoch": 5.317460317460317,
1183
+ "grad_norm": 4.097353458404541,
1184
+ "learning_rate": 1.493751820936511e-05,
1185
+ "loss": 0.4213,
1186
+ "step": 840
1187
+ },
1188
+ {
1189
+ "epoch": 5.349206349206349,
1190
+ "grad_norm": 3.042466402053833,
1191
+ "learning_rate": 1.4620372579390678e-05,
1192
+ "loss": 0.3856,
1193
+ "step": 845
1194
+ },
1195
+ {
1196
+ "epoch": 5.380952380952381,
1197
+ "grad_norm": 2.485643148422241,
1198
+ "learning_rate": 1.4305232610918045e-05,
1199
+ "loss": 0.3751,
1200
+ "step": 850
1201
+ },
1202
+ {
1203
+ "epoch": 5.412698412698413,
1204
+ "grad_norm": 2.9114632606506348,
1205
+ "learning_rate": 1.3992159198628373e-05,
1206
+ "loss": 0.3557,
1207
+ "step": 855
1208
+ },
1209
+ {
1210
+ "epoch": 5.444444444444445,
1211
+ "grad_norm": 1.9394385814666748,
1212
+ "learning_rate": 1.3681212837880978e-05,
1213
+ "loss": 0.357,
1214
+ "step": 860
1215
+ },
1216
+ {
1217
+ "epoch": 5.476190476190476,
1218
+ "grad_norm": 3.1689724922180176,
1219
+ "learning_rate": 1.3372453613023728e-05,
1220
+ "loss": 0.3665,
1221
+ "step": 865
1222
+ },
1223
+ {
1224
+ "epoch": 5.507936507936508,
1225
+ "grad_norm": 2.9183590412139893,
1226
+ "learning_rate": 1.3065941185782979e-05,
1227
+ "loss": 0.3786,
1228
+ "step": 870
1229
+ },
1230
+ {
1231
+ "epoch": 5.5396825396825395,
1232
+ "grad_norm": 3.520986795425415,
1233
+ "learning_rate": 1.2761734783735036e-05,
1234
+ "loss": 0.3562,
1235
+ "step": 875
1236
+ },
1237
+ {
1238
+ "epoch": 5.571428571428571,
1239
+ "grad_norm": 3.4199678897857666,
1240
+ "learning_rate": 1.2459893188861613e-05,
1241
+ "loss": 0.3871,
1242
+ "step": 880
1243
+ },
1244
+ {
1245
+ "epoch": 5.603174603174603,
1246
+ "grad_norm": 2.38875675201416,
1247
+ "learning_rate": 1.2160474726191323e-05,
1248
+ "loss": 0.3532,
1249
+ "step": 885
1250
+ },
1251
+ {
1252
+ "epoch": 5.634920634920634,
1253
+ "grad_norm": 2.554577350616455,
1254
+ "learning_rate": 1.186353725252955e-05,
1255
+ "loss": 0.3241,
1256
+ "step": 890
1257
+ },
1258
+ {
1259
+ "epoch": 5.666666666666667,
1260
+ "grad_norm": 2.4856674671173096,
1261
+ "learning_rate": 1.1569138145278696e-05,
1262
+ "loss": 0.3571,
1263
+ "step": 895
1264
+ },
1265
+ {
1266
+ "epoch": 5.698412698412699,
1267
+ "grad_norm": 3.3535118103027344,
1268
+ "learning_rate": 1.1277334291351147e-05,
1269
+ "loss": 0.3456,
1270
+ "step": 900
1271
+ },
1272
+ {
1273
+ "epoch": 5.73015873015873,
1274
+ "grad_norm": 2.534107208251953,
1275
+ "learning_rate": 1.0988182076176939e-05,
1276
+ "loss": 0.3895,
1277
+ "step": 905
1278
+ },
1279
+ {
1280
+ "epoch": 5.761904761904762,
1281
+ "grad_norm": 2.346252202987671,
1282
+ "learning_rate": 1.0701737372808432e-05,
1283
+ "loss": 0.3796,
1284
+ "step": 910
1285
+ },
1286
+ {
1287
+ "epoch": 5.7936507936507935,
1288
+ "grad_norm": 2.958519220352173,
1289
+ "learning_rate": 1.0418055531123857e-05,
1290
+ "loss": 0.392,
1291
+ "step": 915
1292
+ },
1293
+ {
1294
+ "epoch": 5.825396825396825,
1295
+ "grad_norm": 1.7530192136764526,
1296
+ "learning_rate": 1.013719136713208e-05,
1297
+ "loss": 0.2836,
1298
+ "step": 920
1299
+ },
1300
+ {
1301
+ "epoch": 5.857142857142857,
1302
+ "grad_norm": 3.0703108310699463,
1303
+ "learning_rate": 9.859199152380432e-06,
1304
+ "loss": 0.4059,
1305
+ "step": 925
1306
+ },
1307
+ {
1308
+ "epoch": 5.888888888888889,
1309
+ "grad_norm": 3.0952444076538086,
1310
+ "learning_rate": 9.584132603467827e-06,
1311
+ "loss": 0.3901,
1312
+ "step": 930
1313
+ },
1314
+ {
1315
+ "epoch": 5.920634920634921,
1316
+ "grad_norm": 2.6520533561706543,
1317
+ "learning_rate": 9.312044871665032e-06,
1318
+ "loss": 0.3285,
1319
+ "step": 935
1320
+ },
1321
+ {
1322
+ "epoch": 5.9523809523809526,
1323
+ "grad_norm": 2.382810354232788,
1324
+ "learning_rate": 9.04298853264425e-06,
1325
+ "loss": 0.3998,
1326
+ "step": 940
1327
+ },
1328
+ {
1329
+ "epoch": 5.984126984126984,
1330
+ "grad_norm": 3.09870982170105,
1331
+ "learning_rate": 8.777015576319869e-06,
1332
+ "loss": 0.3804,
1333
+ "step": 945
1334
+ },
1335
+ {
1336
+ "epoch": 6.012698412698413,
1337
+ "grad_norm": 2.542013645172119,
1338
+ "learning_rate": 8.514177396802428e-06,
1339
+ "loss": 0.3471,
1340
+ "step": 950
1341
+ },
1342
+ {
1343
+ "epoch": 6.044444444444444,
1344
+ "grad_norm": 3.0190534591674805,
1345
+ "learning_rate": 8.254524782467692e-06,
1346
+ "loss": 0.3275,
1347
+ "step": 955
1348
+ },
1349
+ {
1350
+ "epoch": 6.076190476190476,
1351
+ "grad_norm": 2.745600461959839,
1352
+ "learning_rate": 7.99810790614284e-06,
1353
+ "loss": 0.3089,
1354
+ "step": 960
1355
+ },
1356
+ {
1357
+ "epoch": 6.1079365079365076,
1358
+ "grad_norm": 2.2067768573760986,
1359
+ "learning_rate": 7.744976315411428e-06,
1360
+ "loss": 0.2902,
1361
+ "step": 965
1362
+ },
1363
+ {
1364
+ "epoch": 6.13968253968254,
1365
+ "grad_norm": 2.806065320968628,
1366
+ "learning_rate": 7.495178923039398e-06,
1367
+ "loss": 0.3349,
1368
+ "step": 970
1369
+ },
1370
+ {
1371
+ "epoch": 6.171428571428572,
1372
+ "grad_norm": 2.4265201091766357,
1373
+ "learning_rate": 7.248763997523561e-06,
1374
+ "loss": 0.3295,
1375
+ "step": 975
1376
+ },
1377
+ {
1378
+ "epoch": 6.203174603174603,
1379
+ "grad_norm": 2.9042932987213135,
1380
+ "learning_rate": 7.005779153764683e-06,
1381
+ "loss": 0.3285,
1382
+ "step": 980
1383
+ },
1384
+ {
1385
+ "epoch": 6.234920634920635,
1386
+ "grad_norm": 3.585085391998291,
1387
+ "learning_rate": 6.766271343866812e-06,
1388
+ "loss": 0.3635,
1389
+ "step": 985
1390
+ },
1391
+ {
1392
+ "epoch": 6.266666666666667,
1393
+ "grad_norm": 2.554619312286377,
1394
+ "learning_rate": 6.530286848064699e-06,
1395
+ "loss": 0.2845,
1396
+ "step": 990
1397
+ },
1398
+ {
1399
+ "epoch": 6.298412698412698,
1400
+ "grad_norm": 2.951251745223999,
1401
+ "learning_rate": 6.297871265781055e-06,
1402
+ "loss": 0.3259,
1403
+ "step": 995
1404
+ },
1405
+ {
1406
+ "epoch": 6.33015873015873,
1407
+ "grad_norm": 2.6404244899749756,
1408
+ "learning_rate": 6.069069506815325e-06,
1409
+ "loss": 0.2872,
1410
+ "step": 1000
1411
+ },
1412
+ {
1413
+ "epoch": 6.3619047619047615,
1414
+ "grad_norm": 2.684638261795044,
1415
+ "learning_rate": 5.843925782665754e-06,
1416
+ "loss": 0.3206,
1417
+ "step": 1005
1418
+ },
1419
+ {
1420
+ "epoch": 6.393650793650794,
1421
+ "grad_norm": 2.080413341522217,
1422
+ "learning_rate": 5.622483597986372e-06,
1423
+ "loss": 0.3099,
1424
+ "step": 1010
1425
+ },
1426
+ {
1427
+ "epoch": 6.425396825396826,
1428
+ "grad_norm": 3.5247743129730225,
1429
+ "learning_rate": 5.404785742180565e-06,
1430
+ "loss": 0.3275,
1431
+ "step": 1015
1432
+ },
1433
+ {
1434
+ "epoch": 6.457142857142857,
1435
+ "grad_norm": 3.3956446647644043,
1436
+ "learning_rate": 5.190874281132851e-06,
1437
+ "loss": 0.3097,
1438
+ "step": 1020
1439
+ },
1440
+ {
1441
+ "epoch": 6.488888888888889,
1442
+ "grad_norm": 2.5341458320617676,
1443
+ "learning_rate": 4.980790549080463e-06,
1444
+ "loss": 0.3346,
1445
+ "step": 1025
1446
+ },
1447
+ {
1448
+ "epoch": 6.520634920634921,
1449
+ "grad_norm": 3.2887229919433594,
1450
+ "learning_rate": 4.7745751406263165e-06,
1451
+ "loss": 0.3282,
1452
+ "step": 1030
1453
+ },
1454
+ {
1455
+ "epoch": 6.552380952380952,
1456
+ "grad_norm": 2.290588617324829,
1457
+ "learning_rate": 4.572267902894884e-06,
1458
+ "loss": 0.2956,
1459
+ "step": 1035
1460
+ },
1461
+ {
1462
+ "epoch": 6.584126984126984,
1463
+ "grad_norm": 4.084680080413818,
1464
+ "learning_rate": 4.3739079278325125e-06,
1465
+ "loss": 0.3452,
1466
+ "step": 1040
1467
+ },
1468
+ {
1469
+ "epoch": 6.6158730158730155,
1470
+ "grad_norm": 2.976604700088501,
1471
+ "learning_rate": 4.179533544653674e-06,
1472
+ "loss": 0.3414,
1473
+ "step": 1045
1474
+ },
1475
+ {
1476
+ "epoch": 6.647619047619048,
1477
+ "grad_norm": 3.1176273822784424,
1478
+ "learning_rate": 3.989182312434567e-06,
1479
+ "loss": 0.3179,
1480
+ "step": 1050
1481
+ },
1482
+ {
1483
+ "epoch": 6.67936507936508,
1484
+ "grad_norm": 2.9681129455566406,
1485
+ "learning_rate": 3.8028910128555804e-06,
1486
+ "loss": 0.2868,
1487
+ "step": 1055
1488
+ },
1489
+ {
1490
+ "epoch": 6.711111111111111,
1491
+ "grad_norm": 3.6012775897979736,
1492
+ "learning_rate": 3.6206956430939244e-06,
1493
+ "loss": 0.3446,
1494
+ "step": 1060
1495
+ },
1496
+ {
1497
+ "epoch": 6.742857142857143,
1498
+ "grad_norm": 2.876650810241699,
1499
+ "learning_rate": 3.442631408867894e-06,
1500
+ "loss": 0.3363,
1501
+ "step": 1065
1502
+ },
1503
+ {
1504
+ "epoch": 6.7746031746031745,
1505
+ "grad_norm": 2.6718950271606445,
1506
+ "learning_rate": 3.2687327176340322e-06,
1507
+ "loss": 0.2764,
1508
+ "step": 1070
1509
+ },
1510
+ {
1511
+ "epoch": 6.806349206349206,
1512
+ "grad_norm": 4.247652530670166,
1513
+ "learning_rate": 3.099033171938567e-06,
1514
+ "loss": 0.3326,
1515
+ "step": 1075
1516
+ },
1517
+ {
1518
+ "epoch": 6.838095238095238,
1519
+ "grad_norm": 3.0778801441192627,
1520
+ "learning_rate": 2.9335655629243645e-06,
1521
+ "loss": 0.3685,
1522
+ "step": 1080
1523
+ },
1524
+ {
1525
+ "epoch": 6.86984126984127,
1526
+ "grad_norm": 3.640263795852661,
1527
+ "learning_rate": 2.772361863994688e-06,
1528
+ "loss": 0.3011,
1529
+ "step": 1085
1530
+ },
1531
+ {
1532
+ "epoch": 6.901587301587302,
1533
+ "grad_norm": 3.859355926513672,
1534
+ "learning_rate": 2.6154532246349477e-06,
1535
+ "loss": 0.3587,
1536
+ "step": 1090
1537
+ },
1538
+ {
1539
+ "epoch": 6.933333333333334,
1540
+ "grad_norm": 2.7156548500061035,
1541
+ "learning_rate": 2.462869964393666e-06,
1542
+ "loss": 0.3402,
1543
+ "step": 1095
1544
+ },
1545
+ {
1546
+ "epoch": 6.965079365079365,
1547
+ "grad_norm": 3.4168052673339844,
1548
+ "learning_rate": 2.31464156702382e-06,
1549
+ "loss": 0.3349,
1550
+ "step": 1100
1551
+ },
1552
+ {
1553
+ "epoch": 6.996825396825397,
1554
+ "grad_norm": 2.9093616008758545,
1555
+ "learning_rate": 2.170796674785683e-06,
1556
+ "loss": 0.3261,
1557
+ "step": 1105
1558
+ },
1559
+ {
1560
+ "epoch": 7.025396825396825,
1561
+ "grad_norm": 2.839615821838379,
1562
+ "learning_rate": 2.0313630829122522e-06,
1563
+ "loss": 0.3031,
1564
+ "step": 1110
1565
+ },
1566
+ {
1567
+ "epoch": 7.057142857142857,
1568
+ "grad_norm": 3.0792160034179688,
1569
+ "learning_rate": 1.8963677342383663e-06,
1570
+ "loss": 0.3013,
1571
+ "step": 1115
1572
+ },
1573
+ {
1574
+ "epoch": 7.088888888888889,
1575
+ "grad_norm": 2.227898120880127,
1576
+ "learning_rate": 1.7658367139945232e-06,
1577
+ "loss": 0.2666,
1578
+ "step": 1120
1579
+ },
1580
+ {
1581
+ "epoch": 7.12063492063492,
1582
+ "grad_norm": 2.5210745334625244,
1583
+ "learning_rate": 1.6397952447664177e-06,
1584
+ "loss": 0.2693,
1585
+ "step": 1125
1586
+ },
1587
+ {
1588
+ "epoch": 7.152380952380953,
1589
+ "grad_norm": 3.3494973182678223,
1590
+ "learning_rate": 1.5182676816211633e-06,
1591
+ "loss": 0.3525,
1592
+ "step": 1130
1593
+ },
1594
+ {
1595
+ "epoch": 7.184126984126984,
1596
+ "grad_norm": 2.7284188270568848,
1597
+ "learning_rate": 1.4012775074011553e-06,
1598
+ "loss": 0.2972,
1599
+ "step": 1135
1600
+ },
1601
+ {
1602
+ "epoch": 7.215873015873016,
1603
+ "grad_norm": 2.1954691410064697,
1604
+ "learning_rate": 1.28884732818646e-06,
1605
+ "loss": 0.3037,
1606
+ "step": 1140
1607
+ },
1608
+ {
1609
+ "epoch": 7.247619047619048,
1610
+ "grad_norm": 2.8341176509857178,
1611
+ "learning_rate": 1.180998868926625e-06,
1612
+ "loss": 0.314,
1613
+ "step": 1145
1614
+ },
1615
+ {
1616
+ "epoch": 7.279365079365079,
1617
+ "grad_norm": 3.621948719024658,
1618
+ "learning_rate": 1.077752969242768e-06,
1619
+ "loss": 0.2931,
1620
+ "step": 1150
1621
+ },
1622
+ {
1623
+ "epoch": 7.311111111111111,
1624
+ "grad_norm": 3.365598440170288,
1625
+ "learning_rate": 9.791295794007172e-07,
1626
+ "loss": 0.344,
1627
+ "step": 1155
1628
+ },
1629
+ {
1630
+ "epoch": 7.3428571428571425,
1631
+ "grad_norm": 3.006441116333008,
1632
+ "learning_rate": 8.851477564560062e-07,
1633
+ "loss": 0.3121,
1634
+ "step": 1160
1635
+ },
1636
+ {
1637
+ "epoch": 7.374603174603175,
1638
+ "grad_norm": 2.3393473625183105,
1639
+ "learning_rate": 7.958256605714726e-07,
1640
+ "loss": 0.2873,
1641
+ "step": 1165
1642
+ },
1643
+ {
1644
+ "epoch": 7.406349206349207,
1645
+ "grad_norm": 2.6204307079315186,
1646
+ "learning_rate": 7.111805515081532e-07,
1647
+ "loss": 0.2897,
1648
+ "step": 1170
1649
+ },
1650
+ {
1651
+ "epoch": 7.438095238095238,
1652
+ "grad_norm": 3.66949725151062,
1653
+ "learning_rate": 6.312287852901832e-07,
1654
+ "loss": 0.323,
1655
+ "step": 1175
1656
+ },
1657
+ {
1658
+ "epoch": 7.46984126984127,
1659
+ "grad_norm": 3.176905393600464,
1660
+ "learning_rate": 5.559858110443017e-07,
1661
+ "loss": 0.3114,
1662
+ "step": 1180
1663
+ },
1664
+ {
1665
+ "epoch": 7.501587301587302,
1666
+ "grad_norm": 2.6001551151275635,
1667
+ "learning_rate": 4.854661680146033e-07,
1668
+ "loss": 0.3147,
1669
+ "step": 1185
1670
+ },
1671
+ {
1672
+ "epoch": 7.533333333333333,
1673
+ "grad_norm": 2.6408729553222656,
1674
+ "learning_rate": 4.1968348275312763e-07,
1675
+ "loss": 0.2926,
1676
+ "step": 1190
1677
+ },
1678
+ {
1679
+ "epoch": 7.565079365079365,
1680
+ "grad_norm": 2.4512081146240234,
1681
+ "learning_rate": 3.586504664867707e-07,
1682
+ "loss": 0.2575,
1683
+ "step": 1195
1684
+ },
1685
+ {
1686
+ "epoch": 7.5968253968253965,
1687
+ "grad_norm": 2.964920997619629,
1688
+ "learning_rate": 3.023789126611137e-07,
1689
+ "loss": 0.3054,
1690
+ "step": 1200
1691
+ },
1692
+ {
1693
+ "epoch": 7.628571428571428,
1694
+ "grad_norm": 3.3851871490478516,
1695
+ "learning_rate": 2.508796946615405e-07,
1696
+ "loss": 0.3041,
1697
+ "step": 1205
1698
+ },
1699
+ {
1700
+ "epoch": 7.660317460317461,
1701
+ "grad_norm": 2.6496877670288086,
1702
+ "learning_rate": 2.0416276371219289e-07,
1703
+ "loss": 0.3293,
1704
+ "step": 1210
1705
+ },
1706
+ {
1707
+ "epoch": 7.692063492063492,
1708
+ "grad_norm": 3.0116524696350098,
1709
+ "learning_rate": 1.6223714695306757e-07,
1710
+ "loss": 0.3449,
1711
+ "step": 1215
1712
+ },
1713
+ {
1714
+ "epoch": 7.723809523809524,
1715
+ "grad_norm": 3.024155855178833,
1716
+ "learning_rate": 1.2511094569571668e-07,
1717
+ "loss": 0.3051,
1718
+ "step": 1220
1719
+ },
1720
+ {
1721
+ "epoch": 7.7555555555555555,
1722
+ "grad_norm": 3.3377327919006348,
1723
+ "learning_rate": 9.27913338578057e-08,
1724
+ "loss": 0.3011,
1725
+ "step": 1225
1726
+ },
1727
+ {
1728
+ "epoch": 7.787301587301587,
1729
+ "grad_norm": 3.6456995010375977,
1730
+ "learning_rate": 6.528455657691113e-08,
1731
+ "loss": 0.3179,
1732
+ "step": 1230
1733
+ },
1734
+ {
1735
+ "epoch": 7.819047619047619,
1736
+ "grad_norm": 2.919464111328125,
1737
+ "learning_rate": 4.259592900376363e-08,
1738
+ "loss": 0.2799,
1739
+ "step": 1235
1740
+ },
1741
+ {
1742
+ "epoch": 7.85079365079365,
1743
+ "grad_norm": 3.5842061042785645,
1744
+ "learning_rate": 2.4729835275189018e-08,
1745
+ "loss": 0.3065,
1746
+ "step": 1240
1747
+ },
1748
+ {
1749
+ "epoch": 7.882539682539683,
1750
+ "grad_norm": 2.56817364692688,
1751
+ "learning_rate": 1.1689727666969186e-08,
1752
+ "loss": 0.2864,
1753
+ "step": 1245
1754
+ },
1755
+ {
1756
+ "epoch": 7.914285714285715,
1757
+ "grad_norm": 3.4104034900665283,
1758
+ "learning_rate": 3.478125926756337e-09,
1759
+ "loss": 0.3002,
1760
+ "step": 1250
1761
+ },
1762
+ {
1763
+ "epoch": 7.946031746031746,
1764
+ "grad_norm": 3.37762451171875,
1765
+ "learning_rate": 9.66167871790935e-11,
1766
+ "loss": 0.2886,
1767
+ "step": 1255
1768
+ }
1769
+ ],
1770
+ "logging_steps": 5,
1771
+ "max_steps": 1256,
1772
+ "num_input_tokens_seen": 0,
1773
+ "num_train_epochs": 8,
1774
+ "save_steps": 157,
1775
+ "stateful_callbacks": {
1776
+ "TrainerControl": {
1777
+ "args": {
1778
+ "should_epoch_stop": false,
1779
+ "should_evaluate": false,
1780
+ "should_log": false,
1781
+ "should_save": true,
1782
+ "should_training_stop": true
1783
+ },
1784
+ "attributes": {}
1785
+ }
1786
+ },
1787
+ "total_flos": 2.698353498390528e+16,
1788
+ "train_batch_size": 1,
1789
+ "trial_name": null,
1790
+ "trial_params": null
1791
+ }
checkpoint-1256/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-157/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Coder-14B-Instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.15.0
checkpoint-157/adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-14B-Instruct",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.1,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 8,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "k_proj",
28
+ "q_proj",
29
+ "down_proj",
30
+ "up_proj",
31
+ "o_proj",
32
+ "v_proj",
33
+ "gate_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
checkpoint-157/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
checkpoint-157/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-157/special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
checkpoint-157/tokenizer_config.json ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\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>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\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\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|im_end|>",
201
+ "errors": "replace",
202
+ "extra_special_tokens": {},
203
+ "model_max_length": 32768,
204
+ "pad_token": "<|endoftext|>",
205
+ "padding_side": "right",
206
+ "split_special_tokens": false,
207
+ "tokenizer_class": "Qwen2Tokenizer",
208
+ "unk_token": null
209
+ }
checkpoint-157/trainer_state.json ADDED
@@ -0,0 +1,251 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.9968253968253968,
6
+ "eval_steps": 500,
7
+ "global_step": 157,
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.031746031746031744,
14
+ "grad_norm": 0.557715117931366,
15
+ "learning_rate": 1.984126984126984e-06,
16
+ "loss": 3.7156,
17
+ "step": 5
18
+ },
19
+ {
20
+ "epoch": 0.06349206349206349,
21
+ "grad_norm": 0.6210838556289673,
22
+ "learning_rate": 3.968253968253968e-06,
23
+ "loss": 3.9392,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.09523809523809523,
28
+ "grad_norm": 0.574651837348938,
29
+ "learning_rate": 5.9523809523809525e-06,
30
+ "loss": 3.9172,
31
+ "step": 15
32
+ },
33
+ {
34
+ "epoch": 0.12698412698412698,
35
+ "grad_norm": 0.49391403794288635,
36
+ "learning_rate": 7.936507936507936e-06,
37
+ "loss": 3.7298,
38
+ "step": 20
39
+ },
40
+ {
41
+ "epoch": 0.15873015873015872,
42
+ "grad_norm": 0.6184353232383728,
43
+ "learning_rate": 9.92063492063492e-06,
44
+ "loss": 3.8158,
45
+ "step": 25
46
+ },
47
+ {
48
+ "epoch": 0.19047619047619047,
49
+ "grad_norm": 0.880232572555542,
50
+ "learning_rate": 1.1904761904761905e-05,
51
+ "loss": 3.7316,
52
+ "step": 30
53
+ },
54
+ {
55
+ "epoch": 0.2222222222222222,
56
+ "grad_norm": 0.7022971510887146,
57
+ "learning_rate": 1.388888888888889e-05,
58
+ "loss": 3.8494,
59
+ "step": 35
60
+ },
61
+ {
62
+ "epoch": 0.25396825396825395,
63
+ "grad_norm": 0.8043017387390137,
64
+ "learning_rate": 1.5873015873015872e-05,
65
+ "loss": 3.8021,
66
+ "step": 40
67
+ },
68
+ {
69
+ "epoch": 0.2857142857142857,
70
+ "grad_norm": 0.975318431854248,
71
+ "learning_rate": 1.785714285714286e-05,
72
+ "loss": 3.5457,
73
+ "step": 45
74
+ },
75
+ {
76
+ "epoch": 0.31746031746031744,
77
+ "grad_norm": 0.9920660853385925,
78
+ "learning_rate": 1.984126984126984e-05,
79
+ "loss": 3.6339,
80
+ "step": 50
81
+ },
82
+ {
83
+ "epoch": 0.3492063492063492,
84
+ "grad_norm": 1.0266857147216797,
85
+ "learning_rate": 2.1825396825396827e-05,
86
+ "loss": 3.3562,
87
+ "step": 55
88
+ },
89
+ {
90
+ "epoch": 0.38095238095238093,
91
+ "grad_norm": 1.0816854238510132,
92
+ "learning_rate": 2.380952380952381e-05,
93
+ "loss": 3.0271,
94
+ "step": 60
95
+ },
96
+ {
97
+ "epoch": 0.4126984126984127,
98
+ "grad_norm": 0.9915212988853455,
99
+ "learning_rate": 2.5793650793650796e-05,
100
+ "loss": 2.5454,
101
+ "step": 65
102
+ },
103
+ {
104
+ "epoch": 0.4444444444444444,
105
+ "grad_norm": 1.2306663990020752,
106
+ "learning_rate": 2.777777777777778e-05,
107
+ "loss": 2.4261,
108
+ "step": 70
109
+ },
110
+ {
111
+ "epoch": 0.47619047619047616,
112
+ "grad_norm": 1.2502392530441284,
113
+ "learning_rate": 2.9761904761904762e-05,
114
+ "loss": 2.0371,
115
+ "step": 75
116
+ },
117
+ {
118
+ "epoch": 0.5079365079365079,
119
+ "grad_norm": 1.5857068300247192,
120
+ "learning_rate": 3.1746031746031745e-05,
121
+ "loss": 1.9495,
122
+ "step": 80
123
+ },
124
+ {
125
+ "epoch": 0.5396825396825397,
126
+ "grad_norm": 1.2740144729614258,
127
+ "learning_rate": 3.3730158730158734e-05,
128
+ "loss": 1.8084,
129
+ "step": 85
130
+ },
131
+ {
132
+ "epoch": 0.5714285714285714,
133
+ "grad_norm": 1.813217043876648,
134
+ "learning_rate": 3.571428571428572e-05,
135
+ "loss": 1.4826,
136
+ "step": 90
137
+ },
138
+ {
139
+ "epoch": 0.6031746031746031,
140
+ "grad_norm": 1.1831731796264648,
141
+ "learning_rate": 3.76984126984127e-05,
142
+ "loss": 1.1703,
143
+ "step": 95
144
+ },
145
+ {
146
+ "epoch": 0.6349206349206349,
147
+ "grad_norm": 2.0489368438720703,
148
+ "learning_rate": 3.968253968253968e-05,
149
+ "loss": 1.2717,
150
+ "step": 100
151
+ },
152
+ {
153
+ "epoch": 0.6666666666666666,
154
+ "grad_norm": 1.4326945543289185,
155
+ "learning_rate": 4.166666666666667e-05,
156
+ "loss": 1.0786,
157
+ "step": 105
158
+ },
159
+ {
160
+ "epoch": 0.6984126984126984,
161
+ "grad_norm": 1.4672375917434692,
162
+ "learning_rate": 4.3650793650793655e-05,
163
+ "loss": 1.2461,
164
+ "step": 110
165
+ },
166
+ {
167
+ "epoch": 0.7301587301587301,
168
+ "grad_norm": 1.7501994371414185,
169
+ "learning_rate": 4.563492063492064e-05,
170
+ "loss": 1.3453,
171
+ "step": 115
172
+ },
173
+ {
174
+ "epoch": 0.7619047619047619,
175
+ "grad_norm": 1.3067994117736816,
176
+ "learning_rate": 4.761904761904762e-05,
177
+ "loss": 1.058,
178
+ "step": 120
179
+ },
180
+ {
181
+ "epoch": 0.7936507936507936,
182
+ "grad_norm": 1.3366992473602295,
183
+ "learning_rate": 4.960317460317461e-05,
184
+ "loss": 1.2212,
185
+ "step": 125
186
+ },
187
+ {
188
+ "epoch": 0.8253968253968254,
189
+ "grad_norm": 1.0570944547653198,
190
+ "learning_rate": 4.9998454146340764e-05,
191
+ "loss": 1.014,
192
+ "step": 130
193
+ },
194
+ {
195
+ "epoch": 0.8571428571428571,
196
+ "grad_norm": 1.225695252418518,
197
+ "learning_rate": 4.999217444349398e-05,
198
+ "loss": 1.2156,
199
+ "step": 135
200
+ },
201
+ {
202
+ "epoch": 0.8888888888888888,
203
+ "grad_norm": 1.4539202451705933,
204
+ "learning_rate": 4.998106548810312e-05,
205
+ "loss": 1.2021,
206
+ "step": 140
207
+ },
208
+ {
209
+ "epoch": 0.9206349206349206,
210
+ "grad_norm": 1.0543771982192993,
211
+ "learning_rate": 4.996512942675816e-05,
212
+ "loss": 0.9998,
213
+ "step": 145
214
+ },
215
+ {
216
+ "epoch": 0.9523809523809523,
217
+ "grad_norm": 1.205698013305664,
218
+ "learning_rate": 4.99443693387936e-05,
219
+ "loss": 0.8978,
220
+ "step": 150
221
+ },
222
+ {
223
+ "epoch": 0.9841269841269841,
224
+ "grad_norm": 1.279111385345459,
225
+ "learning_rate": 4.991878923569342e-05,
226
+ "loss": 1.0797,
227
+ "step": 155
228
+ }
229
+ ],
230
+ "logging_steps": 5,
231
+ "max_steps": 1256,
232
+ "num_input_tokens_seen": 0,
233
+ "num_train_epochs": 8,
234
+ "save_steps": 157,
235
+ "stateful_callbacks": {
236
+ "TrainerControl": {
237
+ "args": {
238
+ "should_epoch_stop": false,
239
+ "should_evaluate": false,
240
+ "should_log": false,
241
+ "should_save": true,
242
+ "should_training_stop": false
243
+ },
244
+ "attributes": {}
245
+ }
246
+ },
247
+ "total_flos": 3382367259459584.0,
248
+ "train_batch_size": 1,
249
+ "trial_name": null,
250
+ "trial_params": null
251
+ }
checkpoint-157/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-314/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Coder-14B-Instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.15.0
checkpoint-314/adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-14B-Instruct",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.1,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 8,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "k_proj",
28
+ "q_proj",
29
+ "down_proj",
30
+ "up_proj",
31
+ "o_proj",
32
+ "v_proj",
33
+ "gate_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
checkpoint-314/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
checkpoint-314/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-314/special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
checkpoint-314/tokenizer_config.json ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\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>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\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\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|im_end|>",
201
+ "errors": "replace",
202
+ "extra_special_tokens": {},
203
+ "model_max_length": 32768,
204
+ "pad_token": "<|endoftext|>",
205
+ "padding_side": "right",
206
+ "split_special_tokens": false,
207
+ "tokenizer_class": "Qwen2Tokenizer",
208
+ "unk_token": null
209
+ }
checkpoint-314/trainer_state.json ADDED
@@ -0,0 +1,468 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.9904761904761905,
6
+ "eval_steps": 500,
7
+ "global_step": 314,
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.031746031746031744,
14
+ "grad_norm": 0.557715117931366,
15
+ "learning_rate": 1.984126984126984e-06,
16
+ "loss": 3.7156,
17
+ "step": 5
18
+ },
19
+ {
20
+ "epoch": 0.06349206349206349,
21
+ "grad_norm": 0.6210838556289673,
22
+ "learning_rate": 3.968253968253968e-06,
23
+ "loss": 3.9392,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.09523809523809523,
28
+ "grad_norm": 0.574651837348938,
29
+ "learning_rate": 5.9523809523809525e-06,
30
+ "loss": 3.9172,
31
+ "step": 15
32
+ },
33
+ {
34
+ "epoch": 0.12698412698412698,
35
+ "grad_norm": 0.49391403794288635,
36
+ "learning_rate": 7.936507936507936e-06,
37
+ "loss": 3.7298,
38
+ "step": 20
39
+ },
40
+ {
41
+ "epoch": 0.15873015873015872,
42
+ "grad_norm": 0.6184353232383728,
43
+ "learning_rate": 9.92063492063492e-06,
44
+ "loss": 3.8158,
45
+ "step": 25
46
+ },
47
+ {
48
+ "epoch": 0.19047619047619047,
49
+ "grad_norm": 0.880232572555542,
50
+ "learning_rate": 1.1904761904761905e-05,
51
+ "loss": 3.7316,
52
+ "step": 30
53
+ },
54
+ {
55
+ "epoch": 0.2222222222222222,
56
+ "grad_norm": 0.7022971510887146,
57
+ "learning_rate": 1.388888888888889e-05,
58
+ "loss": 3.8494,
59
+ "step": 35
60
+ },
61
+ {
62
+ "epoch": 0.25396825396825395,
63
+ "grad_norm": 0.8043017387390137,
64
+ "learning_rate": 1.5873015873015872e-05,
65
+ "loss": 3.8021,
66
+ "step": 40
67
+ },
68
+ {
69
+ "epoch": 0.2857142857142857,
70
+ "grad_norm": 0.975318431854248,
71
+ "learning_rate": 1.785714285714286e-05,
72
+ "loss": 3.5457,
73
+ "step": 45
74
+ },
75
+ {
76
+ "epoch": 0.31746031746031744,
77
+ "grad_norm": 0.9920660853385925,
78
+ "learning_rate": 1.984126984126984e-05,
79
+ "loss": 3.6339,
80
+ "step": 50
81
+ },
82
+ {
83
+ "epoch": 0.3492063492063492,
84
+ "grad_norm": 1.0266857147216797,
85
+ "learning_rate": 2.1825396825396827e-05,
86
+ "loss": 3.3562,
87
+ "step": 55
88
+ },
89
+ {
90
+ "epoch": 0.38095238095238093,
91
+ "grad_norm": 1.0816854238510132,
92
+ "learning_rate": 2.380952380952381e-05,
93
+ "loss": 3.0271,
94
+ "step": 60
95
+ },
96
+ {
97
+ "epoch": 0.4126984126984127,
98
+ "grad_norm": 0.9915212988853455,
99
+ "learning_rate": 2.5793650793650796e-05,
100
+ "loss": 2.5454,
101
+ "step": 65
102
+ },
103
+ {
104
+ "epoch": 0.4444444444444444,
105
+ "grad_norm": 1.2306663990020752,
106
+ "learning_rate": 2.777777777777778e-05,
107
+ "loss": 2.4261,
108
+ "step": 70
109
+ },
110
+ {
111
+ "epoch": 0.47619047619047616,
112
+ "grad_norm": 1.2502392530441284,
113
+ "learning_rate": 2.9761904761904762e-05,
114
+ "loss": 2.0371,
115
+ "step": 75
116
+ },
117
+ {
118
+ "epoch": 0.5079365079365079,
119
+ "grad_norm": 1.5857068300247192,
120
+ "learning_rate": 3.1746031746031745e-05,
121
+ "loss": 1.9495,
122
+ "step": 80
123
+ },
124
+ {
125
+ "epoch": 0.5396825396825397,
126
+ "grad_norm": 1.2740144729614258,
127
+ "learning_rate": 3.3730158730158734e-05,
128
+ "loss": 1.8084,
129
+ "step": 85
130
+ },
131
+ {
132
+ "epoch": 0.5714285714285714,
133
+ "grad_norm": 1.813217043876648,
134
+ "learning_rate": 3.571428571428572e-05,
135
+ "loss": 1.4826,
136
+ "step": 90
137
+ },
138
+ {
139
+ "epoch": 0.6031746031746031,
140
+ "grad_norm": 1.1831731796264648,
141
+ "learning_rate": 3.76984126984127e-05,
142
+ "loss": 1.1703,
143
+ "step": 95
144
+ },
145
+ {
146
+ "epoch": 0.6349206349206349,
147
+ "grad_norm": 2.0489368438720703,
148
+ "learning_rate": 3.968253968253968e-05,
149
+ "loss": 1.2717,
150
+ "step": 100
151
+ },
152
+ {
153
+ "epoch": 0.6666666666666666,
154
+ "grad_norm": 1.4326945543289185,
155
+ "learning_rate": 4.166666666666667e-05,
156
+ "loss": 1.0786,
157
+ "step": 105
158
+ },
159
+ {
160
+ "epoch": 0.6984126984126984,
161
+ "grad_norm": 1.4672375917434692,
162
+ "learning_rate": 4.3650793650793655e-05,
163
+ "loss": 1.2461,
164
+ "step": 110
165
+ },
166
+ {
167
+ "epoch": 0.7301587301587301,
168
+ "grad_norm": 1.7501994371414185,
169
+ "learning_rate": 4.563492063492064e-05,
170
+ "loss": 1.3453,
171
+ "step": 115
172
+ },
173
+ {
174
+ "epoch": 0.7619047619047619,
175
+ "grad_norm": 1.3067994117736816,
176
+ "learning_rate": 4.761904761904762e-05,
177
+ "loss": 1.058,
178
+ "step": 120
179
+ },
180
+ {
181
+ "epoch": 0.7936507936507936,
182
+ "grad_norm": 1.3366992473602295,
183
+ "learning_rate": 4.960317460317461e-05,
184
+ "loss": 1.2212,
185
+ "step": 125
186
+ },
187
+ {
188
+ "epoch": 0.8253968253968254,
189
+ "grad_norm": 1.0570944547653198,
190
+ "learning_rate": 4.9998454146340764e-05,
191
+ "loss": 1.014,
192
+ "step": 130
193
+ },
194
+ {
195
+ "epoch": 0.8571428571428571,
196
+ "grad_norm": 1.225695252418518,
197
+ "learning_rate": 4.999217444349398e-05,
198
+ "loss": 1.2156,
199
+ "step": 135
200
+ },
201
+ {
202
+ "epoch": 0.8888888888888888,
203
+ "grad_norm": 1.4539202451705933,
204
+ "learning_rate": 4.998106548810312e-05,
205
+ "loss": 1.2021,
206
+ "step": 140
207
+ },
208
+ {
209
+ "epoch": 0.9206349206349206,
210
+ "grad_norm": 1.0543771982192993,
211
+ "learning_rate": 4.996512942675816e-05,
212
+ "loss": 0.9998,
213
+ "step": 145
214
+ },
215
+ {
216
+ "epoch": 0.9523809523809523,
217
+ "grad_norm": 1.205698013305664,
218
+ "learning_rate": 4.99443693387936e-05,
219
+ "loss": 0.8978,
220
+ "step": 150
221
+ },
222
+ {
223
+ "epoch": 0.9841269841269841,
224
+ "grad_norm": 1.279111385345459,
225
+ "learning_rate": 4.991878923569342e-05,
226
+ "loss": 1.0797,
227
+ "step": 155
228
+ },
229
+ {
230
+ "epoch": 1.0126984126984127,
231
+ "grad_norm": 1.5468761920928955,
232
+ "learning_rate": 4.9888394060315975e-05,
233
+ "loss": 1.0614,
234
+ "step": 160
235
+ },
236
+ {
237
+ "epoch": 1.0444444444444445,
238
+ "grad_norm": 1.3189973831176758,
239
+ "learning_rate": 4.9853189685938837e-05,
240
+ "loss": 0.8396,
241
+ "step": 165
242
+ },
243
+ {
244
+ "epoch": 1.0761904761904761,
245
+ "grad_norm": 1.0562372207641602,
246
+ "learning_rate": 4.981318291512396e-05,
247
+ "loss": 0.8926,
248
+ "step": 170
249
+ },
250
+ {
251
+ "epoch": 1.107936507936508,
252
+ "grad_norm": 0.9939103722572327,
253
+ "learning_rate": 4.976838147840314e-05,
254
+ "loss": 0.9728,
255
+ "step": 175
256
+ },
257
+ {
258
+ "epoch": 1.1396825396825396,
259
+ "grad_norm": 1.6342549324035645,
260
+ "learning_rate": 4.971879403278432e-05,
261
+ "loss": 0.8781,
262
+ "step": 180
263
+ },
264
+ {
265
+ "epoch": 1.1714285714285715,
266
+ "grad_norm": 1.3527770042419434,
267
+ "learning_rate": 4.966443016007873e-05,
268
+ "loss": 1.0276,
269
+ "step": 185
270
+ },
271
+ {
272
+ "epoch": 1.2031746031746031,
273
+ "grad_norm": 1.2593631744384766,
274
+ "learning_rate": 4.960530036504942e-05,
275
+ "loss": 0.9742,
276
+ "step": 190
277
+ },
278
+ {
279
+ "epoch": 1.234920634920635,
280
+ "grad_norm": 1.2724119424819946,
281
+ "learning_rate": 4.9541416073381395e-05,
282
+ "loss": 0.7572,
283
+ "step": 195
284
+ },
285
+ {
286
+ "epoch": 1.2666666666666666,
287
+ "grad_norm": 1.2241063117980957,
288
+ "learning_rate": 4.947278962947387e-05,
289
+ "loss": 0.8872,
290
+ "step": 200
291
+ },
292
+ {
293
+ "epoch": 1.2984126984126985,
294
+ "grad_norm": 1.0864907503128052,
295
+ "learning_rate": 4.9399434294054894e-05,
296
+ "loss": 0.9463,
297
+ "step": 205
298
+ },
299
+ {
300
+ "epoch": 1.33015873015873,
301
+ "grad_norm": 1.2503291368484497,
302
+ "learning_rate": 4.9321364241618994e-05,
303
+ "loss": 0.8187,
304
+ "step": 210
305
+ },
306
+ {
307
+ "epoch": 1.361904761904762,
308
+ "grad_norm": 1.2996984720230103,
309
+ "learning_rate": 4.9238594557688265e-05,
310
+ "loss": 0.9949,
311
+ "step": 215
312
+ },
313
+ {
314
+ "epoch": 1.3936507936507936,
315
+ "grad_norm": 1.2346172332763672,
316
+ "learning_rate": 4.9151141235897324e-05,
317
+ "loss": 0.8104,
318
+ "step": 220
319
+ },
320
+ {
321
+ "epoch": 1.4253968253968254,
322
+ "grad_norm": 1.3184157609939575,
323
+ "learning_rate": 4.905902117490291e-05,
324
+ "loss": 0.9109,
325
+ "step": 225
326
+ },
327
+ {
328
+ "epoch": 1.457142857142857,
329
+ "grad_norm": 1.4319523572921753,
330
+ "learning_rate": 4.89622521751185e-05,
331
+ "loss": 0.9854,
332
+ "step": 230
333
+ },
334
+ {
335
+ "epoch": 1.488888888888889,
336
+ "grad_norm": 1.458723545074463,
337
+ "learning_rate": 4.886085293527474e-05,
338
+ "loss": 0.9916,
339
+ "step": 235
340
+ },
341
+ {
342
+ "epoch": 1.5206349206349206,
343
+ "grad_norm": 1.2609443664550781,
344
+ "learning_rate": 4.8754843048806296e-05,
345
+ "loss": 0.9446,
346
+ "step": 240
347
+ },
348
+ {
349
+ "epoch": 1.5523809523809524,
350
+ "grad_norm": 1.1162338256835938,
351
+ "learning_rate": 4.864424300006579e-05,
352
+ "loss": 0.746,
353
+ "step": 245
354
+ },
355
+ {
356
+ "epoch": 1.5841269841269843,
357
+ "grad_norm": 1.4760407209396362,
358
+ "learning_rate": 4.852907416036559e-05,
359
+ "loss": 0.8856,
360
+ "step": 250
361
+ },
362
+ {
363
+ "epoch": 1.615873015873016,
364
+ "grad_norm": 1.4606406688690186,
365
+ "learning_rate": 4.8409358783848216e-05,
366
+ "loss": 0.8501,
367
+ "step": 255
368
+ },
369
+ {
370
+ "epoch": 1.6476190476190475,
371
+ "grad_norm": 1.4926954507827759,
372
+ "learning_rate": 4.828512000318617e-05,
373
+ "loss": 0.8581,
374
+ "step": 260
375
+ },
376
+ {
377
+ "epoch": 1.6793650793650794,
378
+ "grad_norm": 1.7399059534072876,
379
+ "learning_rate": 4.8156381825112006e-05,
380
+ "loss": 0.8994,
381
+ "step": 265
382
+ },
383
+ {
384
+ "epoch": 1.7111111111111112,
385
+ "grad_norm": 1.2087697982788086,
386
+ "learning_rate": 4.8023169125779466e-05,
387
+ "loss": 0.8272,
388
+ "step": 270
389
+ },
390
+ {
391
+ "epoch": 1.7428571428571429,
392
+ "grad_norm": 1.5295592546463013,
393
+ "learning_rate": 4.788550764595667e-05,
394
+ "loss": 0.8555,
395
+ "step": 275
396
+ },
397
+ {
398
+ "epoch": 1.7746031746031745,
399
+ "grad_norm": 1.6441818475723267,
400
+ "learning_rate": 4.774342398605221e-05,
401
+ "loss": 0.768,
402
+ "step": 280
403
+ },
404
+ {
405
+ "epoch": 1.8063492063492064,
406
+ "grad_norm": 1.8932971954345703,
407
+ "learning_rate": 4.759694560097513e-05,
408
+ "loss": 0.9286,
409
+ "step": 285
410
+ },
411
+ {
412
+ "epoch": 1.8380952380952382,
413
+ "grad_norm": 1.565648078918457,
414
+ "learning_rate": 4.7446100794829785e-05,
415
+ "loss": 0.7844,
416
+ "step": 290
417
+ },
418
+ {
419
+ "epoch": 1.8698412698412699,
420
+ "grad_norm": 1.4803764820098877,
421
+ "learning_rate": 4.7290918715446644e-05,
422
+ "loss": 0.9625,
423
+ "step": 295
424
+ },
425
+ {
426
+ "epoch": 1.9015873015873015,
427
+ "grad_norm": 1.2535064220428467,
428
+ "learning_rate": 4.7131429348750055e-05,
429
+ "loss": 0.7778,
430
+ "step": 300
431
+ },
432
+ {
433
+ "epoch": 1.9333333333333333,
434
+ "grad_norm": 1.4900981187820435,
435
+ "learning_rate": 4.6967663512963986e-05,
436
+ "loss": 0.6377,
437
+ "step": 305
438
+ },
439
+ {
440
+ "epoch": 1.9650793650793652,
441
+ "grad_norm": 1.5180715322494507,
442
+ "learning_rate": 4.6799652852657064e-05,
443
+ "loss": 0.8705,
444
+ "step": 310
445
+ }
446
+ ],
447
+ "logging_steps": 5,
448
+ "max_steps": 1256,
449
+ "num_input_tokens_seen": 0,
450
+ "num_train_epochs": 8,
451
+ "save_steps": 157,
452
+ "stateful_callbacks": {
453
+ "TrainerControl": {
454
+ "args": {
455
+ "should_epoch_stop": false,
456
+ "should_evaluate": false,
457
+ "should_log": false,
458
+ "should_save": true,
459
+ "should_training_stop": false
460
+ },
461
+ "attributes": {}
462
+ }
463
+ },
464
+ "total_flos": 6753962648666112.0,
465
+ "train_batch_size": 1,
466
+ "trial_name": null,
467
+ "trial_params": null
468
+ }
checkpoint-314/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-471/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Coder-14B-Instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.15.0
checkpoint-471/adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-14B-Instruct",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.1,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 8,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "k_proj",
28
+ "q_proj",
29
+ "down_proj",
30
+ "up_proj",
31
+ "o_proj",
32
+ "v_proj",
33
+ "gate_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
checkpoint-471/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-471/tokenizer_config.json ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\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>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\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\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|im_end|>",
201
+ "errors": "replace",
202
+ "extra_special_tokens": {},
203
+ "model_max_length": 32768,
204
+ "pad_token": "<|endoftext|>",
205
+ "padding_side": "right",
206
+ "split_special_tokens": false,
207
+ "tokenizer_class": "Qwen2Tokenizer",
208
+ "unk_token": null
209
+ }
checkpoint-471/trainer_state.json ADDED
@@ -0,0 +1,692 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.984126984126984,
6
+ "eval_steps": 500,
7
+ "global_step": 471,
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.031746031746031744,
14
+ "grad_norm": 0.557715117931366,
15
+ "learning_rate": 1.984126984126984e-06,
16
+ "loss": 3.7156,
17
+ "step": 5
18
+ },
19
+ {
20
+ "epoch": 0.06349206349206349,
21
+ "grad_norm": 0.6210838556289673,
22
+ "learning_rate": 3.968253968253968e-06,
23
+ "loss": 3.9392,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.09523809523809523,
28
+ "grad_norm": 0.574651837348938,
29
+ "learning_rate": 5.9523809523809525e-06,
30
+ "loss": 3.9172,
31
+ "step": 15
32
+ },
33
+ {
34
+ "epoch": 0.12698412698412698,
35
+ "grad_norm": 0.49391403794288635,
36
+ "learning_rate": 7.936507936507936e-06,
37
+ "loss": 3.7298,
38
+ "step": 20
39
+ },
40
+ {
41
+ "epoch": 0.15873015873015872,
42
+ "grad_norm": 0.6184353232383728,
43
+ "learning_rate": 9.92063492063492e-06,
44
+ "loss": 3.8158,
45
+ "step": 25
46
+ },
47
+ {
48
+ "epoch": 0.19047619047619047,
49
+ "grad_norm": 0.880232572555542,
50
+ "learning_rate": 1.1904761904761905e-05,
51
+ "loss": 3.7316,
52
+ "step": 30
53
+ },
54
+ {
55
+ "epoch": 0.2222222222222222,
56
+ "grad_norm": 0.7022971510887146,
57
+ "learning_rate": 1.388888888888889e-05,
58
+ "loss": 3.8494,
59
+ "step": 35
60
+ },
61
+ {
62
+ "epoch": 0.25396825396825395,
63
+ "grad_norm": 0.8043017387390137,
64
+ "learning_rate": 1.5873015873015872e-05,
65
+ "loss": 3.8021,
66
+ "step": 40
67
+ },
68
+ {
69
+ "epoch": 0.2857142857142857,
70
+ "grad_norm": 0.975318431854248,
71
+ "learning_rate": 1.785714285714286e-05,
72
+ "loss": 3.5457,
73
+ "step": 45
74
+ },
75
+ {
76
+ "epoch": 0.31746031746031744,
77
+ "grad_norm": 0.9920660853385925,
78
+ "learning_rate": 1.984126984126984e-05,
79
+ "loss": 3.6339,
80
+ "step": 50
81
+ },
82
+ {
83
+ "epoch": 0.3492063492063492,
84
+ "grad_norm": 1.0266857147216797,
85
+ "learning_rate": 2.1825396825396827e-05,
86
+ "loss": 3.3562,
87
+ "step": 55
88
+ },
89
+ {
90
+ "epoch": 0.38095238095238093,
91
+ "grad_norm": 1.0816854238510132,
92
+ "learning_rate": 2.380952380952381e-05,
93
+ "loss": 3.0271,
94
+ "step": 60
95
+ },
96
+ {
97
+ "epoch": 0.4126984126984127,
98
+ "grad_norm": 0.9915212988853455,
99
+ "learning_rate": 2.5793650793650796e-05,
100
+ "loss": 2.5454,
101
+ "step": 65
102
+ },
103
+ {
104
+ "epoch": 0.4444444444444444,
105
+ "grad_norm": 1.2306663990020752,
106
+ "learning_rate": 2.777777777777778e-05,
107
+ "loss": 2.4261,
108
+ "step": 70
109
+ },
110
+ {
111
+ "epoch": 0.47619047619047616,
112
+ "grad_norm": 1.2502392530441284,
113
+ "learning_rate": 2.9761904761904762e-05,
114
+ "loss": 2.0371,
115
+ "step": 75
116
+ },
117
+ {
118
+ "epoch": 0.5079365079365079,
119
+ "grad_norm": 1.5857068300247192,
120
+ "learning_rate": 3.1746031746031745e-05,
121
+ "loss": 1.9495,
122
+ "step": 80
123
+ },
124
+ {
125
+ "epoch": 0.5396825396825397,
126
+ "grad_norm": 1.2740144729614258,
127
+ "learning_rate": 3.3730158730158734e-05,
128
+ "loss": 1.8084,
129
+ "step": 85
130
+ },
131
+ {
132
+ "epoch": 0.5714285714285714,
133
+ "grad_norm": 1.813217043876648,
134
+ "learning_rate": 3.571428571428572e-05,
135
+ "loss": 1.4826,
136
+ "step": 90
137
+ },
138
+ {
139
+ "epoch": 0.6031746031746031,
140
+ "grad_norm": 1.1831731796264648,
141
+ "learning_rate": 3.76984126984127e-05,
142
+ "loss": 1.1703,
143
+ "step": 95
144
+ },
145
+ {
146
+ "epoch": 0.6349206349206349,
147
+ "grad_norm": 2.0489368438720703,
148
+ "learning_rate": 3.968253968253968e-05,
149
+ "loss": 1.2717,
150
+ "step": 100
151
+ },
152
+ {
153
+ "epoch": 0.6666666666666666,
154
+ "grad_norm": 1.4326945543289185,
155
+ "learning_rate": 4.166666666666667e-05,
156
+ "loss": 1.0786,
157
+ "step": 105
158
+ },
159
+ {
160
+ "epoch": 0.6984126984126984,
161
+ "grad_norm": 1.4672375917434692,
162
+ "learning_rate": 4.3650793650793655e-05,
163
+ "loss": 1.2461,
164
+ "step": 110
165
+ },
166
+ {
167
+ "epoch": 0.7301587301587301,
168
+ "grad_norm": 1.7501994371414185,
169
+ "learning_rate": 4.563492063492064e-05,
170
+ "loss": 1.3453,
171
+ "step": 115
172
+ },
173
+ {
174
+ "epoch": 0.7619047619047619,
175
+ "grad_norm": 1.3067994117736816,
176
+ "learning_rate": 4.761904761904762e-05,
177
+ "loss": 1.058,
178
+ "step": 120
179
+ },
180
+ {
181
+ "epoch": 0.7936507936507936,
182
+ "grad_norm": 1.3366992473602295,
183
+ "learning_rate": 4.960317460317461e-05,
184
+ "loss": 1.2212,
185
+ "step": 125
186
+ },
187
+ {
188
+ "epoch": 0.8253968253968254,
189
+ "grad_norm": 1.0570944547653198,
190
+ "learning_rate": 4.9998454146340764e-05,
191
+ "loss": 1.014,
192
+ "step": 130
193
+ },
194
+ {
195
+ "epoch": 0.8571428571428571,
196
+ "grad_norm": 1.225695252418518,
197
+ "learning_rate": 4.999217444349398e-05,
198
+ "loss": 1.2156,
199
+ "step": 135
200
+ },
201
+ {
202
+ "epoch": 0.8888888888888888,
203
+ "grad_norm": 1.4539202451705933,
204
+ "learning_rate": 4.998106548810312e-05,
205
+ "loss": 1.2021,
206
+ "step": 140
207
+ },
208
+ {
209
+ "epoch": 0.9206349206349206,
210
+ "grad_norm": 1.0543771982192993,
211
+ "learning_rate": 4.996512942675816e-05,
212
+ "loss": 0.9998,
213
+ "step": 145
214
+ },
215
+ {
216
+ "epoch": 0.9523809523809523,
217
+ "grad_norm": 1.205698013305664,
218
+ "learning_rate": 4.99443693387936e-05,
219
+ "loss": 0.8978,
220
+ "step": 150
221
+ },
222
+ {
223
+ "epoch": 0.9841269841269841,
224
+ "grad_norm": 1.279111385345459,
225
+ "learning_rate": 4.991878923569342e-05,
226
+ "loss": 1.0797,
227
+ "step": 155
228
+ },
229
+ {
230
+ "epoch": 1.0126984126984127,
231
+ "grad_norm": 1.5468761920928955,
232
+ "learning_rate": 4.9888394060315975e-05,
233
+ "loss": 1.0614,
234
+ "step": 160
235
+ },
236
+ {
237
+ "epoch": 1.0444444444444445,
238
+ "grad_norm": 1.3189973831176758,
239
+ "learning_rate": 4.9853189685938837e-05,
240
+ "loss": 0.8396,
241
+ "step": 165
242
+ },
243
+ {
244
+ "epoch": 1.0761904761904761,
245
+ "grad_norm": 1.0562372207641602,
246
+ "learning_rate": 4.981318291512396e-05,
247
+ "loss": 0.8926,
248
+ "step": 170
249
+ },
250
+ {
251
+ "epoch": 1.107936507936508,
252
+ "grad_norm": 0.9939103722572327,
253
+ "learning_rate": 4.976838147840314e-05,
254
+ "loss": 0.9728,
255
+ "step": 175
256
+ },
257
+ {
258
+ "epoch": 1.1396825396825396,
259
+ "grad_norm": 1.6342549324035645,
260
+ "learning_rate": 4.971879403278432e-05,
261
+ "loss": 0.8781,
262
+ "step": 180
263
+ },
264
+ {
265
+ "epoch": 1.1714285714285715,
266
+ "grad_norm": 1.3527770042419434,
267
+ "learning_rate": 4.966443016007873e-05,
268
+ "loss": 1.0276,
269
+ "step": 185
270
+ },
271
+ {
272
+ "epoch": 1.2031746031746031,
273
+ "grad_norm": 1.2593631744384766,
274
+ "learning_rate": 4.960530036504942e-05,
275
+ "loss": 0.9742,
276
+ "step": 190
277
+ },
278
+ {
279
+ "epoch": 1.234920634920635,
280
+ "grad_norm": 1.2724119424819946,
281
+ "learning_rate": 4.9541416073381395e-05,
282
+ "loss": 0.7572,
283
+ "step": 195
284
+ },
285
+ {
286
+ "epoch": 1.2666666666666666,
287
+ "grad_norm": 1.2241063117980957,
288
+ "learning_rate": 4.947278962947387e-05,
289
+ "loss": 0.8872,
290
+ "step": 200
291
+ },
292
+ {
293
+ "epoch": 1.2984126984126985,
294
+ "grad_norm": 1.0864907503128052,
295
+ "learning_rate": 4.9399434294054894e-05,
296
+ "loss": 0.9463,
297
+ "step": 205
298
+ },
299
+ {
300
+ "epoch": 1.33015873015873,
301
+ "grad_norm": 1.2503291368484497,
302
+ "learning_rate": 4.9321364241618994e-05,
303
+ "loss": 0.8187,
304
+ "step": 210
305
+ },
306
+ {
307
+ "epoch": 1.361904761904762,
308
+ "grad_norm": 1.2996984720230103,
309
+ "learning_rate": 4.9238594557688265e-05,
310
+ "loss": 0.9949,
311
+ "step": 215
312
+ },
313
+ {
314
+ "epoch": 1.3936507936507936,
315
+ "grad_norm": 1.2346172332763672,
316
+ "learning_rate": 4.9151141235897324e-05,
317
+ "loss": 0.8104,
318
+ "step": 220
319
+ },
320
+ {
321
+ "epoch": 1.4253968253968254,
322
+ "grad_norm": 1.3184157609939575,
323
+ "learning_rate": 4.905902117490291e-05,
324
+ "loss": 0.9109,
325
+ "step": 225
326
+ },
327
+ {
328
+ "epoch": 1.457142857142857,
329
+ "grad_norm": 1.4319523572921753,
330
+ "learning_rate": 4.89622521751185e-05,
331
+ "loss": 0.9854,
332
+ "step": 230
333
+ },
334
+ {
335
+ "epoch": 1.488888888888889,
336
+ "grad_norm": 1.458723545074463,
337
+ "learning_rate": 4.886085293527474e-05,
338
+ "loss": 0.9916,
339
+ "step": 235
340
+ },
341
+ {
342
+ "epoch": 1.5206349206349206,
343
+ "grad_norm": 1.2609443664550781,
344
+ "learning_rate": 4.8754843048806296e-05,
345
+ "loss": 0.9446,
346
+ "step": 240
347
+ },
348
+ {
349
+ "epoch": 1.5523809523809524,
350
+ "grad_norm": 1.1162338256835938,
351
+ "learning_rate": 4.864424300006579e-05,
352
+ "loss": 0.746,
353
+ "step": 245
354
+ },
355
+ {
356
+ "epoch": 1.5841269841269843,
357
+ "grad_norm": 1.4760407209396362,
358
+ "learning_rate": 4.852907416036559e-05,
359
+ "loss": 0.8856,
360
+ "step": 250
361
+ },
362
+ {
363
+ "epoch": 1.615873015873016,
364
+ "grad_norm": 1.4606406688690186,
365
+ "learning_rate": 4.8409358783848216e-05,
366
+ "loss": 0.8501,
367
+ "step": 255
368
+ },
369
+ {
370
+ "epoch": 1.6476190476190475,
371
+ "grad_norm": 1.4926954507827759,
372
+ "learning_rate": 4.828512000318617e-05,
373
+ "loss": 0.8581,
374
+ "step": 260
375
+ },
376
+ {
377
+ "epoch": 1.6793650793650794,
378
+ "grad_norm": 1.7399059534072876,
379
+ "learning_rate": 4.8156381825112006e-05,
380
+ "loss": 0.8994,
381
+ "step": 265
382
+ },
383
+ {
384
+ "epoch": 1.7111111111111112,
385
+ "grad_norm": 1.2087697982788086,
386
+ "learning_rate": 4.8023169125779466e-05,
387
+ "loss": 0.8272,
388
+ "step": 270
389
+ },
390
+ {
391
+ "epoch": 1.7428571428571429,
392
+ "grad_norm": 1.5295592546463013,
393
+ "learning_rate": 4.788550764595667e-05,
394
+ "loss": 0.8555,
395
+ "step": 275
396
+ },
397
+ {
398
+ "epoch": 1.7746031746031745,
399
+ "grad_norm": 1.6441818475723267,
400
+ "learning_rate": 4.774342398605221e-05,
401
+ "loss": 0.768,
402
+ "step": 280
403
+ },
404
+ {
405
+ "epoch": 1.8063492063492064,
406
+ "grad_norm": 1.8932971954345703,
407
+ "learning_rate": 4.759694560097513e-05,
408
+ "loss": 0.9286,
409
+ "step": 285
410
+ },
411
+ {
412
+ "epoch": 1.8380952380952382,
413
+ "grad_norm": 1.565648078918457,
414
+ "learning_rate": 4.7446100794829785e-05,
415
+ "loss": 0.7844,
416
+ "step": 290
417
+ },
418
+ {
419
+ "epoch": 1.8698412698412699,
420
+ "grad_norm": 1.4803764820098877,
421
+ "learning_rate": 4.7290918715446644e-05,
422
+ "loss": 0.9625,
423
+ "step": 295
424
+ },
425
+ {
426
+ "epoch": 1.9015873015873015,
427
+ "grad_norm": 1.2535064220428467,
428
+ "learning_rate": 4.7131429348750055e-05,
429
+ "loss": 0.7778,
430
+ "step": 300
431
+ },
432
+ {
433
+ "epoch": 1.9333333333333333,
434
+ "grad_norm": 1.4900981187820435,
435
+ "learning_rate": 4.6967663512963986e-05,
436
+ "loss": 0.6377,
437
+ "step": 305
438
+ },
439
+ {
440
+ "epoch": 1.9650793650793652,
441
+ "grad_norm": 1.5180715322494507,
442
+ "learning_rate": 4.6799652852657064e-05,
443
+ "loss": 0.8705,
444
+ "step": 310
445
+ },
446
+ {
447
+ "epoch": 1.9968253968253968,
448
+ "grad_norm": 1.074388027191162,
449
+ "learning_rate": 4.662742983262784e-05,
450
+ "loss": 0.589,
451
+ "step": 315
452
+ },
453
+ {
454
+ "epoch": 2.0253968253968253,
455
+ "grad_norm": 1.4143909215927124,
456
+ "learning_rate": 4.64510277316316e-05,
457
+ "loss": 0.675,
458
+ "step": 320
459
+ },
460
+ {
461
+ "epoch": 2.057142857142857,
462
+ "grad_norm": 1.4869240522384644,
463
+ "learning_rate": 4.6270480635949933e-05,
464
+ "loss": 0.7768,
465
+ "step": 325
466
+ },
467
+ {
468
+ "epoch": 2.088888888888889,
469
+ "grad_norm": 1.4446533918380737,
470
+ "learning_rate": 4.6085823432804144e-05,
471
+ "loss": 0.6516,
472
+ "step": 330
473
+ },
474
+ {
475
+ "epoch": 2.1206349206349207,
476
+ "grad_norm": 1.8745191097259521,
477
+ "learning_rate": 4.589709180361403e-05,
478
+ "loss": 0.7022,
479
+ "step": 335
480
+ },
481
+ {
482
+ "epoch": 2.1523809523809523,
483
+ "grad_norm": 1.678874135017395,
484
+ "learning_rate": 4.5704322217103146e-05,
485
+ "loss": 0.7443,
486
+ "step": 340
487
+ },
488
+ {
489
+ "epoch": 2.1841269841269844,
490
+ "grad_norm": 2.3285534381866455,
491
+ "learning_rate": 4.550755192225188e-05,
492
+ "loss": 0.6574,
493
+ "step": 345
494
+ },
495
+ {
496
+ "epoch": 2.215873015873016,
497
+ "grad_norm": 1.537413239479065,
498
+ "learning_rate": 4.530681894109987e-05,
499
+ "loss": 0.6493,
500
+ "step": 350
501
+ },
502
+ {
503
+ "epoch": 2.2476190476190476,
504
+ "grad_norm": 1.8794249296188354,
505
+ "learning_rate": 4.510216206139894e-05,
506
+ "loss": 0.7287,
507
+ "step": 355
508
+ },
509
+ {
510
+ "epoch": 2.2793650793650793,
511
+ "grad_norm": 1.5752090215682983,
512
+ "learning_rate": 4.489362082911813e-05,
513
+ "loss": 0.6171,
514
+ "step": 360
515
+ },
516
+ {
517
+ "epoch": 2.311111111111111,
518
+ "grad_norm": 1.5545966625213623,
519
+ "learning_rate": 4.4681235540802216e-05,
520
+ "loss": 0.5651,
521
+ "step": 365
522
+ },
523
+ {
524
+ "epoch": 2.342857142857143,
525
+ "grad_norm": 1.6034917831420898,
526
+ "learning_rate": 4.446504723578519e-05,
527
+ "loss": 0.6758,
528
+ "step": 370
529
+ },
530
+ {
531
+ "epoch": 2.3746031746031746,
532
+ "grad_norm": 2.2822070121765137,
533
+ "learning_rate": 4.424509768826017e-05,
534
+ "loss": 0.7167,
535
+ "step": 375
536
+ },
537
+ {
538
+ "epoch": 2.4063492063492062,
539
+ "grad_norm": 1.3968263864517212,
540
+ "learning_rate": 4.4021429399207405e-05,
541
+ "loss": 0.6388,
542
+ "step": 380
543
+ },
544
+ {
545
+ "epoch": 2.4380952380952383,
546
+ "grad_norm": 2.0151493549346924,
547
+ "learning_rate": 4.3794085588181725e-05,
548
+ "loss": 0.8385,
549
+ "step": 385
550
+ },
551
+ {
552
+ "epoch": 2.46984126984127,
553
+ "grad_norm": 2.2131729125976562,
554
+ "learning_rate": 4.3563110184961235e-05,
555
+ "loss": 0.8482,
556
+ "step": 390
557
+ },
558
+ {
559
+ "epoch": 2.5015873015873016,
560
+ "grad_norm": 1.9444142580032349,
561
+ "learning_rate": 4.332854782105875e-05,
562
+ "loss": 0.7357,
563
+ "step": 395
564
+ },
565
+ {
566
+ "epoch": 2.533333333333333,
567
+ "grad_norm": 1.3676568269729614,
568
+ "learning_rate": 4.309044382109757e-05,
569
+ "loss": 0.6352,
570
+ "step": 400
571
+ },
572
+ {
573
+ "epoch": 2.565079365079365,
574
+ "grad_norm": 1.5921475887298584,
575
+ "learning_rate": 4.2848844194053455e-05,
576
+ "loss": 0.6742,
577
+ "step": 405
578
+ },
579
+ {
580
+ "epoch": 2.596825396825397,
581
+ "grad_norm": 2.04608154296875,
582
+ "learning_rate": 4.26037956243642e-05,
583
+ "loss": 0.7472,
584
+ "step": 410
585
+ },
586
+ {
587
+ "epoch": 2.6285714285714286,
588
+ "grad_norm": 1.6338012218475342,
589
+ "learning_rate": 4.235534546290883e-05,
590
+ "loss": 0.5659,
591
+ "step": 415
592
+ },
593
+ {
594
+ "epoch": 2.66031746031746,
595
+ "grad_norm": 2.2755625247955322,
596
+ "learning_rate": 4.2103541717857956e-05,
597
+ "loss": 0.6775,
598
+ "step": 420
599
+ },
600
+ {
601
+ "epoch": 2.6920634920634923,
602
+ "grad_norm": 1.8385895490646362,
603
+ "learning_rate": 4.184843304539708e-05,
604
+ "loss": 0.5902,
605
+ "step": 425
606
+ },
607
+ {
608
+ "epoch": 2.723809523809524,
609
+ "grad_norm": 2.394862174987793,
610
+ "learning_rate": 4.1590068740324806e-05,
611
+ "loss": 0.623,
612
+ "step": 430
613
+ },
614
+ {
615
+ "epoch": 2.7555555555555555,
616
+ "grad_norm": 1.9886717796325684,
617
+ "learning_rate": 4.132849872652751e-05,
618
+ "loss": 0.6361,
619
+ "step": 435
620
+ },
621
+ {
622
+ "epoch": 2.787301587301587,
623
+ "grad_norm": 2.674502372741699,
624
+ "learning_rate": 4.106377354733259e-05,
625
+ "loss": 0.6835,
626
+ "step": 440
627
+ },
628
+ {
629
+ "epoch": 2.819047619047619,
630
+ "grad_norm": 2.432657480239868,
631
+ "learning_rate": 4.079594435574186e-05,
632
+ "loss": 0.592,
633
+ "step": 445
634
+ },
635
+ {
636
+ "epoch": 2.850793650793651,
637
+ "grad_norm": 1.8935447931289673,
638
+ "learning_rate": 4.0525062904547276e-05,
639
+ "loss": 0.629,
640
+ "step": 450
641
+ },
642
+ {
643
+ "epoch": 2.8825396825396825,
644
+ "grad_norm": 2.635646343231201,
645
+ "learning_rate": 4.025118153633075e-05,
646
+ "loss": 0.7282,
647
+ "step": 455
648
+ },
649
+ {
650
+ "epoch": 2.914285714285714,
651
+ "grad_norm": 2.8444085121154785,
652
+ "learning_rate": 3.9974353173349886e-05,
653
+ "loss": 0.7106,
654
+ "step": 460
655
+ },
656
+ {
657
+ "epoch": 2.9460317460317462,
658
+ "grad_norm": 2.6861064434051514,
659
+ "learning_rate": 3.969463130731183e-05,
660
+ "loss": 0.6447,
661
+ "step": 465
662
+ },
663
+ {
664
+ "epoch": 2.977777777777778,
665
+ "grad_norm": 2.7277615070343018,
666
+ "learning_rate": 3.9412069989037015e-05,
667
+ "loss": 0.563,
668
+ "step": 470
669
+ }
670
+ ],
671
+ "logging_steps": 5,
672
+ "max_steps": 1256,
673
+ "num_input_tokens_seen": 0,
674
+ "num_train_epochs": 8,
675
+ "save_steps": 157,
676
+ "stateful_callbacks": {
677
+ "TrainerControl": {
678
+ "args": {
679
+ "should_epoch_stop": false,
680
+ "should_evaluate": false,
681
+ "should_log": false,
682
+ "should_save": true,
683
+ "should_training_stop": false
684
+ },
685
+ "attributes": {}
686
+ }
687
+ },
688
+ "total_flos": 1.012555803787264e+16,
689
+ "train_batch_size": 1,
690
+ "trial_name": null,
691
+ "trial_params": null
692
+ }
checkpoint-471/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-628/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Coder-14B-Instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.15.0
checkpoint-628/adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-14B-Instruct",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.1,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 8,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "k_proj",
28
+ "q_proj",
29
+ "down_proj",
30
+ "up_proj",
31
+ "o_proj",
32
+ "v_proj",
33
+ "gate_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
checkpoint-628/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
checkpoint-628/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-628/special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
checkpoint-628/tokenizer_config.json ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\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>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\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\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|im_end|>",
201
+ "errors": "replace",
202
+ "extra_special_tokens": {},
203
+ "model_max_length": 32768,
204
+ "pad_token": "<|endoftext|>",
205
+ "padding_side": "right",
206
+ "split_special_tokens": false,
207
+ "tokenizer_class": "Qwen2Tokenizer",
208
+ "unk_token": null
209
+ }
checkpoint-628/trainer_state.json ADDED
@@ -0,0 +1,909 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 3.977777777777778,
6
+ "eval_steps": 500,
7
+ "global_step": 628,
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.031746031746031744,
14
+ "grad_norm": 0.557715117931366,
15
+ "learning_rate": 1.984126984126984e-06,
16
+ "loss": 3.7156,
17
+ "step": 5
18
+ },
19
+ {
20
+ "epoch": 0.06349206349206349,
21
+ "grad_norm": 0.6210838556289673,
22
+ "learning_rate": 3.968253968253968e-06,
23
+ "loss": 3.9392,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.09523809523809523,
28
+ "grad_norm": 0.574651837348938,
29
+ "learning_rate": 5.9523809523809525e-06,
30
+ "loss": 3.9172,
31
+ "step": 15
32
+ },
33
+ {
34
+ "epoch": 0.12698412698412698,
35
+ "grad_norm": 0.49391403794288635,
36
+ "learning_rate": 7.936507936507936e-06,
37
+ "loss": 3.7298,
38
+ "step": 20
39
+ },
40
+ {
41
+ "epoch": 0.15873015873015872,
42
+ "grad_norm": 0.6184353232383728,
43
+ "learning_rate": 9.92063492063492e-06,
44
+ "loss": 3.8158,
45
+ "step": 25
46
+ },
47
+ {
48
+ "epoch": 0.19047619047619047,
49
+ "grad_norm": 0.880232572555542,
50
+ "learning_rate": 1.1904761904761905e-05,
51
+ "loss": 3.7316,
52
+ "step": 30
53
+ },
54
+ {
55
+ "epoch": 0.2222222222222222,
56
+ "grad_norm": 0.7022971510887146,
57
+ "learning_rate": 1.388888888888889e-05,
58
+ "loss": 3.8494,
59
+ "step": 35
60
+ },
61
+ {
62
+ "epoch": 0.25396825396825395,
63
+ "grad_norm": 0.8043017387390137,
64
+ "learning_rate": 1.5873015873015872e-05,
65
+ "loss": 3.8021,
66
+ "step": 40
67
+ },
68
+ {
69
+ "epoch": 0.2857142857142857,
70
+ "grad_norm": 0.975318431854248,
71
+ "learning_rate": 1.785714285714286e-05,
72
+ "loss": 3.5457,
73
+ "step": 45
74
+ },
75
+ {
76
+ "epoch": 0.31746031746031744,
77
+ "grad_norm": 0.9920660853385925,
78
+ "learning_rate": 1.984126984126984e-05,
79
+ "loss": 3.6339,
80
+ "step": 50
81
+ },
82
+ {
83
+ "epoch": 0.3492063492063492,
84
+ "grad_norm": 1.0266857147216797,
85
+ "learning_rate": 2.1825396825396827e-05,
86
+ "loss": 3.3562,
87
+ "step": 55
88
+ },
89
+ {
90
+ "epoch": 0.38095238095238093,
91
+ "grad_norm": 1.0816854238510132,
92
+ "learning_rate": 2.380952380952381e-05,
93
+ "loss": 3.0271,
94
+ "step": 60
95
+ },
96
+ {
97
+ "epoch": 0.4126984126984127,
98
+ "grad_norm": 0.9915212988853455,
99
+ "learning_rate": 2.5793650793650796e-05,
100
+ "loss": 2.5454,
101
+ "step": 65
102
+ },
103
+ {
104
+ "epoch": 0.4444444444444444,
105
+ "grad_norm": 1.2306663990020752,
106
+ "learning_rate": 2.777777777777778e-05,
107
+ "loss": 2.4261,
108
+ "step": 70
109
+ },
110
+ {
111
+ "epoch": 0.47619047619047616,
112
+ "grad_norm": 1.2502392530441284,
113
+ "learning_rate": 2.9761904761904762e-05,
114
+ "loss": 2.0371,
115
+ "step": 75
116
+ },
117
+ {
118
+ "epoch": 0.5079365079365079,
119
+ "grad_norm": 1.5857068300247192,
120
+ "learning_rate": 3.1746031746031745e-05,
121
+ "loss": 1.9495,
122
+ "step": 80
123
+ },
124
+ {
125
+ "epoch": 0.5396825396825397,
126
+ "grad_norm": 1.2740144729614258,
127
+ "learning_rate": 3.3730158730158734e-05,
128
+ "loss": 1.8084,
129
+ "step": 85
130
+ },
131
+ {
132
+ "epoch": 0.5714285714285714,
133
+ "grad_norm": 1.813217043876648,
134
+ "learning_rate": 3.571428571428572e-05,
135
+ "loss": 1.4826,
136
+ "step": 90
137
+ },
138
+ {
139
+ "epoch": 0.6031746031746031,
140
+ "grad_norm": 1.1831731796264648,
141
+ "learning_rate": 3.76984126984127e-05,
142
+ "loss": 1.1703,
143
+ "step": 95
144
+ },
145
+ {
146
+ "epoch": 0.6349206349206349,
147
+ "grad_norm": 2.0489368438720703,
148
+ "learning_rate": 3.968253968253968e-05,
149
+ "loss": 1.2717,
150
+ "step": 100
151
+ },
152
+ {
153
+ "epoch": 0.6666666666666666,
154
+ "grad_norm": 1.4326945543289185,
155
+ "learning_rate": 4.166666666666667e-05,
156
+ "loss": 1.0786,
157
+ "step": 105
158
+ },
159
+ {
160
+ "epoch": 0.6984126984126984,
161
+ "grad_norm": 1.4672375917434692,
162
+ "learning_rate": 4.3650793650793655e-05,
163
+ "loss": 1.2461,
164
+ "step": 110
165
+ },
166
+ {
167
+ "epoch": 0.7301587301587301,
168
+ "grad_norm": 1.7501994371414185,
169
+ "learning_rate": 4.563492063492064e-05,
170
+ "loss": 1.3453,
171
+ "step": 115
172
+ },
173
+ {
174
+ "epoch": 0.7619047619047619,
175
+ "grad_norm": 1.3067994117736816,
176
+ "learning_rate": 4.761904761904762e-05,
177
+ "loss": 1.058,
178
+ "step": 120
179
+ },
180
+ {
181
+ "epoch": 0.7936507936507936,
182
+ "grad_norm": 1.3366992473602295,
183
+ "learning_rate": 4.960317460317461e-05,
184
+ "loss": 1.2212,
185
+ "step": 125
186
+ },
187
+ {
188
+ "epoch": 0.8253968253968254,
189
+ "grad_norm": 1.0570944547653198,
190
+ "learning_rate": 4.9998454146340764e-05,
191
+ "loss": 1.014,
192
+ "step": 130
193
+ },
194
+ {
195
+ "epoch": 0.8571428571428571,
196
+ "grad_norm": 1.225695252418518,
197
+ "learning_rate": 4.999217444349398e-05,
198
+ "loss": 1.2156,
199
+ "step": 135
200
+ },
201
+ {
202
+ "epoch": 0.8888888888888888,
203
+ "grad_norm": 1.4539202451705933,
204
+ "learning_rate": 4.998106548810312e-05,
205
+ "loss": 1.2021,
206
+ "step": 140
207
+ },
208
+ {
209
+ "epoch": 0.9206349206349206,
210
+ "grad_norm": 1.0543771982192993,
211
+ "learning_rate": 4.996512942675816e-05,
212
+ "loss": 0.9998,
213
+ "step": 145
214
+ },
215
+ {
216
+ "epoch": 0.9523809523809523,
217
+ "grad_norm": 1.205698013305664,
218
+ "learning_rate": 4.99443693387936e-05,
219
+ "loss": 0.8978,
220
+ "step": 150
221
+ },
222
+ {
223
+ "epoch": 0.9841269841269841,
224
+ "grad_norm": 1.279111385345459,
225
+ "learning_rate": 4.991878923569342e-05,
226
+ "loss": 1.0797,
227
+ "step": 155
228
+ },
229
+ {
230
+ "epoch": 1.0126984126984127,
231
+ "grad_norm": 1.5468761920928955,
232
+ "learning_rate": 4.9888394060315975e-05,
233
+ "loss": 1.0614,
234
+ "step": 160
235
+ },
236
+ {
237
+ "epoch": 1.0444444444444445,
238
+ "grad_norm": 1.3189973831176758,
239
+ "learning_rate": 4.9853189685938837e-05,
240
+ "loss": 0.8396,
241
+ "step": 165
242
+ },
243
+ {
244
+ "epoch": 1.0761904761904761,
245
+ "grad_norm": 1.0562372207641602,
246
+ "learning_rate": 4.981318291512396e-05,
247
+ "loss": 0.8926,
248
+ "step": 170
249
+ },
250
+ {
251
+ "epoch": 1.107936507936508,
252
+ "grad_norm": 0.9939103722572327,
253
+ "learning_rate": 4.976838147840314e-05,
254
+ "loss": 0.9728,
255
+ "step": 175
256
+ },
257
+ {
258
+ "epoch": 1.1396825396825396,
259
+ "grad_norm": 1.6342549324035645,
260
+ "learning_rate": 4.971879403278432e-05,
261
+ "loss": 0.8781,
262
+ "step": 180
263
+ },
264
+ {
265
+ "epoch": 1.1714285714285715,
266
+ "grad_norm": 1.3527770042419434,
267
+ "learning_rate": 4.966443016007873e-05,
268
+ "loss": 1.0276,
269
+ "step": 185
270
+ },
271
+ {
272
+ "epoch": 1.2031746031746031,
273
+ "grad_norm": 1.2593631744384766,
274
+ "learning_rate": 4.960530036504942e-05,
275
+ "loss": 0.9742,
276
+ "step": 190
277
+ },
278
+ {
279
+ "epoch": 1.234920634920635,
280
+ "grad_norm": 1.2724119424819946,
281
+ "learning_rate": 4.9541416073381395e-05,
282
+ "loss": 0.7572,
283
+ "step": 195
284
+ },
285
+ {
286
+ "epoch": 1.2666666666666666,
287
+ "grad_norm": 1.2241063117980957,
288
+ "learning_rate": 4.947278962947387e-05,
289
+ "loss": 0.8872,
290
+ "step": 200
291
+ },
292
+ {
293
+ "epoch": 1.2984126984126985,
294
+ "grad_norm": 1.0864907503128052,
295
+ "learning_rate": 4.9399434294054894e-05,
296
+ "loss": 0.9463,
297
+ "step": 205
298
+ },
299
+ {
300
+ "epoch": 1.33015873015873,
301
+ "grad_norm": 1.2503291368484497,
302
+ "learning_rate": 4.9321364241618994e-05,
303
+ "loss": 0.8187,
304
+ "step": 210
305
+ },
306
+ {
307
+ "epoch": 1.361904761904762,
308
+ "grad_norm": 1.2996984720230103,
309
+ "learning_rate": 4.9238594557688265e-05,
310
+ "loss": 0.9949,
311
+ "step": 215
312
+ },
313
+ {
314
+ "epoch": 1.3936507936507936,
315
+ "grad_norm": 1.2346172332763672,
316
+ "learning_rate": 4.9151141235897324e-05,
317
+ "loss": 0.8104,
318
+ "step": 220
319
+ },
320
+ {
321
+ "epoch": 1.4253968253968254,
322
+ "grad_norm": 1.3184157609939575,
323
+ "learning_rate": 4.905902117490291e-05,
324
+ "loss": 0.9109,
325
+ "step": 225
326
+ },
327
+ {
328
+ "epoch": 1.457142857142857,
329
+ "grad_norm": 1.4319523572921753,
330
+ "learning_rate": 4.89622521751185e-05,
331
+ "loss": 0.9854,
332
+ "step": 230
333
+ },
334
+ {
335
+ "epoch": 1.488888888888889,
336
+ "grad_norm": 1.458723545074463,
337
+ "learning_rate": 4.886085293527474e-05,
338
+ "loss": 0.9916,
339
+ "step": 235
340
+ },
341
+ {
342
+ "epoch": 1.5206349206349206,
343
+ "grad_norm": 1.2609443664550781,
344
+ "learning_rate": 4.8754843048806296e-05,
345
+ "loss": 0.9446,
346
+ "step": 240
347
+ },
348
+ {
349
+ "epoch": 1.5523809523809524,
350
+ "grad_norm": 1.1162338256835938,
351
+ "learning_rate": 4.864424300006579e-05,
352
+ "loss": 0.746,
353
+ "step": 245
354
+ },
355
+ {
356
+ "epoch": 1.5841269841269843,
357
+ "grad_norm": 1.4760407209396362,
358
+ "learning_rate": 4.852907416036559e-05,
359
+ "loss": 0.8856,
360
+ "step": 250
361
+ },
362
+ {
363
+ "epoch": 1.615873015873016,
364
+ "grad_norm": 1.4606406688690186,
365
+ "learning_rate": 4.8409358783848216e-05,
366
+ "loss": 0.8501,
367
+ "step": 255
368
+ },
369
+ {
370
+ "epoch": 1.6476190476190475,
371
+ "grad_norm": 1.4926954507827759,
372
+ "learning_rate": 4.828512000318617e-05,
373
+ "loss": 0.8581,
374
+ "step": 260
375
+ },
376
+ {
377
+ "epoch": 1.6793650793650794,
378
+ "grad_norm": 1.7399059534072876,
379
+ "learning_rate": 4.8156381825112006e-05,
380
+ "loss": 0.8994,
381
+ "step": 265
382
+ },
383
+ {
384
+ "epoch": 1.7111111111111112,
385
+ "grad_norm": 1.2087697982788086,
386
+ "learning_rate": 4.8023169125779466e-05,
387
+ "loss": 0.8272,
388
+ "step": 270
389
+ },
390
+ {
391
+ "epoch": 1.7428571428571429,
392
+ "grad_norm": 1.5295592546463013,
393
+ "learning_rate": 4.788550764595667e-05,
394
+ "loss": 0.8555,
395
+ "step": 275
396
+ },
397
+ {
398
+ "epoch": 1.7746031746031745,
399
+ "grad_norm": 1.6441818475723267,
400
+ "learning_rate": 4.774342398605221e-05,
401
+ "loss": 0.768,
402
+ "step": 280
403
+ },
404
+ {
405
+ "epoch": 1.8063492063492064,
406
+ "grad_norm": 1.8932971954345703,
407
+ "learning_rate": 4.759694560097513e-05,
408
+ "loss": 0.9286,
409
+ "step": 285
410
+ },
411
+ {
412
+ "epoch": 1.8380952380952382,
413
+ "grad_norm": 1.565648078918457,
414
+ "learning_rate": 4.7446100794829785e-05,
415
+ "loss": 0.7844,
416
+ "step": 290
417
+ },
418
+ {
419
+ "epoch": 1.8698412698412699,
420
+ "grad_norm": 1.4803764820098877,
421
+ "learning_rate": 4.7290918715446644e-05,
422
+ "loss": 0.9625,
423
+ "step": 295
424
+ },
425
+ {
426
+ "epoch": 1.9015873015873015,
427
+ "grad_norm": 1.2535064220428467,
428
+ "learning_rate": 4.7131429348750055e-05,
429
+ "loss": 0.7778,
430
+ "step": 300
431
+ },
432
+ {
433
+ "epoch": 1.9333333333333333,
434
+ "grad_norm": 1.4900981187820435,
435
+ "learning_rate": 4.6967663512963986e-05,
436
+ "loss": 0.6377,
437
+ "step": 305
438
+ },
439
+ {
440
+ "epoch": 1.9650793650793652,
441
+ "grad_norm": 1.5180715322494507,
442
+ "learning_rate": 4.6799652852657064e-05,
443
+ "loss": 0.8705,
444
+ "step": 310
445
+ },
446
+ {
447
+ "epoch": 1.9968253968253968,
448
+ "grad_norm": 1.074388027191162,
449
+ "learning_rate": 4.662742983262784e-05,
450
+ "loss": 0.589,
451
+ "step": 315
452
+ },
453
+ {
454
+ "epoch": 2.0253968253968253,
455
+ "grad_norm": 1.4143909215927124,
456
+ "learning_rate": 4.64510277316316e-05,
457
+ "loss": 0.675,
458
+ "step": 320
459
+ },
460
+ {
461
+ "epoch": 2.057142857142857,
462
+ "grad_norm": 1.4869240522384644,
463
+ "learning_rate": 4.6270480635949933e-05,
464
+ "loss": 0.7768,
465
+ "step": 325
466
+ },
467
+ {
468
+ "epoch": 2.088888888888889,
469
+ "grad_norm": 1.4446533918380737,
470
+ "learning_rate": 4.6085823432804144e-05,
471
+ "loss": 0.6516,
472
+ "step": 330
473
+ },
474
+ {
475
+ "epoch": 2.1206349206349207,
476
+ "grad_norm": 1.8745191097259521,
477
+ "learning_rate": 4.589709180361403e-05,
478
+ "loss": 0.7022,
479
+ "step": 335
480
+ },
481
+ {
482
+ "epoch": 2.1523809523809523,
483
+ "grad_norm": 1.678874135017395,
484
+ "learning_rate": 4.5704322217103146e-05,
485
+ "loss": 0.7443,
486
+ "step": 340
487
+ },
488
+ {
489
+ "epoch": 2.1841269841269844,
490
+ "grad_norm": 2.3285534381866455,
491
+ "learning_rate": 4.550755192225188e-05,
492
+ "loss": 0.6574,
493
+ "step": 345
494
+ },
495
+ {
496
+ "epoch": 2.215873015873016,
497
+ "grad_norm": 1.537413239479065,
498
+ "learning_rate": 4.530681894109987e-05,
499
+ "loss": 0.6493,
500
+ "step": 350
501
+ },
502
+ {
503
+ "epoch": 2.2476190476190476,
504
+ "grad_norm": 1.8794249296188354,
505
+ "learning_rate": 4.510216206139894e-05,
506
+ "loss": 0.7287,
507
+ "step": 355
508
+ },
509
+ {
510
+ "epoch": 2.2793650793650793,
511
+ "grad_norm": 1.5752090215682983,
512
+ "learning_rate": 4.489362082911813e-05,
513
+ "loss": 0.6171,
514
+ "step": 360
515
+ },
516
+ {
517
+ "epoch": 2.311111111111111,
518
+ "grad_norm": 1.5545966625213623,
519
+ "learning_rate": 4.4681235540802216e-05,
520
+ "loss": 0.5651,
521
+ "step": 365
522
+ },
523
+ {
524
+ "epoch": 2.342857142857143,
525
+ "grad_norm": 1.6034917831420898,
526
+ "learning_rate": 4.446504723578519e-05,
527
+ "loss": 0.6758,
528
+ "step": 370
529
+ },
530
+ {
531
+ "epoch": 2.3746031746031746,
532
+ "grad_norm": 2.2822070121765137,
533
+ "learning_rate": 4.424509768826017e-05,
534
+ "loss": 0.7167,
535
+ "step": 375
536
+ },
537
+ {
538
+ "epoch": 2.4063492063492062,
539
+ "grad_norm": 1.3968263864517212,
540
+ "learning_rate": 4.4021429399207405e-05,
541
+ "loss": 0.6388,
542
+ "step": 380
543
+ },
544
+ {
545
+ "epoch": 2.4380952380952383,
546
+ "grad_norm": 2.0151493549346924,
547
+ "learning_rate": 4.3794085588181725e-05,
548
+ "loss": 0.8385,
549
+ "step": 385
550
+ },
551
+ {
552
+ "epoch": 2.46984126984127,
553
+ "grad_norm": 2.2131729125976562,
554
+ "learning_rate": 4.3563110184961235e-05,
555
+ "loss": 0.8482,
556
+ "step": 390
557
+ },
558
+ {
559
+ "epoch": 2.5015873015873016,
560
+ "grad_norm": 1.9444142580032349,
561
+ "learning_rate": 4.332854782105875e-05,
562
+ "loss": 0.7357,
563
+ "step": 395
564
+ },
565
+ {
566
+ "epoch": 2.533333333333333,
567
+ "grad_norm": 1.3676568269729614,
568
+ "learning_rate": 4.309044382109757e-05,
569
+ "loss": 0.6352,
570
+ "step": 400
571
+ },
572
+ {
573
+ "epoch": 2.565079365079365,
574
+ "grad_norm": 1.5921475887298584,
575
+ "learning_rate": 4.2848844194053455e-05,
576
+ "loss": 0.6742,
577
+ "step": 405
578
+ },
579
+ {
580
+ "epoch": 2.596825396825397,
581
+ "grad_norm": 2.04608154296875,
582
+ "learning_rate": 4.26037956243642e-05,
583
+ "loss": 0.7472,
584
+ "step": 410
585
+ },
586
+ {
587
+ "epoch": 2.6285714285714286,
588
+ "grad_norm": 1.6338012218475342,
589
+ "learning_rate": 4.235534546290883e-05,
590
+ "loss": 0.5659,
591
+ "step": 415
592
+ },
593
+ {
594
+ "epoch": 2.66031746031746,
595
+ "grad_norm": 2.2755625247955322,
596
+ "learning_rate": 4.2103541717857956e-05,
597
+ "loss": 0.6775,
598
+ "step": 420
599
+ },
600
+ {
601
+ "epoch": 2.6920634920634923,
602
+ "grad_norm": 1.8385895490646362,
603
+ "learning_rate": 4.184843304539708e-05,
604
+ "loss": 0.5902,
605
+ "step": 425
606
+ },
607
+ {
608
+ "epoch": 2.723809523809524,
609
+ "grad_norm": 2.394862174987793,
610
+ "learning_rate": 4.1590068740324806e-05,
611
+ "loss": 0.623,
612
+ "step": 430
613
+ },
614
+ {
615
+ "epoch": 2.7555555555555555,
616
+ "grad_norm": 1.9886717796325684,
617
+ "learning_rate": 4.132849872652751e-05,
618
+ "loss": 0.6361,
619
+ "step": 435
620
+ },
621
+ {
622
+ "epoch": 2.787301587301587,
623
+ "grad_norm": 2.674502372741699,
624
+ "learning_rate": 4.106377354733259e-05,
625
+ "loss": 0.6835,
626
+ "step": 440
627
+ },
628
+ {
629
+ "epoch": 2.819047619047619,
630
+ "grad_norm": 2.432657480239868,
631
+ "learning_rate": 4.079594435574186e-05,
632
+ "loss": 0.592,
633
+ "step": 445
634
+ },
635
+ {
636
+ "epoch": 2.850793650793651,
637
+ "grad_norm": 1.8935447931289673,
638
+ "learning_rate": 4.0525062904547276e-05,
639
+ "loss": 0.629,
640
+ "step": 450
641
+ },
642
+ {
643
+ "epoch": 2.8825396825396825,
644
+ "grad_norm": 2.635646343231201,
645
+ "learning_rate": 4.025118153633075e-05,
646
+ "loss": 0.7282,
647
+ "step": 455
648
+ },
649
+ {
650
+ "epoch": 2.914285714285714,
651
+ "grad_norm": 2.8444085121154785,
652
+ "learning_rate": 3.9974353173349886e-05,
653
+ "loss": 0.7106,
654
+ "step": 460
655
+ },
656
+ {
657
+ "epoch": 2.9460317460317462,
658
+ "grad_norm": 2.6861064434051514,
659
+ "learning_rate": 3.969463130731183e-05,
660
+ "loss": 0.6447,
661
+ "step": 465
662
+ },
663
+ {
664
+ "epoch": 2.977777777777778,
665
+ "grad_norm": 2.7277615070343018,
666
+ "learning_rate": 3.9412069989037015e-05,
667
+ "loss": 0.563,
668
+ "step": 470
669
+ },
670
+ {
671
+ "epoch": 3.0063492063492063,
672
+ "grad_norm": 1.8300037384033203,
673
+ "learning_rate": 3.91267238180149e-05,
674
+ "loss": 0.5555,
675
+ "step": 475
676
+ },
677
+ {
678
+ "epoch": 3.038095238095238,
679
+ "grad_norm": 2.206399917602539,
680
+ "learning_rate": 3.883864793185369e-05,
681
+ "loss": 0.4926,
682
+ "step": 480
683
+ },
684
+ {
685
+ "epoch": 3.06984126984127,
686
+ "grad_norm": 2.5881357192993164,
687
+ "learning_rate": 3.854789799562602e-05,
688
+ "loss": 0.5441,
689
+ "step": 485
690
+ },
691
+ {
692
+ "epoch": 3.1015873015873017,
693
+ "grad_norm": 2.2896475791931152,
694
+ "learning_rate": 3.825453019111281e-05,
695
+ "loss": 0.498,
696
+ "step": 490
697
+ },
698
+ {
699
+ "epoch": 3.1333333333333333,
700
+ "grad_norm": 2.622668981552124,
701
+ "learning_rate": 3.7958601205947234e-05,
702
+ "loss": 0.5055,
703
+ "step": 495
704
+ },
705
+ {
706
+ "epoch": 3.165079365079365,
707
+ "grad_norm": 3.064993381500244,
708
+ "learning_rate": 3.766016822266083e-05,
709
+ "loss": 0.5348,
710
+ "step": 500
711
+ },
712
+ {
713
+ "epoch": 3.196825396825397,
714
+ "grad_norm": 3.3422789573669434,
715
+ "learning_rate": 3.7359288907634225e-05,
716
+ "loss": 0.5869,
717
+ "step": 505
718
+ },
719
+ {
720
+ "epoch": 3.2285714285714286,
721
+ "grad_norm": 2.460176467895508,
722
+ "learning_rate": 3.705602139995416e-05,
723
+ "loss": 0.5228,
724
+ "step": 510
725
+ },
726
+ {
727
+ "epoch": 3.2603174603174603,
728
+ "grad_norm": 2.6845529079437256,
729
+ "learning_rate": 3.675042430017923e-05,
730
+ "loss": 0.4544,
731
+ "step": 515
732
+ },
733
+ {
734
+ "epoch": 3.292063492063492,
735
+ "grad_norm": 2.378709077835083,
736
+ "learning_rate": 3.6442556659016484e-05,
737
+ "loss": 0.5201,
738
+ "step": 520
739
+ },
740
+ {
741
+ "epoch": 3.323809523809524,
742
+ "grad_norm": 2.2331037521362305,
743
+ "learning_rate": 3.613247796591101e-05,
744
+ "loss": 0.4924,
745
+ "step": 525
746
+ },
747
+ {
748
+ "epoch": 3.3555555555555556,
749
+ "grad_norm": 2.702828884124756,
750
+ "learning_rate": 3.582024813755077e-05,
751
+ "loss": 0.5358,
752
+ "step": 530
753
+ },
754
+ {
755
+ "epoch": 3.3873015873015873,
756
+ "grad_norm": 2.3180782794952393,
757
+ "learning_rate": 3.550592750628885e-05,
758
+ "loss": 0.5862,
759
+ "step": 535
760
+ },
761
+ {
762
+ "epoch": 3.419047619047619,
763
+ "grad_norm": 2.6038239002227783,
764
+ "learning_rate": 3.5189576808485407e-05,
765
+ "loss": 0.5303,
766
+ "step": 540
767
+ },
768
+ {
769
+ "epoch": 3.450793650793651,
770
+ "grad_norm": 3.0068862438201904,
771
+ "learning_rate": 3.4871257172771555e-05,
772
+ "loss": 0.4848,
773
+ "step": 545
774
+ },
775
+ {
776
+ "epoch": 3.4825396825396826,
777
+ "grad_norm": 2.6912105083465576,
778
+ "learning_rate": 3.455103010823744e-05,
779
+ "loss": 0.5653,
780
+ "step": 550
781
+ },
782
+ {
783
+ "epoch": 3.5142857142857142,
784
+ "grad_norm": 3.0676960945129395,
785
+ "learning_rate": 3.422895749254677e-05,
786
+ "loss": 0.5993,
787
+ "step": 555
788
+ },
789
+ {
790
+ "epoch": 3.546031746031746,
791
+ "grad_norm": 2.376481533050537,
792
+ "learning_rate": 3.390510155998023e-05,
793
+ "loss": 0.5484,
794
+ "step": 560
795
+ },
796
+ {
797
+ "epoch": 3.5777777777777775,
798
+ "grad_norm": 2.4998154640197754,
799
+ "learning_rate": 3.357952488940984e-05,
800
+ "loss": 0.502,
801
+ "step": 565
802
+ },
803
+ {
804
+ "epoch": 3.6095238095238096,
805
+ "grad_norm": 2.900434970855713,
806
+ "learning_rate": 3.325229039220684e-05,
807
+ "loss": 0.4531,
808
+ "step": 570
809
+ },
810
+ {
811
+ "epoch": 3.641269841269841,
812
+ "grad_norm": 3.2575416564941406,
813
+ "learning_rate": 3.2923461300085305e-05,
814
+ "loss": 0.5703,
815
+ "step": 575
816
+ },
817
+ {
818
+ "epoch": 3.6730158730158733,
819
+ "grad_norm": 2.449436902999878,
820
+ "learning_rate": 3.2593101152883796e-05,
821
+ "loss": 0.5894,
822
+ "step": 580
823
+ },
824
+ {
825
+ "epoch": 3.704761904761905,
826
+ "grad_norm": 2.860034227371216,
827
+ "learning_rate": 3.226127378628756e-05,
828
+ "loss": 0.557,
829
+ "step": 585
830
+ },
831
+ {
832
+ "epoch": 3.7365079365079366,
833
+ "grad_norm": 2.4020888805389404,
834
+ "learning_rate": 3.19280433194935e-05,
835
+ "loss": 0.4805,
836
+ "step": 590
837
+ },
838
+ {
839
+ "epoch": 3.768253968253968,
840
+ "grad_norm": 2.56815767288208,
841
+ "learning_rate": 3.15934741428204e-05,
842
+ "loss": 0.5097,
843
+ "step": 595
844
+ },
845
+ {
846
+ "epoch": 3.8,
847
+ "grad_norm": 1.385717749595642,
848
+ "learning_rate": 3.1257630905266746e-05,
849
+ "loss": 0.4136,
850
+ "step": 600
851
+ },
852
+ {
853
+ "epoch": 3.831746031746032,
854
+ "grad_norm": 2.7889769077301025,
855
+ "learning_rate": 3.092057850201855e-05,
856
+ "loss": 0.4979,
857
+ "step": 605
858
+ },
859
+ {
860
+ "epoch": 3.8634920634920635,
861
+ "grad_norm": 2.0486621856689453,
862
+ "learning_rate": 3.058238206190962e-05,
863
+ "loss": 0.4226,
864
+ "step": 610
865
+ },
866
+ {
867
+ "epoch": 3.895238095238095,
868
+ "grad_norm": 2.6471216678619385,
869
+ "learning_rate": 3.0243106934836686e-05,
870
+ "loss": 0.5591,
871
+ "step": 615
872
+ },
873
+ {
874
+ "epoch": 3.9269841269841272,
875
+ "grad_norm": 2.7665154933929443,
876
+ "learning_rate": 2.9902818679131776e-05,
877
+ "loss": 0.4856,
878
+ "step": 620
879
+ },
880
+ {
881
+ "epoch": 3.958730158730159,
882
+ "grad_norm": 2.2888855934143066,
883
+ "learning_rate": 2.9561583048894382e-05,
884
+ "loss": 0.4661,
885
+ "step": 625
886
+ }
887
+ ],
888
+ "logging_steps": 5,
889
+ "max_steps": 1256,
890
+ "num_input_tokens_seen": 0,
891
+ "num_train_epochs": 8,
892
+ "save_steps": 157,
893
+ "stateful_callbacks": {
894
+ "TrainerControl": {
895
+ "args": {
896
+ "should_epoch_stop": false,
897
+ "should_evaluate": false,
898
+ "should_log": false,
899
+ "should_save": true,
900
+ "should_training_stop": false
901
+ },
902
+ "attributes": {}
903
+ }
904
+ },
905
+ "total_flos": 1.3497153427079168e+16,
906
+ "train_batch_size": 1,
907
+ "trial_name": null,
908
+ "trial_params": null
909
+ }