wf8888884 commited on
Commit
c5abe91
·
verified ·
1 Parent(s): 2320d82

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 +4 -0
  2. README.md +62 -0
  3. adapter_config.json +34 -0
  4. adapter_model.safetensors +3 -0
  5. all_results.json +8 -0
  6. checkpoint-1000/README.md +202 -0
  7. checkpoint-1000/adapter_config.json +34 -0
  8. checkpoint-1000/adapter_model.safetensors +3 -0
  9. checkpoint-1000/optimizer.pt +3 -0
  10. checkpoint-1000/rng_state_0.pth +3 -0
  11. checkpoint-1000/rng_state_1.pth +3 -0
  12. checkpoint-1000/rng_state_2.pth +3 -0
  13. checkpoint-1000/rng_state_3.pth +3 -0
  14. checkpoint-1000/scheduler.pt +3 -0
  15. checkpoint-1000/special_tokens_map.json +23 -0
  16. checkpoint-1000/tokenizer.json +3 -0
  17. checkpoint-1000/tokenizer_config.json +197 -0
  18. checkpoint-1000/trainer_state.json +733 -0
  19. checkpoint-1000/training_args.bin +3 -0
  20. checkpoint-1086/README.md +202 -0
  21. checkpoint-1086/adapter_config.json +34 -0
  22. checkpoint-1086/adapter_model.safetensors +3 -0
  23. checkpoint-1086/optimizer.pt +3 -0
  24. checkpoint-1086/rng_state_0.pth +3 -0
  25. checkpoint-1086/rng_state_1.pth +3 -0
  26. checkpoint-1086/rng_state_2.pth +3 -0
  27. checkpoint-1086/rng_state_3.pth +3 -0
  28. checkpoint-1086/scheduler.pt +3 -0
  29. checkpoint-1086/special_tokens_map.json +23 -0
  30. checkpoint-1086/tokenizer.json +3 -0
  31. checkpoint-1086/tokenizer_config.json +197 -0
  32. checkpoint-1086/trainer_state.json +789 -0
  33. checkpoint-1086/training_args.bin +3 -0
  34. checkpoint-500/README.md +202 -0
  35. checkpoint-500/adapter_config.json +34 -0
  36. checkpoint-500/adapter_model.safetensors +3 -0
  37. checkpoint-500/optimizer.pt +3 -0
  38. checkpoint-500/rng_state_0.pth +3 -0
  39. checkpoint-500/rng_state_1.pth +3 -0
  40. checkpoint-500/rng_state_2.pth +3 -0
  41. checkpoint-500/rng_state_3.pth +3 -0
  42. checkpoint-500/scheduler.pt +3 -0
  43. checkpoint-500/special_tokens_map.json +23 -0
  44. checkpoint-500/tokenizer.json +3 -0
  45. checkpoint-500/tokenizer_config.json +197 -0
  46. checkpoint-500/trainer_state.json +383 -0
  47. checkpoint-500/training_args.bin +3 -0
  48. pissa_backup/README.md +202 -0
  49. pissa_backup/adapter_config.json +34 -0
  50. pissa_backup/adapter_model.safetensors +3 -0
.gitattributes CHANGED
@@ -33,3 +33,7 @@ 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-1000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ checkpoint-1086/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
+ checkpoint-500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
39
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: other
4
+ base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-32B
5
+ tags:
6
+ - llama-factory
7
+ - lora
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: DeepSeek-R1-Distill-Qwen-32B
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
+ # DeepSeek-R1-Distill-Qwen-32B
18
+
19
+ This model is a fine-tuned version of [deepseek-ai/DeepSeek-R1-Distill-Qwen-32B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B) on the alpaca_thinking dataset.
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0001
39
+ - train_batch_size: 1
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - distributed_type: multi-GPU
43
+ - num_devices: 4
44
+ - gradient_accumulation_steps: 8
45
+ - total_train_batch_size: 32
46
+ - total_eval_batch_size: 32
47
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
+ - lr_scheduler_type: cosine
49
+ - lr_scheduler_warmup_ratio: 0.1
50
+ - num_epochs: 3.0
51
+
52
+ ### Training results
53
+
54
+
55
+
56
+ ### Framework versions
57
+
58
+ - PEFT 0.12.0
59
+ - Transformers 4.49.0
60
+ - Pytorch 2.5.1+cu124
61
+ - Datasets 3.2.0
62
+ - Tokenizers 0.21.0
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": "pissa_niter_16",
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "k_proj",
24
+ "down_proj",
25
+ "up_proj",
26
+ "gate_proj",
27
+ "o_proj",
28
+ "q_proj",
29
+ "v_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d2b60858f8196e9c42a81145ebed482335b25f140656f334689c5cd28feb329
3
+ size 268555264
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.9937888198757765,
3
+ "total_flos": 6.17252944434797e+18,
4
+ "train_loss": 0.3891050570797086,
5
+ "train_runtime": 6764.7829,
6
+ "train_samples_per_second": 5.14,
7
+ "train_steps_per_second": 0.161
8
+ }
checkpoint-1000/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-32B
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
checkpoint-1000/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": "pissa_niter_16",
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "k_proj",
24
+ "down_proj",
25
+ "up_proj",
26
+ "gate_proj",
27
+ "o_proj",
28
+ "q_proj",
29
+ "v_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-1000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e2f0472d2f83d4810a9f24f4b41cb5e2509fd4645e31a85981bfa3ddc9ac9e6
3
+ size 268555264
checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:858a7d2c7117fc10a925bae6ddadff03e49c6742e566c172c0005a2591dd963b
3
+ size 537626770
checkpoint-1000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:308f94f9a5c24e1bad5c393d56ae7af7782600f4e791d9c6ac35b22fff2105b6
3
+ size 15024
checkpoint-1000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b056f3c23cb32dc77a2ec9e7651e0b64e4440e21f0fdf969b86bfc56a1cbdf06
3
+ size 15024
checkpoint-1000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3f8a05714bc528f4885a2816181652f2303b3e8150f89b56aaee6bec56aa520
3
+ size 15024
checkpoint-1000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f755bd3c330281961e5c03af9d10ce8c1e1678619d384f6f1fd5fd7dce2ff50
3
+ size 15024
checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2602cbf6571d5d825f6bf2d7375d253f1e29c737b5ba79bcc221ad05bf6a6b4
3
+ size 1064
checkpoint-1000/special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin▁of▁sentence|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|end▁of▁sentence|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|end▁of▁sentence|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
checkpoint-1000/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e20ddafc659ba90242154b55275402edeca0715e5dbb30f56815a4ce081f4893
3
+ size 11422778
checkpoint-1000/tokenizer_config.json ADDED
@@ -0,0 +1,197 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "151643": {
7
+ "content": "<|end▁of▁sentence|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "151644": {
15
+ "content": "<|User|>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": false
21
+ },
22
+ "151645": {
23
+ "content": "<|Assistant|>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "151646": {
31
+ "content": "<|begin▁of▁sentence|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "151647": {
39
+ "content": "<|EOT|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "151648": {
47
+ "content": "<think>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "151649": {
55
+ "content": "</think>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "151650": {
63
+ "content": "<|quad_start|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "151651": {
71
+ "content": "<|quad_end|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "151652": {
79
+ "content": "<|vision_start|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "151653": {
87
+ "content": "<|vision_end|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "151654": {
95
+ "content": "<|vision_pad|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "151655": {
103
+ "content": "<|image_pad|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "151656": {
111
+ "content": "<|video_pad|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "151657": {
119
+ "content": "<tool_call>",
120
+ "lstrip": false,
121
+ "normalized": false,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": false
125
+ },
126
+ "151658": {
127
+ "content": "</tool_call>",
128
+ "lstrip": false,
129
+ "normalized": false,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "151659": {
135
+ "content": "<|fim_prefix|>",
136
+ "lstrip": false,
137
+ "normalized": false,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "151660": {
143
+ "content": "<|fim_middle|>",
144
+ "lstrip": false,
145
+ "normalized": false,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "151661": {
151
+ "content": "<|fim_suffix|>",
152
+ "lstrip": false,
153
+ "normalized": false,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "151662": {
159
+ "content": "<|fim_pad|>",
160
+ "lstrip": false,
161
+ "normalized": false,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "151663": {
167
+ "content": "<|repo_name|>",
168
+ "lstrip": false,
169
+ "normalized": false,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "151664": {
175
+ "content": "<|file_sep|>",
176
+ "lstrip": false,
177
+ "normalized": false,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": false
181
+ }
182
+ },
183
+ "bos_token": "<|begin▁of▁sentence|>",
184
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set ns = namespace(is_first=false, is_tool=false, is_output_first=true, system_prompt='') %}{%- for message in messages %}{%- if message['role'] == 'system' %}{% set ns.system_prompt = message['content'] %}{%- endif %}{%- endfor %}{{bos_token}}{{ns.system_prompt}}{%- for message in messages %}{%- if message['role'] == 'user' %}{%- set ns.is_tool = false -%}{{'<|User|>' + message['content']}}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is none %}{%- set ns.is_tool = false -%}{%- for tool in message['tool_calls']%}{%- if not ns.is_first %}{{'<|Assistant|><|tool▁calls▁begin|><|tool▁call▁begin��>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\\n' + '```json' + '\\n' + tool['function']['arguments'] + '\\n' + '```' + '<|tool▁call▁end|>'}}{%- set ns.is_first = true -%}{%- else %}{{'\\n' + '<|tool▁call▁begin|>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\\n' + '```json' + '\\n' + tool['function']['arguments'] + '\\n' + '```' + '<|tool▁call▁end|>'}}{{'<|tool▁calls▁end|><|end▁of▁sentence|>'}}{%- endif %}{%- endfor %}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is not none %}{%- if ns.is_tool %}{{'<|tool▁outputs▁end|>' + message['content'] + '<|end▁of▁sentence|>'}}{%- set ns.is_tool = false -%}{%- else %}{% set content = message['content'] %}{% if '</think>' in content %}{% set content = content.split('</think>')[-1] %}{% endif %}{{'<|Assistant|>' + content + '<|end▁of▁sentence|>'}}{%- endif %}{%- endif %}{%- if message['role'] == 'tool' %}{%- set ns.is_tool = true -%}{%- if ns.is_output_first %}{{'<|tool▁outputs▁begin|><|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- set ns.is_output_first = false %}{%- else %}{{'\\n<|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- endif %}{%- endif %}{%- endfor -%}{% if ns.is_tool %}{{'<|tool▁outputs▁end|>'}}{% endif %}{% if add_generation_prompt and not ns.is_tool %}{{'<|Assistant|><think>\\n'}}{% endif %}",
185
+ "clean_up_tokenization_spaces": false,
186
+ "eos_token": "<|end▁of▁sentence|>",
187
+ "extra_special_tokens": {},
188
+ "legacy": true,
189
+ "model_max_length": 2048,
190
+ "pad_token": "<|end▁of▁sentence|>",
191
+ "padding_side": "right",
192
+ "sp_model_kwargs": {},
193
+ "split_special_tokens": false,
194
+ "tokenizer_class": "LlamaTokenizerFast",
195
+ "unk_token": null,
196
+ "use_default_system_prompt": false
197
+ }
checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,733 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.756383712905452,
5
+ "eval_steps": 500,
6
+ "global_step": 1000,
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.027605244996549344,
13
+ "grad_norm": 1.6335422992706299,
14
+ "learning_rate": 9.174311926605506e-06,
15
+ "loss": 0.8102,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.05521048999309869,
20
+ "grad_norm": 0.8111785054206848,
21
+ "learning_rate": 1.834862385321101e-05,
22
+ "loss": 0.6999,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.08281573498964803,
27
+ "grad_norm": 0.4619831144809723,
28
+ "learning_rate": 2.7522935779816515e-05,
29
+ "loss": 0.5682,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.11042097998619738,
34
+ "grad_norm": 0.4434720575809479,
35
+ "learning_rate": 3.669724770642202e-05,
36
+ "loss": 0.5232,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.13802622498274672,
41
+ "grad_norm": 0.44054797291755676,
42
+ "learning_rate": 4.587155963302753e-05,
43
+ "loss": 0.5084,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.16563146997929606,
48
+ "grad_norm": 0.42256447672843933,
49
+ "learning_rate": 5.504587155963303e-05,
50
+ "loss": 0.477,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.1932367149758454,
55
+ "grad_norm": 0.4349405765533447,
56
+ "learning_rate": 6.422018348623854e-05,
57
+ "loss": 0.4841,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.22084195997239475,
62
+ "grad_norm": 0.4515930712223053,
63
+ "learning_rate": 7.339449541284404e-05,
64
+ "loss": 0.4704,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.2484472049689441,
69
+ "grad_norm": 0.45412737131118774,
70
+ "learning_rate": 8.256880733944955e-05,
71
+ "loss": 0.4718,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.27605244996549344,
76
+ "grad_norm": 0.49010995030403137,
77
+ "learning_rate": 9.174311926605506e-05,
78
+ "loss": 0.4496,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.3036576949620428,
83
+ "grad_norm": 0.4931396245956421,
84
+ "learning_rate": 9.999974150612772e-05,
85
+ "loss": 0.4524,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.33126293995859213,
90
+ "grad_norm": 1.1270735263824463,
91
+ "learning_rate": 9.996872547536591e-05,
92
+ "loss": 0.4503,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.3588681849551415,
97
+ "grad_norm": 0.48991507291793823,
98
+ "learning_rate": 9.988604741439287e-05,
99
+ "loss": 0.4399,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.3864734299516908,
104
+ "grad_norm": 0.45801088213920593,
105
+ "learning_rate": 9.975179280300506e-05,
106
+ "loss": 0.4524,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.4140786749482402,
111
+ "grad_norm": 0.420897901058197,
112
+ "learning_rate": 9.956610044533896e-05,
113
+ "loss": 0.4281,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.4416839199447895,
118
+ "grad_norm": 0.4336962103843689,
119
+ "learning_rate": 9.932916232636318e-05,
120
+ "loss": 0.4305,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.4692891649413389,
125
+ "grad_norm": 0.44120800495147705,
126
+ "learning_rate": 9.904122341338765e-05,
127
+ "loss": 0.4208,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.4968944099378882,
132
+ "grad_norm": 0.9154078364372253,
133
+ "learning_rate": 9.870258140279503e-05,
134
+ "loss": 0.4436,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.5244996549344375,
139
+ "grad_norm": 0.4551916718482971,
140
+ "learning_rate": 9.831358641225624e-05,
141
+ "loss": 0.4288,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.5521048999309869,
146
+ "grad_norm": 0.4513665437698364,
147
+ "learning_rate": 9.787464061874825e-05,
148
+ "loss": 0.4384,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.5797101449275363,
153
+ "grad_norm": 0.43779632449150085,
154
+ "learning_rate": 9.738619784274833e-05,
155
+ "loss": 0.4178,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.6073153899240856,
160
+ "grad_norm": 0.4170076847076416,
161
+ "learning_rate": 9.684876307903494e-05,
162
+ "loss": 0.42,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.6349206349206349,
167
+ "grad_norm": 0.4370488226413727,
168
+ "learning_rate": 9.626289197457994e-05,
169
+ "loss": 0.4296,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.6625258799171843,
174
+ "grad_norm": 0.42547333240509033,
175
+ "learning_rate": 9.562919025407236e-05,
176
+ "loss": 0.4264,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.6901311249137336,
181
+ "grad_norm": 0.4317057430744171,
182
+ "learning_rate": 9.494831309366723e-05,
183
+ "loss": 0.4052,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.717736369910283,
188
+ "grad_norm": 0.40589675307273865,
189
+ "learning_rate": 9.422096444360735e-05,
190
+ "loss": 0.41,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.7453416149068323,
195
+ "grad_norm": 0.44671744108200073,
196
+ "learning_rate": 9.34478963004181e-05,
197
+ "loss": 0.4162,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.7729468599033816,
202
+ "grad_norm": 0.41162508726119995,
203
+ "learning_rate": 9.262990792942768e-05,
204
+ "loss": 0.4183,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.800552104899931,
209
+ "grad_norm": 0.483149915933609,
210
+ "learning_rate": 9.176784503841697e-05,
211
+ "loss": 0.4174,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.8281573498964804,
216
+ "grad_norm": 0.4605332612991333,
217
+ "learning_rate": 9.086259890325297e-05,
218
+ "loss": 0.4191,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.8557625948930296,
223
+ "grad_norm": 0.4153307378292084,
224
+ "learning_rate": 8.991510544640991e-05,
225
+ "loss": 0.4253,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.883367839889579,
230
+ "grad_norm": 0.43806084990501404,
231
+ "learning_rate": 8.892634426933106e-05,
232
+ "loss": 0.4265,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.9109730848861284,
237
+ "grad_norm": 0.45412200689315796,
238
+ "learning_rate": 8.78973376396311e-05,
239
+ "loss": 0.4365,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.9385783298826778,
244
+ "grad_norm": 0.3769752085208893,
245
+ "learning_rate": 8.682914943418676e-05,
246
+ "loss": 0.4058,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.966183574879227,
251
+ "grad_norm": 0.4275883436203003,
252
+ "learning_rate": 8.572288403920792e-05,
253
+ "loss": 0.4078,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.9937888198757764,
258
+ "grad_norm": 0.43371307849884033,
259
+ "learning_rate": 8.45796852084268e-05,
260
+ "loss": 0.4063,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 1.0193236714975846,
265
+ "grad_norm": 0.4527032673358917,
266
+ "learning_rate": 8.340073488058552e-05,
267
+ "loss": 0.3742,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 1.0469289164941338,
272
+ "grad_norm": 0.5205631256103516,
273
+ "learning_rate": 8.218725195744463e-05,
274
+ "loss": 0.3809,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 1.0745341614906831,
279
+ "grad_norm": 0.4031950533390045,
280
+ "learning_rate": 8.094049104357609e-05,
281
+ "loss": 0.3823,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 1.1021394064872325,
286
+ "grad_norm": 0.41949087381362915,
287
+ "learning_rate": 7.966174114924351e-05,
288
+ "loss": 0.3765,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 1.129744651483782,
293
+ "grad_norm": 0.43814027309417725,
294
+ "learning_rate": 7.83523243577109e-05,
295
+ "loss": 0.3751,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 1.1573498964803313,
300
+ "grad_norm": 0.4457204341888428,
301
+ "learning_rate": 7.70135944583575e-05,
302
+ "loss": 0.3869,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 1.1849551414768806,
307
+ "grad_norm": 0.41421836614608765,
308
+ "learning_rate": 7.56469355470122e-05,
309
+ "loss": 0.3634,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 1.21256038647343,
314
+ "grad_norm": 0.4416670799255371,
315
+ "learning_rate": 7.425376059495442e-05,
316
+ "loss": 0.3768,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 1.2401656314699794,
321
+ "grad_norm": 0.44710710644721985,
322
+ "learning_rate": 7.283550998806108e-05,
323
+ "loss": 0.3669,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 1.2677708764665288,
328
+ "grad_norm": 0.39852890372276306,
329
+ "learning_rate": 7.139365003760999e-05,
330
+ "loss": 0.3824,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 1.295376121463078,
335
+ "grad_norm": 0.4412725269794464,
336
+ "learning_rate": 6.992967146427913e-05,
337
+ "loss": 0.3646,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 1.3229813664596273,
342
+ "grad_norm": 0.41978228092193604,
343
+ "learning_rate": 6.844508785690964e-05,
344
+ "loss": 0.3755,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 1.3505866114561766,
349
+ "grad_norm": 0.4214731752872467,
350
+ "learning_rate": 6.694143410762542e-05,
351
+ "loss": 0.3841,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 1.378191856452726,
356
+ "grad_norm": 0.4128514230251312,
357
+ "learning_rate": 6.54202648249278e-05,
358
+ "loss": 0.3839,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 1.4057971014492754,
363
+ "grad_norm": 0.3899001181125641,
364
+ "learning_rate": 6.388315272640544e-05,
365
+ "loss": 0.3726,
366
+ "step": 510
367
+ },
368
+ {
369
+ "epoch": 1.4334023464458248,
370
+ "grad_norm": 0.4347754120826721,
371
+ "learning_rate": 6.233168701272167e-05,
372
+ "loss": 0.3722,
373
+ "step": 520
374
+ },
375
+ {
376
+ "epoch": 1.4610075914423741,
377
+ "grad_norm": 0.3798378109931946,
378
+ "learning_rate": 6.076747172456015e-05,
379
+ "loss": 0.3623,
380
+ "step": 530
381
+ },
382
+ {
383
+ "epoch": 1.4886128364389233,
384
+ "grad_norm": 0.3879692256450653,
385
+ "learning_rate": 5.919212408422753e-05,
386
+ "loss": 0.3684,
387
+ "step": 540
388
+ },
389
+ {
390
+ "epoch": 1.5162180814354729,
391
+ "grad_norm": 0.4210754930973053,
392
+ "learning_rate": 5.76072728236279e-05,
393
+ "loss": 0.3674,
394
+ "step": 550
395
+ },
396
+ {
397
+ "epoch": 1.543823326432022,
398
+ "grad_norm": 0.4184245467185974,
399
+ "learning_rate": 5.6014556500337534e-05,
400
+ "loss": 0.3602,
401
+ "step": 560
402
+ },
403
+ {
404
+ "epoch": 1.5714285714285714,
405
+ "grad_norm": 0.43027910590171814,
406
+ "learning_rate": 5.44156218035211e-05,
407
+ "loss": 0.3872,
408
+ "step": 570
409
+ },
410
+ {
411
+ "epoch": 1.5990338164251208,
412
+ "grad_norm": 0.38721945881843567,
413
+ "learning_rate": 5.28121218514406e-05,
414
+ "loss": 0.3678,
415
+ "step": 580
416
+ },
417
+ {
418
+ "epoch": 1.6266390614216701,
419
+ "grad_norm": 0.4199799597263336,
420
+ "learning_rate": 5.1205714482317455e-05,
421
+ "loss": 0.3652,
422
+ "step": 590
423
+ },
424
+ {
425
+ "epoch": 1.6542443064182195,
426
+ "grad_norm": 0.40728333592414856,
427
+ "learning_rate": 4.95980605403146e-05,
428
+ "loss": 0.3786,
429
+ "step": 600
430
+ },
431
+ {
432
+ "epoch": 1.6818495514147687,
433
+ "grad_norm": 0.41107377409935,
434
+ "learning_rate": 4.79908221584108e-05,
435
+ "loss": 0.3715,
436
+ "step": 610
437
+ },
438
+ {
439
+ "epoch": 1.7094547964113183,
440
+ "grad_norm": 0.45491889119148254,
441
+ "learning_rate": 4.638566103994258e-05,
442
+ "loss": 0.386,
443
+ "step": 620
444
+ },
445
+ {
446
+ "epoch": 1.7370600414078674,
447
+ "grad_norm": 0.4167945683002472,
448
+ "learning_rate": 4.478423674059015e-05,
449
+ "loss": 0.3723,
450
+ "step": 630
451
+ },
452
+ {
453
+ "epoch": 1.764665286404417,
454
+ "grad_norm": 0.4188650846481323,
455
+ "learning_rate": 4.318820495258396e-05,
456
+ "loss": 0.3794,
457
+ "step": 640
458
+ },
459
+ {
460
+ "epoch": 1.7922705314009661,
461
+ "grad_norm": 0.45200666785240173,
462
+ "learning_rate": 4.159921579290546e-05,
463
+ "loss": 0.3641,
464
+ "step": 650
465
+ },
466
+ {
467
+ "epoch": 1.8198757763975155,
468
+ "grad_norm": 0.42524534463882446,
469
+ "learning_rate": 4.0018912097252234e-05,
470
+ "loss": 0.3727,
471
+ "step": 660
472
+ },
473
+ {
474
+ "epoch": 1.847481021394065,
475
+ "grad_norm": 0.4238753318786621,
476
+ "learning_rate": 3.8448927721530967e-05,
477
+ "loss": 0.3666,
478
+ "step": 670
479
+ },
480
+ {
481
+ "epoch": 1.8750862663906143,
482
+ "grad_norm": 0.3949458599090576,
483
+ "learning_rate": 3.6890885852634635e-05,
484
+ "loss": 0.3707,
485
+ "step": 680
486
+ },
487
+ {
488
+ "epoch": 1.9026915113871636,
489
+ "grad_norm": 0.4040445387363434,
490
+ "learning_rate": 3.534639733025017e-05,
491
+ "loss": 0.3793,
492
+ "step": 690
493
+ },
494
+ {
495
+ "epoch": 1.9302967563837128,
496
+ "grad_norm": 0.42878955602645874,
497
+ "learning_rate": 3.3817058981431784e-05,
498
+ "loss": 0.3623,
499
+ "step": 700
500
+ },
501
+ {
502
+ "epoch": 1.9579020013802624,
503
+ "grad_norm": 0.42626291513442993,
504
+ "learning_rate": 3.230445196966181e-05,
505
+ "loss": 0.3564,
506
+ "step": 710
507
+ },
508
+ {
509
+ "epoch": 1.9855072463768115,
510
+ "grad_norm": 0.43052035570144653,
511
+ "learning_rate": 3.081014016010584e-05,
512
+ "loss": 0.3681,
513
+ "step": 720
514
+ },
515
+ {
516
+ "epoch": 2.0110420979986197,
517
+ "grad_norm": 0.4627828896045685,
518
+ "learning_rate": 2.9335668502752394e-05,
519
+ "loss": 0.359,
520
+ "step": 730
521
+ },
522
+ {
523
+ "epoch": 2.0386473429951693,
524
+ "grad_norm": 0.45345333218574524,
525
+ "learning_rate": 2.7882561435108824e-05,
526
+ "loss": 0.3189,
527
+ "step": 740
528
+ },
529
+ {
530
+ "epoch": 2.0662525879917184,
531
+ "grad_norm": 0.40497517585754395,
532
+ "learning_rate": 2.6452321306104634e-05,
533
+ "loss": 0.3409,
534
+ "step": 750
535
+ },
536
+ {
537
+ "epoch": 2.0938578329882676,
538
+ "grad_norm": 0.4666087329387665,
539
+ "learning_rate": 2.5046426822832175e-05,
540
+ "loss": 0.3354,
541
+ "step": 760
542
+ },
543
+ {
544
+ "epoch": 2.121463077984817,
545
+ "grad_norm": 0.38220757246017456,
546
+ "learning_rate": 2.3666331521730024e-05,
547
+ "loss": 0.3366,
548
+ "step": 770
549
+ },
550
+ {
551
+ "epoch": 2.1490683229813663,
552
+ "grad_norm": 0.4605223536491394,
553
+ "learning_rate": 2.2313462265790196e-05,
554
+ "loss": 0.3231,
555
+ "step": 780
556
+ },
557
+ {
558
+ "epoch": 2.176673567977916,
559
+ "grad_norm": 0.558403730392456,
560
+ "learning_rate": 2.098921776934269e-05,
561
+ "loss": 0.3333,
562
+ "step": 790
563
+ },
564
+ {
565
+ "epoch": 2.204278812974465,
566
+ "grad_norm": 0.45217105746269226,
567
+ "learning_rate": 1.96949671519424e-05,
568
+ "loss": 0.3401,
569
+ "step": 800
570
+ },
571
+ {
572
+ "epoch": 2.2318840579710146,
573
+ "grad_norm": 0.4413389563560486,
574
+ "learning_rate": 1.843204852285389e-05,
575
+ "loss": 0.3453,
576
+ "step": 810
577
+ },
578
+ {
579
+ "epoch": 2.259489302967564,
580
+ "grad_norm": 0.3977566063404083,
581
+ "learning_rate": 1.7201767597597196e-05,
582
+ "loss": 0.338,
583
+ "step": 820
584
+ },
585
+ {
586
+ "epoch": 2.287094547964113,
587
+ "grad_norm": 0.4817161560058594,
588
+ "learning_rate": 1.60053963479852e-05,
589
+ "loss": 0.3334,
590
+ "step": 830
591
+ },
592
+ {
593
+ "epoch": 2.3146997929606625,
594
+ "grad_norm": 0.4438902735710144,
595
+ "learning_rate": 1.4844171687048058e-05,
596
+ "loss": 0.3359,
597
+ "step": 840
598
+ },
599
+ {
600
+ "epoch": 2.3423050379572117,
601
+ "grad_norm": 0.45830076932907104,
602
+ "learning_rate": 1.371929419020459e-05,
603
+ "loss": 0.3534,
604
+ "step": 850
605
+ },
606
+ {
607
+ "epoch": 2.3699102829537613,
608
+ "grad_norm": 0.48253732919692993,
609
+ "learning_rate": 1.2631926854002574e-05,
610
+ "loss": 0.3247,
611
+ "step": 860
612
+ },
613
+ {
614
+ "epoch": 2.3975155279503104,
615
+ "grad_norm": 0.4572385549545288,
616
+ "learning_rate": 1.1583193893711475e-05,
617
+ "loss": 0.3309,
618
+ "step": 870
619
+ },
620
+ {
621
+ "epoch": 2.42512077294686,
622
+ "grad_norm": 0.4570174217224121,
623
+ "learning_rate": 1.0574179581010468e-05,
624
+ "loss": 0.3408,
625
+ "step": 880
626
+ },
627
+ {
628
+ "epoch": 2.452726017943409,
629
+ "grad_norm": 0.5289928913116455,
630
+ "learning_rate": 9.60592712297379e-06,
631
+ "loss": 0.3338,
632
+ "step": 890
633
+ },
634
+ {
635
+ "epoch": 2.4803312629399588,
636
+ "grad_norm": 0.49394240975379944,
637
+ "learning_rate": 8.679437583512168e-06,
638
+ "loss": 0.3398,
639
+ "step": 900
640
+ },
641
+ {
642
+ "epoch": 2.507936507936508,
643
+ "grad_norm": 0.412822425365448,
644
+ "learning_rate": 7.795668848385623e-06,
645
+ "loss": 0.333,
646
+ "step": 910
647
+ },
648
+ {
649
+ "epoch": 2.5355417529330575,
650
+ "grad_norm": 0.4305315911769867,
651
+ "learning_rate": 6.95553463485748e-06,
652
+ "loss": 0.342,
653
+ "step": 920
654
+ },
655
+ {
656
+ "epoch": 2.5631469979296067,
657
+ "grad_norm": 0.43158090114593506,
658
+ "learning_rate": 6.159903547013746e-06,
659
+ "loss": 0.3335,
660
+ "step": 930
661
+ },
662
+ {
663
+ "epoch": 2.590752242926156,
664
+ "grad_norm": 0.4319579005241394,
665
+ "learning_rate": 5.409598177724401e-06,
666
+ "loss": 0.3426,
667
+ "step": 940
668
+ },
669
+ {
670
+ "epoch": 2.6183574879227054,
671
+ "grad_norm": 0.4702156186103821,
672
+ "learning_rate": 4.7053942581750385e-06,
673
+ "loss": 0.3463,
674
+ "step": 950
675
+ },
676
+ {
677
+ "epoch": 2.6459627329192545,
678
+ "grad_norm": 0.38157370686531067,
679
+ "learning_rate": 4.048019855848273e-06,
680
+ "loss": 0.3331,
681
+ "step": 960
682
+ },
683
+ {
684
+ "epoch": 2.673567977915804,
685
+ "grad_norm": 0.4141283631324768,
686
+ "learning_rate": 3.438154621784029e-06,
687
+ "loss": 0.3422,
688
+ "step": 970
689
+ },
690
+ {
691
+ "epoch": 2.7011732229123533,
692
+ "grad_norm": 0.42628729343414307,
693
+ "learning_rate": 2.8764290878969756e-06,
694
+ "loss": 0.3262,
695
+ "step": 980
696
+ },
697
+ {
698
+ "epoch": 2.728778467908903,
699
+ "grad_norm": 0.4850899577140808,
700
+ "learning_rate": 2.3634240150775646e-06,
701
+ "loss": 0.3303,
702
+ "step": 990
703
+ },
704
+ {
705
+ "epoch": 2.756383712905452,
706
+ "grad_norm": 0.4277842938899994,
707
+ "learning_rate": 1.8996697927507468e-06,
708
+ "loss": 0.3446,
709
+ "step": 1000
710
+ }
711
+ ],
712
+ "logging_steps": 10,
713
+ "max_steps": 1086,
714
+ "num_input_tokens_seen": 0,
715
+ "num_train_epochs": 3,
716
+ "save_steps": 500,
717
+ "stateful_callbacks": {
718
+ "TrainerControl": {
719
+ "args": {
720
+ "should_epoch_stop": false,
721
+ "should_evaluate": false,
722
+ "should_log": false,
723
+ "should_save": true,
724
+ "should_training_stop": false
725
+ },
726
+ "attributes": {}
727
+ }
728
+ },
729
+ "total_flos": 5.683655210640081e+18,
730
+ "train_batch_size": 1,
731
+ "trial_name": null,
732
+ "trial_params": null
733
+ }
checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b52a6484c213110d668e89b1ff8d77bac863e0460a3e92ff200a8df3f14879a5
3
+ size 5688
checkpoint-1086/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-32B
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
checkpoint-1086/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": "pissa_niter_16",
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "k_proj",
24
+ "down_proj",
25
+ "up_proj",
26
+ "gate_proj",
27
+ "o_proj",
28
+ "q_proj",
29
+ "v_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-1086/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d2b60858f8196e9c42a81145ebed482335b25f140656f334689c5cd28feb329
3
+ size 268555264
checkpoint-1086/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe095d3033abf7b29e4e0ba117b60632305190fb88b5c72cb944e0725c597755
3
+ size 537626770
checkpoint-1086/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:308f94f9a5c24e1bad5c393d56ae7af7782600f4e791d9c6ac35b22fff2105b6
3
+ size 15024
checkpoint-1086/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b056f3c23cb32dc77a2ec9e7651e0b64e4440e21f0fdf969b86bfc56a1cbdf06
3
+ size 15024
checkpoint-1086/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3f8a05714bc528f4885a2816181652f2303b3e8150f89b56aaee6bec56aa520
3
+ size 15024
checkpoint-1086/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f755bd3c330281961e5c03af9d10ce8c1e1678619d384f6f1fd5fd7dce2ff50
3
+ size 15024
checkpoint-1086/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2ec3825cfc68e7c0813fa8f1ff9533ce9c3275fb09281f03c2130ac24e05f2d
3
+ size 1064
checkpoint-1086/special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin▁of▁sentence|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|end▁of▁sentence|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|end▁of▁sentence|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
checkpoint-1086/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e20ddafc659ba90242154b55275402edeca0715e5dbb30f56815a4ce081f4893
3
+ size 11422778
checkpoint-1086/tokenizer_config.json ADDED
@@ -0,0 +1,197 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "151643": {
7
+ "content": "<|end▁of▁sentence|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "151644": {
15
+ "content": "<|User|>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": false
21
+ },
22
+ "151645": {
23
+ "content": "<|Assistant|>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "151646": {
31
+ "content": "<|begin▁of▁sentence|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "151647": {
39
+ "content": "<|EOT|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "151648": {
47
+ "content": "<think>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "151649": {
55
+ "content": "</think>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "151650": {
63
+ "content": "<|quad_start|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "151651": {
71
+ "content": "<|quad_end|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "151652": {
79
+ "content": "<|vision_start|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "151653": {
87
+ "content": "<|vision_end|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "151654": {
95
+ "content": "<|vision_pad|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "151655": {
103
+ "content": "<|image_pad|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "151656": {
111
+ "content": "<|video_pad|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "151657": {
119
+ "content": "<tool_call>",
120
+ "lstrip": false,
121
+ "normalized": false,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": false
125
+ },
126
+ "151658": {
127
+ "content": "</tool_call>",
128
+ "lstrip": false,
129
+ "normalized": false,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "151659": {
135
+ "content": "<|fim_prefix|>",
136
+ "lstrip": false,
137
+ "normalized": false,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "151660": {
143
+ "content": "<|fim_middle|>",
144
+ "lstrip": false,
145
+ "normalized": false,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "151661": {
151
+ "content": "<|fim_suffix|>",
152
+ "lstrip": false,
153
+ "normalized": false,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "151662": {
159
+ "content": "<|fim_pad|>",
160
+ "lstrip": false,
161
+ "normalized": false,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "151663": {
167
+ "content": "<|repo_name|>",
168
+ "lstrip": false,
169
+ "normalized": false,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "151664": {
175
+ "content": "<|file_sep|>",
176
+ "lstrip": false,
177
+ "normalized": false,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": false
181
+ }
182
+ },
183
+ "bos_token": "<|begin▁of▁sentence|>",
184
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set ns = namespace(is_first=false, is_tool=false, is_output_first=true, system_prompt='') %}{%- for message in messages %}{%- if message['role'] == 'system' %}{% set ns.system_prompt = message['content'] %}{%- endif %}{%- endfor %}{{bos_token}}{{ns.system_prompt}}{%- for message in messages %}{%- if message['role'] == 'user' %}{%- set ns.is_tool = false -%}{{'<|User|>' + message['content']}}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is none %}{%- set ns.is_tool = false -%}{%- for tool in message['tool_calls']%}{%- if not ns.is_first %}{{'<|Assistant|><|tool▁calls▁begin|><|tool▁call▁begin��>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\\n' + '```json' + '\\n' + tool['function']['arguments'] + '\\n' + '```' + '<|tool▁call▁end|>'}}{%- set ns.is_first = true -%}{%- else %}{{'\\n' + '<|tool▁call▁begin|>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\\n' + '```json' + '\\n' + tool['function']['arguments'] + '\\n' + '```' + '<|tool▁call▁end|>'}}{{'<|tool▁calls▁end|><|end▁of▁sentence|>'}}{%- endif %}{%- endfor %}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is not none %}{%- if ns.is_tool %}{{'<|tool▁outputs▁end|>' + message['content'] + '<|end▁of▁sentence|>'}}{%- set ns.is_tool = false -%}{%- else %}{% set content = message['content'] %}{% if '</think>' in content %}{% set content = content.split('</think>')[-1] %}{% endif %}{{'<|Assistant|>' + content + '<|end▁of▁sentence|>'}}{%- endif %}{%- endif %}{%- if message['role'] == 'tool' %}{%- set ns.is_tool = true -%}{%- if ns.is_output_first %}{{'<|tool▁outputs▁begin|><|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- set ns.is_output_first = false %}{%- else %}{{'\\n<|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- endif %}{%- endif %}{%- endfor -%}{% if ns.is_tool %}{{'<|tool▁outputs▁end|>'}}{% endif %}{% if add_generation_prompt and not ns.is_tool %}{{'<|Assistant|><think>\\n'}}{% endif %}",
185
+ "clean_up_tokenization_spaces": false,
186
+ "eos_token": "<|end▁of▁sentence|>",
187
+ "extra_special_tokens": {},
188
+ "legacy": true,
189
+ "model_max_length": 2048,
190
+ "pad_token": "<|end▁of▁sentence|>",
191
+ "padding_side": "right",
192
+ "sp_model_kwargs": {},
193
+ "split_special_tokens": false,
194
+ "tokenizer_class": "LlamaTokenizerFast",
195
+ "unk_token": null,
196
+ "use_default_system_prompt": false
197
+ }
checkpoint-1086/trainer_state.json ADDED
@@ -0,0 +1,789 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.9937888198757765,
5
+ "eval_steps": 500,
6
+ "global_step": 1086,
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.027605244996549344,
13
+ "grad_norm": 1.6335422992706299,
14
+ "learning_rate": 9.174311926605506e-06,
15
+ "loss": 0.8102,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.05521048999309869,
20
+ "grad_norm": 0.8111785054206848,
21
+ "learning_rate": 1.834862385321101e-05,
22
+ "loss": 0.6999,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.08281573498964803,
27
+ "grad_norm": 0.4619831144809723,
28
+ "learning_rate": 2.7522935779816515e-05,
29
+ "loss": 0.5682,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.11042097998619738,
34
+ "grad_norm": 0.4434720575809479,
35
+ "learning_rate": 3.669724770642202e-05,
36
+ "loss": 0.5232,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.13802622498274672,
41
+ "grad_norm": 0.44054797291755676,
42
+ "learning_rate": 4.587155963302753e-05,
43
+ "loss": 0.5084,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.16563146997929606,
48
+ "grad_norm": 0.42256447672843933,
49
+ "learning_rate": 5.504587155963303e-05,
50
+ "loss": 0.477,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.1932367149758454,
55
+ "grad_norm": 0.4349405765533447,
56
+ "learning_rate": 6.422018348623854e-05,
57
+ "loss": 0.4841,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.22084195997239475,
62
+ "grad_norm": 0.4515930712223053,
63
+ "learning_rate": 7.339449541284404e-05,
64
+ "loss": 0.4704,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.2484472049689441,
69
+ "grad_norm": 0.45412737131118774,
70
+ "learning_rate": 8.256880733944955e-05,
71
+ "loss": 0.4718,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.27605244996549344,
76
+ "grad_norm": 0.49010995030403137,
77
+ "learning_rate": 9.174311926605506e-05,
78
+ "loss": 0.4496,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.3036576949620428,
83
+ "grad_norm": 0.4931396245956421,
84
+ "learning_rate": 9.999974150612772e-05,
85
+ "loss": 0.4524,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.33126293995859213,
90
+ "grad_norm": 1.1270735263824463,
91
+ "learning_rate": 9.996872547536591e-05,
92
+ "loss": 0.4503,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.3588681849551415,
97
+ "grad_norm": 0.48991507291793823,
98
+ "learning_rate": 9.988604741439287e-05,
99
+ "loss": 0.4399,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.3864734299516908,
104
+ "grad_norm": 0.45801088213920593,
105
+ "learning_rate": 9.975179280300506e-05,
106
+ "loss": 0.4524,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.4140786749482402,
111
+ "grad_norm": 0.420897901058197,
112
+ "learning_rate": 9.956610044533896e-05,
113
+ "loss": 0.4281,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.4416839199447895,
118
+ "grad_norm": 0.4336962103843689,
119
+ "learning_rate": 9.932916232636318e-05,
120
+ "loss": 0.4305,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.4692891649413389,
125
+ "grad_norm": 0.44120800495147705,
126
+ "learning_rate": 9.904122341338765e-05,
127
+ "loss": 0.4208,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.4968944099378882,
132
+ "grad_norm": 0.9154078364372253,
133
+ "learning_rate": 9.870258140279503e-05,
134
+ "loss": 0.4436,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.5244996549344375,
139
+ "grad_norm": 0.4551916718482971,
140
+ "learning_rate": 9.831358641225624e-05,
141
+ "loss": 0.4288,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.5521048999309869,
146
+ "grad_norm": 0.4513665437698364,
147
+ "learning_rate": 9.787464061874825e-05,
148
+ "loss": 0.4384,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.5797101449275363,
153
+ "grad_norm": 0.43779632449150085,
154
+ "learning_rate": 9.738619784274833e-05,
155
+ "loss": 0.4178,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.6073153899240856,
160
+ "grad_norm": 0.4170076847076416,
161
+ "learning_rate": 9.684876307903494e-05,
162
+ "loss": 0.42,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.6349206349206349,
167
+ "grad_norm": 0.4370488226413727,
168
+ "learning_rate": 9.626289197457994e-05,
169
+ "loss": 0.4296,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.6625258799171843,
174
+ "grad_norm": 0.42547333240509033,
175
+ "learning_rate": 9.562919025407236e-05,
176
+ "loss": 0.4264,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.6901311249137336,
181
+ "grad_norm": 0.4317057430744171,
182
+ "learning_rate": 9.494831309366723e-05,
183
+ "loss": 0.4052,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.717736369910283,
188
+ "grad_norm": 0.40589675307273865,
189
+ "learning_rate": 9.422096444360735e-05,
190
+ "loss": 0.41,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.7453416149068323,
195
+ "grad_norm": 0.44671744108200073,
196
+ "learning_rate": 9.34478963004181e-05,
197
+ "loss": 0.4162,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.7729468599033816,
202
+ "grad_norm": 0.41162508726119995,
203
+ "learning_rate": 9.262990792942768e-05,
204
+ "loss": 0.4183,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.800552104899931,
209
+ "grad_norm": 0.483149915933609,
210
+ "learning_rate": 9.176784503841697e-05,
211
+ "loss": 0.4174,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.8281573498964804,
216
+ "grad_norm": 0.4605332612991333,
217
+ "learning_rate": 9.086259890325297e-05,
218
+ "loss": 0.4191,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.8557625948930296,
223
+ "grad_norm": 0.4153307378292084,
224
+ "learning_rate": 8.991510544640991e-05,
225
+ "loss": 0.4253,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.883367839889579,
230
+ "grad_norm": 0.43806084990501404,
231
+ "learning_rate": 8.892634426933106e-05,
232
+ "loss": 0.4265,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.9109730848861284,
237
+ "grad_norm": 0.45412200689315796,
238
+ "learning_rate": 8.78973376396311e-05,
239
+ "loss": 0.4365,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.9385783298826778,
244
+ "grad_norm": 0.3769752085208893,
245
+ "learning_rate": 8.682914943418676e-05,
246
+ "loss": 0.4058,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.966183574879227,
251
+ "grad_norm": 0.4275883436203003,
252
+ "learning_rate": 8.572288403920792e-05,
253
+ "loss": 0.4078,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.9937888198757764,
258
+ "grad_norm": 0.43371307849884033,
259
+ "learning_rate": 8.45796852084268e-05,
260
+ "loss": 0.4063,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 1.0193236714975846,
265
+ "grad_norm": 0.4527032673358917,
266
+ "learning_rate": 8.340073488058552e-05,
267
+ "loss": 0.3742,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 1.0469289164941338,
272
+ "grad_norm": 0.5205631256103516,
273
+ "learning_rate": 8.218725195744463e-05,
274
+ "loss": 0.3809,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 1.0745341614906831,
279
+ "grad_norm": 0.4031950533390045,
280
+ "learning_rate": 8.094049104357609e-05,
281
+ "loss": 0.3823,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 1.1021394064872325,
286
+ "grad_norm": 0.41949087381362915,
287
+ "learning_rate": 7.966174114924351e-05,
288
+ "loss": 0.3765,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 1.129744651483782,
293
+ "grad_norm": 0.43814027309417725,
294
+ "learning_rate": 7.83523243577109e-05,
295
+ "loss": 0.3751,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 1.1573498964803313,
300
+ "grad_norm": 0.4457204341888428,
301
+ "learning_rate": 7.70135944583575e-05,
302
+ "loss": 0.3869,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 1.1849551414768806,
307
+ "grad_norm": 0.41421836614608765,
308
+ "learning_rate": 7.56469355470122e-05,
309
+ "loss": 0.3634,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 1.21256038647343,
314
+ "grad_norm": 0.4416670799255371,
315
+ "learning_rate": 7.425376059495442e-05,
316
+ "loss": 0.3768,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 1.2401656314699794,
321
+ "grad_norm": 0.44710710644721985,
322
+ "learning_rate": 7.283550998806108e-05,
323
+ "loss": 0.3669,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 1.2677708764665288,
328
+ "grad_norm": 0.39852890372276306,
329
+ "learning_rate": 7.139365003760999e-05,
330
+ "loss": 0.3824,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 1.295376121463078,
335
+ "grad_norm": 0.4412725269794464,
336
+ "learning_rate": 6.992967146427913e-05,
337
+ "loss": 0.3646,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 1.3229813664596273,
342
+ "grad_norm": 0.41978228092193604,
343
+ "learning_rate": 6.844508785690964e-05,
344
+ "loss": 0.3755,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 1.3505866114561766,
349
+ "grad_norm": 0.4214731752872467,
350
+ "learning_rate": 6.694143410762542e-05,
351
+ "loss": 0.3841,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 1.378191856452726,
356
+ "grad_norm": 0.4128514230251312,
357
+ "learning_rate": 6.54202648249278e-05,
358
+ "loss": 0.3839,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 1.4057971014492754,
363
+ "grad_norm": 0.3899001181125641,
364
+ "learning_rate": 6.388315272640544e-05,
365
+ "loss": 0.3726,
366
+ "step": 510
367
+ },
368
+ {
369
+ "epoch": 1.4334023464458248,
370
+ "grad_norm": 0.4347754120826721,
371
+ "learning_rate": 6.233168701272167e-05,
372
+ "loss": 0.3722,
373
+ "step": 520
374
+ },
375
+ {
376
+ "epoch": 1.4610075914423741,
377
+ "grad_norm": 0.3798378109931946,
378
+ "learning_rate": 6.076747172456015e-05,
379
+ "loss": 0.3623,
380
+ "step": 530
381
+ },
382
+ {
383
+ "epoch": 1.4886128364389233,
384
+ "grad_norm": 0.3879692256450653,
385
+ "learning_rate": 5.919212408422753e-05,
386
+ "loss": 0.3684,
387
+ "step": 540
388
+ },
389
+ {
390
+ "epoch": 1.5162180814354729,
391
+ "grad_norm": 0.4210754930973053,
392
+ "learning_rate": 5.76072728236279e-05,
393
+ "loss": 0.3674,
394
+ "step": 550
395
+ },
396
+ {
397
+ "epoch": 1.543823326432022,
398
+ "grad_norm": 0.4184245467185974,
399
+ "learning_rate": 5.6014556500337534e-05,
400
+ "loss": 0.3602,
401
+ "step": 560
402
+ },
403
+ {
404
+ "epoch": 1.5714285714285714,
405
+ "grad_norm": 0.43027910590171814,
406
+ "learning_rate": 5.44156218035211e-05,
407
+ "loss": 0.3872,
408
+ "step": 570
409
+ },
410
+ {
411
+ "epoch": 1.5990338164251208,
412
+ "grad_norm": 0.38721945881843567,
413
+ "learning_rate": 5.28121218514406e-05,
414
+ "loss": 0.3678,
415
+ "step": 580
416
+ },
417
+ {
418
+ "epoch": 1.6266390614216701,
419
+ "grad_norm": 0.4199799597263336,
420
+ "learning_rate": 5.1205714482317455e-05,
421
+ "loss": 0.3652,
422
+ "step": 590
423
+ },
424
+ {
425
+ "epoch": 1.6542443064182195,
426
+ "grad_norm": 0.40728333592414856,
427
+ "learning_rate": 4.95980605403146e-05,
428
+ "loss": 0.3786,
429
+ "step": 600
430
+ },
431
+ {
432
+ "epoch": 1.6818495514147687,
433
+ "grad_norm": 0.41107377409935,
434
+ "learning_rate": 4.79908221584108e-05,
435
+ "loss": 0.3715,
436
+ "step": 610
437
+ },
438
+ {
439
+ "epoch": 1.7094547964113183,
440
+ "grad_norm": 0.45491889119148254,
441
+ "learning_rate": 4.638566103994258e-05,
442
+ "loss": 0.386,
443
+ "step": 620
444
+ },
445
+ {
446
+ "epoch": 1.7370600414078674,
447
+ "grad_norm": 0.4167945683002472,
448
+ "learning_rate": 4.478423674059015e-05,
449
+ "loss": 0.3723,
450
+ "step": 630
451
+ },
452
+ {
453
+ "epoch": 1.764665286404417,
454
+ "grad_norm": 0.4188650846481323,
455
+ "learning_rate": 4.318820495258396e-05,
456
+ "loss": 0.3794,
457
+ "step": 640
458
+ },
459
+ {
460
+ "epoch": 1.7922705314009661,
461
+ "grad_norm": 0.45200666785240173,
462
+ "learning_rate": 4.159921579290546e-05,
463
+ "loss": 0.3641,
464
+ "step": 650
465
+ },
466
+ {
467
+ "epoch": 1.8198757763975155,
468
+ "grad_norm": 0.42524534463882446,
469
+ "learning_rate": 4.0018912097252234e-05,
470
+ "loss": 0.3727,
471
+ "step": 660
472
+ },
473
+ {
474
+ "epoch": 1.847481021394065,
475
+ "grad_norm": 0.4238753318786621,
476
+ "learning_rate": 3.8448927721530967e-05,
477
+ "loss": 0.3666,
478
+ "step": 670
479
+ },
480
+ {
481
+ "epoch": 1.8750862663906143,
482
+ "grad_norm": 0.3949458599090576,
483
+ "learning_rate": 3.6890885852634635e-05,
484
+ "loss": 0.3707,
485
+ "step": 680
486
+ },
487
+ {
488
+ "epoch": 1.9026915113871636,
489
+ "grad_norm": 0.4040445387363434,
490
+ "learning_rate": 3.534639733025017e-05,
491
+ "loss": 0.3793,
492
+ "step": 690
493
+ },
494
+ {
495
+ "epoch": 1.9302967563837128,
496
+ "grad_norm": 0.42878955602645874,
497
+ "learning_rate": 3.3817058981431784e-05,
498
+ "loss": 0.3623,
499
+ "step": 700
500
+ },
501
+ {
502
+ "epoch": 1.9579020013802624,
503
+ "grad_norm": 0.42626291513442993,
504
+ "learning_rate": 3.230445196966181e-05,
505
+ "loss": 0.3564,
506
+ "step": 710
507
+ },
508
+ {
509
+ "epoch": 1.9855072463768115,
510
+ "grad_norm": 0.43052035570144653,
511
+ "learning_rate": 3.081014016010584e-05,
512
+ "loss": 0.3681,
513
+ "step": 720
514
+ },
515
+ {
516
+ "epoch": 2.0110420979986197,
517
+ "grad_norm": 0.4627828896045685,
518
+ "learning_rate": 2.9335668502752394e-05,
519
+ "loss": 0.359,
520
+ "step": 730
521
+ },
522
+ {
523
+ "epoch": 2.0386473429951693,
524
+ "grad_norm": 0.45345333218574524,
525
+ "learning_rate": 2.7882561435108824e-05,
526
+ "loss": 0.3189,
527
+ "step": 740
528
+ },
529
+ {
530
+ "epoch": 2.0662525879917184,
531
+ "grad_norm": 0.40497517585754395,
532
+ "learning_rate": 2.6452321306104634e-05,
533
+ "loss": 0.3409,
534
+ "step": 750
535
+ },
536
+ {
537
+ "epoch": 2.0938578329882676,
538
+ "grad_norm": 0.4666087329387665,
539
+ "learning_rate": 2.5046426822832175e-05,
540
+ "loss": 0.3354,
541
+ "step": 760
542
+ },
543
+ {
544
+ "epoch": 2.121463077984817,
545
+ "grad_norm": 0.38220757246017456,
546
+ "learning_rate": 2.3666331521730024e-05,
547
+ "loss": 0.3366,
548
+ "step": 770
549
+ },
550
+ {
551
+ "epoch": 2.1490683229813663,
552
+ "grad_norm": 0.4605223536491394,
553
+ "learning_rate": 2.2313462265790196e-05,
554
+ "loss": 0.3231,
555
+ "step": 780
556
+ },
557
+ {
558
+ "epoch": 2.176673567977916,
559
+ "grad_norm": 0.558403730392456,
560
+ "learning_rate": 2.098921776934269e-05,
561
+ "loss": 0.3333,
562
+ "step": 790
563
+ },
564
+ {
565
+ "epoch": 2.204278812974465,
566
+ "grad_norm": 0.45217105746269226,
567
+ "learning_rate": 1.96949671519424e-05,
568
+ "loss": 0.3401,
569
+ "step": 800
570
+ },
571
+ {
572
+ "epoch": 2.2318840579710146,
573
+ "grad_norm": 0.4413389563560486,
574
+ "learning_rate": 1.843204852285389e-05,
575
+ "loss": 0.3453,
576
+ "step": 810
577
+ },
578
+ {
579
+ "epoch": 2.259489302967564,
580
+ "grad_norm": 0.3977566063404083,
581
+ "learning_rate": 1.7201767597597196e-05,
582
+ "loss": 0.338,
583
+ "step": 820
584
+ },
585
+ {
586
+ "epoch": 2.287094547964113,
587
+ "grad_norm": 0.4817161560058594,
588
+ "learning_rate": 1.60053963479852e-05,
589
+ "loss": 0.3334,
590
+ "step": 830
591
+ },
592
+ {
593
+ "epoch": 2.3146997929606625,
594
+ "grad_norm": 0.4438902735710144,
595
+ "learning_rate": 1.4844171687048058e-05,
596
+ "loss": 0.3359,
597
+ "step": 840
598
+ },
599
+ {
600
+ "epoch": 2.3423050379572117,
601
+ "grad_norm": 0.45830076932907104,
602
+ "learning_rate": 1.371929419020459e-05,
603
+ "loss": 0.3534,
604
+ "step": 850
605
+ },
606
+ {
607
+ "epoch": 2.3699102829537613,
608
+ "grad_norm": 0.48253732919692993,
609
+ "learning_rate": 1.2631926854002574e-05,
610
+ "loss": 0.3247,
611
+ "step": 860
612
+ },
613
+ {
614
+ "epoch": 2.3975155279503104,
615
+ "grad_norm": 0.4572385549545288,
616
+ "learning_rate": 1.1583193893711475e-05,
617
+ "loss": 0.3309,
618
+ "step": 870
619
+ },
620
+ {
621
+ "epoch": 2.42512077294686,
622
+ "grad_norm": 0.4570174217224121,
623
+ "learning_rate": 1.0574179581010468e-05,
624
+ "loss": 0.3408,
625
+ "step": 880
626
+ },
627
+ {
628
+ "epoch": 2.452726017943409,
629
+ "grad_norm": 0.5289928913116455,
630
+ "learning_rate": 9.60592712297379e-06,
631
+ "loss": 0.3338,
632
+ "step": 890
633
+ },
634
+ {
635
+ "epoch": 2.4803312629399588,
636
+ "grad_norm": 0.49394240975379944,
637
+ "learning_rate": 8.679437583512168e-06,
638
+ "loss": 0.3398,
639
+ "step": 900
640
+ },
641
+ {
642
+ "epoch": 2.507936507936508,
643
+ "grad_norm": 0.412822425365448,
644
+ "learning_rate": 7.795668848385623e-06,
645
+ "loss": 0.333,
646
+ "step": 910
647
+ },
648
+ {
649
+ "epoch": 2.5355417529330575,
650
+ "grad_norm": 0.4305315911769867,
651
+ "learning_rate": 6.95553463485748e-06,
652
+ "loss": 0.342,
653
+ "step": 920
654
+ },
655
+ {
656
+ "epoch": 2.5631469979296067,
657
+ "grad_norm": 0.43158090114593506,
658
+ "learning_rate": 6.159903547013746e-06,
659
+ "loss": 0.3335,
660
+ "step": 930
661
+ },
662
+ {
663
+ "epoch": 2.590752242926156,
664
+ "grad_norm": 0.4319579005241394,
665
+ "learning_rate": 5.409598177724401e-06,
666
+ "loss": 0.3426,
667
+ "step": 940
668
+ },
669
+ {
670
+ "epoch": 2.6183574879227054,
671
+ "grad_norm": 0.4702156186103821,
672
+ "learning_rate": 4.7053942581750385e-06,
673
+ "loss": 0.3463,
674
+ "step": 950
675
+ },
676
+ {
677
+ "epoch": 2.6459627329192545,
678
+ "grad_norm": 0.38157370686531067,
679
+ "learning_rate": 4.048019855848273e-06,
680
+ "loss": 0.3331,
681
+ "step": 960
682
+ },
683
+ {
684
+ "epoch": 2.673567977915804,
685
+ "grad_norm": 0.4141283631324768,
686
+ "learning_rate": 3.438154621784029e-06,
687
+ "loss": 0.3422,
688
+ "step": 970
689
+ },
690
+ {
691
+ "epoch": 2.7011732229123533,
692
+ "grad_norm": 0.42628729343414307,
693
+ "learning_rate": 2.8764290878969756e-06,
694
+ "loss": 0.3262,
695
+ "step": 980
696
+ },
697
+ {
698
+ "epoch": 2.728778467908903,
699
+ "grad_norm": 0.4850899577140808,
700
+ "learning_rate": 2.3634240150775646e-06,
701
+ "loss": 0.3303,
702
+ "step": 990
703
+ },
704
+ {
705
+ "epoch": 2.756383712905452,
706
+ "grad_norm": 0.4277842938899994,
707
+ "learning_rate": 1.8996697927507468e-06,
708
+ "loss": 0.3446,
709
+ "step": 1000
710
+ },
711
+ {
712
+ "epoch": 2.783988957902001,
713
+ "grad_norm": 0.45691201090812683,
714
+ "learning_rate": 1.4856458905130822e-06,
715
+ "loss": 0.3309,
716
+ "step": 1010
717
+ },
718
+ {
719
+ "epoch": 2.8115942028985508,
720
+ "grad_norm": 0.4542577862739563,
721
+ "learning_rate": 1.1217803624152311e-06,
722
+ "loss": 0.326,
723
+ "step": 1020
724
+ },
725
+ {
726
+ "epoch": 2.8391994478951,
727
+ "grad_norm": 0.39988699555397034,
728
+ "learning_rate": 8.084494044022839e-07,
729
+ "loss": 0.3364,
730
+ "step": 1030
731
+ },
732
+ {
733
+ "epoch": 2.8668046928916495,
734
+ "grad_norm": 0.43636584281921387,
735
+ "learning_rate": 5.459769653695657e-07,
736
+ "loss": 0.3313,
737
+ "step": 1040
738
+ },
739
+ {
740
+ "epoch": 2.8944099378881987,
741
+ "grad_norm": 0.4335787892341614,
742
+ "learning_rate": 3.346344122360179e-07,
743
+ "loss": 0.328,
744
+ "step": 1050
745
+ },
746
+ {
747
+ "epoch": 2.9220151828847483,
748
+ "grad_norm": 0.4669038951396942,
749
+ "learning_rate": 1.746402493813415e-07,
750
+ "loss": 0.3426,
751
+ "step": 1060
752
+ },
753
+ {
754
+ "epoch": 2.9496204278812974,
755
+ "grad_norm": 0.43036729097366333,
756
+ "learning_rate": 6.615989273713874e-08,
757
+ "loss": 0.3378,
758
+ "step": 1070
759
+ },
760
+ {
761
+ "epoch": 2.9772256728778466,
762
+ "grad_norm": 0.4190558195114136,
763
+ "learning_rate": 9.305498765438404e-09,
764
+ "loss": 0.3358,
765
+ "step": 1080
766
+ }
767
+ ],
768
+ "logging_steps": 10,
769
+ "max_steps": 1086,
770
+ "num_input_tokens_seen": 0,
771
+ "num_train_epochs": 3,
772
+ "save_steps": 500,
773
+ "stateful_callbacks": {
774
+ "TrainerControl": {
775
+ "args": {
776
+ "should_epoch_stop": false,
777
+ "should_evaluate": false,
778
+ "should_log": false,
779
+ "should_save": true,
780
+ "should_training_stop": true
781
+ },
782
+ "attributes": {}
783
+ }
784
+ },
785
+ "total_flos": 6.17252944434797e+18,
786
+ "train_batch_size": 1,
787
+ "trial_name": null,
788
+ "trial_params": null
789
+ }
checkpoint-1086/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b52a6484c213110d668e89b1ff8d77bac863e0460a3e92ff200a8df3f14879a5
3
+ size 5688
checkpoint-500/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-32B
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
checkpoint-500/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": "pissa_niter_16",
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "k_proj",
24
+ "down_proj",
25
+ "up_proj",
26
+ "gate_proj",
27
+ "o_proj",
28
+ "q_proj",
29
+ "v_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-500/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a43131df51ef87099c41c2eea064b6c7bed5f2ef3b3f3f89d0eeab4739d280a1
3
+ size 268555264
checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b8e1f62ba644f7ff12a4315ffe2e414d517d1aefb5665ce137d8d7e46935864
3
+ size 537626770
checkpoint-500/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbe0d720c4c75a6a04213fa3b64bacbe794718a53e2b56ebb67a1a795014dfad
3
+ size 15024
checkpoint-500/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72452d3138d0ca2ff89429e3294a834ae7a68e8596fc757735ca56ae52509d57
3
+ size 15024
checkpoint-500/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f36e306fb8ebcf53a167bfd6c9af74db410a269ada1e619e3e816f5269543b9d
3
+ size 15024
checkpoint-500/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb47ce0c6f815a6f8302b0e3819b4c2315ca71dae3138d97fdceb765cdd0a039
3
+ size 15024
checkpoint-500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9b15c8fe8bd1f8470d946d672234e9bd15a1a3744a13876ee58a8a23e297c9d
3
+ size 1064
checkpoint-500/special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin▁of▁sentence|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|end▁of▁sentence|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|end▁of▁sentence|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
checkpoint-500/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e20ddafc659ba90242154b55275402edeca0715e5dbb30f56815a4ce081f4893
3
+ size 11422778
checkpoint-500/tokenizer_config.json ADDED
@@ -0,0 +1,197 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "151643": {
7
+ "content": "<|end▁of▁sentence|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "151644": {
15
+ "content": "<|User|>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": false
21
+ },
22
+ "151645": {
23
+ "content": "<|Assistant|>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "151646": {
31
+ "content": "<|begin▁of▁sentence|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "151647": {
39
+ "content": "<|EOT|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "151648": {
47
+ "content": "<think>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "151649": {
55
+ "content": "</think>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "151650": {
63
+ "content": "<|quad_start|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "151651": {
71
+ "content": "<|quad_end|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "151652": {
79
+ "content": "<|vision_start|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "151653": {
87
+ "content": "<|vision_end|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "151654": {
95
+ "content": "<|vision_pad|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "151655": {
103
+ "content": "<|image_pad|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "151656": {
111
+ "content": "<|video_pad|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "151657": {
119
+ "content": "<tool_call>",
120
+ "lstrip": false,
121
+ "normalized": false,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": false
125
+ },
126
+ "151658": {
127
+ "content": "</tool_call>",
128
+ "lstrip": false,
129
+ "normalized": false,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "151659": {
135
+ "content": "<|fim_prefix|>",
136
+ "lstrip": false,
137
+ "normalized": false,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "151660": {
143
+ "content": "<|fim_middle|>",
144
+ "lstrip": false,
145
+ "normalized": false,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "151661": {
151
+ "content": "<|fim_suffix|>",
152
+ "lstrip": false,
153
+ "normalized": false,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "151662": {
159
+ "content": "<|fim_pad|>",
160
+ "lstrip": false,
161
+ "normalized": false,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "151663": {
167
+ "content": "<|repo_name|>",
168
+ "lstrip": false,
169
+ "normalized": false,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "151664": {
175
+ "content": "<|file_sep|>",
176
+ "lstrip": false,
177
+ "normalized": false,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": false
181
+ }
182
+ },
183
+ "bos_token": "<|begin▁of▁sentence|>",
184
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set ns = namespace(is_first=false, is_tool=false, is_output_first=true, system_prompt='') %}{%- for message in messages %}{%- if message['role'] == 'system' %}{% set ns.system_prompt = message['content'] %}{%- endif %}{%- endfor %}{{bos_token}}{{ns.system_prompt}}{%- for message in messages %}{%- if message['role'] == 'user' %}{%- set ns.is_tool = false -%}{{'<|User|>' + message['content']}}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is none %}{%- set ns.is_tool = false -%}{%- for tool in message['tool_calls']%}{%- if not ns.is_first %}{{'<|Assistant|><|tool▁calls▁begin|><|tool▁call▁begin��>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\\n' + '```json' + '\\n' + tool['function']['arguments'] + '\\n' + '```' + '<|tool▁call▁end|>'}}{%- set ns.is_first = true -%}{%- else %}{{'\\n' + '<|tool▁call▁begin|>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\\n' + '```json' + '\\n' + tool['function']['arguments'] + '\\n' + '```' + '<|tool▁call▁end|>'}}{{'<|tool▁calls▁end|><|end▁of▁sentence|>'}}{%- endif %}{%- endfor %}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is not none %}{%- if ns.is_tool %}{{'<|tool▁outputs▁end|>' + message['content'] + '<|end▁of▁sentence|>'}}{%- set ns.is_tool = false -%}{%- else %}{% set content = message['content'] %}{% if '</think>' in content %}{% set content = content.split('</think>')[-1] %}{% endif %}{{'<|Assistant|>' + content + '<|end▁of▁sentence|>'}}{%- endif %}{%- endif %}{%- if message['role'] == 'tool' %}{%- set ns.is_tool = true -%}{%- if ns.is_output_first %}{{'<|tool▁outputs▁begin|><|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- set ns.is_output_first = false %}{%- else %}{{'\\n<|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- endif %}{%- endif %}{%- endfor -%}{% if ns.is_tool %}{{'<|tool▁outputs▁end|>'}}{% endif %}{% if add_generation_prompt and not ns.is_tool %}{{'<|Assistant|><think>\\n'}}{% endif %}",
185
+ "clean_up_tokenization_spaces": false,
186
+ "eos_token": "<|end▁of▁sentence|>",
187
+ "extra_special_tokens": {},
188
+ "legacy": true,
189
+ "model_max_length": 2048,
190
+ "pad_token": "<|end▁of▁sentence|>",
191
+ "padding_side": "right",
192
+ "sp_model_kwargs": {},
193
+ "split_special_tokens": false,
194
+ "tokenizer_class": "LlamaTokenizerFast",
195
+ "unk_token": null,
196
+ "use_default_system_prompt": false
197
+ }
checkpoint-500/trainer_state.json ADDED
@@ -0,0 +1,383 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.378191856452726,
5
+ "eval_steps": 500,
6
+ "global_step": 500,
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.027605244996549344,
13
+ "grad_norm": 1.6335422992706299,
14
+ "learning_rate": 9.174311926605506e-06,
15
+ "loss": 0.8102,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.05521048999309869,
20
+ "grad_norm": 0.8111785054206848,
21
+ "learning_rate": 1.834862385321101e-05,
22
+ "loss": 0.6999,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.08281573498964803,
27
+ "grad_norm": 0.4619831144809723,
28
+ "learning_rate": 2.7522935779816515e-05,
29
+ "loss": 0.5682,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.11042097998619738,
34
+ "grad_norm": 0.4434720575809479,
35
+ "learning_rate": 3.669724770642202e-05,
36
+ "loss": 0.5232,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.13802622498274672,
41
+ "grad_norm": 0.44054797291755676,
42
+ "learning_rate": 4.587155963302753e-05,
43
+ "loss": 0.5084,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.16563146997929606,
48
+ "grad_norm": 0.42256447672843933,
49
+ "learning_rate": 5.504587155963303e-05,
50
+ "loss": 0.477,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.1932367149758454,
55
+ "grad_norm": 0.4349405765533447,
56
+ "learning_rate": 6.422018348623854e-05,
57
+ "loss": 0.4841,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.22084195997239475,
62
+ "grad_norm": 0.4515930712223053,
63
+ "learning_rate": 7.339449541284404e-05,
64
+ "loss": 0.4704,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.2484472049689441,
69
+ "grad_norm": 0.45412737131118774,
70
+ "learning_rate": 8.256880733944955e-05,
71
+ "loss": 0.4718,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.27605244996549344,
76
+ "grad_norm": 0.49010995030403137,
77
+ "learning_rate": 9.174311926605506e-05,
78
+ "loss": 0.4496,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.3036576949620428,
83
+ "grad_norm": 0.4931396245956421,
84
+ "learning_rate": 9.999974150612772e-05,
85
+ "loss": 0.4524,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.33126293995859213,
90
+ "grad_norm": 1.1270735263824463,
91
+ "learning_rate": 9.996872547536591e-05,
92
+ "loss": 0.4503,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.3588681849551415,
97
+ "grad_norm": 0.48991507291793823,
98
+ "learning_rate": 9.988604741439287e-05,
99
+ "loss": 0.4399,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.3864734299516908,
104
+ "grad_norm": 0.45801088213920593,
105
+ "learning_rate": 9.975179280300506e-05,
106
+ "loss": 0.4524,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.4140786749482402,
111
+ "grad_norm": 0.420897901058197,
112
+ "learning_rate": 9.956610044533896e-05,
113
+ "loss": 0.4281,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.4416839199447895,
118
+ "grad_norm": 0.4336962103843689,
119
+ "learning_rate": 9.932916232636318e-05,
120
+ "loss": 0.4305,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.4692891649413389,
125
+ "grad_norm": 0.44120800495147705,
126
+ "learning_rate": 9.904122341338765e-05,
127
+ "loss": 0.4208,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.4968944099378882,
132
+ "grad_norm": 0.9154078364372253,
133
+ "learning_rate": 9.870258140279503e-05,
134
+ "loss": 0.4436,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.5244996549344375,
139
+ "grad_norm": 0.4551916718482971,
140
+ "learning_rate": 9.831358641225624e-05,
141
+ "loss": 0.4288,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.5521048999309869,
146
+ "grad_norm": 0.4513665437698364,
147
+ "learning_rate": 9.787464061874825e-05,
148
+ "loss": 0.4384,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.5797101449275363,
153
+ "grad_norm": 0.43779632449150085,
154
+ "learning_rate": 9.738619784274833e-05,
155
+ "loss": 0.4178,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.6073153899240856,
160
+ "grad_norm": 0.4170076847076416,
161
+ "learning_rate": 9.684876307903494e-05,
162
+ "loss": 0.42,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.6349206349206349,
167
+ "grad_norm": 0.4370488226413727,
168
+ "learning_rate": 9.626289197457994e-05,
169
+ "loss": 0.4296,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.6625258799171843,
174
+ "grad_norm": 0.42547333240509033,
175
+ "learning_rate": 9.562919025407236e-05,
176
+ "loss": 0.4264,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.6901311249137336,
181
+ "grad_norm": 0.4317057430744171,
182
+ "learning_rate": 9.494831309366723e-05,
183
+ "loss": 0.4052,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.717736369910283,
188
+ "grad_norm": 0.40589675307273865,
189
+ "learning_rate": 9.422096444360735e-05,
190
+ "loss": 0.41,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.7453416149068323,
195
+ "grad_norm": 0.44671744108200073,
196
+ "learning_rate": 9.34478963004181e-05,
197
+ "loss": 0.4162,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.7729468599033816,
202
+ "grad_norm": 0.41162508726119995,
203
+ "learning_rate": 9.262990792942768e-05,
204
+ "loss": 0.4183,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.800552104899931,
209
+ "grad_norm": 0.483149915933609,
210
+ "learning_rate": 9.176784503841697e-05,
211
+ "loss": 0.4174,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.8281573498964804,
216
+ "grad_norm": 0.4605332612991333,
217
+ "learning_rate": 9.086259890325297e-05,
218
+ "loss": 0.4191,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.8557625948930296,
223
+ "grad_norm": 0.4153307378292084,
224
+ "learning_rate": 8.991510544640991e-05,
225
+ "loss": 0.4253,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.883367839889579,
230
+ "grad_norm": 0.43806084990501404,
231
+ "learning_rate": 8.892634426933106e-05,
232
+ "loss": 0.4265,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.9109730848861284,
237
+ "grad_norm": 0.45412200689315796,
238
+ "learning_rate": 8.78973376396311e-05,
239
+ "loss": 0.4365,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.9385783298826778,
244
+ "grad_norm": 0.3769752085208893,
245
+ "learning_rate": 8.682914943418676e-05,
246
+ "loss": 0.4058,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.966183574879227,
251
+ "grad_norm": 0.4275883436203003,
252
+ "learning_rate": 8.572288403920792e-05,
253
+ "loss": 0.4078,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.9937888198757764,
258
+ "grad_norm": 0.43371307849884033,
259
+ "learning_rate": 8.45796852084268e-05,
260
+ "loss": 0.4063,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 1.0193236714975846,
265
+ "grad_norm": 0.4527032673358917,
266
+ "learning_rate": 8.340073488058552e-05,
267
+ "loss": 0.3742,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 1.0469289164941338,
272
+ "grad_norm": 0.5205631256103516,
273
+ "learning_rate": 8.218725195744463e-05,
274
+ "loss": 0.3809,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 1.0745341614906831,
279
+ "grad_norm": 0.4031950533390045,
280
+ "learning_rate": 8.094049104357609e-05,
281
+ "loss": 0.3823,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 1.1021394064872325,
286
+ "grad_norm": 0.41949087381362915,
287
+ "learning_rate": 7.966174114924351e-05,
288
+ "loss": 0.3765,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 1.129744651483782,
293
+ "grad_norm": 0.43814027309417725,
294
+ "learning_rate": 7.83523243577109e-05,
295
+ "loss": 0.3751,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 1.1573498964803313,
300
+ "grad_norm": 0.4457204341888428,
301
+ "learning_rate": 7.70135944583575e-05,
302
+ "loss": 0.3869,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 1.1849551414768806,
307
+ "grad_norm": 0.41421836614608765,
308
+ "learning_rate": 7.56469355470122e-05,
309
+ "loss": 0.3634,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 1.21256038647343,
314
+ "grad_norm": 0.4416670799255371,
315
+ "learning_rate": 7.425376059495442e-05,
316
+ "loss": 0.3768,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 1.2401656314699794,
321
+ "grad_norm": 0.44710710644721985,
322
+ "learning_rate": 7.283550998806108e-05,
323
+ "loss": 0.3669,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 1.2677708764665288,
328
+ "grad_norm": 0.39852890372276306,
329
+ "learning_rate": 7.139365003760999e-05,
330
+ "loss": 0.3824,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 1.295376121463078,
335
+ "grad_norm": 0.4412725269794464,
336
+ "learning_rate": 6.992967146427913e-05,
337
+ "loss": 0.3646,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 1.3229813664596273,
342
+ "grad_norm": 0.41978228092193604,
343
+ "learning_rate": 6.844508785690964e-05,
344
+ "loss": 0.3755,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 1.3505866114561766,
349
+ "grad_norm": 0.4214731752872467,
350
+ "learning_rate": 6.694143410762542e-05,
351
+ "loss": 0.3841,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 1.378191856452726,
356
+ "grad_norm": 0.4128514230251312,
357
+ "learning_rate": 6.54202648249278e-05,
358
+ "loss": 0.3839,
359
+ "step": 500
360
+ }
361
+ ],
362
+ "logging_steps": 10,
363
+ "max_steps": 1086,
364
+ "num_input_tokens_seen": 0,
365
+ "num_train_epochs": 3,
366
+ "save_steps": 500,
367
+ "stateful_callbacks": {
368
+ "TrainerControl": {
369
+ "args": {
370
+ "should_epoch_stop": false,
371
+ "should_evaluate": false,
372
+ "should_log": false,
373
+ "should_save": true,
374
+ "should_training_stop": false
375
+ },
376
+ "attributes": {}
377
+ }
378
+ },
379
+ "total_flos": 2.837431317598044e+18,
380
+ "train_batch_size": 1,
381
+ "trial_name": null,
382
+ "trial_params": null
383
+ }
checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b52a6484c213110d668e89b1ff8d77bac863e0460a3e92ff200a8df3f14879a5
3
+ size 5688
pissa_backup/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-32B
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
pissa_backup/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "k_proj",
24
+ "down_proj",
25
+ "up_proj",
26
+ "gate_proj",
27
+ "o_proj",
28
+ "q_proj",
29
+ "v_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
pissa_backup/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d2b60858f8196e9c42a81145ebed482335b25f140656f334689c5cd28feb329
3
+ size 268555264