oodeh commited on
Commit
e19f4b5
·
verified ·
1 Parent(s): 12b0705

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 +34 -0
  3. added_tokens.json +24 -0
  4. all_results.json +8 -0
  5. checkpoint-1020/README.md +202 -0
  6. checkpoint-1020/adapter_config.json +34 -0
  7. checkpoint-1020/added_tokens.json +24 -0
  8. checkpoint-1020/merges.txt +0 -0
  9. checkpoint-1020/special_tokens_map.json +31 -0
  10. checkpoint-1020/tokenizer_config.json +209 -0
  11. checkpoint-1020/trainer_state.json +1461 -0
  12. checkpoint-1020/vocab.json +0 -0
  13. checkpoint-1080/merges.txt +0 -0
  14. checkpoint-1080/trainer_state.json +1545 -0
  15. checkpoint-1080/vocab.json +0 -0
  16. checkpoint-120/README.md +202 -0
  17. checkpoint-120/adapter_config.json +34 -0
  18. checkpoint-120/added_tokens.json +24 -0
  19. checkpoint-120/merges.txt +0 -0
  20. checkpoint-120/special_tokens_map.json +31 -0
  21. checkpoint-120/tokenizer_config.json +209 -0
  22. checkpoint-120/trainer_state.json +201 -0
  23. checkpoint-120/vocab.json +0 -0
  24. checkpoint-1200/README.md +202 -0
  25. checkpoint-1200/adapter_config.json +34 -0
  26. checkpoint-1200/added_tokens.json +24 -0
  27. checkpoint-1200/merges.txt +0 -0
  28. checkpoint-1200/special_tokens_map.json +31 -0
  29. checkpoint-1200/tokenizer_config.json +209 -0
  30. checkpoint-1200/trainer_state.json +1713 -0
  31. checkpoint-1200/vocab.json +0 -0
  32. checkpoint-180/adapter_config.json +34 -0
  33. checkpoint-180/vocab.json +0 -0
  34. checkpoint-240/adapter_config.json +34 -0
  35. checkpoint-300/README.md +202 -0
  36. checkpoint-300/adapter_config.json +34 -0
  37. checkpoint-300/added_tokens.json +24 -0
  38. checkpoint-300/merges.txt +0 -0
  39. checkpoint-300/special_tokens_map.json +31 -0
  40. checkpoint-300/tokenizer_config.json +209 -0
  41. checkpoint-300/trainer_state.json +453 -0
  42. checkpoint-360/merges.txt +0 -0
  43. checkpoint-360/special_tokens_map.json +31 -0
  44. checkpoint-360/trainer_state.json +537 -0
  45. checkpoint-360/training_args.bin +3 -0
  46. checkpoint-420/added_tokens.json +24 -0
  47. checkpoint-420/vocab.json +0 -0
  48. checkpoint-540/scheduler.pt +3 -0
  49. checkpoint-540/tokenizer_config.json +209 -0
  50. checkpoint-60/added_tokens.json +24 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: other
4
+ base_model: Qwen/Qwen2.5-Coder-7B-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-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-7B-Instruct) on the eco-gotest-training 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: 16
45
+ - total_train_batch_size: 32
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: 20.0
51
+
52
+ ### Training results
53
+
54
+
55
+
56
+ ### Framework versions
57
+
58
+ - PEFT 0.12.0
59
+ - Transformers 4.49.0
60
+ - Pytorch 2.6.0+cu124
61
+ - Datasets 3.3.2
62
+ - Tokenizers 0.21.0
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-7B-Instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "down_proj",
25
+ "up_proj",
26
+ "v_proj",
27
+ "gate_proj",
28
+ "o_proj",
29
+ "k_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
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": 19.681204569055037,
3
+ "total_flos": 5.17534376829911e+16,
4
+ "train_loss": 0.5945307578643163,
5
+ "train_runtime": 10002.7859,
6
+ "train_samples_per_second": 3.849,
7
+ "train_steps_per_second": 0.12
8
+ }
checkpoint-1020/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Coder-7B-Instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
checkpoint-1020/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-7B-Instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "down_proj",
25
+ "up_proj",
26
+ "v_proj",
27
+ "gate_proj",
28
+ "o_proj",
29
+ "k_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-1020/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-1020/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1020/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-1020/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-1020/trainer_state.json ADDED
@@ -0,0 +1,1461 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 16.73104880581516,
5
+ "eval_steps": 500,
6
+ "global_step": 1020,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.08307372793354102,
13
+ "grad_norm": 0.5125107169151306,
14
+ "learning_rate": 2.0833333333333334e-06,
15
+ "loss": 3.5515,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.16614745586708204,
20
+ "grad_norm": 0.4532736539840698,
21
+ "learning_rate": 4.166666666666667e-06,
22
+ "loss": 3.6807,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.24922118380062305,
27
+ "grad_norm": 0.4483909606933594,
28
+ "learning_rate": 6.25e-06,
29
+ "loss": 3.5357,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 0.3322949117341641,
34
+ "grad_norm": 0.5020395517349243,
35
+ "learning_rate": 8.333333333333334e-06,
36
+ "loss": 3.645,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 0.4153686396677051,
41
+ "grad_norm": 0.8230155110359192,
42
+ "learning_rate": 1.0416666666666668e-05,
43
+ "loss": 3.5682,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 0.4984423676012461,
48
+ "grad_norm": 1.3333394527435303,
49
+ "learning_rate": 1.25e-05,
50
+ "loss": 3.5155,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 0.5815160955347871,
55
+ "grad_norm": 0.7118450999259949,
56
+ "learning_rate": 1.4583333333333335e-05,
57
+ "loss": 3.4724,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 0.6645898234683282,
62
+ "grad_norm": 1.0282073020935059,
63
+ "learning_rate": 1.6666666666666667e-05,
64
+ "loss": 3.4205,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 0.7476635514018691,
69
+ "grad_norm": 1.0468826293945312,
70
+ "learning_rate": 1.8750000000000002e-05,
71
+ "loss": 3.3295,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 0.8307372793354102,
76
+ "grad_norm": 0.8730693459510803,
77
+ "learning_rate": 2.0833333333333336e-05,
78
+ "loss": 3.0831,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 0.9138110072689511,
83
+ "grad_norm": 0.9377574324607849,
84
+ "learning_rate": 2.2916666666666667e-05,
85
+ "loss": 2.8412,
86
+ "step": 55
87
+ },
88
+ {
89
+ "epoch": 0.9968847352024922,
90
+ "grad_norm": 1.0129190683364868,
91
+ "learning_rate": 2.5e-05,
92
+ "loss": 2.3229,
93
+ "step": 60
94
+ },
95
+ {
96
+ "epoch": 1.066458982346833,
97
+ "grad_norm": 0.8808080554008484,
98
+ "learning_rate": 2.7083333333333332e-05,
99
+ "loss": 2.0489,
100
+ "step": 65
101
+ },
102
+ {
103
+ "epoch": 1.1495327102803738,
104
+ "grad_norm": 0.8092290759086609,
105
+ "learning_rate": 2.916666666666667e-05,
106
+ "loss": 1.9307,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 1.2326064382139148,
111
+ "grad_norm": 0.8002105951309204,
112
+ "learning_rate": 3.125e-05,
113
+ "loss": 1.7402,
114
+ "step": 75
115
+ },
116
+ {
117
+ "epoch": 1.3156801661474558,
118
+ "grad_norm": 0.8581973314285278,
119
+ "learning_rate": 3.3333333333333335e-05,
120
+ "loss": 1.6696,
121
+ "step": 80
122
+ },
123
+ {
124
+ "epoch": 1.398753894080997,
125
+ "grad_norm": 0.7443532347679138,
126
+ "learning_rate": 3.541666666666667e-05,
127
+ "loss": 1.5175,
128
+ "step": 85
129
+ },
130
+ {
131
+ "epoch": 1.4818276220145379,
132
+ "grad_norm": 0.9584633708000183,
133
+ "learning_rate": 3.7500000000000003e-05,
134
+ "loss": 1.3968,
135
+ "step": 90
136
+ },
137
+ {
138
+ "epoch": 1.5649013499480788,
139
+ "grad_norm": 0.8683136105537415,
140
+ "learning_rate": 3.958333333333333e-05,
141
+ "loss": 1.299,
142
+ "step": 95
143
+ },
144
+ {
145
+ "epoch": 1.64797507788162,
146
+ "grad_norm": 0.7825261950492859,
147
+ "learning_rate": 4.166666666666667e-05,
148
+ "loss": 1.1271,
149
+ "step": 100
150
+ },
151
+ {
152
+ "epoch": 1.731048805815161,
153
+ "grad_norm": 0.654670000076294,
154
+ "learning_rate": 4.375e-05,
155
+ "loss": 1.14,
156
+ "step": 105
157
+ },
158
+ {
159
+ "epoch": 1.814122533748702,
160
+ "grad_norm": 0.7511588335037231,
161
+ "learning_rate": 4.5833333333333334e-05,
162
+ "loss": 1.1614,
163
+ "step": 110
164
+ },
165
+ {
166
+ "epoch": 1.897196261682243,
167
+ "grad_norm": 0.6596113443374634,
168
+ "learning_rate": 4.791666666666667e-05,
169
+ "loss": 1.0587,
170
+ "step": 115
171
+ },
172
+ {
173
+ "epoch": 1.980269989615784,
174
+ "grad_norm": 0.7166474461555481,
175
+ "learning_rate": 5e-05,
176
+ "loss": 1.0169,
177
+ "step": 120
178
+ },
179
+ {
180
+ "epoch": 2.0498442367601246,
181
+ "grad_norm": 0.6620935797691345,
182
+ "learning_rate": 4.999735579817769e-05,
183
+ "loss": 0.985,
184
+ "step": 125
185
+ },
186
+ {
187
+ "epoch": 2.132917964693666,
188
+ "grad_norm": 0.7846258878707886,
189
+ "learning_rate": 4.998942375205502e-05,
190
+ "loss": 0.9594,
191
+ "step": 130
192
+ },
193
+ {
194
+ "epoch": 2.2159916926272065,
195
+ "grad_norm": 0.652454137802124,
196
+ "learning_rate": 4.997620553954645e-05,
197
+ "loss": 0.9322,
198
+ "step": 135
199
+ },
200
+ {
201
+ "epoch": 2.2990654205607477,
202
+ "grad_norm": 0.7020059823989868,
203
+ "learning_rate": 4.995770395678171e-05,
204
+ "loss": 0.9242,
205
+ "step": 140
206
+ },
207
+ {
208
+ "epoch": 2.382139148494289,
209
+ "grad_norm": 0.8148695826530457,
210
+ "learning_rate": 4.993392291751431e-05,
211
+ "loss": 0.8394,
212
+ "step": 145
213
+ },
214
+ {
215
+ "epoch": 2.4652128764278296,
216
+ "grad_norm": 0.8813133835792542,
217
+ "learning_rate": 4.990486745229364e-05,
218
+ "loss": 0.992,
219
+ "step": 150
220
+ },
221
+ {
222
+ "epoch": 2.5482866043613708,
223
+ "grad_norm": 0.7893730401992798,
224
+ "learning_rate": 4.987054370740083e-05,
225
+ "loss": 0.899,
226
+ "step": 155
227
+ },
228
+ {
229
+ "epoch": 2.6313603322949115,
230
+ "grad_norm": 0.7719221711158752,
231
+ "learning_rate": 4.983095894354858e-05,
232
+ "loss": 0.9416,
233
+ "step": 160
234
+ },
235
+ {
236
+ "epoch": 2.7144340602284527,
237
+ "grad_norm": 0.8439667820930481,
238
+ "learning_rate": 4.9786121534345265e-05,
239
+ "loss": 0.8401,
240
+ "step": 165
241
+ },
242
+ {
243
+ "epoch": 2.797507788161994,
244
+ "grad_norm": 0.833251953125,
245
+ "learning_rate": 4.973604096452361e-05,
246
+ "loss": 0.817,
247
+ "step": 170
248
+ },
249
+ {
250
+ "epoch": 2.8805815160955346,
251
+ "grad_norm": 0.7526916265487671,
252
+ "learning_rate": 4.9680727827934354e-05,
253
+ "loss": 0.8191,
254
+ "step": 175
255
+ },
256
+ {
257
+ "epoch": 2.9636552440290758,
258
+ "grad_norm": 1.0640058517456055,
259
+ "learning_rate": 4.962019382530521e-05,
260
+ "loss": 0.8607,
261
+ "step": 180
262
+ },
263
+ {
264
+ "epoch": 3.0332294911734166,
265
+ "grad_norm": 0.784114420413971,
266
+ "learning_rate": 4.9554451761765766e-05,
267
+ "loss": 0.761,
268
+ "step": 185
269
+ },
270
+ {
271
+ "epoch": 3.1163032191069573,
272
+ "grad_norm": 0.9396352767944336,
273
+ "learning_rate": 4.948351554413879e-05,
274
+ "loss": 0.6821,
275
+ "step": 190
276
+ },
277
+ {
278
+ "epoch": 3.1993769470404985,
279
+ "grad_norm": 0.9770582914352417,
280
+ "learning_rate": 4.940740017799833e-05,
281
+ "loss": 0.742,
282
+ "step": 195
283
+ },
284
+ {
285
+ "epoch": 3.2824506749740396,
286
+ "grad_norm": 0.8752853870391846,
287
+ "learning_rate": 4.9326121764495596e-05,
288
+ "loss": 0.69,
289
+ "step": 200
290
+ },
291
+ {
292
+ "epoch": 3.3655244029075804,
293
+ "grad_norm": 0.8496589064598083,
294
+ "learning_rate": 4.92396974969529e-05,
295
+ "loss": 0.769,
296
+ "step": 205
297
+ },
298
+ {
299
+ "epoch": 3.4485981308411215,
300
+ "grad_norm": 0.8192639350891113,
301
+ "learning_rate": 4.914814565722671e-05,
302
+ "loss": 0.7298,
303
+ "step": 210
304
+ },
305
+ {
306
+ "epoch": 3.5316718587746623,
307
+ "grad_norm": 1.00070059299469,
308
+ "learning_rate": 4.905148561184033e-05,
309
+ "loss": 0.7815,
310
+ "step": 215
311
+ },
312
+ {
313
+ "epoch": 3.6147455867082035,
314
+ "grad_norm": 1.1614112854003906,
315
+ "learning_rate": 4.894973780788722e-05,
316
+ "loss": 0.7975,
317
+ "step": 220
318
+ },
319
+ {
320
+ "epoch": 3.6978193146417446,
321
+ "grad_norm": 1.014397382736206,
322
+ "learning_rate": 4.884292376870567e-05,
323
+ "loss": 0.696,
324
+ "step": 225
325
+ },
326
+ {
327
+ "epoch": 3.7808930425752854,
328
+ "grad_norm": 0.9468530416488647,
329
+ "learning_rate": 4.873106608932585e-05,
330
+ "loss": 0.7194,
331
+ "step": 230
332
+ },
333
+ {
334
+ "epoch": 3.8639667705088265,
335
+ "grad_norm": 1.2201341390609741,
336
+ "learning_rate": 4.8614188431690125e-05,
337
+ "loss": 0.7795,
338
+ "step": 235
339
+ },
340
+ {
341
+ "epoch": 3.9470404984423677,
342
+ "grad_norm": 0.9476346373558044,
343
+ "learning_rate": 4.849231551964771e-05,
344
+ "loss": 0.7202,
345
+ "step": 240
346
+ },
347
+ {
348
+ "epoch": 4.0166147455867085,
349
+ "grad_norm": 0.9945451021194458,
350
+ "learning_rate": 4.836547313372471e-05,
351
+ "loss": 0.6931,
352
+ "step": 245
353
+ },
354
+ {
355
+ "epoch": 4.099688473520249,
356
+ "grad_norm": 1.1113696098327637,
357
+ "learning_rate": 4.823368810567056e-05,
358
+ "loss": 0.6557,
359
+ "step": 250
360
+ },
361
+ {
362
+ "epoch": 4.18276220145379,
363
+ "grad_norm": 1.3515146970748901,
364
+ "learning_rate": 4.8096988312782174e-05,
365
+ "loss": 0.6295,
366
+ "step": 255
367
+ },
368
+ {
369
+ "epoch": 4.265835929387332,
370
+ "grad_norm": 1.375272274017334,
371
+ "learning_rate": 4.7955402672006854e-05,
372
+ "loss": 0.6423,
373
+ "step": 260
374
+ },
375
+ {
376
+ "epoch": 4.348909657320872,
377
+ "grad_norm": 1.1683202981948853,
378
+ "learning_rate": 4.780896113382536e-05,
379
+ "loss": 0.6167,
380
+ "step": 265
381
+ },
382
+ {
383
+ "epoch": 4.431983385254413,
384
+ "grad_norm": 1.2091785669326782,
385
+ "learning_rate": 4.765769467591625e-05,
386
+ "loss": 0.6373,
387
+ "step": 270
388
+ },
389
+ {
390
+ "epoch": 4.515057113187955,
391
+ "grad_norm": 1.3007235527038574,
392
+ "learning_rate": 4.750163529660303e-05,
393
+ "loss": 0.5941,
394
+ "step": 275
395
+ },
396
+ {
397
+ "epoch": 4.598130841121495,
398
+ "grad_norm": 1.2785530090332031,
399
+ "learning_rate": 4.734081600808531e-05,
400
+ "loss": 0.6384,
401
+ "step": 280
402
+ },
403
+ {
404
+ "epoch": 4.681204569055036,
405
+ "grad_norm": 1.2808083295822144,
406
+ "learning_rate": 4.717527082945554e-05,
407
+ "loss": 0.6592,
408
+ "step": 285
409
+ },
410
+ {
411
+ "epoch": 4.764278296988578,
412
+ "grad_norm": 1.1978651285171509,
413
+ "learning_rate": 4.700503477950278e-05,
414
+ "loss": 0.6285,
415
+ "step": 290
416
+ },
417
+ {
418
+ "epoch": 4.8473520249221185,
419
+ "grad_norm": 1.3983532190322876,
420
+ "learning_rate": 4.68301438693049e-05,
421
+ "loss": 0.5941,
422
+ "step": 295
423
+ },
424
+ {
425
+ "epoch": 4.930425752855659,
426
+ "grad_norm": 1.286287784576416,
427
+ "learning_rate": 4.665063509461097e-05,
428
+ "loss": 0.5652,
429
+ "step": 300
430
+ },
431
+ {
432
+ "epoch": 5.0,
433
+ "grad_norm": 3.1714959144592285,
434
+ "learning_rate": 4.6466546428015336e-05,
435
+ "loss": 0.5657,
436
+ "step": 305
437
+ },
438
+ {
439
+ "epoch": 5.083073727933541,
440
+ "grad_norm": 1.0886554718017578,
441
+ "learning_rate": 4.627791681092499e-05,
442
+ "loss": 0.4776,
443
+ "step": 310
444
+ },
445
+ {
446
+ "epoch": 5.166147455867082,
447
+ "grad_norm": 1.3735958337783813,
448
+ "learning_rate": 4.608478614532215e-05,
449
+ "loss": 0.5114,
450
+ "step": 315
451
+ },
452
+ {
453
+ "epoch": 5.249221183800623,
454
+ "grad_norm": 1.5809016227722168,
455
+ "learning_rate": 4.588719528532342e-05,
456
+ "loss": 0.5537,
457
+ "step": 320
458
+ },
459
+ {
460
+ "epoch": 5.332294911734164,
461
+ "grad_norm": 1.401424765586853,
462
+ "learning_rate": 4.568518602853776e-05,
463
+ "loss": 0.5299,
464
+ "step": 325
465
+ },
466
+ {
467
+ "epoch": 5.415368639667705,
468
+ "grad_norm": 1.467054009437561,
469
+ "learning_rate": 4.54788011072248e-05,
470
+ "loss": 0.5236,
471
+ "step": 330
472
+ },
473
+ {
474
+ "epoch": 5.498442367601246,
475
+ "grad_norm": 1.253794550895691,
476
+ "learning_rate": 4.526808417925531e-05,
477
+ "loss": 0.5632,
478
+ "step": 335
479
+ },
480
+ {
481
+ "epoch": 5.581516095534787,
482
+ "grad_norm": 1.4579623937606812,
483
+ "learning_rate": 4.50530798188761e-05,
484
+ "loss": 0.5556,
485
+ "step": 340
486
+ },
487
+ {
488
+ "epoch": 5.6645898234683285,
489
+ "grad_norm": 1.171007513999939,
490
+ "learning_rate": 4.4833833507280884e-05,
491
+ "loss": 0.4934,
492
+ "step": 345
493
+ },
494
+ {
495
+ "epoch": 5.747663551401869,
496
+ "grad_norm": 1.4656859636306763,
497
+ "learning_rate": 4.4610391622989396e-05,
498
+ "loss": 0.5697,
499
+ "step": 350
500
+ },
501
+ {
502
+ "epoch": 5.83073727933541,
503
+ "grad_norm": 1.4671518802642822,
504
+ "learning_rate": 4.438280143203665e-05,
505
+ "loss": 0.5289,
506
+ "step": 355
507
+ },
508
+ {
509
+ "epoch": 5.913811007268951,
510
+ "grad_norm": 1.4010504484176636,
511
+ "learning_rate": 4.415111107797445e-05,
512
+ "loss": 0.5205,
513
+ "step": 360
514
+ },
515
+ {
516
+ "epoch": 5.996884735202492,
517
+ "grad_norm": 1.6909047365188599,
518
+ "learning_rate": 4.391536957168733e-05,
519
+ "loss": 0.5469,
520
+ "step": 365
521
+ },
522
+ {
523
+ "epoch": 6.066458982346833,
524
+ "grad_norm": 1.3057804107666016,
525
+ "learning_rate": 4.36756267810249e-05,
526
+ "loss": 0.5087,
527
+ "step": 370
528
+ },
529
+ {
530
+ "epoch": 6.149532710280374,
531
+ "grad_norm": 1.7389354705810547,
532
+ "learning_rate": 4.34319334202531e-05,
533
+ "loss": 0.446,
534
+ "step": 375
535
+ },
536
+ {
537
+ "epoch": 6.232606438213915,
538
+ "grad_norm": 1.6178336143493652,
539
+ "learning_rate": 4.318434103932622e-05,
540
+ "loss": 0.4888,
541
+ "step": 380
542
+ },
543
+ {
544
+ "epoch": 6.315680166147456,
545
+ "grad_norm": 1.6565852165222168,
546
+ "learning_rate": 4.293290201298223e-05,
547
+ "loss": 0.4784,
548
+ "step": 385
549
+ },
550
+ {
551
+ "epoch": 6.398753894080997,
552
+ "grad_norm": 1.4080264568328857,
553
+ "learning_rate": 4.267766952966369e-05,
554
+ "loss": 0.4155,
555
+ "step": 390
556
+ },
557
+ {
558
+ "epoch": 6.481827622014538,
559
+ "grad_norm": 1.4906692504882812,
560
+ "learning_rate": 4.241869758026638e-05,
561
+ "loss": 0.4854,
562
+ "step": 395
563
+ },
564
+ {
565
+ "epoch": 6.564901349948079,
566
+ "grad_norm": 1.6544594764709473,
567
+ "learning_rate": 4.215604094671835e-05,
568
+ "loss": 0.4753,
569
+ "step": 400
570
+ },
571
+ {
572
+ "epoch": 6.64797507788162,
573
+ "grad_norm": 1.3182097673416138,
574
+ "learning_rate": 4.188975519039151e-05,
575
+ "loss": 0.4352,
576
+ "step": 405
577
+ },
578
+ {
579
+ "epoch": 6.731048805815161,
580
+ "grad_norm": 1.531633734703064,
581
+ "learning_rate": 4.1619896640348445e-05,
582
+ "loss": 0.4786,
583
+ "step": 410
584
+ },
585
+ {
586
+ "epoch": 6.814122533748702,
587
+ "grad_norm": 1.358223557472229,
588
+ "learning_rate": 4.1346522381426744e-05,
589
+ "loss": 0.4108,
590
+ "step": 415
591
+ },
592
+ {
593
+ "epoch": 6.897196261682243,
594
+ "grad_norm": 1.6483898162841797,
595
+ "learning_rate": 4.1069690242163484e-05,
596
+ "loss": 0.4828,
597
+ "step": 420
598
+ },
599
+ {
600
+ "epoch": 6.980269989615784,
601
+ "grad_norm": 1.5941141843795776,
602
+ "learning_rate": 4.078945878256244e-05,
603
+ "loss": 0.4276,
604
+ "step": 425
605
+ },
606
+ {
607
+ "epoch": 7.049844236760125,
608
+ "grad_norm": 1.367634892463684,
609
+ "learning_rate": 4.05058872817065e-05,
610
+ "loss": 0.3997,
611
+ "step": 430
612
+ },
613
+ {
614
+ "epoch": 7.132917964693665,
615
+ "grad_norm": 1.3028111457824707,
616
+ "learning_rate": 4.021903572521802e-05,
617
+ "loss": 0.3919,
618
+ "step": 435
619
+ },
620
+ {
621
+ "epoch": 7.215991692627207,
622
+ "grad_norm": 1.8897424936294556,
623
+ "learning_rate": 3.9928964792569655e-05,
624
+ "loss": 0.3778,
625
+ "step": 440
626
+ },
627
+ {
628
+ "epoch": 7.299065420560748,
629
+ "grad_norm": 1.6549698114395142,
630
+ "learning_rate": 3.963573584424852e-05,
631
+ "loss": 0.408,
632
+ "step": 445
633
+ },
634
+ {
635
+ "epoch": 7.382139148494288,
636
+ "grad_norm": 1.3696308135986328,
637
+ "learning_rate": 3.933941090877615e-05,
638
+ "loss": 0.4262,
639
+ "step": 450
640
+ },
641
+ {
642
+ "epoch": 7.46521287642783,
643
+ "grad_norm": 1.6997928619384766,
644
+ "learning_rate": 3.9040052669587325e-05,
645
+ "loss": 0.3982,
646
+ "step": 455
647
+ },
648
+ {
649
+ "epoch": 7.548286604361371,
650
+ "grad_norm": 1.3938806056976318,
651
+ "learning_rate": 3.873772445177015e-05,
652
+ "loss": 0.4113,
653
+ "step": 460
654
+ },
655
+ {
656
+ "epoch": 7.6313603322949115,
657
+ "grad_norm": 1.8341262340545654,
658
+ "learning_rate": 3.84324902086706e-05,
659
+ "loss": 0.4265,
660
+ "step": 465
661
+ },
662
+ {
663
+ "epoch": 7.714434060228453,
664
+ "grad_norm": 1.6543951034545898,
665
+ "learning_rate": 3.8124414508364e-05,
666
+ "loss": 0.4112,
667
+ "step": 470
668
+ },
669
+ {
670
+ "epoch": 7.797507788161994,
671
+ "grad_norm": 1.5131211280822754,
672
+ "learning_rate": 3.781356251999663e-05,
673
+ "loss": 0.4098,
674
+ "step": 475
675
+ },
676
+ {
677
+ "epoch": 7.880581516095535,
678
+ "grad_norm": 1.7143309116363525,
679
+ "learning_rate": 3.7500000000000003e-05,
680
+ "loss": 0.4183,
681
+ "step": 480
682
+ },
683
+ {
684
+ "epoch": 7.963655244029075,
685
+ "grad_norm": 1.4201680421829224,
686
+ "learning_rate": 3.718379327818106e-05,
687
+ "loss": 0.388,
688
+ "step": 485
689
+ },
690
+ {
691
+ "epoch": 8.033229491173417,
692
+ "grad_norm": 1.36739182472229,
693
+ "learning_rate": 3.686500924369101e-05,
694
+ "loss": 0.3927,
695
+ "step": 490
696
+ },
697
+ {
698
+ "epoch": 8.116303219106957,
699
+ "grad_norm": 1.348694086074829,
700
+ "learning_rate": 3.654371533087586e-05,
701
+ "loss": 0.3614,
702
+ "step": 495
703
+ },
704
+ {
705
+ "epoch": 8.199376947040498,
706
+ "grad_norm": 1.7005705833435059,
707
+ "learning_rate": 3.621997950501156e-05,
708
+ "loss": 0.3509,
709
+ "step": 500
710
+ },
711
+ {
712
+ "epoch": 8.28245067497404,
713
+ "grad_norm": 1.4668842554092407,
714
+ "learning_rate": 3.589387024792699e-05,
715
+ "loss": 0.344,
716
+ "step": 505
717
+ },
718
+ {
719
+ "epoch": 8.36552440290758,
720
+ "grad_norm": 1.6029119491577148,
721
+ "learning_rate": 3.556545654351749e-05,
722
+ "loss": 0.3599,
723
+ "step": 510
724
+ },
725
+ {
726
+ "epoch": 8.448598130841122,
727
+ "grad_norm": 1.5699125528335571,
728
+ "learning_rate": 3.523480786315231e-05,
729
+ "loss": 0.3579,
730
+ "step": 515
731
+ },
732
+ {
733
+ "epoch": 8.531671858774663,
734
+ "grad_norm": 1.4507211446762085,
735
+ "learning_rate": 3.490199415097892e-05,
736
+ "loss": 0.3341,
737
+ "step": 520
738
+ },
739
+ {
740
+ "epoch": 8.614745586708203,
741
+ "grad_norm": 1.460924744606018,
742
+ "learning_rate": 3.456708580912725e-05,
743
+ "loss": 0.3762,
744
+ "step": 525
745
+ },
746
+ {
747
+ "epoch": 8.697819314641745,
748
+ "grad_norm": 1.6329962015151978,
749
+ "learning_rate": 3.423015368281711e-05,
750
+ "loss": 0.3948,
751
+ "step": 530
752
+ },
753
+ {
754
+ "epoch": 8.780893042575286,
755
+ "grad_norm": 1.5261616706848145,
756
+ "learning_rate": 3.389126904537192e-05,
757
+ "loss": 0.3594,
758
+ "step": 535
759
+ },
760
+ {
761
+ "epoch": 8.863966770508826,
762
+ "grad_norm": 1.6733344793319702,
763
+ "learning_rate": 3.355050358314172e-05,
764
+ "loss": 0.3856,
765
+ "step": 540
766
+ },
767
+ {
768
+ "epoch": 8.947040498442368,
769
+ "grad_norm": 1.4160898923873901,
770
+ "learning_rate": 3.3207929380339034e-05,
771
+ "loss": 0.3875,
772
+ "step": 545
773
+ },
774
+ {
775
+ "epoch": 9.016614745586708,
776
+ "grad_norm": 1.2456085681915283,
777
+ "learning_rate": 3.2863618903790346e-05,
778
+ "loss": 0.3318,
779
+ "step": 550
780
+ },
781
+ {
782
+ "epoch": 9.09968847352025,
783
+ "grad_norm": 1.309977650642395,
784
+ "learning_rate": 3.251764498760683e-05,
785
+ "loss": 0.3239,
786
+ "step": 555
787
+ },
788
+ {
789
+ "epoch": 9.18276220145379,
790
+ "grad_norm": 1.6747145652770996,
791
+ "learning_rate": 3.217008081777726e-05,
792
+ "loss": 0.342,
793
+ "step": 560
794
+ },
795
+ {
796
+ "epoch": 9.26583592938733,
797
+ "grad_norm": 1.6204376220703125,
798
+ "learning_rate": 3.182099991668653e-05,
799
+ "loss": 0.3368,
800
+ "step": 565
801
+ },
802
+ {
803
+ "epoch": 9.348909657320872,
804
+ "grad_norm": 1.6952364444732666,
805
+ "learning_rate": 3.147047612756302e-05,
806
+ "loss": 0.333,
807
+ "step": 570
808
+ },
809
+ {
810
+ "epoch": 9.431983385254414,
811
+ "grad_norm": 1.6254109144210815,
812
+ "learning_rate": 3.11185835988581e-05,
813
+ "loss": 0.3488,
814
+ "step": 575
815
+ },
816
+ {
817
+ "epoch": 9.515057113187954,
818
+ "grad_norm": 1.7684122323989868,
819
+ "learning_rate": 3.076539676856101e-05,
820
+ "loss": 0.3461,
821
+ "step": 580
822
+ },
823
+ {
824
+ "epoch": 9.598130841121495,
825
+ "grad_norm": 1.480283260345459,
826
+ "learning_rate": 3.0410990348452573e-05,
827
+ "loss": 0.3457,
828
+ "step": 585
829
+ },
830
+ {
831
+ "epoch": 9.681204569055037,
832
+ "grad_norm": 1.4912574291229248,
833
+ "learning_rate": 3.0055439308300952e-05,
834
+ "loss": 0.3307,
835
+ "step": 590
836
+ },
837
+ {
838
+ "epoch": 9.764278296988577,
839
+ "grad_norm": 1.5759741067886353,
840
+ "learning_rate": 2.9698818860002797e-05,
841
+ "loss": 0.3387,
842
+ "step": 595
843
+ },
844
+ {
845
+ "epoch": 9.847352024922118,
846
+ "grad_norm": 1.475316047668457,
847
+ "learning_rate": 2.9341204441673266e-05,
848
+ "loss": 0.342,
849
+ "step": 600
850
+ },
851
+ {
852
+ "epoch": 9.93042575285566,
853
+ "grad_norm": 1.5280460119247437,
854
+ "learning_rate": 2.898267170168807e-05,
855
+ "loss": 0.3325,
856
+ "step": 605
857
+ },
858
+ {
859
+ "epoch": 10.0,
860
+ "grad_norm": 4.123524188995361,
861
+ "learning_rate": 2.8623296482681166e-05,
862
+ "loss": 0.3528,
863
+ "step": 610
864
+ },
865
+ {
866
+ "epoch": 10.083073727933542,
867
+ "grad_norm": 1.3620072603225708,
868
+ "learning_rate": 2.8263154805501297e-05,
869
+ "loss": 0.3282,
870
+ "step": 615
871
+ },
872
+ {
873
+ "epoch": 10.166147455867081,
874
+ "grad_norm": 1.8294273614883423,
875
+ "learning_rate": 2.7902322853130757e-05,
876
+ "loss": 0.3066,
877
+ "step": 620
878
+ },
879
+ {
880
+ "epoch": 10.249221183800623,
881
+ "grad_norm": 1.5608752965927124,
882
+ "learning_rate": 2.7540876954570048e-05,
883
+ "loss": 0.3033,
884
+ "step": 625
885
+ },
886
+ {
887
+ "epoch": 10.332294911734165,
888
+ "grad_norm": 1.7856054306030273,
889
+ "learning_rate": 2.717889356869146e-05,
890
+ "loss": 0.2969,
891
+ "step": 630
892
+ },
893
+ {
894
+ "epoch": 10.415368639667705,
895
+ "grad_norm": 1.4942408800125122,
896
+ "learning_rate": 2.681644926806527e-05,
897
+ "loss": 0.3153,
898
+ "step": 635
899
+ },
900
+ {
901
+ "epoch": 10.498442367601246,
902
+ "grad_norm": 1.6234569549560547,
903
+ "learning_rate": 2.6453620722761896e-05,
904
+ "loss": 0.3277,
905
+ "step": 640
906
+ },
907
+ {
908
+ "epoch": 10.581516095534788,
909
+ "grad_norm": 1.6694717407226562,
910
+ "learning_rate": 2.6090484684133404e-05,
911
+ "loss": 0.3228,
912
+ "step": 645
913
+ },
914
+ {
915
+ "epoch": 10.664589823468328,
916
+ "grad_norm": 1.6755950450897217,
917
+ "learning_rate": 2.5727117968577784e-05,
918
+ "loss": 0.3316,
919
+ "step": 650
920
+ },
921
+ {
922
+ "epoch": 10.74766355140187,
923
+ "grad_norm": 1.3962074518203735,
924
+ "learning_rate": 2.536359744128957e-05,
925
+ "loss": 0.3188,
926
+ "step": 655
927
+ },
928
+ {
929
+ "epoch": 10.83073727933541,
930
+ "grad_norm": 1.7147635221481323,
931
+ "learning_rate": 2.5e-05,
932
+ "loss": 0.3463,
933
+ "step": 660
934
+ },
935
+ {
936
+ "epoch": 10.91381100726895,
937
+ "grad_norm": 1.5997766256332397,
938
+ "learning_rate": 2.4636402558710432e-05,
939
+ "loss": 0.335,
940
+ "step": 665
941
+ },
942
+ {
943
+ "epoch": 10.996884735202492,
944
+ "grad_norm": 1.483155369758606,
945
+ "learning_rate": 2.4272882031422215e-05,
946
+ "loss": 0.3084,
947
+ "step": 670
948
+ },
949
+ {
950
+ "epoch": 11.066458982346832,
951
+ "grad_norm": 1.3599936962127686,
952
+ "learning_rate": 2.3909515315866605e-05,
953
+ "loss": 0.311,
954
+ "step": 675
955
+ },
956
+ {
957
+ "epoch": 11.149532710280374,
958
+ "grad_norm": 1.5479919910430908,
959
+ "learning_rate": 2.3546379277238107e-05,
960
+ "loss": 0.2999,
961
+ "step": 680
962
+ },
963
+ {
964
+ "epoch": 11.232606438213915,
965
+ "grad_norm": 1.5448635816574097,
966
+ "learning_rate": 2.3183550731934735e-05,
967
+ "loss": 0.291,
968
+ "step": 685
969
+ },
970
+ {
971
+ "epoch": 11.315680166147455,
972
+ "grad_norm": 1.4930479526519775,
973
+ "learning_rate": 2.2821106431308544e-05,
974
+ "loss": 0.2879,
975
+ "step": 690
976
+ },
977
+ {
978
+ "epoch": 11.398753894080997,
979
+ "grad_norm": 1.578282356262207,
980
+ "learning_rate": 2.2459123045429954e-05,
981
+ "loss": 0.3033,
982
+ "step": 695
983
+ },
984
+ {
985
+ "epoch": 11.481827622014539,
986
+ "grad_norm": 1.4327830076217651,
987
+ "learning_rate": 2.2097677146869242e-05,
988
+ "loss": 0.2946,
989
+ "step": 700
990
+ },
991
+ {
992
+ "epoch": 11.564901349948078,
993
+ "grad_norm": 1.75092351436615,
994
+ "learning_rate": 2.173684519449872e-05,
995
+ "loss": 0.2965,
996
+ "step": 705
997
+ },
998
+ {
999
+ "epoch": 11.64797507788162,
1000
+ "grad_norm": 1.4633839130401611,
1001
+ "learning_rate": 2.1376703517318837e-05,
1002
+ "loss": 0.3082,
1003
+ "step": 710
1004
+ },
1005
+ {
1006
+ "epoch": 11.731048805815162,
1007
+ "grad_norm": 1.4483939409255981,
1008
+ "learning_rate": 2.101732829831194e-05,
1009
+ "loss": 0.3048,
1010
+ "step": 715
1011
+ },
1012
+ {
1013
+ "epoch": 11.814122533748701,
1014
+ "grad_norm": 1.4273526668548584,
1015
+ "learning_rate": 2.0658795558326743e-05,
1016
+ "loss": 0.3093,
1017
+ "step": 720
1018
+ },
1019
+ {
1020
+ "epoch": 11.897196261682243,
1021
+ "grad_norm": 1.536641240119934,
1022
+ "learning_rate": 2.0301181139997205e-05,
1023
+ "loss": 0.3185,
1024
+ "step": 725
1025
+ },
1026
+ {
1027
+ "epoch": 11.980269989615785,
1028
+ "grad_norm": 1.6694177389144897,
1029
+ "learning_rate": 1.9944560691699057e-05,
1030
+ "loss": 0.3197,
1031
+ "step": 730
1032
+ },
1033
+ {
1034
+ "epoch": 12.049844236760125,
1035
+ "grad_norm": 1.5738413333892822,
1036
+ "learning_rate": 1.958900965154743e-05,
1037
+ "loss": 0.3235,
1038
+ "step": 735
1039
+ },
1040
+ {
1041
+ "epoch": 12.132917964693666,
1042
+ "grad_norm": 1.4949880838394165,
1043
+ "learning_rate": 1.9234603231438995e-05,
1044
+ "loss": 0.2752,
1045
+ "step": 740
1046
+ },
1047
+ {
1048
+ "epoch": 12.215991692627206,
1049
+ "grad_norm": 1.7407513856887817,
1050
+ "learning_rate": 1.8881416401141904e-05,
1051
+ "loss": 0.282,
1052
+ "step": 745
1053
+ },
1054
+ {
1055
+ "epoch": 12.299065420560748,
1056
+ "grad_norm": 1.6446201801300049,
1057
+ "learning_rate": 1.852952387243698e-05,
1058
+ "loss": 0.2847,
1059
+ "step": 750
1060
+ },
1061
+ {
1062
+ "epoch": 12.38213914849429,
1063
+ "grad_norm": 1.5613073110580444,
1064
+ "learning_rate": 1.8179000083313483e-05,
1065
+ "loss": 0.2923,
1066
+ "step": 755
1067
+ },
1068
+ {
1069
+ "epoch": 12.46521287642783,
1070
+ "grad_norm": 1.3661807775497437,
1071
+ "learning_rate": 1.7829919182222752e-05,
1072
+ "loss": 0.2881,
1073
+ "step": 760
1074
+ },
1075
+ {
1076
+ "epoch": 12.54828660436137,
1077
+ "grad_norm": 1.5903205871582031,
1078
+ "learning_rate": 1.7482355012393177e-05,
1079
+ "loss": 0.2897,
1080
+ "step": 765
1081
+ },
1082
+ {
1083
+ "epoch": 12.631360332294912,
1084
+ "grad_norm": 1.5441614389419556,
1085
+ "learning_rate": 1.7136381096209664e-05,
1086
+ "loss": 0.292,
1087
+ "step": 770
1088
+ },
1089
+ {
1090
+ "epoch": 12.714434060228452,
1091
+ "grad_norm": 1.6512565612792969,
1092
+ "learning_rate": 1.6792070619660975e-05,
1093
+ "loss": 0.289,
1094
+ "step": 775
1095
+ },
1096
+ {
1097
+ "epoch": 12.797507788161994,
1098
+ "grad_norm": 1.5514371395111084,
1099
+ "learning_rate": 1.6449496416858284e-05,
1100
+ "loss": 0.3012,
1101
+ "step": 780
1102
+ },
1103
+ {
1104
+ "epoch": 12.880581516095535,
1105
+ "grad_norm": 1.7717050313949585,
1106
+ "learning_rate": 1.6108730954628093e-05,
1107
+ "loss": 0.3055,
1108
+ "step": 785
1109
+ },
1110
+ {
1111
+ "epoch": 12.963655244029075,
1112
+ "grad_norm": 1.4902904033660889,
1113
+ "learning_rate": 1.5769846317182893e-05,
1114
+ "loss": 0.2913,
1115
+ "step": 790
1116
+ },
1117
+ {
1118
+ "epoch": 13.033229491173417,
1119
+ "grad_norm": 1.3144031763076782,
1120
+ "learning_rate": 1.5432914190872757e-05,
1121
+ "loss": 0.3069,
1122
+ "step": 795
1123
+ },
1124
+ {
1125
+ "epoch": 13.116303219106957,
1126
+ "grad_norm": 1.3925071954727173,
1127
+ "learning_rate": 1.509800584902108e-05,
1128
+ "loss": 0.2701,
1129
+ "step": 800
1130
+ },
1131
+ {
1132
+ "epoch": 13.199376947040498,
1133
+ "grad_norm": 1.7400624752044678,
1134
+ "learning_rate": 1.4765192136847685e-05,
1135
+ "loss": 0.2742,
1136
+ "step": 805
1137
+ },
1138
+ {
1139
+ "epoch": 13.28245067497404,
1140
+ "grad_norm": 1.5998958349227905,
1141
+ "learning_rate": 1.443454345648252e-05,
1142
+ "loss": 0.2778,
1143
+ "step": 810
1144
+ },
1145
+ {
1146
+ "epoch": 13.36552440290758,
1147
+ "grad_norm": 1.7994098663330078,
1148
+ "learning_rate": 1.4106129752073022e-05,
1149
+ "loss": 0.2836,
1150
+ "step": 815
1151
+ },
1152
+ {
1153
+ "epoch": 13.448598130841122,
1154
+ "grad_norm": 1.672831416130066,
1155
+ "learning_rate": 1.3780020494988446e-05,
1156
+ "loss": 0.2709,
1157
+ "step": 820
1158
+ },
1159
+ {
1160
+ "epoch": 13.531671858774663,
1161
+ "grad_norm": 1.7876700162887573,
1162
+ "learning_rate": 1.3456284669124158e-05,
1163
+ "loss": 0.2687,
1164
+ "step": 825
1165
+ },
1166
+ {
1167
+ "epoch": 13.614745586708203,
1168
+ "grad_norm": 1.6950455904006958,
1169
+ "learning_rate": 1.313499075630899e-05,
1170
+ "loss": 0.2904,
1171
+ "step": 830
1172
+ },
1173
+ {
1174
+ "epoch": 13.697819314641745,
1175
+ "grad_norm": 1.6819844245910645,
1176
+ "learning_rate": 1.2816206721818944e-05,
1177
+ "loss": 0.2876,
1178
+ "step": 835
1179
+ },
1180
+ {
1181
+ "epoch": 13.780893042575286,
1182
+ "grad_norm": 1.5784549713134766,
1183
+ "learning_rate": 1.2500000000000006e-05,
1184
+ "loss": 0.286,
1185
+ "step": 840
1186
+ },
1187
+ {
1188
+ "epoch": 13.863966770508826,
1189
+ "grad_norm": 1.6307650804519653,
1190
+ "learning_rate": 1.2186437480003372e-05,
1191
+ "loss": 0.3009,
1192
+ "step": 845
1193
+ },
1194
+ {
1195
+ "epoch": 13.947040498442368,
1196
+ "grad_norm": 1.4225823879241943,
1197
+ "learning_rate": 1.1875585491636e-05,
1198
+ "loss": 0.2741,
1199
+ "step": 850
1200
+ },
1201
+ {
1202
+ "epoch": 14.016614745586708,
1203
+ "grad_norm": 1.2541974782943726,
1204
+ "learning_rate": 1.1567509791329401e-05,
1205
+ "loss": 0.271,
1206
+ "step": 855
1207
+ },
1208
+ {
1209
+ "epoch": 14.09968847352025,
1210
+ "grad_norm": 1.3735196590423584,
1211
+ "learning_rate": 1.126227554822985e-05,
1212
+ "loss": 0.2576,
1213
+ "step": 860
1214
+ },
1215
+ {
1216
+ "epoch": 14.18276220145379,
1217
+ "grad_norm": 1.4082770347595215,
1218
+ "learning_rate": 1.0959947330412682e-05,
1219
+ "loss": 0.2705,
1220
+ "step": 865
1221
+ },
1222
+ {
1223
+ "epoch": 14.26583592938733,
1224
+ "grad_norm": 1.5013236999511719,
1225
+ "learning_rate": 1.0660589091223855e-05,
1226
+ "loss": 0.2641,
1227
+ "step": 870
1228
+ },
1229
+ {
1230
+ "epoch": 14.348909657320872,
1231
+ "grad_norm": 1.8321263790130615,
1232
+ "learning_rate": 1.0364264155751488e-05,
1233
+ "loss": 0.2646,
1234
+ "step": 875
1235
+ },
1236
+ {
1237
+ "epoch": 14.431983385254414,
1238
+ "grad_norm": 1.5073516368865967,
1239
+ "learning_rate": 1.0071035207430352e-05,
1240
+ "loss": 0.267,
1241
+ "step": 880
1242
+ },
1243
+ {
1244
+ "epoch": 14.515057113187954,
1245
+ "grad_norm": 1.5713279247283936,
1246
+ "learning_rate": 9.780964274781984e-06,
1247
+ "loss": 0.275,
1248
+ "step": 885
1249
+ },
1250
+ {
1251
+ "epoch": 14.598130841121495,
1252
+ "grad_norm": 1.4692318439483643,
1253
+ "learning_rate": 9.494112718293501e-06,
1254
+ "loss": 0.2674,
1255
+ "step": 890
1256
+ },
1257
+ {
1258
+ "epoch": 14.681204569055037,
1259
+ "grad_norm": 1.9062477350234985,
1260
+ "learning_rate": 9.210541217437565e-06,
1261
+ "loss": 0.2703,
1262
+ "step": 895
1263
+ },
1264
+ {
1265
+ "epoch": 14.764278296988577,
1266
+ "grad_norm": 1.4207799434661865,
1267
+ "learning_rate": 8.930309757836517e-06,
1268
+ "loss": 0.2751,
1269
+ "step": 900
1270
+ },
1271
+ {
1272
+ "epoch": 14.847352024922118,
1273
+ "grad_norm": 1.4608951807022095,
1274
+ "learning_rate": 8.65347761857326e-06,
1275
+ "loss": 0.2828,
1276
+ "step": 905
1277
+ },
1278
+ {
1279
+ "epoch": 14.93042575285566,
1280
+ "grad_norm": 1.5288583040237427,
1281
+ "learning_rate": 8.380103359651553e-06,
1282
+ "loss": 0.2739,
1283
+ "step": 910
1284
+ },
1285
+ {
1286
+ "epoch": 15.0,
1287
+ "grad_norm": 3.328437328338623,
1288
+ "learning_rate": 8.110244809608495e-06,
1289
+ "loss": 0.2715,
1290
+ "step": 915
1291
+ },
1292
+ {
1293
+ "epoch": 15.083073727933542,
1294
+ "grad_norm": 1.4342622756958008,
1295
+ "learning_rate": 7.843959053281663e-06,
1296
+ "loss": 0.2562,
1297
+ "step": 920
1298
+ },
1299
+ {
1300
+ "epoch": 15.166147455867081,
1301
+ "grad_norm": 1.3755466938018799,
1302
+ "learning_rate": 7.581302419733632e-06,
1303
+ "loss": 0.2488,
1304
+ "step": 925
1305
+ },
1306
+ {
1307
+ "epoch": 15.249221183800623,
1308
+ "grad_norm": 1.6790114641189575,
1309
+ "learning_rate": 7.3223304703363135e-06,
1310
+ "loss": 0.2675,
1311
+ "step": 930
1312
+ },
1313
+ {
1314
+ "epoch": 15.332294911734165,
1315
+ "grad_norm": 1.7311410903930664,
1316
+ "learning_rate": 7.067097987017762e-06,
1317
+ "loss": 0.2678,
1318
+ "step": 935
1319
+ },
1320
+ {
1321
+ "epoch": 15.415368639667705,
1322
+ "grad_norm": 1.565371036529541,
1323
+ "learning_rate": 6.815658960673782e-06,
1324
+ "loss": 0.269,
1325
+ "step": 940
1326
+ },
1327
+ {
1328
+ "epoch": 15.498442367601246,
1329
+ "grad_norm": 1.6030529737472534,
1330
+ "learning_rate": 6.568066579746901e-06,
1331
+ "loss": 0.2539,
1332
+ "step": 945
1333
+ },
1334
+ {
1335
+ "epoch": 15.581516095534788,
1336
+ "grad_norm": 1.7192659378051758,
1337
+ "learning_rate": 6.324373218975105e-06,
1338
+ "loss": 0.261,
1339
+ "step": 950
1340
+ },
1341
+ {
1342
+ "epoch": 15.664589823468328,
1343
+ "grad_norm": 1.6753857135772705,
1344
+ "learning_rate": 6.08463042831268e-06,
1345
+ "loss": 0.2521,
1346
+ "step": 955
1347
+ },
1348
+ {
1349
+ "epoch": 15.74766355140187,
1350
+ "grad_norm": 1.9638776779174805,
1351
+ "learning_rate": 5.848888922025553e-06,
1352
+ "loss": 0.2615,
1353
+ "step": 960
1354
+ },
1355
+ {
1356
+ "epoch": 15.83073727933541,
1357
+ "grad_norm": 1.5389426946640015,
1358
+ "learning_rate": 5.617198567963352e-06,
1359
+ "loss": 0.2584,
1360
+ "step": 965
1361
+ },
1362
+ {
1363
+ "epoch": 15.91381100726895,
1364
+ "grad_norm": 1.8820122480392456,
1365
+ "learning_rate": 5.389608377010608e-06,
1366
+ "loss": 0.2667,
1367
+ "step": 970
1368
+ },
1369
+ {
1370
+ "epoch": 15.996884735202492,
1371
+ "grad_norm": 1.8412877321243286,
1372
+ "learning_rate": 5.166166492719124e-06,
1373
+ "loss": 0.2697,
1374
+ "step": 975
1375
+ },
1376
+ {
1377
+ "epoch": 16.066458982346834,
1378
+ "grad_norm": 1.7076417207717896,
1379
+ "learning_rate": 4.946920181123904e-06,
1380
+ "loss": 0.2451,
1381
+ "step": 980
1382
+ },
1383
+ {
1384
+ "epoch": 16.149532710280372,
1385
+ "grad_norm": 1.4559515714645386,
1386
+ "learning_rate": 4.731915820744695e-06,
1387
+ "loss": 0.2448,
1388
+ "step": 985
1389
+ },
1390
+ {
1391
+ "epoch": 16.232606438213914,
1392
+ "grad_norm": 1.4542195796966553,
1393
+ "learning_rate": 4.521198892775203e-06,
1394
+ "loss": 0.2525,
1395
+ "step": 990
1396
+ },
1397
+ {
1398
+ "epoch": 16.315680166147455,
1399
+ "grad_norm": 1.7294296026229858,
1400
+ "learning_rate": 4.314813971462237e-06,
1401
+ "loss": 0.2452,
1402
+ "step": 995
1403
+ },
1404
+ {
1405
+ "epoch": 16.398753894080997,
1406
+ "grad_norm": 1.694813847541809,
1407
+ "learning_rate": 4.112804714676594e-06,
1408
+ "loss": 0.2533,
1409
+ "step": 1000
1410
+ },
1411
+ {
1412
+ "epoch": 16.48182762201454,
1413
+ "grad_norm": 1.7992663383483887,
1414
+ "learning_rate": 3.9152138546778625e-06,
1415
+ "loss": 0.2604,
1416
+ "step": 1005
1417
+ },
1418
+ {
1419
+ "epoch": 16.56490134994808,
1420
+ "grad_norm": 1.520974040031433,
1421
+ "learning_rate": 3.7220831890750067e-06,
1422
+ "loss": 0.2571,
1423
+ "step": 1010
1424
+ },
1425
+ {
1426
+ "epoch": 16.64797507788162,
1427
+ "grad_norm": 1.9732450246810913,
1428
+ "learning_rate": 3.5334535719846766e-06,
1429
+ "loss": 0.2659,
1430
+ "step": 1015
1431
+ },
1432
+ {
1433
+ "epoch": 16.73104880581516,
1434
+ "grad_norm": 1.7136303186416626,
1435
+ "learning_rate": 3.3493649053890326e-06,
1436
+ "loss": 0.2565,
1437
+ "step": 1020
1438
+ }
1439
+ ],
1440
+ "logging_steps": 5,
1441
+ "max_steps": 1200,
1442
+ "num_input_tokens_seen": 0,
1443
+ "num_train_epochs": 20,
1444
+ "save_steps": 60,
1445
+ "stateful_callbacks": {
1446
+ "TrainerControl": {
1447
+ "args": {
1448
+ "should_epoch_stop": false,
1449
+ "should_evaluate": false,
1450
+ "should_log": false,
1451
+ "should_save": true,
1452
+ "should_training_stop": false
1453
+ },
1454
+ "attributes": {}
1455
+ }
1456
+ },
1457
+ "total_flos": 4.39957467388969e+16,
1458
+ "train_batch_size": 1,
1459
+ "trial_name": null,
1460
+ "trial_params": null
1461
+ }
checkpoint-1020/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1080/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1080/trainer_state.json ADDED
@@ -0,0 +1,1545 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 17.714434060228452,
5
+ "eval_steps": 500,
6
+ "global_step": 1080,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.08307372793354102,
13
+ "grad_norm": 0.5125107169151306,
14
+ "learning_rate": 2.0833333333333334e-06,
15
+ "loss": 3.5515,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.16614745586708204,
20
+ "grad_norm": 0.4532736539840698,
21
+ "learning_rate": 4.166666666666667e-06,
22
+ "loss": 3.6807,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.24922118380062305,
27
+ "grad_norm": 0.4483909606933594,
28
+ "learning_rate": 6.25e-06,
29
+ "loss": 3.5357,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 0.3322949117341641,
34
+ "grad_norm": 0.5020395517349243,
35
+ "learning_rate": 8.333333333333334e-06,
36
+ "loss": 3.645,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 0.4153686396677051,
41
+ "grad_norm": 0.8230155110359192,
42
+ "learning_rate": 1.0416666666666668e-05,
43
+ "loss": 3.5682,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 0.4984423676012461,
48
+ "grad_norm": 1.3333394527435303,
49
+ "learning_rate": 1.25e-05,
50
+ "loss": 3.5155,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 0.5815160955347871,
55
+ "grad_norm": 0.7118450999259949,
56
+ "learning_rate": 1.4583333333333335e-05,
57
+ "loss": 3.4724,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 0.6645898234683282,
62
+ "grad_norm": 1.0282073020935059,
63
+ "learning_rate": 1.6666666666666667e-05,
64
+ "loss": 3.4205,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 0.7476635514018691,
69
+ "grad_norm": 1.0468826293945312,
70
+ "learning_rate": 1.8750000000000002e-05,
71
+ "loss": 3.3295,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 0.8307372793354102,
76
+ "grad_norm": 0.8730693459510803,
77
+ "learning_rate": 2.0833333333333336e-05,
78
+ "loss": 3.0831,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 0.9138110072689511,
83
+ "grad_norm": 0.9377574324607849,
84
+ "learning_rate": 2.2916666666666667e-05,
85
+ "loss": 2.8412,
86
+ "step": 55
87
+ },
88
+ {
89
+ "epoch": 0.9968847352024922,
90
+ "grad_norm": 1.0129190683364868,
91
+ "learning_rate": 2.5e-05,
92
+ "loss": 2.3229,
93
+ "step": 60
94
+ },
95
+ {
96
+ "epoch": 1.066458982346833,
97
+ "grad_norm": 0.8808080554008484,
98
+ "learning_rate": 2.7083333333333332e-05,
99
+ "loss": 2.0489,
100
+ "step": 65
101
+ },
102
+ {
103
+ "epoch": 1.1495327102803738,
104
+ "grad_norm": 0.8092290759086609,
105
+ "learning_rate": 2.916666666666667e-05,
106
+ "loss": 1.9307,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 1.2326064382139148,
111
+ "grad_norm": 0.8002105951309204,
112
+ "learning_rate": 3.125e-05,
113
+ "loss": 1.7402,
114
+ "step": 75
115
+ },
116
+ {
117
+ "epoch": 1.3156801661474558,
118
+ "grad_norm": 0.8581973314285278,
119
+ "learning_rate": 3.3333333333333335e-05,
120
+ "loss": 1.6696,
121
+ "step": 80
122
+ },
123
+ {
124
+ "epoch": 1.398753894080997,
125
+ "grad_norm": 0.7443532347679138,
126
+ "learning_rate": 3.541666666666667e-05,
127
+ "loss": 1.5175,
128
+ "step": 85
129
+ },
130
+ {
131
+ "epoch": 1.4818276220145379,
132
+ "grad_norm": 0.9584633708000183,
133
+ "learning_rate": 3.7500000000000003e-05,
134
+ "loss": 1.3968,
135
+ "step": 90
136
+ },
137
+ {
138
+ "epoch": 1.5649013499480788,
139
+ "grad_norm": 0.8683136105537415,
140
+ "learning_rate": 3.958333333333333e-05,
141
+ "loss": 1.299,
142
+ "step": 95
143
+ },
144
+ {
145
+ "epoch": 1.64797507788162,
146
+ "grad_norm": 0.7825261950492859,
147
+ "learning_rate": 4.166666666666667e-05,
148
+ "loss": 1.1271,
149
+ "step": 100
150
+ },
151
+ {
152
+ "epoch": 1.731048805815161,
153
+ "grad_norm": 0.654670000076294,
154
+ "learning_rate": 4.375e-05,
155
+ "loss": 1.14,
156
+ "step": 105
157
+ },
158
+ {
159
+ "epoch": 1.814122533748702,
160
+ "grad_norm": 0.7511588335037231,
161
+ "learning_rate": 4.5833333333333334e-05,
162
+ "loss": 1.1614,
163
+ "step": 110
164
+ },
165
+ {
166
+ "epoch": 1.897196261682243,
167
+ "grad_norm": 0.6596113443374634,
168
+ "learning_rate": 4.791666666666667e-05,
169
+ "loss": 1.0587,
170
+ "step": 115
171
+ },
172
+ {
173
+ "epoch": 1.980269989615784,
174
+ "grad_norm": 0.7166474461555481,
175
+ "learning_rate": 5e-05,
176
+ "loss": 1.0169,
177
+ "step": 120
178
+ },
179
+ {
180
+ "epoch": 2.0498442367601246,
181
+ "grad_norm": 0.6620935797691345,
182
+ "learning_rate": 4.999735579817769e-05,
183
+ "loss": 0.985,
184
+ "step": 125
185
+ },
186
+ {
187
+ "epoch": 2.132917964693666,
188
+ "grad_norm": 0.7846258878707886,
189
+ "learning_rate": 4.998942375205502e-05,
190
+ "loss": 0.9594,
191
+ "step": 130
192
+ },
193
+ {
194
+ "epoch": 2.2159916926272065,
195
+ "grad_norm": 0.652454137802124,
196
+ "learning_rate": 4.997620553954645e-05,
197
+ "loss": 0.9322,
198
+ "step": 135
199
+ },
200
+ {
201
+ "epoch": 2.2990654205607477,
202
+ "grad_norm": 0.7020059823989868,
203
+ "learning_rate": 4.995770395678171e-05,
204
+ "loss": 0.9242,
205
+ "step": 140
206
+ },
207
+ {
208
+ "epoch": 2.382139148494289,
209
+ "grad_norm": 0.8148695826530457,
210
+ "learning_rate": 4.993392291751431e-05,
211
+ "loss": 0.8394,
212
+ "step": 145
213
+ },
214
+ {
215
+ "epoch": 2.4652128764278296,
216
+ "grad_norm": 0.8813133835792542,
217
+ "learning_rate": 4.990486745229364e-05,
218
+ "loss": 0.992,
219
+ "step": 150
220
+ },
221
+ {
222
+ "epoch": 2.5482866043613708,
223
+ "grad_norm": 0.7893730401992798,
224
+ "learning_rate": 4.987054370740083e-05,
225
+ "loss": 0.899,
226
+ "step": 155
227
+ },
228
+ {
229
+ "epoch": 2.6313603322949115,
230
+ "grad_norm": 0.7719221711158752,
231
+ "learning_rate": 4.983095894354858e-05,
232
+ "loss": 0.9416,
233
+ "step": 160
234
+ },
235
+ {
236
+ "epoch": 2.7144340602284527,
237
+ "grad_norm": 0.8439667820930481,
238
+ "learning_rate": 4.9786121534345265e-05,
239
+ "loss": 0.8401,
240
+ "step": 165
241
+ },
242
+ {
243
+ "epoch": 2.797507788161994,
244
+ "grad_norm": 0.833251953125,
245
+ "learning_rate": 4.973604096452361e-05,
246
+ "loss": 0.817,
247
+ "step": 170
248
+ },
249
+ {
250
+ "epoch": 2.8805815160955346,
251
+ "grad_norm": 0.7526916265487671,
252
+ "learning_rate": 4.9680727827934354e-05,
253
+ "loss": 0.8191,
254
+ "step": 175
255
+ },
256
+ {
257
+ "epoch": 2.9636552440290758,
258
+ "grad_norm": 1.0640058517456055,
259
+ "learning_rate": 4.962019382530521e-05,
260
+ "loss": 0.8607,
261
+ "step": 180
262
+ },
263
+ {
264
+ "epoch": 3.0332294911734166,
265
+ "grad_norm": 0.784114420413971,
266
+ "learning_rate": 4.9554451761765766e-05,
267
+ "loss": 0.761,
268
+ "step": 185
269
+ },
270
+ {
271
+ "epoch": 3.1163032191069573,
272
+ "grad_norm": 0.9396352767944336,
273
+ "learning_rate": 4.948351554413879e-05,
274
+ "loss": 0.6821,
275
+ "step": 190
276
+ },
277
+ {
278
+ "epoch": 3.1993769470404985,
279
+ "grad_norm": 0.9770582914352417,
280
+ "learning_rate": 4.940740017799833e-05,
281
+ "loss": 0.742,
282
+ "step": 195
283
+ },
284
+ {
285
+ "epoch": 3.2824506749740396,
286
+ "grad_norm": 0.8752853870391846,
287
+ "learning_rate": 4.9326121764495596e-05,
288
+ "loss": 0.69,
289
+ "step": 200
290
+ },
291
+ {
292
+ "epoch": 3.3655244029075804,
293
+ "grad_norm": 0.8496589064598083,
294
+ "learning_rate": 4.92396974969529e-05,
295
+ "loss": 0.769,
296
+ "step": 205
297
+ },
298
+ {
299
+ "epoch": 3.4485981308411215,
300
+ "grad_norm": 0.8192639350891113,
301
+ "learning_rate": 4.914814565722671e-05,
302
+ "loss": 0.7298,
303
+ "step": 210
304
+ },
305
+ {
306
+ "epoch": 3.5316718587746623,
307
+ "grad_norm": 1.00070059299469,
308
+ "learning_rate": 4.905148561184033e-05,
309
+ "loss": 0.7815,
310
+ "step": 215
311
+ },
312
+ {
313
+ "epoch": 3.6147455867082035,
314
+ "grad_norm": 1.1614112854003906,
315
+ "learning_rate": 4.894973780788722e-05,
316
+ "loss": 0.7975,
317
+ "step": 220
318
+ },
319
+ {
320
+ "epoch": 3.6978193146417446,
321
+ "grad_norm": 1.014397382736206,
322
+ "learning_rate": 4.884292376870567e-05,
323
+ "loss": 0.696,
324
+ "step": 225
325
+ },
326
+ {
327
+ "epoch": 3.7808930425752854,
328
+ "grad_norm": 0.9468530416488647,
329
+ "learning_rate": 4.873106608932585e-05,
330
+ "loss": 0.7194,
331
+ "step": 230
332
+ },
333
+ {
334
+ "epoch": 3.8639667705088265,
335
+ "grad_norm": 1.2201341390609741,
336
+ "learning_rate": 4.8614188431690125e-05,
337
+ "loss": 0.7795,
338
+ "step": 235
339
+ },
340
+ {
341
+ "epoch": 3.9470404984423677,
342
+ "grad_norm": 0.9476346373558044,
343
+ "learning_rate": 4.849231551964771e-05,
344
+ "loss": 0.7202,
345
+ "step": 240
346
+ },
347
+ {
348
+ "epoch": 4.0166147455867085,
349
+ "grad_norm": 0.9945451021194458,
350
+ "learning_rate": 4.836547313372471e-05,
351
+ "loss": 0.6931,
352
+ "step": 245
353
+ },
354
+ {
355
+ "epoch": 4.099688473520249,
356
+ "grad_norm": 1.1113696098327637,
357
+ "learning_rate": 4.823368810567056e-05,
358
+ "loss": 0.6557,
359
+ "step": 250
360
+ },
361
+ {
362
+ "epoch": 4.18276220145379,
363
+ "grad_norm": 1.3515146970748901,
364
+ "learning_rate": 4.8096988312782174e-05,
365
+ "loss": 0.6295,
366
+ "step": 255
367
+ },
368
+ {
369
+ "epoch": 4.265835929387332,
370
+ "grad_norm": 1.375272274017334,
371
+ "learning_rate": 4.7955402672006854e-05,
372
+ "loss": 0.6423,
373
+ "step": 260
374
+ },
375
+ {
376
+ "epoch": 4.348909657320872,
377
+ "grad_norm": 1.1683202981948853,
378
+ "learning_rate": 4.780896113382536e-05,
379
+ "loss": 0.6167,
380
+ "step": 265
381
+ },
382
+ {
383
+ "epoch": 4.431983385254413,
384
+ "grad_norm": 1.2091785669326782,
385
+ "learning_rate": 4.765769467591625e-05,
386
+ "loss": 0.6373,
387
+ "step": 270
388
+ },
389
+ {
390
+ "epoch": 4.515057113187955,
391
+ "grad_norm": 1.3007235527038574,
392
+ "learning_rate": 4.750163529660303e-05,
393
+ "loss": 0.5941,
394
+ "step": 275
395
+ },
396
+ {
397
+ "epoch": 4.598130841121495,
398
+ "grad_norm": 1.2785530090332031,
399
+ "learning_rate": 4.734081600808531e-05,
400
+ "loss": 0.6384,
401
+ "step": 280
402
+ },
403
+ {
404
+ "epoch": 4.681204569055036,
405
+ "grad_norm": 1.2808083295822144,
406
+ "learning_rate": 4.717527082945554e-05,
407
+ "loss": 0.6592,
408
+ "step": 285
409
+ },
410
+ {
411
+ "epoch": 4.764278296988578,
412
+ "grad_norm": 1.1978651285171509,
413
+ "learning_rate": 4.700503477950278e-05,
414
+ "loss": 0.6285,
415
+ "step": 290
416
+ },
417
+ {
418
+ "epoch": 4.8473520249221185,
419
+ "grad_norm": 1.3983532190322876,
420
+ "learning_rate": 4.68301438693049e-05,
421
+ "loss": 0.5941,
422
+ "step": 295
423
+ },
424
+ {
425
+ "epoch": 4.930425752855659,
426
+ "grad_norm": 1.286287784576416,
427
+ "learning_rate": 4.665063509461097e-05,
428
+ "loss": 0.5652,
429
+ "step": 300
430
+ },
431
+ {
432
+ "epoch": 5.0,
433
+ "grad_norm": 3.1714959144592285,
434
+ "learning_rate": 4.6466546428015336e-05,
435
+ "loss": 0.5657,
436
+ "step": 305
437
+ },
438
+ {
439
+ "epoch": 5.083073727933541,
440
+ "grad_norm": 1.0886554718017578,
441
+ "learning_rate": 4.627791681092499e-05,
442
+ "loss": 0.4776,
443
+ "step": 310
444
+ },
445
+ {
446
+ "epoch": 5.166147455867082,
447
+ "grad_norm": 1.3735958337783813,
448
+ "learning_rate": 4.608478614532215e-05,
449
+ "loss": 0.5114,
450
+ "step": 315
451
+ },
452
+ {
453
+ "epoch": 5.249221183800623,
454
+ "grad_norm": 1.5809016227722168,
455
+ "learning_rate": 4.588719528532342e-05,
456
+ "loss": 0.5537,
457
+ "step": 320
458
+ },
459
+ {
460
+ "epoch": 5.332294911734164,
461
+ "grad_norm": 1.401424765586853,
462
+ "learning_rate": 4.568518602853776e-05,
463
+ "loss": 0.5299,
464
+ "step": 325
465
+ },
466
+ {
467
+ "epoch": 5.415368639667705,
468
+ "grad_norm": 1.467054009437561,
469
+ "learning_rate": 4.54788011072248e-05,
470
+ "loss": 0.5236,
471
+ "step": 330
472
+ },
473
+ {
474
+ "epoch": 5.498442367601246,
475
+ "grad_norm": 1.253794550895691,
476
+ "learning_rate": 4.526808417925531e-05,
477
+ "loss": 0.5632,
478
+ "step": 335
479
+ },
480
+ {
481
+ "epoch": 5.581516095534787,
482
+ "grad_norm": 1.4579623937606812,
483
+ "learning_rate": 4.50530798188761e-05,
484
+ "loss": 0.5556,
485
+ "step": 340
486
+ },
487
+ {
488
+ "epoch": 5.6645898234683285,
489
+ "grad_norm": 1.171007513999939,
490
+ "learning_rate": 4.4833833507280884e-05,
491
+ "loss": 0.4934,
492
+ "step": 345
493
+ },
494
+ {
495
+ "epoch": 5.747663551401869,
496
+ "grad_norm": 1.4656859636306763,
497
+ "learning_rate": 4.4610391622989396e-05,
498
+ "loss": 0.5697,
499
+ "step": 350
500
+ },
501
+ {
502
+ "epoch": 5.83073727933541,
503
+ "grad_norm": 1.4671518802642822,
504
+ "learning_rate": 4.438280143203665e-05,
505
+ "loss": 0.5289,
506
+ "step": 355
507
+ },
508
+ {
509
+ "epoch": 5.913811007268951,
510
+ "grad_norm": 1.4010504484176636,
511
+ "learning_rate": 4.415111107797445e-05,
512
+ "loss": 0.5205,
513
+ "step": 360
514
+ },
515
+ {
516
+ "epoch": 5.996884735202492,
517
+ "grad_norm": 1.6909047365188599,
518
+ "learning_rate": 4.391536957168733e-05,
519
+ "loss": 0.5469,
520
+ "step": 365
521
+ },
522
+ {
523
+ "epoch": 6.066458982346833,
524
+ "grad_norm": 1.3057804107666016,
525
+ "learning_rate": 4.36756267810249e-05,
526
+ "loss": 0.5087,
527
+ "step": 370
528
+ },
529
+ {
530
+ "epoch": 6.149532710280374,
531
+ "grad_norm": 1.7389354705810547,
532
+ "learning_rate": 4.34319334202531e-05,
533
+ "loss": 0.446,
534
+ "step": 375
535
+ },
536
+ {
537
+ "epoch": 6.232606438213915,
538
+ "grad_norm": 1.6178336143493652,
539
+ "learning_rate": 4.318434103932622e-05,
540
+ "loss": 0.4888,
541
+ "step": 380
542
+ },
543
+ {
544
+ "epoch": 6.315680166147456,
545
+ "grad_norm": 1.6565852165222168,
546
+ "learning_rate": 4.293290201298223e-05,
547
+ "loss": 0.4784,
548
+ "step": 385
549
+ },
550
+ {
551
+ "epoch": 6.398753894080997,
552
+ "grad_norm": 1.4080264568328857,
553
+ "learning_rate": 4.267766952966369e-05,
554
+ "loss": 0.4155,
555
+ "step": 390
556
+ },
557
+ {
558
+ "epoch": 6.481827622014538,
559
+ "grad_norm": 1.4906692504882812,
560
+ "learning_rate": 4.241869758026638e-05,
561
+ "loss": 0.4854,
562
+ "step": 395
563
+ },
564
+ {
565
+ "epoch": 6.564901349948079,
566
+ "grad_norm": 1.6544594764709473,
567
+ "learning_rate": 4.215604094671835e-05,
568
+ "loss": 0.4753,
569
+ "step": 400
570
+ },
571
+ {
572
+ "epoch": 6.64797507788162,
573
+ "grad_norm": 1.3182097673416138,
574
+ "learning_rate": 4.188975519039151e-05,
575
+ "loss": 0.4352,
576
+ "step": 405
577
+ },
578
+ {
579
+ "epoch": 6.731048805815161,
580
+ "grad_norm": 1.531633734703064,
581
+ "learning_rate": 4.1619896640348445e-05,
582
+ "loss": 0.4786,
583
+ "step": 410
584
+ },
585
+ {
586
+ "epoch": 6.814122533748702,
587
+ "grad_norm": 1.358223557472229,
588
+ "learning_rate": 4.1346522381426744e-05,
589
+ "loss": 0.4108,
590
+ "step": 415
591
+ },
592
+ {
593
+ "epoch": 6.897196261682243,
594
+ "grad_norm": 1.6483898162841797,
595
+ "learning_rate": 4.1069690242163484e-05,
596
+ "loss": 0.4828,
597
+ "step": 420
598
+ },
599
+ {
600
+ "epoch": 6.980269989615784,
601
+ "grad_norm": 1.5941141843795776,
602
+ "learning_rate": 4.078945878256244e-05,
603
+ "loss": 0.4276,
604
+ "step": 425
605
+ },
606
+ {
607
+ "epoch": 7.049844236760125,
608
+ "grad_norm": 1.367634892463684,
609
+ "learning_rate": 4.05058872817065e-05,
610
+ "loss": 0.3997,
611
+ "step": 430
612
+ },
613
+ {
614
+ "epoch": 7.132917964693665,
615
+ "grad_norm": 1.3028111457824707,
616
+ "learning_rate": 4.021903572521802e-05,
617
+ "loss": 0.3919,
618
+ "step": 435
619
+ },
620
+ {
621
+ "epoch": 7.215991692627207,
622
+ "grad_norm": 1.8897424936294556,
623
+ "learning_rate": 3.9928964792569655e-05,
624
+ "loss": 0.3778,
625
+ "step": 440
626
+ },
627
+ {
628
+ "epoch": 7.299065420560748,
629
+ "grad_norm": 1.6549698114395142,
630
+ "learning_rate": 3.963573584424852e-05,
631
+ "loss": 0.408,
632
+ "step": 445
633
+ },
634
+ {
635
+ "epoch": 7.382139148494288,
636
+ "grad_norm": 1.3696308135986328,
637
+ "learning_rate": 3.933941090877615e-05,
638
+ "loss": 0.4262,
639
+ "step": 450
640
+ },
641
+ {
642
+ "epoch": 7.46521287642783,
643
+ "grad_norm": 1.6997928619384766,
644
+ "learning_rate": 3.9040052669587325e-05,
645
+ "loss": 0.3982,
646
+ "step": 455
647
+ },
648
+ {
649
+ "epoch": 7.548286604361371,
650
+ "grad_norm": 1.3938806056976318,
651
+ "learning_rate": 3.873772445177015e-05,
652
+ "loss": 0.4113,
653
+ "step": 460
654
+ },
655
+ {
656
+ "epoch": 7.6313603322949115,
657
+ "grad_norm": 1.8341262340545654,
658
+ "learning_rate": 3.84324902086706e-05,
659
+ "loss": 0.4265,
660
+ "step": 465
661
+ },
662
+ {
663
+ "epoch": 7.714434060228453,
664
+ "grad_norm": 1.6543951034545898,
665
+ "learning_rate": 3.8124414508364e-05,
666
+ "loss": 0.4112,
667
+ "step": 470
668
+ },
669
+ {
670
+ "epoch": 7.797507788161994,
671
+ "grad_norm": 1.5131211280822754,
672
+ "learning_rate": 3.781356251999663e-05,
673
+ "loss": 0.4098,
674
+ "step": 475
675
+ },
676
+ {
677
+ "epoch": 7.880581516095535,
678
+ "grad_norm": 1.7143309116363525,
679
+ "learning_rate": 3.7500000000000003e-05,
680
+ "loss": 0.4183,
681
+ "step": 480
682
+ },
683
+ {
684
+ "epoch": 7.963655244029075,
685
+ "grad_norm": 1.4201680421829224,
686
+ "learning_rate": 3.718379327818106e-05,
687
+ "loss": 0.388,
688
+ "step": 485
689
+ },
690
+ {
691
+ "epoch": 8.033229491173417,
692
+ "grad_norm": 1.36739182472229,
693
+ "learning_rate": 3.686500924369101e-05,
694
+ "loss": 0.3927,
695
+ "step": 490
696
+ },
697
+ {
698
+ "epoch": 8.116303219106957,
699
+ "grad_norm": 1.348694086074829,
700
+ "learning_rate": 3.654371533087586e-05,
701
+ "loss": 0.3614,
702
+ "step": 495
703
+ },
704
+ {
705
+ "epoch": 8.199376947040498,
706
+ "grad_norm": 1.7005705833435059,
707
+ "learning_rate": 3.621997950501156e-05,
708
+ "loss": 0.3509,
709
+ "step": 500
710
+ },
711
+ {
712
+ "epoch": 8.28245067497404,
713
+ "grad_norm": 1.4668842554092407,
714
+ "learning_rate": 3.589387024792699e-05,
715
+ "loss": 0.344,
716
+ "step": 505
717
+ },
718
+ {
719
+ "epoch": 8.36552440290758,
720
+ "grad_norm": 1.6029119491577148,
721
+ "learning_rate": 3.556545654351749e-05,
722
+ "loss": 0.3599,
723
+ "step": 510
724
+ },
725
+ {
726
+ "epoch": 8.448598130841122,
727
+ "grad_norm": 1.5699125528335571,
728
+ "learning_rate": 3.523480786315231e-05,
729
+ "loss": 0.3579,
730
+ "step": 515
731
+ },
732
+ {
733
+ "epoch": 8.531671858774663,
734
+ "grad_norm": 1.4507211446762085,
735
+ "learning_rate": 3.490199415097892e-05,
736
+ "loss": 0.3341,
737
+ "step": 520
738
+ },
739
+ {
740
+ "epoch": 8.614745586708203,
741
+ "grad_norm": 1.460924744606018,
742
+ "learning_rate": 3.456708580912725e-05,
743
+ "loss": 0.3762,
744
+ "step": 525
745
+ },
746
+ {
747
+ "epoch": 8.697819314641745,
748
+ "grad_norm": 1.6329962015151978,
749
+ "learning_rate": 3.423015368281711e-05,
750
+ "loss": 0.3948,
751
+ "step": 530
752
+ },
753
+ {
754
+ "epoch": 8.780893042575286,
755
+ "grad_norm": 1.5261616706848145,
756
+ "learning_rate": 3.389126904537192e-05,
757
+ "loss": 0.3594,
758
+ "step": 535
759
+ },
760
+ {
761
+ "epoch": 8.863966770508826,
762
+ "grad_norm": 1.6733344793319702,
763
+ "learning_rate": 3.355050358314172e-05,
764
+ "loss": 0.3856,
765
+ "step": 540
766
+ },
767
+ {
768
+ "epoch": 8.947040498442368,
769
+ "grad_norm": 1.4160898923873901,
770
+ "learning_rate": 3.3207929380339034e-05,
771
+ "loss": 0.3875,
772
+ "step": 545
773
+ },
774
+ {
775
+ "epoch": 9.016614745586708,
776
+ "grad_norm": 1.2456085681915283,
777
+ "learning_rate": 3.2863618903790346e-05,
778
+ "loss": 0.3318,
779
+ "step": 550
780
+ },
781
+ {
782
+ "epoch": 9.09968847352025,
783
+ "grad_norm": 1.309977650642395,
784
+ "learning_rate": 3.251764498760683e-05,
785
+ "loss": 0.3239,
786
+ "step": 555
787
+ },
788
+ {
789
+ "epoch": 9.18276220145379,
790
+ "grad_norm": 1.6747145652770996,
791
+ "learning_rate": 3.217008081777726e-05,
792
+ "loss": 0.342,
793
+ "step": 560
794
+ },
795
+ {
796
+ "epoch": 9.26583592938733,
797
+ "grad_norm": 1.6204376220703125,
798
+ "learning_rate": 3.182099991668653e-05,
799
+ "loss": 0.3368,
800
+ "step": 565
801
+ },
802
+ {
803
+ "epoch": 9.348909657320872,
804
+ "grad_norm": 1.6952364444732666,
805
+ "learning_rate": 3.147047612756302e-05,
806
+ "loss": 0.333,
807
+ "step": 570
808
+ },
809
+ {
810
+ "epoch": 9.431983385254414,
811
+ "grad_norm": 1.6254109144210815,
812
+ "learning_rate": 3.11185835988581e-05,
813
+ "loss": 0.3488,
814
+ "step": 575
815
+ },
816
+ {
817
+ "epoch": 9.515057113187954,
818
+ "grad_norm": 1.7684122323989868,
819
+ "learning_rate": 3.076539676856101e-05,
820
+ "loss": 0.3461,
821
+ "step": 580
822
+ },
823
+ {
824
+ "epoch": 9.598130841121495,
825
+ "grad_norm": 1.480283260345459,
826
+ "learning_rate": 3.0410990348452573e-05,
827
+ "loss": 0.3457,
828
+ "step": 585
829
+ },
830
+ {
831
+ "epoch": 9.681204569055037,
832
+ "grad_norm": 1.4912574291229248,
833
+ "learning_rate": 3.0055439308300952e-05,
834
+ "loss": 0.3307,
835
+ "step": 590
836
+ },
837
+ {
838
+ "epoch": 9.764278296988577,
839
+ "grad_norm": 1.5759741067886353,
840
+ "learning_rate": 2.9698818860002797e-05,
841
+ "loss": 0.3387,
842
+ "step": 595
843
+ },
844
+ {
845
+ "epoch": 9.847352024922118,
846
+ "grad_norm": 1.475316047668457,
847
+ "learning_rate": 2.9341204441673266e-05,
848
+ "loss": 0.342,
849
+ "step": 600
850
+ },
851
+ {
852
+ "epoch": 9.93042575285566,
853
+ "grad_norm": 1.5280460119247437,
854
+ "learning_rate": 2.898267170168807e-05,
855
+ "loss": 0.3325,
856
+ "step": 605
857
+ },
858
+ {
859
+ "epoch": 10.0,
860
+ "grad_norm": 4.123524188995361,
861
+ "learning_rate": 2.8623296482681166e-05,
862
+ "loss": 0.3528,
863
+ "step": 610
864
+ },
865
+ {
866
+ "epoch": 10.083073727933542,
867
+ "grad_norm": 1.3620072603225708,
868
+ "learning_rate": 2.8263154805501297e-05,
869
+ "loss": 0.3282,
870
+ "step": 615
871
+ },
872
+ {
873
+ "epoch": 10.166147455867081,
874
+ "grad_norm": 1.8294273614883423,
875
+ "learning_rate": 2.7902322853130757e-05,
876
+ "loss": 0.3066,
877
+ "step": 620
878
+ },
879
+ {
880
+ "epoch": 10.249221183800623,
881
+ "grad_norm": 1.5608752965927124,
882
+ "learning_rate": 2.7540876954570048e-05,
883
+ "loss": 0.3033,
884
+ "step": 625
885
+ },
886
+ {
887
+ "epoch": 10.332294911734165,
888
+ "grad_norm": 1.7856054306030273,
889
+ "learning_rate": 2.717889356869146e-05,
890
+ "loss": 0.2969,
891
+ "step": 630
892
+ },
893
+ {
894
+ "epoch": 10.415368639667705,
895
+ "grad_norm": 1.4942408800125122,
896
+ "learning_rate": 2.681644926806527e-05,
897
+ "loss": 0.3153,
898
+ "step": 635
899
+ },
900
+ {
901
+ "epoch": 10.498442367601246,
902
+ "grad_norm": 1.6234569549560547,
903
+ "learning_rate": 2.6453620722761896e-05,
904
+ "loss": 0.3277,
905
+ "step": 640
906
+ },
907
+ {
908
+ "epoch": 10.581516095534788,
909
+ "grad_norm": 1.6694717407226562,
910
+ "learning_rate": 2.6090484684133404e-05,
911
+ "loss": 0.3228,
912
+ "step": 645
913
+ },
914
+ {
915
+ "epoch": 10.664589823468328,
916
+ "grad_norm": 1.6755950450897217,
917
+ "learning_rate": 2.5727117968577784e-05,
918
+ "loss": 0.3316,
919
+ "step": 650
920
+ },
921
+ {
922
+ "epoch": 10.74766355140187,
923
+ "grad_norm": 1.3962074518203735,
924
+ "learning_rate": 2.536359744128957e-05,
925
+ "loss": 0.3188,
926
+ "step": 655
927
+ },
928
+ {
929
+ "epoch": 10.83073727933541,
930
+ "grad_norm": 1.7147635221481323,
931
+ "learning_rate": 2.5e-05,
932
+ "loss": 0.3463,
933
+ "step": 660
934
+ },
935
+ {
936
+ "epoch": 10.91381100726895,
937
+ "grad_norm": 1.5997766256332397,
938
+ "learning_rate": 2.4636402558710432e-05,
939
+ "loss": 0.335,
940
+ "step": 665
941
+ },
942
+ {
943
+ "epoch": 10.996884735202492,
944
+ "grad_norm": 1.483155369758606,
945
+ "learning_rate": 2.4272882031422215e-05,
946
+ "loss": 0.3084,
947
+ "step": 670
948
+ },
949
+ {
950
+ "epoch": 11.066458982346832,
951
+ "grad_norm": 1.3599936962127686,
952
+ "learning_rate": 2.3909515315866605e-05,
953
+ "loss": 0.311,
954
+ "step": 675
955
+ },
956
+ {
957
+ "epoch": 11.149532710280374,
958
+ "grad_norm": 1.5479919910430908,
959
+ "learning_rate": 2.3546379277238107e-05,
960
+ "loss": 0.2999,
961
+ "step": 680
962
+ },
963
+ {
964
+ "epoch": 11.232606438213915,
965
+ "grad_norm": 1.5448635816574097,
966
+ "learning_rate": 2.3183550731934735e-05,
967
+ "loss": 0.291,
968
+ "step": 685
969
+ },
970
+ {
971
+ "epoch": 11.315680166147455,
972
+ "grad_norm": 1.4930479526519775,
973
+ "learning_rate": 2.2821106431308544e-05,
974
+ "loss": 0.2879,
975
+ "step": 690
976
+ },
977
+ {
978
+ "epoch": 11.398753894080997,
979
+ "grad_norm": 1.578282356262207,
980
+ "learning_rate": 2.2459123045429954e-05,
981
+ "loss": 0.3033,
982
+ "step": 695
983
+ },
984
+ {
985
+ "epoch": 11.481827622014539,
986
+ "grad_norm": 1.4327830076217651,
987
+ "learning_rate": 2.2097677146869242e-05,
988
+ "loss": 0.2946,
989
+ "step": 700
990
+ },
991
+ {
992
+ "epoch": 11.564901349948078,
993
+ "grad_norm": 1.75092351436615,
994
+ "learning_rate": 2.173684519449872e-05,
995
+ "loss": 0.2965,
996
+ "step": 705
997
+ },
998
+ {
999
+ "epoch": 11.64797507788162,
1000
+ "grad_norm": 1.4633839130401611,
1001
+ "learning_rate": 2.1376703517318837e-05,
1002
+ "loss": 0.3082,
1003
+ "step": 710
1004
+ },
1005
+ {
1006
+ "epoch": 11.731048805815162,
1007
+ "grad_norm": 1.4483939409255981,
1008
+ "learning_rate": 2.101732829831194e-05,
1009
+ "loss": 0.3048,
1010
+ "step": 715
1011
+ },
1012
+ {
1013
+ "epoch": 11.814122533748701,
1014
+ "grad_norm": 1.4273526668548584,
1015
+ "learning_rate": 2.0658795558326743e-05,
1016
+ "loss": 0.3093,
1017
+ "step": 720
1018
+ },
1019
+ {
1020
+ "epoch": 11.897196261682243,
1021
+ "grad_norm": 1.536641240119934,
1022
+ "learning_rate": 2.0301181139997205e-05,
1023
+ "loss": 0.3185,
1024
+ "step": 725
1025
+ },
1026
+ {
1027
+ "epoch": 11.980269989615785,
1028
+ "grad_norm": 1.6694177389144897,
1029
+ "learning_rate": 1.9944560691699057e-05,
1030
+ "loss": 0.3197,
1031
+ "step": 730
1032
+ },
1033
+ {
1034
+ "epoch": 12.049844236760125,
1035
+ "grad_norm": 1.5738413333892822,
1036
+ "learning_rate": 1.958900965154743e-05,
1037
+ "loss": 0.3235,
1038
+ "step": 735
1039
+ },
1040
+ {
1041
+ "epoch": 12.132917964693666,
1042
+ "grad_norm": 1.4949880838394165,
1043
+ "learning_rate": 1.9234603231438995e-05,
1044
+ "loss": 0.2752,
1045
+ "step": 740
1046
+ },
1047
+ {
1048
+ "epoch": 12.215991692627206,
1049
+ "grad_norm": 1.7407513856887817,
1050
+ "learning_rate": 1.8881416401141904e-05,
1051
+ "loss": 0.282,
1052
+ "step": 745
1053
+ },
1054
+ {
1055
+ "epoch": 12.299065420560748,
1056
+ "grad_norm": 1.6446201801300049,
1057
+ "learning_rate": 1.852952387243698e-05,
1058
+ "loss": 0.2847,
1059
+ "step": 750
1060
+ },
1061
+ {
1062
+ "epoch": 12.38213914849429,
1063
+ "grad_norm": 1.5613073110580444,
1064
+ "learning_rate": 1.8179000083313483e-05,
1065
+ "loss": 0.2923,
1066
+ "step": 755
1067
+ },
1068
+ {
1069
+ "epoch": 12.46521287642783,
1070
+ "grad_norm": 1.3661807775497437,
1071
+ "learning_rate": 1.7829919182222752e-05,
1072
+ "loss": 0.2881,
1073
+ "step": 760
1074
+ },
1075
+ {
1076
+ "epoch": 12.54828660436137,
1077
+ "grad_norm": 1.5903205871582031,
1078
+ "learning_rate": 1.7482355012393177e-05,
1079
+ "loss": 0.2897,
1080
+ "step": 765
1081
+ },
1082
+ {
1083
+ "epoch": 12.631360332294912,
1084
+ "grad_norm": 1.5441614389419556,
1085
+ "learning_rate": 1.7136381096209664e-05,
1086
+ "loss": 0.292,
1087
+ "step": 770
1088
+ },
1089
+ {
1090
+ "epoch": 12.714434060228452,
1091
+ "grad_norm": 1.6512565612792969,
1092
+ "learning_rate": 1.6792070619660975e-05,
1093
+ "loss": 0.289,
1094
+ "step": 775
1095
+ },
1096
+ {
1097
+ "epoch": 12.797507788161994,
1098
+ "grad_norm": 1.5514371395111084,
1099
+ "learning_rate": 1.6449496416858284e-05,
1100
+ "loss": 0.3012,
1101
+ "step": 780
1102
+ },
1103
+ {
1104
+ "epoch": 12.880581516095535,
1105
+ "grad_norm": 1.7717050313949585,
1106
+ "learning_rate": 1.6108730954628093e-05,
1107
+ "loss": 0.3055,
1108
+ "step": 785
1109
+ },
1110
+ {
1111
+ "epoch": 12.963655244029075,
1112
+ "grad_norm": 1.4902904033660889,
1113
+ "learning_rate": 1.5769846317182893e-05,
1114
+ "loss": 0.2913,
1115
+ "step": 790
1116
+ },
1117
+ {
1118
+ "epoch": 13.033229491173417,
1119
+ "grad_norm": 1.3144031763076782,
1120
+ "learning_rate": 1.5432914190872757e-05,
1121
+ "loss": 0.3069,
1122
+ "step": 795
1123
+ },
1124
+ {
1125
+ "epoch": 13.116303219106957,
1126
+ "grad_norm": 1.3925071954727173,
1127
+ "learning_rate": 1.509800584902108e-05,
1128
+ "loss": 0.2701,
1129
+ "step": 800
1130
+ },
1131
+ {
1132
+ "epoch": 13.199376947040498,
1133
+ "grad_norm": 1.7400624752044678,
1134
+ "learning_rate": 1.4765192136847685e-05,
1135
+ "loss": 0.2742,
1136
+ "step": 805
1137
+ },
1138
+ {
1139
+ "epoch": 13.28245067497404,
1140
+ "grad_norm": 1.5998958349227905,
1141
+ "learning_rate": 1.443454345648252e-05,
1142
+ "loss": 0.2778,
1143
+ "step": 810
1144
+ },
1145
+ {
1146
+ "epoch": 13.36552440290758,
1147
+ "grad_norm": 1.7994098663330078,
1148
+ "learning_rate": 1.4106129752073022e-05,
1149
+ "loss": 0.2836,
1150
+ "step": 815
1151
+ },
1152
+ {
1153
+ "epoch": 13.448598130841122,
1154
+ "grad_norm": 1.672831416130066,
1155
+ "learning_rate": 1.3780020494988446e-05,
1156
+ "loss": 0.2709,
1157
+ "step": 820
1158
+ },
1159
+ {
1160
+ "epoch": 13.531671858774663,
1161
+ "grad_norm": 1.7876700162887573,
1162
+ "learning_rate": 1.3456284669124158e-05,
1163
+ "loss": 0.2687,
1164
+ "step": 825
1165
+ },
1166
+ {
1167
+ "epoch": 13.614745586708203,
1168
+ "grad_norm": 1.6950455904006958,
1169
+ "learning_rate": 1.313499075630899e-05,
1170
+ "loss": 0.2904,
1171
+ "step": 830
1172
+ },
1173
+ {
1174
+ "epoch": 13.697819314641745,
1175
+ "grad_norm": 1.6819844245910645,
1176
+ "learning_rate": 1.2816206721818944e-05,
1177
+ "loss": 0.2876,
1178
+ "step": 835
1179
+ },
1180
+ {
1181
+ "epoch": 13.780893042575286,
1182
+ "grad_norm": 1.5784549713134766,
1183
+ "learning_rate": 1.2500000000000006e-05,
1184
+ "loss": 0.286,
1185
+ "step": 840
1186
+ },
1187
+ {
1188
+ "epoch": 13.863966770508826,
1189
+ "grad_norm": 1.6307650804519653,
1190
+ "learning_rate": 1.2186437480003372e-05,
1191
+ "loss": 0.3009,
1192
+ "step": 845
1193
+ },
1194
+ {
1195
+ "epoch": 13.947040498442368,
1196
+ "grad_norm": 1.4225823879241943,
1197
+ "learning_rate": 1.1875585491636e-05,
1198
+ "loss": 0.2741,
1199
+ "step": 850
1200
+ },
1201
+ {
1202
+ "epoch": 14.016614745586708,
1203
+ "grad_norm": 1.2541974782943726,
1204
+ "learning_rate": 1.1567509791329401e-05,
1205
+ "loss": 0.271,
1206
+ "step": 855
1207
+ },
1208
+ {
1209
+ "epoch": 14.09968847352025,
1210
+ "grad_norm": 1.3735196590423584,
1211
+ "learning_rate": 1.126227554822985e-05,
1212
+ "loss": 0.2576,
1213
+ "step": 860
1214
+ },
1215
+ {
1216
+ "epoch": 14.18276220145379,
1217
+ "grad_norm": 1.4082770347595215,
1218
+ "learning_rate": 1.0959947330412682e-05,
1219
+ "loss": 0.2705,
1220
+ "step": 865
1221
+ },
1222
+ {
1223
+ "epoch": 14.26583592938733,
1224
+ "grad_norm": 1.5013236999511719,
1225
+ "learning_rate": 1.0660589091223855e-05,
1226
+ "loss": 0.2641,
1227
+ "step": 870
1228
+ },
1229
+ {
1230
+ "epoch": 14.348909657320872,
1231
+ "grad_norm": 1.8321263790130615,
1232
+ "learning_rate": 1.0364264155751488e-05,
1233
+ "loss": 0.2646,
1234
+ "step": 875
1235
+ },
1236
+ {
1237
+ "epoch": 14.431983385254414,
1238
+ "grad_norm": 1.5073516368865967,
1239
+ "learning_rate": 1.0071035207430352e-05,
1240
+ "loss": 0.267,
1241
+ "step": 880
1242
+ },
1243
+ {
1244
+ "epoch": 14.515057113187954,
1245
+ "grad_norm": 1.5713279247283936,
1246
+ "learning_rate": 9.780964274781984e-06,
1247
+ "loss": 0.275,
1248
+ "step": 885
1249
+ },
1250
+ {
1251
+ "epoch": 14.598130841121495,
1252
+ "grad_norm": 1.4692318439483643,
1253
+ "learning_rate": 9.494112718293501e-06,
1254
+ "loss": 0.2674,
1255
+ "step": 890
1256
+ },
1257
+ {
1258
+ "epoch": 14.681204569055037,
1259
+ "grad_norm": 1.9062477350234985,
1260
+ "learning_rate": 9.210541217437565e-06,
1261
+ "loss": 0.2703,
1262
+ "step": 895
1263
+ },
1264
+ {
1265
+ "epoch": 14.764278296988577,
1266
+ "grad_norm": 1.4207799434661865,
1267
+ "learning_rate": 8.930309757836517e-06,
1268
+ "loss": 0.2751,
1269
+ "step": 900
1270
+ },
1271
+ {
1272
+ "epoch": 14.847352024922118,
1273
+ "grad_norm": 1.4608951807022095,
1274
+ "learning_rate": 8.65347761857326e-06,
1275
+ "loss": 0.2828,
1276
+ "step": 905
1277
+ },
1278
+ {
1279
+ "epoch": 14.93042575285566,
1280
+ "grad_norm": 1.5288583040237427,
1281
+ "learning_rate": 8.380103359651553e-06,
1282
+ "loss": 0.2739,
1283
+ "step": 910
1284
+ },
1285
+ {
1286
+ "epoch": 15.0,
1287
+ "grad_norm": 3.328437328338623,
1288
+ "learning_rate": 8.110244809608495e-06,
1289
+ "loss": 0.2715,
1290
+ "step": 915
1291
+ },
1292
+ {
1293
+ "epoch": 15.083073727933542,
1294
+ "grad_norm": 1.4342622756958008,
1295
+ "learning_rate": 7.843959053281663e-06,
1296
+ "loss": 0.2562,
1297
+ "step": 920
1298
+ },
1299
+ {
1300
+ "epoch": 15.166147455867081,
1301
+ "grad_norm": 1.3755466938018799,
1302
+ "learning_rate": 7.581302419733632e-06,
1303
+ "loss": 0.2488,
1304
+ "step": 925
1305
+ },
1306
+ {
1307
+ "epoch": 15.249221183800623,
1308
+ "grad_norm": 1.6790114641189575,
1309
+ "learning_rate": 7.3223304703363135e-06,
1310
+ "loss": 0.2675,
1311
+ "step": 930
1312
+ },
1313
+ {
1314
+ "epoch": 15.332294911734165,
1315
+ "grad_norm": 1.7311410903930664,
1316
+ "learning_rate": 7.067097987017762e-06,
1317
+ "loss": 0.2678,
1318
+ "step": 935
1319
+ },
1320
+ {
1321
+ "epoch": 15.415368639667705,
1322
+ "grad_norm": 1.565371036529541,
1323
+ "learning_rate": 6.815658960673782e-06,
1324
+ "loss": 0.269,
1325
+ "step": 940
1326
+ },
1327
+ {
1328
+ "epoch": 15.498442367601246,
1329
+ "grad_norm": 1.6030529737472534,
1330
+ "learning_rate": 6.568066579746901e-06,
1331
+ "loss": 0.2539,
1332
+ "step": 945
1333
+ },
1334
+ {
1335
+ "epoch": 15.581516095534788,
1336
+ "grad_norm": 1.7192659378051758,
1337
+ "learning_rate": 6.324373218975105e-06,
1338
+ "loss": 0.261,
1339
+ "step": 950
1340
+ },
1341
+ {
1342
+ "epoch": 15.664589823468328,
1343
+ "grad_norm": 1.6753857135772705,
1344
+ "learning_rate": 6.08463042831268e-06,
1345
+ "loss": 0.2521,
1346
+ "step": 955
1347
+ },
1348
+ {
1349
+ "epoch": 15.74766355140187,
1350
+ "grad_norm": 1.9638776779174805,
1351
+ "learning_rate": 5.848888922025553e-06,
1352
+ "loss": 0.2615,
1353
+ "step": 960
1354
+ },
1355
+ {
1356
+ "epoch": 15.83073727933541,
1357
+ "grad_norm": 1.5389426946640015,
1358
+ "learning_rate": 5.617198567963352e-06,
1359
+ "loss": 0.2584,
1360
+ "step": 965
1361
+ },
1362
+ {
1363
+ "epoch": 15.91381100726895,
1364
+ "grad_norm": 1.8820122480392456,
1365
+ "learning_rate": 5.389608377010608e-06,
1366
+ "loss": 0.2667,
1367
+ "step": 970
1368
+ },
1369
+ {
1370
+ "epoch": 15.996884735202492,
1371
+ "grad_norm": 1.8412877321243286,
1372
+ "learning_rate": 5.166166492719124e-06,
1373
+ "loss": 0.2697,
1374
+ "step": 975
1375
+ },
1376
+ {
1377
+ "epoch": 16.066458982346834,
1378
+ "grad_norm": 1.7076417207717896,
1379
+ "learning_rate": 4.946920181123904e-06,
1380
+ "loss": 0.2451,
1381
+ "step": 980
1382
+ },
1383
+ {
1384
+ "epoch": 16.149532710280372,
1385
+ "grad_norm": 1.4559515714645386,
1386
+ "learning_rate": 4.731915820744695e-06,
1387
+ "loss": 0.2448,
1388
+ "step": 985
1389
+ },
1390
+ {
1391
+ "epoch": 16.232606438213914,
1392
+ "grad_norm": 1.4542195796966553,
1393
+ "learning_rate": 4.521198892775203e-06,
1394
+ "loss": 0.2525,
1395
+ "step": 990
1396
+ },
1397
+ {
1398
+ "epoch": 16.315680166147455,
1399
+ "grad_norm": 1.7294296026229858,
1400
+ "learning_rate": 4.314813971462237e-06,
1401
+ "loss": 0.2452,
1402
+ "step": 995
1403
+ },
1404
+ {
1405
+ "epoch": 16.398753894080997,
1406
+ "grad_norm": 1.694813847541809,
1407
+ "learning_rate": 4.112804714676594e-06,
1408
+ "loss": 0.2533,
1409
+ "step": 1000
1410
+ },
1411
+ {
1412
+ "epoch": 16.48182762201454,
1413
+ "grad_norm": 1.7992663383483887,
1414
+ "learning_rate": 3.9152138546778625e-06,
1415
+ "loss": 0.2604,
1416
+ "step": 1005
1417
+ },
1418
+ {
1419
+ "epoch": 16.56490134994808,
1420
+ "grad_norm": 1.520974040031433,
1421
+ "learning_rate": 3.7220831890750067e-06,
1422
+ "loss": 0.2571,
1423
+ "step": 1010
1424
+ },
1425
+ {
1426
+ "epoch": 16.64797507788162,
1427
+ "grad_norm": 1.9732450246810913,
1428
+ "learning_rate": 3.5334535719846766e-06,
1429
+ "loss": 0.2659,
1430
+ "step": 1015
1431
+ },
1432
+ {
1433
+ "epoch": 16.73104880581516,
1434
+ "grad_norm": 1.7136303186416626,
1435
+ "learning_rate": 3.3493649053890326e-06,
1436
+ "loss": 0.2565,
1437
+ "step": 1020
1438
+ },
1439
+ {
1440
+ "epoch": 16.8141225337487,
1441
+ "grad_norm": 1.6919972896575928,
1442
+ "learning_rate": 3.1698561306951064e-06,
1443
+ "loss": 0.254,
1444
+ "step": 1025
1445
+ },
1446
+ {
1447
+ "epoch": 16.897196261682243,
1448
+ "grad_norm": 1.8692378997802734,
1449
+ "learning_rate": 2.9949652204972254e-06,
1450
+ "loss": 0.2529,
1451
+ "step": 1030
1452
+ },
1453
+ {
1454
+ "epoch": 16.980269989615785,
1455
+ "grad_norm": 1.798110842704773,
1456
+ "learning_rate": 2.8247291705444575e-06,
1457
+ "loss": 0.2631,
1458
+ "step": 1035
1459
+ },
1460
+ {
1461
+ "epoch": 17.049844236760123,
1462
+ "grad_norm": 1.5230650901794434,
1463
+ "learning_rate": 2.659183991914696e-06,
1464
+ "loss": 0.2521,
1465
+ "step": 1040
1466
+ },
1467
+ {
1468
+ "epoch": 17.132917964693664,
1469
+ "grad_norm": 1.6472920179367065,
1470
+ "learning_rate": 2.4983647033969714e-06,
1471
+ "loss": 0.2463,
1472
+ "step": 1045
1473
+ },
1474
+ {
1475
+ "epoch": 17.215991692627206,
1476
+ "grad_norm": 1.6704550981521606,
1477
+ "learning_rate": 2.3423053240837515e-06,
1478
+ "loss": 0.2453,
1479
+ "step": 1050
1480
+ },
1481
+ {
1482
+ "epoch": 17.299065420560748,
1483
+ "grad_norm": 1.550706386566162,
1484
+ "learning_rate": 2.1910388661746493e-06,
1485
+ "loss": 0.2487,
1486
+ "step": 1055
1487
+ },
1488
+ {
1489
+ "epoch": 17.38213914849429,
1490
+ "grad_norm": 1.7238280773162842,
1491
+ "learning_rate": 2.044597327993153e-06,
1492
+ "loss": 0.2511,
1493
+ "step": 1060
1494
+ },
1495
+ {
1496
+ "epoch": 17.46521287642783,
1497
+ "grad_norm": 1.5124459266662598,
1498
+ "learning_rate": 1.9030116872178316e-06,
1499
+ "loss": 0.2436,
1500
+ "step": 1065
1501
+ },
1502
+ {
1503
+ "epoch": 17.54828660436137,
1504
+ "grad_norm": 1.7043637037277222,
1505
+ "learning_rate": 1.7663118943294366e-06,
1506
+ "loss": 0.2491,
1507
+ "step": 1070
1508
+ },
1509
+ {
1510
+ "epoch": 17.63136033229491,
1511
+ "grad_norm": 1.7300227880477905,
1512
+ "learning_rate": 1.6345268662752906e-06,
1513
+ "loss": 0.2464,
1514
+ "step": 1075
1515
+ },
1516
+ {
1517
+ "epoch": 17.714434060228452,
1518
+ "grad_norm": 1.9400359392166138,
1519
+ "learning_rate": 1.5076844803522922e-06,
1520
+ "loss": 0.2576,
1521
+ "step": 1080
1522
+ }
1523
+ ],
1524
+ "logging_steps": 5,
1525
+ "max_steps": 1200,
1526
+ "num_input_tokens_seen": 0,
1527
+ "num_train_epochs": 20,
1528
+ "save_steps": 60,
1529
+ "stateful_callbacks": {
1530
+ "TrainerControl": {
1531
+ "args": {
1532
+ "should_epoch_stop": false,
1533
+ "should_evaluate": false,
1534
+ "should_log": false,
1535
+ "should_save": true,
1536
+ "should_training_stop": false
1537
+ },
1538
+ "attributes": {}
1539
+ }
1540
+ },
1541
+ "total_flos": 4.658164372026163e+16,
1542
+ "train_batch_size": 1,
1543
+ "trial_name": null,
1544
+ "trial_params": null
1545
+ }
checkpoint-1080/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-120/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Coder-7B-Instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
checkpoint-120/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-7B-Instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "down_proj",
25
+ "up_proj",
26
+ "v_proj",
27
+ "gate_proj",
28
+ "o_proj",
29
+ "k_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-120/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-120/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-120/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-120/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-120/trainer_state.json ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.980269989615784,
5
+ "eval_steps": 500,
6
+ "global_step": 120,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.08307372793354102,
13
+ "grad_norm": 0.5125107169151306,
14
+ "learning_rate": 2.0833333333333334e-06,
15
+ "loss": 3.5515,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.16614745586708204,
20
+ "grad_norm": 0.4532736539840698,
21
+ "learning_rate": 4.166666666666667e-06,
22
+ "loss": 3.6807,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.24922118380062305,
27
+ "grad_norm": 0.4483909606933594,
28
+ "learning_rate": 6.25e-06,
29
+ "loss": 3.5357,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 0.3322949117341641,
34
+ "grad_norm": 0.5020395517349243,
35
+ "learning_rate": 8.333333333333334e-06,
36
+ "loss": 3.645,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 0.4153686396677051,
41
+ "grad_norm": 0.8230155110359192,
42
+ "learning_rate": 1.0416666666666668e-05,
43
+ "loss": 3.5682,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 0.4984423676012461,
48
+ "grad_norm": 1.3333394527435303,
49
+ "learning_rate": 1.25e-05,
50
+ "loss": 3.5155,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 0.5815160955347871,
55
+ "grad_norm": 0.7118450999259949,
56
+ "learning_rate": 1.4583333333333335e-05,
57
+ "loss": 3.4724,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 0.6645898234683282,
62
+ "grad_norm": 1.0282073020935059,
63
+ "learning_rate": 1.6666666666666667e-05,
64
+ "loss": 3.4205,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 0.7476635514018691,
69
+ "grad_norm": 1.0468826293945312,
70
+ "learning_rate": 1.8750000000000002e-05,
71
+ "loss": 3.3295,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 0.8307372793354102,
76
+ "grad_norm": 0.8730693459510803,
77
+ "learning_rate": 2.0833333333333336e-05,
78
+ "loss": 3.0831,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 0.9138110072689511,
83
+ "grad_norm": 0.9377574324607849,
84
+ "learning_rate": 2.2916666666666667e-05,
85
+ "loss": 2.8412,
86
+ "step": 55
87
+ },
88
+ {
89
+ "epoch": 0.9968847352024922,
90
+ "grad_norm": 1.0129190683364868,
91
+ "learning_rate": 2.5e-05,
92
+ "loss": 2.3229,
93
+ "step": 60
94
+ },
95
+ {
96
+ "epoch": 1.066458982346833,
97
+ "grad_norm": 0.8808080554008484,
98
+ "learning_rate": 2.7083333333333332e-05,
99
+ "loss": 2.0489,
100
+ "step": 65
101
+ },
102
+ {
103
+ "epoch": 1.1495327102803738,
104
+ "grad_norm": 0.8092290759086609,
105
+ "learning_rate": 2.916666666666667e-05,
106
+ "loss": 1.9307,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 1.2326064382139148,
111
+ "grad_norm": 0.8002105951309204,
112
+ "learning_rate": 3.125e-05,
113
+ "loss": 1.7402,
114
+ "step": 75
115
+ },
116
+ {
117
+ "epoch": 1.3156801661474558,
118
+ "grad_norm": 0.8581973314285278,
119
+ "learning_rate": 3.3333333333333335e-05,
120
+ "loss": 1.6696,
121
+ "step": 80
122
+ },
123
+ {
124
+ "epoch": 1.398753894080997,
125
+ "grad_norm": 0.7443532347679138,
126
+ "learning_rate": 3.541666666666667e-05,
127
+ "loss": 1.5175,
128
+ "step": 85
129
+ },
130
+ {
131
+ "epoch": 1.4818276220145379,
132
+ "grad_norm": 0.9584633708000183,
133
+ "learning_rate": 3.7500000000000003e-05,
134
+ "loss": 1.3968,
135
+ "step": 90
136
+ },
137
+ {
138
+ "epoch": 1.5649013499480788,
139
+ "grad_norm": 0.8683136105537415,
140
+ "learning_rate": 3.958333333333333e-05,
141
+ "loss": 1.299,
142
+ "step": 95
143
+ },
144
+ {
145
+ "epoch": 1.64797507788162,
146
+ "grad_norm": 0.7825261950492859,
147
+ "learning_rate": 4.166666666666667e-05,
148
+ "loss": 1.1271,
149
+ "step": 100
150
+ },
151
+ {
152
+ "epoch": 1.731048805815161,
153
+ "grad_norm": 0.654670000076294,
154
+ "learning_rate": 4.375e-05,
155
+ "loss": 1.14,
156
+ "step": 105
157
+ },
158
+ {
159
+ "epoch": 1.814122533748702,
160
+ "grad_norm": 0.7511588335037231,
161
+ "learning_rate": 4.5833333333333334e-05,
162
+ "loss": 1.1614,
163
+ "step": 110
164
+ },
165
+ {
166
+ "epoch": 1.897196261682243,
167
+ "grad_norm": 0.6596113443374634,
168
+ "learning_rate": 4.791666666666667e-05,
169
+ "loss": 1.0587,
170
+ "step": 115
171
+ },
172
+ {
173
+ "epoch": 1.980269989615784,
174
+ "grad_norm": 0.7166474461555481,
175
+ "learning_rate": 5e-05,
176
+ "loss": 1.0169,
177
+ "step": 120
178
+ }
179
+ ],
180
+ "logging_steps": 5,
181
+ "max_steps": 1200,
182
+ "num_input_tokens_seen": 0,
183
+ "num_train_epochs": 20,
184
+ "save_steps": 60,
185
+ "stateful_callbacks": {
186
+ "TrainerControl": {
187
+ "args": {
188
+ "should_epoch_stop": false,
189
+ "should_evaluate": false,
190
+ "should_log": false,
191
+ "should_save": true,
192
+ "should_training_stop": false
193
+ },
194
+ "attributes": {}
195
+ }
196
+ },
197
+ "total_flos": 5207292018425856.0,
198
+ "train_batch_size": 1,
199
+ "trial_name": null,
200
+ "trial_params": null
201
+ }
checkpoint-120/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1200/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Coder-7B-Instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
checkpoint-1200/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-7B-Instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "down_proj",
25
+ "up_proj",
26
+ "v_proj",
27
+ "gate_proj",
28
+ "o_proj",
29
+ "k_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-1200/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-1200/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1200/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-1200/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-1200/trainer_state.json ADDED
@@ -0,0 +1,1713 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 19.681204569055037,
5
+ "eval_steps": 500,
6
+ "global_step": 1200,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.08307372793354102,
13
+ "grad_norm": 0.5125107169151306,
14
+ "learning_rate": 2.0833333333333334e-06,
15
+ "loss": 3.5515,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.16614745586708204,
20
+ "grad_norm": 0.4532736539840698,
21
+ "learning_rate": 4.166666666666667e-06,
22
+ "loss": 3.6807,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.24922118380062305,
27
+ "grad_norm": 0.4483909606933594,
28
+ "learning_rate": 6.25e-06,
29
+ "loss": 3.5357,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 0.3322949117341641,
34
+ "grad_norm": 0.5020395517349243,
35
+ "learning_rate": 8.333333333333334e-06,
36
+ "loss": 3.645,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 0.4153686396677051,
41
+ "grad_norm": 0.8230155110359192,
42
+ "learning_rate": 1.0416666666666668e-05,
43
+ "loss": 3.5682,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 0.4984423676012461,
48
+ "grad_norm": 1.3333394527435303,
49
+ "learning_rate": 1.25e-05,
50
+ "loss": 3.5155,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 0.5815160955347871,
55
+ "grad_norm": 0.7118450999259949,
56
+ "learning_rate": 1.4583333333333335e-05,
57
+ "loss": 3.4724,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 0.6645898234683282,
62
+ "grad_norm": 1.0282073020935059,
63
+ "learning_rate": 1.6666666666666667e-05,
64
+ "loss": 3.4205,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 0.7476635514018691,
69
+ "grad_norm": 1.0468826293945312,
70
+ "learning_rate": 1.8750000000000002e-05,
71
+ "loss": 3.3295,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 0.8307372793354102,
76
+ "grad_norm": 0.8730693459510803,
77
+ "learning_rate": 2.0833333333333336e-05,
78
+ "loss": 3.0831,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 0.9138110072689511,
83
+ "grad_norm": 0.9377574324607849,
84
+ "learning_rate": 2.2916666666666667e-05,
85
+ "loss": 2.8412,
86
+ "step": 55
87
+ },
88
+ {
89
+ "epoch": 0.9968847352024922,
90
+ "grad_norm": 1.0129190683364868,
91
+ "learning_rate": 2.5e-05,
92
+ "loss": 2.3229,
93
+ "step": 60
94
+ },
95
+ {
96
+ "epoch": 1.066458982346833,
97
+ "grad_norm": 0.8808080554008484,
98
+ "learning_rate": 2.7083333333333332e-05,
99
+ "loss": 2.0489,
100
+ "step": 65
101
+ },
102
+ {
103
+ "epoch": 1.1495327102803738,
104
+ "grad_norm": 0.8092290759086609,
105
+ "learning_rate": 2.916666666666667e-05,
106
+ "loss": 1.9307,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 1.2326064382139148,
111
+ "grad_norm": 0.8002105951309204,
112
+ "learning_rate": 3.125e-05,
113
+ "loss": 1.7402,
114
+ "step": 75
115
+ },
116
+ {
117
+ "epoch": 1.3156801661474558,
118
+ "grad_norm": 0.8581973314285278,
119
+ "learning_rate": 3.3333333333333335e-05,
120
+ "loss": 1.6696,
121
+ "step": 80
122
+ },
123
+ {
124
+ "epoch": 1.398753894080997,
125
+ "grad_norm": 0.7443532347679138,
126
+ "learning_rate": 3.541666666666667e-05,
127
+ "loss": 1.5175,
128
+ "step": 85
129
+ },
130
+ {
131
+ "epoch": 1.4818276220145379,
132
+ "grad_norm": 0.9584633708000183,
133
+ "learning_rate": 3.7500000000000003e-05,
134
+ "loss": 1.3968,
135
+ "step": 90
136
+ },
137
+ {
138
+ "epoch": 1.5649013499480788,
139
+ "grad_norm": 0.8683136105537415,
140
+ "learning_rate": 3.958333333333333e-05,
141
+ "loss": 1.299,
142
+ "step": 95
143
+ },
144
+ {
145
+ "epoch": 1.64797507788162,
146
+ "grad_norm": 0.7825261950492859,
147
+ "learning_rate": 4.166666666666667e-05,
148
+ "loss": 1.1271,
149
+ "step": 100
150
+ },
151
+ {
152
+ "epoch": 1.731048805815161,
153
+ "grad_norm": 0.654670000076294,
154
+ "learning_rate": 4.375e-05,
155
+ "loss": 1.14,
156
+ "step": 105
157
+ },
158
+ {
159
+ "epoch": 1.814122533748702,
160
+ "grad_norm": 0.7511588335037231,
161
+ "learning_rate": 4.5833333333333334e-05,
162
+ "loss": 1.1614,
163
+ "step": 110
164
+ },
165
+ {
166
+ "epoch": 1.897196261682243,
167
+ "grad_norm": 0.6596113443374634,
168
+ "learning_rate": 4.791666666666667e-05,
169
+ "loss": 1.0587,
170
+ "step": 115
171
+ },
172
+ {
173
+ "epoch": 1.980269989615784,
174
+ "grad_norm": 0.7166474461555481,
175
+ "learning_rate": 5e-05,
176
+ "loss": 1.0169,
177
+ "step": 120
178
+ },
179
+ {
180
+ "epoch": 2.0498442367601246,
181
+ "grad_norm": 0.6620935797691345,
182
+ "learning_rate": 4.999735579817769e-05,
183
+ "loss": 0.985,
184
+ "step": 125
185
+ },
186
+ {
187
+ "epoch": 2.132917964693666,
188
+ "grad_norm": 0.7846258878707886,
189
+ "learning_rate": 4.998942375205502e-05,
190
+ "loss": 0.9594,
191
+ "step": 130
192
+ },
193
+ {
194
+ "epoch": 2.2159916926272065,
195
+ "grad_norm": 0.652454137802124,
196
+ "learning_rate": 4.997620553954645e-05,
197
+ "loss": 0.9322,
198
+ "step": 135
199
+ },
200
+ {
201
+ "epoch": 2.2990654205607477,
202
+ "grad_norm": 0.7020059823989868,
203
+ "learning_rate": 4.995770395678171e-05,
204
+ "loss": 0.9242,
205
+ "step": 140
206
+ },
207
+ {
208
+ "epoch": 2.382139148494289,
209
+ "grad_norm": 0.8148695826530457,
210
+ "learning_rate": 4.993392291751431e-05,
211
+ "loss": 0.8394,
212
+ "step": 145
213
+ },
214
+ {
215
+ "epoch": 2.4652128764278296,
216
+ "grad_norm": 0.8813133835792542,
217
+ "learning_rate": 4.990486745229364e-05,
218
+ "loss": 0.992,
219
+ "step": 150
220
+ },
221
+ {
222
+ "epoch": 2.5482866043613708,
223
+ "grad_norm": 0.7893730401992798,
224
+ "learning_rate": 4.987054370740083e-05,
225
+ "loss": 0.899,
226
+ "step": 155
227
+ },
228
+ {
229
+ "epoch": 2.6313603322949115,
230
+ "grad_norm": 0.7719221711158752,
231
+ "learning_rate": 4.983095894354858e-05,
232
+ "loss": 0.9416,
233
+ "step": 160
234
+ },
235
+ {
236
+ "epoch": 2.7144340602284527,
237
+ "grad_norm": 0.8439667820930481,
238
+ "learning_rate": 4.9786121534345265e-05,
239
+ "loss": 0.8401,
240
+ "step": 165
241
+ },
242
+ {
243
+ "epoch": 2.797507788161994,
244
+ "grad_norm": 0.833251953125,
245
+ "learning_rate": 4.973604096452361e-05,
246
+ "loss": 0.817,
247
+ "step": 170
248
+ },
249
+ {
250
+ "epoch": 2.8805815160955346,
251
+ "grad_norm": 0.7526916265487671,
252
+ "learning_rate": 4.9680727827934354e-05,
253
+ "loss": 0.8191,
254
+ "step": 175
255
+ },
256
+ {
257
+ "epoch": 2.9636552440290758,
258
+ "grad_norm": 1.0640058517456055,
259
+ "learning_rate": 4.962019382530521e-05,
260
+ "loss": 0.8607,
261
+ "step": 180
262
+ },
263
+ {
264
+ "epoch": 3.0332294911734166,
265
+ "grad_norm": 0.784114420413971,
266
+ "learning_rate": 4.9554451761765766e-05,
267
+ "loss": 0.761,
268
+ "step": 185
269
+ },
270
+ {
271
+ "epoch": 3.1163032191069573,
272
+ "grad_norm": 0.9396352767944336,
273
+ "learning_rate": 4.948351554413879e-05,
274
+ "loss": 0.6821,
275
+ "step": 190
276
+ },
277
+ {
278
+ "epoch": 3.1993769470404985,
279
+ "grad_norm": 0.9770582914352417,
280
+ "learning_rate": 4.940740017799833e-05,
281
+ "loss": 0.742,
282
+ "step": 195
283
+ },
284
+ {
285
+ "epoch": 3.2824506749740396,
286
+ "grad_norm": 0.8752853870391846,
287
+ "learning_rate": 4.9326121764495596e-05,
288
+ "loss": 0.69,
289
+ "step": 200
290
+ },
291
+ {
292
+ "epoch": 3.3655244029075804,
293
+ "grad_norm": 0.8496589064598083,
294
+ "learning_rate": 4.92396974969529e-05,
295
+ "loss": 0.769,
296
+ "step": 205
297
+ },
298
+ {
299
+ "epoch": 3.4485981308411215,
300
+ "grad_norm": 0.8192639350891113,
301
+ "learning_rate": 4.914814565722671e-05,
302
+ "loss": 0.7298,
303
+ "step": 210
304
+ },
305
+ {
306
+ "epoch": 3.5316718587746623,
307
+ "grad_norm": 1.00070059299469,
308
+ "learning_rate": 4.905148561184033e-05,
309
+ "loss": 0.7815,
310
+ "step": 215
311
+ },
312
+ {
313
+ "epoch": 3.6147455867082035,
314
+ "grad_norm": 1.1614112854003906,
315
+ "learning_rate": 4.894973780788722e-05,
316
+ "loss": 0.7975,
317
+ "step": 220
318
+ },
319
+ {
320
+ "epoch": 3.6978193146417446,
321
+ "grad_norm": 1.014397382736206,
322
+ "learning_rate": 4.884292376870567e-05,
323
+ "loss": 0.696,
324
+ "step": 225
325
+ },
326
+ {
327
+ "epoch": 3.7808930425752854,
328
+ "grad_norm": 0.9468530416488647,
329
+ "learning_rate": 4.873106608932585e-05,
330
+ "loss": 0.7194,
331
+ "step": 230
332
+ },
333
+ {
334
+ "epoch": 3.8639667705088265,
335
+ "grad_norm": 1.2201341390609741,
336
+ "learning_rate": 4.8614188431690125e-05,
337
+ "loss": 0.7795,
338
+ "step": 235
339
+ },
340
+ {
341
+ "epoch": 3.9470404984423677,
342
+ "grad_norm": 0.9476346373558044,
343
+ "learning_rate": 4.849231551964771e-05,
344
+ "loss": 0.7202,
345
+ "step": 240
346
+ },
347
+ {
348
+ "epoch": 4.0166147455867085,
349
+ "grad_norm": 0.9945451021194458,
350
+ "learning_rate": 4.836547313372471e-05,
351
+ "loss": 0.6931,
352
+ "step": 245
353
+ },
354
+ {
355
+ "epoch": 4.099688473520249,
356
+ "grad_norm": 1.1113696098327637,
357
+ "learning_rate": 4.823368810567056e-05,
358
+ "loss": 0.6557,
359
+ "step": 250
360
+ },
361
+ {
362
+ "epoch": 4.18276220145379,
363
+ "grad_norm": 1.3515146970748901,
364
+ "learning_rate": 4.8096988312782174e-05,
365
+ "loss": 0.6295,
366
+ "step": 255
367
+ },
368
+ {
369
+ "epoch": 4.265835929387332,
370
+ "grad_norm": 1.375272274017334,
371
+ "learning_rate": 4.7955402672006854e-05,
372
+ "loss": 0.6423,
373
+ "step": 260
374
+ },
375
+ {
376
+ "epoch": 4.348909657320872,
377
+ "grad_norm": 1.1683202981948853,
378
+ "learning_rate": 4.780896113382536e-05,
379
+ "loss": 0.6167,
380
+ "step": 265
381
+ },
382
+ {
383
+ "epoch": 4.431983385254413,
384
+ "grad_norm": 1.2091785669326782,
385
+ "learning_rate": 4.765769467591625e-05,
386
+ "loss": 0.6373,
387
+ "step": 270
388
+ },
389
+ {
390
+ "epoch": 4.515057113187955,
391
+ "grad_norm": 1.3007235527038574,
392
+ "learning_rate": 4.750163529660303e-05,
393
+ "loss": 0.5941,
394
+ "step": 275
395
+ },
396
+ {
397
+ "epoch": 4.598130841121495,
398
+ "grad_norm": 1.2785530090332031,
399
+ "learning_rate": 4.734081600808531e-05,
400
+ "loss": 0.6384,
401
+ "step": 280
402
+ },
403
+ {
404
+ "epoch": 4.681204569055036,
405
+ "grad_norm": 1.2808083295822144,
406
+ "learning_rate": 4.717527082945554e-05,
407
+ "loss": 0.6592,
408
+ "step": 285
409
+ },
410
+ {
411
+ "epoch": 4.764278296988578,
412
+ "grad_norm": 1.1978651285171509,
413
+ "learning_rate": 4.700503477950278e-05,
414
+ "loss": 0.6285,
415
+ "step": 290
416
+ },
417
+ {
418
+ "epoch": 4.8473520249221185,
419
+ "grad_norm": 1.3983532190322876,
420
+ "learning_rate": 4.68301438693049e-05,
421
+ "loss": 0.5941,
422
+ "step": 295
423
+ },
424
+ {
425
+ "epoch": 4.930425752855659,
426
+ "grad_norm": 1.286287784576416,
427
+ "learning_rate": 4.665063509461097e-05,
428
+ "loss": 0.5652,
429
+ "step": 300
430
+ },
431
+ {
432
+ "epoch": 5.0,
433
+ "grad_norm": 3.1714959144592285,
434
+ "learning_rate": 4.6466546428015336e-05,
435
+ "loss": 0.5657,
436
+ "step": 305
437
+ },
438
+ {
439
+ "epoch": 5.083073727933541,
440
+ "grad_norm": 1.0886554718017578,
441
+ "learning_rate": 4.627791681092499e-05,
442
+ "loss": 0.4776,
443
+ "step": 310
444
+ },
445
+ {
446
+ "epoch": 5.166147455867082,
447
+ "grad_norm": 1.3735958337783813,
448
+ "learning_rate": 4.608478614532215e-05,
449
+ "loss": 0.5114,
450
+ "step": 315
451
+ },
452
+ {
453
+ "epoch": 5.249221183800623,
454
+ "grad_norm": 1.5809016227722168,
455
+ "learning_rate": 4.588719528532342e-05,
456
+ "loss": 0.5537,
457
+ "step": 320
458
+ },
459
+ {
460
+ "epoch": 5.332294911734164,
461
+ "grad_norm": 1.401424765586853,
462
+ "learning_rate": 4.568518602853776e-05,
463
+ "loss": 0.5299,
464
+ "step": 325
465
+ },
466
+ {
467
+ "epoch": 5.415368639667705,
468
+ "grad_norm": 1.467054009437561,
469
+ "learning_rate": 4.54788011072248e-05,
470
+ "loss": 0.5236,
471
+ "step": 330
472
+ },
473
+ {
474
+ "epoch": 5.498442367601246,
475
+ "grad_norm": 1.253794550895691,
476
+ "learning_rate": 4.526808417925531e-05,
477
+ "loss": 0.5632,
478
+ "step": 335
479
+ },
480
+ {
481
+ "epoch": 5.581516095534787,
482
+ "grad_norm": 1.4579623937606812,
483
+ "learning_rate": 4.50530798188761e-05,
484
+ "loss": 0.5556,
485
+ "step": 340
486
+ },
487
+ {
488
+ "epoch": 5.6645898234683285,
489
+ "grad_norm": 1.171007513999939,
490
+ "learning_rate": 4.4833833507280884e-05,
491
+ "loss": 0.4934,
492
+ "step": 345
493
+ },
494
+ {
495
+ "epoch": 5.747663551401869,
496
+ "grad_norm": 1.4656859636306763,
497
+ "learning_rate": 4.4610391622989396e-05,
498
+ "loss": 0.5697,
499
+ "step": 350
500
+ },
501
+ {
502
+ "epoch": 5.83073727933541,
503
+ "grad_norm": 1.4671518802642822,
504
+ "learning_rate": 4.438280143203665e-05,
505
+ "loss": 0.5289,
506
+ "step": 355
507
+ },
508
+ {
509
+ "epoch": 5.913811007268951,
510
+ "grad_norm": 1.4010504484176636,
511
+ "learning_rate": 4.415111107797445e-05,
512
+ "loss": 0.5205,
513
+ "step": 360
514
+ },
515
+ {
516
+ "epoch": 5.996884735202492,
517
+ "grad_norm": 1.6909047365188599,
518
+ "learning_rate": 4.391536957168733e-05,
519
+ "loss": 0.5469,
520
+ "step": 365
521
+ },
522
+ {
523
+ "epoch": 6.066458982346833,
524
+ "grad_norm": 1.3057804107666016,
525
+ "learning_rate": 4.36756267810249e-05,
526
+ "loss": 0.5087,
527
+ "step": 370
528
+ },
529
+ {
530
+ "epoch": 6.149532710280374,
531
+ "grad_norm": 1.7389354705810547,
532
+ "learning_rate": 4.34319334202531e-05,
533
+ "loss": 0.446,
534
+ "step": 375
535
+ },
536
+ {
537
+ "epoch": 6.232606438213915,
538
+ "grad_norm": 1.6178336143493652,
539
+ "learning_rate": 4.318434103932622e-05,
540
+ "loss": 0.4888,
541
+ "step": 380
542
+ },
543
+ {
544
+ "epoch": 6.315680166147456,
545
+ "grad_norm": 1.6565852165222168,
546
+ "learning_rate": 4.293290201298223e-05,
547
+ "loss": 0.4784,
548
+ "step": 385
549
+ },
550
+ {
551
+ "epoch": 6.398753894080997,
552
+ "grad_norm": 1.4080264568328857,
553
+ "learning_rate": 4.267766952966369e-05,
554
+ "loss": 0.4155,
555
+ "step": 390
556
+ },
557
+ {
558
+ "epoch": 6.481827622014538,
559
+ "grad_norm": 1.4906692504882812,
560
+ "learning_rate": 4.241869758026638e-05,
561
+ "loss": 0.4854,
562
+ "step": 395
563
+ },
564
+ {
565
+ "epoch": 6.564901349948079,
566
+ "grad_norm": 1.6544594764709473,
567
+ "learning_rate": 4.215604094671835e-05,
568
+ "loss": 0.4753,
569
+ "step": 400
570
+ },
571
+ {
572
+ "epoch": 6.64797507788162,
573
+ "grad_norm": 1.3182097673416138,
574
+ "learning_rate": 4.188975519039151e-05,
575
+ "loss": 0.4352,
576
+ "step": 405
577
+ },
578
+ {
579
+ "epoch": 6.731048805815161,
580
+ "grad_norm": 1.531633734703064,
581
+ "learning_rate": 4.1619896640348445e-05,
582
+ "loss": 0.4786,
583
+ "step": 410
584
+ },
585
+ {
586
+ "epoch": 6.814122533748702,
587
+ "grad_norm": 1.358223557472229,
588
+ "learning_rate": 4.1346522381426744e-05,
589
+ "loss": 0.4108,
590
+ "step": 415
591
+ },
592
+ {
593
+ "epoch": 6.897196261682243,
594
+ "grad_norm": 1.6483898162841797,
595
+ "learning_rate": 4.1069690242163484e-05,
596
+ "loss": 0.4828,
597
+ "step": 420
598
+ },
599
+ {
600
+ "epoch": 6.980269989615784,
601
+ "grad_norm": 1.5941141843795776,
602
+ "learning_rate": 4.078945878256244e-05,
603
+ "loss": 0.4276,
604
+ "step": 425
605
+ },
606
+ {
607
+ "epoch": 7.049844236760125,
608
+ "grad_norm": 1.367634892463684,
609
+ "learning_rate": 4.05058872817065e-05,
610
+ "loss": 0.3997,
611
+ "step": 430
612
+ },
613
+ {
614
+ "epoch": 7.132917964693665,
615
+ "grad_norm": 1.3028111457824707,
616
+ "learning_rate": 4.021903572521802e-05,
617
+ "loss": 0.3919,
618
+ "step": 435
619
+ },
620
+ {
621
+ "epoch": 7.215991692627207,
622
+ "grad_norm": 1.8897424936294556,
623
+ "learning_rate": 3.9928964792569655e-05,
624
+ "loss": 0.3778,
625
+ "step": 440
626
+ },
627
+ {
628
+ "epoch": 7.299065420560748,
629
+ "grad_norm": 1.6549698114395142,
630
+ "learning_rate": 3.963573584424852e-05,
631
+ "loss": 0.408,
632
+ "step": 445
633
+ },
634
+ {
635
+ "epoch": 7.382139148494288,
636
+ "grad_norm": 1.3696308135986328,
637
+ "learning_rate": 3.933941090877615e-05,
638
+ "loss": 0.4262,
639
+ "step": 450
640
+ },
641
+ {
642
+ "epoch": 7.46521287642783,
643
+ "grad_norm": 1.6997928619384766,
644
+ "learning_rate": 3.9040052669587325e-05,
645
+ "loss": 0.3982,
646
+ "step": 455
647
+ },
648
+ {
649
+ "epoch": 7.548286604361371,
650
+ "grad_norm": 1.3938806056976318,
651
+ "learning_rate": 3.873772445177015e-05,
652
+ "loss": 0.4113,
653
+ "step": 460
654
+ },
655
+ {
656
+ "epoch": 7.6313603322949115,
657
+ "grad_norm": 1.8341262340545654,
658
+ "learning_rate": 3.84324902086706e-05,
659
+ "loss": 0.4265,
660
+ "step": 465
661
+ },
662
+ {
663
+ "epoch": 7.714434060228453,
664
+ "grad_norm": 1.6543951034545898,
665
+ "learning_rate": 3.8124414508364e-05,
666
+ "loss": 0.4112,
667
+ "step": 470
668
+ },
669
+ {
670
+ "epoch": 7.797507788161994,
671
+ "grad_norm": 1.5131211280822754,
672
+ "learning_rate": 3.781356251999663e-05,
673
+ "loss": 0.4098,
674
+ "step": 475
675
+ },
676
+ {
677
+ "epoch": 7.880581516095535,
678
+ "grad_norm": 1.7143309116363525,
679
+ "learning_rate": 3.7500000000000003e-05,
680
+ "loss": 0.4183,
681
+ "step": 480
682
+ },
683
+ {
684
+ "epoch": 7.963655244029075,
685
+ "grad_norm": 1.4201680421829224,
686
+ "learning_rate": 3.718379327818106e-05,
687
+ "loss": 0.388,
688
+ "step": 485
689
+ },
690
+ {
691
+ "epoch": 8.033229491173417,
692
+ "grad_norm": 1.36739182472229,
693
+ "learning_rate": 3.686500924369101e-05,
694
+ "loss": 0.3927,
695
+ "step": 490
696
+ },
697
+ {
698
+ "epoch": 8.116303219106957,
699
+ "grad_norm": 1.348694086074829,
700
+ "learning_rate": 3.654371533087586e-05,
701
+ "loss": 0.3614,
702
+ "step": 495
703
+ },
704
+ {
705
+ "epoch": 8.199376947040498,
706
+ "grad_norm": 1.7005705833435059,
707
+ "learning_rate": 3.621997950501156e-05,
708
+ "loss": 0.3509,
709
+ "step": 500
710
+ },
711
+ {
712
+ "epoch": 8.28245067497404,
713
+ "grad_norm": 1.4668842554092407,
714
+ "learning_rate": 3.589387024792699e-05,
715
+ "loss": 0.344,
716
+ "step": 505
717
+ },
718
+ {
719
+ "epoch": 8.36552440290758,
720
+ "grad_norm": 1.6029119491577148,
721
+ "learning_rate": 3.556545654351749e-05,
722
+ "loss": 0.3599,
723
+ "step": 510
724
+ },
725
+ {
726
+ "epoch": 8.448598130841122,
727
+ "grad_norm": 1.5699125528335571,
728
+ "learning_rate": 3.523480786315231e-05,
729
+ "loss": 0.3579,
730
+ "step": 515
731
+ },
732
+ {
733
+ "epoch": 8.531671858774663,
734
+ "grad_norm": 1.4507211446762085,
735
+ "learning_rate": 3.490199415097892e-05,
736
+ "loss": 0.3341,
737
+ "step": 520
738
+ },
739
+ {
740
+ "epoch": 8.614745586708203,
741
+ "grad_norm": 1.460924744606018,
742
+ "learning_rate": 3.456708580912725e-05,
743
+ "loss": 0.3762,
744
+ "step": 525
745
+ },
746
+ {
747
+ "epoch": 8.697819314641745,
748
+ "grad_norm": 1.6329962015151978,
749
+ "learning_rate": 3.423015368281711e-05,
750
+ "loss": 0.3948,
751
+ "step": 530
752
+ },
753
+ {
754
+ "epoch": 8.780893042575286,
755
+ "grad_norm": 1.5261616706848145,
756
+ "learning_rate": 3.389126904537192e-05,
757
+ "loss": 0.3594,
758
+ "step": 535
759
+ },
760
+ {
761
+ "epoch": 8.863966770508826,
762
+ "grad_norm": 1.6733344793319702,
763
+ "learning_rate": 3.355050358314172e-05,
764
+ "loss": 0.3856,
765
+ "step": 540
766
+ },
767
+ {
768
+ "epoch": 8.947040498442368,
769
+ "grad_norm": 1.4160898923873901,
770
+ "learning_rate": 3.3207929380339034e-05,
771
+ "loss": 0.3875,
772
+ "step": 545
773
+ },
774
+ {
775
+ "epoch": 9.016614745586708,
776
+ "grad_norm": 1.2456085681915283,
777
+ "learning_rate": 3.2863618903790346e-05,
778
+ "loss": 0.3318,
779
+ "step": 550
780
+ },
781
+ {
782
+ "epoch": 9.09968847352025,
783
+ "grad_norm": 1.309977650642395,
784
+ "learning_rate": 3.251764498760683e-05,
785
+ "loss": 0.3239,
786
+ "step": 555
787
+ },
788
+ {
789
+ "epoch": 9.18276220145379,
790
+ "grad_norm": 1.6747145652770996,
791
+ "learning_rate": 3.217008081777726e-05,
792
+ "loss": 0.342,
793
+ "step": 560
794
+ },
795
+ {
796
+ "epoch": 9.26583592938733,
797
+ "grad_norm": 1.6204376220703125,
798
+ "learning_rate": 3.182099991668653e-05,
799
+ "loss": 0.3368,
800
+ "step": 565
801
+ },
802
+ {
803
+ "epoch": 9.348909657320872,
804
+ "grad_norm": 1.6952364444732666,
805
+ "learning_rate": 3.147047612756302e-05,
806
+ "loss": 0.333,
807
+ "step": 570
808
+ },
809
+ {
810
+ "epoch": 9.431983385254414,
811
+ "grad_norm": 1.6254109144210815,
812
+ "learning_rate": 3.11185835988581e-05,
813
+ "loss": 0.3488,
814
+ "step": 575
815
+ },
816
+ {
817
+ "epoch": 9.515057113187954,
818
+ "grad_norm": 1.7684122323989868,
819
+ "learning_rate": 3.076539676856101e-05,
820
+ "loss": 0.3461,
821
+ "step": 580
822
+ },
823
+ {
824
+ "epoch": 9.598130841121495,
825
+ "grad_norm": 1.480283260345459,
826
+ "learning_rate": 3.0410990348452573e-05,
827
+ "loss": 0.3457,
828
+ "step": 585
829
+ },
830
+ {
831
+ "epoch": 9.681204569055037,
832
+ "grad_norm": 1.4912574291229248,
833
+ "learning_rate": 3.0055439308300952e-05,
834
+ "loss": 0.3307,
835
+ "step": 590
836
+ },
837
+ {
838
+ "epoch": 9.764278296988577,
839
+ "grad_norm": 1.5759741067886353,
840
+ "learning_rate": 2.9698818860002797e-05,
841
+ "loss": 0.3387,
842
+ "step": 595
843
+ },
844
+ {
845
+ "epoch": 9.847352024922118,
846
+ "grad_norm": 1.475316047668457,
847
+ "learning_rate": 2.9341204441673266e-05,
848
+ "loss": 0.342,
849
+ "step": 600
850
+ },
851
+ {
852
+ "epoch": 9.93042575285566,
853
+ "grad_norm": 1.5280460119247437,
854
+ "learning_rate": 2.898267170168807e-05,
855
+ "loss": 0.3325,
856
+ "step": 605
857
+ },
858
+ {
859
+ "epoch": 10.0,
860
+ "grad_norm": 4.123524188995361,
861
+ "learning_rate": 2.8623296482681166e-05,
862
+ "loss": 0.3528,
863
+ "step": 610
864
+ },
865
+ {
866
+ "epoch": 10.083073727933542,
867
+ "grad_norm": 1.3620072603225708,
868
+ "learning_rate": 2.8263154805501297e-05,
869
+ "loss": 0.3282,
870
+ "step": 615
871
+ },
872
+ {
873
+ "epoch": 10.166147455867081,
874
+ "grad_norm": 1.8294273614883423,
875
+ "learning_rate": 2.7902322853130757e-05,
876
+ "loss": 0.3066,
877
+ "step": 620
878
+ },
879
+ {
880
+ "epoch": 10.249221183800623,
881
+ "grad_norm": 1.5608752965927124,
882
+ "learning_rate": 2.7540876954570048e-05,
883
+ "loss": 0.3033,
884
+ "step": 625
885
+ },
886
+ {
887
+ "epoch": 10.332294911734165,
888
+ "grad_norm": 1.7856054306030273,
889
+ "learning_rate": 2.717889356869146e-05,
890
+ "loss": 0.2969,
891
+ "step": 630
892
+ },
893
+ {
894
+ "epoch": 10.415368639667705,
895
+ "grad_norm": 1.4942408800125122,
896
+ "learning_rate": 2.681644926806527e-05,
897
+ "loss": 0.3153,
898
+ "step": 635
899
+ },
900
+ {
901
+ "epoch": 10.498442367601246,
902
+ "grad_norm": 1.6234569549560547,
903
+ "learning_rate": 2.6453620722761896e-05,
904
+ "loss": 0.3277,
905
+ "step": 640
906
+ },
907
+ {
908
+ "epoch": 10.581516095534788,
909
+ "grad_norm": 1.6694717407226562,
910
+ "learning_rate": 2.6090484684133404e-05,
911
+ "loss": 0.3228,
912
+ "step": 645
913
+ },
914
+ {
915
+ "epoch": 10.664589823468328,
916
+ "grad_norm": 1.6755950450897217,
917
+ "learning_rate": 2.5727117968577784e-05,
918
+ "loss": 0.3316,
919
+ "step": 650
920
+ },
921
+ {
922
+ "epoch": 10.74766355140187,
923
+ "grad_norm": 1.3962074518203735,
924
+ "learning_rate": 2.536359744128957e-05,
925
+ "loss": 0.3188,
926
+ "step": 655
927
+ },
928
+ {
929
+ "epoch": 10.83073727933541,
930
+ "grad_norm": 1.7147635221481323,
931
+ "learning_rate": 2.5e-05,
932
+ "loss": 0.3463,
933
+ "step": 660
934
+ },
935
+ {
936
+ "epoch": 10.91381100726895,
937
+ "grad_norm": 1.5997766256332397,
938
+ "learning_rate": 2.4636402558710432e-05,
939
+ "loss": 0.335,
940
+ "step": 665
941
+ },
942
+ {
943
+ "epoch": 10.996884735202492,
944
+ "grad_norm": 1.483155369758606,
945
+ "learning_rate": 2.4272882031422215e-05,
946
+ "loss": 0.3084,
947
+ "step": 670
948
+ },
949
+ {
950
+ "epoch": 11.066458982346832,
951
+ "grad_norm": 1.3599936962127686,
952
+ "learning_rate": 2.3909515315866605e-05,
953
+ "loss": 0.311,
954
+ "step": 675
955
+ },
956
+ {
957
+ "epoch": 11.149532710280374,
958
+ "grad_norm": 1.5479919910430908,
959
+ "learning_rate": 2.3546379277238107e-05,
960
+ "loss": 0.2999,
961
+ "step": 680
962
+ },
963
+ {
964
+ "epoch": 11.232606438213915,
965
+ "grad_norm": 1.5448635816574097,
966
+ "learning_rate": 2.3183550731934735e-05,
967
+ "loss": 0.291,
968
+ "step": 685
969
+ },
970
+ {
971
+ "epoch": 11.315680166147455,
972
+ "grad_norm": 1.4930479526519775,
973
+ "learning_rate": 2.2821106431308544e-05,
974
+ "loss": 0.2879,
975
+ "step": 690
976
+ },
977
+ {
978
+ "epoch": 11.398753894080997,
979
+ "grad_norm": 1.578282356262207,
980
+ "learning_rate": 2.2459123045429954e-05,
981
+ "loss": 0.3033,
982
+ "step": 695
983
+ },
984
+ {
985
+ "epoch": 11.481827622014539,
986
+ "grad_norm": 1.4327830076217651,
987
+ "learning_rate": 2.2097677146869242e-05,
988
+ "loss": 0.2946,
989
+ "step": 700
990
+ },
991
+ {
992
+ "epoch": 11.564901349948078,
993
+ "grad_norm": 1.75092351436615,
994
+ "learning_rate": 2.173684519449872e-05,
995
+ "loss": 0.2965,
996
+ "step": 705
997
+ },
998
+ {
999
+ "epoch": 11.64797507788162,
1000
+ "grad_norm": 1.4633839130401611,
1001
+ "learning_rate": 2.1376703517318837e-05,
1002
+ "loss": 0.3082,
1003
+ "step": 710
1004
+ },
1005
+ {
1006
+ "epoch": 11.731048805815162,
1007
+ "grad_norm": 1.4483939409255981,
1008
+ "learning_rate": 2.101732829831194e-05,
1009
+ "loss": 0.3048,
1010
+ "step": 715
1011
+ },
1012
+ {
1013
+ "epoch": 11.814122533748701,
1014
+ "grad_norm": 1.4273526668548584,
1015
+ "learning_rate": 2.0658795558326743e-05,
1016
+ "loss": 0.3093,
1017
+ "step": 720
1018
+ },
1019
+ {
1020
+ "epoch": 11.897196261682243,
1021
+ "grad_norm": 1.536641240119934,
1022
+ "learning_rate": 2.0301181139997205e-05,
1023
+ "loss": 0.3185,
1024
+ "step": 725
1025
+ },
1026
+ {
1027
+ "epoch": 11.980269989615785,
1028
+ "grad_norm": 1.6694177389144897,
1029
+ "learning_rate": 1.9944560691699057e-05,
1030
+ "loss": 0.3197,
1031
+ "step": 730
1032
+ },
1033
+ {
1034
+ "epoch": 12.049844236760125,
1035
+ "grad_norm": 1.5738413333892822,
1036
+ "learning_rate": 1.958900965154743e-05,
1037
+ "loss": 0.3235,
1038
+ "step": 735
1039
+ },
1040
+ {
1041
+ "epoch": 12.132917964693666,
1042
+ "grad_norm": 1.4949880838394165,
1043
+ "learning_rate": 1.9234603231438995e-05,
1044
+ "loss": 0.2752,
1045
+ "step": 740
1046
+ },
1047
+ {
1048
+ "epoch": 12.215991692627206,
1049
+ "grad_norm": 1.7407513856887817,
1050
+ "learning_rate": 1.8881416401141904e-05,
1051
+ "loss": 0.282,
1052
+ "step": 745
1053
+ },
1054
+ {
1055
+ "epoch": 12.299065420560748,
1056
+ "grad_norm": 1.6446201801300049,
1057
+ "learning_rate": 1.852952387243698e-05,
1058
+ "loss": 0.2847,
1059
+ "step": 750
1060
+ },
1061
+ {
1062
+ "epoch": 12.38213914849429,
1063
+ "grad_norm": 1.5613073110580444,
1064
+ "learning_rate": 1.8179000083313483e-05,
1065
+ "loss": 0.2923,
1066
+ "step": 755
1067
+ },
1068
+ {
1069
+ "epoch": 12.46521287642783,
1070
+ "grad_norm": 1.3661807775497437,
1071
+ "learning_rate": 1.7829919182222752e-05,
1072
+ "loss": 0.2881,
1073
+ "step": 760
1074
+ },
1075
+ {
1076
+ "epoch": 12.54828660436137,
1077
+ "grad_norm": 1.5903205871582031,
1078
+ "learning_rate": 1.7482355012393177e-05,
1079
+ "loss": 0.2897,
1080
+ "step": 765
1081
+ },
1082
+ {
1083
+ "epoch": 12.631360332294912,
1084
+ "grad_norm": 1.5441614389419556,
1085
+ "learning_rate": 1.7136381096209664e-05,
1086
+ "loss": 0.292,
1087
+ "step": 770
1088
+ },
1089
+ {
1090
+ "epoch": 12.714434060228452,
1091
+ "grad_norm": 1.6512565612792969,
1092
+ "learning_rate": 1.6792070619660975e-05,
1093
+ "loss": 0.289,
1094
+ "step": 775
1095
+ },
1096
+ {
1097
+ "epoch": 12.797507788161994,
1098
+ "grad_norm": 1.5514371395111084,
1099
+ "learning_rate": 1.6449496416858284e-05,
1100
+ "loss": 0.3012,
1101
+ "step": 780
1102
+ },
1103
+ {
1104
+ "epoch": 12.880581516095535,
1105
+ "grad_norm": 1.7717050313949585,
1106
+ "learning_rate": 1.6108730954628093e-05,
1107
+ "loss": 0.3055,
1108
+ "step": 785
1109
+ },
1110
+ {
1111
+ "epoch": 12.963655244029075,
1112
+ "grad_norm": 1.4902904033660889,
1113
+ "learning_rate": 1.5769846317182893e-05,
1114
+ "loss": 0.2913,
1115
+ "step": 790
1116
+ },
1117
+ {
1118
+ "epoch": 13.033229491173417,
1119
+ "grad_norm": 1.3144031763076782,
1120
+ "learning_rate": 1.5432914190872757e-05,
1121
+ "loss": 0.3069,
1122
+ "step": 795
1123
+ },
1124
+ {
1125
+ "epoch": 13.116303219106957,
1126
+ "grad_norm": 1.3925071954727173,
1127
+ "learning_rate": 1.509800584902108e-05,
1128
+ "loss": 0.2701,
1129
+ "step": 800
1130
+ },
1131
+ {
1132
+ "epoch": 13.199376947040498,
1133
+ "grad_norm": 1.7400624752044678,
1134
+ "learning_rate": 1.4765192136847685e-05,
1135
+ "loss": 0.2742,
1136
+ "step": 805
1137
+ },
1138
+ {
1139
+ "epoch": 13.28245067497404,
1140
+ "grad_norm": 1.5998958349227905,
1141
+ "learning_rate": 1.443454345648252e-05,
1142
+ "loss": 0.2778,
1143
+ "step": 810
1144
+ },
1145
+ {
1146
+ "epoch": 13.36552440290758,
1147
+ "grad_norm": 1.7994098663330078,
1148
+ "learning_rate": 1.4106129752073022e-05,
1149
+ "loss": 0.2836,
1150
+ "step": 815
1151
+ },
1152
+ {
1153
+ "epoch": 13.448598130841122,
1154
+ "grad_norm": 1.672831416130066,
1155
+ "learning_rate": 1.3780020494988446e-05,
1156
+ "loss": 0.2709,
1157
+ "step": 820
1158
+ },
1159
+ {
1160
+ "epoch": 13.531671858774663,
1161
+ "grad_norm": 1.7876700162887573,
1162
+ "learning_rate": 1.3456284669124158e-05,
1163
+ "loss": 0.2687,
1164
+ "step": 825
1165
+ },
1166
+ {
1167
+ "epoch": 13.614745586708203,
1168
+ "grad_norm": 1.6950455904006958,
1169
+ "learning_rate": 1.313499075630899e-05,
1170
+ "loss": 0.2904,
1171
+ "step": 830
1172
+ },
1173
+ {
1174
+ "epoch": 13.697819314641745,
1175
+ "grad_norm": 1.6819844245910645,
1176
+ "learning_rate": 1.2816206721818944e-05,
1177
+ "loss": 0.2876,
1178
+ "step": 835
1179
+ },
1180
+ {
1181
+ "epoch": 13.780893042575286,
1182
+ "grad_norm": 1.5784549713134766,
1183
+ "learning_rate": 1.2500000000000006e-05,
1184
+ "loss": 0.286,
1185
+ "step": 840
1186
+ },
1187
+ {
1188
+ "epoch": 13.863966770508826,
1189
+ "grad_norm": 1.6307650804519653,
1190
+ "learning_rate": 1.2186437480003372e-05,
1191
+ "loss": 0.3009,
1192
+ "step": 845
1193
+ },
1194
+ {
1195
+ "epoch": 13.947040498442368,
1196
+ "grad_norm": 1.4225823879241943,
1197
+ "learning_rate": 1.1875585491636e-05,
1198
+ "loss": 0.2741,
1199
+ "step": 850
1200
+ },
1201
+ {
1202
+ "epoch": 14.016614745586708,
1203
+ "grad_norm": 1.2541974782943726,
1204
+ "learning_rate": 1.1567509791329401e-05,
1205
+ "loss": 0.271,
1206
+ "step": 855
1207
+ },
1208
+ {
1209
+ "epoch": 14.09968847352025,
1210
+ "grad_norm": 1.3735196590423584,
1211
+ "learning_rate": 1.126227554822985e-05,
1212
+ "loss": 0.2576,
1213
+ "step": 860
1214
+ },
1215
+ {
1216
+ "epoch": 14.18276220145379,
1217
+ "grad_norm": 1.4082770347595215,
1218
+ "learning_rate": 1.0959947330412682e-05,
1219
+ "loss": 0.2705,
1220
+ "step": 865
1221
+ },
1222
+ {
1223
+ "epoch": 14.26583592938733,
1224
+ "grad_norm": 1.5013236999511719,
1225
+ "learning_rate": 1.0660589091223855e-05,
1226
+ "loss": 0.2641,
1227
+ "step": 870
1228
+ },
1229
+ {
1230
+ "epoch": 14.348909657320872,
1231
+ "grad_norm": 1.8321263790130615,
1232
+ "learning_rate": 1.0364264155751488e-05,
1233
+ "loss": 0.2646,
1234
+ "step": 875
1235
+ },
1236
+ {
1237
+ "epoch": 14.431983385254414,
1238
+ "grad_norm": 1.5073516368865967,
1239
+ "learning_rate": 1.0071035207430352e-05,
1240
+ "loss": 0.267,
1241
+ "step": 880
1242
+ },
1243
+ {
1244
+ "epoch": 14.515057113187954,
1245
+ "grad_norm": 1.5713279247283936,
1246
+ "learning_rate": 9.780964274781984e-06,
1247
+ "loss": 0.275,
1248
+ "step": 885
1249
+ },
1250
+ {
1251
+ "epoch": 14.598130841121495,
1252
+ "grad_norm": 1.4692318439483643,
1253
+ "learning_rate": 9.494112718293501e-06,
1254
+ "loss": 0.2674,
1255
+ "step": 890
1256
+ },
1257
+ {
1258
+ "epoch": 14.681204569055037,
1259
+ "grad_norm": 1.9062477350234985,
1260
+ "learning_rate": 9.210541217437565e-06,
1261
+ "loss": 0.2703,
1262
+ "step": 895
1263
+ },
1264
+ {
1265
+ "epoch": 14.764278296988577,
1266
+ "grad_norm": 1.4207799434661865,
1267
+ "learning_rate": 8.930309757836517e-06,
1268
+ "loss": 0.2751,
1269
+ "step": 900
1270
+ },
1271
+ {
1272
+ "epoch": 14.847352024922118,
1273
+ "grad_norm": 1.4608951807022095,
1274
+ "learning_rate": 8.65347761857326e-06,
1275
+ "loss": 0.2828,
1276
+ "step": 905
1277
+ },
1278
+ {
1279
+ "epoch": 14.93042575285566,
1280
+ "grad_norm": 1.5288583040237427,
1281
+ "learning_rate": 8.380103359651553e-06,
1282
+ "loss": 0.2739,
1283
+ "step": 910
1284
+ },
1285
+ {
1286
+ "epoch": 15.0,
1287
+ "grad_norm": 3.328437328338623,
1288
+ "learning_rate": 8.110244809608495e-06,
1289
+ "loss": 0.2715,
1290
+ "step": 915
1291
+ },
1292
+ {
1293
+ "epoch": 15.083073727933542,
1294
+ "grad_norm": 1.4342622756958008,
1295
+ "learning_rate": 7.843959053281663e-06,
1296
+ "loss": 0.2562,
1297
+ "step": 920
1298
+ },
1299
+ {
1300
+ "epoch": 15.166147455867081,
1301
+ "grad_norm": 1.3755466938018799,
1302
+ "learning_rate": 7.581302419733632e-06,
1303
+ "loss": 0.2488,
1304
+ "step": 925
1305
+ },
1306
+ {
1307
+ "epoch": 15.249221183800623,
1308
+ "grad_norm": 1.6790114641189575,
1309
+ "learning_rate": 7.3223304703363135e-06,
1310
+ "loss": 0.2675,
1311
+ "step": 930
1312
+ },
1313
+ {
1314
+ "epoch": 15.332294911734165,
1315
+ "grad_norm": 1.7311410903930664,
1316
+ "learning_rate": 7.067097987017762e-06,
1317
+ "loss": 0.2678,
1318
+ "step": 935
1319
+ },
1320
+ {
1321
+ "epoch": 15.415368639667705,
1322
+ "grad_norm": 1.565371036529541,
1323
+ "learning_rate": 6.815658960673782e-06,
1324
+ "loss": 0.269,
1325
+ "step": 940
1326
+ },
1327
+ {
1328
+ "epoch": 15.498442367601246,
1329
+ "grad_norm": 1.6030529737472534,
1330
+ "learning_rate": 6.568066579746901e-06,
1331
+ "loss": 0.2539,
1332
+ "step": 945
1333
+ },
1334
+ {
1335
+ "epoch": 15.581516095534788,
1336
+ "grad_norm": 1.7192659378051758,
1337
+ "learning_rate": 6.324373218975105e-06,
1338
+ "loss": 0.261,
1339
+ "step": 950
1340
+ },
1341
+ {
1342
+ "epoch": 15.664589823468328,
1343
+ "grad_norm": 1.6753857135772705,
1344
+ "learning_rate": 6.08463042831268e-06,
1345
+ "loss": 0.2521,
1346
+ "step": 955
1347
+ },
1348
+ {
1349
+ "epoch": 15.74766355140187,
1350
+ "grad_norm": 1.9638776779174805,
1351
+ "learning_rate": 5.848888922025553e-06,
1352
+ "loss": 0.2615,
1353
+ "step": 960
1354
+ },
1355
+ {
1356
+ "epoch": 15.83073727933541,
1357
+ "grad_norm": 1.5389426946640015,
1358
+ "learning_rate": 5.617198567963352e-06,
1359
+ "loss": 0.2584,
1360
+ "step": 965
1361
+ },
1362
+ {
1363
+ "epoch": 15.91381100726895,
1364
+ "grad_norm": 1.8820122480392456,
1365
+ "learning_rate": 5.389608377010608e-06,
1366
+ "loss": 0.2667,
1367
+ "step": 970
1368
+ },
1369
+ {
1370
+ "epoch": 15.996884735202492,
1371
+ "grad_norm": 1.8412877321243286,
1372
+ "learning_rate": 5.166166492719124e-06,
1373
+ "loss": 0.2697,
1374
+ "step": 975
1375
+ },
1376
+ {
1377
+ "epoch": 16.066458982346834,
1378
+ "grad_norm": 1.7076417207717896,
1379
+ "learning_rate": 4.946920181123904e-06,
1380
+ "loss": 0.2451,
1381
+ "step": 980
1382
+ },
1383
+ {
1384
+ "epoch": 16.149532710280372,
1385
+ "grad_norm": 1.4559515714645386,
1386
+ "learning_rate": 4.731915820744695e-06,
1387
+ "loss": 0.2448,
1388
+ "step": 985
1389
+ },
1390
+ {
1391
+ "epoch": 16.232606438213914,
1392
+ "grad_norm": 1.4542195796966553,
1393
+ "learning_rate": 4.521198892775203e-06,
1394
+ "loss": 0.2525,
1395
+ "step": 990
1396
+ },
1397
+ {
1398
+ "epoch": 16.315680166147455,
1399
+ "grad_norm": 1.7294296026229858,
1400
+ "learning_rate": 4.314813971462237e-06,
1401
+ "loss": 0.2452,
1402
+ "step": 995
1403
+ },
1404
+ {
1405
+ "epoch": 16.398753894080997,
1406
+ "grad_norm": 1.694813847541809,
1407
+ "learning_rate": 4.112804714676594e-06,
1408
+ "loss": 0.2533,
1409
+ "step": 1000
1410
+ },
1411
+ {
1412
+ "epoch": 16.48182762201454,
1413
+ "grad_norm": 1.7992663383483887,
1414
+ "learning_rate": 3.9152138546778625e-06,
1415
+ "loss": 0.2604,
1416
+ "step": 1005
1417
+ },
1418
+ {
1419
+ "epoch": 16.56490134994808,
1420
+ "grad_norm": 1.520974040031433,
1421
+ "learning_rate": 3.7220831890750067e-06,
1422
+ "loss": 0.2571,
1423
+ "step": 1010
1424
+ },
1425
+ {
1426
+ "epoch": 16.64797507788162,
1427
+ "grad_norm": 1.9732450246810913,
1428
+ "learning_rate": 3.5334535719846766e-06,
1429
+ "loss": 0.2659,
1430
+ "step": 1015
1431
+ },
1432
+ {
1433
+ "epoch": 16.73104880581516,
1434
+ "grad_norm": 1.7136303186416626,
1435
+ "learning_rate": 3.3493649053890326e-06,
1436
+ "loss": 0.2565,
1437
+ "step": 1020
1438
+ },
1439
+ {
1440
+ "epoch": 16.8141225337487,
1441
+ "grad_norm": 1.6919972896575928,
1442
+ "learning_rate": 3.1698561306951064e-06,
1443
+ "loss": 0.254,
1444
+ "step": 1025
1445
+ },
1446
+ {
1447
+ "epoch": 16.897196261682243,
1448
+ "grad_norm": 1.8692378997802734,
1449
+ "learning_rate": 2.9949652204972254e-06,
1450
+ "loss": 0.2529,
1451
+ "step": 1030
1452
+ },
1453
+ {
1454
+ "epoch": 16.980269989615785,
1455
+ "grad_norm": 1.798110842704773,
1456
+ "learning_rate": 2.8247291705444575e-06,
1457
+ "loss": 0.2631,
1458
+ "step": 1035
1459
+ },
1460
+ {
1461
+ "epoch": 17.049844236760123,
1462
+ "grad_norm": 1.5230650901794434,
1463
+ "learning_rate": 2.659183991914696e-06,
1464
+ "loss": 0.2521,
1465
+ "step": 1040
1466
+ },
1467
+ {
1468
+ "epoch": 17.132917964693664,
1469
+ "grad_norm": 1.6472920179367065,
1470
+ "learning_rate": 2.4983647033969714e-06,
1471
+ "loss": 0.2463,
1472
+ "step": 1045
1473
+ },
1474
+ {
1475
+ "epoch": 17.215991692627206,
1476
+ "grad_norm": 1.6704550981521606,
1477
+ "learning_rate": 2.3423053240837515e-06,
1478
+ "loss": 0.2453,
1479
+ "step": 1050
1480
+ },
1481
+ {
1482
+ "epoch": 17.299065420560748,
1483
+ "grad_norm": 1.550706386566162,
1484
+ "learning_rate": 2.1910388661746493e-06,
1485
+ "loss": 0.2487,
1486
+ "step": 1055
1487
+ },
1488
+ {
1489
+ "epoch": 17.38213914849429,
1490
+ "grad_norm": 1.7238280773162842,
1491
+ "learning_rate": 2.044597327993153e-06,
1492
+ "loss": 0.2511,
1493
+ "step": 1060
1494
+ },
1495
+ {
1496
+ "epoch": 17.46521287642783,
1497
+ "grad_norm": 1.5124459266662598,
1498
+ "learning_rate": 1.9030116872178316e-06,
1499
+ "loss": 0.2436,
1500
+ "step": 1065
1501
+ },
1502
+ {
1503
+ "epoch": 17.54828660436137,
1504
+ "grad_norm": 1.7043637037277222,
1505
+ "learning_rate": 1.7663118943294366e-06,
1506
+ "loss": 0.2491,
1507
+ "step": 1070
1508
+ },
1509
+ {
1510
+ "epoch": 17.63136033229491,
1511
+ "grad_norm": 1.7300227880477905,
1512
+ "learning_rate": 1.6345268662752906e-06,
1513
+ "loss": 0.2464,
1514
+ "step": 1075
1515
+ },
1516
+ {
1517
+ "epoch": 17.714434060228452,
1518
+ "grad_norm": 1.9400359392166138,
1519
+ "learning_rate": 1.5076844803522922e-06,
1520
+ "loss": 0.2576,
1521
+ "step": 1080
1522
+ },
1523
+ {
1524
+ "epoch": 17.797507788161994,
1525
+ "grad_norm": 1.5764034986495972,
1526
+ "learning_rate": 1.3858115683098832e-06,
1527
+ "loss": 0.2512,
1528
+ "step": 1085
1529
+ },
1530
+ {
1531
+ "epoch": 17.880581516095535,
1532
+ "grad_norm": 1.7540063858032227,
1533
+ "learning_rate": 1.2689339106741527e-06,
1534
+ "loss": 0.2484,
1535
+ "step": 1090
1536
+ },
1537
+ {
1538
+ "epoch": 17.963655244029077,
1539
+ "grad_norm": 1.5876474380493164,
1540
+ "learning_rate": 1.1570762312943295e-06,
1541
+ "loss": 0.247,
1542
+ "step": 1095
1543
+ },
1544
+ {
1545
+ "epoch": 18.033229491173415,
1546
+ "grad_norm": 1.723120093345642,
1547
+ "learning_rate": 1.0502621921127776e-06,
1548
+ "loss": 0.2509,
1549
+ "step": 1100
1550
+ },
1551
+ {
1552
+ "epoch": 18.116303219106957,
1553
+ "grad_norm": 1.549980640411377,
1554
+ "learning_rate": 9.485143881596714e-07,
1555
+ "loss": 0.2565,
1556
+ "step": 1105
1557
+ },
1558
+ {
1559
+ "epoch": 18.1993769470405,
1560
+ "grad_norm": 1.685396671295166,
1561
+ "learning_rate": 8.51854342773295e-07,
1562
+ "loss": 0.2386,
1563
+ "step": 1110
1564
+ },
1565
+ {
1566
+ "epoch": 18.28245067497404,
1567
+ "grad_norm": 1.5742353200912476,
1568
+ "learning_rate": 7.603025030471e-07,
1569
+ "loss": 0.2429,
1570
+ "step": 1115
1571
+ },
1572
+ {
1573
+ "epoch": 18.36552440290758,
1574
+ "grad_norm": 1.8015878200531006,
1575
+ "learning_rate": 6.738782355044049e-07,
1576
+ "loss": 0.2441,
1577
+ "step": 1120
1578
+ },
1579
+ {
1580
+ "epoch": 18.44859813084112,
1581
+ "grad_norm": 1.6814690828323364,
1582
+ "learning_rate": 5.925998220016659e-07,
1583
+ "loss": 0.2445,
1584
+ "step": 1125
1585
+ },
1586
+ {
1587
+ "epoch": 18.53167185877466,
1588
+ "grad_norm": 1.7425857782363892,
1589
+ "learning_rate": 5.164844558612131e-07,
1590
+ "loss": 0.2429,
1591
+ "step": 1130
1592
+ },
1593
+ {
1594
+ "epoch": 18.614745586708203,
1595
+ "grad_norm": 1.6815589666366577,
1596
+ "learning_rate": 4.4554823823423354e-07,
1597
+ "loss": 0.2523,
1598
+ "step": 1135
1599
+ },
1600
+ {
1601
+ "epoch": 18.697819314641745,
1602
+ "grad_norm": 1.819124698638916,
1603
+ "learning_rate": 3.7980617469479953e-07,
1604
+ "loss": 0.2567,
1605
+ "step": 1140
1606
+ },
1607
+ {
1608
+ "epoch": 18.780893042575286,
1609
+ "grad_norm": 1.7623286247253418,
1610
+ "learning_rate": 3.192721720656489e-07,
1611
+ "loss": 0.2354,
1612
+ "step": 1145
1613
+ },
1614
+ {
1615
+ "epoch": 18.863966770508828,
1616
+ "grad_norm": 1.9344545602798462,
1617
+ "learning_rate": 2.6395903547638825e-07,
1618
+ "loss": 0.2535,
1619
+ "step": 1150
1620
+ },
1621
+ {
1622
+ "epoch": 18.947040498442366,
1623
+ "grad_norm": 1.6039988994598389,
1624
+ "learning_rate": 2.1387846565474045e-07,
1625
+ "loss": 0.2361,
1626
+ "step": 1155
1627
+ },
1628
+ {
1629
+ "epoch": 19.016614745586708,
1630
+ "grad_norm": 1.6311196088790894,
1631
+ "learning_rate": 1.6904105645142444e-07,
1632
+ "loss": 0.2456,
1633
+ "step": 1160
1634
+ },
1635
+ {
1636
+ "epoch": 19.09968847352025,
1637
+ "grad_norm": 1.8545303344726562,
1638
+ "learning_rate": 1.2945629259917546e-07,
1639
+ "loss": 0.2582,
1640
+ "step": 1165
1641
+ },
1642
+ {
1643
+ "epoch": 19.18276220145379,
1644
+ "grad_norm": 1.8312244415283203,
1645
+ "learning_rate": 9.513254770636137e-08,
1646
+ "loss": 0.2447,
1647
+ "step": 1170
1648
+ },
1649
+ {
1650
+ "epoch": 19.265835929387332,
1651
+ "grad_norm": 1.65512216091156,
1652
+ "learning_rate": 6.607708248569377e-08,
1653
+ "loss": 0.2456,
1654
+ "step": 1175
1655
+ },
1656
+ {
1657
+ "epoch": 19.34890965732087,
1658
+ "grad_norm": 1.5663472414016724,
1659
+ "learning_rate": 4.229604321829561e-08,
1660
+ "loss": 0.246,
1661
+ "step": 1180
1662
+ },
1663
+ {
1664
+ "epoch": 19.431983385254412,
1665
+ "grad_norm": 1.8947585821151733,
1666
+ "learning_rate": 2.3794460453555047e-08,
1667
+ "loss": 0.243,
1668
+ "step": 1185
1669
+ },
1670
+ {
1671
+ "epoch": 19.515057113187954,
1672
+ "grad_norm": 1.7258800268173218,
1673
+ "learning_rate": 1.0576247944985018e-08,
1674
+ "loss": 0.2435,
1675
+ "step": 1190
1676
+ },
1677
+ {
1678
+ "epoch": 19.598130841121495,
1679
+ "grad_norm": 1.59407639503479,
1680
+ "learning_rate": 2.6442018223132857e-09,
1681
+ "loss": 0.2415,
1682
+ "step": 1195
1683
+ },
1684
+ {
1685
+ "epoch": 19.681204569055037,
1686
+ "grad_norm": 1.5066112279891968,
1687
+ "learning_rate": 0.0,
1688
+ "loss": 0.2383,
1689
+ "step": 1200
1690
+ }
1691
+ ],
1692
+ "logging_steps": 5,
1693
+ "max_steps": 1200,
1694
+ "num_input_tokens_seen": 0,
1695
+ "num_train_epochs": 20,
1696
+ "save_steps": 60,
1697
+ "stateful_callbacks": {
1698
+ "TrainerControl": {
1699
+ "args": {
1700
+ "should_epoch_stop": false,
1701
+ "should_evaluate": false,
1702
+ "should_log": false,
1703
+ "should_save": true,
1704
+ "should_training_stop": true
1705
+ },
1706
+ "attributes": {}
1707
+ }
1708
+ },
1709
+ "total_flos": 5.17534376829911e+16,
1710
+ "train_batch_size": 1,
1711
+ "trial_name": null,
1712
+ "trial_params": null
1713
+ }
checkpoint-1200/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-180/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-7B-Instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "down_proj",
25
+ "up_proj",
26
+ "v_proj",
27
+ "gate_proj",
28
+ "o_proj",
29
+ "k_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-180/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-240/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-7B-Instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "down_proj",
25
+ "up_proj",
26
+ "v_proj",
27
+ "gate_proj",
28
+ "o_proj",
29
+ "k_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-300/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Coder-7B-Instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
checkpoint-300/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-7B-Instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "down_proj",
25
+ "up_proj",
26
+ "v_proj",
27
+ "gate_proj",
28
+ "o_proj",
29
+ "k_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-300/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-300/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-300/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-300/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-300/trainer_state.json ADDED
@@ -0,0 +1,453 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 4.930425752855659,
5
+ "eval_steps": 500,
6
+ "global_step": 300,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.08307372793354102,
13
+ "grad_norm": 0.5125107169151306,
14
+ "learning_rate": 2.0833333333333334e-06,
15
+ "loss": 3.5515,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.16614745586708204,
20
+ "grad_norm": 0.4532736539840698,
21
+ "learning_rate": 4.166666666666667e-06,
22
+ "loss": 3.6807,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.24922118380062305,
27
+ "grad_norm": 0.4483909606933594,
28
+ "learning_rate": 6.25e-06,
29
+ "loss": 3.5357,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 0.3322949117341641,
34
+ "grad_norm": 0.5020395517349243,
35
+ "learning_rate": 8.333333333333334e-06,
36
+ "loss": 3.645,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 0.4153686396677051,
41
+ "grad_norm": 0.8230155110359192,
42
+ "learning_rate": 1.0416666666666668e-05,
43
+ "loss": 3.5682,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 0.4984423676012461,
48
+ "grad_norm": 1.3333394527435303,
49
+ "learning_rate": 1.25e-05,
50
+ "loss": 3.5155,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 0.5815160955347871,
55
+ "grad_norm": 0.7118450999259949,
56
+ "learning_rate": 1.4583333333333335e-05,
57
+ "loss": 3.4724,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 0.6645898234683282,
62
+ "grad_norm": 1.0282073020935059,
63
+ "learning_rate": 1.6666666666666667e-05,
64
+ "loss": 3.4205,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 0.7476635514018691,
69
+ "grad_norm": 1.0468826293945312,
70
+ "learning_rate": 1.8750000000000002e-05,
71
+ "loss": 3.3295,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 0.8307372793354102,
76
+ "grad_norm": 0.8730693459510803,
77
+ "learning_rate": 2.0833333333333336e-05,
78
+ "loss": 3.0831,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 0.9138110072689511,
83
+ "grad_norm": 0.9377574324607849,
84
+ "learning_rate": 2.2916666666666667e-05,
85
+ "loss": 2.8412,
86
+ "step": 55
87
+ },
88
+ {
89
+ "epoch": 0.9968847352024922,
90
+ "grad_norm": 1.0129190683364868,
91
+ "learning_rate": 2.5e-05,
92
+ "loss": 2.3229,
93
+ "step": 60
94
+ },
95
+ {
96
+ "epoch": 1.066458982346833,
97
+ "grad_norm": 0.8808080554008484,
98
+ "learning_rate": 2.7083333333333332e-05,
99
+ "loss": 2.0489,
100
+ "step": 65
101
+ },
102
+ {
103
+ "epoch": 1.1495327102803738,
104
+ "grad_norm": 0.8092290759086609,
105
+ "learning_rate": 2.916666666666667e-05,
106
+ "loss": 1.9307,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 1.2326064382139148,
111
+ "grad_norm": 0.8002105951309204,
112
+ "learning_rate": 3.125e-05,
113
+ "loss": 1.7402,
114
+ "step": 75
115
+ },
116
+ {
117
+ "epoch": 1.3156801661474558,
118
+ "grad_norm": 0.8581973314285278,
119
+ "learning_rate": 3.3333333333333335e-05,
120
+ "loss": 1.6696,
121
+ "step": 80
122
+ },
123
+ {
124
+ "epoch": 1.398753894080997,
125
+ "grad_norm": 0.7443532347679138,
126
+ "learning_rate": 3.541666666666667e-05,
127
+ "loss": 1.5175,
128
+ "step": 85
129
+ },
130
+ {
131
+ "epoch": 1.4818276220145379,
132
+ "grad_norm": 0.9584633708000183,
133
+ "learning_rate": 3.7500000000000003e-05,
134
+ "loss": 1.3968,
135
+ "step": 90
136
+ },
137
+ {
138
+ "epoch": 1.5649013499480788,
139
+ "grad_norm": 0.8683136105537415,
140
+ "learning_rate": 3.958333333333333e-05,
141
+ "loss": 1.299,
142
+ "step": 95
143
+ },
144
+ {
145
+ "epoch": 1.64797507788162,
146
+ "grad_norm": 0.7825261950492859,
147
+ "learning_rate": 4.166666666666667e-05,
148
+ "loss": 1.1271,
149
+ "step": 100
150
+ },
151
+ {
152
+ "epoch": 1.731048805815161,
153
+ "grad_norm": 0.654670000076294,
154
+ "learning_rate": 4.375e-05,
155
+ "loss": 1.14,
156
+ "step": 105
157
+ },
158
+ {
159
+ "epoch": 1.814122533748702,
160
+ "grad_norm": 0.7511588335037231,
161
+ "learning_rate": 4.5833333333333334e-05,
162
+ "loss": 1.1614,
163
+ "step": 110
164
+ },
165
+ {
166
+ "epoch": 1.897196261682243,
167
+ "grad_norm": 0.6596113443374634,
168
+ "learning_rate": 4.791666666666667e-05,
169
+ "loss": 1.0587,
170
+ "step": 115
171
+ },
172
+ {
173
+ "epoch": 1.980269989615784,
174
+ "grad_norm": 0.7166474461555481,
175
+ "learning_rate": 5e-05,
176
+ "loss": 1.0169,
177
+ "step": 120
178
+ },
179
+ {
180
+ "epoch": 2.0498442367601246,
181
+ "grad_norm": 0.6620935797691345,
182
+ "learning_rate": 4.999735579817769e-05,
183
+ "loss": 0.985,
184
+ "step": 125
185
+ },
186
+ {
187
+ "epoch": 2.132917964693666,
188
+ "grad_norm": 0.7846258878707886,
189
+ "learning_rate": 4.998942375205502e-05,
190
+ "loss": 0.9594,
191
+ "step": 130
192
+ },
193
+ {
194
+ "epoch": 2.2159916926272065,
195
+ "grad_norm": 0.652454137802124,
196
+ "learning_rate": 4.997620553954645e-05,
197
+ "loss": 0.9322,
198
+ "step": 135
199
+ },
200
+ {
201
+ "epoch": 2.2990654205607477,
202
+ "grad_norm": 0.7020059823989868,
203
+ "learning_rate": 4.995770395678171e-05,
204
+ "loss": 0.9242,
205
+ "step": 140
206
+ },
207
+ {
208
+ "epoch": 2.382139148494289,
209
+ "grad_norm": 0.8148695826530457,
210
+ "learning_rate": 4.993392291751431e-05,
211
+ "loss": 0.8394,
212
+ "step": 145
213
+ },
214
+ {
215
+ "epoch": 2.4652128764278296,
216
+ "grad_norm": 0.8813133835792542,
217
+ "learning_rate": 4.990486745229364e-05,
218
+ "loss": 0.992,
219
+ "step": 150
220
+ },
221
+ {
222
+ "epoch": 2.5482866043613708,
223
+ "grad_norm": 0.7893730401992798,
224
+ "learning_rate": 4.987054370740083e-05,
225
+ "loss": 0.899,
226
+ "step": 155
227
+ },
228
+ {
229
+ "epoch": 2.6313603322949115,
230
+ "grad_norm": 0.7719221711158752,
231
+ "learning_rate": 4.983095894354858e-05,
232
+ "loss": 0.9416,
233
+ "step": 160
234
+ },
235
+ {
236
+ "epoch": 2.7144340602284527,
237
+ "grad_norm": 0.8439667820930481,
238
+ "learning_rate": 4.9786121534345265e-05,
239
+ "loss": 0.8401,
240
+ "step": 165
241
+ },
242
+ {
243
+ "epoch": 2.797507788161994,
244
+ "grad_norm": 0.833251953125,
245
+ "learning_rate": 4.973604096452361e-05,
246
+ "loss": 0.817,
247
+ "step": 170
248
+ },
249
+ {
250
+ "epoch": 2.8805815160955346,
251
+ "grad_norm": 0.7526916265487671,
252
+ "learning_rate": 4.9680727827934354e-05,
253
+ "loss": 0.8191,
254
+ "step": 175
255
+ },
256
+ {
257
+ "epoch": 2.9636552440290758,
258
+ "grad_norm": 1.0640058517456055,
259
+ "learning_rate": 4.962019382530521e-05,
260
+ "loss": 0.8607,
261
+ "step": 180
262
+ },
263
+ {
264
+ "epoch": 3.0332294911734166,
265
+ "grad_norm": 0.784114420413971,
266
+ "learning_rate": 4.9554451761765766e-05,
267
+ "loss": 0.761,
268
+ "step": 185
269
+ },
270
+ {
271
+ "epoch": 3.1163032191069573,
272
+ "grad_norm": 0.9396352767944336,
273
+ "learning_rate": 4.948351554413879e-05,
274
+ "loss": 0.6821,
275
+ "step": 190
276
+ },
277
+ {
278
+ "epoch": 3.1993769470404985,
279
+ "grad_norm": 0.9770582914352417,
280
+ "learning_rate": 4.940740017799833e-05,
281
+ "loss": 0.742,
282
+ "step": 195
283
+ },
284
+ {
285
+ "epoch": 3.2824506749740396,
286
+ "grad_norm": 0.8752853870391846,
287
+ "learning_rate": 4.9326121764495596e-05,
288
+ "loss": 0.69,
289
+ "step": 200
290
+ },
291
+ {
292
+ "epoch": 3.3655244029075804,
293
+ "grad_norm": 0.8496589064598083,
294
+ "learning_rate": 4.92396974969529e-05,
295
+ "loss": 0.769,
296
+ "step": 205
297
+ },
298
+ {
299
+ "epoch": 3.4485981308411215,
300
+ "grad_norm": 0.8192639350891113,
301
+ "learning_rate": 4.914814565722671e-05,
302
+ "loss": 0.7298,
303
+ "step": 210
304
+ },
305
+ {
306
+ "epoch": 3.5316718587746623,
307
+ "grad_norm": 1.00070059299469,
308
+ "learning_rate": 4.905148561184033e-05,
309
+ "loss": 0.7815,
310
+ "step": 215
311
+ },
312
+ {
313
+ "epoch": 3.6147455867082035,
314
+ "grad_norm": 1.1614112854003906,
315
+ "learning_rate": 4.894973780788722e-05,
316
+ "loss": 0.7975,
317
+ "step": 220
318
+ },
319
+ {
320
+ "epoch": 3.6978193146417446,
321
+ "grad_norm": 1.014397382736206,
322
+ "learning_rate": 4.884292376870567e-05,
323
+ "loss": 0.696,
324
+ "step": 225
325
+ },
326
+ {
327
+ "epoch": 3.7808930425752854,
328
+ "grad_norm": 0.9468530416488647,
329
+ "learning_rate": 4.873106608932585e-05,
330
+ "loss": 0.7194,
331
+ "step": 230
332
+ },
333
+ {
334
+ "epoch": 3.8639667705088265,
335
+ "grad_norm": 1.2201341390609741,
336
+ "learning_rate": 4.8614188431690125e-05,
337
+ "loss": 0.7795,
338
+ "step": 235
339
+ },
340
+ {
341
+ "epoch": 3.9470404984423677,
342
+ "grad_norm": 0.9476346373558044,
343
+ "learning_rate": 4.849231551964771e-05,
344
+ "loss": 0.7202,
345
+ "step": 240
346
+ },
347
+ {
348
+ "epoch": 4.0166147455867085,
349
+ "grad_norm": 0.9945451021194458,
350
+ "learning_rate": 4.836547313372471e-05,
351
+ "loss": 0.6931,
352
+ "step": 245
353
+ },
354
+ {
355
+ "epoch": 4.099688473520249,
356
+ "grad_norm": 1.1113696098327637,
357
+ "learning_rate": 4.823368810567056e-05,
358
+ "loss": 0.6557,
359
+ "step": 250
360
+ },
361
+ {
362
+ "epoch": 4.18276220145379,
363
+ "grad_norm": 1.3515146970748901,
364
+ "learning_rate": 4.8096988312782174e-05,
365
+ "loss": 0.6295,
366
+ "step": 255
367
+ },
368
+ {
369
+ "epoch": 4.265835929387332,
370
+ "grad_norm": 1.375272274017334,
371
+ "learning_rate": 4.7955402672006854e-05,
372
+ "loss": 0.6423,
373
+ "step": 260
374
+ },
375
+ {
376
+ "epoch": 4.348909657320872,
377
+ "grad_norm": 1.1683202981948853,
378
+ "learning_rate": 4.780896113382536e-05,
379
+ "loss": 0.6167,
380
+ "step": 265
381
+ },
382
+ {
383
+ "epoch": 4.431983385254413,
384
+ "grad_norm": 1.2091785669326782,
385
+ "learning_rate": 4.765769467591625e-05,
386
+ "loss": 0.6373,
387
+ "step": 270
388
+ },
389
+ {
390
+ "epoch": 4.515057113187955,
391
+ "grad_norm": 1.3007235527038574,
392
+ "learning_rate": 4.750163529660303e-05,
393
+ "loss": 0.5941,
394
+ "step": 275
395
+ },
396
+ {
397
+ "epoch": 4.598130841121495,
398
+ "grad_norm": 1.2785530090332031,
399
+ "learning_rate": 4.734081600808531e-05,
400
+ "loss": 0.6384,
401
+ "step": 280
402
+ },
403
+ {
404
+ "epoch": 4.681204569055036,
405
+ "grad_norm": 1.2808083295822144,
406
+ "learning_rate": 4.717527082945554e-05,
407
+ "loss": 0.6592,
408
+ "step": 285
409
+ },
410
+ {
411
+ "epoch": 4.764278296988578,
412
+ "grad_norm": 1.1978651285171509,
413
+ "learning_rate": 4.700503477950278e-05,
414
+ "loss": 0.6285,
415
+ "step": 290
416
+ },
417
+ {
418
+ "epoch": 4.8473520249221185,
419
+ "grad_norm": 1.3983532190322876,
420
+ "learning_rate": 4.68301438693049e-05,
421
+ "loss": 0.5941,
422
+ "step": 295
423
+ },
424
+ {
425
+ "epoch": 4.930425752855659,
426
+ "grad_norm": 1.286287784576416,
427
+ "learning_rate": 4.665063509461097e-05,
428
+ "loss": 0.5652,
429
+ "step": 300
430
+ }
431
+ ],
432
+ "logging_steps": 5,
433
+ "max_steps": 1200,
434
+ "num_input_tokens_seen": 0,
435
+ "num_train_epochs": 20,
436
+ "save_steps": 60,
437
+ "stateful_callbacks": {
438
+ "TrainerControl": {
439
+ "args": {
440
+ "should_epoch_stop": false,
441
+ "should_evaluate": false,
442
+ "should_log": false,
443
+ "should_save": true,
444
+ "should_training_stop": false
445
+ },
446
+ "attributes": {}
447
+ }
448
+ },
449
+ "total_flos": 1.2964982962520064e+16,
450
+ "train_batch_size": 1,
451
+ "trial_name": null,
452
+ "trial_params": null
453
+ }
checkpoint-360/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-360/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-360/trainer_state.json ADDED
@@ -0,0 +1,537 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 5.913811007268951,
5
+ "eval_steps": 500,
6
+ "global_step": 360,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.08307372793354102,
13
+ "grad_norm": 0.5125107169151306,
14
+ "learning_rate": 2.0833333333333334e-06,
15
+ "loss": 3.5515,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.16614745586708204,
20
+ "grad_norm": 0.4532736539840698,
21
+ "learning_rate": 4.166666666666667e-06,
22
+ "loss": 3.6807,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.24922118380062305,
27
+ "grad_norm": 0.4483909606933594,
28
+ "learning_rate": 6.25e-06,
29
+ "loss": 3.5357,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 0.3322949117341641,
34
+ "grad_norm": 0.5020395517349243,
35
+ "learning_rate": 8.333333333333334e-06,
36
+ "loss": 3.645,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 0.4153686396677051,
41
+ "grad_norm": 0.8230155110359192,
42
+ "learning_rate": 1.0416666666666668e-05,
43
+ "loss": 3.5682,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 0.4984423676012461,
48
+ "grad_norm": 1.3333394527435303,
49
+ "learning_rate": 1.25e-05,
50
+ "loss": 3.5155,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 0.5815160955347871,
55
+ "grad_norm": 0.7118450999259949,
56
+ "learning_rate": 1.4583333333333335e-05,
57
+ "loss": 3.4724,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 0.6645898234683282,
62
+ "grad_norm": 1.0282073020935059,
63
+ "learning_rate": 1.6666666666666667e-05,
64
+ "loss": 3.4205,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 0.7476635514018691,
69
+ "grad_norm": 1.0468826293945312,
70
+ "learning_rate": 1.8750000000000002e-05,
71
+ "loss": 3.3295,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 0.8307372793354102,
76
+ "grad_norm": 0.8730693459510803,
77
+ "learning_rate": 2.0833333333333336e-05,
78
+ "loss": 3.0831,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 0.9138110072689511,
83
+ "grad_norm": 0.9377574324607849,
84
+ "learning_rate": 2.2916666666666667e-05,
85
+ "loss": 2.8412,
86
+ "step": 55
87
+ },
88
+ {
89
+ "epoch": 0.9968847352024922,
90
+ "grad_norm": 1.0129190683364868,
91
+ "learning_rate": 2.5e-05,
92
+ "loss": 2.3229,
93
+ "step": 60
94
+ },
95
+ {
96
+ "epoch": 1.066458982346833,
97
+ "grad_norm": 0.8808080554008484,
98
+ "learning_rate": 2.7083333333333332e-05,
99
+ "loss": 2.0489,
100
+ "step": 65
101
+ },
102
+ {
103
+ "epoch": 1.1495327102803738,
104
+ "grad_norm": 0.8092290759086609,
105
+ "learning_rate": 2.916666666666667e-05,
106
+ "loss": 1.9307,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 1.2326064382139148,
111
+ "grad_norm": 0.8002105951309204,
112
+ "learning_rate": 3.125e-05,
113
+ "loss": 1.7402,
114
+ "step": 75
115
+ },
116
+ {
117
+ "epoch": 1.3156801661474558,
118
+ "grad_norm": 0.8581973314285278,
119
+ "learning_rate": 3.3333333333333335e-05,
120
+ "loss": 1.6696,
121
+ "step": 80
122
+ },
123
+ {
124
+ "epoch": 1.398753894080997,
125
+ "grad_norm": 0.7443532347679138,
126
+ "learning_rate": 3.541666666666667e-05,
127
+ "loss": 1.5175,
128
+ "step": 85
129
+ },
130
+ {
131
+ "epoch": 1.4818276220145379,
132
+ "grad_norm": 0.9584633708000183,
133
+ "learning_rate": 3.7500000000000003e-05,
134
+ "loss": 1.3968,
135
+ "step": 90
136
+ },
137
+ {
138
+ "epoch": 1.5649013499480788,
139
+ "grad_norm": 0.8683136105537415,
140
+ "learning_rate": 3.958333333333333e-05,
141
+ "loss": 1.299,
142
+ "step": 95
143
+ },
144
+ {
145
+ "epoch": 1.64797507788162,
146
+ "grad_norm": 0.7825261950492859,
147
+ "learning_rate": 4.166666666666667e-05,
148
+ "loss": 1.1271,
149
+ "step": 100
150
+ },
151
+ {
152
+ "epoch": 1.731048805815161,
153
+ "grad_norm": 0.654670000076294,
154
+ "learning_rate": 4.375e-05,
155
+ "loss": 1.14,
156
+ "step": 105
157
+ },
158
+ {
159
+ "epoch": 1.814122533748702,
160
+ "grad_norm": 0.7511588335037231,
161
+ "learning_rate": 4.5833333333333334e-05,
162
+ "loss": 1.1614,
163
+ "step": 110
164
+ },
165
+ {
166
+ "epoch": 1.897196261682243,
167
+ "grad_norm": 0.6596113443374634,
168
+ "learning_rate": 4.791666666666667e-05,
169
+ "loss": 1.0587,
170
+ "step": 115
171
+ },
172
+ {
173
+ "epoch": 1.980269989615784,
174
+ "grad_norm": 0.7166474461555481,
175
+ "learning_rate": 5e-05,
176
+ "loss": 1.0169,
177
+ "step": 120
178
+ },
179
+ {
180
+ "epoch": 2.0498442367601246,
181
+ "grad_norm": 0.6620935797691345,
182
+ "learning_rate": 4.999735579817769e-05,
183
+ "loss": 0.985,
184
+ "step": 125
185
+ },
186
+ {
187
+ "epoch": 2.132917964693666,
188
+ "grad_norm": 0.7846258878707886,
189
+ "learning_rate": 4.998942375205502e-05,
190
+ "loss": 0.9594,
191
+ "step": 130
192
+ },
193
+ {
194
+ "epoch": 2.2159916926272065,
195
+ "grad_norm": 0.652454137802124,
196
+ "learning_rate": 4.997620553954645e-05,
197
+ "loss": 0.9322,
198
+ "step": 135
199
+ },
200
+ {
201
+ "epoch": 2.2990654205607477,
202
+ "grad_norm": 0.7020059823989868,
203
+ "learning_rate": 4.995770395678171e-05,
204
+ "loss": 0.9242,
205
+ "step": 140
206
+ },
207
+ {
208
+ "epoch": 2.382139148494289,
209
+ "grad_norm": 0.8148695826530457,
210
+ "learning_rate": 4.993392291751431e-05,
211
+ "loss": 0.8394,
212
+ "step": 145
213
+ },
214
+ {
215
+ "epoch": 2.4652128764278296,
216
+ "grad_norm": 0.8813133835792542,
217
+ "learning_rate": 4.990486745229364e-05,
218
+ "loss": 0.992,
219
+ "step": 150
220
+ },
221
+ {
222
+ "epoch": 2.5482866043613708,
223
+ "grad_norm": 0.7893730401992798,
224
+ "learning_rate": 4.987054370740083e-05,
225
+ "loss": 0.899,
226
+ "step": 155
227
+ },
228
+ {
229
+ "epoch": 2.6313603322949115,
230
+ "grad_norm": 0.7719221711158752,
231
+ "learning_rate": 4.983095894354858e-05,
232
+ "loss": 0.9416,
233
+ "step": 160
234
+ },
235
+ {
236
+ "epoch": 2.7144340602284527,
237
+ "grad_norm": 0.8439667820930481,
238
+ "learning_rate": 4.9786121534345265e-05,
239
+ "loss": 0.8401,
240
+ "step": 165
241
+ },
242
+ {
243
+ "epoch": 2.797507788161994,
244
+ "grad_norm": 0.833251953125,
245
+ "learning_rate": 4.973604096452361e-05,
246
+ "loss": 0.817,
247
+ "step": 170
248
+ },
249
+ {
250
+ "epoch": 2.8805815160955346,
251
+ "grad_norm": 0.7526916265487671,
252
+ "learning_rate": 4.9680727827934354e-05,
253
+ "loss": 0.8191,
254
+ "step": 175
255
+ },
256
+ {
257
+ "epoch": 2.9636552440290758,
258
+ "grad_norm": 1.0640058517456055,
259
+ "learning_rate": 4.962019382530521e-05,
260
+ "loss": 0.8607,
261
+ "step": 180
262
+ },
263
+ {
264
+ "epoch": 3.0332294911734166,
265
+ "grad_norm": 0.784114420413971,
266
+ "learning_rate": 4.9554451761765766e-05,
267
+ "loss": 0.761,
268
+ "step": 185
269
+ },
270
+ {
271
+ "epoch": 3.1163032191069573,
272
+ "grad_norm": 0.9396352767944336,
273
+ "learning_rate": 4.948351554413879e-05,
274
+ "loss": 0.6821,
275
+ "step": 190
276
+ },
277
+ {
278
+ "epoch": 3.1993769470404985,
279
+ "grad_norm": 0.9770582914352417,
280
+ "learning_rate": 4.940740017799833e-05,
281
+ "loss": 0.742,
282
+ "step": 195
283
+ },
284
+ {
285
+ "epoch": 3.2824506749740396,
286
+ "grad_norm": 0.8752853870391846,
287
+ "learning_rate": 4.9326121764495596e-05,
288
+ "loss": 0.69,
289
+ "step": 200
290
+ },
291
+ {
292
+ "epoch": 3.3655244029075804,
293
+ "grad_norm": 0.8496589064598083,
294
+ "learning_rate": 4.92396974969529e-05,
295
+ "loss": 0.769,
296
+ "step": 205
297
+ },
298
+ {
299
+ "epoch": 3.4485981308411215,
300
+ "grad_norm": 0.8192639350891113,
301
+ "learning_rate": 4.914814565722671e-05,
302
+ "loss": 0.7298,
303
+ "step": 210
304
+ },
305
+ {
306
+ "epoch": 3.5316718587746623,
307
+ "grad_norm": 1.00070059299469,
308
+ "learning_rate": 4.905148561184033e-05,
309
+ "loss": 0.7815,
310
+ "step": 215
311
+ },
312
+ {
313
+ "epoch": 3.6147455867082035,
314
+ "grad_norm": 1.1614112854003906,
315
+ "learning_rate": 4.894973780788722e-05,
316
+ "loss": 0.7975,
317
+ "step": 220
318
+ },
319
+ {
320
+ "epoch": 3.6978193146417446,
321
+ "grad_norm": 1.014397382736206,
322
+ "learning_rate": 4.884292376870567e-05,
323
+ "loss": 0.696,
324
+ "step": 225
325
+ },
326
+ {
327
+ "epoch": 3.7808930425752854,
328
+ "grad_norm": 0.9468530416488647,
329
+ "learning_rate": 4.873106608932585e-05,
330
+ "loss": 0.7194,
331
+ "step": 230
332
+ },
333
+ {
334
+ "epoch": 3.8639667705088265,
335
+ "grad_norm": 1.2201341390609741,
336
+ "learning_rate": 4.8614188431690125e-05,
337
+ "loss": 0.7795,
338
+ "step": 235
339
+ },
340
+ {
341
+ "epoch": 3.9470404984423677,
342
+ "grad_norm": 0.9476346373558044,
343
+ "learning_rate": 4.849231551964771e-05,
344
+ "loss": 0.7202,
345
+ "step": 240
346
+ },
347
+ {
348
+ "epoch": 4.0166147455867085,
349
+ "grad_norm": 0.9945451021194458,
350
+ "learning_rate": 4.836547313372471e-05,
351
+ "loss": 0.6931,
352
+ "step": 245
353
+ },
354
+ {
355
+ "epoch": 4.099688473520249,
356
+ "grad_norm": 1.1113696098327637,
357
+ "learning_rate": 4.823368810567056e-05,
358
+ "loss": 0.6557,
359
+ "step": 250
360
+ },
361
+ {
362
+ "epoch": 4.18276220145379,
363
+ "grad_norm": 1.3515146970748901,
364
+ "learning_rate": 4.8096988312782174e-05,
365
+ "loss": 0.6295,
366
+ "step": 255
367
+ },
368
+ {
369
+ "epoch": 4.265835929387332,
370
+ "grad_norm": 1.375272274017334,
371
+ "learning_rate": 4.7955402672006854e-05,
372
+ "loss": 0.6423,
373
+ "step": 260
374
+ },
375
+ {
376
+ "epoch": 4.348909657320872,
377
+ "grad_norm": 1.1683202981948853,
378
+ "learning_rate": 4.780896113382536e-05,
379
+ "loss": 0.6167,
380
+ "step": 265
381
+ },
382
+ {
383
+ "epoch": 4.431983385254413,
384
+ "grad_norm": 1.2091785669326782,
385
+ "learning_rate": 4.765769467591625e-05,
386
+ "loss": 0.6373,
387
+ "step": 270
388
+ },
389
+ {
390
+ "epoch": 4.515057113187955,
391
+ "grad_norm": 1.3007235527038574,
392
+ "learning_rate": 4.750163529660303e-05,
393
+ "loss": 0.5941,
394
+ "step": 275
395
+ },
396
+ {
397
+ "epoch": 4.598130841121495,
398
+ "grad_norm": 1.2785530090332031,
399
+ "learning_rate": 4.734081600808531e-05,
400
+ "loss": 0.6384,
401
+ "step": 280
402
+ },
403
+ {
404
+ "epoch": 4.681204569055036,
405
+ "grad_norm": 1.2808083295822144,
406
+ "learning_rate": 4.717527082945554e-05,
407
+ "loss": 0.6592,
408
+ "step": 285
409
+ },
410
+ {
411
+ "epoch": 4.764278296988578,
412
+ "grad_norm": 1.1978651285171509,
413
+ "learning_rate": 4.700503477950278e-05,
414
+ "loss": 0.6285,
415
+ "step": 290
416
+ },
417
+ {
418
+ "epoch": 4.8473520249221185,
419
+ "grad_norm": 1.3983532190322876,
420
+ "learning_rate": 4.68301438693049e-05,
421
+ "loss": 0.5941,
422
+ "step": 295
423
+ },
424
+ {
425
+ "epoch": 4.930425752855659,
426
+ "grad_norm": 1.286287784576416,
427
+ "learning_rate": 4.665063509461097e-05,
428
+ "loss": 0.5652,
429
+ "step": 300
430
+ },
431
+ {
432
+ "epoch": 5.0,
433
+ "grad_norm": 3.1714959144592285,
434
+ "learning_rate": 4.6466546428015336e-05,
435
+ "loss": 0.5657,
436
+ "step": 305
437
+ },
438
+ {
439
+ "epoch": 5.083073727933541,
440
+ "grad_norm": 1.0886554718017578,
441
+ "learning_rate": 4.627791681092499e-05,
442
+ "loss": 0.4776,
443
+ "step": 310
444
+ },
445
+ {
446
+ "epoch": 5.166147455867082,
447
+ "grad_norm": 1.3735958337783813,
448
+ "learning_rate": 4.608478614532215e-05,
449
+ "loss": 0.5114,
450
+ "step": 315
451
+ },
452
+ {
453
+ "epoch": 5.249221183800623,
454
+ "grad_norm": 1.5809016227722168,
455
+ "learning_rate": 4.588719528532342e-05,
456
+ "loss": 0.5537,
457
+ "step": 320
458
+ },
459
+ {
460
+ "epoch": 5.332294911734164,
461
+ "grad_norm": 1.401424765586853,
462
+ "learning_rate": 4.568518602853776e-05,
463
+ "loss": 0.5299,
464
+ "step": 325
465
+ },
466
+ {
467
+ "epoch": 5.415368639667705,
468
+ "grad_norm": 1.467054009437561,
469
+ "learning_rate": 4.54788011072248e-05,
470
+ "loss": 0.5236,
471
+ "step": 330
472
+ },
473
+ {
474
+ "epoch": 5.498442367601246,
475
+ "grad_norm": 1.253794550895691,
476
+ "learning_rate": 4.526808417925531e-05,
477
+ "loss": 0.5632,
478
+ "step": 335
479
+ },
480
+ {
481
+ "epoch": 5.581516095534787,
482
+ "grad_norm": 1.4579623937606812,
483
+ "learning_rate": 4.50530798188761e-05,
484
+ "loss": 0.5556,
485
+ "step": 340
486
+ },
487
+ {
488
+ "epoch": 5.6645898234683285,
489
+ "grad_norm": 1.171007513999939,
490
+ "learning_rate": 4.4833833507280884e-05,
491
+ "loss": 0.4934,
492
+ "step": 345
493
+ },
494
+ {
495
+ "epoch": 5.747663551401869,
496
+ "grad_norm": 1.4656859636306763,
497
+ "learning_rate": 4.4610391622989396e-05,
498
+ "loss": 0.5697,
499
+ "step": 350
500
+ },
501
+ {
502
+ "epoch": 5.83073727933541,
503
+ "grad_norm": 1.4671518802642822,
504
+ "learning_rate": 4.438280143203665e-05,
505
+ "loss": 0.5289,
506
+ "step": 355
507
+ },
508
+ {
509
+ "epoch": 5.913811007268951,
510
+ "grad_norm": 1.4010504484176636,
511
+ "learning_rate": 4.415111107797445e-05,
512
+ "loss": 0.5205,
513
+ "step": 360
514
+ }
515
+ ],
516
+ "logging_steps": 5,
517
+ "max_steps": 1200,
518
+ "num_input_tokens_seen": 0,
519
+ "num_train_epochs": 20,
520
+ "save_steps": 60,
521
+ "stateful_callbacks": {
522
+ "TrainerControl": {
523
+ "args": {
524
+ "should_epoch_stop": false,
525
+ "should_evaluate": false,
526
+ "should_log": false,
527
+ "should_save": true,
528
+ "should_training_stop": false
529
+ },
530
+ "attributes": {}
531
+ }
532
+ },
533
+ "total_flos": 1.55508799438848e+16,
534
+ "train_batch_size": 1,
535
+ "trial_name": null,
536
+ "trial_params": null
537
+ }
checkpoint-360/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:508d90851f4db1439298132930380474391f2e78406a216cc2d4a2ac7b8a691d
3
+ size 5624
checkpoint-420/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-420/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-540/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d338e8c50bedd17cce5e4eb20522109aaff1ade960d2c72bddac80cd74f16905
3
+ size 1064
checkpoint-540/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-60/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
+ }