PanzerBread commited on
Commit
3cb4965
·
verified ·
1 Parent(s): 640197a

Upload folder using huggingface_hub

Browse files
Files changed (44) hide show
  1. .gitattributes +2 -0
  2. coding-0.2/joint/README.md +63 -0
  3. coding-0.2/joint/adapter_config.json +53 -0
  4. coding-0.2/joint/adapter_model.safetensors +3 -0
  5. coding-0.2/joint/chat_template.jinja +1 -0
  6. coding-0.2/joint/checkpoint-1/README.md +210 -0
  7. coding-0.2/joint/checkpoint-1/adapter_config.json +50 -0
  8. coding-0.2/joint/checkpoint-1/adapter_model.safetensors +3 -0
  9. coding-0.2/joint/checkpoint-1/chat_template.jinja +1 -0
  10. coding-0.2/joint/checkpoint-1/optimizer.pt +3 -0
  11. coding-0.2/joint/checkpoint-1/rng_state.pth +3 -0
  12. coding-0.2/joint/checkpoint-1/scheduler.pt +3 -0
  13. coding-0.2/joint/checkpoint-1/special_tokens_map.json +23 -0
  14. coding-0.2/joint/checkpoint-1/tokenizer.json +3 -0
  15. coding-0.2/joint/checkpoint-1/tokenizer_config.json +195 -0
  16. coding-0.2/joint/checkpoint-1/trainer_state.json +33 -0
  17. coding-0.2/joint/checkpoint-1/training_args.bin +3 -0
  18. coding-0.2/joint/checkpoint-500/README.md +210 -0
  19. coding-0.2/joint/checkpoint-500/adapter_config.json +53 -0
  20. coding-0.2/joint/checkpoint-500/adapter_model.safetensors +3 -0
  21. coding-0.2/joint/checkpoint-500/chat_template.jinja +1 -0
  22. coding-0.2/joint/checkpoint-500/optimizer.pt +3 -0
  23. coding-0.2/joint/checkpoint-500/rng_state.pth +3 -0
  24. coding-0.2/joint/checkpoint-500/scheduler.pt +3 -0
  25. coding-0.2/joint/checkpoint-500/special_tokens_map.json +23 -0
  26. coding-0.2/joint/checkpoint-500/tokenizer.json +3 -0
  27. coding-0.2/joint/checkpoint-500/tokenizer_config.json +195 -0
  28. coding-0.2/joint/checkpoint-500/trainer_state.json +384 -0
  29. coding-0.2/joint/checkpoint-500/training_args.bin +3 -0
  30. coding-0.2/joint/checkpoint-689/README.md +210 -0
  31. coding-0.2/joint/checkpoint-689/adapter_config.json +53 -0
  32. coding-0.2/joint/checkpoint-689/adapter_model.safetensors +3 -0
  33. coding-0.2/joint/checkpoint-689/chat_template.jinja +1 -0
  34. coding-0.2/joint/checkpoint-689/optimizer.pt +3 -0
  35. coding-0.2/joint/checkpoint-689/rng_state.pth +3 -0
  36. coding-0.2/joint/checkpoint-689/scheduler.pt +3 -0
  37. coding-0.2/joint/checkpoint-689/special_tokens_map.json +23 -0
  38. coding-0.2/joint/checkpoint-689/tokenizer.json +3 -0
  39. coding-0.2/joint/checkpoint-689/tokenizer_config.json +195 -0
  40. coding-0.2/joint/checkpoint-689/trainer_state.json +510 -0
  41. coding-0.2/joint/checkpoint-689/training_args.bin +3 -0
  42. coding-0.2/joint/special_tokens_map.json +23 -0
  43. coding-0.2/joint/tokenizer.json +3 -0
  44. coding-0.2/joint/tokenizer_config.json +195 -0
.gitattributes CHANGED
@@ -39,3 +39,5 @@ coding-0.1/q/cold-start/checkpoint-22/tokenizer.json filter=lfs diff=lfs merge=l
39
  coding-0.1/q/cold-start/tokenizer.json filter=lfs diff=lfs merge=lfs -text
40
  coding-0.2/joint/checkpoint-1/tokenizer.json filter=lfs diff=lfs merge=lfs -text
41
  coding-0.2/joint/tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
 
39
  coding-0.1/q/cold-start/tokenizer.json filter=lfs diff=lfs merge=lfs -text
40
  coding-0.2/joint/checkpoint-1/tokenizer.json filter=lfs diff=lfs merge=lfs -text
41
  coding-0.2/joint/tokenizer.json filter=lfs diff=lfs merge=lfs -text
42
+ coding-0.2/joint/checkpoint-500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
43
+ coding-0.2/joint/checkpoint-689/tokenizer.json filter=lfs diff=lfs merge=lfs -text
coding-0.2/joint/README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/deepseek-r1-distill-qwen-7b-unsloth-bnb-4bit
3
+ library_name: peft
4
+ model_name: joint
5
+ tags:
6
+ - base_model:adapter:unsloth/deepseek-r1-distill-qwen-7b-unsloth-bnb-4bit
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ licence: license
13
+ pipeline_tag: text-generation
14
+ ---
15
+
16
+ # Model Card for joint
17
+
18
+ This model is a fine-tuned version of [unsloth/deepseek-r1-distill-qwen-7b-unsloth-bnb-4bit](https://huggingface.co/unsloth/deepseek-r1-distill-qwen-7b-unsloth-bnb-4bit).
19
+ It has been trained using [TRL](https://github.com/huggingface/trl).
20
+
21
+ ## Quick start
22
+
23
+ ```python
24
+ from transformers import pipeline
25
+
26
+ question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
27
+ generator = pipeline("text-generation", model="None", device="cuda")
28
+ output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
29
+ print(output["generated_text"])
30
+ ```
31
+
32
+ ## Training procedure
33
+
34
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/kstaron-/huggingface/runs/vwqmky2k)
35
+
36
+
37
+ This model was trained with SFT.
38
+
39
+ ### Framework versions
40
+
41
+ - PEFT 0.18.0
42
+ - TRL: 0.23.0
43
+ - Transformers: 4.57.1
44
+ - Pytorch: 2.9.0
45
+ - Datasets: 4.3.0
46
+ - Tokenizers: 0.22.1
47
+
48
+ ## Citations
49
+
50
+
51
+
52
+ Cite TRL as:
53
+
54
+ ```bibtex
55
+ @misc{vonwerra2022trl,
56
+ title = {{TRL: Transformer Reinforcement Learning}},
57
+ author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},
58
+ year = 2020,
59
+ journal = {GitHub repository},
60
+ publisher = {GitHub},
61
+ howpublished = {\url{https://github.com/huggingface/trl}}
62
+ }
63
+ ```
coding-0.2/joint/adapter_config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Qwen2ForCausalLM",
7
+ "parent_library": "transformers.models.qwen2.modeling_qwen2",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/deepseek-r1-distill-qwen-7b-unsloth-bnb-4bit",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 64,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": [
29
+ "lm_head",
30
+ "embed_tokens"
31
+ ],
32
+ "peft_type": "LORA",
33
+ "peft_version": "0.18.0",
34
+ "qalora_group_size": 16,
35
+ "r": 64,
36
+ "rank_pattern": {},
37
+ "revision": null,
38
+ "target_modules": [
39
+ "q_proj",
40
+ "up_proj",
41
+ "v_proj",
42
+ "k_proj",
43
+ "gate_proj",
44
+ "o_proj",
45
+ "down_proj"
46
+ ],
47
+ "target_parameters": null,
48
+ "task_type": "CAUSAL_LM",
49
+ "trainable_token_indices": null,
50
+ "use_dora": false,
51
+ "use_qalora": false,
52
+ "use_rslora": false
53
+ }
coding-0.2/joint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52551d2295543ded415868f8d7c12aff0d3cc111c026b1acc66dc18d2029ab29
3
+ size 2825965440
coding-0.2/joint/chat_template.jinja ADDED
@@ -0,0 +1 @@
 
 
1
+ {% 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 %}
coding-0.2/joint/checkpoint-1/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/deepseek-r1-distill-qwen-14b-unsloth-bnb-4bit
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/deepseek-r1-distill-qwen-14b-unsloth-bnb-4bit
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ ---
13
+
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- 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. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Results
136
+
137
+ [More Information Needed]
138
+
139
+ #### Summary
140
+
141
+
142
+
143
+ ## Model Examination [optional]
144
+
145
+ <!-- Relevant interpretability work for the model goes here -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## Environmental Impact
150
+
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
+
153
+ 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).
154
+
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
+
161
+ ## Technical Specifications [optional]
162
+
163
+ ### Model Architecture and Objective
164
+
165
+ [More Information Needed]
166
+
167
+ ### Compute Infrastructure
168
+
169
+ [More Information Needed]
170
+
171
+ #### Hardware
172
+
173
+ [More Information Needed]
174
+
175
+ #### Software
176
+
177
+ [More Information Needed]
178
+
179
+ ## Citation [optional]
180
+
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
+
183
+ **BibTeX:**
184
+
185
+ [More Information Needed]
186
+
187
+ **APA:**
188
+
189
+ [More Information Needed]
190
+
191
+ ## Glossary [optional]
192
+
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## More Information [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Authors [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Contact
206
+
207
+ [More Information Needed]
208
+ ### Framework versions
209
+
210
+ - PEFT 0.18.0
coding-0.2/joint/checkpoint-1/adapter_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Qwen2ForCausalLM",
7
+ "parent_library": "transformers.models.qwen2.modeling_qwen2",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/deepseek-r1-distill-qwen-14b-unsloth-bnb-4bit",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 16,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": null,
29
+ "peft_type": "LORA",
30
+ "peft_version": "0.18.0",
31
+ "qalora_group_size": 16,
32
+ "r": 64,
33
+ "rank_pattern": {},
34
+ "revision": null,
35
+ "target_modules": [
36
+ "gate_proj",
37
+ "up_proj",
38
+ "q_proj",
39
+ "down_proj",
40
+ "o_proj",
41
+ "k_proj",
42
+ "v_proj"
43
+ ],
44
+ "target_parameters": null,
45
+ "task_type": "CAUSAL_LM",
46
+ "trainable_token_indices": null,
47
+ "use_dora": false,
48
+ "use_qalora": false,
49
+ "use_rslora": false
50
+ }
coding-0.2/joint/checkpoint-1/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d275d291fe0ca22d878c478f3e5377858b8c8bf773e904f4f5713226db78f4e5
3
+ size 1101095848
coding-0.2/joint/checkpoint-1/chat_template.jinja ADDED
@@ -0,0 +1 @@
 
 
1
+ {% 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 %}
coding-0.2/joint/checkpoint-1/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e9cdd9fcb05795b0c41d8f8531ce9665bde9a04dba8b2354938f317f205d97c
3
+ size 559894629
coding-0.2/joint/checkpoint-1/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1d565802a8e26c4e8a31328752b7a7fdc186d9401aa008e65697d0ad8c22e33
3
+ size 14645
coding-0.2/joint/checkpoint-1/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c7e22b2cd255dd2da6f07c43e8d72a6692a46c3dd6241d9928ceb49213f4b7e
3
+ size 1465
coding-0.2/joint/checkpoint-1/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": "<|vision_pad|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
coding-0.2/joint/checkpoint-1/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e20ddafc659ba90242154b55275402edeca0715e5dbb30f56815a4ce081f4893
3
+ size 11422778
coding-0.2/joint/checkpoint-1/tokenizer_config.json ADDED
@@ -0,0 +1,195 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "clean_up_tokenization_spaces": false,
185
+ "eos_token": "<|end▁of▁sentence|>",
186
+ "extra_special_tokens": {},
187
+ "legacy": true,
188
+ "model_max_length": 131072,
189
+ "pad_token": "<|vision_pad|>",
190
+ "padding_side": "right",
191
+ "sp_model_kwargs": {},
192
+ "tokenizer_class": "LlamaTokenizerFast",
193
+ "unk_token": null,
194
+ "use_default_system_prompt": false
195
+ }
coding-0.2/joint/checkpoint-1/trainer_state.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.0003628776195228159,
6
+ "eval_steps": 500,
7
+ "global_step": 1,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [],
12
+ "logging_steps": 10,
13
+ "max_steps": 0,
14
+ "num_input_tokens_seen": 0,
15
+ "num_train_epochs": 4,
16
+ "save_steps": 500,
17
+ "stateful_callbacks": {
18
+ "TrainerControl": {
19
+ "args": {
20
+ "should_epoch_stop": false,
21
+ "should_evaluate": false,
22
+ "should_log": false,
23
+ "should_save": true,
24
+ "should_training_stop": true
25
+ },
26
+ "attributes": {}
27
+ }
28
+ },
29
+ "total_flos": 2784406659366912.0,
30
+ "train_batch_size": 8,
31
+ "trial_name": null,
32
+ "trial_params": null
33
+ }
coding-0.2/joint/checkpoint-1/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f957d6d5f436a90afcad467facdc78d4657de4e2934508c5a537355ceb738a0
3
+ size 6225
coding-0.2/joint/checkpoint-500/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/deepseek-r1-distill-qwen-7b-unsloth-bnb-4bit
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/deepseek-r1-distill-qwen-7b-unsloth-bnb-4bit
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ ---
13
+
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- 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. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Results
136
+
137
+ [More Information Needed]
138
+
139
+ #### Summary
140
+
141
+
142
+
143
+ ## Model Examination [optional]
144
+
145
+ <!-- Relevant interpretability work for the model goes here -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## Environmental Impact
150
+
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
+
153
+ 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).
154
+
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
+
161
+ ## Technical Specifications [optional]
162
+
163
+ ### Model Architecture and Objective
164
+
165
+ [More Information Needed]
166
+
167
+ ### Compute Infrastructure
168
+
169
+ [More Information Needed]
170
+
171
+ #### Hardware
172
+
173
+ [More Information Needed]
174
+
175
+ #### Software
176
+
177
+ [More Information Needed]
178
+
179
+ ## Citation [optional]
180
+
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
+
183
+ **BibTeX:**
184
+
185
+ [More Information Needed]
186
+
187
+ **APA:**
188
+
189
+ [More Information Needed]
190
+
191
+ ## Glossary [optional]
192
+
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## More Information [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Authors [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Contact
206
+
207
+ [More Information Needed]
208
+ ### Framework versions
209
+
210
+ - PEFT 0.18.0
coding-0.2/joint/checkpoint-500/adapter_config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Qwen2ForCausalLM",
7
+ "parent_library": "transformers.models.qwen2.modeling_qwen2",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/deepseek-r1-distill-qwen-7b-unsloth-bnb-4bit",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 64,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": [
29
+ "lm_head",
30
+ "embed_tokens"
31
+ ],
32
+ "peft_type": "LORA",
33
+ "peft_version": "0.18.0",
34
+ "qalora_group_size": 16,
35
+ "r": 64,
36
+ "rank_pattern": {},
37
+ "revision": null,
38
+ "target_modules": [
39
+ "q_proj",
40
+ "up_proj",
41
+ "v_proj",
42
+ "k_proj",
43
+ "gate_proj",
44
+ "o_proj",
45
+ "down_proj"
46
+ ],
47
+ "target_parameters": null,
48
+ "task_type": "CAUSAL_LM",
49
+ "trainable_token_indices": null,
50
+ "use_dora": false,
51
+ "use_qalora": false,
52
+ "use_rslora": false
53
+ }
coding-0.2/joint/checkpoint-500/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cf1ac50808148b103404ac765ea25450ce1cfa6ee0387d7262b4d8c4a12a970
3
+ size 2825965440
coding-0.2/joint/checkpoint-500/chat_template.jinja ADDED
@@ -0,0 +1 @@
 
 
1
+ {% 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 %}
coding-0.2/joint/checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2aa40c5127ff662c767e8f2133a598453629f5c5c052102d85783516bb610b28
3
+ size 5795494899
coding-0.2/joint/checkpoint-500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1d565802a8e26c4e8a31328752b7a7fdc186d9401aa008e65697d0ad8c22e33
3
+ size 14645
coding-0.2/joint/checkpoint-500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab507c1fc7f358b592713dfebf8627c7f71b70b7c6c0d5f25bc011e9dc8229e7
3
+ size 1465
coding-0.2/joint/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": "<|vision_pad|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
coding-0.2/joint/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
coding-0.2/joint/checkpoint-500/tokenizer_config.json ADDED
@@ -0,0 +1,195 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "clean_up_tokenization_spaces": false,
185
+ "eos_token": "<|end▁of▁sentence|>",
186
+ "extra_special_tokens": {},
187
+ "legacy": true,
188
+ "model_max_length": 131072,
189
+ "pad_token": "<|vision_pad|>",
190
+ "padding_side": "right",
191
+ "sp_model_kwargs": {},
192
+ "tokenizer_class": "LlamaTokenizerFast",
193
+ "unk_token": null,
194
+ "use_default_system_prompt": false
195
+ }
coding-0.2/joint/checkpoint-500/trainer_state.json ADDED
@@ -0,0 +1,384 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.7256894049346879,
6
+ "eval_steps": 500,
7
+ "global_step": 500,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.01451378809869376,
14
+ "grad_norm": 2.8285412788391113,
15
+ "learning_rate": 1.8e-05,
16
+ "loss": 1.1057,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.02902757619738752,
21
+ "grad_norm": 1.1285754442214966,
22
+ "learning_rate": 3.8e-05,
23
+ "loss": 0.9694,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.04354136429608128,
28
+ "grad_norm": 0.8574178218841553,
29
+ "learning_rate": 5.8e-05,
30
+ "loss": 0.7341,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.05805515239477504,
35
+ "grad_norm": 0.53108811378479,
36
+ "learning_rate": 7.800000000000001e-05,
37
+ "loss": 0.6017,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.07256894049346879,
42
+ "grad_norm": 0.40395280718803406,
43
+ "learning_rate": 9.8e-05,
44
+ "loss": 0.534,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.08708272859216255,
49
+ "grad_norm": 0.4184938073158264,
50
+ "learning_rate": 0.000118,
51
+ "loss": 0.5018,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.10159651669085631,
56
+ "grad_norm": 0.3326551616191864,
57
+ "learning_rate": 0.000138,
58
+ "loss": 0.4807,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.11611030478955008,
63
+ "grad_norm": 0.3530741333961487,
64
+ "learning_rate": 0.00015800000000000002,
65
+ "loss": 0.462,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.13062409288824384,
70
+ "grad_norm": 0.3607262670993805,
71
+ "learning_rate": 0.00017800000000000002,
72
+ "loss": 0.4492,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.14513788098693758,
77
+ "grad_norm": 0.37283945083618164,
78
+ "learning_rate": 0.00019800000000000002,
79
+ "loss": 0.4436,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.15965166908563136,
84
+ "grad_norm": 0.3210872709751129,
85
+ "learning_rate": 0.00019694397283531408,
86
+ "loss": 0.4338,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.1741654571843251,
91
+ "grad_norm": 0.2939835488796234,
92
+ "learning_rate": 0.00019354838709677422,
93
+ "loss": 0.4279,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.18867924528301888,
98
+ "grad_norm": 0.3203432857990265,
99
+ "learning_rate": 0.0001901528013582343,
100
+ "loss": 0.4177,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.20319303338171263,
105
+ "grad_norm": 0.2840735614299774,
106
+ "learning_rate": 0.00018675721561969442,
107
+ "loss": 0.4157,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.21770682148040638,
112
+ "grad_norm": 0.29428958892822266,
113
+ "learning_rate": 0.0001833616298811545,
114
+ "loss": 0.4133,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.23222060957910015,
119
+ "grad_norm": 0.2704876661300659,
120
+ "learning_rate": 0.00017996604414261463,
121
+ "loss": 0.4095,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.2467343976777939,
126
+ "grad_norm": 0.29016420245170593,
127
+ "learning_rate": 0.0001765704584040747,
128
+ "loss": 0.4036,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.2612481857764877,
133
+ "grad_norm": 0.26832008361816406,
134
+ "learning_rate": 0.0001731748726655348,
135
+ "loss": 0.4057,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.2757619738751814,
140
+ "grad_norm": 0.280130535364151,
141
+ "learning_rate": 0.00016977928692699492,
142
+ "loss": 0.3996,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.29027576197387517,
147
+ "grad_norm": 0.2216828167438507,
148
+ "learning_rate": 0.00016638370118845502,
149
+ "loss": 0.3999,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.3047895500725689,
154
+ "grad_norm": 0.2544555962085724,
155
+ "learning_rate": 0.00016298811544991512,
156
+ "loss": 0.394,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.3193033381712627,
161
+ "grad_norm": 0.26161113381385803,
162
+ "learning_rate": 0.00015959252971137523,
163
+ "loss": 0.3918,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.33381712626995647,
168
+ "grad_norm": 0.22447264194488525,
169
+ "learning_rate": 0.00015619694397283533,
170
+ "loss": 0.395,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.3483309143686502,
175
+ "grad_norm": 0.24482668936252594,
176
+ "learning_rate": 0.00015280135823429543,
177
+ "loss": 0.3842,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.36284470246734396,
182
+ "grad_norm": 0.2375396192073822,
183
+ "learning_rate": 0.00014940577249575554,
184
+ "loss": 0.3906,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.37735849056603776,
189
+ "grad_norm": 0.24287049472332,
190
+ "learning_rate": 0.00014601018675721562,
191
+ "loss": 0.3838,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.3918722786647315,
196
+ "grad_norm": 0.24098220467567444,
197
+ "learning_rate": 0.00014261460101867572,
198
+ "loss": 0.3816,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.40638606676342526,
203
+ "grad_norm": 0.23136872053146362,
204
+ "learning_rate": 0.00013921901528013582,
205
+ "loss": 0.3846,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.420899854862119,
210
+ "grad_norm": 0.23768611252307892,
211
+ "learning_rate": 0.00013582342954159593,
212
+ "loss": 0.3788,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.43541364296081275,
217
+ "grad_norm": 0.2431989163160324,
218
+ "learning_rate": 0.00013242784380305603,
219
+ "loss": 0.3762,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.44992743105950656,
224
+ "grad_norm": 0.22804555296897888,
225
+ "learning_rate": 0.00012903225806451613,
226
+ "loss": 0.3745,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.4644412191582003,
231
+ "grad_norm": 0.22682340443134308,
232
+ "learning_rate": 0.00012563667232597624,
233
+ "loss": 0.3774,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.47895500725689405,
238
+ "grad_norm": 0.2583816647529602,
239
+ "learning_rate": 0.00012224108658743634,
240
+ "loss": 0.3762,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.4934687953555878,
245
+ "grad_norm": 0.23387964069843292,
246
+ "learning_rate": 0.00011884550084889643,
247
+ "loss": 0.3753,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.5079825834542816,
252
+ "grad_norm": 0.21552371978759766,
253
+ "learning_rate": 0.00011544991511035655,
254
+ "loss": 0.3761,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.5224963715529753,
259
+ "grad_norm": 0.2177582085132599,
260
+ "learning_rate": 0.00011205432937181664,
261
+ "loss": 0.3734,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.5370101596516691,
266
+ "grad_norm": 0.22051909565925598,
267
+ "learning_rate": 0.00010865874363327674,
268
+ "loss": 0.3717,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.5515239477503628,
273
+ "grad_norm": 0.21704523265361786,
274
+ "learning_rate": 0.00010526315789473685,
275
+ "loss": 0.3707,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.5660377358490566,
280
+ "grad_norm": 0.2447778433561325,
281
+ "learning_rate": 0.00010186757215619695,
282
+ "loss": 0.3669,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.5805515239477503,
287
+ "grad_norm": 0.2079760581254959,
288
+ "learning_rate": 9.847198641765704e-05,
289
+ "loss": 0.3643,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.5950653120464441,
294
+ "grad_norm": 0.21614719927310944,
295
+ "learning_rate": 9.507640067911715e-05,
296
+ "loss": 0.3655,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.6095791001451378,
301
+ "grad_norm": 0.2331458330154419,
302
+ "learning_rate": 9.168081494057725e-05,
303
+ "loss": 0.363,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.6240928882438317,
308
+ "grad_norm": 0.23197589814662933,
309
+ "learning_rate": 8.828522920203735e-05,
310
+ "loss": 0.3611,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.6386066763425254,
315
+ "grad_norm": 0.21380995213985443,
316
+ "learning_rate": 8.488964346349746e-05,
317
+ "loss": 0.3656,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.6531204644412192,
322
+ "grad_norm": 0.21522027254104614,
323
+ "learning_rate": 8.149405772495756e-05,
324
+ "loss": 0.3622,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.6676342525399129,
329
+ "grad_norm": 0.23200784623622894,
330
+ "learning_rate": 7.809847198641767e-05,
331
+ "loss": 0.3652,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.6821480406386067,
336
+ "grad_norm": 0.20713669061660767,
337
+ "learning_rate": 7.470288624787777e-05,
338
+ "loss": 0.3577,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.6966618287373004,
343
+ "grad_norm": 0.2413240522146225,
344
+ "learning_rate": 7.130730050933786e-05,
345
+ "loss": 0.3605,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.7111756168359942,
350
+ "grad_norm": 0.23881566524505615,
351
+ "learning_rate": 6.791171477079796e-05,
352
+ "loss": 0.361,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.7256894049346879,
357
+ "grad_norm": 0.2193984091281891,
358
+ "learning_rate": 6.451612903225807e-05,
359
+ "loss": 0.3556,
360
+ "step": 500
361
+ }
362
+ ],
363
+ "logging_steps": 10,
364
+ "max_steps": 689,
365
+ "num_input_tokens_seen": 0,
366
+ "num_train_epochs": 1,
367
+ "save_steps": 500,
368
+ "stateful_callbacks": {
369
+ "TrainerControl": {
370
+ "args": {
371
+ "should_epoch_stop": false,
372
+ "should_evaluate": false,
373
+ "should_log": false,
374
+ "should_save": true,
375
+ "should_training_stop": false
376
+ },
377
+ "attributes": {}
378
+ }
379
+ },
380
+ "total_flos": 3.056638864915808e+18,
381
+ "train_batch_size": 16,
382
+ "trial_name": null,
383
+ "trial_params": null
384
+ }
coding-0.2/joint/checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6937314c93880a19dde76eaa9d8eee1705840a8c72f06be46928a1b2f35b74d8
3
+ size 6225
coding-0.2/joint/checkpoint-689/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/deepseek-r1-distill-qwen-7b-unsloth-bnb-4bit
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/deepseek-r1-distill-qwen-7b-unsloth-bnb-4bit
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ ---
13
+
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- 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. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Results
136
+
137
+ [More Information Needed]
138
+
139
+ #### Summary
140
+
141
+
142
+
143
+ ## Model Examination [optional]
144
+
145
+ <!-- Relevant interpretability work for the model goes here -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## Environmental Impact
150
+
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
+
153
+ 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).
154
+
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
+
161
+ ## Technical Specifications [optional]
162
+
163
+ ### Model Architecture and Objective
164
+
165
+ [More Information Needed]
166
+
167
+ ### Compute Infrastructure
168
+
169
+ [More Information Needed]
170
+
171
+ #### Hardware
172
+
173
+ [More Information Needed]
174
+
175
+ #### Software
176
+
177
+ [More Information Needed]
178
+
179
+ ## Citation [optional]
180
+
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
+
183
+ **BibTeX:**
184
+
185
+ [More Information Needed]
186
+
187
+ **APA:**
188
+
189
+ [More Information Needed]
190
+
191
+ ## Glossary [optional]
192
+
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## More Information [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Authors [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Contact
206
+
207
+ [More Information Needed]
208
+ ### Framework versions
209
+
210
+ - PEFT 0.18.0
coding-0.2/joint/checkpoint-689/adapter_config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Qwen2ForCausalLM",
7
+ "parent_library": "transformers.models.qwen2.modeling_qwen2",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/deepseek-r1-distill-qwen-7b-unsloth-bnb-4bit",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 64,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": [
29
+ "lm_head",
30
+ "embed_tokens"
31
+ ],
32
+ "peft_type": "LORA",
33
+ "peft_version": "0.18.0",
34
+ "qalora_group_size": 16,
35
+ "r": 64,
36
+ "rank_pattern": {},
37
+ "revision": null,
38
+ "target_modules": [
39
+ "q_proj",
40
+ "up_proj",
41
+ "v_proj",
42
+ "k_proj",
43
+ "gate_proj",
44
+ "o_proj",
45
+ "down_proj"
46
+ ],
47
+ "target_parameters": null,
48
+ "task_type": "CAUSAL_LM",
49
+ "trainable_token_indices": null,
50
+ "use_dora": false,
51
+ "use_qalora": false,
52
+ "use_rslora": false
53
+ }
coding-0.2/joint/checkpoint-689/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52551d2295543ded415868f8d7c12aff0d3cc111c026b1acc66dc18d2029ab29
3
+ size 2825965440
coding-0.2/joint/checkpoint-689/chat_template.jinja ADDED
@@ -0,0 +1 @@
 
 
1
+ {% 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 %}
coding-0.2/joint/checkpoint-689/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0daed07b7b906b12513c6ddad3f19a21435d92db273797bdedac46bc3431274f
3
+ size 5795494899
coding-0.2/joint/checkpoint-689/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1d565802a8e26c4e8a31328752b7a7fdc186d9401aa008e65697d0ad8c22e33
3
+ size 14645
coding-0.2/joint/checkpoint-689/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43690e6edc97682a231039c2eb585c50cf1ec1b36f17a8a8fca53f19bd6d219f
3
+ size 1465
coding-0.2/joint/checkpoint-689/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": "<|vision_pad|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
coding-0.2/joint/checkpoint-689/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e20ddafc659ba90242154b55275402edeca0715e5dbb30f56815a4ce081f4893
3
+ size 11422778
coding-0.2/joint/checkpoint-689/tokenizer_config.json ADDED
@@ -0,0 +1,195 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "clean_up_tokenization_spaces": false,
185
+ "eos_token": "<|end▁of▁sentence|>",
186
+ "extra_special_tokens": {},
187
+ "legacy": true,
188
+ "model_max_length": 131072,
189
+ "pad_token": "<|vision_pad|>",
190
+ "padding_side": "right",
191
+ "sp_model_kwargs": {},
192
+ "tokenizer_class": "LlamaTokenizerFast",
193
+ "unk_token": null,
194
+ "use_default_system_prompt": false
195
+ }
coding-0.2/joint/checkpoint-689/trainer_state.json ADDED
@@ -0,0 +1,510 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 689,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.01451378809869376,
14
+ "grad_norm": 2.8285412788391113,
15
+ "learning_rate": 1.8e-05,
16
+ "loss": 1.1057,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.02902757619738752,
21
+ "grad_norm": 1.1285754442214966,
22
+ "learning_rate": 3.8e-05,
23
+ "loss": 0.9694,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.04354136429608128,
28
+ "grad_norm": 0.8574178218841553,
29
+ "learning_rate": 5.8e-05,
30
+ "loss": 0.7341,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.05805515239477504,
35
+ "grad_norm": 0.53108811378479,
36
+ "learning_rate": 7.800000000000001e-05,
37
+ "loss": 0.6017,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.07256894049346879,
42
+ "grad_norm": 0.40395280718803406,
43
+ "learning_rate": 9.8e-05,
44
+ "loss": 0.534,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.08708272859216255,
49
+ "grad_norm": 0.4184938073158264,
50
+ "learning_rate": 0.000118,
51
+ "loss": 0.5018,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.10159651669085631,
56
+ "grad_norm": 0.3326551616191864,
57
+ "learning_rate": 0.000138,
58
+ "loss": 0.4807,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.11611030478955008,
63
+ "grad_norm": 0.3530741333961487,
64
+ "learning_rate": 0.00015800000000000002,
65
+ "loss": 0.462,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.13062409288824384,
70
+ "grad_norm": 0.3607262670993805,
71
+ "learning_rate": 0.00017800000000000002,
72
+ "loss": 0.4492,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.14513788098693758,
77
+ "grad_norm": 0.37283945083618164,
78
+ "learning_rate": 0.00019800000000000002,
79
+ "loss": 0.4436,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.15965166908563136,
84
+ "grad_norm": 0.3210872709751129,
85
+ "learning_rate": 0.00019694397283531408,
86
+ "loss": 0.4338,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.1741654571843251,
91
+ "grad_norm": 0.2939835488796234,
92
+ "learning_rate": 0.00019354838709677422,
93
+ "loss": 0.4279,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.18867924528301888,
98
+ "grad_norm": 0.3203432857990265,
99
+ "learning_rate": 0.0001901528013582343,
100
+ "loss": 0.4177,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.20319303338171263,
105
+ "grad_norm": 0.2840735614299774,
106
+ "learning_rate": 0.00018675721561969442,
107
+ "loss": 0.4157,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.21770682148040638,
112
+ "grad_norm": 0.29428958892822266,
113
+ "learning_rate": 0.0001833616298811545,
114
+ "loss": 0.4133,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.23222060957910015,
119
+ "grad_norm": 0.2704876661300659,
120
+ "learning_rate": 0.00017996604414261463,
121
+ "loss": 0.4095,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.2467343976777939,
126
+ "grad_norm": 0.29016420245170593,
127
+ "learning_rate": 0.0001765704584040747,
128
+ "loss": 0.4036,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.2612481857764877,
133
+ "grad_norm": 0.26832008361816406,
134
+ "learning_rate": 0.0001731748726655348,
135
+ "loss": 0.4057,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.2757619738751814,
140
+ "grad_norm": 0.280130535364151,
141
+ "learning_rate": 0.00016977928692699492,
142
+ "loss": 0.3996,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.29027576197387517,
147
+ "grad_norm": 0.2216828167438507,
148
+ "learning_rate": 0.00016638370118845502,
149
+ "loss": 0.3999,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.3047895500725689,
154
+ "grad_norm": 0.2544555962085724,
155
+ "learning_rate": 0.00016298811544991512,
156
+ "loss": 0.394,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.3193033381712627,
161
+ "grad_norm": 0.26161113381385803,
162
+ "learning_rate": 0.00015959252971137523,
163
+ "loss": 0.3918,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.33381712626995647,
168
+ "grad_norm": 0.22447264194488525,
169
+ "learning_rate": 0.00015619694397283533,
170
+ "loss": 0.395,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.3483309143686502,
175
+ "grad_norm": 0.24482668936252594,
176
+ "learning_rate": 0.00015280135823429543,
177
+ "loss": 0.3842,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.36284470246734396,
182
+ "grad_norm": 0.2375396192073822,
183
+ "learning_rate": 0.00014940577249575554,
184
+ "loss": 0.3906,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.37735849056603776,
189
+ "grad_norm": 0.24287049472332,
190
+ "learning_rate": 0.00014601018675721562,
191
+ "loss": 0.3838,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.3918722786647315,
196
+ "grad_norm": 0.24098220467567444,
197
+ "learning_rate": 0.00014261460101867572,
198
+ "loss": 0.3816,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.40638606676342526,
203
+ "grad_norm": 0.23136872053146362,
204
+ "learning_rate": 0.00013921901528013582,
205
+ "loss": 0.3846,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.420899854862119,
210
+ "grad_norm": 0.23768611252307892,
211
+ "learning_rate": 0.00013582342954159593,
212
+ "loss": 0.3788,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.43541364296081275,
217
+ "grad_norm": 0.2431989163160324,
218
+ "learning_rate": 0.00013242784380305603,
219
+ "loss": 0.3762,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.44992743105950656,
224
+ "grad_norm": 0.22804555296897888,
225
+ "learning_rate": 0.00012903225806451613,
226
+ "loss": 0.3745,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.4644412191582003,
231
+ "grad_norm": 0.22682340443134308,
232
+ "learning_rate": 0.00012563667232597624,
233
+ "loss": 0.3774,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.47895500725689405,
238
+ "grad_norm": 0.2583816647529602,
239
+ "learning_rate": 0.00012224108658743634,
240
+ "loss": 0.3762,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.4934687953555878,
245
+ "grad_norm": 0.23387964069843292,
246
+ "learning_rate": 0.00011884550084889643,
247
+ "loss": 0.3753,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.5079825834542816,
252
+ "grad_norm": 0.21552371978759766,
253
+ "learning_rate": 0.00011544991511035655,
254
+ "loss": 0.3761,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.5224963715529753,
259
+ "grad_norm": 0.2177582085132599,
260
+ "learning_rate": 0.00011205432937181664,
261
+ "loss": 0.3734,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.5370101596516691,
266
+ "grad_norm": 0.22051909565925598,
267
+ "learning_rate": 0.00010865874363327674,
268
+ "loss": 0.3717,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.5515239477503628,
273
+ "grad_norm": 0.21704523265361786,
274
+ "learning_rate": 0.00010526315789473685,
275
+ "loss": 0.3707,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.5660377358490566,
280
+ "grad_norm": 0.2447778433561325,
281
+ "learning_rate": 0.00010186757215619695,
282
+ "loss": 0.3669,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.5805515239477503,
287
+ "grad_norm": 0.2079760581254959,
288
+ "learning_rate": 9.847198641765704e-05,
289
+ "loss": 0.3643,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.5950653120464441,
294
+ "grad_norm": 0.21614719927310944,
295
+ "learning_rate": 9.507640067911715e-05,
296
+ "loss": 0.3655,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.6095791001451378,
301
+ "grad_norm": 0.2331458330154419,
302
+ "learning_rate": 9.168081494057725e-05,
303
+ "loss": 0.363,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.6240928882438317,
308
+ "grad_norm": 0.23197589814662933,
309
+ "learning_rate": 8.828522920203735e-05,
310
+ "loss": 0.3611,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.6386066763425254,
315
+ "grad_norm": 0.21380995213985443,
316
+ "learning_rate": 8.488964346349746e-05,
317
+ "loss": 0.3656,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.6531204644412192,
322
+ "grad_norm": 0.21522027254104614,
323
+ "learning_rate": 8.149405772495756e-05,
324
+ "loss": 0.3622,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.6676342525399129,
329
+ "grad_norm": 0.23200784623622894,
330
+ "learning_rate": 7.809847198641767e-05,
331
+ "loss": 0.3652,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.6821480406386067,
336
+ "grad_norm": 0.20713669061660767,
337
+ "learning_rate": 7.470288624787777e-05,
338
+ "loss": 0.3577,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.6966618287373004,
343
+ "grad_norm": 0.2413240522146225,
344
+ "learning_rate": 7.130730050933786e-05,
345
+ "loss": 0.3605,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.7111756168359942,
350
+ "grad_norm": 0.23881566524505615,
351
+ "learning_rate": 6.791171477079796e-05,
352
+ "loss": 0.361,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.7256894049346879,
357
+ "grad_norm": 0.2193984091281891,
358
+ "learning_rate": 6.451612903225807e-05,
359
+ "loss": 0.3556,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 0.7402031930333817,
364
+ "grad_norm": 0.2159193903207779,
365
+ "learning_rate": 6.112054329371817e-05,
366
+ "loss": 0.3581,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 0.7547169811320755,
371
+ "grad_norm": 0.23495930433273315,
372
+ "learning_rate": 5.7724957555178275e-05,
373
+ "loss": 0.3572,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 0.7692307692307693,
378
+ "grad_norm": 0.2095775455236435,
379
+ "learning_rate": 5.432937181663837e-05,
380
+ "loss": 0.3548,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 0.783744557329463,
385
+ "grad_norm": 0.2108987271785736,
386
+ "learning_rate": 5.0933786078098476e-05,
387
+ "loss": 0.3586,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 0.7982583454281568,
392
+ "grad_norm": 0.21367427706718445,
393
+ "learning_rate": 4.753820033955857e-05,
394
+ "loss": 0.354,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 0.8127721335268505,
399
+ "grad_norm": 0.21299470961093903,
400
+ "learning_rate": 4.414261460101868e-05,
401
+ "loss": 0.3549,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 0.8272859216255443,
406
+ "grad_norm": 0.19568979740142822,
407
+ "learning_rate": 4.074702886247878e-05,
408
+ "loss": 0.3527,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 0.841799709724238,
413
+ "grad_norm": 0.23140305280685425,
414
+ "learning_rate": 3.7351443123938885e-05,
415
+ "loss": 0.3523,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 0.8563134978229318,
420
+ "grad_norm": 0.19580787420272827,
421
+ "learning_rate": 3.395585738539898e-05,
422
+ "loss": 0.3541,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 0.8708272859216255,
427
+ "grad_norm": 0.2059970647096634,
428
+ "learning_rate": 3.0560271646859086e-05,
429
+ "loss": 0.3572,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 0.8853410740203193,
434
+ "grad_norm": 0.2206289917230606,
435
+ "learning_rate": 2.7164685908319186e-05,
436
+ "loss": 0.3548,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 0.8998548621190131,
441
+ "grad_norm": 0.20322079956531525,
442
+ "learning_rate": 2.3769100169779286e-05,
443
+ "loss": 0.3557,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 0.9143686502177069,
448
+ "grad_norm": 0.20411954820156097,
449
+ "learning_rate": 2.037351443123939e-05,
450
+ "loss": 0.3553,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 0.9288824383164006,
455
+ "grad_norm": 0.22070156037807465,
456
+ "learning_rate": 1.697792869269949e-05,
457
+ "loss": 0.3483,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 0.9433962264150944,
462
+ "grad_norm": 0.1965171992778778,
463
+ "learning_rate": 1.3582342954159593e-05,
464
+ "loss": 0.3555,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 0.9579100145137881,
469
+ "grad_norm": 0.19971269369125366,
470
+ "learning_rate": 1.0186757215619695e-05,
471
+ "loss": 0.3475,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 0.9724238026124818,
476
+ "grad_norm": 0.1889594942331314,
477
+ "learning_rate": 6.7911714770797965e-06,
478
+ "loss": 0.3532,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 0.9869375907111756,
483
+ "grad_norm": 0.18607065081596375,
484
+ "learning_rate": 3.3955857385398982e-06,
485
+ "loss": 0.3492,
486
+ "step": 680
487
+ }
488
+ ],
489
+ "logging_steps": 10,
490
+ "max_steps": 689,
491
+ "num_input_tokens_seen": 0,
492
+ "num_train_epochs": 1,
493
+ "save_steps": 500,
494
+ "stateful_callbacks": {
495
+ "TrainerControl": {
496
+ "args": {
497
+ "should_epoch_stop": false,
498
+ "should_evaluate": false,
499
+ "should_log": false,
500
+ "should_save": true,
501
+ "should_training_stop": true
502
+ },
503
+ "attributes": {}
504
+ }
505
+ },
506
+ "total_flos": 4.211655017901048e+18,
507
+ "train_batch_size": 16,
508
+ "trial_name": null,
509
+ "trial_params": null
510
+ }
coding-0.2/joint/checkpoint-689/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6937314c93880a19dde76eaa9d8eee1705840a8c72f06be46928a1b2f35b74d8
3
+ size 6225
coding-0.2/joint/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": "<|vision_pad|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
coding-0.2/joint/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e20ddafc659ba90242154b55275402edeca0715e5dbb30f56815a4ce081f4893
3
+ size 11422778
coding-0.2/joint/tokenizer_config.json ADDED
@@ -0,0 +1,195 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "clean_up_tokenization_spaces": false,
185
+ "eos_token": "<|end▁of▁sentence|>",
186
+ "extra_special_tokens": {},
187
+ "legacy": true,
188
+ "model_max_length": 131072,
189
+ "pad_token": "<|vision_pad|>",
190
+ "padding_side": "left",
191
+ "sp_model_kwargs": {},
192
+ "tokenizer_class": "LlamaTokenizerFast",
193
+ "unk_token": null,
194
+ "use_default_system_prompt": false
195
+ }