phxdev commited on
Commit
390a873
·
verified ·
1 Parent(s): eecbe08

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +5 -0
  2. README.md +129 -0
  3. adapter_config.json +37 -0
  4. adapter_model.safetensors +3 -0
  5. added_tokens.json +24 -0
  6. checkpoint-106/README.md +202 -0
  7. checkpoint-106/adapter_config.json +37 -0
  8. checkpoint-106/adapter_model.safetensors +3 -0
  9. checkpoint-106/added_tokens.json +24 -0
  10. checkpoint-106/merges.txt +0 -0
  11. checkpoint-106/optimizer.pt +3 -0
  12. checkpoint-106/rng_state.pth +3 -0
  13. checkpoint-106/scheduler.pt +3 -0
  14. checkpoint-106/special_tokens_map.json +31 -0
  15. checkpoint-106/tokenizer.json +3 -0
  16. checkpoint-106/tokenizer_config.json +208 -0
  17. checkpoint-106/trainer_state.json +775 -0
  18. checkpoint-106/training_args.bin +3 -0
  19. checkpoint-106/vocab.json +0 -0
  20. checkpoint-159/README.md +202 -0
  21. checkpoint-159/adapter_config.json +37 -0
  22. checkpoint-159/adapter_model.safetensors +3 -0
  23. checkpoint-159/added_tokens.json +24 -0
  24. checkpoint-159/merges.txt +0 -0
  25. checkpoint-159/optimizer.pt +3 -0
  26. checkpoint-159/rng_state.pth +3 -0
  27. checkpoint-159/scheduler.pt +3 -0
  28. checkpoint-159/special_tokens_map.json +31 -0
  29. checkpoint-159/tokenizer.json +3 -0
  30. checkpoint-159/tokenizer_config.json +208 -0
  31. checkpoint-159/trainer_state.json +1146 -0
  32. checkpoint-159/training_args.bin +3 -0
  33. checkpoint-159/vocab.json +0 -0
  34. checkpoint-212/README.md +202 -0
  35. checkpoint-212/adapter_config.json +37 -0
  36. checkpoint-212/adapter_model.safetensors +3 -0
  37. checkpoint-212/added_tokens.json +24 -0
  38. checkpoint-212/merges.txt +0 -0
  39. checkpoint-212/optimizer.pt +3 -0
  40. checkpoint-212/rng_state.pth +3 -0
  41. checkpoint-212/scheduler.pt +3 -0
  42. checkpoint-212/special_tokens_map.json +31 -0
  43. checkpoint-212/tokenizer.json +3 -0
  44. checkpoint-212/tokenizer_config.json +208 -0
  45. checkpoint-212/trainer_state.json +1517 -0
  46. checkpoint-212/training_args.bin +3 -0
  47. checkpoint-212/vocab.json +0 -0
  48. checkpoint-265/README.md +202 -0
  49. checkpoint-265/adapter_config.json +37 -0
  50. checkpoint-265/adapter_model.safetensors +3 -0
.gitattributes CHANGED
@@ -33,3 +33,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ checkpoint-106/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ checkpoint-159/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
+ checkpoint-212/tokenizer.json filter=lfs diff=lfs merge=lfs -text
39
+ checkpoint-265/tokenizer.json filter=lfs diff=lfs merge=lfs -text
40
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: Qwen/Qwen2.5-7B
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - phxdev/creed
9
+ model-index:
10
+ - name: outputs/mymodel
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
+ [<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
18
+ <details><summary>See axolotl config</summary>
19
+
20
+ axolotl version: `0.8.0.dev0`
21
+ ```yaml
22
+ adapter: lora
23
+ base_model: Qwen/Qwen2.5-7B
24
+ bf16: auto
25
+ dataset_processes: 32
26
+ datasets:
27
+ - type: completion
28
+ field: text
29
+ path: phxdev/creed
30
+ trust_remote_code: false
31
+ gradient_accumulation_steps: 1
32
+ gradient_checkpointing: false
33
+ learning_rate: 0.0002
34
+ lisa_layers_attribute: model.layers
35
+ load_best_model_at_end: false
36
+ load_in_4bit: false
37
+ load_in_8bit: true
38
+ lora_alpha: 16
39
+ lora_dropout: 0.05
40
+ lora_r: 8
41
+ lora_target_modules:
42
+ - q_proj
43
+ - v_proj
44
+ - k_proj
45
+ - o_proj
46
+ - gate_proj
47
+ - down_proj
48
+ - up_proj
49
+ loraplus_lr_embedding: 1.0e-06
50
+ lr_scheduler: cosine
51
+ max_prompt_len: 512
52
+ mean_resizing_embeddings: false
53
+ micro_batch_size: 16
54
+ num_epochs: 5
55
+ optimizer: adamw_bnb_8bit
56
+ output_dir: ./outputs/mymodel
57
+ pretrain_multipack_attn: true
58
+ pretrain_multipack_buffer_size: 10000
59
+ qlora_sharded_model_loading: false
60
+ ray_num_workers: 1
61
+ resources_per_worker:
62
+ GPU: 1
63
+ sample_packing_bin_size: 200
64
+ sample_packing_group_size: 100000
65
+ save_only_model: false
66
+ save_safetensors: true
67
+ sequence_len: 4096
68
+ shuffle_merged_datasets: true
69
+ skip_prepare_dataset: false
70
+ strict: false
71
+ train_on_inputs: false
72
+ trl:
73
+ log_completions: false
74
+ ref_model_mixup_alpha: 0.9
75
+ ref_model_sync_steps: 64
76
+ sync_ref_model: false
77
+ use_vllm: false
78
+ vllm_device: auto
79
+ vllm_dtype: auto
80
+ vllm_gpu_memory_utilization: 0.9
81
+ use_ray: false
82
+ val_set_size: 0.0
83
+ weight_decay: 0.0
84
+
85
+ ```
86
+
87
+ </details><br>
88
+
89
+ # outputs/mymodel
90
+
91
+ This model is a fine-tuned version of [Qwen/Qwen2.5-7B](https://huggingface.co/Qwen/Qwen2.5-7B) on the phxdev/creed dataset.
92
+
93
+ ## Model description
94
+
95
+ More information needed
96
+
97
+ ## Intended uses & limitations
98
+
99
+ More information needed
100
+
101
+ ## Training and evaluation data
102
+
103
+ More information needed
104
+
105
+ ## Training procedure
106
+
107
+ ### Training hyperparameters
108
+
109
+ The following hyperparameters were used during training:
110
+ - learning_rate: 0.0002
111
+ - train_batch_size: 16
112
+ - eval_batch_size: 16
113
+ - seed: 42
114
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
115
+ - lr_scheduler_type: cosine
116
+ - lr_scheduler_warmup_steps: 7
117
+ - num_epochs: 5.0
118
+
119
+ ### Training results
120
+
121
+
122
+
123
+ ### Framework versions
124
+
125
+ - PEFT 0.14.0
126
+ - Transformers 4.49.0
127
+ - Pytorch 2.5.1+cu124
128
+ - Datasets 3.2.0
129
+ - Tokenizers 0.21.0
adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-7B",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": null,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 16,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.05,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 8,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "up_proj",
27
+ "down_proj",
28
+ "q_proj",
29
+ "k_proj",
30
+ "gate_proj",
31
+ "v_proj",
32
+ "o_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "use_dora": false,
36
+ "use_rslora": false
37
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1626c27c148d75be565ca192cd6f82889d748d4dba5ef6c4270fbfb973ff4c6
3
+ size 80792096
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-106/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B
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.14.0
checkpoint-106/adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-7B",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": null,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 16,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.05,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 8,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "up_proj",
27
+ "down_proj",
28
+ "q_proj",
29
+ "k_proj",
30
+ "gate_proj",
31
+ "v_proj",
32
+ "o_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "use_dora": false,
36
+ "use_rslora": false
37
+ }
checkpoint-106/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abb627811b0867687ca96b9ee6019d6bc8d352c039f08ed0e4680b6cb3ab50bf
3
+ size 80792096
checkpoint-106/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-106/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-106/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98181ebd7e4fc883cf115e191d9028695fd73292d19262b8118ab721774615f5
3
+ size 41459700
checkpoint-106/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4f1682767c2e35493d17fd3ddb3719d19646ca6c3ae729476831278904425f7
3
+ size 14244
checkpoint-106/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfed095f3456264cfa69050e98b10faaf4fe38374b7dfca4afe2bc9b2d06571f
3
+ size 1064
checkpoint-106/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": "<|endoftext|>",
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-106/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
checkpoint-106/tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- '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 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": "<|endoftext|>",
201
+ "errors": "replace",
202
+ "extra_special_tokens": {},
203
+ "model_max_length": 131072,
204
+ "pad_token": "<|endoftext|>",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
checkpoint-106/trainer_state.json ADDED
@@ -0,0 +1,775 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 106,
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.018867924528301886,
13
+ "grad_norm": 1.115654468536377,
14
+ "learning_rate": 2.857142857142857e-05,
15
+ "loss": 4.156,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.03773584905660377,
20
+ "grad_norm": 0.9932883381843567,
21
+ "learning_rate": 5.714285714285714e-05,
22
+ "loss": 3.7357,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.05660377358490566,
27
+ "grad_norm": 0.8334120512008667,
28
+ "learning_rate": 8.571428571428571e-05,
29
+ "loss": 3.618,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.07547169811320754,
34
+ "grad_norm": 1.4111299514770508,
35
+ "learning_rate": 0.00011428571428571428,
36
+ "loss": 4.7022,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.09433962264150944,
41
+ "grad_norm": 1.1680220365524292,
42
+ "learning_rate": 0.00014285714285714287,
43
+ "loss": 4.2272,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.11320754716981132,
48
+ "grad_norm": 1.3442370891571045,
49
+ "learning_rate": 0.00017142857142857143,
50
+ "loss": 3.7404,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.1320754716981132,
55
+ "grad_norm": 1.1529392004013062,
56
+ "learning_rate": 0.0002,
57
+ "loss": 3.4162,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.1509433962264151,
62
+ "grad_norm": 1.2701945304870605,
63
+ "learning_rate": 0.00019999258647132646,
64
+ "loss": 3.1241,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 0.16981132075471697,
69
+ "grad_norm": 1.121218204498291,
70
+ "learning_rate": 0.00019997034698451395,
71
+ "loss": 2.9459,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 0.18867924528301888,
76
+ "grad_norm": 1.7760863304138184,
77
+ "learning_rate": 0.00019993328483702393,
78
+ "loss": 3.5142,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 0.20754716981132076,
83
+ "grad_norm": 1.8232007026672363,
84
+ "learning_rate": 0.0001998814055240823,
85
+ "loss": 3.4311,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 0.22641509433962265,
90
+ "grad_norm": 1.6853322982788086,
91
+ "learning_rate": 0.00019981471673786452,
92
+ "loss": 3.3544,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 0.24528301886792453,
97
+ "grad_norm": 2.0504536628723145,
98
+ "learning_rate": 0.00019973322836635518,
99
+ "loss": 3.2197,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 0.2641509433962264,
104
+ "grad_norm": 1.896530270576477,
105
+ "learning_rate": 0.00019963695249188183,
106
+ "loss": 2.8467,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 0.2830188679245283,
111
+ "grad_norm": 2.1596853733062744,
112
+ "learning_rate": 0.00019952590338932356,
113
+ "loss": 2.7842,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 0.3018867924528302,
118
+ "grad_norm": 1.9467144012451172,
119
+ "learning_rate": 0.0001994000975239946,
120
+ "loss": 2.899,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 0.32075471698113206,
125
+ "grad_norm": 1.5376367568969727,
126
+ "learning_rate": 0.00019925955354920265,
127
+ "loss": 2.6298,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 0.33962264150943394,
132
+ "grad_norm": 1.997107982635498,
133
+ "learning_rate": 0.00019910429230348347,
134
+ "loss": 2.6655,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 0.3584905660377358,
139
+ "grad_norm": 1.7822234630584717,
140
+ "learning_rate": 0.00019893433680751103,
141
+ "loss": 2.5176,
142
+ "step": 19
143
+ },
144
+ {
145
+ "epoch": 0.37735849056603776,
146
+ "grad_norm": 1.6853346824645996,
147
+ "learning_rate": 0.00019874971226068415,
148
+ "loss": 2.5518,
149
+ "step": 20
150
+ },
151
+ {
152
+ "epoch": 0.39622641509433965,
153
+ "grad_norm": 1.7381702661514282,
154
+ "learning_rate": 0.0001985504460373903,
155
+ "loss": 2.4681,
156
+ "step": 21
157
+ },
158
+ {
159
+ "epoch": 0.41509433962264153,
160
+ "grad_norm": 2.258498191833496,
161
+ "learning_rate": 0.00019833656768294662,
162
+ "loss": 2.519,
163
+ "step": 22
164
+ },
165
+ {
166
+ "epoch": 0.4339622641509434,
167
+ "grad_norm": 2.1127548217773438,
168
+ "learning_rate": 0.00019810810890921943,
169
+ "loss": 2.3028,
170
+ "step": 23
171
+ },
172
+ {
173
+ "epoch": 0.4528301886792453,
174
+ "grad_norm": 2.1267170906066895,
175
+ "learning_rate": 0.00019786510358992213,
176
+ "loss": 2.6239,
177
+ "step": 24
178
+ },
179
+ {
180
+ "epoch": 0.4716981132075472,
181
+ "grad_norm": 2.239455223083496,
182
+ "learning_rate": 0.00019760758775559274,
183
+ "loss": 2.5443,
184
+ "step": 25
185
+ },
186
+ {
187
+ "epoch": 0.49056603773584906,
188
+ "grad_norm": 2.42448353767395,
189
+ "learning_rate": 0.00019733559958825167,
190
+ "loss": 2.3706,
191
+ "step": 26
192
+ },
193
+ {
194
+ "epoch": 0.5094339622641509,
195
+ "grad_norm": 7.652919769287109,
196
+ "learning_rate": 0.00019704917941574051,
197
+ "loss": 2.3151,
198
+ "step": 27
199
+ },
200
+ {
201
+ "epoch": 0.5283018867924528,
202
+ "grad_norm": 2.243516683578491,
203
+ "learning_rate": 0.00019674836970574254,
204
+ "loss": 2.3693,
205
+ "step": 28
206
+ },
207
+ {
208
+ "epoch": 0.5471698113207547,
209
+ "grad_norm": 1.7010178565979004,
210
+ "learning_rate": 0.00019643321505948585,
211
+ "loss": 2.3783,
212
+ "step": 29
213
+ },
214
+ {
215
+ "epoch": 0.5660377358490566,
216
+ "grad_norm": 2.033024311065674,
217
+ "learning_rate": 0.00019610376220513068,
218
+ "loss": 2.2247,
219
+ "step": 30
220
+ },
221
+ {
222
+ "epoch": 0.5849056603773585,
223
+ "grad_norm": 2.2775955200195312,
224
+ "learning_rate": 0.0001957600599908406,
225
+ "loss": 2.3057,
226
+ "step": 31
227
+ },
228
+ {
229
+ "epoch": 0.6037735849056604,
230
+ "grad_norm": 1.7552495002746582,
231
+ "learning_rate": 0.00019540215937754007,
232
+ "loss": 2.4025,
233
+ "step": 32
234
+ },
235
+ {
236
+ "epoch": 0.6226415094339622,
237
+ "grad_norm": 2.3164401054382324,
238
+ "learning_rate": 0.00019503011343135825,
239
+ "loss": 2.5287,
240
+ "step": 33
241
+ },
242
+ {
243
+ "epoch": 0.6415094339622641,
244
+ "grad_norm": 1.6297874450683594,
245
+ "learning_rate": 0.00019464397731576094,
246
+ "loss": 2.3998,
247
+ "step": 34
248
+ },
249
+ {
250
+ "epoch": 0.660377358490566,
251
+ "grad_norm": 2.4134299755096436,
252
+ "learning_rate": 0.00019424380828337144,
253
+ "loss": 2.7639,
254
+ "step": 35
255
+ },
256
+ {
257
+ "epoch": 0.6792452830188679,
258
+ "grad_norm": 2.0522265434265137,
259
+ "learning_rate": 0.00019382966566748168,
260
+ "loss": 2.3176,
261
+ "step": 36
262
+ },
263
+ {
264
+ "epoch": 0.6981132075471698,
265
+ "grad_norm": 1.6699758768081665,
266
+ "learning_rate": 0.0001934016108732548,
267
+ "loss": 2.22,
268
+ "step": 37
269
+ },
270
+ {
271
+ "epoch": 0.7169811320754716,
272
+ "grad_norm": 2.503006935119629,
273
+ "learning_rate": 0.00019295970736862064,
274
+ "loss": 2.2503,
275
+ "step": 38
276
+ },
277
+ {
278
+ "epoch": 0.7358490566037735,
279
+ "grad_norm": 1.6840308904647827,
280
+ "learning_rate": 0.00019250402067486522,
281
+ "loss": 2.1508,
282
+ "step": 39
283
+ },
284
+ {
285
+ "epoch": 0.7547169811320755,
286
+ "grad_norm": 1.8616701364517212,
287
+ "learning_rate": 0.00019203461835691594,
288
+ "loss": 2.139,
289
+ "step": 40
290
+ },
291
+ {
292
+ "epoch": 0.7735849056603774,
293
+ "grad_norm": 2.4246277809143066,
294
+ "learning_rate": 0.00019155157001332374,
295
+ "loss": 2.1372,
296
+ "step": 41
297
+ },
298
+ {
299
+ "epoch": 0.7924528301886793,
300
+ "grad_norm": 1.6494338512420654,
301
+ "learning_rate": 0.00019105494726594344,
302
+ "loss": 2.2013,
303
+ "step": 42
304
+ },
305
+ {
306
+ "epoch": 0.8113207547169812,
307
+ "grad_norm": 1.6298986673355103,
308
+ "learning_rate": 0.00019054482374931467,
309
+ "loss": 2.1511,
310
+ "step": 43
311
+ },
312
+ {
313
+ "epoch": 0.8301886792452831,
314
+ "grad_norm": 1.7853538990020752,
315
+ "learning_rate": 0.00019002127509974376,
316
+ "loss": 2.0782,
317
+ "step": 44
318
+ },
319
+ {
320
+ "epoch": 0.8490566037735849,
321
+ "grad_norm": 2.286972761154175,
322
+ "learning_rate": 0.00018948437894408918,
323
+ "loss": 1.9976,
324
+ "step": 45
325
+ },
326
+ {
327
+ "epoch": 0.8679245283018868,
328
+ "grad_norm": 2.409770965576172,
329
+ "learning_rate": 0.0001889342148882519,
330
+ "loss": 2.0205,
331
+ "step": 46
332
+ },
333
+ {
334
+ "epoch": 0.8867924528301887,
335
+ "grad_norm": 1.7730302810668945,
336
+ "learning_rate": 0.00018837086450537193,
337
+ "loss": 2.2549,
338
+ "step": 47
339
+ },
340
+ {
341
+ "epoch": 0.9056603773584906,
342
+ "grad_norm": 1.6488885879516602,
343
+ "learning_rate": 0.00018779441132373362,
344
+ "loss": 2.1286,
345
+ "step": 48
346
+ },
347
+ {
348
+ "epoch": 0.9245283018867925,
349
+ "grad_norm": 2.2842915058135986,
350
+ "learning_rate": 0.00018720494081438078,
351
+ "loss": 2.3106,
352
+ "step": 49
353
+ },
354
+ {
355
+ "epoch": 0.9433962264150944,
356
+ "grad_norm": 1.8777570724487305,
357
+ "learning_rate": 0.00018660254037844388,
358
+ "loss": 2.0654,
359
+ "step": 50
360
+ },
361
+ {
362
+ "epoch": 0.9622641509433962,
363
+ "grad_norm": 1.8540980815887451,
364
+ "learning_rate": 0.000185987299334181,
365
+ "loss": 2.0328,
366
+ "step": 51
367
+ },
368
+ {
369
+ "epoch": 0.9811320754716981,
370
+ "grad_norm": 1.8285068273544312,
371
+ "learning_rate": 0.00018535930890373466,
372
+ "loss": 2.2068,
373
+ "step": 52
374
+ },
375
+ {
376
+ "epoch": 1.0,
377
+ "grad_norm": 4.4762396812438965,
378
+ "learning_rate": 0.00018471866219960602,
379
+ "loss": 1.9356,
380
+ "step": 53
381
+ },
382
+ {
383
+ "epoch": 1.0188679245283019,
384
+ "grad_norm": 2.077688455581665,
385
+ "learning_rate": 0.0001840654542108494,
386
+ "loss": 1.6721,
387
+ "step": 54
388
+ },
389
+ {
390
+ "epoch": 1.0377358490566038,
391
+ "grad_norm": 1.9822959899902344,
392
+ "learning_rate": 0.0001833997817889878,
393
+ "loss": 1.7122,
394
+ "step": 55
395
+ },
396
+ {
397
+ "epoch": 1.0566037735849056,
398
+ "grad_norm": 1.534433126449585,
399
+ "learning_rate": 0.000182721743633653,
400
+ "loss": 1.6987,
401
+ "step": 56
402
+ },
403
+ {
404
+ "epoch": 1.0754716981132075,
405
+ "grad_norm": 1.8601195812225342,
406
+ "learning_rate": 0.0001820314402779511,
407
+ "loss": 1.8424,
408
+ "step": 57
409
+ },
410
+ {
411
+ "epoch": 1.0943396226415094,
412
+ "grad_norm": 2.4600484371185303,
413
+ "learning_rate": 0.00018132897407355657,
414
+ "loss": 1.7138,
415
+ "step": 58
416
+ },
417
+ {
418
+ "epoch": 1.1132075471698113,
419
+ "grad_norm": 2.065377712249756,
420
+ "learning_rate": 0.00018061444917553629,
421
+ "loss": 1.5979,
422
+ "step": 59
423
+ },
424
+ {
425
+ "epoch": 1.1320754716981132,
426
+ "grad_norm": 2.640429973602295,
427
+ "learning_rate": 0.00017988797152690671,
428
+ "loss": 1.7678,
429
+ "step": 60
430
+ },
431
+ {
432
+ "epoch": 1.150943396226415,
433
+ "grad_norm": 3.0183305740356445,
434
+ "learning_rate": 0.00017914964884292544,
435
+ "loss": 1.9477,
436
+ "step": 61
437
+ },
438
+ {
439
+ "epoch": 1.169811320754717,
440
+ "grad_norm": 2.360927104949951,
441
+ "learning_rate": 0.00017839959059512016,
442
+ "loss": 1.4201,
443
+ "step": 62
444
+ },
445
+ {
446
+ "epoch": 1.1886792452830188,
447
+ "grad_norm": 2.2188379764556885,
448
+ "learning_rate": 0.00017763790799505747,
449
+ "loss": 1.5198,
450
+ "step": 63
451
+ },
452
+ {
453
+ "epoch": 1.2075471698113207,
454
+ "grad_norm": 2.1047656536102295,
455
+ "learning_rate": 0.0001768647139778532,
456
+ "loss": 1.6074,
457
+ "step": 64
458
+ },
459
+ {
460
+ "epoch": 1.2264150943396226,
461
+ "grad_norm": 2.154175043106079,
462
+ "learning_rate": 0.0001760801231854278,
463
+ "loss": 1.6812,
464
+ "step": 65
465
+ },
466
+ {
467
+ "epoch": 1.2452830188679245,
468
+ "grad_norm": 3.0521650314331055,
469
+ "learning_rate": 0.00017528425194950794,
470
+ "loss": 1.4974,
471
+ "step": 66
472
+ },
473
+ {
474
+ "epoch": 1.2641509433962264,
475
+ "grad_norm": 2.580881118774414,
476
+ "learning_rate": 0.0001744772182743782,
477
+ "loss": 1.541,
478
+ "step": 67
479
+ },
480
+ {
481
+ "epoch": 1.2830188679245282,
482
+ "grad_norm": 3.367107391357422,
483
+ "learning_rate": 0.0001736591418193844,
484
+ "loss": 1.4454,
485
+ "step": 68
486
+ },
487
+ {
488
+ "epoch": 1.3018867924528301,
489
+ "grad_norm": 3.1948163509368896,
490
+ "learning_rate": 0.00017283014388119159,
491
+ "loss": 1.4197,
492
+ "step": 69
493
+ },
494
+ {
495
+ "epoch": 1.320754716981132,
496
+ "grad_norm": 3.0210657119750977,
497
+ "learning_rate": 0.0001719903473757996,
498
+ "loss": 1.5188,
499
+ "step": 70
500
+ },
501
+ {
502
+ "epoch": 1.3396226415094339,
503
+ "grad_norm": 3.215881586074829,
504
+ "learning_rate": 0.0001711398768203178,
505
+ "loss": 1.7274,
506
+ "step": 71
507
+ },
508
+ {
509
+ "epoch": 1.3584905660377358,
510
+ "grad_norm": 3.664365530014038,
511
+ "learning_rate": 0.00017027885831450318,
512
+ "loss": 1.5503,
513
+ "step": 72
514
+ },
515
+ {
516
+ "epoch": 1.3773584905660377,
517
+ "grad_norm": 3.535518169403076,
518
+ "learning_rate": 0.0001694074195220634,
519
+ "loss": 1.5357,
520
+ "step": 73
521
+ },
522
+ {
523
+ "epoch": 1.3962264150943398,
524
+ "grad_norm": 3.6230850219726562,
525
+ "learning_rate": 0.00016852568965172791,
526
+ "loss": 1.8018,
527
+ "step": 74
528
+ },
529
+ {
530
+ "epoch": 1.4150943396226414,
531
+ "grad_norm": 3.4955344200134277,
532
+ "learning_rate": 0.00016763379943809028,
533
+ "loss": 1.4862,
534
+ "step": 75
535
+ },
536
+ {
537
+ "epoch": 1.4339622641509435,
538
+ "grad_norm": 3.559926748275757,
539
+ "learning_rate": 0.00016673188112222394,
540
+ "loss": 1.6273,
541
+ "step": 76
542
+ },
543
+ {
544
+ "epoch": 1.4528301886792452,
545
+ "grad_norm": 2.655087947845459,
546
+ "learning_rate": 0.0001658200684320748,
547
+ "loss": 1.6323,
548
+ "step": 77
549
+ },
550
+ {
551
+ "epoch": 1.4716981132075473,
552
+ "grad_norm": 2.3575522899627686,
553
+ "learning_rate": 0.00016489849656263337,
554
+ "loss": 1.4034,
555
+ "step": 78
556
+ },
557
+ {
558
+ "epoch": 1.490566037735849,
559
+ "grad_norm": 3.3757848739624023,
560
+ "learning_rate": 0.00016396730215588915,
561
+ "loss": 1.4618,
562
+ "step": 79
563
+ },
564
+ {
565
+ "epoch": 1.509433962264151,
566
+ "grad_norm": 3.6009631156921387,
567
+ "learning_rate": 0.00016302662328057088,
568
+ "loss": 1.5391,
569
+ "step": 80
570
+ },
571
+ {
572
+ "epoch": 1.5283018867924527,
573
+ "grad_norm": 3.2048425674438477,
574
+ "learning_rate": 0.00016207659941167485,
575
+ "loss": 1.7071,
576
+ "step": 81
577
+ },
578
+ {
579
+ "epoch": 1.5471698113207548,
580
+ "grad_norm": 3.4440090656280518,
581
+ "learning_rate": 0.00016111737140978494,
582
+ "loss": 1.7924,
583
+ "step": 82
584
+ },
585
+ {
586
+ "epoch": 1.5660377358490565,
587
+ "grad_norm": 3.539468288421631,
588
+ "learning_rate": 0.00016014908150018703,
589
+ "loss": 1.3348,
590
+ "step": 83
591
+ },
592
+ {
593
+ "epoch": 1.5849056603773586,
594
+ "grad_norm": 4.010547161102295,
595
+ "learning_rate": 0.00015917187325178138,
596
+ "loss": 1.4573,
597
+ "step": 84
598
+ },
599
+ {
600
+ "epoch": 1.6037735849056602,
601
+ "grad_norm": 3.605386734008789,
602
+ "learning_rate": 0.0001581858915557953,
603
+ "loss": 1.5987,
604
+ "step": 85
605
+ },
606
+ {
607
+ "epoch": 1.6226415094339623,
608
+ "grad_norm": 2.3369998931884766,
609
+ "learning_rate": 0.0001571912826043003,
610
+ "loss": 1.555,
611
+ "step": 86
612
+ },
613
+ {
614
+ "epoch": 1.641509433962264,
615
+ "grad_norm": 3.1403045654296875,
616
+ "learning_rate": 0.00015618819386853606,
617
+ "loss": 1.5138,
618
+ "step": 87
619
+ },
620
+ {
621
+ "epoch": 1.6603773584905661,
622
+ "grad_norm": 3.0938310623168945,
623
+ "learning_rate": 0.0001551767740770446,
624
+ "loss": 1.444,
625
+ "step": 88
626
+ },
627
+ {
628
+ "epoch": 1.6792452830188678,
629
+ "grad_norm": 2.6411221027374268,
630
+ "learning_rate": 0.00015415717319361847,
631
+ "loss": 1.2681,
632
+ "step": 89
633
+ },
634
+ {
635
+ "epoch": 1.6981132075471699,
636
+ "grad_norm": 3.132369041442871,
637
+ "learning_rate": 0.00015312954239506533,
638
+ "loss": 1.6189,
639
+ "step": 90
640
+ },
641
+ {
642
+ "epoch": 1.7169811320754715,
643
+ "grad_norm": 2.8721351623535156,
644
+ "learning_rate": 0.00015209403404879303,
645
+ "loss": 1.351,
646
+ "step": 91
647
+ },
648
+ {
649
+ "epoch": 1.7358490566037736,
650
+ "grad_norm": 3.856358051300049,
651
+ "learning_rate": 0.0001510508016902179,
652
+ "loss": 1.5624,
653
+ "step": 92
654
+ },
655
+ {
656
+ "epoch": 1.7547169811320755,
657
+ "grad_norm": 3.9972498416900635,
658
+ "learning_rate": 0.00015000000000000001,
659
+ "loss": 1.447,
660
+ "step": 93
661
+ },
662
+ {
663
+ "epoch": 1.7735849056603774,
664
+ "grad_norm": 2.7673652172088623,
665
+ "learning_rate": 0.00014894178478110857,
666
+ "loss": 1.4526,
667
+ "step": 94
668
+ },
669
+ {
670
+ "epoch": 1.7924528301886793,
671
+ "grad_norm": 3.1705822944641113,
672
+ "learning_rate": 0.00014787631293572092,
673
+ "loss": 1.2079,
674
+ "step": 95
675
+ },
676
+ {
677
+ "epoch": 1.8113207547169812,
678
+ "grad_norm": 2.8597121238708496,
679
+ "learning_rate": 0.0001468037424419586,
680
+ "loss": 1.1173,
681
+ "step": 96
682
+ },
683
+ {
684
+ "epoch": 1.830188679245283,
685
+ "grad_norm": 2.7988481521606445,
686
+ "learning_rate": 0.00014572423233046386,
687
+ "loss": 1.5903,
688
+ "step": 97
689
+ },
690
+ {
691
+ "epoch": 1.849056603773585,
692
+ "grad_norm": 2.7639687061309814,
693
+ "learning_rate": 0.00014463794266081993,
694
+ "loss": 1.2,
695
+ "step": 98
696
+ },
697
+ {
698
+ "epoch": 1.8679245283018868,
699
+ "grad_norm": 3.7310075759887695,
700
+ "learning_rate": 0.00014354503449781912,
701
+ "loss": 1.5971,
702
+ "step": 99
703
+ },
704
+ {
705
+ "epoch": 1.8867924528301887,
706
+ "grad_norm": 3.9048783779144287,
707
+ "learning_rate": 0.00014244566988758152,
708
+ "loss": 1.4054,
709
+ "step": 100
710
+ },
711
+ {
712
+ "epoch": 1.9056603773584906,
713
+ "grad_norm": 3.424018144607544,
714
+ "learning_rate": 0.00014134001183352832,
715
+ "loss": 1.4166,
716
+ "step": 101
717
+ },
718
+ {
719
+ "epoch": 1.9245283018867925,
720
+ "grad_norm": 3.7610878944396973,
721
+ "learning_rate": 0.00014022822427221324,
722
+ "loss": 1.3645,
723
+ "step": 102
724
+ },
725
+ {
726
+ "epoch": 1.9433962264150944,
727
+ "grad_norm": 3.938345193862915,
728
+ "learning_rate": 0.0001391104720490156,
729
+ "loss": 1.2987,
730
+ "step": 103
731
+ },
732
+ {
733
+ "epoch": 1.9622641509433962,
734
+ "grad_norm": 3.1331722736358643,
735
+ "learning_rate": 0.00013798692089369855,
736
+ "loss": 1.4195,
737
+ "step": 104
738
+ },
739
+ {
740
+ "epoch": 1.9811320754716981,
741
+ "grad_norm": 3.347231388092041,
742
+ "learning_rate": 0.00013685773739583617,
743
+ "loss": 1.4004,
744
+ "step": 105
745
+ },
746
+ {
747
+ "epoch": 2.0,
748
+ "grad_norm": 7.958104610443115,
749
+ "learning_rate": 0.0001357230889801133,
750
+ "loss": 1.295,
751
+ "step": 106
752
+ }
753
+ ],
754
+ "logging_steps": 1,
755
+ "max_steps": 265,
756
+ "num_input_tokens_seen": 0,
757
+ "num_train_epochs": 5,
758
+ "save_steps": 500,
759
+ "stateful_callbacks": {
760
+ "TrainerControl": {
761
+ "args": {
762
+ "should_epoch_stop": false,
763
+ "should_evaluate": false,
764
+ "should_log": false,
765
+ "should_save": true,
766
+ "should_training_stop": false
767
+ },
768
+ "attributes": {}
769
+ }
770
+ },
771
+ "total_flos": 8778529082179584.0,
772
+ "train_batch_size": 16,
773
+ "trial_name": null,
774
+ "trial_params": null
775
+ }
checkpoint-106/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25b1f3cc06609e6c3214b2ec2bc88284bb9f2f0a116540d08a78d352d59fb1b5
3
+ size 6456
checkpoint-106/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-159/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B
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.14.0
checkpoint-159/adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-7B",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": null,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 16,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.05,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 8,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "up_proj",
27
+ "down_proj",
28
+ "q_proj",
29
+ "k_proj",
30
+ "gate_proj",
31
+ "v_proj",
32
+ "o_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "use_dora": false,
36
+ "use_rslora": false
37
+ }
checkpoint-159/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:604aae6b33aa7f0144deaa8cde4216e4512dc294bba21317dceae39a0151bcb8
3
+ size 80792096
checkpoint-159/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-159/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-159/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4038a3ce018ef1f1ee99dbb65401fb9b364e78ff27eeb604ae40a0d0b69a331b
3
+ size 41459700
checkpoint-159/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29c36074402a64ff2f9af2cd8564fc0ef569503b2de64e7e00df32d58f6e187c
3
+ size 14244
checkpoint-159/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d803b9078a7e4d1d3cfb3fce63c02055c831a94a439aa7100556ccfe69281ab3
3
+ size 1064
checkpoint-159/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": "<|endoftext|>",
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-159/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
checkpoint-159/tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- '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 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": "<|endoftext|>",
201
+ "errors": "replace",
202
+ "extra_special_tokens": {},
203
+ "model_max_length": 131072,
204
+ "pad_token": "<|endoftext|>",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
checkpoint-159/trainer_state.json ADDED
@@ -0,0 +1,1146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 159,
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.018867924528301886,
13
+ "grad_norm": 1.115654468536377,
14
+ "learning_rate": 2.857142857142857e-05,
15
+ "loss": 4.156,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.03773584905660377,
20
+ "grad_norm": 0.9932883381843567,
21
+ "learning_rate": 5.714285714285714e-05,
22
+ "loss": 3.7357,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.05660377358490566,
27
+ "grad_norm": 0.8334120512008667,
28
+ "learning_rate": 8.571428571428571e-05,
29
+ "loss": 3.618,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.07547169811320754,
34
+ "grad_norm": 1.4111299514770508,
35
+ "learning_rate": 0.00011428571428571428,
36
+ "loss": 4.7022,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.09433962264150944,
41
+ "grad_norm": 1.1680220365524292,
42
+ "learning_rate": 0.00014285714285714287,
43
+ "loss": 4.2272,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.11320754716981132,
48
+ "grad_norm": 1.3442370891571045,
49
+ "learning_rate": 0.00017142857142857143,
50
+ "loss": 3.7404,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.1320754716981132,
55
+ "grad_norm": 1.1529392004013062,
56
+ "learning_rate": 0.0002,
57
+ "loss": 3.4162,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.1509433962264151,
62
+ "grad_norm": 1.2701945304870605,
63
+ "learning_rate": 0.00019999258647132646,
64
+ "loss": 3.1241,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 0.16981132075471697,
69
+ "grad_norm": 1.121218204498291,
70
+ "learning_rate": 0.00019997034698451395,
71
+ "loss": 2.9459,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 0.18867924528301888,
76
+ "grad_norm": 1.7760863304138184,
77
+ "learning_rate": 0.00019993328483702393,
78
+ "loss": 3.5142,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 0.20754716981132076,
83
+ "grad_norm": 1.8232007026672363,
84
+ "learning_rate": 0.0001998814055240823,
85
+ "loss": 3.4311,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 0.22641509433962265,
90
+ "grad_norm": 1.6853322982788086,
91
+ "learning_rate": 0.00019981471673786452,
92
+ "loss": 3.3544,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 0.24528301886792453,
97
+ "grad_norm": 2.0504536628723145,
98
+ "learning_rate": 0.00019973322836635518,
99
+ "loss": 3.2197,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 0.2641509433962264,
104
+ "grad_norm": 1.896530270576477,
105
+ "learning_rate": 0.00019963695249188183,
106
+ "loss": 2.8467,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 0.2830188679245283,
111
+ "grad_norm": 2.1596853733062744,
112
+ "learning_rate": 0.00019952590338932356,
113
+ "loss": 2.7842,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 0.3018867924528302,
118
+ "grad_norm": 1.9467144012451172,
119
+ "learning_rate": 0.0001994000975239946,
120
+ "loss": 2.899,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 0.32075471698113206,
125
+ "grad_norm": 1.5376367568969727,
126
+ "learning_rate": 0.00019925955354920265,
127
+ "loss": 2.6298,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 0.33962264150943394,
132
+ "grad_norm": 1.997107982635498,
133
+ "learning_rate": 0.00019910429230348347,
134
+ "loss": 2.6655,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 0.3584905660377358,
139
+ "grad_norm": 1.7822234630584717,
140
+ "learning_rate": 0.00019893433680751103,
141
+ "loss": 2.5176,
142
+ "step": 19
143
+ },
144
+ {
145
+ "epoch": 0.37735849056603776,
146
+ "grad_norm": 1.6853346824645996,
147
+ "learning_rate": 0.00019874971226068415,
148
+ "loss": 2.5518,
149
+ "step": 20
150
+ },
151
+ {
152
+ "epoch": 0.39622641509433965,
153
+ "grad_norm": 1.7381702661514282,
154
+ "learning_rate": 0.0001985504460373903,
155
+ "loss": 2.4681,
156
+ "step": 21
157
+ },
158
+ {
159
+ "epoch": 0.41509433962264153,
160
+ "grad_norm": 2.258498191833496,
161
+ "learning_rate": 0.00019833656768294662,
162
+ "loss": 2.519,
163
+ "step": 22
164
+ },
165
+ {
166
+ "epoch": 0.4339622641509434,
167
+ "grad_norm": 2.1127548217773438,
168
+ "learning_rate": 0.00019810810890921943,
169
+ "loss": 2.3028,
170
+ "step": 23
171
+ },
172
+ {
173
+ "epoch": 0.4528301886792453,
174
+ "grad_norm": 2.1267170906066895,
175
+ "learning_rate": 0.00019786510358992213,
176
+ "loss": 2.6239,
177
+ "step": 24
178
+ },
179
+ {
180
+ "epoch": 0.4716981132075472,
181
+ "grad_norm": 2.239455223083496,
182
+ "learning_rate": 0.00019760758775559274,
183
+ "loss": 2.5443,
184
+ "step": 25
185
+ },
186
+ {
187
+ "epoch": 0.49056603773584906,
188
+ "grad_norm": 2.42448353767395,
189
+ "learning_rate": 0.00019733559958825167,
190
+ "loss": 2.3706,
191
+ "step": 26
192
+ },
193
+ {
194
+ "epoch": 0.5094339622641509,
195
+ "grad_norm": 7.652919769287109,
196
+ "learning_rate": 0.00019704917941574051,
197
+ "loss": 2.3151,
198
+ "step": 27
199
+ },
200
+ {
201
+ "epoch": 0.5283018867924528,
202
+ "grad_norm": 2.243516683578491,
203
+ "learning_rate": 0.00019674836970574254,
204
+ "loss": 2.3693,
205
+ "step": 28
206
+ },
207
+ {
208
+ "epoch": 0.5471698113207547,
209
+ "grad_norm": 1.7010178565979004,
210
+ "learning_rate": 0.00019643321505948585,
211
+ "loss": 2.3783,
212
+ "step": 29
213
+ },
214
+ {
215
+ "epoch": 0.5660377358490566,
216
+ "grad_norm": 2.033024311065674,
217
+ "learning_rate": 0.00019610376220513068,
218
+ "loss": 2.2247,
219
+ "step": 30
220
+ },
221
+ {
222
+ "epoch": 0.5849056603773585,
223
+ "grad_norm": 2.2775955200195312,
224
+ "learning_rate": 0.0001957600599908406,
225
+ "loss": 2.3057,
226
+ "step": 31
227
+ },
228
+ {
229
+ "epoch": 0.6037735849056604,
230
+ "grad_norm": 1.7552495002746582,
231
+ "learning_rate": 0.00019540215937754007,
232
+ "loss": 2.4025,
233
+ "step": 32
234
+ },
235
+ {
236
+ "epoch": 0.6226415094339622,
237
+ "grad_norm": 2.3164401054382324,
238
+ "learning_rate": 0.00019503011343135825,
239
+ "loss": 2.5287,
240
+ "step": 33
241
+ },
242
+ {
243
+ "epoch": 0.6415094339622641,
244
+ "grad_norm": 1.6297874450683594,
245
+ "learning_rate": 0.00019464397731576094,
246
+ "loss": 2.3998,
247
+ "step": 34
248
+ },
249
+ {
250
+ "epoch": 0.660377358490566,
251
+ "grad_norm": 2.4134299755096436,
252
+ "learning_rate": 0.00019424380828337144,
253
+ "loss": 2.7639,
254
+ "step": 35
255
+ },
256
+ {
257
+ "epoch": 0.6792452830188679,
258
+ "grad_norm": 2.0522265434265137,
259
+ "learning_rate": 0.00019382966566748168,
260
+ "loss": 2.3176,
261
+ "step": 36
262
+ },
263
+ {
264
+ "epoch": 0.6981132075471698,
265
+ "grad_norm": 1.6699758768081665,
266
+ "learning_rate": 0.0001934016108732548,
267
+ "loss": 2.22,
268
+ "step": 37
269
+ },
270
+ {
271
+ "epoch": 0.7169811320754716,
272
+ "grad_norm": 2.503006935119629,
273
+ "learning_rate": 0.00019295970736862064,
274
+ "loss": 2.2503,
275
+ "step": 38
276
+ },
277
+ {
278
+ "epoch": 0.7358490566037735,
279
+ "grad_norm": 1.6840308904647827,
280
+ "learning_rate": 0.00019250402067486522,
281
+ "loss": 2.1508,
282
+ "step": 39
283
+ },
284
+ {
285
+ "epoch": 0.7547169811320755,
286
+ "grad_norm": 1.8616701364517212,
287
+ "learning_rate": 0.00019203461835691594,
288
+ "loss": 2.139,
289
+ "step": 40
290
+ },
291
+ {
292
+ "epoch": 0.7735849056603774,
293
+ "grad_norm": 2.4246277809143066,
294
+ "learning_rate": 0.00019155157001332374,
295
+ "loss": 2.1372,
296
+ "step": 41
297
+ },
298
+ {
299
+ "epoch": 0.7924528301886793,
300
+ "grad_norm": 1.6494338512420654,
301
+ "learning_rate": 0.00019105494726594344,
302
+ "loss": 2.2013,
303
+ "step": 42
304
+ },
305
+ {
306
+ "epoch": 0.8113207547169812,
307
+ "grad_norm": 1.6298986673355103,
308
+ "learning_rate": 0.00019054482374931467,
309
+ "loss": 2.1511,
310
+ "step": 43
311
+ },
312
+ {
313
+ "epoch": 0.8301886792452831,
314
+ "grad_norm": 1.7853538990020752,
315
+ "learning_rate": 0.00019002127509974376,
316
+ "loss": 2.0782,
317
+ "step": 44
318
+ },
319
+ {
320
+ "epoch": 0.8490566037735849,
321
+ "grad_norm": 2.286972761154175,
322
+ "learning_rate": 0.00018948437894408918,
323
+ "loss": 1.9976,
324
+ "step": 45
325
+ },
326
+ {
327
+ "epoch": 0.8679245283018868,
328
+ "grad_norm": 2.409770965576172,
329
+ "learning_rate": 0.0001889342148882519,
330
+ "loss": 2.0205,
331
+ "step": 46
332
+ },
333
+ {
334
+ "epoch": 0.8867924528301887,
335
+ "grad_norm": 1.7730302810668945,
336
+ "learning_rate": 0.00018837086450537193,
337
+ "loss": 2.2549,
338
+ "step": 47
339
+ },
340
+ {
341
+ "epoch": 0.9056603773584906,
342
+ "grad_norm": 1.6488885879516602,
343
+ "learning_rate": 0.00018779441132373362,
344
+ "loss": 2.1286,
345
+ "step": 48
346
+ },
347
+ {
348
+ "epoch": 0.9245283018867925,
349
+ "grad_norm": 2.2842915058135986,
350
+ "learning_rate": 0.00018720494081438078,
351
+ "loss": 2.3106,
352
+ "step": 49
353
+ },
354
+ {
355
+ "epoch": 0.9433962264150944,
356
+ "grad_norm": 1.8777570724487305,
357
+ "learning_rate": 0.00018660254037844388,
358
+ "loss": 2.0654,
359
+ "step": 50
360
+ },
361
+ {
362
+ "epoch": 0.9622641509433962,
363
+ "grad_norm": 1.8540980815887451,
364
+ "learning_rate": 0.000185987299334181,
365
+ "loss": 2.0328,
366
+ "step": 51
367
+ },
368
+ {
369
+ "epoch": 0.9811320754716981,
370
+ "grad_norm": 1.8285068273544312,
371
+ "learning_rate": 0.00018535930890373466,
372
+ "loss": 2.2068,
373
+ "step": 52
374
+ },
375
+ {
376
+ "epoch": 1.0,
377
+ "grad_norm": 4.4762396812438965,
378
+ "learning_rate": 0.00018471866219960602,
379
+ "loss": 1.9356,
380
+ "step": 53
381
+ },
382
+ {
383
+ "epoch": 1.0188679245283019,
384
+ "grad_norm": 2.077688455581665,
385
+ "learning_rate": 0.0001840654542108494,
386
+ "loss": 1.6721,
387
+ "step": 54
388
+ },
389
+ {
390
+ "epoch": 1.0377358490566038,
391
+ "grad_norm": 1.9822959899902344,
392
+ "learning_rate": 0.0001833997817889878,
393
+ "loss": 1.7122,
394
+ "step": 55
395
+ },
396
+ {
397
+ "epoch": 1.0566037735849056,
398
+ "grad_norm": 1.534433126449585,
399
+ "learning_rate": 0.000182721743633653,
400
+ "loss": 1.6987,
401
+ "step": 56
402
+ },
403
+ {
404
+ "epoch": 1.0754716981132075,
405
+ "grad_norm": 1.8601195812225342,
406
+ "learning_rate": 0.0001820314402779511,
407
+ "loss": 1.8424,
408
+ "step": 57
409
+ },
410
+ {
411
+ "epoch": 1.0943396226415094,
412
+ "grad_norm": 2.4600484371185303,
413
+ "learning_rate": 0.00018132897407355657,
414
+ "loss": 1.7138,
415
+ "step": 58
416
+ },
417
+ {
418
+ "epoch": 1.1132075471698113,
419
+ "grad_norm": 2.065377712249756,
420
+ "learning_rate": 0.00018061444917553629,
421
+ "loss": 1.5979,
422
+ "step": 59
423
+ },
424
+ {
425
+ "epoch": 1.1320754716981132,
426
+ "grad_norm": 2.640429973602295,
427
+ "learning_rate": 0.00017988797152690671,
428
+ "loss": 1.7678,
429
+ "step": 60
430
+ },
431
+ {
432
+ "epoch": 1.150943396226415,
433
+ "grad_norm": 3.0183305740356445,
434
+ "learning_rate": 0.00017914964884292544,
435
+ "loss": 1.9477,
436
+ "step": 61
437
+ },
438
+ {
439
+ "epoch": 1.169811320754717,
440
+ "grad_norm": 2.360927104949951,
441
+ "learning_rate": 0.00017839959059512016,
442
+ "loss": 1.4201,
443
+ "step": 62
444
+ },
445
+ {
446
+ "epoch": 1.1886792452830188,
447
+ "grad_norm": 2.2188379764556885,
448
+ "learning_rate": 0.00017763790799505747,
449
+ "loss": 1.5198,
450
+ "step": 63
451
+ },
452
+ {
453
+ "epoch": 1.2075471698113207,
454
+ "grad_norm": 2.1047656536102295,
455
+ "learning_rate": 0.0001768647139778532,
456
+ "loss": 1.6074,
457
+ "step": 64
458
+ },
459
+ {
460
+ "epoch": 1.2264150943396226,
461
+ "grad_norm": 2.154175043106079,
462
+ "learning_rate": 0.0001760801231854278,
463
+ "loss": 1.6812,
464
+ "step": 65
465
+ },
466
+ {
467
+ "epoch": 1.2452830188679245,
468
+ "grad_norm": 3.0521650314331055,
469
+ "learning_rate": 0.00017528425194950794,
470
+ "loss": 1.4974,
471
+ "step": 66
472
+ },
473
+ {
474
+ "epoch": 1.2641509433962264,
475
+ "grad_norm": 2.580881118774414,
476
+ "learning_rate": 0.0001744772182743782,
477
+ "loss": 1.541,
478
+ "step": 67
479
+ },
480
+ {
481
+ "epoch": 1.2830188679245282,
482
+ "grad_norm": 3.367107391357422,
483
+ "learning_rate": 0.0001736591418193844,
484
+ "loss": 1.4454,
485
+ "step": 68
486
+ },
487
+ {
488
+ "epoch": 1.3018867924528301,
489
+ "grad_norm": 3.1948163509368896,
490
+ "learning_rate": 0.00017283014388119159,
491
+ "loss": 1.4197,
492
+ "step": 69
493
+ },
494
+ {
495
+ "epoch": 1.320754716981132,
496
+ "grad_norm": 3.0210657119750977,
497
+ "learning_rate": 0.0001719903473757996,
498
+ "loss": 1.5188,
499
+ "step": 70
500
+ },
501
+ {
502
+ "epoch": 1.3396226415094339,
503
+ "grad_norm": 3.215881586074829,
504
+ "learning_rate": 0.0001711398768203178,
505
+ "loss": 1.7274,
506
+ "step": 71
507
+ },
508
+ {
509
+ "epoch": 1.3584905660377358,
510
+ "grad_norm": 3.664365530014038,
511
+ "learning_rate": 0.00017027885831450318,
512
+ "loss": 1.5503,
513
+ "step": 72
514
+ },
515
+ {
516
+ "epoch": 1.3773584905660377,
517
+ "grad_norm": 3.535518169403076,
518
+ "learning_rate": 0.0001694074195220634,
519
+ "loss": 1.5357,
520
+ "step": 73
521
+ },
522
+ {
523
+ "epoch": 1.3962264150943398,
524
+ "grad_norm": 3.6230850219726562,
525
+ "learning_rate": 0.00016852568965172791,
526
+ "loss": 1.8018,
527
+ "step": 74
528
+ },
529
+ {
530
+ "epoch": 1.4150943396226414,
531
+ "grad_norm": 3.4955344200134277,
532
+ "learning_rate": 0.00016763379943809028,
533
+ "loss": 1.4862,
534
+ "step": 75
535
+ },
536
+ {
537
+ "epoch": 1.4339622641509435,
538
+ "grad_norm": 3.559926748275757,
539
+ "learning_rate": 0.00016673188112222394,
540
+ "loss": 1.6273,
541
+ "step": 76
542
+ },
543
+ {
544
+ "epoch": 1.4528301886792452,
545
+ "grad_norm": 2.655087947845459,
546
+ "learning_rate": 0.0001658200684320748,
547
+ "loss": 1.6323,
548
+ "step": 77
549
+ },
550
+ {
551
+ "epoch": 1.4716981132075473,
552
+ "grad_norm": 2.3575522899627686,
553
+ "learning_rate": 0.00016489849656263337,
554
+ "loss": 1.4034,
555
+ "step": 78
556
+ },
557
+ {
558
+ "epoch": 1.490566037735849,
559
+ "grad_norm": 3.3757848739624023,
560
+ "learning_rate": 0.00016396730215588915,
561
+ "loss": 1.4618,
562
+ "step": 79
563
+ },
564
+ {
565
+ "epoch": 1.509433962264151,
566
+ "grad_norm": 3.6009631156921387,
567
+ "learning_rate": 0.00016302662328057088,
568
+ "loss": 1.5391,
569
+ "step": 80
570
+ },
571
+ {
572
+ "epoch": 1.5283018867924527,
573
+ "grad_norm": 3.2048425674438477,
574
+ "learning_rate": 0.00016207659941167485,
575
+ "loss": 1.7071,
576
+ "step": 81
577
+ },
578
+ {
579
+ "epoch": 1.5471698113207548,
580
+ "grad_norm": 3.4440090656280518,
581
+ "learning_rate": 0.00016111737140978494,
582
+ "loss": 1.7924,
583
+ "step": 82
584
+ },
585
+ {
586
+ "epoch": 1.5660377358490565,
587
+ "grad_norm": 3.539468288421631,
588
+ "learning_rate": 0.00016014908150018703,
589
+ "loss": 1.3348,
590
+ "step": 83
591
+ },
592
+ {
593
+ "epoch": 1.5849056603773586,
594
+ "grad_norm": 4.010547161102295,
595
+ "learning_rate": 0.00015917187325178138,
596
+ "loss": 1.4573,
597
+ "step": 84
598
+ },
599
+ {
600
+ "epoch": 1.6037735849056602,
601
+ "grad_norm": 3.605386734008789,
602
+ "learning_rate": 0.0001581858915557953,
603
+ "loss": 1.5987,
604
+ "step": 85
605
+ },
606
+ {
607
+ "epoch": 1.6226415094339623,
608
+ "grad_norm": 2.3369998931884766,
609
+ "learning_rate": 0.0001571912826043003,
610
+ "loss": 1.555,
611
+ "step": 86
612
+ },
613
+ {
614
+ "epoch": 1.641509433962264,
615
+ "grad_norm": 3.1403045654296875,
616
+ "learning_rate": 0.00015618819386853606,
617
+ "loss": 1.5138,
618
+ "step": 87
619
+ },
620
+ {
621
+ "epoch": 1.6603773584905661,
622
+ "grad_norm": 3.0938310623168945,
623
+ "learning_rate": 0.0001551767740770446,
624
+ "loss": 1.444,
625
+ "step": 88
626
+ },
627
+ {
628
+ "epoch": 1.6792452830188678,
629
+ "grad_norm": 2.6411221027374268,
630
+ "learning_rate": 0.00015415717319361847,
631
+ "loss": 1.2681,
632
+ "step": 89
633
+ },
634
+ {
635
+ "epoch": 1.6981132075471699,
636
+ "grad_norm": 3.132369041442871,
637
+ "learning_rate": 0.00015312954239506533,
638
+ "loss": 1.6189,
639
+ "step": 90
640
+ },
641
+ {
642
+ "epoch": 1.7169811320754715,
643
+ "grad_norm": 2.8721351623535156,
644
+ "learning_rate": 0.00015209403404879303,
645
+ "loss": 1.351,
646
+ "step": 91
647
+ },
648
+ {
649
+ "epoch": 1.7358490566037736,
650
+ "grad_norm": 3.856358051300049,
651
+ "learning_rate": 0.0001510508016902179,
652
+ "loss": 1.5624,
653
+ "step": 92
654
+ },
655
+ {
656
+ "epoch": 1.7547169811320755,
657
+ "grad_norm": 3.9972498416900635,
658
+ "learning_rate": 0.00015000000000000001,
659
+ "loss": 1.447,
660
+ "step": 93
661
+ },
662
+ {
663
+ "epoch": 1.7735849056603774,
664
+ "grad_norm": 2.7673652172088623,
665
+ "learning_rate": 0.00014894178478110857,
666
+ "loss": 1.4526,
667
+ "step": 94
668
+ },
669
+ {
670
+ "epoch": 1.7924528301886793,
671
+ "grad_norm": 3.1705822944641113,
672
+ "learning_rate": 0.00014787631293572092,
673
+ "loss": 1.2079,
674
+ "step": 95
675
+ },
676
+ {
677
+ "epoch": 1.8113207547169812,
678
+ "grad_norm": 2.8597121238708496,
679
+ "learning_rate": 0.0001468037424419586,
680
+ "loss": 1.1173,
681
+ "step": 96
682
+ },
683
+ {
684
+ "epoch": 1.830188679245283,
685
+ "grad_norm": 2.7988481521606445,
686
+ "learning_rate": 0.00014572423233046386,
687
+ "loss": 1.5903,
688
+ "step": 97
689
+ },
690
+ {
691
+ "epoch": 1.849056603773585,
692
+ "grad_norm": 2.7639687061309814,
693
+ "learning_rate": 0.00014463794266081993,
694
+ "loss": 1.2,
695
+ "step": 98
696
+ },
697
+ {
698
+ "epoch": 1.8679245283018868,
699
+ "grad_norm": 3.7310075759887695,
700
+ "learning_rate": 0.00014354503449781912,
701
+ "loss": 1.5971,
702
+ "step": 99
703
+ },
704
+ {
705
+ "epoch": 1.8867924528301887,
706
+ "grad_norm": 3.9048783779144287,
707
+ "learning_rate": 0.00014244566988758152,
708
+ "loss": 1.4054,
709
+ "step": 100
710
+ },
711
+ {
712
+ "epoch": 1.9056603773584906,
713
+ "grad_norm": 3.424018144607544,
714
+ "learning_rate": 0.00014134001183352832,
715
+ "loss": 1.4166,
716
+ "step": 101
717
+ },
718
+ {
719
+ "epoch": 1.9245283018867925,
720
+ "grad_norm": 3.7610878944396973,
721
+ "learning_rate": 0.00014022822427221324,
722
+ "loss": 1.3645,
723
+ "step": 102
724
+ },
725
+ {
726
+ "epoch": 1.9433962264150944,
727
+ "grad_norm": 3.938345193862915,
728
+ "learning_rate": 0.0001391104720490156,
729
+ "loss": 1.2987,
730
+ "step": 103
731
+ },
732
+ {
733
+ "epoch": 1.9622641509433962,
734
+ "grad_norm": 3.1331722736358643,
735
+ "learning_rate": 0.00013798692089369855,
736
+ "loss": 1.4195,
737
+ "step": 104
738
+ },
739
+ {
740
+ "epoch": 1.9811320754716981,
741
+ "grad_norm": 3.347231388092041,
742
+ "learning_rate": 0.00013685773739583617,
743
+ "loss": 1.4004,
744
+ "step": 105
745
+ },
746
+ {
747
+ "epoch": 2.0,
748
+ "grad_norm": 7.958104610443115,
749
+ "learning_rate": 0.0001357230889801133,
750
+ "loss": 1.295,
751
+ "step": 106
752
+ },
753
+ {
754
+ "epoch": 2.018867924528302,
755
+ "grad_norm": 2.7938392162323,
756
+ "learning_rate": 0.00013458314388150114,
757
+ "loss": 0.8655,
758
+ "step": 107
759
+ },
760
+ {
761
+ "epoch": 2.0377358490566038,
762
+ "grad_norm": 3.1623213291168213,
763
+ "learning_rate": 0.00013343807112031327,
764
+ "loss": 0.8786,
765
+ "step": 108
766
+ },
767
+ {
768
+ "epoch": 2.056603773584906,
769
+ "grad_norm": 2.9963018894195557,
770
+ "learning_rate": 0.00013228804047714463,
771
+ "loss": 0.8819,
772
+ "step": 109
773
+ },
774
+ {
775
+ "epoch": 2.0754716981132075,
776
+ "grad_norm": 2.4673538208007812,
777
+ "learning_rate": 0.00013113322246769817,
778
+ "loss": 0.8189,
779
+ "step": 110
780
+ },
781
+ {
782
+ "epoch": 2.0943396226415096,
783
+ "grad_norm": 3.187716245651245,
784
+ "learning_rate": 0.00012997378831750242,
785
+ "loss": 0.8267,
786
+ "step": 111
787
+ },
788
+ {
789
+ "epoch": 2.1132075471698113,
790
+ "grad_norm": 2.730367422103882,
791
+ "learning_rate": 0.00012880990993652377,
792
+ "loss": 0.7693,
793
+ "step": 112
794
+ },
795
+ {
796
+ "epoch": 2.1320754716981134,
797
+ "grad_norm": 2.9551656246185303,
798
+ "learning_rate": 0.00012764175989367718,
799
+ "loss": 0.7605,
800
+ "step": 113
801
+ },
802
+ {
803
+ "epoch": 2.150943396226415,
804
+ "grad_norm": 4.102267742156982,
805
+ "learning_rate": 0.00012646951139123934,
806
+ "loss": 0.907,
807
+ "step": 114
808
+ },
809
+ {
810
+ "epoch": 2.169811320754717,
811
+ "grad_norm": 4.0557026863098145,
812
+ "learning_rate": 0.00012529333823916807,
813
+ "loss": 0.9109,
814
+ "step": 115
815
+ },
816
+ {
817
+ "epoch": 2.188679245283019,
818
+ "grad_norm": 3.8453004360198975,
819
+ "learning_rate": 0.0001241134148293311,
820
+ "loss": 0.7561,
821
+ "step": 116
822
+ },
823
+ {
824
+ "epoch": 2.207547169811321,
825
+ "grad_norm": 5.24804162979126,
826
+ "learning_rate": 0.00012292991610964903,
827
+ "loss": 0.9191,
828
+ "step": 117
829
+ },
830
+ {
831
+ "epoch": 2.2264150943396226,
832
+ "grad_norm": 4.6383795738220215,
833
+ "learning_rate": 0.00012174301755815571,
834
+ "loss": 0.8057,
835
+ "step": 118
836
+ },
837
+ {
838
+ "epoch": 2.2452830188679247,
839
+ "grad_norm": 4.45780086517334,
840
+ "learning_rate": 0.00012055289515698007,
841
+ "loss": 0.895,
842
+ "step": 119
843
+ },
844
+ {
845
+ "epoch": 2.2641509433962264,
846
+ "grad_norm": 4.987161636352539,
847
+ "learning_rate": 0.00011935972536625302,
848
+ "loss": 0.8043,
849
+ "step": 120
850
+ },
851
+ {
852
+ "epoch": 2.2830188679245285,
853
+ "grad_norm": 3.0627079010009766,
854
+ "learning_rate": 0.00011816368509794364,
855
+ "loss": 0.7107,
856
+ "step": 121
857
+ },
858
+ {
859
+ "epoch": 2.30188679245283,
860
+ "grad_norm": 3.219001293182373,
861
+ "learning_rate": 0.00011696495168962847,
862
+ "loss": 0.7408,
863
+ "step": 122
864
+ },
865
+ {
866
+ "epoch": 2.3207547169811322,
867
+ "grad_norm": 3.5602636337280273,
868
+ "learning_rate": 0.00011576370287819736,
869
+ "loss": 0.748,
870
+ "step": 123
871
+ },
872
+ {
873
+ "epoch": 2.339622641509434,
874
+ "grad_norm": 4.614081382751465,
875
+ "learning_rate": 0.00011456011677350051,
876
+ "loss": 0.7347,
877
+ "step": 124
878
+ },
879
+ {
880
+ "epoch": 2.358490566037736,
881
+ "grad_norm": 3.4051380157470703,
882
+ "learning_rate": 0.0001133543718319398,
883
+ "loss": 0.6849,
884
+ "step": 125
885
+ },
886
+ {
887
+ "epoch": 2.3773584905660377,
888
+ "grad_norm": 4.593987464904785,
889
+ "learning_rate": 0.00011214664683000927,
890
+ "loss": 0.811,
891
+ "step": 126
892
+ },
893
+ {
894
+ "epoch": 2.3962264150943398,
895
+ "grad_norm": 3.460425853729248,
896
+ "learning_rate": 0.00011093712083778746,
897
+ "loss": 0.7217,
898
+ "step": 127
899
+ },
900
+ {
901
+ "epoch": 2.4150943396226414,
902
+ "grad_norm": 4.334282875061035,
903
+ "learning_rate": 0.0001097259731923869,
904
+ "loss": 0.9764,
905
+ "step": 128
906
+ },
907
+ {
908
+ "epoch": 2.4339622641509435,
909
+ "grad_norm": 4.153921127319336,
910
+ "learning_rate": 0.00010851338347136357,
911
+ "loss": 0.755,
912
+ "step": 129
913
+ },
914
+ {
915
+ "epoch": 2.452830188679245,
916
+ "grad_norm": 3.751748561859131,
917
+ "learning_rate": 0.00010729953146609076,
918
+ "loss": 0.7872,
919
+ "step": 130
920
+ },
921
+ {
922
+ "epoch": 2.4716981132075473,
923
+ "grad_norm": 3.157301664352417,
924
+ "learning_rate": 0.00010608459715510139,
925
+ "loss": 0.6977,
926
+ "step": 131
927
+ },
928
+ {
929
+ "epoch": 2.490566037735849,
930
+ "grad_norm": 3.9355554580688477,
931
+ "learning_rate": 0.00010486876067740252,
932
+ "loss": 0.6962,
933
+ "step": 132
934
+ },
935
+ {
936
+ "epoch": 2.509433962264151,
937
+ "grad_norm": 3.7606890201568604,
938
+ "learning_rate": 0.0001036522023057659,
939
+ "loss": 0.7766,
940
+ "step": 133
941
+ },
942
+ {
943
+ "epoch": 2.5283018867924527,
944
+ "grad_norm": 3.3978798389434814,
945
+ "learning_rate": 0.00010243510241999899,
946
+ "loss": 0.7456,
947
+ "step": 134
948
+ },
949
+ {
950
+ "epoch": 2.547169811320755,
951
+ "grad_norm": 4.373416423797607,
952
+ "learning_rate": 0.00010121764148019976,
953
+ "loss": 0.7904,
954
+ "step": 135
955
+ },
956
+ {
957
+ "epoch": 2.5660377358490565,
958
+ "grad_norm": 3.233684539794922,
959
+ "learning_rate": 0.0001,
960
+ "loss": 0.6922,
961
+ "step": 136
962
+ },
963
+ {
964
+ "epoch": 2.5849056603773586,
965
+ "grad_norm": 2.8673453330993652,
966
+ "learning_rate": 9.878235851980025e-05,
967
+ "loss": 0.755,
968
+ "step": 137
969
+ },
970
+ {
971
+ "epoch": 2.6037735849056602,
972
+ "grad_norm": 4.115866661071777,
973
+ "learning_rate": 9.756489758000105e-05,
974
+ "loss": 0.8105,
975
+ "step": 138
976
+ },
977
+ {
978
+ "epoch": 2.6226415094339623,
979
+ "grad_norm": 4.364792823791504,
980
+ "learning_rate": 9.63477976942341e-05,
981
+ "loss": 0.8063,
982
+ "step": 139
983
+ },
984
+ {
985
+ "epoch": 2.641509433962264,
986
+ "grad_norm": 3.319819927215576,
987
+ "learning_rate": 9.513123932259751e-05,
988
+ "loss": 0.7105,
989
+ "step": 140
990
+ },
991
+ {
992
+ "epoch": 2.660377358490566,
993
+ "grad_norm": 3.4825072288513184,
994
+ "learning_rate": 9.391540284489862e-05,
995
+ "loss": 0.6319,
996
+ "step": 141
997
+ },
998
+ {
999
+ "epoch": 2.6792452830188678,
1000
+ "grad_norm": 4.888297080993652,
1001
+ "learning_rate": 9.270046853390925e-05,
1002
+ "loss": 0.9002,
1003
+ "step": 142
1004
+ },
1005
+ {
1006
+ "epoch": 2.69811320754717,
1007
+ "grad_norm": 3.9948232173919678,
1008
+ "learning_rate": 9.148661652863642e-05,
1009
+ "loss": 0.8127,
1010
+ "step": 143
1011
+ },
1012
+ {
1013
+ "epoch": 2.7169811320754715,
1014
+ "grad_norm": 4.544849395751953,
1015
+ "learning_rate": 9.027402680761309e-05,
1016
+ "loss": 0.8186,
1017
+ "step": 144
1018
+ },
1019
+ {
1020
+ "epoch": 2.7358490566037736,
1021
+ "grad_norm": 4.437803268432617,
1022
+ "learning_rate": 8.906287916221259e-05,
1023
+ "loss": 0.8359,
1024
+ "step": 145
1025
+ },
1026
+ {
1027
+ "epoch": 2.7547169811320753,
1028
+ "grad_norm": 4.868703842163086,
1029
+ "learning_rate": 8.785335316999078e-05,
1030
+ "loss": 0.8483,
1031
+ "step": 146
1032
+ },
1033
+ {
1034
+ "epoch": 2.7735849056603774,
1035
+ "grad_norm": 4.967810153961182,
1036
+ "learning_rate": 8.664562816806022e-05,
1037
+ "loss": 0.9694,
1038
+ "step": 147
1039
+ },
1040
+ {
1041
+ "epoch": 2.7924528301886795,
1042
+ "grad_norm": 4.962375164031982,
1043
+ "learning_rate": 8.543988322649954e-05,
1044
+ "loss": 0.9566,
1045
+ "step": 148
1046
+ },
1047
+ {
1048
+ "epoch": 2.811320754716981,
1049
+ "grad_norm": 3.4327187538146973,
1050
+ "learning_rate": 8.423629712180265e-05,
1051
+ "loss": 0.7338,
1052
+ "step": 149
1053
+ },
1054
+ {
1055
+ "epoch": 2.830188679245283,
1056
+ "grad_norm": 4.282032012939453,
1057
+ "learning_rate": 8.303504831037154e-05,
1058
+ "loss": 0.7555,
1059
+ "step": 150
1060
+ },
1061
+ {
1062
+ "epoch": 2.849056603773585,
1063
+ "grad_norm": 2.7784788608551025,
1064
+ "learning_rate": 8.183631490205637e-05,
1065
+ "loss": 0.5799,
1066
+ "step": 151
1067
+ },
1068
+ {
1069
+ "epoch": 2.867924528301887,
1070
+ "grad_norm": 3.580303192138672,
1071
+ "learning_rate": 8.064027463374702e-05,
1072
+ "loss": 0.8267,
1073
+ "step": 152
1074
+ },
1075
+ {
1076
+ "epoch": 2.8867924528301887,
1077
+ "grad_norm": 3.964838981628418,
1078
+ "learning_rate": 7.944710484301995e-05,
1079
+ "loss": 0.8239,
1080
+ "step": 153
1081
+ },
1082
+ {
1083
+ "epoch": 2.9056603773584904,
1084
+ "grad_norm": 3.3083627223968506,
1085
+ "learning_rate": 7.825698244184431e-05,
1086
+ "loss": 0.6842,
1087
+ "step": 154
1088
+ },
1089
+ {
1090
+ "epoch": 2.9245283018867925,
1091
+ "grad_norm": 3.5870604515075684,
1092
+ "learning_rate": 7.707008389035101e-05,
1093
+ "loss": 0.7782,
1094
+ "step": 155
1095
+ },
1096
+ {
1097
+ "epoch": 2.9433962264150946,
1098
+ "grad_norm": 3.623816728591919,
1099
+ "learning_rate": 7.588658517066892e-05,
1100
+ "loss": 0.7621,
1101
+ "step": 156
1102
+ },
1103
+ {
1104
+ "epoch": 2.9622641509433962,
1105
+ "grad_norm": 3.9412410259246826,
1106
+ "learning_rate": 7.470666176083192e-05,
1107
+ "loss": 0.7291,
1108
+ "step": 157
1109
+ },
1110
+ {
1111
+ "epoch": 2.981132075471698,
1112
+ "grad_norm": 3.9385383129119873,
1113
+ "learning_rate": 7.353048860876064e-05,
1114
+ "loss": 0.8624,
1115
+ "step": 158
1116
+ },
1117
+ {
1118
+ "epoch": 3.0,
1119
+ "grad_norm": 9.64533519744873,
1120
+ "learning_rate": 7.235824010632283e-05,
1121
+ "loss": 1.1187,
1122
+ "step": 159
1123
+ }
1124
+ ],
1125
+ "logging_steps": 1,
1126
+ "max_steps": 265,
1127
+ "num_input_tokens_seen": 0,
1128
+ "num_train_epochs": 5,
1129
+ "save_steps": 500,
1130
+ "stateful_callbacks": {
1131
+ "TrainerControl": {
1132
+ "args": {
1133
+ "should_epoch_stop": false,
1134
+ "should_evaluate": false,
1135
+ "should_log": false,
1136
+ "should_save": true,
1137
+ "should_training_stop": false
1138
+ },
1139
+ "attributes": {}
1140
+ }
1141
+ },
1142
+ "total_flos": 1.2971747068084224e+16,
1143
+ "train_batch_size": 16,
1144
+ "trial_name": null,
1145
+ "trial_params": null
1146
+ }
checkpoint-159/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25b1f3cc06609e6c3214b2ec2bc88284bb9f2f0a116540d08a78d352d59fb1b5
3
+ size 6456
checkpoint-159/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-212/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B
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.14.0
checkpoint-212/adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-7B",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": null,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 16,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.05,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 8,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "up_proj",
27
+ "down_proj",
28
+ "q_proj",
29
+ "k_proj",
30
+ "gate_proj",
31
+ "v_proj",
32
+ "o_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "use_dora": false,
36
+ "use_rslora": false
37
+ }
checkpoint-212/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db162d01431fa376f4b6adab4d7add646d19632f8d00b6046f62e9ff3bbe6df2
3
+ size 80792096
checkpoint-212/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-212/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-212/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcb0ad58b59b77fdcf7063fc5ca47b636364b8581ce00d0559557d2376ac0a01
3
+ size 41459700
checkpoint-212/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ae634112524f00aab94b9287c62faec725f65f1226fe8acc8f18fd5068f77df
3
+ size 14244
checkpoint-212/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff788ca797fa08b005a5d9c3b23526cc1b1fdfcdc4841b1e5e2666722b79ec9d
3
+ size 1064
checkpoint-212/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": "<|endoftext|>",
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-212/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
checkpoint-212/tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- '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 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": "<|endoftext|>",
201
+ "errors": "replace",
202
+ "extra_special_tokens": {},
203
+ "model_max_length": 131072,
204
+ "pad_token": "<|endoftext|>",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
checkpoint-212/trainer_state.json ADDED
@@ -0,0 +1,1517 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 4.0,
5
+ "eval_steps": 500,
6
+ "global_step": 212,
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.018867924528301886,
13
+ "grad_norm": 1.115654468536377,
14
+ "learning_rate": 2.857142857142857e-05,
15
+ "loss": 4.156,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.03773584905660377,
20
+ "grad_norm": 0.9932883381843567,
21
+ "learning_rate": 5.714285714285714e-05,
22
+ "loss": 3.7357,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.05660377358490566,
27
+ "grad_norm": 0.8334120512008667,
28
+ "learning_rate": 8.571428571428571e-05,
29
+ "loss": 3.618,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.07547169811320754,
34
+ "grad_norm": 1.4111299514770508,
35
+ "learning_rate": 0.00011428571428571428,
36
+ "loss": 4.7022,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.09433962264150944,
41
+ "grad_norm": 1.1680220365524292,
42
+ "learning_rate": 0.00014285714285714287,
43
+ "loss": 4.2272,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.11320754716981132,
48
+ "grad_norm": 1.3442370891571045,
49
+ "learning_rate": 0.00017142857142857143,
50
+ "loss": 3.7404,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.1320754716981132,
55
+ "grad_norm": 1.1529392004013062,
56
+ "learning_rate": 0.0002,
57
+ "loss": 3.4162,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.1509433962264151,
62
+ "grad_norm": 1.2701945304870605,
63
+ "learning_rate": 0.00019999258647132646,
64
+ "loss": 3.1241,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 0.16981132075471697,
69
+ "grad_norm": 1.121218204498291,
70
+ "learning_rate": 0.00019997034698451395,
71
+ "loss": 2.9459,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 0.18867924528301888,
76
+ "grad_norm": 1.7760863304138184,
77
+ "learning_rate": 0.00019993328483702393,
78
+ "loss": 3.5142,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 0.20754716981132076,
83
+ "grad_norm": 1.8232007026672363,
84
+ "learning_rate": 0.0001998814055240823,
85
+ "loss": 3.4311,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 0.22641509433962265,
90
+ "grad_norm": 1.6853322982788086,
91
+ "learning_rate": 0.00019981471673786452,
92
+ "loss": 3.3544,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 0.24528301886792453,
97
+ "grad_norm": 2.0504536628723145,
98
+ "learning_rate": 0.00019973322836635518,
99
+ "loss": 3.2197,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 0.2641509433962264,
104
+ "grad_norm": 1.896530270576477,
105
+ "learning_rate": 0.00019963695249188183,
106
+ "loss": 2.8467,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 0.2830188679245283,
111
+ "grad_norm": 2.1596853733062744,
112
+ "learning_rate": 0.00019952590338932356,
113
+ "loss": 2.7842,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 0.3018867924528302,
118
+ "grad_norm": 1.9467144012451172,
119
+ "learning_rate": 0.0001994000975239946,
120
+ "loss": 2.899,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 0.32075471698113206,
125
+ "grad_norm": 1.5376367568969727,
126
+ "learning_rate": 0.00019925955354920265,
127
+ "loss": 2.6298,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 0.33962264150943394,
132
+ "grad_norm": 1.997107982635498,
133
+ "learning_rate": 0.00019910429230348347,
134
+ "loss": 2.6655,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 0.3584905660377358,
139
+ "grad_norm": 1.7822234630584717,
140
+ "learning_rate": 0.00019893433680751103,
141
+ "loss": 2.5176,
142
+ "step": 19
143
+ },
144
+ {
145
+ "epoch": 0.37735849056603776,
146
+ "grad_norm": 1.6853346824645996,
147
+ "learning_rate": 0.00019874971226068415,
148
+ "loss": 2.5518,
149
+ "step": 20
150
+ },
151
+ {
152
+ "epoch": 0.39622641509433965,
153
+ "grad_norm": 1.7381702661514282,
154
+ "learning_rate": 0.0001985504460373903,
155
+ "loss": 2.4681,
156
+ "step": 21
157
+ },
158
+ {
159
+ "epoch": 0.41509433962264153,
160
+ "grad_norm": 2.258498191833496,
161
+ "learning_rate": 0.00019833656768294662,
162
+ "loss": 2.519,
163
+ "step": 22
164
+ },
165
+ {
166
+ "epoch": 0.4339622641509434,
167
+ "grad_norm": 2.1127548217773438,
168
+ "learning_rate": 0.00019810810890921943,
169
+ "loss": 2.3028,
170
+ "step": 23
171
+ },
172
+ {
173
+ "epoch": 0.4528301886792453,
174
+ "grad_norm": 2.1267170906066895,
175
+ "learning_rate": 0.00019786510358992213,
176
+ "loss": 2.6239,
177
+ "step": 24
178
+ },
179
+ {
180
+ "epoch": 0.4716981132075472,
181
+ "grad_norm": 2.239455223083496,
182
+ "learning_rate": 0.00019760758775559274,
183
+ "loss": 2.5443,
184
+ "step": 25
185
+ },
186
+ {
187
+ "epoch": 0.49056603773584906,
188
+ "grad_norm": 2.42448353767395,
189
+ "learning_rate": 0.00019733559958825167,
190
+ "loss": 2.3706,
191
+ "step": 26
192
+ },
193
+ {
194
+ "epoch": 0.5094339622641509,
195
+ "grad_norm": 7.652919769287109,
196
+ "learning_rate": 0.00019704917941574051,
197
+ "loss": 2.3151,
198
+ "step": 27
199
+ },
200
+ {
201
+ "epoch": 0.5283018867924528,
202
+ "grad_norm": 2.243516683578491,
203
+ "learning_rate": 0.00019674836970574254,
204
+ "loss": 2.3693,
205
+ "step": 28
206
+ },
207
+ {
208
+ "epoch": 0.5471698113207547,
209
+ "grad_norm": 1.7010178565979004,
210
+ "learning_rate": 0.00019643321505948585,
211
+ "loss": 2.3783,
212
+ "step": 29
213
+ },
214
+ {
215
+ "epoch": 0.5660377358490566,
216
+ "grad_norm": 2.033024311065674,
217
+ "learning_rate": 0.00019610376220513068,
218
+ "loss": 2.2247,
219
+ "step": 30
220
+ },
221
+ {
222
+ "epoch": 0.5849056603773585,
223
+ "grad_norm": 2.2775955200195312,
224
+ "learning_rate": 0.0001957600599908406,
225
+ "loss": 2.3057,
226
+ "step": 31
227
+ },
228
+ {
229
+ "epoch": 0.6037735849056604,
230
+ "grad_norm": 1.7552495002746582,
231
+ "learning_rate": 0.00019540215937754007,
232
+ "loss": 2.4025,
233
+ "step": 32
234
+ },
235
+ {
236
+ "epoch": 0.6226415094339622,
237
+ "grad_norm": 2.3164401054382324,
238
+ "learning_rate": 0.00019503011343135825,
239
+ "loss": 2.5287,
240
+ "step": 33
241
+ },
242
+ {
243
+ "epoch": 0.6415094339622641,
244
+ "grad_norm": 1.6297874450683594,
245
+ "learning_rate": 0.00019464397731576094,
246
+ "loss": 2.3998,
247
+ "step": 34
248
+ },
249
+ {
250
+ "epoch": 0.660377358490566,
251
+ "grad_norm": 2.4134299755096436,
252
+ "learning_rate": 0.00019424380828337144,
253
+ "loss": 2.7639,
254
+ "step": 35
255
+ },
256
+ {
257
+ "epoch": 0.6792452830188679,
258
+ "grad_norm": 2.0522265434265137,
259
+ "learning_rate": 0.00019382966566748168,
260
+ "loss": 2.3176,
261
+ "step": 36
262
+ },
263
+ {
264
+ "epoch": 0.6981132075471698,
265
+ "grad_norm": 1.6699758768081665,
266
+ "learning_rate": 0.0001934016108732548,
267
+ "loss": 2.22,
268
+ "step": 37
269
+ },
270
+ {
271
+ "epoch": 0.7169811320754716,
272
+ "grad_norm": 2.503006935119629,
273
+ "learning_rate": 0.00019295970736862064,
274
+ "loss": 2.2503,
275
+ "step": 38
276
+ },
277
+ {
278
+ "epoch": 0.7358490566037735,
279
+ "grad_norm": 1.6840308904647827,
280
+ "learning_rate": 0.00019250402067486522,
281
+ "loss": 2.1508,
282
+ "step": 39
283
+ },
284
+ {
285
+ "epoch": 0.7547169811320755,
286
+ "grad_norm": 1.8616701364517212,
287
+ "learning_rate": 0.00019203461835691594,
288
+ "loss": 2.139,
289
+ "step": 40
290
+ },
291
+ {
292
+ "epoch": 0.7735849056603774,
293
+ "grad_norm": 2.4246277809143066,
294
+ "learning_rate": 0.00019155157001332374,
295
+ "loss": 2.1372,
296
+ "step": 41
297
+ },
298
+ {
299
+ "epoch": 0.7924528301886793,
300
+ "grad_norm": 1.6494338512420654,
301
+ "learning_rate": 0.00019105494726594344,
302
+ "loss": 2.2013,
303
+ "step": 42
304
+ },
305
+ {
306
+ "epoch": 0.8113207547169812,
307
+ "grad_norm": 1.6298986673355103,
308
+ "learning_rate": 0.00019054482374931467,
309
+ "loss": 2.1511,
310
+ "step": 43
311
+ },
312
+ {
313
+ "epoch": 0.8301886792452831,
314
+ "grad_norm": 1.7853538990020752,
315
+ "learning_rate": 0.00019002127509974376,
316
+ "loss": 2.0782,
317
+ "step": 44
318
+ },
319
+ {
320
+ "epoch": 0.8490566037735849,
321
+ "grad_norm": 2.286972761154175,
322
+ "learning_rate": 0.00018948437894408918,
323
+ "loss": 1.9976,
324
+ "step": 45
325
+ },
326
+ {
327
+ "epoch": 0.8679245283018868,
328
+ "grad_norm": 2.409770965576172,
329
+ "learning_rate": 0.0001889342148882519,
330
+ "loss": 2.0205,
331
+ "step": 46
332
+ },
333
+ {
334
+ "epoch": 0.8867924528301887,
335
+ "grad_norm": 1.7730302810668945,
336
+ "learning_rate": 0.00018837086450537193,
337
+ "loss": 2.2549,
338
+ "step": 47
339
+ },
340
+ {
341
+ "epoch": 0.9056603773584906,
342
+ "grad_norm": 1.6488885879516602,
343
+ "learning_rate": 0.00018779441132373362,
344
+ "loss": 2.1286,
345
+ "step": 48
346
+ },
347
+ {
348
+ "epoch": 0.9245283018867925,
349
+ "grad_norm": 2.2842915058135986,
350
+ "learning_rate": 0.00018720494081438078,
351
+ "loss": 2.3106,
352
+ "step": 49
353
+ },
354
+ {
355
+ "epoch": 0.9433962264150944,
356
+ "grad_norm": 1.8777570724487305,
357
+ "learning_rate": 0.00018660254037844388,
358
+ "loss": 2.0654,
359
+ "step": 50
360
+ },
361
+ {
362
+ "epoch": 0.9622641509433962,
363
+ "grad_norm": 1.8540980815887451,
364
+ "learning_rate": 0.000185987299334181,
365
+ "loss": 2.0328,
366
+ "step": 51
367
+ },
368
+ {
369
+ "epoch": 0.9811320754716981,
370
+ "grad_norm": 1.8285068273544312,
371
+ "learning_rate": 0.00018535930890373466,
372
+ "loss": 2.2068,
373
+ "step": 52
374
+ },
375
+ {
376
+ "epoch": 1.0,
377
+ "grad_norm": 4.4762396812438965,
378
+ "learning_rate": 0.00018471866219960602,
379
+ "loss": 1.9356,
380
+ "step": 53
381
+ },
382
+ {
383
+ "epoch": 1.0188679245283019,
384
+ "grad_norm": 2.077688455581665,
385
+ "learning_rate": 0.0001840654542108494,
386
+ "loss": 1.6721,
387
+ "step": 54
388
+ },
389
+ {
390
+ "epoch": 1.0377358490566038,
391
+ "grad_norm": 1.9822959899902344,
392
+ "learning_rate": 0.0001833997817889878,
393
+ "loss": 1.7122,
394
+ "step": 55
395
+ },
396
+ {
397
+ "epoch": 1.0566037735849056,
398
+ "grad_norm": 1.534433126449585,
399
+ "learning_rate": 0.000182721743633653,
400
+ "loss": 1.6987,
401
+ "step": 56
402
+ },
403
+ {
404
+ "epoch": 1.0754716981132075,
405
+ "grad_norm": 1.8601195812225342,
406
+ "learning_rate": 0.0001820314402779511,
407
+ "loss": 1.8424,
408
+ "step": 57
409
+ },
410
+ {
411
+ "epoch": 1.0943396226415094,
412
+ "grad_norm": 2.4600484371185303,
413
+ "learning_rate": 0.00018132897407355657,
414
+ "loss": 1.7138,
415
+ "step": 58
416
+ },
417
+ {
418
+ "epoch": 1.1132075471698113,
419
+ "grad_norm": 2.065377712249756,
420
+ "learning_rate": 0.00018061444917553629,
421
+ "loss": 1.5979,
422
+ "step": 59
423
+ },
424
+ {
425
+ "epoch": 1.1320754716981132,
426
+ "grad_norm": 2.640429973602295,
427
+ "learning_rate": 0.00017988797152690671,
428
+ "loss": 1.7678,
429
+ "step": 60
430
+ },
431
+ {
432
+ "epoch": 1.150943396226415,
433
+ "grad_norm": 3.0183305740356445,
434
+ "learning_rate": 0.00017914964884292544,
435
+ "loss": 1.9477,
436
+ "step": 61
437
+ },
438
+ {
439
+ "epoch": 1.169811320754717,
440
+ "grad_norm": 2.360927104949951,
441
+ "learning_rate": 0.00017839959059512016,
442
+ "loss": 1.4201,
443
+ "step": 62
444
+ },
445
+ {
446
+ "epoch": 1.1886792452830188,
447
+ "grad_norm": 2.2188379764556885,
448
+ "learning_rate": 0.00017763790799505747,
449
+ "loss": 1.5198,
450
+ "step": 63
451
+ },
452
+ {
453
+ "epoch": 1.2075471698113207,
454
+ "grad_norm": 2.1047656536102295,
455
+ "learning_rate": 0.0001768647139778532,
456
+ "loss": 1.6074,
457
+ "step": 64
458
+ },
459
+ {
460
+ "epoch": 1.2264150943396226,
461
+ "grad_norm": 2.154175043106079,
462
+ "learning_rate": 0.0001760801231854278,
463
+ "loss": 1.6812,
464
+ "step": 65
465
+ },
466
+ {
467
+ "epoch": 1.2452830188679245,
468
+ "grad_norm": 3.0521650314331055,
469
+ "learning_rate": 0.00017528425194950794,
470
+ "loss": 1.4974,
471
+ "step": 66
472
+ },
473
+ {
474
+ "epoch": 1.2641509433962264,
475
+ "grad_norm": 2.580881118774414,
476
+ "learning_rate": 0.0001744772182743782,
477
+ "loss": 1.541,
478
+ "step": 67
479
+ },
480
+ {
481
+ "epoch": 1.2830188679245282,
482
+ "grad_norm": 3.367107391357422,
483
+ "learning_rate": 0.0001736591418193844,
484
+ "loss": 1.4454,
485
+ "step": 68
486
+ },
487
+ {
488
+ "epoch": 1.3018867924528301,
489
+ "grad_norm": 3.1948163509368896,
490
+ "learning_rate": 0.00017283014388119159,
491
+ "loss": 1.4197,
492
+ "step": 69
493
+ },
494
+ {
495
+ "epoch": 1.320754716981132,
496
+ "grad_norm": 3.0210657119750977,
497
+ "learning_rate": 0.0001719903473757996,
498
+ "loss": 1.5188,
499
+ "step": 70
500
+ },
501
+ {
502
+ "epoch": 1.3396226415094339,
503
+ "grad_norm": 3.215881586074829,
504
+ "learning_rate": 0.0001711398768203178,
505
+ "loss": 1.7274,
506
+ "step": 71
507
+ },
508
+ {
509
+ "epoch": 1.3584905660377358,
510
+ "grad_norm": 3.664365530014038,
511
+ "learning_rate": 0.00017027885831450318,
512
+ "loss": 1.5503,
513
+ "step": 72
514
+ },
515
+ {
516
+ "epoch": 1.3773584905660377,
517
+ "grad_norm": 3.535518169403076,
518
+ "learning_rate": 0.0001694074195220634,
519
+ "loss": 1.5357,
520
+ "step": 73
521
+ },
522
+ {
523
+ "epoch": 1.3962264150943398,
524
+ "grad_norm": 3.6230850219726562,
525
+ "learning_rate": 0.00016852568965172791,
526
+ "loss": 1.8018,
527
+ "step": 74
528
+ },
529
+ {
530
+ "epoch": 1.4150943396226414,
531
+ "grad_norm": 3.4955344200134277,
532
+ "learning_rate": 0.00016763379943809028,
533
+ "loss": 1.4862,
534
+ "step": 75
535
+ },
536
+ {
537
+ "epoch": 1.4339622641509435,
538
+ "grad_norm": 3.559926748275757,
539
+ "learning_rate": 0.00016673188112222394,
540
+ "loss": 1.6273,
541
+ "step": 76
542
+ },
543
+ {
544
+ "epoch": 1.4528301886792452,
545
+ "grad_norm": 2.655087947845459,
546
+ "learning_rate": 0.0001658200684320748,
547
+ "loss": 1.6323,
548
+ "step": 77
549
+ },
550
+ {
551
+ "epoch": 1.4716981132075473,
552
+ "grad_norm": 2.3575522899627686,
553
+ "learning_rate": 0.00016489849656263337,
554
+ "loss": 1.4034,
555
+ "step": 78
556
+ },
557
+ {
558
+ "epoch": 1.490566037735849,
559
+ "grad_norm": 3.3757848739624023,
560
+ "learning_rate": 0.00016396730215588915,
561
+ "loss": 1.4618,
562
+ "step": 79
563
+ },
564
+ {
565
+ "epoch": 1.509433962264151,
566
+ "grad_norm": 3.6009631156921387,
567
+ "learning_rate": 0.00016302662328057088,
568
+ "loss": 1.5391,
569
+ "step": 80
570
+ },
571
+ {
572
+ "epoch": 1.5283018867924527,
573
+ "grad_norm": 3.2048425674438477,
574
+ "learning_rate": 0.00016207659941167485,
575
+ "loss": 1.7071,
576
+ "step": 81
577
+ },
578
+ {
579
+ "epoch": 1.5471698113207548,
580
+ "grad_norm": 3.4440090656280518,
581
+ "learning_rate": 0.00016111737140978494,
582
+ "loss": 1.7924,
583
+ "step": 82
584
+ },
585
+ {
586
+ "epoch": 1.5660377358490565,
587
+ "grad_norm": 3.539468288421631,
588
+ "learning_rate": 0.00016014908150018703,
589
+ "loss": 1.3348,
590
+ "step": 83
591
+ },
592
+ {
593
+ "epoch": 1.5849056603773586,
594
+ "grad_norm": 4.010547161102295,
595
+ "learning_rate": 0.00015917187325178138,
596
+ "loss": 1.4573,
597
+ "step": 84
598
+ },
599
+ {
600
+ "epoch": 1.6037735849056602,
601
+ "grad_norm": 3.605386734008789,
602
+ "learning_rate": 0.0001581858915557953,
603
+ "loss": 1.5987,
604
+ "step": 85
605
+ },
606
+ {
607
+ "epoch": 1.6226415094339623,
608
+ "grad_norm": 2.3369998931884766,
609
+ "learning_rate": 0.0001571912826043003,
610
+ "loss": 1.555,
611
+ "step": 86
612
+ },
613
+ {
614
+ "epoch": 1.641509433962264,
615
+ "grad_norm": 3.1403045654296875,
616
+ "learning_rate": 0.00015618819386853606,
617
+ "loss": 1.5138,
618
+ "step": 87
619
+ },
620
+ {
621
+ "epoch": 1.6603773584905661,
622
+ "grad_norm": 3.0938310623168945,
623
+ "learning_rate": 0.0001551767740770446,
624
+ "loss": 1.444,
625
+ "step": 88
626
+ },
627
+ {
628
+ "epoch": 1.6792452830188678,
629
+ "grad_norm": 2.6411221027374268,
630
+ "learning_rate": 0.00015415717319361847,
631
+ "loss": 1.2681,
632
+ "step": 89
633
+ },
634
+ {
635
+ "epoch": 1.6981132075471699,
636
+ "grad_norm": 3.132369041442871,
637
+ "learning_rate": 0.00015312954239506533,
638
+ "loss": 1.6189,
639
+ "step": 90
640
+ },
641
+ {
642
+ "epoch": 1.7169811320754715,
643
+ "grad_norm": 2.8721351623535156,
644
+ "learning_rate": 0.00015209403404879303,
645
+ "loss": 1.351,
646
+ "step": 91
647
+ },
648
+ {
649
+ "epoch": 1.7358490566037736,
650
+ "grad_norm": 3.856358051300049,
651
+ "learning_rate": 0.0001510508016902179,
652
+ "loss": 1.5624,
653
+ "step": 92
654
+ },
655
+ {
656
+ "epoch": 1.7547169811320755,
657
+ "grad_norm": 3.9972498416900635,
658
+ "learning_rate": 0.00015000000000000001,
659
+ "loss": 1.447,
660
+ "step": 93
661
+ },
662
+ {
663
+ "epoch": 1.7735849056603774,
664
+ "grad_norm": 2.7673652172088623,
665
+ "learning_rate": 0.00014894178478110857,
666
+ "loss": 1.4526,
667
+ "step": 94
668
+ },
669
+ {
670
+ "epoch": 1.7924528301886793,
671
+ "grad_norm": 3.1705822944641113,
672
+ "learning_rate": 0.00014787631293572092,
673
+ "loss": 1.2079,
674
+ "step": 95
675
+ },
676
+ {
677
+ "epoch": 1.8113207547169812,
678
+ "grad_norm": 2.8597121238708496,
679
+ "learning_rate": 0.0001468037424419586,
680
+ "loss": 1.1173,
681
+ "step": 96
682
+ },
683
+ {
684
+ "epoch": 1.830188679245283,
685
+ "grad_norm": 2.7988481521606445,
686
+ "learning_rate": 0.00014572423233046386,
687
+ "loss": 1.5903,
688
+ "step": 97
689
+ },
690
+ {
691
+ "epoch": 1.849056603773585,
692
+ "grad_norm": 2.7639687061309814,
693
+ "learning_rate": 0.00014463794266081993,
694
+ "loss": 1.2,
695
+ "step": 98
696
+ },
697
+ {
698
+ "epoch": 1.8679245283018868,
699
+ "grad_norm": 3.7310075759887695,
700
+ "learning_rate": 0.00014354503449781912,
701
+ "loss": 1.5971,
702
+ "step": 99
703
+ },
704
+ {
705
+ "epoch": 1.8867924528301887,
706
+ "grad_norm": 3.9048783779144287,
707
+ "learning_rate": 0.00014244566988758152,
708
+ "loss": 1.4054,
709
+ "step": 100
710
+ },
711
+ {
712
+ "epoch": 1.9056603773584906,
713
+ "grad_norm": 3.424018144607544,
714
+ "learning_rate": 0.00014134001183352832,
715
+ "loss": 1.4166,
716
+ "step": 101
717
+ },
718
+ {
719
+ "epoch": 1.9245283018867925,
720
+ "grad_norm": 3.7610878944396973,
721
+ "learning_rate": 0.00014022822427221324,
722
+ "loss": 1.3645,
723
+ "step": 102
724
+ },
725
+ {
726
+ "epoch": 1.9433962264150944,
727
+ "grad_norm": 3.938345193862915,
728
+ "learning_rate": 0.0001391104720490156,
729
+ "loss": 1.2987,
730
+ "step": 103
731
+ },
732
+ {
733
+ "epoch": 1.9622641509433962,
734
+ "grad_norm": 3.1331722736358643,
735
+ "learning_rate": 0.00013798692089369855,
736
+ "loss": 1.4195,
737
+ "step": 104
738
+ },
739
+ {
740
+ "epoch": 1.9811320754716981,
741
+ "grad_norm": 3.347231388092041,
742
+ "learning_rate": 0.00013685773739583617,
743
+ "loss": 1.4004,
744
+ "step": 105
745
+ },
746
+ {
747
+ "epoch": 2.0,
748
+ "grad_norm": 7.958104610443115,
749
+ "learning_rate": 0.0001357230889801133,
750
+ "loss": 1.295,
751
+ "step": 106
752
+ },
753
+ {
754
+ "epoch": 2.018867924528302,
755
+ "grad_norm": 2.7938392162323,
756
+ "learning_rate": 0.00013458314388150114,
757
+ "loss": 0.8655,
758
+ "step": 107
759
+ },
760
+ {
761
+ "epoch": 2.0377358490566038,
762
+ "grad_norm": 3.1623213291168213,
763
+ "learning_rate": 0.00013343807112031327,
764
+ "loss": 0.8786,
765
+ "step": 108
766
+ },
767
+ {
768
+ "epoch": 2.056603773584906,
769
+ "grad_norm": 2.9963018894195557,
770
+ "learning_rate": 0.00013228804047714463,
771
+ "loss": 0.8819,
772
+ "step": 109
773
+ },
774
+ {
775
+ "epoch": 2.0754716981132075,
776
+ "grad_norm": 2.4673538208007812,
777
+ "learning_rate": 0.00013113322246769817,
778
+ "loss": 0.8189,
779
+ "step": 110
780
+ },
781
+ {
782
+ "epoch": 2.0943396226415096,
783
+ "grad_norm": 3.187716245651245,
784
+ "learning_rate": 0.00012997378831750242,
785
+ "loss": 0.8267,
786
+ "step": 111
787
+ },
788
+ {
789
+ "epoch": 2.1132075471698113,
790
+ "grad_norm": 2.730367422103882,
791
+ "learning_rate": 0.00012880990993652377,
792
+ "loss": 0.7693,
793
+ "step": 112
794
+ },
795
+ {
796
+ "epoch": 2.1320754716981134,
797
+ "grad_norm": 2.9551656246185303,
798
+ "learning_rate": 0.00012764175989367718,
799
+ "loss": 0.7605,
800
+ "step": 113
801
+ },
802
+ {
803
+ "epoch": 2.150943396226415,
804
+ "grad_norm": 4.102267742156982,
805
+ "learning_rate": 0.00012646951139123934,
806
+ "loss": 0.907,
807
+ "step": 114
808
+ },
809
+ {
810
+ "epoch": 2.169811320754717,
811
+ "grad_norm": 4.0557026863098145,
812
+ "learning_rate": 0.00012529333823916807,
813
+ "loss": 0.9109,
814
+ "step": 115
815
+ },
816
+ {
817
+ "epoch": 2.188679245283019,
818
+ "grad_norm": 3.8453004360198975,
819
+ "learning_rate": 0.0001241134148293311,
820
+ "loss": 0.7561,
821
+ "step": 116
822
+ },
823
+ {
824
+ "epoch": 2.207547169811321,
825
+ "grad_norm": 5.24804162979126,
826
+ "learning_rate": 0.00012292991610964903,
827
+ "loss": 0.9191,
828
+ "step": 117
829
+ },
830
+ {
831
+ "epoch": 2.2264150943396226,
832
+ "grad_norm": 4.6383795738220215,
833
+ "learning_rate": 0.00012174301755815571,
834
+ "loss": 0.8057,
835
+ "step": 118
836
+ },
837
+ {
838
+ "epoch": 2.2452830188679247,
839
+ "grad_norm": 4.45780086517334,
840
+ "learning_rate": 0.00012055289515698007,
841
+ "loss": 0.895,
842
+ "step": 119
843
+ },
844
+ {
845
+ "epoch": 2.2641509433962264,
846
+ "grad_norm": 4.987161636352539,
847
+ "learning_rate": 0.00011935972536625302,
848
+ "loss": 0.8043,
849
+ "step": 120
850
+ },
851
+ {
852
+ "epoch": 2.2830188679245285,
853
+ "grad_norm": 3.0627079010009766,
854
+ "learning_rate": 0.00011816368509794364,
855
+ "loss": 0.7107,
856
+ "step": 121
857
+ },
858
+ {
859
+ "epoch": 2.30188679245283,
860
+ "grad_norm": 3.219001293182373,
861
+ "learning_rate": 0.00011696495168962847,
862
+ "loss": 0.7408,
863
+ "step": 122
864
+ },
865
+ {
866
+ "epoch": 2.3207547169811322,
867
+ "grad_norm": 3.5602636337280273,
868
+ "learning_rate": 0.00011576370287819736,
869
+ "loss": 0.748,
870
+ "step": 123
871
+ },
872
+ {
873
+ "epoch": 2.339622641509434,
874
+ "grad_norm": 4.614081382751465,
875
+ "learning_rate": 0.00011456011677350051,
876
+ "loss": 0.7347,
877
+ "step": 124
878
+ },
879
+ {
880
+ "epoch": 2.358490566037736,
881
+ "grad_norm": 3.4051380157470703,
882
+ "learning_rate": 0.0001133543718319398,
883
+ "loss": 0.6849,
884
+ "step": 125
885
+ },
886
+ {
887
+ "epoch": 2.3773584905660377,
888
+ "grad_norm": 4.593987464904785,
889
+ "learning_rate": 0.00011214664683000927,
890
+ "loss": 0.811,
891
+ "step": 126
892
+ },
893
+ {
894
+ "epoch": 2.3962264150943398,
895
+ "grad_norm": 3.460425853729248,
896
+ "learning_rate": 0.00011093712083778746,
897
+ "loss": 0.7217,
898
+ "step": 127
899
+ },
900
+ {
901
+ "epoch": 2.4150943396226414,
902
+ "grad_norm": 4.334282875061035,
903
+ "learning_rate": 0.0001097259731923869,
904
+ "loss": 0.9764,
905
+ "step": 128
906
+ },
907
+ {
908
+ "epoch": 2.4339622641509435,
909
+ "grad_norm": 4.153921127319336,
910
+ "learning_rate": 0.00010851338347136357,
911
+ "loss": 0.755,
912
+ "step": 129
913
+ },
914
+ {
915
+ "epoch": 2.452830188679245,
916
+ "grad_norm": 3.751748561859131,
917
+ "learning_rate": 0.00010729953146609076,
918
+ "loss": 0.7872,
919
+ "step": 130
920
+ },
921
+ {
922
+ "epoch": 2.4716981132075473,
923
+ "grad_norm": 3.157301664352417,
924
+ "learning_rate": 0.00010608459715510139,
925
+ "loss": 0.6977,
926
+ "step": 131
927
+ },
928
+ {
929
+ "epoch": 2.490566037735849,
930
+ "grad_norm": 3.9355554580688477,
931
+ "learning_rate": 0.00010486876067740252,
932
+ "loss": 0.6962,
933
+ "step": 132
934
+ },
935
+ {
936
+ "epoch": 2.509433962264151,
937
+ "grad_norm": 3.7606890201568604,
938
+ "learning_rate": 0.0001036522023057659,
939
+ "loss": 0.7766,
940
+ "step": 133
941
+ },
942
+ {
943
+ "epoch": 2.5283018867924527,
944
+ "grad_norm": 3.3978798389434814,
945
+ "learning_rate": 0.00010243510241999899,
946
+ "loss": 0.7456,
947
+ "step": 134
948
+ },
949
+ {
950
+ "epoch": 2.547169811320755,
951
+ "grad_norm": 4.373416423797607,
952
+ "learning_rate": 0.00010121764148019976,
953
+ "loss": 0.7904,
954
+ "step": 135
955
+ },
956
+ {
957
+ "epoch": 2.5660377358490565,
958
+ "grad_norm": 3.233684539794922,
959
+ "learning_rate": 0.0001,
960
+ "loss": 0.6922,
961
+ "step": 136
962
+ },
963
+ {
964
+ "epoch": 2.5849056603773586,
965
+ "grad_norm": 2.8673453330993652,
966
+ "learning_rate": 9.878235851980025e-05,
967
+ "loss": 0.755,
968
+ "step": 137
969
+ },
970
+ {
971
+ "epoch": 2.6037735849056602,
972
+ "grad_norm": 4.115866661071777,
973
+ "learning_rate": 9.756489758000105e-05,
974
+ "loss": 0.8105,
975
+ "step": 138
976
+ },
977
+ {
978
+ "epoch": 2.6226415094339623,
979
+ "grad_norm": 4.364792823791504,
980
+ "learning_rate": 9.63477976942341e-05,
981
+ "loss": 0.8063,
982
+ "step": 139
983
+ },
984
+ {
985
+ "epoch": 2.641509433962264,
986
+ "grad_norm": 3.319819927215576,
987
+ "learning_rate": 9.513123932259751e-05,
988
+ "loss": 0.7105,
989
+ "step": 140
990
+ },
991
+ {
992
+ "epoch": 2.660377358490566,
993
+ "grad_norm": 3.4825072288513184,
994
+ "learning_rate": 9.391540284489862e-05,
995
+ "loss": 0.6319,
996
+ "step": 141
997
+ },
998
+ {
999
+ "epoch": 2.6792452830188678,
1000
+ "grad_norm": 4.888297080993652,
1001
+ "learning_rate": 9.270046853390925e-05,
1002
+ "loss": 0.9002,
1003
+ "step": 142
1004
+ },
1005
+ {
1006
+ "epoch": 2.69811320754717,
1007
+ "grad_norm": 3.9948232173919678,
1008
+ "learning_rate": 9.148661652863642e-05,
1009
+ "loss": 0.8127,
1010
+ "step": 143
1011
+ },
1012
+ {
1013
+ "epoch": 2.7169811320754715,
1014
+ "grad_norm": 4.544849395751953,
1015
+ "learning_rate": 9.027402680761309e-05,
1016
+ "loss": 0.8186,
1017
+ "step": 144
1018
+ },
1019
+ {
1020
+ "epoch": 2.7358490566037736,
1021
+ "grad_norm": 4.437803268432617,
1022
+ "learning_rate": 8.906287916221259e-05,
1023
+ "loss": 0.8359,
1024
+ "step": 145
1025
+ },
1026
+ {
1027
+ "epoch": 2.7547169811320753,
1028
+ "grad_norm": 4.868703842163086,
1029
+ "learning_rate": 8.785335316999078e-05,
1030
+ "loss": 0.8483,
1031
+ "step": 146
1032
+ },
1033
+ {
1034
+ "epoch": 2.7735849056603774,
1035
+ "grad_norm": 4.967810153961182,
1036
+ "learning_rate": 8.664562816806022e-05,
1037
+ "loss": 0.9694,
1038
+ "step": 147
1039
+ },
1040
+ {
1041
+ "epoch": 2.7924528301886795,
1042
+ "grad_norm": 4.962375164031982,
1043
+ "learning_rate": 8.543988322649954e-05,
1044
+ "loss": 0.9566,
1045
+ "step": 148
1046
+ },
1047
+ {
1048
+ "epoch": 2.811320754716981,
1049
+ "grad_norm": 3.4327187538146973,
1050
+ "learning_rate": 8.423629712180265e-05,
1051
+ "loss": 0.7338,
1052
+ "step": 149
1053
+ },
1054
+ {
1055
+ "epoch": 2.830188679245283,
1056
+ "grad_norm": 4.282032012939453,
1057
+ "learning_rate": 8.303504831037154e-05,
1058
+ "loss": 0.7555,
1059
+ "step": 150
1060
+ },
1061
+ {
1062
+ "epoch": 2.849056603773585,
1063
+ "grad_norm": 2.7784788608551025,
1064
+ "learning_rate": 8.183631490205637e-05,
1065
+ "loss": 0.5799,
1066
+ "step": 151
1067
+ },
1068
+ {
1069
+ "epoch": 2.867924528301887,
1070
+ "grad_norm": 3.580303192138672,
1071
+ "learning_rate": 8.064027463374702e-05,
1072
+ "loss": 0.8267,
1073
+ "step": 152
1074
+ },
1075
+ {
1076
+ "epoch": 2.8867924528301887,
1077
+ "grad_norm": 3.964838981628418,
1078
+ "learning_rate": 7.944710484301995e-05,
1079
+ "loss": 0.8239,
1080
+ "step": 153
1081
+ },
1082
+ {
1083
+ "epoch": 2.9056603773584904,
1084
+ "grad_norm": 3.3083627223968506,
1085
+ "learning_rate": 7.825698244184431e-05,
1086
+ "loss": 0.6842,
1087
+ "step": 154
1088
+ },
1089
+ {
1090
+ "epoch": 2.9245283018867925,
1091
+ "grad_norm": 3.5870604515075684,
1092
+ "learning_rate": 7.707008389035101e-05,
1093
+ "loss": 0.7782,
1094
+ "step": 155
1095
+ },
1096
+ {
1097
+ "epoch": 2.9433962264150946,
1098
+ "grad_norm": 3.623816728591919,
1099
+ "learning_rate": 7.588658517066892e-05,
1100
+ "loss": 0.7621,
1101
+ "step": 156
1102
+ },
1103
+ {
1104
+ "epoch": 2.9622641509433962,
1105
+ "grad_norm": 3.9412410259246826,
1106
+ "learning_rate": 7.470666176083192e-05,
1107
+ "loss": 0.7291,
1108
+ "step": 157
1109
+ },
1110
+ {
1111
+ "epoch": 2.981132075471698,
1112
+ "grad_norm": 3.9385383129119873,
1113
+ "learning_rate": 7.353048860876064e-05,
1114
+ "loss": 0.8624,
1115
+ "step": 158
1116
+ },
1117
+ {
1118
+ "epoch": 3.0,
1119
+ "grad_norm": 9.64533519744873,
1120
+ "learning_rate": 7.235824010632283e-05,
1121
+ "loss": 1.1187,
1122
+ "step": 159
1123
+ },
1124
+ {
1125
+ "epoch": 3.018867924528302,
1126
+ "grad_norm": 2.421513080596924,
1127
+ "learning_rate": 7.119009006347625e-05,
1128
+ "loss": 0.5056,
1129
+ "step": 160
1130
+ },
1131
+ {
1132
+ "epoch": 3.0377358490566038,
1133
+ "grad_norm": 3.147653102874756,
1134
+ "learning_rate": 7.002621168249759e-05,
1135
+ "loss": 0.5471,
1136
+ "step": 161
1137
+ },
1138
+ {
1139
+ "epoch": 3.056603773584906,
1140
+ "grad_norm": 2.8054962158203125,
1141
+ "learning_rate": 6.886677753230184e-05,
1142
+ "loss": 0.5752,
1143
+ "step": 162
1144
+ },
1145
+ {
1146
+ "epoch": 3.0754716981132075,
1147
+ "grad_norm": 2.7173664569854736,
1148
+ "learning_rate": 6.77119595228554e-05,
1149
+ "loss": 0.5369,
1150
+ "step": 163
1151
+ },
1152
+ {
1153
+ "epoch": 3.0943396226415096,
1154
+ "grad_norm": 3.901042938232422,
1155
+ "learning_rate": 6.656192887968675e-05,
1156
+ "loss": 0.4626,
1157
+ "step": 164
1158
+ },
1159
+ {
1160
+ "epoch": 3.1132075471698113,
1161
+ "grad_norm": 2.6537182331085205,
1162
+ "learning_rate": 6.541685611849887e-05,
1163
+ "loss": 0.5124,
1164
+ "step": 165
1165
+ },
1166
+ {
1167
+ "epoch": 3.1320754716981134,
1168
+ "grad_norm": 2.607658863067627,
1169
+ "learning_rate": 6.427691101988673e-05,
1170
+ "loss": 0.5035,
1171
+ "step": 166
1172
+ },
1173
+ {
1174
+ "epoch": 3.150943396226415,
1175
+ "grad_norm": 3.2988381385803223,
1176
+ "learning_rate": 6.314226260416382e-05,
1177
+ "loss": 0.5092,
1178
+ "step": 167
1179
+ },
1180
+ {
1181
+ "epoch": 3.169811320754717,
1182
+ "grad_norm": 2.6154379844665527,
1183
+ "learning_rate": 6.201307910630146e-05,
1184
+ "loss": 0.3957,
1185
+ "step": 168
1186
+ },
1187
+ {
1188
+ "epoch": 3.188679245283019,
1189
+ "grad_norm": 2.4007461071014404,
1190
+ "learning_rate": 6.0889527950984416e-05,
1191
+ "loss": 0.3623,
1192
+ "step": 169
1193
+ },
1194
+ {
1195
+ "epoch": 3.207547169811321,
1196
+ "grad_norm": 2.508924722671509,
1197
+ "learning_rate": 5.977177572778678e-05,
1198
+ "loss": 0.3206,
1199
+ "step": 170
1200
+ },
1201
+ {
1202
+ "epoch": 3.2264150943396226,
1203
+ "grad_norm": 3.345323085784912,
1204
+ "learning_rate": 5.865998816647171e-05,
1205
+ "loss": 0.5237,
1206
+ "step": 171
1207
+ },
1208
+ {
1209
+ "epoch": 3.2452830188679247,
1210
+ "grad_norm": 3.6217191219329834,
1211
+ "learning_rate": 5.755433011241851e-05,
1212
+ "loss": 0.4244,
1213
+ "step": 172
1214
+ },
1215
+ {
1216
+ "epoch": 3.2641509433962264,
1217
+ "grad_norm": 2.2621614933013916,
1218
+ "learning_rate": 5.645496550218089e-05,
1219
+ "loss": 0.3281,
1220
+ "step": 173
1221
+ },
1222
+ {
1223
+ "epoch": 3.2830188679245285,
1224
+ "grad_norm": 2.162639617919922,
1225
+ "learning_rate": 5.536205733918007e-05,
1226
+ "loss": 0.2759,
1227
+ "step": 174
1228
+ },
1229
+ {
1230
+ "epoch": 3.30188679245283,
1231
+ "grad_norm": 3.1658148765563965,
1232
+ "learning_rate": 5.4275767669536146e-05,
1233
+ "loss": 0.3728,
1234
+ "step": 175
1235
+ },
1236
+ {
1237
+ "epoch": 3.3207547169811322,
1238
+ "grad_norm": 4.21240234375,
1239
+ "learning_rate": 5.3196257558041386e-05,
1240
+ "loss": 0.4965,
1241
+ "step": 176
1242
+ },
1243
+ {
1244
+ "epoch": 3.339622641509434,
1245
+ "grad_norm": 2.725277900695801,
1246
+ "learning_rate": 5.212368706427912e-05,
1247
+ "loss": 0.2835,
1248
+ "step": 177
1249
+ },
1250
+ {
1251
+ "epoch": 3.358490566037736,
1252
+ "grad_norm": 3.9107651710510254,
1253
+ "learning_rate": 5.105821521889147e-05,
1254
+ "loss": 0.4181,
1255
+ "step": 178
1256
+ },
1257
+ {
1258
+ "epoch": 3.3773584905660377,
1259
+ "grad_norm": 3.5245237350463867,
1260
+ "learning_rate": 5.000000000000002e-05,
1261
+ "loss": 0.4086,
1262
+ "step": 179
1263
+ },
1264
+ {
1265
+ "epoch": 3.3962264150943398,
1266
+ "grad_norm": 4.99196195602417,
1267
+ "learning_rate": 4.894919830978212e-05,
1268
+ "loss": 0.5434,
1269
+ "step": 180
1270
+ },
1271
+ {
1272
+ "epoch": 3.4150943396226414,
1273
+ "grad_norm": 4.471066474914551,
1274
+ "learning_rate": 4.790596595120699e-05,
1275
+ "loss": 0.5829,
1276
+ "step": 181
1277
+ },
1278
+ {
1279
+ "epoch": 3.4339622641509435,
1280
+ "grad_norm": 4.952585697174072,
1281
+ "learning_rate": 4.687045760493468e-05,
1282
+ "loss": 0.5025,
1283
+ "step": 182
1284
+ },
1285
+ {
1286
+ "epoch": 3.452830188679245,
1287
+ "grad_norm": 3.4417154788970947,
1288
+ "learning_rate": 4.5842826806381544e-05,
1289
+ "loss": 0.3641,
1290
+ "step": 183
1291
+ },
1292
+ {
1293
+ "epoch": 3.4716981132075473,
1294
+ "grad_norm": 4.35126256942749,
1295
+ "learning_rate": 4.48232259229554e-05,
1296
+ "loss": 0.4988,
1297
+ "step": 184
1298
+ },
1299
+ {
1300
+ "epoch": 3.490566037735849,
1301
+ "grad_norm": 4.080723285675049,
1302
+ "learning_rate": 4.381180613146395e-05,
1303
+ "loss": 0.4638,
1304
+ "step": 185
1305
+ },
1306
+ {
1307
+ "epoch": 3.509433962264151,
1308
+ "grad_norm": 3.815850019454956,
1309
+ "learning_rate": 4.280871739569972e-05,
1310
+ "loss": 0.4974,
1311
+ "step": 186
1312
+ },
1313
+ {
1314
+ "epoch": 3.5283018867924527,
1315
+ "grad_norm": 2.9292290210723877,
1316
+ "learning_rate": 4.181410844420474e-05,
1317
+ "loss": 0.3731,
1318
+ "step": 187
1319
+ },
1320
+ {
1321
+ "epoch": 3.547169811320755,
1322
+ "grad_norm": 3.3885891437530518,
1323
+ "learning_rate": 4.0828126748218654e-05,
1324
+ "loss": 0.4534,
1325
+ "step": 188
1326
+ },
1327
+ {
1328
+ "epoch": 3.5660377358490565,
1329
+ "grad_norm": 2.7148234844207764,
1330
+ "learning_rate": 3.985091849981297e-05,
1331
+ "loss": 0.3466,
1332
+ "step": 189
1333
+ },
1334
+ {
1335
+ "epoch": 3.5849056603773586,
1336
+ "grad_norm": 3.8354432582855225,
1337
+ "learning_rate": 3.8882628590215074e-05,
1338
+ "loss": 0.4904,
1339
+ "step": 190
1340
+ },
1341
+ {
1342
+ "epoch": 3.6037735849056602,
1343
+ "grad_norm": 3.343653678894043,
1344
+ "learning_rate": 3.7923400588325155e-05,
1345
+ "loss": 0.4574,
1346
+ "step": 191
1347
+ },
1348
+ {
1349
+ "epoch": 3.6226415094339623,
1350
+ "grad_norm": 2.6676838397979736,
1351
+ "learning_rate": 3.697337671942913e-05,
1352
+ "loss": 0.3529,
1353
+ "step": 192
1354
+ },
1355
+ {
1356
+ "epoch": 3.641509433962264,
1357
+ "grad_norm": 3.5791468620300293,
1358
+ "learning_rate": 3.60326978441109e-05,
1359
+ "loss": 0.4859,
1360
+ "step": 193
1361
+ },
1362
+ {
1363
+ "epoch": 3.660377358490566,
1364
+ "grad_norm": 3.582289695739746,
1365
+ "learning_rate": 3.510150343736668e-05,
1366
+ "loss": 0.5873,
1367
+ "step": 194
1368
+ },
1369
+ {
1370
+ "epoch": 3.6792452830188678,
1371
+ "grad_norm": 3.2222278118133545,
1372
+ "learning_rate": 3.4179931567925216e-05,
1373
+ "loss": 0.4527,
1374
+ "step": 195
1375
+ },
1376
+ {
1377
+ "epoch": 3.69811320754717,
1378
+ "grad_norm": 5.0612616539001465,
1379
+ "learning_rate": 3.3268118877776066e-05,
1380
+ "loss": 0.5701,
1381
+ "step": 196
1382
+ },
1383
+ {
1384
+ "epoch": 3.7169811320754715,
1385
+ "grad_norm": 4.360406875610352,
1386
+ "learning_rate": 3.236620056190972e-05,
1387
+ "loss": 0.5906,
1388
+ "step": 197
1389
+ },
1390
+ {
1391
+ "epoch": 3.7358490566037736,
1392
+ "grad_norm": 3.25287127494812,
1393
+ "learning_rate": 3.147431034827208e-05,
1394
+ "loss": 0.4554,
1395
+ "step": 198
1396
+ },
1397
+ {
1398
+ "epoch": 3.7547169811320753,
1399
+ "grad_norm": 2.8619189262390137,
1400
+ "learning_rate": 3.059258047793661e-05,
1401
+ "loss": 0.4203,
1402
+ "step": 199
1403
+ },
1404
+ {
1405
+ "epoch": 3.7735849056603774,
1406
+ "grad_norm": 4.216496467590332,
1407
+ "learning_rate": 2.9721141685496823e-05,
1408
+ "loss": 0.5493,
1409
+ "step": 200
1410
+ },
1411
+ {
1412
+ "epoch": 3.7924528301886795,
1413
+ "grad_norm": 4.07708215713501,
1414
+ "learning_rate": 2.8860123179682242e-05,
1415
+ "loss": 0.5709,
1416
+ "step": 201
1417
+ },
1418
+ {
1419
+ "epoch": 3.811320754716981,
1420
+ "grad_norm": 3.971759796142578,
1421
+ "learning_rate": 2.800965262420043e-05,
1422
+ "loss": 0.5874,
1423
+ "step": 202
1424
+ },
1425
+ {
1426
+ "epoch": 3.830188679245283,
1427
+ "grad_norm": 2.842815399169922,
1428
+ "learning_rate": 2.716985611880841e-05,
1429
+ "loss": 0.3789,
1430
+ "step": 203
1431
+ },
1432
+ {
1433
+ "epoch": 3.849056603773585,
1434
+ "grad_norm": 2.8079545497894287,
1435
+ "learning_rate": 2.6340858180615646e-05,
1436
+ "loss": 0.4352,
1437
+ "step": 204
1438
+ },
1439
+ {
1440
+ "epoch": 3.867924528301887,
1441
+ "grad_norm": 3.446413516998291,
1442
+ "learning_rate": 2.5522781725621813e-05,
1443
+ "loss": 0.503,
1444
+ "step": 205
1445
+ },
1446
+ {
1447
+ "epoch": 3.8867924528301887,
1448
+ "grad_norm": 4.122068405151367,
1449
+ "learning_rate": 2.471574805049206e-05,
1450
+ "loss": 0.6232,
1451
+ "step": 206
1452
+ },
1453
+ {
1454
+ "epoch": 3.9056603773584904,
1455
+ "grad_norm": 3.0119433403015137,
1456
+ "learning_rate": 2.3919876814572194e-05,
1457
+ "loss": 0.4132,
1458
+ "step": 207
1459
+ },
1460
+ {
1461
+ "epoch": 3.9245283018867925,
1462
+ "grad_norm": 2.8748209476470947,
1463
+ "learning_rate": 2.3135286022146785e-05,
1464
+ "loss": 0.4116,
1465
+ "step": 208
1466
+ },
1467
+ {
1468
+ "epoch": 3.9433962264150946,
1469
+ "grad_norm": 2.9952023029327393,
1470
+ "learning_rate": 2.236209200494258e-05,
1471
+ "loss": 0.4076,
1472
+ "step": 209
1473
+ },
1474
+ {
1475
+ "epoch": 3.9622641509433962,
1476
+ "grad_norm": 3.554006814956665,
1477
+ "learning_rate": 2.1600409404879874e-05,
1478
+ "loss": 0.5219,
1479
+ "step": 210
1480
+ },
1481
+ {
1482
+ "epoch": 3.981132075471698,
1483
+ "grad_norm": 3.578646659851074,
1484
+ "learning_rate": 2.0850351157074598e-05,
1485
+ "loss": 0.6189,
1486
+ "step": 211
1487
+ },
1488
+ {
1489
+ "epoch": 4.0,
1490
+ "grad_norm": 6.404101848602295,
1491
+ "learning_rate": 2.011202847309329e-05,
1492
+ "loss": 0.4517,
1493
+ "step": 212
1494
+ }
1495
+ ],
1496
+ "logging_steps": 1,
1497
+ "max_steps": 265,
1498
+ "num_input_tokens_seen": 0,
1499
+ "num_train_epochs": 5,
1500
+ "save_steps": 500,
1501
+ "stateful_callbacks": {
1502
+ "TrainerControl": {
1503
+ "args": {
1504
+ "should_epoch_stop": false,
1505
+ "should_evaluate": false,
1506
+ "should_log": false,
1507
+ "should_save": true,
1508
+ "should_training_stop": false
1509
+ },
1510
+ "attributes": {}
1511
+ }
1512
+ },
1513
+ "total_flos": 1.7382794559750144e+16,
1514
+ "train_batch_size": 16,
1515
+ "trial_name": null,
1516
+ "trial_params": null
1517
+ }
checkpoint-212/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25b1f3cc06609e6c3214b2ec2bc88284bb9f2f0a116540d08a78d352d59fb1b5
3
+ size 6456
checkpoint-212/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-265/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B
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.14.0
checkpoint-265/adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-7B",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": null,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 16,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.05,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 8,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "up_proj",
27
+ "down_proj",
28
+ "q_proj",
29
+ "k_proj",
30
+ "gate_proj",
31
+ "v_proj",
32
+ "o_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "use_dora": false,
36
+ "use_rslora": false
37
+ }
checkpoint-265/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1626c27c148d75be565ca192cd6f82889d748d4dba5ef6c4270fbfb973ff4c6
3
+ size 80792096