farmery commited on
Commit
10b291d
·
verified ·
1 Parent(s): 8401721

End of training

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ 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
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,174 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: other
4
+ base_model: Qwen/Qwen1.5-0.5B-Chat
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 5fd20dd8-e5e9-4c7e-b857-0b756edd0afb
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ [<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)
17
+ <details><summary>See axolotl config</summary>
18
+
19
+ axolotl version: `0.4.1`
20
+ ```yaml
21
+ adapter: lora
22
+ base_model: Qwen/Qwen1.5-0.5B-Chat
23
+ bf16: auto
24
+ chat_template: llama3
25
+ cosine_min_lr_ratio: 0.1
26
+ data_processes: 16
27
+ dataset_prepared_path: null
28
+ datasets:
29
+ - data_files:
30
+ - 5c94dd176d8aa765_train_data.json
31
+ ds_type: json
32
+ format: custom
33
+ path: /workspace/input_data/5c94dd176d8aa765_train_data.json
34
+ type:
35
+ field_instruction: instruction
36
+ field_output: output_1
37
+ format: '{instruction}'
38
+ no_input_format: '{instruction}'
39
+ system_format: '{system}'
40
+ system_prompt: ''
41
+ debug: null
42
+ deepspeed: null
43
+ device_map: auto
44
+ do_eval: true
45
+ early_stopping_patience: 1
46
+ eval_batch_size: 1
47
+ eval_sample_packing: false
48
+ eval_steps: 25
49
+ evaluation_strategy: steps
50
+ flash_attention: false
51
+ fp16: null
52
+ fsdp: null
53
+ fsdp_config: null
54
+ gradient_accumulation_steps: 32
55
+ gradient_checkpointing: true
56
+ group_by_length: true
57
+ hub_model_id: sn5601/5fd20dd8-e5e9-4c7e-b857-0b756edd0afb
58
+ hub_strategy: checkpoint
59
+ hub_token: null
60
+ learning_rate: 0.0001
61
+ load_in_4bit: false
62
+ load_in_8bit: false
63
+ local_rank: null
64
+ logging_steps: 1
65
+ lora_alpha: 64
66
+ lora_dropout: 0.05
67
+ lora_fan_in_fan_out: null
68
+ lora_model_dir: null
69
+ lora_r: 32
70
+ lora_target_linear: true
71
+ lora_target_modules:
72
+ - q_proj
73
+ - v_proj
74
+ lr_scheduler: cosine
75
+ max_grad_norm: 1.0
76
+ max_memory:
77
+ 0: 70GiB
78
+ 1: 70GiB
79
+ 2: 70GiB
80
+ 3: 70GiB
81
+ max_steps: 100
82
+ micro_batch_size: 1
83
+ mlflow_experiment_name: /tmp/5c94dd176d8aa765_train_data.json
84
+ model_type: AutoModelForCausalLM
85
+ num_epochs: 3
86
+ optim_args:
87
+ adam_beta1: 0.9
88
+ adam_beta2: 0.95
89
+ adam_epsilon: 1e-5
90
+ optimizer: adamw_torch
91
+ output_dir: miner_id_24
92
+ pad_to_sequence_len: true
93
+ resume_from_checkpoint: null
94
+ s2_attention: null
95
+ sample_packing: false
96
+ save_steps: 25
97
+ save_strategy: steps
98
+ sequence_len: 2048
99
+ strict: false
100
+ tf32: false
101
+ tokenizer_type: AutoTokenizer
102
+ torch_compile: false
103
+ train_on_inputs: false
104
+ trust_remote_code: true
105
+ val_set_size: 50
106
+ wandb_entity: sn56-miner
107
+ wandb_mode: disabled
108
+ wandb_name: 5fd20dd8-e5e9-4c7e-b857-0b756edd0afb
109
+ wandb_project: god
110
+ wandb_run: b141
111
+ wandb_runid: 5fd20dd8-e5e9-4c7e-b857-0b756edd0afb
112
+ warmup_ratio: 0.04
113
+ weight_decay: 0.01
114
+ xformers_attention: null
115
+
116
+ ```
117
+
118
+ </details><br>
119
+
120
+ # 5fd20dd8-e5e9-4c7e-b857-0b756edd0afb
121
+
122
+ This model is a fine-tuned version of [Qwen/Qwen1.5-0.5B-Chat](https://huggingface.co/Qwen/Qwen1.5-0.5B-Chat) on the None dataset.
123
+ It achieves the following results on the evaluation set:
124
+ - Loss: 1.2625
125
+
126
+ ## Model description
127
+
128
+ More information needed
129
+
130
+ ## Intended uses & limitations
131
+
132
+ More information needed
133
+
134
+ ## Training and evaluation data
135
+
136
+ More information needed
137
+
138
+ ## Training procedure
139
+
140
+ ### Training hyperparameters
141
+
142
+ The following hyperparameters were used during training:
143
+ - learning_rate: 0.0001
144
+ - train_batch_size: 1
145
+ - eval_batch_size: 1
146
+ - seed: 42
147
+ - distributed_type: multi-GPU
148
+ - num_devices: 4
149
+ - gradient_accumulation_steps: 32
150
+ - total_train_batch_size: 128
151
+ - total_eval_batch_size: 4
152
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=adam_beta1=0.9,adam_beta2=0.95,adam_epsilon=1e-5
153
+ - lr_scheduler_type: cosine
154
+ - lr_scheduler_warmup_steps: 4
155
+ - training_steps: 100
156
+
157
+ ### Training results
158
+
159
+ | Training Loss | Epoch | Step | Validation Loss |
160
+ |:-------------:|:------:|:----:|:---------------:|
161
+ | 1.2501 | 0.0261 | 1 | 1.6212 |
162
+ | 1.2768 | 0.6520 | 25 | 1.3168 |
163
+ | 1.1971 | 1.3040 | 50 | 1.2768 |
164
+ | 1.5192 | 1.9560 | 75 | 1.2682 |
165
+ | 1.253 | 2.6080 | 100 | 1.2625 |
166
+
167
+
168
+ ### Framework versions
169
+
170
+ - PEFT 0.13.2
171
+ - Transformers 4.46.0
172
+ - Pytorch 2.5.0+cu124
173
+ - Datasets 3.0.1
174
+ - Tokenizers 0.20.1
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen1.5-0.5B-Chat",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 64,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "up_proj",
24
+ "gate_proj",
25
+ "k_proj",
26
+ "o_proj",
27
+ "down_proj",
28
+ "q_proj",
29
+ "v_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:783c4aec346216c0bfb6e9b480add856364525ccb5bbfa84cb4c4b0f3dd0b6dc
3
+ size 60676170
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2f8f4775ea2a17489d124c10a82d4b6b89d0f6a49aa048a337142cc30cc16e8
3
+ size 60599872
added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 151643,
3
+ "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644
5
+ }
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "Qwen/Qwen1.5-0.5B-Chat",
4
+ "architectures": [
5
+ "Qwen2ForCausalLM"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "eos_token_id": 151645,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 1024,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 2816,
13
+ "max_position_embeddings": 32768,
14
+ "max_window_layers": 21,
15
+ "model_type": "qwen2",
16
+ "num_attention_heads": 16,
17
+ "num_hidden_layers": 24,
18
+ "num_key_value_heads": 16,
19
+ "rms_norm_eps": 1e-06,
20
+ "rope_scaling": null,
21
+ "rope_theta": 1000000.0,
22
+ "sliding_window": null,
23
+ "tie_word_embeddings": true,
24
+ "torch_dtype": "bfloat16",
25
+ "transformers_version": "4.46.0",
26
+ "use_cache": false,
27
+ "use_sliding_window": false,
28
+ "vocab_size": 151936
29
+ }
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen1.5-0.5B-Chat
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.13.2
last-checkpoint/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen1.5-0.5B-Chat",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 64,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "up_proj",
24
+ "gate_proj",
25
+ "k_proj",
26
+ "o_proj",
27
+ "down_proj",
28
+ "q_proj",
29
+ "v_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2f8f4775ea2a17489d124c10a82d4b6b89d0f6a49aa048a337142cc30cc16e8
3
+ size 60599872
last-checkpoint/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 151643,
3
+ "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644
5
+ }
last-checkpoint/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db7f825f9d046cd65aaf44cc968f70c7b23cd4ffd0b11f10caf8174587cc789e
3
+ size 121392706
last-checkpoint/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0a843234d8a91b33fac7fb9f07e4d59b703173a124ad686a4e8a44169421bae
3
+ size 15024
last-checkpoint/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fa0680f58afe49dd7111f8d1615d0c5f33eb88efa448da830c3eac06af969b6
3
+ size 15024
last-checkpoint/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2157d2a8cbde8f7173e2ac9364e6fc1f18160eaa24f95696da4c0a05311e9e8f
3
+ size 15024
last-checkpoint/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c790de0372f686a8f24a0df5306e891a3d0a87f41a7fc6bf38671e3ae214141d
3
+ size 15024
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:051dee7dfbeecb34b46e8409ffafec324501f465585234624669bc8c9e863ae4
3
+ size 1064
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ],
6
+ "eos_token": {
7
+ "content": "<|im_end|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "pad_token": {
14
+ "content": "<|endoftext|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ }
20
+ }
last-checkpoint/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcfe42da0a4497e8b2b172c1f9f4ec423a46dc12907f4349c55025f670422ba9
3
+ size 11418266
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "151643": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "151644": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "151645": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ }
28
+ },
29
+ "additional_special_tokens": [
30
+ "<|im_start|>",
31
+ "<|im_end|>"
32
+ ],
33
+ "bos_token": null,
34
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
35
+ "clean_up_tokenization_spaces": false,
36
+ "eos_token": "<|im_end|>",
37
+ "errors": "replace",
38
+ "model_max_length": 32768,
39
+ "pad_token": "<|endoftext|>",
40
+ "split_special_tokens": false,
41
+ "tokenizer_class": "Qwen2Tokenizer",
42
+ "unk_token": null
43
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,782 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 1.2625093460083008,
3
+ "best_model_checkpoint": "miner_id_24/checkpoint-100",
4
+ "epoch": 2.6079869600651997,
5
+ "eval_steps": 25,
6
+ "global_step": 100,
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.026079869600651995,
13
+ "grad_norm": 0.6620760560035706,
14
+ "learning_rate": 2.5e-05,
15
+ "loss": 1.2501,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.026079869600651995,
20
+ "eval_loss": 1.6212151050567627,
21
+ "eval_runtime": 0.4971,
22
+ "eval_samples_per_second": 100.592,
23
+ "eval_steps_per_second": 26.154,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.05215973920130399,
28
+ "grad_norm": 1.0186434984207153,
29
+ "learning_rate": 5e-05,
30
+ "loss": 1.4369,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.07823960880195599,
35
+ "grad_norm": 0.7852559089660645,
36
+ "learning_rate": 7.500000000000001e-05,
37
+ "loss": 1.3094,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.10431947840260798,
42
+ "grad_norm": 0.6789484024047852,
43
+ "learning_rate": 0.0001,
44
+ "loss": 1.3378,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 0.13039934800325997,
49
+ "grad_norm": 0.5586358308792114,
50
+ "learning_rate": 9.997590643643647e-05,
51
+ "loss": 1.4974,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 0.15647921760391198,
56
+ "grad_norm": 0.3749651610851288,
57
+ "learning_rate": 9.990365154573717e-05,
58
+ "loss": 1.3339,
59
+ "step": 6
60
+ },
61
+ {
62
+ "epoch": 0.18255908720456399,
63
+ "grad_norm": 0.42121371626853943,
64
+ "learning_rate": 9.978331270024886e-05,
65
+ "loss": 1.5307,
66
+ "step": 7
67
+ },
68
+ {
69
+ "epoch": 0.20863895680521596,
70
+ "grad_norm": 2.6662514209747314,
71
+ "learning_rate": 9.961501876182148e-05,
72
+ "loss": 1.7291,
73
+ "step": 8
74
+ },
75
+ {
76
+ "epoch": 0.23471882640586797,
77
+ "grad_norm": 0.906875491142273,
78
+ "learning_rate": 9.939894994381957e-05,
79
+ "loss": 1.7642,
80
+ "step": 9
81
+ },
82
+ {
83
+ "epoch": 0.26079869600651995,
84
+ "grad_norm": 0.32841840386390686,
85
+ "learning_rate": 9.913533761814537e-05,
86
+ "loss": 1.1277,
87
+ "step": 10
88
+ },
89
+ {
90
+ "epoch": 0.28687856560717195,
91
+ "grad_norm": 0.32854458689689636,
92
+ "learning_rate": 9.882446406748002e-05,
93
+ "loss": 1.2506,
94
+ "step": 11
95
+ },
96
+ {
97
+ "epoch": 0.31295843520782396,
98
+ "grad_norm": 0.2924271523952484,
99
+ "learning_rate": 9.846666218300807e-05,
100
+ "loss": 1.3405,
101
+ "step": 12
102
+ },
103
+ {
104
+ "epoch": 0.33903830480847597,
105
+ "grad_norm": 0.28709307312965393,
106
+ "learning_rate": 9.80623151079494e-05,
107
+ "loss": 1.276,
108
+ "step": 13
109
+ },
110
+ {
111
+ "epoch": 0.36511817440912797,
112
+ "grad_norm": 0.26937562227249146,
113
+ "learning_rate": 9.761185582727977e-05,
114
+ "loss": 1.3337,
115
+ "step": 14
116
+ },
117
+ {
118
+ "epoch": 0.39119804400978,
119
+ "grad_norm": 0.25019437074661255,
120
+ "learning_rate": 9.711576670407965e-05,
121
+ "loss": 1.3807,
122
+ "step": 15
123
+ },
124
+ {
125
+ "epoch": 0.4172779136104319,
126
+ "grad_norm": 0.27004799246788025,
127
+ "learning_rate": 9.657457896300791e-05,
128
+ "loss": 1.3273,
129
+ "step": 16
130
+ },
131
+ {
132
+ "epoch": 0.44335778321108393,
133
+ "grad_norm": 0.3201175034046173,
134
+ "learning_rate": 9.598887212145291e-05,
135
+ "loss": 1.5258,
136
+ "step": 17
137
+ },
138
+ {
139
+ "epoch": 0.46943765281173594,
140
+ "grad_norm": 0.4178328216075897,
141
+ "learning_rate": 9.535927336897098e-05,
142
+ "loss": 1.6499,
143
+ "step": 18
144
+ },
145
+ {
146
+ "epoch": 0.49551752241238795,
147
+ "grad_norm": 0.9188335537910461,
148
+ "learning_rate": 9.468645689567598e-05,
149
+ "loss": 1.846,
150
+ "step": 19
151
+ },
152
+ {
153
+ "epoch": 0.5215973920130399,
154
+ "grad_norm": 0.2169221043586731,
155
+ "learning_rate": 9.397114317029975e-05,
156
+ "loss": 1.1765,
157
+ "step": 20
158
+ },
159
+ {
160
+ "epoch": 0.5476772616136919,
161
+ "grad_norm": 0.2450340837240219,
162
+ "learning_rate": 9.321409816869605e-05,
163
+ "loss": 1.2586,
164
+ "step": 21
165
+ },
166
+ {
167
+ "epoch": 0.5737571312143439,
168
+ "grad_norm": 0.2194407731294632,
169
+ "learning_rate": 9.241613255361455e-05,
170
+ "loss": 1.2651,
171
+ "step": 22
172
+ },
173
+ {
174
+ "epoch": 0.5998370008149959,
175
+ "grad_norm": 0.216043621301651,
176
+ "learning_rate": 9.157810080662269e-05,
177
+ "loss": 1.2809,
178
+ "step": 23
179
+ },
180
+ {
181
+ "epoch": 0.6259168704156479,
182
+ "grad_norm": 0.2400970458984375,
183
+ "learning_rate": 9.070090031310558e-05,
184
+ "loss": 1.3573,
185
+ "step": 24
186
+ },
187
+ {
188
+ "epoch": 0.6519967400162999,
189
+ "grad_norm": 0.2485317438840866,
190
+ "learning_rate": 8.978547040132317e-05,
191
+ "loss": 1.2768,
192
+ "step": 25
193
+ },
194
+ {
195
+ "epoch": 0.6519967400162999,
196
+ "eval_loss": 1.3168331384658813,
197
+ "eval_runtime": 0.4947,
198
+ "eval_samples_per_second": 101.078,
199
+ "eval_steps_per_second": 26.28,
200
+ "step": 25
201
+ },
202
+ {
203
+ "epoch": 0.6780766096169519,
204
+ "grad_norm": 0.858853280544281,
205
+ "learning_rate": 8.883279133655399e-05,
206
+ "loss": 1.4349,
207
+ "step": 26
208
+ },
209
+ {
210
+ "epoch": 0.7041564792176039,
211
+ "grad_norm": 0.3207035958766937,
212
+ "learning_rate": 8.78438832714026e-05,
213
+ "loss": 1.5518,
214
+ "step": 27
215
+ },
216
+ {
217
+ "epoch": 0.7302363488182559,
218
+ "grad_norm": 0.47130295634269714,
219
+ "learning_rate": 8.681980515339464e-05,
220
+ "loss": 1.5278,
221
+ "step": 28
222
+ },
223
+ {
224
+ "epoch": 0.756316218418908,
225
+ "grad_norm": 0.18217793107032776,
226
+ "learning_rate": 8.57616535910292e-05,
227
+ "loss": 1.0693,
228
+ "step": 29
229
+ },
230
+ {
231
+ "epoch": 0.78239608801956,
232
+ "grad_norm": 0.21631065011024475,
233
+ "learning_rate": 8.467056167950311e-05,
234
+ "loss": 1.3558,
235
+ "step": 30
236
+ },
237
+ {
238
+ "epoch": 0.8084759576202118,
239
+ "grad_norm": 0.19864201545715332,
240
+ "learning_rate": 8.354769778736406e-05,
241
+ "loss": 1.3028,
242
+ "step": 31
243
+ },
244
+ {
245
+ "epoch": 0.8345558272208639,
246
+ "grad_norm": 0.19812346994876862,
247
+ "learning_rate": 8.239426430539243e-05,
248
+ "loss": 1.3066,
249
+ "step": 32
250
+ },
251
+ {
252
+ "epoch": 0.8606356968215159,
253
+ "grad_norm": 0.23884153366088867,
254
+ "learning_rate": 8.12114963590511e-05,
255
+ "loss": 1.3189,
256
+ "step": 33
257
+ },
258
+ {
259
+ "epoch": 0.8867155664221679,
260
+ "grad_norm": 0.2092161476612091,
261
+ "learning_rate": 8.000066048588211e-05,
262
+ "loss": 1.273,
263
+ "step": 34
264
+ },
265
+ {
266
+ "epoch": 0.9127954360228199,
267
+ "grad_norm": 0.26922526955604553,
268
+ "learning_rate": 7.876305327926657e-05,
269
+ "loss": 1.3761,
270
+ "step": 35
271
+ },
272
+ {
273
+ "epoch": 0.9388753056234719,
274
+ "grad_norm": 0.2948414087295532,
275
+ "learning_rate": 7.75e-05,
276
+ "loss": 1.3617,
277
+ "step": 36
278
+ },
279
+ {
280
+ "epoch": 0.9649551752241239,
281
+ "grad_norm": 0.44491636753082275,
282
+ "learning_rate": 7.62128531571699e-05,
283
+ "loss": 1.5529,
284
+ "step": 37
285
+ },
286
+ {
287
+ "epoch": 0.9910350448247759,
288
+ "grad_norm": 0.7980100512504578,
289
+ "learning_rate": 7.490299105985507e-05,
290
+ "loss": 1.6605,
291
+ "step": 38
292
+ },
293
+ {
294
+ "epoch": 1.017114914425428,
295
+ "grad_norm": 0.42900562286376953,
296
+ "learning_rate": 7.357181634119777e-05,
297
+ "loss": 1.9593,
298
+ "step": 39
299
+ },
300
+ {
301
+ "epoch": 1.0431947840260798,
302
+ "grad_norm": 0.17168301343917847,
303
+ "learning_rate": 7.222075445642904e-05,
304
+ "loss": 1.1427,
305
+ "step": 40
306
+ },
307
+ {
308
+ "epoch": 1.069274653626732,
309
+ "grad_norm": 0.18627986311912537,
310
+ "learning_rate": 7.085125215645552e-05,
311
+ "loss": 1.3079,
312
+ "step": 41
313
+ },
314
+ {
315
+ "epoch": 1.0953545232273838,
316
+ "grad_norm": 0.19410377740859985,
317
+ "learning_rate": 6.946477593864228e-05,
318
+ "loss": 1.2263,
319
+ "step": 42
320
+ },
321
+ {
322
+ "epoch": 1.121434392828036,
323
+ "grad_norm": 0.20103414356708527,
324
+ "learning_rate": 6.80628104764508e-05,
325
+ "loss": 1.29,
326
+ "step": 43
327
+ },
328
+ {
329
+ "epoch": 1.1475142624286878,
330
+ "grad_norm": 0.229043647646904,
331
+ "learning_rate": 6.664685702961344e-05,
332
+ "loss": 1.2465,
333
+ "step": 44
334
+ },
335
+ {
336
+ "epoch": 1.17359413202934,
337
+ "grad_norm": 1.0233486890792847,
338
+ "learning_rate": 6.52184318365468e-05,
339
+ "loss": 1.3942,
340
+ "step": 45
341
+ },
342
+ {
343
+ "epoch": 1.1996740016299918,
344
+ "grad_norm": 0.29909205436706543,
345
+ "learning_rate": 6.377906449072578e-05,
346
+ "loss": 1.4629,
347
+ "step": 46
348
+ },
349
+ {
350
+ "epoch": 1.225753871230644,
351
+ "grad_norm": 0.389396071434021,
352
+ "learning_rate": 6.23302963027565e-05,
353
+ "loss": 1.5736,
354
+ "step": 47
355
+ },
356
+ {
357
+ "epoch": 1.2518337408312958,
358
+ "grad_norm": 0.2234639823436737,
359
+ "learning_rate": 6.087367864990233e-05,
360
+ "loss": 0.7327,
361
+ "step": 48
362
+ },
363
+ {
364
+ "epoch": 1.277913610431948,
365
+ "grad_norm": 0.21025896072387695,
366
+ "learning_rate": 5.941077131483025e-05,
367
+ "loss": 1.5035,
368
+ "step": 49
369
+ },
370
+ {
371
+ "epoch": 1.3039934800325998,
372
+ "grad_norm": 0.17033106088638306,
373
+ "learning_rate": 5.794314081535644e-05,
374
+ "loss": 1.1971,
375
+ "step": 50
376
+ },
377
+ {
378
+ "epoch": 1.3039934800325998,
379
+ "eval_loss": 1.276837706565857,
380
+ "eval_runtime": 0.4933,
381
+ "eval_samples_per_second": 101.363,
382
+ "eval_steps_per_second": 26.355,
383
+ "step": 50
384
+ },
385
+ {
386
+ "epoch": 1.3300733496332517,
387
+ "grad_norm": 0.18216781318187714,
388
+ "learning_rate": 5.6472358726979935e-05,
389
+ "loss": 1.2561,
390
+ "step": 51
391
+ },
392
+ {
393
+ "epoch": 1.3561532192339039,
394
+ "grad_norm": 0.19190214574337006,
395
+ "learning_rate": 5.500000000000001e-05,
396
+ "loss": 1.2373,
397
+ "step": 52
398
+ },
399
+ {
400
+ "epoch": 1.3822330888345558,
401
+ "grad_norm": 0.20375579595565796,
402
+ "learning_rate": 5.352764127302008e-05,
403
+ "loss": 1.3094,
404
+ "step": 53
405
+ },
406
+ {
407
+ "epoch": 1.4083129584352079,
408
+ "grad_norm": 0.22090604901313782,
409
+ "learning_rate": 5.205685918464356e-05,
410
+ "loss": 1.2524,
411
+ "step": 54
412
+ },
413
+ {
414
+ "epoch": 1.4343928280358598,
415
+ "grad_norm": 0.2642119526863098,
416
+ "learning_rate": 5.058922868516978e-05,
417
+ "loss": 1.3616,
418
+ "step": 55
419
+ },
420
+ {
421
+ "epoch": 1.4604726976365119,
422
+ "grad_norm": 0.34405508637428284,
423
+ "learning_rate": 4.912632135009769e-05,
424
+ "loss": 1.5443,
425
+ "step": 56
426
+ },
427
+ {
428
+ "epoch": 1.4865525672371638,
429
+ "grad_norm": 0.5865151882171631,
430
+ "learning_rate": 4.7669703697243516e-05,
431
+ "loss": 1.7222,
432
+ "step": 57
433
+ },
434
+ {
435
+ "epoch": 1.5126324368378157,
436
+ "grad_norm": 0.3257847726345062,
437
+ "learning_rate": 4.6220935509274235e-05,
438
+ "loss": 1.0614,
439
+ "step": 58
440
+ },
441
+ {
442
+ "epoch": 1.5387123064384678,
443
+ "grad_norm": 0.15625827014446259,
444
+ "learning_rate": 4.478156816345321e-05,
445
+ "loss": 1.1532,
446
+ "step": 59
447
+ },
448
+ {
449
+ "epoch": 1.56479217603912,
450
+ "grad_norm": 0.17408806085586548,
451
+ "learning_rate": 4.3353142970386564e-05,
452
+ "loss": 1.185,
453
+ "step": 60
454
+ },
455
+ {
456
+ "epoch": 1.5908720456397718,
457
+ "grad_norm": 0.18832173943519592,
458
+ "learning_rate": 4.19371895235492e-05,
459
+ "loss": 1.1786,
460
+ "step": 61
461
+ },
462
+ {
463
+ "epoch": 1.6169519152404237,
464
+ "grad_norm": 0.19872711598873138,
465
+ "learning_rate": 4.053522406135775e-05,
466
+ "loss": 1.2668,
467
+ "step": 62
468
+ },
469
+ {
470
+ "epoch": 1.6430317848410758,
471
+ "grad_norm": 0.22072260081768036,
472
+ "learning_rate": 3.9148747843544495e-05,
473
+ "loss": 1.2622,
474
+ "step": 63
475
+ },
476
+ {
477
+ "epoch": 1.669111654441728,
478
+ "grad_norm": 0.25179487466812134,
479
+ "learning_rate": 3.777924554357096e-05,
480
+ "loss": 1.3652,
481
+ "step": 64
482
+ },
483
+ {
484
+ "epoch": 1.6951915240423798,
485
+ "grad_norm": 0.28402817249298096,
486
+ "learning_rate": 3.642818365880224e-05,
487
+ "loss": 1.4035,
488
+ "step": 65
489
+ },
490
+ {
491
+ "epoch": 1.7212713936430317,
492
+ "grad_norm": 0.4112336337566376,
493
+ "learning_rate": 3.509700894014496e-05,
494
+ "loss": 1.5314,
495
+ "step": 66
496
+ },
497
+ {
498
+ "epoch": 1.7473512632436838,
499
+ "grad_norm": 0.24410173296928406,
500
+ "learning_rate": 3.378714684283011e-05,
501
+ "loss": 0.8069,
502
+ "step": 67
503
+ },
504
+ {
505
+ "epoch": 1.7734311328443357,
506
+ "grad_norm": 0.20584547519683838,
507
+ "learning_rate": 3.250000000000001e-05,
508
+ "loss": 1.4517,
509
+ "step": 68
510
+ },
511
+ {
512
+ "epoch": 1.7995110024449876,
513
+ "grad_norm": 0.17557083070278168,
514
+ "learning_rate": 3.123694672073344e-05,
515
+ "loss": 1.216,
516
+ "step": 69
517
+ },
518
+ {
519
+ "epoch": 1.8255908720456397,
520
+ "grad_norm": 0.18803009390830994,
521
+ "learning_rate": 2.9999339514117912e-05,
522
+ "loss": 1.2143,
523
+ "step": 70
524
+ },
525
+ {
526
+ "epoch": 1.8516707416462919,
527
+ "grad_norm": 0.19694343209266663,
528
+ "learning_rate": 2.8788503640948912e-05,
529
+ "loss": 1.2274,
530
+ "step": 71
531
+ },
532
+ {
533
+ "epoch": 1.8777506112469438,
534
+ "grad_norm": 0.20662301778793335,
535
+ "learning_rate": 2.760573569460757e-05,
536
+ "loss": 1.2995,
537
+ "step": 72
538
+ },
539
+ {
540
+ "epoch": 1.9038304808475957,
541
+ "grad_norm": 0.22804853320121765,
542
+ "learning_rate": 2.645230221263596e-05,
543
+ "loss": 1.2843,
544
+ "step": 73
545
+ },
546
+ {
547
+ "epoch": 1.9299103504482478,
548
+ "grad_norm": 0.2707391679286957,
549
+ "learning_rate": 2.53294383204969e-05,
550
+ "loss": 1.2768,
551
+ "step": 74
552
+ },
553
+ {
554
+ "epoch": 1.9559902200488999,
555
+ "grad_norm": 0.37075576186180115,
556
+ "learning_rate": 2.423834640897079e-05,
557
+ "loss": 1.5192,
558
+ "step": 75
559
+ },
560
+ {
561
+ "epoch": 1.9559902200488999,
562
+ "eval_loss": 1.2681915760040283,
563
+ "eval_runtime": 0.4943,
564
+ "eval_samples_per_second": 101.15,
565
+ "eval_steps_per_second": 26.299,
566
+ "step": 75
567
+ },
568
+ {
569
+ "epoch": 1.9820700896495518,
570
+ "grad_norm": 0.6423049569129944,
571
+ "learning_rate": 2.3180194846605367e-05,
572
+ "loss": 1.6123,
573
+ "step": 76
574
+ },
575
+ {
576
+ "epoch": 2.0081499592502037,
577
+ "grad_norm": 0.43415480852127075,
578
+ "learning_rate": 2.215611672859741e-05,
579
+ "loss": 1.9664,
580
+ "step": 77
581
+ },
582
+ {
583
+ "epoch": 2.034229828850856,
584
+ "grad_norm": 0.150677889585495,
585
+ "learning_rate": 2.1167208663446025e-05,
586
+ "loss": 1.0656,
587
+ "step": 78
588
+ },
589
+ {
590
+ "epoch": 2.060309698451508,
591
+ "grad_norm": 0.17479360103607178,
592
+ "learning_rate": 2.0214529598676836e-05,
593
+ "loss": 1.1818,
594
+ "step": 79
595
+ },
596
+ {
597
+ "epoch": 2.0863895680521596,
598
+ "grad_norm": 0.18362055718898773,
599
+ "learning_rate": 1.9299099686894423e-05,
600
+ "loss": 1.1829,
601
+ "step": 80
602
+ },
603
+ {
604
+ "epoch": 2.1124694376528117,
605
+ "grad_norm": 0.20285598933696747,
606
+ "learning_rate": 1.842189919337732e-05,
607
+ "loss": 1.2863,
608
+ "step": 81
609
+ },
610
+ {
611
+ "epoch": 2.138549307253464,
612
+ "grad_norm": 0.21474912762641907,
613
+ "learning_rate": 1.758386744638546e-05,
614
+ "loss": 1.3106,
615
+ "step": 82
616
+ },
617
+ {
618
+ "epoch": 2.164629176854116,
619
+ "grad_norm": 0.24042028188705444,
620
+ "learning_rate": 1.6785901831303956e-05,
621
+ "loss": 1.2384,
622
+ "step": 83
623
+ },
624
+ {
625
+ "epoch": 2.1907090464547676,
626
+ "grad_norm": 0.2615673243999481,
627
+ "learning_rate": 1.602885682970026e-05,
628
+ "loss": 1.328,
629
+ "step": 84
630
+ },
631
+ {
632
+ "epoch": 2.2167889160554197,
633
+ "grad_norm": 0.377523273229599,
634
+ "learning_rate": 1.531354310432403e-05,
635
+ "loss": 1.5058,
636
+ "step": 85
637
+ },
638
+ {
639
+ "epoch": 2.242868785656072,
640
+ "grad_norm": 0.32665538787841797,
641
+ "learning_rate": 1.464072663102903e-05,
642
+ "loss": 0.9337,
643
+ "step": 86
644
+ },
645
+ {
646
+ "epoch": 2.2689486552567235,
647
+ "grad_norm": 0.20789040625095367,
648
+ "learning_rate": 1.4011127878547087e-05,
649
+ "loss": 1.4827,
650
+ "step": 87
651
+ },
652
+ {
653
+ "epoch": 2.2950285248573756,
654
+ "grad_norm": 0.17642174661159515,
655
+ "learning_rate": 1.3425421036992098e-05,
656
+ "loss": 1.2114,
657
+ "step": 88
658
+ },
659
+ {
660
+ "epoch": 2.3211083944580277,
661
+ "grad_norm": 0.17508623003959656,
662
+ "learning_rate": 1.2884233295920353e-05,
663
+ "loss": 1.2065,
664
+ "step": 89
665
+ },
666
+ {
667
+ "epoch": 2.34718826405868,
668
+ "grad_norm": 0.18353621661663055,
669
+ "learning_rate": 1.2388144172720251e-05,
670
+ "loss": 1.2285,
671
+ "step": 90
672
+ },
673
+ {
674
+ "epoch": 2.3732681336593315,
675
+ "grad_norm": 0.20404478907585144,
676
+ "learning_rate": 1.1937684892050604e-05,
677
+ "loss": 1.2864,
678
+ "step": 91
679
+ },
680
+ {
681
+ "epoch": 2.3993480032599837,
682
+ "grad_norm": 0.22320792078971863,
683
+ "learning_rate": 1.1533337816991932e-05,
684
+ "loss": 1.2372,
685
+ "step": 92
686
+ },
687
+ {
688
+ "epoch": 2.4254278728606358,
689
+ "grad_norm": 0.25220105051994324,
690
+ "learning_rate": 1.1175535932519987e-05,
691
+ "loss": 1.3136,
692
+ "step": 93
693
+ },
694
+ {
695
+ "epoch": 2.451507742461288,
696
+ "grad_norm": 0.3090400695800781,
697
+ "learning_rate": 1.0864662381854632e-05,
698
+ "loss": 1.364,
699
+ "step": 94
700
+ },
701
+ {
702
+ "epoch": 2.4775876120619396,
703
+ "grad_norm": 0.4767124056816101,
704
+ "learning_rate": 1.0601050056180447e-05,
705
+ "loss": 1.6821,
706
+ "step": 95
707
+ },
708
+ {
709
+ "epoch": 2.5036674816625917,
710
+ "grad_norm": 0.4842507839202881,
711
+ "learning_rate": 1.0384981238178534e-05,
712
+ "loss": 1.1292,
713
+ "step": 96
714
+ },
715
+ {
716
+ "epoch": 2.529747351263244,
717
+ "grad_norm": 0.14696048200130463,
718
+ "learning_rate": 1.0216687299751144e-05,
719
+ "loss": 1.1158,
720
+ "step": 97
721
+ },
722
+ {
723
+ "epoch": 2.555827220863896,
724
+ "grad_norm": 0.37997448444366455,
725
+ "learning_rate": 1.0096348454262845e-05,
726
+ "loss": 1.2302,
727
+ "step": 98
728
+ },
729
+ {
730
+ "epoch": 2.5819070904645476,
731
+ "grad_norm": 0.1806773990392685,
732
+ "learning_rate": 1.0024093563563546e-05,
733
+ "loss": 1.1778,
734
+ "step": 99
735
+ },
736
+ {
737
+ "epoch": 2.6079869600651997,
738
+ "grad_norm": 0.20082679390907288,
739
+ "learning_rate": 1e-05,
740
+ "loss": 1.253,
741
+ "step": 100
742
+ },
743
+ {
744
+ "epoch": 2.6079869600651997,
745
+ "eval_loss": 1.2625093460083008,
746
+ "eval_runtime": 0.4948,
747
+ "eval_samples_per_second": 101.042,
748
+ "eval_steps_per_second": 26.271,
749
+ "step": 100
750
+ }
751
+ ],
752
+ "logging_steps": 1,
753
+ "max_steps": 100,
754
+ "num_input_tokens_seen": 0,
755
+ "num_train_epochs": 3,
756
+ "save_steps": 25,
757
+ "stateful_callbacks": {
758
+ "EarlyStoppingCallback": {
759
+ "args": {
760
+ "early_stopping_patience": 1,
761
+ "early_stopping_threshold": 0.0
762
+ },
763
+ "attributes": {
764
+ "early_stopping_patience_counter": 0
765
+ }
766
+ },
767
+ "TrainerControl": {
768
+ "args": {
769
+ "should_epoch_stop": false,
770
+ "should_evaluate": false,
771
+ "should_log": false,
772
+ "should_save": true,
773
+ "should_training_stop": true
774
+ },
775
+ "attributes": {}
776
+ }
777
+ },
778
+ "total_flos": 5.08890810679296e+16,
779
+ "train_batch_size": 1,
780
+ "trial_name": null,
781
+ "trial_params": null
782
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be4368ec72db69a70c362a62758c03dc3f1826f1f19acde15c393a06a207e6e0
3
+ size 6840
last-checkpoint/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ],
6
+ "eos_token": {
7
+ "content": "<|im_end|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "pad_token": {
14
+ "content": "<|endoftext|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ }
20
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcfe42da0a4497e8b2b172c1f9f4ec423a46dc12907f4349c55025f670422ba9
3
+ size 11418266
tokenizer_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "151643": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "151644": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "151645": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ }
28
+ },
29
+ "additional_special_tokens": [
30
+ "<|im_start|>",
31
+ "<|im_end|>"
32
+ ],
33
+ "bos_token": null,
34
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
35
+ "clean_up_tokenization_spaces": false,
36
+ "eos_token": "<|im_end|>",
37
+ "errors": "replace",
38
+ "model_max_length": 32768,
39
+ "pad_token": "<|endoftext|>",
40
+ "split_special_tokens": false,
41
+ "tokenizer_class": "Qwen2Tokenizer",
42
+ "unk_token": null
43
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be4368ec72db69a70c362a62758c03dc3f1826f1f19acde15c393a06a207e6e0
3
+ size 6840
vocab.json ADDED
The diff for this file is too large to render. See raw diff