wf8888884 commited on
Commit
5c7eb73
·
verified ·
1 Parent(s): 5f83fd6

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. Power/README.md +62 -0
  2. Power/adapter_config.json +34 -0
  3. Power/all_results.json +8 -0
  4. Power/checkpoint-100/README.md +202 -0
  5. Power/checkpoint-100/adapter_config.json +34 -0
  6. Power/checkpoint-100/special_tokens_map.json +23 -0
  7. Power/checkpoint-100/tokenizer.json +0 -0
  8. Power/checkpoint-100/tokenizer_config.json +196 -0
  9. Power/checkpoint-100/trainer_state.json +183 -0
  10. Power/checkpoint-150/README.md +202 -0
  11. Power/checkpoint-150/adapter_config.json +34 -0
  12. Power/checkpoint-150/special_tokens_map.json +23 -0
  13. Power/checkpoint-150/tokenizer.json +0 -0
  14. Power/checkpoint-150/tokenizer_config.json +196 -0
  15. Power/checkpoint-150/trainer_state.json +258 -0
  16. Power/checkpoint-200/README.md +202 -0
  17. Power/checkpoint-200/adapter_config.json +34 -0
  18. Power/checkpoint-200/special_tokens_map.json +23 -0
  19. Power/checkpoint-200/tokenizer.json +0 -0
  20. Power/checkpoint-200/tokenizer_config.json +196 -0
  21. Power/checkpoint-200/trainer_state.json +333 -0
  22. Power/checkpoint-250/README.md +202 -0
  23. Power/checkpoint-250/adapter_config.json +34 -0
  24. Power/checkpoint-250/special_tokens_map.json +23 -0
  25. Power/checkpoint-250/tokenizer.json +0 -0
  26. Power/checkpoint-250/tokenizer_config.json +196 -0
  27. Power/checkpoint-250/trainer_state.json +408 -0
  28. Power/checkpoint-300/special_tokens_map.json +23 -0
  29. Power/checkpoint-300/tokenizer_config.json +196 -0
  30. Power/checkpoint-300/trainer_state.json +483 -0
  31. Power/checkpoint-350/tokenizer.json +0 -0
  32. Power/checkpoint-400/README.md +202 -0
  33. Power/checkpoint-400/tokenizer.json +0 -0
  34. Power/checkpoint-400/tokenizer_config.json +196 -0
  35. Power/checkpoint-400/trainer_state.json +633 -0
  36. Power/checkpoint-450/README.md +202 -0
  37. Power/checkpoint-450/special_tokens_map.json +23 -0
  38. Power/checkpoint-50/README.md +202 -0
  39. Power/checkpoint-50/adapter_config.json +34 -0
  40. Power/checkpoint-50/special_tokens_map.json +23 -0
  41. Power/checkpoint-50/tokenizer.json +0 -0
  42. Power/checkpoint-50/tokenizer_config.json +196 -0
  43. Power/checkpoint-50/trainer_state.json +108 -0
  44. Power/dpo/README.md +72 -0
  45. Power/dpo/adapter_config.json +34 -0
  46. Power/dpo/checkpoint-100/adapter_config.json +34 -0
  47. Power/dpo/checkpoint-100/special_tokens_map.json +23 -0
  48. Power/dpo/checkpoint-100/tokenizer.json +0 -0
  49. Power/dpo/checkpoint-100/trainer_state.json +183 -0
  50. Power/dpo/checkpoint-200/README.md +202 -0
Power/README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/deepseek-coder-6.7b-instruct
3
+ library_name: peft
4
+ license: other
5
+ tags:
6
+ - llama-factory
7
+ - lora
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: Power
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # Power
18
+
19
+ This model is a fine-tuned version of [deepseek-ai/deepseek-coder-6.7b-instruct](https://huggingface.co/deepseek-ai/deepseek-coder-6.7b-instruct) on the power dataset.
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 5e-06
39
+ - train_batch_size: 1
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - distributed_type: multi-GPU
43
+ - num_devices: 8
44
+ - gradient_accumulation_steps: 8
45
+ - total_train_batch_size: 64
46
+ - total_eval_batch_size: 64
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: cosine
49
+ - lr_scheduler_warmup_ratio: 0.1
50
+ - num_epochs: 20.0
51
+
52
+ ### Training results
53
+
54
+
55
+
56
+ ### Framework versions
57
+
58
+ - PEFT 0.12.0
59
+ - Transformers 4.45.2
60
+ - Pytorch 2.4.1+cu124
61
+ - Datasets 2.21.0
62
+ - Tokenizers 0.20.0
Power/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "deepseek-ai/deepseek-coder-6.7b-instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "up_proj",
24
+ "down_proj",
25
+ "gate_proj",
26
+ "q_proj",
27
+ "k_proj",
28
+ "o_proj",
29
+ "v_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
Power/all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 19.753086419753085,
3
+ "total_flos": 2.0386871270503875e+18,
4
+ "train_loss": 0.6034941236178081,
5
+ "train_runtime": 4431.3984,
6
+ "train_samples_per_second": 8.747,
7
+ "train_steps_per_second": 0.135
8
+ }
Power/checkpoint-100/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/deepseek-coder-6.7b-instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
Power/checkpoint-100/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "deepseek-ai/deepseek-coder-6.7b-instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "up_proj",
24
+ "down_proj",
25
+ "gate_proj",
26
+ "q_proj",
27
+ "k_proj",
28
+ "o_proj",
29
+ "v_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
Power/checkpoint-100/special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin▁of▁sentence|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|EOT|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|end▁of▁sentence|>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
Power/checkpoint-100/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
Power/checkpoint-100/tokenizer_config.json ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "32000": {
7
+ "content": "õ",
8
+ "lstrip": false,
9
+ "normalized": true,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": false
13
+ },
14
+ "32001": {
15
+ "content": "÷",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": false
21
+ },
22
+ "32002": {
23
+ "content": "Á",
24
+ "lstrip": false,
25
+ "normalized": true,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "32003": {
31
+ "content": "ý",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": false
37
+ },
38
+ "32004": {
39
+ "content": "À",
40
+ "lstrip": false,
41
+ "normalized": true,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "32005": {
47
+ "content": "ÿ",
48
+ "lstrip": false,
49
+ "normalized": true,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "32006": {
55
+ "content": "ø",
56
+ "lstrip": false,
57
+ "normalized": true,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "32007": {
63
+ "content": "ú",
64
+ "lstrip": false,
65
+ "normalized": true,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": false
69
+ },
70
+ "32008": {
71
+ "content": "þ",
72
+ "lstrip": false,
73
+ "normalized": true,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": false
77
+ },
78
+ "32009": {
79
+ "content": "ü",
80
+ "lstrip": false,
81
+ "normalized": true,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": false
85
+ },
86
+ "32010": {
87
+ "content": "ù",
88
+ "lstrip": false,
89
+ "normalized": true,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": false
93
+ },
94
+ "32011": {
95
+ "content": "ö",
96
+ "lstrip": false,
97
+ "normalized": true,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": false
101
+ },
102
+ "32012": {
103
+ "content": "û",
104
+ "lstrip": false,
105
+ "normalized": true,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": false
109
+ },
110
+ "32013": {
111
+ "content": "<|begin▁of▁sentence|>",
112
+ "lstrip": false,
113
+ "normalized": true,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "32014": {
119
+ "content": "<|end▁of▁sentence|>",
120
+ "lstrip": false,
121
+ "normalized": true,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": true
125
+ },
126
+ "32015": {
127
+ "content": "<|fim▁hole|>",
128
+ "lstrip": false,
129
+ "normalized": true,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "32016": {
135
+ "content": "<|fim▁begin|>",
136
+ "lstrip": false,
137
+ "normalized": true,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "32017": {
143
+ "content": "<|fim▁end|>",
144
+ "lstrip": false,
145
+ "normalized": true,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "32018": {
151
+ "content": "<pad>",
152
+ "lstrip": false,
153
+ "normalized": true,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "32019": {
159
+ "content": "<|User|>",
160
+ "lstrip": false,
161
+ "normalized": true,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "32020": {
167
+ "content": "<|Assistant|>",
168
+ "lstrip": false,
169
+ "normalized": true,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "32021": {
175
+ "content": "<|EOT|>",
176
+ "lstrip": false,
177
+ "normalized": true,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": true
181
+ }
182
+ },
183
+ "bos_token": "<|begin▁of▁sentence|>",
184
+ "chat_template": "{{ '<|begin▁of▁sentence|>' }}{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ system_message + '\n\n' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'User: ' + content + '\n\nAssistant:' }}{% elif message['role'] == 'assistant' %}{{ content + '<|EOT|>' }}{% endif %}{% endfor %}",
185
+ "clean_up_tokenization_spaces": false,
186
+ "eos_token": "<|EOT|>",
187
+ "legacy": true,
188
+ "model_max_length": 16384,
189
+ "pad_token": "<|end▁of▁sentence|>",
190
+ "padding_side": "right",
191
+ "sp_model_kwargs": {},
192
+ "split_special_tokens": false,
193
+ "tokenizer_class": "LlamaTokenizer",
194
+ "unk_token": null,
195
+ "use_default_system_prompt": false
196
+ }
Power/checkpoint-100/trainer_state.json ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.292181069958848,
5
+ "eval_steps": 500,
6
+ "global_step": 100,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.3292181069958848,
13
+ "grad_norm": 0.5561477541923523,
14
+ "learning_rate": 8.333333333333333e-07,
15
+ "logits/chosen": 1.7485754489898682,
16
+ "logits/rejected": 1.8832639455795288,
17
+ "logps/chosen": -70.18267059326172,
18
+ "logps/rejected": -77.9986343383789,
19
+ "loss": 0.6938,
20
+ "rewards/accuracies": 0.4749999940395355,
21
+ "rewards/chosen": 0.005453853867948055,
22
+ "rewards/margins": 0.013218576088547707,
23
+ "rewards/rejected": -0.007764720823615789,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.6584362139917695,
28
+ "grad_norm": 0.48141908645629883,
29
+ "learning_rate": 1.6666666666666667e-06,
30
+ "logits/chosen": 1.9016907215118408,
31
+ "logits/rejected": 1.9251121282577515,
32
+ "logps/chosen": -96.5027847290039,
33
+ "logps/rejected": -87.00735473632812,
34
+ "loss": 0.6937,
35
+ "rewards/accuracies": 0.5249999761581421,
36
+ "rewards/chosen": -0.005797500256448984,
37
+ "rewards/margins": -0.0004409264656715095,
38
+ "rewards/rejected": -0.005356573965400457,
39
+ "step": 20
40
+ },
41
+ {
42
+ "epoch": 0.9876543209876543,
43
+ "grad_norm": 0.4639015197753906,
44
+ "learning_rate": 2.5e-06,
45
+ "logits/chosen": 1.7938541173934937,
46
+ "logits/rejected": 1.6962993144989014,
47
+ "logps/chosen": -71.47590637207031,
48
+ "logps/rejected": -66.45989227294922,
49
+ "loss": 0.6942,
50
+ "rewards/accuracies": 0.4124999940395355,
51
+ "rewards/chosen": -0.004830303601920605,
52
+ "rewards/margins": -0.00935445912182331,
53
+ "rewards/rejected": 0.004524155054241419,
54
+ "step": 30
55
+ },
56
+ {
57
+ "epoch": 1.316872427983539,
58
+ "grad_norm": 0.44931092858314514,
59
+ "learning_rate": 3.3333333333333333e-06,
60
+ "logits/chosen": 1.8256213665008545,
61
+ "logits/rejected": 1.8677200078964233,
62
+ "logps/chosen": -75.90711975097656,
63
+ "logps/rejected": -76.26548767089844,
64
+ "loss": 0.6935,
65
+ "rewards/accuracies": 0.5375000238418579,
66
+ "rewards/chosen": -0.004859285429120064,
67
+ "rewards/margins": -0.007447429001331329,
68
+ "rewards/rejected": 0.0025881435722112656,
69
+ "step": 40
70
+ },
71
+ {
72
+ "epoch": 1.646090534979424,
73
+ "grad_norm": 0.512350857257843,
74
+ "learning_rate": 4.166666666666667e-06,
75
+ "logits/chosen": 1.7572576999664307,
76
+ "logits/rejected": 1.7408854961395264,
77
+ "logps/chosen": -80.90664672851562,
78
+ "logps/rejected": -85.82096862792969,
79
+ "loss": 0.6937,
80
+ "rewards/accuracies": 0.4749999940395355,
81
+ "rewards/chosen": -0.00120059447363019,
82
+ "rewards/margins": -0.0018891148502007127,
83
+ "rewards/rejected": 0.0006885197362862527,
84
+ "step": 50
85
+ },
86
+ {
87
+ "epoch": 1.9753086419753085,
88
+ "grad_norm": 0.5260242819786072,
89
+ "learning_rate": 5e-06,
90
+ "logits/chosen": 1.827275037765503,
91
+ "logits/rejected": 1.8168131113052368,
92
+ "logps/chosen": -86.74467468261719,
93
+ "logps/rejected": -79.20576477050781,
94
+ "loss": 0.6937,
95
+ "rewards/accuracies": 0.4124999940395355,
96
+ "rewards/chosen": 0.0014693590346723795,
97
+ "rewards/margins": -0.0025326632894575596,
98
+ "rewards/rejected": 0.00400202302262187,
99
+ "step": 60
100
+ },
101
+ {
102
+ "epoch": 2.3045267489711936,
103
+ "grad_norm": 0.5231289267539978,
104
+ "learning_rate": 4.995770395678171e-06,
105
+ "logits/chosen": 1.7851394414901733,
106
+ "logits/rejected": 1.8952877521514893,
107
+ "logps/chosen": -81.03253173828125,
108
+ "logps/rejected": -88.5263442993164,
109
+ "loss": 0.6932,
110
+ "rewards/accuracies": 0.44999998807907104,
111
+ "rewards/chosen": -0.003017458599060774,
112
+ "rewards/margins": -0.002731734188273549,
113
+ "rewards/rejected": -0.0002857256622519344,
114
+ "step": 70
115
+ },
116
+ {
117
+ "epoch": 2.633744855967078,
118
+ "grad_norm": 0.5552361011505127,
119
+ "learning_rate": 4.983095894354858e-06,
120
+ "logits/chosen": 1.8227930068969727,
121
+ "logits/rejected": 1.7752052545547485,
122
+ "logps/chosen": -89.98479461669922,
123
+ "logps/rejected": -72.01054382324219,
124
+ "loss": 0.6928,
125
+ "rewards/accuracies": 0.48750001192092896,
126
+ "rewards/chosen": 0.0013810636010020971,
127
+ "rewards/margins": -0.0008344938978552818,
128
+ "rewards/rejected": 0.0022155570331960917,
129
+ "step": 80
130
+ },
131
+ {
132
+ "epoch": 2.962962962962963,
133
+ "grad_norm": 0.603434681892395,
134
+ "learning_rate": 4.962019382530521e-06,
135
+ "logits/chosen": 1.829049825668335,
136
+ "logits/rejected": 1.78665030002594,
137
+ "logps/chosen": -81.95549011230469,
138
+ "logps/rejected": -76.07003021240234,
139
+ "loss": 0.6909,
140
+ "rewards/accuracies": 0.5625,
141
+ "rewards/chosen": 0.0062006814405322075,
142
+ "rewards/margins": 0.003528360743075609,
143
+ "rewards/rejected": 0.00267231953330338,
144
+ "step": 90
145
+ },
146
+ {
147
+ "epoch": 3.292181069958848,
148
+ "grad_norm": 0.6200206279754639,
149
+ "learning_rate": 4.93261217644956e-06,
150
+ "logits/chosen": 1.7920262813568115,
151
+ "logits/rejected": 1.7817165851593018,
152
+ "logps/chosen": -84.39167022705078,
153
+ "logps/rejected": -85.04205322265625,
154
+ "loss": 0.6907,
155
+ "rewards/accuracies": 0.6000000238418579,
156
+ "rewards/chosen": 0.0063859038054943085,
157
+ "rewards/margins": 0.007152262143790722,
158
+ "rewards/rejected": -0.0007663581636734307,
159
+ "step": 100
160
+ }
161
+ ],
162
+ "logging_steps": 10,
163
+ "max_steps": 600,
164
+ "num_input_tokens_seen": 0,
165
+ "num_train_epochs": 20,
166
+ "save_steps": 50,
167
+ "stateful_callbacks": {
168
+ "TrainerControl": {
169
+ "args": {
170
+ "should_epoch_stop": false,
171
+ "should_evaluate": false,
172
+ "should_log": false,
173
+ "should_save": true,
174
+ "should_training_stop": false
175
+ },
176
+ "attributes": {}
177
+ }
178
+ },
179
+ "total_flos": 3.407626107753595e+17,
180
+ "train_batch_size": 1,
181
+ "trial_name": null,
182
+ "trial_params": null
183
+ }
Power/checkpoint-150/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/deepseek-coder-6.7b-instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
Power/checkpoint-150/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "deepseek-ai/deepseek-coder-6.7b-instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "up_proj",
24
+ "down_proj",
25
+ "gate_proj",
26
+ "q_proj",
27
+ "k_proj",
28
+ "o_proj",
29
+ "v_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
Power/checkpoint-150/special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin▁of▁sentence|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|EOT|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|end▁of▁sentence|>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
Power/checkpoint-150/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
Power/checkpoint-150/tokenizer_config.json ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "32000": {
7
+ "content": "õ",
8
+ "lstrip": false,
9
+ "normalized": true,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": false
13
+ },
14
+ "32001": {
15
+ "content": "÷",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": false
21
+ },
22
+ "32002": {
23
+ "content": "Á",
24
+ "lstrip": false,
25
+ "normalized": true,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "32003": {
31
+ "content": "ý",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": false
37
+ },
38
+ "32004": {
39
+ "content": "À",
40
+ "lstrip": false,
41
+ "normalized": true,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "32005": {
47
+ "content": "ÿ",
48
+ "lstrip": false,
49
+ "normalized": true,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "32006": {
55
+ "content": "ø",
56
+ "lstrip": false,
57
+ "normalized": true,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "32007": {
63
+ "content": "ú",
64
+ "lstrip": false,
65
+ "normalized": true,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": false
69
+ },
70
+ "32008": {
71
+ "content": "þ",
72
+ "lstrip": false,
73
+ "normalized": true,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": false
77
+ },
78
+ "32009": {
79
+ "content": "ü",
80
+ "lstrip": false,
81
+ "normalized": true,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": false
85
+ },
86
+ "32010": {
87
+ "content": "ù",
88
+ "lstrip": false,
89
+ "normalized": true,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": false
93
+ },
94
+ "32011": {
95
+ "content": "ö",
96
+ "lstrip": false,
97
+ "normalized": true,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": false
101
+ },
102
+ "32012": {
103
+ "content": "û",
104
+ "lstrip": false,
105
+ "normalized": true,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": false
109
+ },
110
+ "32013": {
111
+ "content": "<|begin▁of▁sentence|>",
112
+ "lstrip": false,
113
+ "normalized": true,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "32014": {
119
+ "content": "<|end▁of▁sentence|>",
120
+ "lstrip": false,
121
+ "normalized": true,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": true
125
+ },
126
+ "32015": {
127
+ "content": "<|fim▁hole|>",
128
+ "lstrip": false,
129
+ "normalized": true,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "32016": {
135
+ "content": "<|fim▁begin|>",
136
+ "lstrip": false,
137
+ "normalized": true,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "32017": {
143
+ "content": "<|fim▁end|>",
144
+ "lstrip": false,
145
+ "normalized": true,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "32018": {
151
+ "content": "<pad>",
152
+ "lstrip": false,
153
+ "normalized": true,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "32019": {
159
+ "content": "<|User|>",
160
+ "lstrip": false,
161
+ "normalized": true,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "32020": {
167
+ "content": "<|Assistant|>",
168
+ "lstrip": false,
169
+ "normalized": true,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "32021": {
175
+ "content": "<|EOT|>",
176
+ "lstrip": false,
177
+ "normalized": true,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": true
181
+ }
182
+ },
183
+ "bos_token": "<|begin▁of▁sentence|>",
184
+ "chat_template": "{{ '<|begin▁of▁sentence|>' }}{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ system_message + '\n\n' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'User: ' + content + '\n\nAssistant:' }}{% elif message['role'] == 'assistant' %}{{ content + '<|EOT|>' }}{% endif %}{% endfor %}",
185
+ "clean_up_tokenization_spaces": false,
186
+ "eos_token": "<|EOT|>",
187
+ "legacy": true,
188
+ "model_max_length": 16384,
189
+ "pad_token": "<|end▁of▁sentence|>",
190
+ "padding_side": "right",
191
+ "sp_model_kwargs": {},
192
+ "split_special_tokens": false,
193
+ "tokenizer_class": "LlamaTokenizer",
194
+ "unk_token": null,
195
+ "use_default_system_prompt": false
196
+ }
Power/checkpoint-150/trainer_state.json ADDED
@@ -0,0 +1,258 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 4.938271604938271,
5
+ "eval_steps": 500,
6
+ "global_step": 150,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.3292181069958848,
13
+ "grad_norm": 0.5561477541923523,
14
+ "learning_rate": 8.333333333333333e-07,
15
+ "logits/chosen": 1.7485754489898682,
16
+ "logits/rejected": 1.8832639455795288,
17
+ "logps/chosen": -70.18267059326172,
18
+ "logps/rejected": -77.9986343383789,
19
+ "loss": 0.6938,
20
+ "rewards/accuracies": 0.4749999940395355,
21
+ "rewards/chosen": 0.005453853867948055,
22
+ "rewards/margins": 0.013218576088547707,
23
+ "rewards/rejected": -0.007764720823615789,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.6584362139917695,
28
+ "grad_norm": 0.48141908645629883,
29
+ "learning_rate": 1.6666666666666667e-06,
30
+ "logits/chosen": 1.9016907215118408,
31
+ "logits/rejected": 1.9251121282577515,
32
+ "logps/chosen": -96.5027847290039,
33
+ "logps/rejected": -87.00735473632812,
34
+ "loss": 0.6937,
35
+ "rewards/accuracies": 0.5249999761581421,
36
+ "rewards/chosen": -0.005797500256448984,
37
+ "rewards/margins": -0.0004409264656715095,
38
+ "rewards/rejected": -0.005356573965400457,
39
+ "step": 20
40
+ },
41
+ {
42
+ "epoch": 0.9876543209876543,
43
+ "grad_norm": 0.4639015197753906,
44
+ "learning_rate": 2.5e-06,
45
+ "logits/chosen": 1.7938541173934937,
46
+ "logits/rejected": 1.6962993144989014,
47
+ "logps/chosen": -71.47590637207031,
48
+ "logps/rejected": -66.45989227294922,
49
+ "loss": 0.6942,
50
+ "rewards/accuracies": 0.4124999940395355,
51
+ "rewards/chosen": -0.004830303601920605,
52
+ "rewards/margins": -0.00935445912182331,
53
+ "rewards/rejected": 0.004524155054241419,
54
+ "step": 30
55
+ },
56
+ {
57
+ "epoch": 1.316872427983539,
58
+ "grad_norm": 0.44931092858314514,
59
+ "learning_rate": 3.3333333333333333e-06,
60
+ "logits/chosen": 1.8256213665008545,
61
+ "logits/rejected": 1.8677200078964233,
62
+ "logps/chosen": -75.90711975097656,
63
+ "logps/rejected": -76.26548767089844,
64
+ "loss": 0.6935,
65
+ "rewards/accuracies": 0.5375000238418579,
66
+ "rewards/chosen": -0.004859285429120064,
67
+ "rewards/margins": -0.007447429001331329,
68
+ "rewards/rejected": 0.0025881435722112656,
69
+ "step": 40
70
+ },
71
+ {
72
+ "epoch": 1.646090534979424,
73
+ "grad_norm": 0.512350857257843,
74
+ "learning_rate": 4.166666666666667e-06,
75
+ "logits/chosen": 1.7572576999664307,
76
+ "logits/rejected": 1.7408854961395264,
77
+ "logps/chosen": -80.90664672851562,
78
+ "logps/rejected": -85.82096862792969,
79
+ "loss": 0.6937,
80
+ "rewards/accuracies": 0.4749999940395355,
81
+ "rewards/chosen": -0.00120059447363019,
82
+ "rewards/margins": -0.0018891148502007127,
83
+ "rewards/rejected": 0.0006885197362862527,
84
+ "step": 50
85
+ },
86
+ {
87
+ "epoch": 1.9753086419753085,
88
+ "grad_norm": 0.5260242819786072,
89
+ "learning_rate": 5e-06,
90
+ "logits/chosen": 1.827275037765503,
91
+ "logits/rejected": 1.8168131113052368,
92
+ "logps/chosen": -86.74467468261719,
93
+ "logps/rejected": -79.20576477050781,
94
+ "loss": 0.6937,
95
+ "rewards/accuracies": 0.4124999940395355,
96
+ "rewards/chosen": 0.0014693590346723795,
97
+ "rewards/margins": -0.0025326632894575596,
98
+ "rewards/rejected": 0.00400202302262187,
99
+ "step": 60
100
+ },
101
+ {
102
+ "epoch": 2.3045267489711936,
103
+ "grad_norm": 0.5231289267539978,
104
+ "learning_rate": 4.995770395678171e-06,
105
+ "logits/chosen": 1.7851394414901733,
106
+ "logits/rejected": 1.8952877521514893,
107
+ "logps/chosen": -81.03253173828125,
108
+ "logps/rejected": -88.5263442993164,
109
+ "loss": 0.6932,
110
+ "rewards/accuracies": 0.44999998807907104,
111
+ "rewards/chosen": -0.003017458599060774,
112
+ "rewards/margins": -0.002731734188273549,
113
+ "rewards/rejected": -0.0002857256622519344,
114
+ "step": 70
115
+ },
116
+ {
117
+ "epoch": 2.633744855967078,
118
+ "grad_norm": 0.5552361011505127,
119
+ "learning_rate": 4.983095894354858e-06,
120
+ "logits/chosen": 1.8227930068969727,
121
+ "logits/rejected": 1.7752052545547485,
122
+ "logps/chosen": -89.98479461669922,
123
+ "logps/rejected": -72.01054382324219,
124
+ "loss": 0.6928,
125
+ "rewards/accuracies": 0.48750001192092896,
126
+ "rewards/chosen": 0.0013810636010020971,
127
+ "rewards/margins": -0.0008344938978552818,
128
+ "rewards/rejected": 0.0022155570331960917,
129
+ "step": 80
130
+ },
131
+ {
132
+ "epoch": 2.962962962962963,
133
+ "grad_norm": 0.603434681892395,
134
+ "learning_rate": 4.962019382530521e-06,
135
+ "logits/chosen": 1.829049825668335,
136
+ "logits/rejected": 1.78665030002594,
137
+ "logps/chosen": -81.95549011230469,
138
+ "logps/rejected": -76.07003021240234,
139
+ "loss": 0.6909,
140
+ "rewards/accuracies": 0.5625,
141
+ "rewards/chosen": 0.0062006814405322075,
142
+ "rewards/margins": 0.003528360743075609,
143
+ "rewards/rejected": 0.00267231953330338,
144
+ "step": 90
145
+ },
146
+ {
147
+ "epoch": 3.292181069958848,
148
+ "grad_norm": 0.6200206279754639,
149
+ "learning_rate": 4.93261217644956e-06,
150
+ "logits/chosen": 1.7920262813568115,
151
+ "logits/rejected": 1.7817165851593018,
152
+ "logps/chosen": -84.39167022705078,
153
+ "logps/rejected": -85.04205322265625,
154
+ "loss": 0.6907,
155
+ "rewards/accuracies": 0.6000000238418579,
156
+ "rewards/chosen": 0.0063859038054943085,
157
+ "rewards/margins": 0.007152262143790722,
158
+ "rewards/rejected": -0.0007663581636734307,
159
+ "step": 100
160
+ },
161
+ {
162
+ "epoch": 3.6213991769547325,
163
+ "grad_norm": 0.5937617421150208,
164
+ "learning_rate": 4.894973780788722e-06,
165
+ "logits/chosen": 1.8367125988006592,
166
+ "logits/rejected": 1.8536920547485352,
167
+ "logps/chosen": -67.41716003417969,
168
+ "logps/rejected": -72.06455993652344,
169
+ "loss": 0.6891,
170
+ "rewards/accuracies": 0.574999988079071,
171
+ "rewards/chosen": -0.00015740413800813258,
172
+ "rewards/margins": 0.013882984407246113,
173
+ "rewards/rejected": -0.01404038816690445,
174
+ "step": 110
175
+ },
176
+ {
177
+ "epoch": 3.950617283950617,
178
+ "grad_norm": 0.8695696592330933,
179
+ "learning_rate": 4.849231551964771e-06,
180
+ "logits/chosen": 1.8238048553466797,
181
+ "logits/rejected": 1.7972408533096313,
182
+ "logps/chosen": -104.34183502197266,
183
+ "logps/rejected": -81.703369140625,
184
+ "loss": 0.6864,
185
+ "rewards/accuracies": 0.6000000238418579,
186
+ "rewards/chosen": 0.00020323302305769175,
187
+ "rewards/margins": 0.011230283416807652,
188
+ "rewards/rejected": -0.011027050204575062,
189
+ "step": 120
190
+ },
191
+ {
192
+ "epoch": 4.279835390946502,
193
+ "grad_norm": 0.7833828926086426,
194
+ "learning_rate": 4.7955402672006855e-06,
195
+ "logits/chosen": 1.7440074682235718,
196
+ "logits/rejected": 1.7824723720550537,
197
+ "logps/chosen": -92.3200912475586,
198
+ "logps/rejected": -85.88248443603516,
199
+ "loss": 0.6861,
200
+ "rewards/accuracies": 0.5874999761581421,
201
+ "rewards/chosen": 0.0005388978170230985,
202
+ "rewards/margins": 0.011814715340733528,
203
+ "rewards/rejected": -0.011275815777480602,
204
+ "step": 130
205
+ },
206
+ {
207
+ "epoch": 4.609053497942387,
208
+ "grad_norm": 0.7381640672683716,
209
+ "learning_rate": 4.734081600808531e-06,
210
+ "logits/chosen": 1.6734364032745361,
211
+ "logits/rejected": 1.7311270236968994,
212
+ "logps/chosen": -88.11524963378906,
213
+ "logps/rejected": -97.87281799316406,
214
+ "loss": 0.682,
215
+ "rewards/accuracies": 0.637499988079071,
216
+ "rewards/chosen": -0.006451706402003765,
217
+ "rewards/margins": 0.021939774975180626,
218
+ "rewards/rejected": -0.028391480445861816,
219
+ "step": 140
220
+ },
221
+ {
222
+ "epoch": 4.938271604938271,
223
+ "grad_norm": 0.7793841361999512,
224
+ "learning_rate": 4.665063509461098e-06,
225
+ "logits/chosen": 1.8139768838882446,
226
+ "logits/rejected": 1.766761064529419,
227
+ "logps/chosen": -77.28334045410156,
228
+ "logps/rejected": -78.78504943847656,
229
+ "loss": 0.6777,
230
+ "rewards/accuracies": 0.675000011920929,
231
+ "rewards/chosen": -0.011237703263759613,
232
+ "rewards/margins": 0.03930521756410599,
233
+ "rewards/rejected": -0.050542913377285004,
234
+ "step": 150
235
+ }
236
+ ],
237
+ "logging_steps": 10,
238
+ "max_steps": 600,
239
+ "num_input_tokens_seen": 0,
240
+ "num_train_epochs": 20,
241
+ "save_steps": 50,
242
+ "stateful_callbacks": {
243
+ "TrainerControl": {
244
+ "args": {
245
+ "should_epoch_stop": false,
246
+ "should_evaluate": false,
247
+ "should_log": false,
248
+ "should_save": true,
249
+ "should_training_stop": false
250
+ },
251
+ "attributes": {}
252
+ }
253
+ },
254
+ "total_flos": 5.0929507662351565e+17,
255
+ "train_batch_size": 1,
256
+ "trial_name": null,
257
+ "trial_params": null
258
+ }
Power/checkpoint-200/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/deepseek-coder-6.7b-instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
Power/checkpoint-200/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "deepseek-ai/deepseek-coder-6.7b-instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "up_proj",
24
+ "down_proj",
25
+ "gate_proj",
26
+ "q_proj",
27
+ "k_proj",
28
+ "o_proj",
29
+ "v_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
Power/checkpoint-200/special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin▁of▁sentence|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|EOT|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|end▁of▁sentence|>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
Power/checkpoint-200/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
Power/checkpoint-200/tokenizer_config.json ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "32000": {
7
+ "content": "õ",
8
+ "lstrip": false,
9
+ "normalized": true,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": false
13
+ },
14
+ "32001": {
15
+ "content": "÷",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": false
21
+ },
22
+ "32002": {
23
+ "content": "Á",
24
+ "lstrip": false,
25
+ "normalized": true,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "32003": {
31
+ "content": "ý",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": false
37
+ },
38
+ "32004": {
39
+ "content": "À",
40
+ "lstrip": false,
41
+ "normalized": true,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "32005": {
47
+ "content": "ÿ",
48
+ "lstrip": false,
49
+ "normalized": true,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "32006": {
55
+ "content": "ø",
56
+ "lstrip": false,
57
+ "normalized": true,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "32007": {
63
+ "content": "ú",
64
+ "lstrip": false,
65
+ "normalized": true,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": false
69
+ },
70
+ "32008": {
71
+ "content": "þ",
72
+ "lstrip": false,
73
+ "normalized": true,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": false
77
+ },
78
+ "32009": {
79
+ "content": "ü",
80
+ "lstrip": false,
81
+ "normalized": true,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": false
85
+ },
86
+ "32010": {
87
+ "content": "ù",
88
+ "lstrip": false,
89
+ "normalized": true,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": false
93
+ },
94
+ "32011": {
95
+ "content": "ö",
96
+ "lstrip": false,
97
+ "normalized": true,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": false
101
+ },
102
+ "32012": {
103
+ "content": "û",
104
+ "lstrip": false,
105
+ "normalized": true,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": false
109
+ },
110
+ "32013": {
111
+ "content": "<|begin▁of▁sentence|>",
112
+ "lstrip": false,
113
+ "normalized": true,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "32014": {
119
+ "content": "<|end▁of▁sentence|>",
120
+ "lstrip": false,
121
+ "normalized": true,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": true
125
+ },
126
+ "32015": {
127
+ "content": "<|fim▁hole|>",
128
+ "lstrip": false,
129
+ "normalized": true,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "32016": {
135
+ "content": "<|fim▁begin|>",
136
+ "lstrip": false,
137
+ "normalized": true,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "32017": {
143
+ "content": "<|fim▁end|>",
144
+ "lstrip": false,
145
+ "normalized": true,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "32018": {
151
+ "content": "<pad>",
152
+ "lstrip": false,
153
+ "normalized": true,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "32019": {
159
+ "content": "<|User|>",
160
+ "lstrip": false,
161
+ "normalized": true,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "32020": {
167
+ "content": "<|Assistant|>",
168
+ "lstrip": false,
169
+ "normalized": true,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "32021": {
175
+ "content": "<|EOT|>",
176
+ "lstrip": false,
177
+ "normalized": true,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": true
181
+ }
182
+ },
183
+ "bos_token": "<|begin▁of▁sentence|>",
184
+ "chat_template": "{{ '<|begin▁of▁sentence|>' }}{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ system_message + '\n\n' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'User: ' + content + '\n\nAssistant:' }}{% elif message['role'] == 'assistant' %}{{ content + '<|EOT|>' }}{% endif %}{% endfor %}",
185
+ "clean_up_tokenization_spaces": false,
186
+ "eos_token": "<|EOT|>",
187
+ "legacy": true,
188
+ "model_max_length": 16384,
189
+ "pad_token": "<|end▁of▁sentence|>",
190
+ "padding_side": "right",
191
+ "sp_model_kwargs": {},
192
+ "split_special_tokens": false,
193
+ "tokenizer_class": "LlamaTokenizer",
194
+ "unk_token": null,
195
+ "use_default_system_prompt": false
196
+ }
Power/checkpoint-200/trainer_state.json ADDED
@@ -0,0 +1,333 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 6.584362139917696,
5
+ "eval_steps": 500,
6
+ "global_step": 200,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.3292181069958848,
13
+ "grad_norm": 0.5561477541923523,
14
+ "learning_rate": 8.333333333333333e-07,
15
+ "logits/chosen": 1.7485754489898682,
16
+ "logits/rejected": 1.8832639455795288,
17
+ "logps/chosen": -70.18267059326172,
18
+ "logps/rejected": -77.9986343383789,
19
+ "loss": 0.6938,
20
+ "rewards/accuracies": 0.4749999940395355,
21
+ "rewards/chosen": 0.005453853867948055,
22
+ "rewards/margins": 0.013218576088547707,
23
+ "rewards/rejected": -0.007764720823615789,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.6584362139917695,
28
+ "grad_norm": 0.48141908645629883,
29
+ "learning_rate": 1.6666666666666667e-06,
30
+ "logits/chosen": 1.9016907215118408,
31
+ "logits/rejected": 1.9251121282577515,
32
+ "logps/chosen": -96.5027847290039,
33
+ "logps/rejected": -87.00735473632812,
34
+ "loss": 0.6937,
35
+ "rewards/accuracies": 0.5249999761581421,
36
+ "rewards/chosen": -0.005797500256448984,
37
+ "rewards/margins": -0.0004409264656715095,
38
+ "rewards/rejected": -0.005356573965400457,
39
+ "step": 20
40
+ },
41
+ {
42
+ "epoch": 0.9876543209876543,
43
+ "grad_norm": 0.4639015197753906,
44
+ "learning_rate": 2.5e-06,
45
+ "logits/chosen": 1.7938541173934937,
46
+ "logits/rejected": 1.6962993144989014,
47
+ "logps/chosen": -71.47590637207031,
48
+ "logps/rejected": -66.45989227294922,
49
+ "loss": 0.6942,
50
+ "rewards/accuracies": 0.4124999940395355,
51
+ "rewards/chosen": -0.004830303601920605,
52
+ "rewards/margins": -0.00935445912182331,
53
+ "rewards/rejected": 0.004524155054241419,
54
+ "step": 30
55
+ },
56
+ {
57
+ "epoch": 1.316872427983539,
58
+ "grad_norm": 0.44931092858314514,
59
+ "learning_rate": 3.3333333333333333e-06,
60
+ "logits/chosen": 1.8256213665008545,
61
+ "logits/rejected": 1.8677200078964233,
62
+ "logps/chosen": -75.90711975097656,
63
+ "logps/rejected": -76.26548767089844,
64
+ "loss": 0.6935,
65
+ "rewards/accuracies": 0.5375000238418579,
66
+ "rewards/chosen": -0.004859285429120064,
67
+ "rewards/margins": -0.007447429001331329,
68
+ "rewards/rejected": 0.0025881435722112656,
69
+ "step": 40
70
+ },
71
+ {
72
+ "epoch": 1.646090534979424,
73
+ "grad_norm": 0.512350857257843,
74
+ "learning_rate": 4.166666666666667e-06,
75
+ "logits/chosen": 1.7572576999664307,
76
+ "logits/rejected": 1.7408854961395264,
77
+ "logps/chosen": -80.90664672851562,
78
+ "logps/rejected": -85.82096862792969,
79
+ "loss": 0.6937,
80
+ "rewards/accuracies": 0.4749999940395355,
81
+ "rewards/chosen": -0.00120059447363019,
82
+ "rewards/margins": -0.0018891148502007127,
83
+ "rewards/rejected": 0.0006885197362862527,
84
+ "step": 50
85
+ },
86
+ {
87
+ "epoch": 1.9753086419753085,
88
+ "grad_norm": 0.5260242819786072,
89
+ "learning_rate": 5e-06,
90
+ "logits/chosen": 1.827275037765503,
91
+ "logits/rejected": 1.8168131113052368,
92
+ "logps/chosen": -86.74467468261719,
93
+ "logps/rejected": -79.20576477050781,
94
+ "loss": 0.6937,
95
+ "rewards/accuracies": 0.4124999940395355,
96
+ "rewards/chosen": 0.0014693590346723795,
97
+ "rewards/margins": -0.0025326632894575596,
98
+ "rewards/rejected": 0.00400202302262187,
99
+ "step": 60
100
+ },
101
+ {
102
+ "epoch": 2.3045267489711936,
103
+ "grad_norm": 0.5231289267539978,
104
+ "learning_rate": 4.995770395678171e-06,
105
+ "logits/chosen": 1.7851394414901733,
106
+ "logits/rejected": 1.8952877521514893,
107
+ "logps/chosen": -81.03253173828125,
108
+ "logps/rejected": -88.5263442993164,
109
+ "loss": 0.6932,
110
+ "rewards/accuracies": 0.44999998807907104,
111
+ "rewards/chosen": -0.003017458599060774,
112
+ "rewards/margins": -0.002731734188273549,
113
+ "rewards/rejected": -0.0002857256622519344,
114
+ "step": 70
115
+ },
116
+ {
117
+ "epoch": 2.633744855967078,
118
+ "grad_norm": 0.5552361011505127,
119
+ "learning_rate": 4.983095894354858e-06,
120
+ "logits/chosen": 1.8227930068969727,
121
+ "logits/rejected": 1.7752052545547485,
122
+ "logps/chosen": -89.98479461669922,
123
+ "logps/rejected": -72.01054382324219,
124
+ "loss": 0.6928,
125
+ "rewards/accuracies": 0.48750001192092896,
126
+ "rewards/chosen": 0.0013810636010020971,
127
+ "rewards/margins": -0.0008344938978552818,
128
+ "rewards/rejected": 0.0022155570331960917,
129
+ "step": 80
130
+ },
131
+ {
132
+ "epoch": 2.962962962962963,
133
+ "grad_norm": 0.603434681892395,
134
+ "learning_rate": 4.962019382530521e-06,
135
+ "logits/chosen": 1.829049825668335,
136
+ "logits/rejected": 1.78665030002594,
137
+ "logps/chosen": -81.95549011230469,
138
+ "logps/rejected": -76.07003021240234,
139
+ "loss": 0.6909,
140
+ "rewards/accuracies": 0.5625,
141
+ "rewards/chosen": 0.0062006814405322075,
142
+ "rewards/margins": 0.003528360743075609,
143
+ "rewards/rejected": 0.00267231953330338,
144
+ "step": 90
145
+ },
146
+ {
147
+ "epoch": 3.292181069958848,
148
+ "grad_norm": 0.6200206279754639,
149
+ "learning_rate": 4.93261217644956e-06,
150
+ "logits/chosen": 1.7920262813568115,
151
+ "logits/rejected": 1.7817165851593018,
152
+ "logps/chosen": -84.39167022705078,
153
+ "logps/rejected": -85.04205322265625,
154
+ "loss": 0.6907,
155
+ "rewards/accuracies": 0.6000000238418579,
156
+ "rewards/chosen": 0.0063859038054943085,
157
+ "rewards/margins": 0.007152262143790722,
158
+ "rewards/rejected": -0.0007663581636734307,
159
+ "step": 100
160
+ },
161
+ {
162
+ "epoch": 3.6213991769547325,
163
+ "grad_norm": 0.5937617421150208,
164
+ "learning_rate": 4.894973780788722e-06,
165
+ "logits/chosen": 1.8367125988006592,
166
+ "logits/rejected": 1.8536920547485352,
167
+ "logps/chosen": -67.41716003417969,
168
+ "logps/rejected": -72.06455993652344,
169
+ "loss": 0.6891,
170
+ "rewards/accuracies": 0.574999988079071,
171
+ "rewards/chosen": -0.00015740413800813258,
172
+ "rewards/margins": 0.013882984407246113,
173
+ "rewards/rejected": -0.01404038816690445,
174
+ "step": 110
175
+ },
176
+ {
177
+ "epoch": 3.950617283950617,
178
+ "grad_norm": 0.8695696592330933,
179
+ "learning_rate": 4.849231551964771e-06,
180
+ "logits/chosen": 1.8238048553466797,
181
+ "logits/rejected": 1.7972408533096313,
182
+ "logps/chosen": -104.34183502197266,
183
+ "logps/rejected": -81.703369140625,
184
+ "loss": 0.6864,
185
+ "rewards/accuracies": 0.6000000238418579,
186
+ "rewards/chosen": 0.00020323302305769175,
187
+ "rewards/margins": 0.011230283416807652,
188
+ "rewards/rejected": -0.011027050204575062,
189
+ "step": 120
190
+ },
191
+ {
192
+ "epoch": 4.279835390946502,
193
+ "grad_norm": 0.7833828926086426,
194
+ "learning_rate": 4.7955402672006855e-06,
195
+ "logits/chosen": 1.7440074682235718,
196
+ "logits/rejected": 1.7824723720550537,
197
+ "logps/chosen": -92.3200912475586,
198
+ "logps/rejected": -85.88248443603516,
199
+ "loss": 0.6861,
200
+ "rewards/accuracies": 0.5874999761581421,
201
+ "rewards/chosen": 0.0005388978170230985,
202
+ "rewards/margins": 0.011814715340733528,
203
+ "rewards/rejected": -0.011275815777480602,
204
+ "step": 130
205
+ },
206
+ {
207
+ "epoch": 4.609053497942387,
208
+ "grad_norm": 0.7381640672683716,
209
+ "learning_rate": 4.734081600808531e-06,
210
+ "logits/chosen": 1.6734364032745361,
211
+ "logits/rejected": 1.7311270236968994,
212
+ "logps/chosen": -88.11524963378906,
213
+ "logps/rejected": -97.87281799316406,
214
+ "loss": 0.682,
215
+ "rewards/accuracies": 0.637499988079071,
216
+ "rewards/chosen": -0.006451706402003765,
217
+ "rewards/margins": 0.021939774975180626,
218
+ "rewards/rejected": -0.028391480445861816,
219
+ "step": 140
220
+ },
221
+ {
222
+ "epoch": 4.938271604938271,
223
+ "grad_norm": 0.7793841361999512,
224
+ "learning_rate": 4.665063509461098e-06,
225
+ "logits/chosen": 1.8139768838882446,
226
+ "logits/rejected": 1.766761064529419,
227
+ "logps/chosen": -77.28334045410156,
228
+ "logps/rejected": -78.78504943847656,
229
+ "loss": 0.6777,
230
+ "rewards/accuracies": 0.675000011920929,
231
+ "rewards/chosen": -0.011237703263759613,
232
+ "rewards/margins": 0.03930521756410599,
233
+ "rewards/rejected": -0.050542913377285004,
234
+ "step": 150
235
+ },
236
+ {
237
+ "epoch": 5.267489711934156,
238
+ "grad_norm": 0.7763285040855408,
239
+ "learning_rate": 4.588719528532342e-06,
240
+ "logits/chosen": 1.7640300989151,
241
+ "logits/rejected": 1.6494834423065186,
242
+ "logps/chosen": -91.71728515625,
243
+ "logps/rejected": -85.06828308105469,
244
+ "loss": 0.6714,
245
+ "rewards/accuracies": 0.625,
246
+ "rewards/chosen": -0.034448202699422836,
247
+ "rewards/margins": 0.02681097947061062,
248
+ "rewards/rejected": -0.0612591877579689,
249
+ "step": 160
250
+ },
251
+ {
252
+ "epoch": 5.596707818930041,
253
+ "grad_norm": 0.9756498336791992,
254
+ "learning_rate": 4.50530798188761e-06,
255
+ "logits/chosen": 1.8123546838760376,
256
+ "logits/rejected": 1.7651164531707764,
257
+ "logps/chosen": -95.57429504394531,
258
+ "logps/rejected": -83.24696350097656,
259
+ "loss": 0.6667,
260
+ "rewards/accuracies": 0.6499999761581421,
261
+ "rewards/chosen": -0.02284305915236473,
262
+ "rewards/margins": 0.04916313290596008,
263
+ "rewards/rejected": -0.07200618833303452,
264
+ "step": 170
265
+ },
266
+ {
267
+ "epoch": 5.925925925925926,
268
+ "grad_norm": 0.8213481903076172,
269
+ "learning_rate": 4.415111107797445e-06,
270
+ "logits/chosen": 1.7565195560455322,
271
+ "logits/rejected": 1.8321483135223389,
272
+ "logps/chosen": -90.69538879394531,
273
+ "logps/rejected": -77.74930572509766,
274
+ "loss": 0.6651,
275
+ "rewards/accuracies": 0.75,
276
+ "rewards/chosen": -0.030663728713989258,
277
+ "rewards/margins": 0.07017870247364044,
278
+ "rewards/rejected": -0.1008424386382103,
279
+ "step": 180
280
+ },
281
+ {
282
+ "epoch": 6.255144032921811,
283
+ "grad_norm": 1.067845344543457,
284
+ "learning_rate": 4.318434103932622e-06,
285
+ "logits/chosen": 1.7998554706573486,
286
+ "logits/rejected": 1.7774969339370728,
287
+ "logps/chosen": -86.76210021972656,
288
+ "logps/rejected": -86.25608825683594,
289
+ "loss": 0.66,
290
+ "rewards/accuracies": 0.6499999761581421,
291
+ "rewards/chosen": -0.07478730380535126,
292
+ "rewards/margins": 0.07410295307636261,
293
+ "rewards/rejected": -0.14889024198055267,
294
+ "step": 190
295
+ },
296
+ {
297
+ "epoch": 6.584362139917696,
298
+ "grad_norm": 0.905776858329773,
299
+ "learning_rate": 4.215604094671835e-06,
300
+ "logits/chosen": 1.8654216527938843,
301
+ "logits/rejected": 1.8751890659332275,
302
+ "logps/chosen": -74.4819107055664,
303
+ "logps/rejected": -85.82235717773438,
304
+ "loss": 0.654,
305
+ "rewards/accuracies": 0.7250000238418579,
306
+ "rewards/chosen": -0.08698664605617523,
307
+ "rewards/margins": 0.06426878273487091,
308
+ "rewards/rejected": -0.15125542879104614,
309
+ "step": 200
310
+ }
311
+ ],
312
+ "logging_steps": 10,
313
+ "max_steps": 600,
314
+ "num_input_tokens_seen": 0,
315
+ "num_train_epochs": 20,
316
+ "save_steps": 50,
317
+ "stateful_callbacks": {
318
+ "TrainerControl": {
319
+ "args": {
320
+ "should_epoch_stop": false,
321
+ "should_evaluate": false,
322
+ "should_log": false,
323
+ "should_save": true,
324
+ "should_training_stop": false
325
+ },
326
+ "attributes": {}
327
+ }
328
+ },
329
+ "total_flos": 6.780674400174735e+17,
330
+ "train_batch_size": 1,
331
+ "trial_name": null,
332
+ "trial_params": null
333
+ }
Power/checkpoint-250/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/deepseek-coder-6.7b-instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
Power/checkpoint-250/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "deepseek-ai/deepseek-coder-6.7b-instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "up_proj",
24
+ "down_proj",
25
+ "gate_proj",
26
+ "q_proj",
27
+ "k_proj",
28
+ "o_proj",
29
+ "v_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
Power/checkpoint-250/special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin▁of▁sentence|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|EOT|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|end▁of▁sentence|>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
Power/checkpoint-250/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
Power/checkpoint-250/tokenizer_config.json ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "32000": {
7
+ "content": "õ",
8
+ "lstrip": false,
9
+ "normalized": true,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": false
13
+ },
14
+ "32001": {
15
+ "content": "÷",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": false
21
+ },
22
+ "32002": {
23
+ "content": "Á",
24
+ "lstrip": false,
25
+ "normalized": true,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "32003": {
31
+ "content": "ý",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": false
37
+ },
38
+ "32004": {
39
+ "content": "À",
40
+ "lstrip": false,
41
+ "normalized": true,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "32005": {
47
+ "content": "ÿ",
48
+ "lstrip": false,
49
+ "normalized": true,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "32006": {
55
+ "content": "ø",
56
+ "lstrip": false,
57
+ "normalized": true,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "32007": {
63
+ "content": "ú",
64
+ "lstrip": false,
65
+ "normalized": true,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": false
69
+ },
70
+ "32008": {
71
+ "content": "þ",
72
+ "lstrip": false,
73
+ "normalized": true,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": false
77
+ },
78
+ "32009": {
79
+ "content": "ü",
80
+ "lstrip": false,
81
+ "normalized": true,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": false
85
+ },
86
+ "32010": {
87
+ "content": "ù",
88
+ "lstrip": false,
89
+ "normalized": true,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": false
93
+ },
94
+ "32011": {
95
+ "content": "ö",
96
+ "lstrip": false,
97
+ "normalized": true,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": false
101
+ },
102
+ "32012": {
103
+ "content": "û",
104
+ "lstrip": false,
105
+ "normalized": true,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": false
109
+ },
110
+ "32013": {
111
+ "content": "<|begin▁of▁sentence|>",
112
+ "lstrip": false,
113
+ "normalized": true,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "32014": {
119
+ "content": "<|end▁of▁sentence|>",
120
+ "lstrip": false,
121
+ "normalized": true,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": true
125
+ },
126
+ "32015": {
127
+ "content": "<|fim▁hole|>",
128
+ "lstrip": false,
129
+ "normalized": true,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "32016": {
135
+ "content": "<|fim▁begin|>",
136
+ "lstrip": false,
137
+ "normalized": true,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "32017": {
143
+ "content": "<|fim▁end|>",
144
+ "lstrip": false,
145
+ "normalized": true,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "32018": {
151
+ "content": "<pad>",
152
+ "lstrip": false,
153
+ "normalized": true,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "32019": {
159
+ "content": "<|User|>",
160
+ "lstrip": false,
161
+ "normalized": true,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "32020": {
167
+ "content": "<|Assistant|>",
168
+ "lstrip": false,
169
+ "normalized": true,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "32021": {
175
+ "content": "<|EOT|>",
176
+ "lstrip": false,
177
+ "normalized": true,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": true
181
+ }
182
+ },
183
+ "bos_token": "<|begin▁of▁sentence|>",
184
+ "chat_template": "{{ '<|begin▁of▁sentence|>' }}{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ system_message + '\n\n' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'User: ' + content + '\n\nAssistant:' }}{% elif message['role'] == 'assistant' %}{{ content + '<|EOT|>' }}{% endif %}{% endfor %}",
185
+ "clean_up_tokenization_spaces": false,
186
+ "eos_token": "<|EOT|>",
187
+ "legacy": true,
188
+ "model_max_length": 16384,
189
+ "pad_token": "<|end▁of▁sentence|>",
190
+ "padding_side": "right",
191
+ "sp_model_kwargs": {},
192
+ "split_special_tokens": false,
193
+ "tokenizer_class": "LlamaTokenizer",
194
+ "unk_token": null,
195
+ "use_default_system_prompt": false
196
+ }
Power/checkpoint-250/trainer_state.json ADDED
@@ -0,0 +1,408 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 8.23045267489712,
5
+ "eval_steps": 500,
6
+ "global_step": 250,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.3292181069958848,
13
+ "grad_norm": 0.5561477541923523,
14
+ "learning_rate": 8.333333333333333e-07,
15
+ "logits/chosen": 1.7485754489898682,
16
+ "logits/rejected": 1.8832639455795288,
17
+ "logps/chosen": -70.18267059326172,
18
+ "logps/rejected": -77.9986343383789,
19
+ "loss": 0.6938,
20
+ "rewards/accuracies": 0.4749999940395355,
21
+ "rewards/chosen": 0.005453853867948055,
22
+ "rewards/margins": 0.013218576088547707,
23
+ "rewards/rejected": -0.007764720823615789,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.6584362139917695,
28
+ "grad_norm": 0.48141908645629883,
29
+ "learning_rate": 1.6666666666666667e-06,
30
+ "logits/chosen": 1.9016907215118408,
31
+ "logits/rejected": 1.9251121282577515,
32
+ "logps/chosen": -96.5027847290039,
33
+ "logps/rejected": -87.00735473632812,
34
+ "loss": 0.6937,
35
+ "rewards/accuracies": 0.5249999761581421,
36
+ "rewards/chosen": -0.005797500256448984,
37
+ "rewards/margins": -0.0004409264656715095,
38
+ "rewards/rejected": -0.005356573965400457,
39
+ "step": 20
40
+ },
41
+ {
42
+ "epoch": 0.9876543209876543,
43
+ "grad_norm": 0.4639015197753906,
44
+ "learning_rate": 2.5e-06,
45
+ "logits/chosen": 1.7938541173934937,
46
+ "logits/rejected": 1.6962993144989014,
47
+ "logps/chosen": -71.47590637207031,
48
+ "logps/rejected": -66.45989227294922,
49
+ "loss": 0.6942,
50
+ "rewards/accuracies": 0.4124999940395355,
51
+ "rewards/chosen": -0.004830303601920605,
52
+ "rewards/margins": -0.00935445912182331,
53
+ "rewards/rejected": 0.004524155054241419,
54
+ "step": 30
55
+ },
56
+ {
57
+ "epoch": 1.316872427983539,
58
+ "grad_norm": 0.44931092858314514,
59
+ "learning_rate": 3.3333333333333333e-06,
60
+ "logits/chosen": 1.8256213665008545,
61
+ "logits/rejected": 1.8677200078964233,
62
+ "logps/chosen": -75.90711975097656,
63
+ "logps/rejected": -76.26548767089844,
64
+ "loss": 0.6935,
65
+ "rewards/accuracies": 0.5375000238418579,
66
+ "rewards/chosen": -0.004859285429120064,
67
+ "rewards/margins": -0.007447429001331329,
68
+ "rewards/rejected": 0.0025881435722112656,
69
+ "step": 40
70
+ },
71
+ {
72
+ "epoch": 1.646090534979424,
73
+ "grad_norm": 0.512350857257843,
74
+ "learning_rate": 4.166666666666667e-06,
75
+ "logits/chosen": 1.7572576999664307,
76
+ "logits/rejected": 1.7408854961395264,
77
+ "logps/chosen": -80.90664672851562,
78
+ "logps/rejected": -85.82096862792969,
79
+ "loss": 0.6937,
80
+ "rewards/accuracies": 0.4749999940395355,
81
+ "rewards/chosen": -0.00120059447363019,
82
+ "rewards/margins": -0.0018891148502007127,
83
+ "rewards/rejected": 0.0006885197362862527,
84
+ "step": 50
85
+ },
86
+ {
87
+ "epoch": 1.9753086419753085,
88
+ "grad_norm": 0.5260242819786072,
89
+ "learning_rate": 5e-06,
90
+ "logits/chosen": 1.827275037765503,
91
+ "logits/rejected": 1.8168131113052368,
92
+ "logps/chosen": -86.74467468261719,
93
+ "logps/rejected": -79.20576477050781,
94
+ "loss": 0.6937,
95
+ "rewards/accuracies": 0.4124999940395355,
96
+ "rewards/chosen": 0.0014693590346723795,
97
+ "rewards/margins": -0.0025326632894575596,
98
+ "rewards/rejected": 0.00400202302262187,
99
+ "step": 60
100
+ },
101
+ {
102
+ "epoch": 2.3045267489711936,
103
+ "grad_norm": 0.5231289267539978,
104
+ "learning_rate": 4.995770395678171e-06,
105
+ "logits/chosen": 1.7851394414901733,
106
+ "logits/rejected": 1.8952877521514893,
107
+ "logps/chosen": -81.03253173828125,
108
+ "logps/rejected": -88.5263442993164,
109
+ "loss": 0.6932,
110
+ "rewards/accuracies": 0.44999998807907104,
111
+ "rewards/chosen": -0.003017458599060774,
112
+ "rewards/margins": -0.002731734188273549,
113
+ "rewards/rejected": -0.0002857256622519344,
114
+ "step": 70
115
+ },
116
+ {
117
+ "epoch": 2.633744855967078,
118
+ "grad_norm": 0.5552361011505127,
119
+ "learning_rate": 4.983095894354858e-06,
120
+ "logits/chosen": 1.8227930068969727,
121
+ "logits/rejected": 1.7752052545547485,
122
+ "logps/chosen": -89.98479461669922,
123
+ "logps/rejected": -72.01054382324219,
124
+ "loss": 0.6928,
125
+ "rewards/accuracies": 0.48750001192092896,
126
+ "rewards/chosen": 0.0013810636010020971,
127
+ "rewards/margins": -0.0008344938978552818,
128
+ "rewards/rejected": 0.0022155570331960917,
129
+ "step": 80
130
+ },
131
+ {
132
+ "epoch": 2.962962962962963,
133
+ "grad_norm": 0.603434681892395,
134
+ "learning_rate": 4.962019382530521e-06,
135
+ "logits/chosen": 1.829049825668335,
136
+ "logits/rejected": 1.78665030002594,
137
+ "logps/chosen": -81.95549011230469,
138
+ "logps/rejected": -76.07003021240234,
139
+ "loss": 0.6909,
140
+ "rewards/accuracies": 0.5625,
141
+ "rewards/chosen": 0.0062006814405322075,
142
+ "rewards/margins": 0.003528360743075609,
143
+ "rewards/rejected": 0.00267231953330338,
144
+ "step": 90
145
+ },
146
+ {
147
+ "epoch": 3.292181069958848,
148
+ "grad_norm": 0.6200206279754639,
149
+ "learning_rate": 4.93261217644956e-06,
150
+ "logits/chosen": 1.7920262813568115,
151
+ "logits/rejected": 1.7817165851593018,
152
+ "logps/chosen": -84.39167022705078,
153
+ "logps/rejected": -85.04205322265625,
154
+ "loss": 0.6907,
155
+ "rewards/accuracies": 0.6000000238418579,
156
+ "rewards/chosen": 0.0063859038054943085,
157
+ "rewards/margins": 0.007152262143790722,
158
+ "rewards/rejected": -0.0007663581636734307,
159
+ "step": 100
160
+ },
161
+ {
162
+ "epoch": 3.6213991769547325,
163
+ "grad_norm": 0.5937617421150208,
164
+ "learning_rate": 4.894973780788722e-06,
165
+ "logits/chosen": 1.8367125988006592,
166
+ "logits/rejected": 1.8536920547485352,
167
+ "logps/chosen": -67.41716003417969,
168
+ "logps/rejected": -72.06455993652344,
169
+ "loss": 0.6891,
170
+ "rewards/accuracies": 0.574999988079071,
171
+ "rewards/chosen": -0.00015740413800813258,
172
+ "rewards/margins": 0.013882984407246113,
173
+ "rewards/rejected": -0.01404038816690445,
174
+ "step": 110
175
+ },
176
+ {
177
+ "epoch": 3.950617283950617,
178
+ "grad_norm": 0.8695696592330933,
179
+ "learning_rate": 4.849231551964771e-06,
180
+ "logits/chosen": 1.8238048553466797,
181
+ "logits/rejected": 1.7972408533096313,
182
+ "logps/chosen": -104.34183502197266,
183
+ "logps/rejected": -81.703369140625,
184
+ "loss": 0.6864,
185
+ "rewards/accuracies": 0.6000000238418579,
186
+ "rewards/chosen": 0.00020323302305769175,
187
+ "rewards/margins": 0.011230283416807652,
188
+ "rewards/rejected": -0.011027050204575062,
189
+ "step": 120
190
+ },
191
+ {
192
+ "epoch": 4.279835390946502,
193
+ "grad_norm": 0.7833828926086426,
194
+ "learning_rate": 4.7955402672006855e-06,
195
+ "logits/chosen": 1.7440074682235718,
196
+ "logits/rejected": 1.7824723720550537,
197
+ "logps/chosen": -92.3200912475586,
198
+ "logps/rejected": -85.88248443603516,
199
+ "loss": 0.6861,
200
+ "rewards/accuracies": 0.5874999761581421,
201
+ "rewards/chosen": 0.0005388978170230985,
202
+ "rewards/margins": 0.011814715340733528,
203
+ "rewards/rejected": -0.011275815777480602,
204
+ "step": 130
205
+ },
206
+ {
207
+ "epoch": 4.609053497942387,
208
+ "grad_norm": 0.7381640672683716,
209
+ "learning_rate": 4.734081600808531e-06,
210
+ "logits/chosen": 1.6734364032745361,
211
+ "logits/rejected": 1.7311270236968994,
212
+ "logps/chosen": -88.11524963378906,
213
+ "logps/rejected": -97.87281799316406,
214
+ "loss": 0.682,
215
+ "rewards/accuracies": 0.637499988079071,
216
+ "rewards/chosen": -0.006451706402003765,
217
+ "rewards/margins": 0.021939774975180626,
218
+ "rewards/rejected": -0.028391480445861816,
219
+ "step": 140
220
+ },
221
+ {
222
+ "epoch": 4.938271604938271,
223
+ "grad_norm": 0.7793841361999512,
224
+ "learning_rate": 4.665063509461098e-06,
225
+ "logits/chosen": 1.8139768838882446,
226
+ "logits/rejected": 1.766761064529419,
227
+ "logps/chosen": -77.28334045410156,
228
+ "logps/rejected": -78.78504943847656,
229
+ "loss": 0.6777,
230
+ "rewards/accuracies": 0.675000011920929,
231
+ "rewards/chosen": -0.011237703263759613,
232
+ "rewards/margins": 0.03930521756410599,
233
+ "rewards/rejected": -0.050542913377285004,
234
+ "step": 150
235
+ },
236
+ {
237
+ "epoch": 5.267489711934156,
238
+ "grad_norm": 0.7763285040855408,
239
+ "learning_rate": 4.588719528532342e-06,
240
+ "logits/chosen": 1.7640300989151,
241
+ "logits/rejected": 1.6494834423065186,
242
+ "logps/chosen": -91.71728515625,
243
+ "logps/rejected": -85.06828308105469,
244
+ "loss": 0.6714,
245
+ "rewards/accuracies": 0.625,
246
+ "rewards/chosen": -0.034448202699422836,
247
+ "rewards/margins": 0.02681097947061062,
248
+ "rewards/rejected": -0.0612591877579689,
249
+ "step": 160
250
+ },
251
+ {
252
+ "epoch": 5.596707818930041,
253
+ "grad_norm": 0.9756498336791992,
254
+ "learning_rate": 4.50530798188761e-06,
255
+ "logits/chosen": 1.8123546838760376,
256
+ "logits/rejected": 1.7651164531707764,
257
+ "logps/chosen": -95.57429504394531,
258
+ "logps/rejected": -83.24696350097656,
259
+ "loss": 0.6667,
260
+ "rewards/accuracies": 0.6499999761581421,
261
+ "rewards/chosen": -0.02284305915236473,
262
+ "rewards/margins": 0.04916313290596008,
263
+ "rewards/rejected": -0.07200618833303452,
264
+ "step": 170
265
+ },
266
+ {
267
+ "epoch": 5.925925925925926,
268
+ "grad_norm": 0.8213481903076172,
269
+ "learning_rate": 4.415111107797445e-06,
270
+ "logits/chosen": 1.7565195560455322,
271
+ "logits/rejected": 1.8321483135223389,
272
+ "logps/chosen": -90.69538879394531,
273
+ "logps/rejected": -77.74930572509766,
274
+ "loss": 0.6651,
275
+ "rewards/accuracies": 0.75,
276
+ "rewards/chosen": -0.030663728713989258,
277
+ "rewards/margins": 0.07017870247364044,
278
+ "rewards/rejected": -0.1008424386382103,
279
+ "step": 180
280
+ },
281
+ {
282
+ "epoch": 6.255144032921811,
283
+ "grad_norm": 1.067845344543457,
284
+ "learning_rate": 4.318434103932622e-06,
285
+ "logits/chosen": 1.7998554706573486,
286
+ "logits/rejected": 1.7774969339370728,
287
+ "logps/chosen": -86.76210021972656,
288
+ "logps/rejected": -86.25608825683594,
289
+ "loss": 0.66,
290
+ "rewards/accuracies": 0.6499999761581421,
291
+ "rewards/chosen": -0.07478730380535126,
292
+ "rewards/margins": 0.07410295307636261,
293
+ "rewards/rejected": -0.14889024198055267,
294
+ "step": 190
295
+ },
296
+ {
297
+ "epoch": 6.584362139917696,
298
+ "grad_norm": 0.905776858329773,
299
+ "learning_rate": 4.215604094671835e-06,
300
+ "logits/chosen": 1.8654216527938843,
301
+ "logits/rejected": 1.8751890659332275,
302
+ "logps/chosen": -74.4819107055664,
303
+ "logps/rejected": -85.82235717773438,
304
+ "loss": 0.654,
305
+ "rewards/accuracies": 0.7250000238418579,
306
+ "rewards/chosen": -0.08698664605617523,
307
+ "rewards/margins": 0.06426878273487091,
308
+ "rewards/rejected": -0.15125542879104614,
309
+ "step": 200
310
+ },
311
+ {
312
+ "epoch": 6.91358024691358,
313
+ "grad_norm": 0.9491797685623169,
314
+ "learning_rate": 4.106969024216348e-06,
315
+ "logits/chosen": 1.7801555395126343,
316
+ "logits/rejected": 1.8760993480682373,
317
+ "logps/chosen": -88.22879028320312,
318
+ "logps/rejected": -91.16268157958984,
319
+ "loss": 0.6381,
320
+ "rewards/accuracies": 0.8374999761581421,
321
+ "rewards/chosen": -0.05148346349596977,
322
+ "rewards/margins": 0.13421732187271118,
323
+ "rewards/rejected": -0.18570080399513245,
324
+ "step": 210
325
+ },
326
+ {
327
+ "epoch": 7.242798353909465,
328
+ "grad_norm": 1.0432075262069702,
329
+ "learning_rate": 3.992896479256966e-06,
330
+ "logits/chosen": 1.761461853981018,
331
+ "logits/rejected": 1.7890026569366455,
332
+ "logps/chosen": -76.50201416015625,
333
+ "logps/rejected": -83.002685546875,
334
+ "loss": 0.6387,
335
+ "rewards/accuracies": 0.6875,
336
+ "rewards/chosen": -0.1096138209104538,
337
+ "rewards/margins": 0.13470278680324554,
338
+ "rewards/rejected": -0.24431662261486053,
339
+ "step": 220
340
+ },
341
+ {
342
+ "epoch": 7.57201646090535,
343
+ "grad_norm": 0.9662573933601379,
344
+ "learning_rate": 3.8737724451770155e-06,
345
+ "logits/chosen": 1.7268747091293335,
346
+ "logits/rejected": 1.8781719207763672,
347
+ "logps/chosen": -85.2467269897461,
348
+ "logps/rejected": -88.09255981445312,
349
+ "loss": 0.6253,
350
+ "rewards/accuracies": 0.762499988079071,
351
+ "rewards/chosen": -0.09576521068811417,
352
+ "rewards/margins": 0.19639071822166443,
353
+ "rewards/rejected": -0.292155921459198,
354
+ "step": 230
355
+ },
356
+ {
357
+ "epoch": 7.901234567901234,
358
+ "grad_norm": 1.0413649082183838,
359
+ "learning_rate": 3.7500000000000005e-06,
360
+ "logits/chosen": 1.8745641708374023,
361
+ "logits/rejected": 1.9019807577133179,
362
+ "logps/chosen": -82.0667724609375,
363
+ "logps/rejected": -70.83448791503906,
364
+ "loss": 0.627,
365
+ "rewards/accuracies": 0.762499988079071,
366
+ "rewards/chosen": -0.1119164451956749,
367
+ "rewards/margins": 0.1671919822692871,
368
+ "rewards/rejected": -0.2791084349155426,
369
+ "step": 240
370
+ },
371
+ {
372
+ "epoch": 8.23045267489712,
373
+ "grad_norm": 1.1005665063858032,
374
+ "learning_rate": 3.621997950501156e-06,
375
+ "logits/chosen": 1.8319737911224365,
376
+ "logits/rejected": 1.8594881296157837,
377
+ "logps/chosen": -82.2616195678711,
378
+ "logps/rejected": -94.71448516845703,
379
+ "loss": 0.6196,
380
+ "rewards/accuracies": 0.675000011920929,
381
+ "rewards/chosen": -0.21282243728637695,
382
+ "rewards/margins": 0.11685125529766083,
383
+ "rewards/rejected": -0.3296736776828766,
384
+ "step": 250
385
+ }
386
+ ],
387
+ "logging_steps": 10,
388
+ "max_steps": 600,
389
+ "num_input_tokens_seen": 0,
390
+ "num_train_epochs": 20,
391
+ "save_steps": 50,
392
+ "stateful_callbacks": {
393
+ "TrainerControl": {
394
+ "args": {
395
+ "should_epoch_stop": false,
396
+ "should_evaluate": false,
397
+ "should_log": false,
398
+ "should_save": true,
399
+ "should_training_stop": false
400
+ },
401
+ "attributes": {}
402
+ }
403
+ },
404
+ "total_flos": 8.48930125339689e+17,
405
+ "train_batch_size": 1,
406
+ "trial_name": null,
407
+ "trial_params": null
408
+ }
Power/checkpoint-300/special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin▁of▁sentence|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|EOT|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|end▁of▁sentence|>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
Power/checkpoint-300/tokenizer_config.json ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "32000": {
7
+ "content": "õ",
8
+ "lstrip": false,
9
+ "normalized": true,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": false
13
+ },
14
+ "32001": {
15
+ "content": "÷",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": false
21
+ },
22
+ "32002": {
23
+ "content": "Á",
24
+ "lstrip": false,
25
+ "normalized": true,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "32003": {
31
+ "content": "ý",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": false
37
+ },
38
+ "32004": {
39
+ "content": "À",
40
+ "lstrip": false,
41
+ "normalized": true,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "32005": {
47
+ "content": "ÿ",
48
+ "lstrip": false,
49
+ "normalized": true,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "32006": {
55
+ "content": "ø",
56
+ "lstrip": false,
57
+ "normalized": true,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "32007": {
63
+ "content": "ú",
64
+ "lstrip": false,
65
+ "normalized": true,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": false
69
+ },
70
+ "32008": {
71
+ "content": "þ",
72
+ "lstrip": false,
73
+ "normalized": true,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": false
77
+ },
78
+ "32009": {
79
+ "content": "ü",
80
+ "lstrip": false,
81
+ "normalized": true,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": false
85
+ },
86
+ "32010": {
87
+ "content": "ù",
88
+ "lstrip": false,
89
+ "normalized": true,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": false
93
+ },
94
+ "32011": {
95
+ "content": "ö",
96
+ "lstrip": false,
97
+ "normalized": true,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": false
101
+ },
102
+ "32012": {
103
+ "content": "û",
104
+ "lstrip": false,
105
+ "normalized": true,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": false
109
+ },
110
+ "32013": {
111
+ "content": "<|begin▁of▁sentence|>",
112
+ "lstrip": false,
113
+ "normalized": true,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "32014": {
119
+ "content": "<|end▁of▁sentence|>",
120
+ "lstrip": false,
121
+ "normalized": true,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": true
125
+ },
126
+ "32015": {
127
+ "content": "<|fim▁hole|>",
128
+ "lstrip": false,
129
+ "normalized": true,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "32016": {
135
+ "content": "<|fim▁begin|>",
136
+ "lstrip": false,
137
+ "normalized": true,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "32017": {
143
+ "content": "<|fim▁end|>",
144
+ "lstrip": false,
145
+ "normalized": true,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "32018": {
151
+ "content": "<pad>",
152
+ "lstrip": false,
153
+ "normalized": true,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "32019": {
159
+ "content": "<|User|>",
160
+ "lstrip": false,
161
+ "normalized": true,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "32020": {
167
+ "content": "<|Assistant|>",
168
+ "lstrip": false,
169
+ "normalized": true,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "32021": {
175
+ "content": "<|EOT|>",
176
+ "lstrip": false,
177
+ "normalized": true,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": true
181
+ }
182
+ },
183
+ "bos_token": "<|begin▁of▁sentence|>",
184
+ "chat_template": "{{ '<|begin▁of▁sentence|>' }}{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ system_message + '\n\n' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'User: ' + content + '\n\nAssistant:' }}{% elif message['role'] == 'assistant' %}{{ content + '<|EOT|>' }}{% endif %}{% endfor %}",
185
+ "clean_up_tokenization_spaces": false,
186
+ "eos_token": "<|EOT|>",
187
+ "legacy": true,
188
+ "model_max_length": 16384,
189
+ "pad_token": "<|end▁of▁sentence|>",
190
+ "padding_side": "right",
191
+ "sp_model_kwargs": {},
192
+ "split_special_tokens": false,
193
+ "tokenizer_class": "LlamaTokenizer",
194
+ "unk_token": null,
195
+ "use_default_system_prompt": false
196
+ }
Power/checkpoint-300/trainer_state.json ADDED
@@ -0,0 +1,483 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 9.876543209876543,
5
+ "eval_steps": 500,
6
+ "global_step": 300,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.3292181069958848,
13
+ "grad_norm": 0.5561477541923523,
14
+ "learning_rate": 8.333333333333333e-07,
15
+ "logits/chosen": 1.7485754489898682,
16
+ "logits/rejected": 1.8832639455795288,
17
+ "logps/chosen": -70.18267059326172,
18
+ "logps/rejected": -77.9986343383789,
19
+ "loss": 0.6938,
20
+ "rewards/accuracies": 0.4749999940395355,
21
+ "rewards/chosen": 0.005453853867948055,
22
+ "rewards/margins": 0.013218576088547707,
23
+ "rewards/rejected": -0.007764720823615789,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.6584362139917695,
28
+ "grad_norm": 0.48141908645629883,
29
+ "learning_rate": 1.6666666666666667e-06,
30
+ "logits/chosen": 1.9016907215118408,
31
+ "logits/rejected": 1.9251121282577515,
32
+ "logps/chosen": -96.5027847290039,
33
+ "logps/rejected": -87.00735473632812,
34
+ "loss": 0.6937,
35
+ "rewards/accuracies": 0.5249999761581421,
36
+ "rewards/chosen": -0.005797500256448984,
37
+ "rewards/margins": -0.0004409264656715095,
38
+ "rewards/rejected": -0.005356573965400457,
39
+ "step": 20
40
+ },
41
+ {
42
+ "epoch": 0.9876543209876543,
43
+ "grad_norm": 0.4639015197753906,
44
+ "learning_rate": 2.5e-06,
45
+ "logits/chosen": 1.7938541173934937,
46
+ "logits/rejected": 1.6962993144989014,
47
+ "logps/chosen": -71.47590637207031,
48
+ "logps/rejected": -66.45989227294922,
49
+ "loss": 0.6942,
50
+ "rewards/accuracies": 0.4124999940395355,
51
+ "rewards/chosen": -0.004830303601920605,
52
+ "rewards/margins": -0.00935445912182331,
53
+ "rewards/rejected": 0.004524155054241419,
54
+ "step": 30
55
+ },
56
+ {
57
+ "epoch": 1.316872427983539,
58
+ "grad_norm": 0.44931092858314514,
59
+ "learning_rate": 3.3333333333333333e-06,
60
+ "logits/chosen": 1.8256213665008545,
61
+ "logits/rejected": 1.8677200078964233,
62
+ "logps/chosen": -75.90711975097656,
63
+ "logps/rejected": -76.26548767089844,
64
+ "loss": 0.6935,
65
+ "rewards/accuracies": 0.5375000238418579,
66
+ "rewards/chosen": -0.004859285429120064,
67
+ "rewards/margins": -0.007447429001331329,
68
+ "rewards/rejected": 0.0025881435722112656,
69
+ "step": 40
70
+ },
71
+ {
72
+ "epoch": 1.646090534979424,
73
+ "grad_norm": 0.512350857257843,
74
+ "learning_rate": 4.166666666666667e-06,
75
+ "logits/chosen": 1.7572576999664307,
76
+ "logits/rejected": 1.7408854961395264,
77
+ "logps/chosen": -80.90664672851562,
78
+ "logps/rejected": -85.82096862792969,
79
+ "loss": 0.6937,
80
+ "rewards/accuracies": 0.4749999940395355,
81
+ "rewards/chosen": -0.00120059447363019,
82
+ "rewards/margins": -0.0018891148502007127,
83
+ "rewards/rejected": 0.0006885197362862527,
84
+ "step": 50
85
+ },
86
+ {
87
+ "epoch": 1.9753086419753085,
88
+ "grad_norm": 0.5260242819786072,
89
+ "learning_rate": 5e-06,
90
+ "logits/chosen": 1.827275037765503,
91
+ "logits/rejected": 1.8168131113052368,
92
+ "logps/chosen": -86.74467468261719,
93
+ "logps/rejected": -79.20576477050781,
94
+ "loss": 0.6937,
95
+ "rewards/accuracies": 0.4124999940395355,
96
+ "rewards/chosen": 0.0014693590346723795,
97
+ "rewards/margins": -0.0025326632894575596,
98
+ "rewards/rejected": 0.00400202302262187,
99
+ "step": 60
100
+ },
101
+ {
102
+ "epoch": 2.3045267489711936,
103
+ "grad_norm": 0.5231289267539978,
104
+ "learning_rate": 4.995770395678171e-06,
105
+ "logits/chosen": 1.7851394414901733,
106
+ "logits/rejected": 1.8952877521514893,
107
+ "logps/chosen": -81.03253173828125,
108
+ "logps/rejected": -88.5263442993164,
109
+ "loss": 0.6932,
110
+ "rewards/accuracies": 0.44999998807907104,
111
+ "rewards/chosen": -0.003017458599060774,
112
+ "rewards/margins": -0.002731734188273549,
113
+ "rewards/rejected": -0.0002857256622519344,
114
+ "step": 70
115
+ },
116
+ {
117
+ "epoch": 2.633744855967078,
118
+ "grad_norm": 0.5552361011505127,
119
+ "learning_rate": 4.983095894354858e-06,
120
+ "logits/chosen": 1.8227930068969727,
121
+ "logits/rejected": 1.7752052545547485,
122
+ "logps/chosen": -89.98479461669922,
123
+ "logps/rejected": -72.01054382324219,
124
+ "loss": 0.6928,
125
+ "rewards/accuracies": 0.48750001192092896,
126
+ "rewards/chosen": 0.0013810636010020971,
127
+ "rewards/margins": -0.0008344938978552818,
128
+ "rewards/rejected": 0.0022155570331960917,
129
+ "step": 80
130
+ },
131
+ {
132
+ "epoch": 2.962962962962963,
133
+ "grad_norm": 0.603434681892395,
134
+ "learning_rate": 4.962019382530521e-06,
135
+ "logits/chosen": 1.829049825668335,
136
+ "logits/rejected": 1.78665030002594,
137
+ "logps/chosen": -81.95549011230469,
138
+ "logps/rejected": -76.07003021240234,
139
+ "loss": 0.6909,
140
+ "rewards/accuracies": 0.5625,
141
+ "rewards/chosen": 0.0062006814405322075,
142
+ "rewards/margins": 0.003528360743075609,
143
+ "rewards/rejected": 0.00267231953330338,
144
+ "step": 90
145
+ },
146
+ {
147
+ "epoch": 3.292181069958848,
148
+ "grad_norm": 0.6200206279754639,
149
+ "learning_rate": 4.93261217644956e-06,
150
+ "logits/chosen": 1.7920262813568115,
151
+ "logits/rejected": 1.7817165851593018,
152
+ "logps/chosen": -84.39167022705078,
153
+ "logps/rejected": -85.04205322265625,
154
+ "loss": 0.6907,
155
+ "rewards/accuracies": 0.6000000238418579,
156
+ "rewards/chosen": 0.0063859038054943085,
157
+ "rewards/margins": 0.007152262143790722,
158
+ "rewards/rejected": -0.0007663581636734307,
159
+ "step": 100
160
+ },
161
+ {
162
+ "epoch": 3.6213991769547325,
163
+ "grad_norm": 0.5937617421150208,
164
+ "learning_rate": 4.894973780788722e-06,
165
+ "logits/chosen": 1.8367125988006592,
166
+ "logits/rejected": 1.8536920547485352,
167
+ "logps/chosen": -67.41716003417969,
168
+ "logps/rejected": -72.06455993652344,
169
+ "loss": 0.6891,
170
+ "rewards/accuracies": 0.574999988079071,
171
+ "rewards/chosen": -0.00015740413800813258,
172
+ "rewards/margins": 0.013882984407246113,
173
+ "rewards/rejected": -0.01404038816690445,
174
+ "step": 110
175
+ },
176
+ {
177
+ "epoch": 3.950617283950617,
178
+ "grad_norm": 0.8695696592330933,
179
+ "learning_rate": 4.849231551964771e-06,
180
+ "logits/chosen": 1.8238048553466797,
181
+ "logits/rejected": 1.7972408533096313,
182
+ "logps/chosen": -104.34183502197266,
183
+ "logps/rejected": -81.703369140625,
184
+ "loss": 0.6864,
185
+ "rewards/accuracies": 0.6000000238418579,
186
+ "rewards/chosen": 0.00020323302305769175,
187
+ "rewards/margins": 0.011230283416807652,
188
+ "rewards/rejected": -0.011027050204575062,
189
+ "step": 120
190
+ },
191
+ {
192
+ "epoch": 4.279835390946502,
193
+ "grad_norm": 0.7833828926086426,
194
+ "learning_rate": 4.7955402672006855e-06,
195
+ "logits/chosen": 1.7440074682235718,
196
+ "logits/rejected": 1.7824723720550537,
197
+ "logps/chosen": -92.3200912475586,
198
+ "logps/rejected": -85.88248443603516,
199
+ "loss": 0.6861,
200
+ "rewards/accuracies": 0.5874999761581421,
201
+ "rewards/chosen": 0.0005388978170230985,
202
+ "rewards/margins": 0.011814715340733528,
203
+ "rewards/rejected": -0.011275815777480602,
204
+ "step": 130
205
+ },
206
+ {
207
+ "epoch": 4.609053497942387,
208
+ "grad_norm": 0.7381640672683716,
209
+ "learning_rate": 4.734081600808531e-06,
210
+ "logits/chosen": 1.6734364032745361,
211
+ "logits/rejected": 1.7311270236968994,
212
+ "logps/chosen": -88.11524963378906,
213
+ "logps/rejected": -97.87281799316406,
214
+ "loss": 0.682,
215
+ "rewards/accuracies": 0.637499988079071,
216
+ "rewards/chosen": -0.006451706402003765,
217
+ "rewards/margins": 0.021939774975180626,
218
+ "rewards/rejected": -0.028391480445861816,
219
+ "step": 140
220
+ },
221
+ {
222
+ "epoch": 4.938271604938271,
223
+ "grad_norm": 0.7793841361999512,
224
+ "learning_rate": 4.665063509461098e-06,
225
+ "logits/chosen": 1.8139768838882446,
226
+ "logits/rejected": 1.766761064529419,
227
+ "logps/chosen": -77.28334045410156,
228
+ "logps/rejected": -78.78504943847656,
229
+ "loss": 0.6777,
230
+ "rewards/accuracies": 0.675000011920929,
231
+ "rewards/chosen": -0.011237703263759613,
232
+ "rewards/margins": 0.03930521756410599,
233
+ "rewards/rejected": -0.050542913377285004,
234
+ "step": 150
235
+ },
236
+ {
237
+ "epoch": 5.267489711934156,
238
+ "grad_norm": 0.7763285040855408,
239
+ "learning_rate": 4.588719528532342e-06,
240
+ "logits/chosen": 1.7640300989151,
241
+ "logits/rejected": 1.6494834423065186,
242
+ "logps/chosen": -91.71728515625,
243
+ "logps/rejected": -85.06828308105469,
244
+ "loss": 0.6714,
245
+ "rewards/accuracies": 0.625,
246
+ "rewards/chosen": -0.034448202699422836,
247
+ "rewards/margins": 0.02681097947061062,
248
+ "rewards/rejected": -0.0612591877579689,
249
+ "step": 160
250
+ },
251
+ {
252
+ "epoch": 5.596707818930041,
253
+ "grad_norm": 0.9756498336791992,
254
+ "learning_rate": 4.50530798188761e-06,
255
+ "logits/chosen": 1.8123546838760376,
256
+ "logits/rejected": 1.7651164531707764,
257
+ "logps/chosen": -95.57429504394531,
258
+ "logps/rejected": -83.24696350097656,
259
+ "loss": 0.6667,
260
+ "rewards/accuracies": 0.6499999761581421,
261
+ "rewards/chosen": -0.02284305915236473,
262
+ "rewards/margins": 0.04916313290596008,
263
+ "rewards/rejected": -0.07200618833303452,
264
+ "step": 170
265
+ },
266
+ {
267
+ "epoch": 5.925925925925926,
268
+ "grad_norm": 0.8213481903076172,
269
+ "learning_rate": 4.415111107797445e-06,
270
+ "logits/chosen": 1.7565195560455322,
271
+ "logits/rejected": 1.8321483135223389,
272
+ "logps/chosen": -90.69538879394531,
273
+ "logps/rejected": -77.74930572509766,
274
+ "loss": 0.6651,
275
+ "rewards/accuracies": 0.75,
276
+ "rewards/chosen": -0.030663728713989258,
277
+ "rewards/margins": 0.07017870247364044,
278
+ "rewards/rejected": -0.1008424386382103,
279
+ "step": 180
280
+ },
281
+ {
282
+ "epoch": 6.255144032921811,
283
+ "grad_norm": 1.067845344543457,
284
+ "learning_rate": 4.318434103932622e-06,
285
+ "logits/chosen": 1.7998554706573486,
286
+ "logits/rejected": 1.7774969339370728,
287
+ "logps/chosen": -86.76210021972656,
288
+ "logps/rejected": -86.25608825683594,
289
+ "loss": 0.66,
290
+ "rewards/accuracies": 0.6499999761581421,
291
+ "rewards/chosen": -0.07478730380535126,
292
+ "rewards/margins": 0.07410295307636261,
293
+ "rewards/rejected": -0.14889024198055267,
294
+ "step": 190
295
+ },
296
+ {
297
+ "epoch": 6.584362139917696,
298
+ "grad_norm": 0.905776858329773,
299
+ "learning_rate": 4.215604094671835e-06,
300
+ "logits/chosen": 1.8654216527938843,
301
+ "logits/rejected": 1.8751890659332275,
302
+ "logps/chosen": -74.4819107055664,
303
+ "logps/rejected": -85.82235717773438,
304
+ "loss": 0.654,
305
+ "rewards/accuracies": 0.7250000238418579,
306
+ "rewards/chosen": -0.08698664605617523,
307
+ "rewards/margins": 0.06426878273487091,
308
+ "rewards/rejected": -0.15125542879104614,
309
+ "step": 200
310
+ },
311
+ {
312
+ "epoch": 6.91358024691358,
313
+ "grad_norm": 0.9491797685623169,
314
+ "learning_rate": 4.106969024216348e-06,
315
+ "logits/chosen": 1.7801555395126343,
316
+ "logits/rejected": 1.8760993480682373,
317
+ "logps/chosen": -88.22879028320312,
318
+ "logps/rejected": -91.16268157958984,
319
+ "loss": 0.6381,
320
+ "rewards/accuracies": 0.8374999761581421,
321
+ "rewards/chosen": -0.05148346349596977,
322
+ "rewards/margins": 0.13421732187271118,
323
+ "rewards/rejected": -0.18570080399513245,
324
+ "step": 210
325
+ },
326
+ {
327
+ "epoch": 7.242798353909465,
328
+ "grad_norm": 1.0432075262069702,
329
+ "learning_rate": 3.992896479256966e-06,
330
+ "logits/chosen": 1.761461853981018,
331
+ "logits/rejected": 1.7890026569366455,
332
+ "logps/chosen": -76.50201416015625,
333
+ "logps/rejected": -83.002685546875,
334
+ "loss": 0.6387,
335
+ "rewards/accuracies": 0.6875,
336
+ "rewards/chosen": -0.1096138209104538,
337
+ "rewards/margins": 0.13470278680324554,
338
+ "rewards/rejected": -0.24431662261486053,
339
+ "step": 220
340
+ },
341
+ {
342
+ "epoch": 7.57201646090535,
343
+ "grad_norm": 0.9662573933601379,
344
+ "learning_rate": 3.8737724451770155e-06,
345
+ "logits/chosen": 1.7268747091293335,
346
+ "logits/rejected": 1.8781719207763672,
347
+ "logps/chosen": -85.2467269897461,
348
+ "logps/rejected": -88.09255981445312,
349
+ "loss": 0.6253,
350
+ "rewards/accuracies": 0.762499988079071,
351
+ "rewards/chosen": -0.09576521068811417,
352
+ "rewards/margins": 0.19639071822166443,
353
+ "rewards/rejected": -0.292155921459198,
354
+ "step": 230
355
+ },
356
+ {
357
+ "epoch": 7.901234567901234,
358
+ "grad_norm": 1.0413649082183838,
359
+ "learning_rate": 3.7500000000000005e-06,
360
+ "logits/chosen": 1.8745641708374023,
361
+ "logits/rejected": 1.9019807577133179,
362
+ "logps/chosen": -82.0667724609375,
363
+ "logps/rejected": -70.83448791503906,
364
+ "loss": 0.627,
365
+ "rewards/accuracies": 0.762499988079071,
366
+ "rewards/chosen": -0.1119164451956749,
367
+ "rewards/margins": 0.1671919822692871,
368
+ "rewards/rejected": -0.2791084349155426,
369
+ "step": 240
370
+ },
371
+ {
372
+ "epoch": 8.23045267489712,
373
+ "grad_norm": 1.1005665063858032,
374
+ "learning_rate": 3.621997950501156e-06,
375
+ "logits/chosen": 1.8319737911224365,
376
+ "logits/rejected": 1.8594881296157837,
377
+ "logps/chosen": -82.2616195678711,
378
+ "logps/rejected": -94.71448516845703,
379
+ "loss": 0.6196,
380
+ "rewards/accuracies": 0.675000011920929,
381
+ "rewards/chosen": -0.21282243728637695,
382
+ "rewards/margins": 0.11685125529766083,
383
+ "rewards/rejected": -0.3296736776828766,
384
+ "step": 250
385
+ },
386
+ {
387
+ "epoch": 8.559670781893004,
388
+ "grad_norm": 1.0339275598526,
389
+ "learning_rate": 3.4901994150978926e-06,
390
+ "logits/chosen": 1.8168909549713135,
391
+ "logits/rejected": 1.8122689723968506,
392
+ "logps/chosen": -86.70075988769531,
393
+ "logps/rejected": -87.91035461425781,
394
+ "loss": 0.6097,
395
+ "rewards/accuracies": 0.737500011920929,
396
+ "rewards/chosen": -0.21122360229492188,
397
+ "rewards/margins": 0.1889980137348175,
398
+ "rewards/rejected": -0.40022164583206177,
399
+ "step": 260
400
+ },
401
+ {
402
+ "epoch": 8.88888888888889,
403
+ "grad_norm": 1.0026566982269287,
404
+ "learning_rate": 3.3550503583141726e-06,
405
+ "logits/chosen": 1.7882308959960938,
406
+ "logits/rejected": 1.7757456302642822,
407
+ "logps/chosen": -98.28022766113281,
408
+ "logps/rejected": -99.22371673583984,
409
+ "loss": 0.6042,
410
+ "rewards/accuracies": 0.699999988079071,
411
+ "rewards/chosen": -0.23864057660102844,
412
+ "rewards/margins": 0.17245283722877502,
413
+ "rewards/rejected": -0.4110933840274811,
414
+ "step": 270
415
+ },
416
+ {
417
+ "epoch": 9.218106995884774,
418
+ "grad_norm": 0.9841915965080261,
419
+ "learning_rate": 3.217008081777726e-06,
420
+ "logits/chosen": 1.8728599548339844,
421
+ "logits/rejected": 1.7537968158721924,
422
+ "logps/chosen": -110.29930114746094,
423
+ "logps/rejected": -76.87739562988281,
424
+ "loss": 0.5986,
425
+ "rewards/accuracies": 0.7875000238418579,
426
+ "rewards/chosen": -0.16357959806919098,
427
+ "rewards/margins": 0.30878886580467224,
428
+ "rewards/rejected": -0.47236841917037964,
429
+ "step": 280
430
+ },
431
+ {
432
+ "epoch": 9.547325102880658,
433
+ "grad_norm": 1.0610634088516235,
434
+ "learning_rate": 3.0765396768561005e-06,
435
+ "logits/chosen": 1.8760344982147217,
436
+ "logits/rejected": 1.8611949682235718,
437
+ "logps/chosen": -83.32715606689453,
438
+ "logps/rejected": -91.76313781738281,
439
+ "loss": 0.5953,
440
+ "rewards/accuracies": 0.7250000238418579,
441
+ "rewards/chosen": -0.24952685832977295,
442
+ "rewards/margins": 0.23791106045246124,
443
+ "rewards/rejected": -0.4874378740787506,
444
+ "step": 290
445
+ },
446
+ {
447
+ "epoch": 9.876543209876543,
448
+ "grad_norm": 1.0584696531295776,
449
+ "learning_rate": 2.9341204441673267e-06,
450
+ "logits/chosen": 1.713905692100525,
451
+ "logits/rejected": 1.761605978012085,
452
+ "logps/chosen": -84.4806900024414,
453
+ "logps/rejected": -84.85515594482422,
454
+ "loss": 0.5853,
455
+ "rewards/accuracies": 0.7124999761581421,
456
+ "rewards/chosen": -0.3275205194950104,
457
+ "rewards/margins": 0.20603664219379425,
458
+ "rewards/rejected": -0.5335571765899658,
459
+ "step": 300
460
+ }
461
+ ],
462
+ "logging_steps": 10,
463
+ "max_steps": 600,
464
+ "num_input_tokens_seen": 0,
465
+ "num_train_epochs": 20,
466
+ "save_steps": 50,
467
+ "stateful_callbacks": {
468
+ "TrainerControl": {
469
+ "args": {
470
+ "should_epoch_stop": false,
471
+ "should_evaluate": false,
472
+ "should_log": false,
473
+ "should_save": true,
474
+ "should_training_stop": false
475
+ },
476
+ "attributes": {}
477
+ }
478
+ },
479
+ "total_flos": 1.019216299349246e+18,
480
+ "train_batch_size": 1,
481
+ "trial_name": null,
482
+ "trial_params": null
483
+ }
Power/checkpoint-350/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
Power/checkpoint-400/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/deepseek-coder-6.7b-instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
Power/checkpoint-400/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
Power/checkpoint-400/tokenizer_config.json ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "32000": {
7
+ "content": "õ",
8
+ "lstrip": false,
9
+ "normalized": true,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": false
13
+ },
14
+ "32001": {
15
+ "content": "÷",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": false
21
+ },
22
+ "32002": {
23
+ "content": "Á",
24
+ "lstrip": false,
25
+ "normalized": true,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "32003": {
31
+ "content": "ý",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": false
37
+ },
38
+ "32004": {
39
+ "content": "À",
40
+ "lstrip": false,
41
+ "normalized": true,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "32005": {
47
+ "content": "ÿ",
48
+ "lstrip": false,
49
+ "normalized": true,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "32006": {
55
+ "content": "ø",
56
+ "lstrip": false,
57
+ "normalized": true,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "32007": {
63
+ "content": "ú",
64
+ "lstrip": false,
65
+ "normalized": true,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": false
69
+ },
70
+ "32008": {
71
+ "content": "þ",
72
+ "lstrip": false,
73
+ "normalized": true,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": false
77
+ },
78
+ "32009": {
79
+ "content": "ü",
80
+ "lstrip": false,
81
+ "normalized": true,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": false
85
+ },
86
+ "32010": {
87
+ "content": "ù",
88
+ "lstrip": false,
89
+ "normalized": true,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": false
93
+ },
94
+ "32011": {
95
+ "content": "ö",
96
+ "lstrip": false,
97
+ "normalized": true,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": false
101
+ },
102
+ "32012": {
103
+ "content": "û",
104
+ "lstrip": false,
105
+ "normalized": true,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": false
109
+ },
110
+ "32013": {
111
+ "content": "<|begin▁of▁sentence|>",
112
+ "lstrip": false,
113
+ "normalized": true,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "32014": {
119
+ "content": "<|end▁of▁sentence|>",
120
+ "lstrip": false,
121
+ "normalized": true,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": true
125
+ },
126
+ "32015": {
127
+ "content": "<|fim▁hole|>",
128
+ "lstrip": false,
129
+ "normalized": true,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "32016": {
135
+ "content": "<|fim▁begin|>",
136
+ "lstrip": false,
137
+ "normalized": true,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "32017": {
143
+ "content": "<|fim▁end|>",
144
+ "lstrip": false,
145
+ "normalized": true,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "32018": {
151
+ "content": "<pad>",
152
+ "lstrip": false,
153
+ "normalized": true,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "32019": {
159
+ "content": "<|User|>",
160
+ "lstrip": false,
161
+ "normalized": true,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "32020": {
167
+ "content": "<|Assistant|>",
168
+ "lstrip": false,
169
+ "normalized": true,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "32021": {
175
+ "content": "<|EOT|>",
176
+ "lstrip": false,
177
+ "normalized": true,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": true
181
+ }
182
+ },
183
+ "bos_token": "<|begin▁of▁sentence|>",
184
+ "chat_template": "{{ '<|begin▁of▁sentence|>' }}{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ system_message + '\n\n' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'User: ' + content + '\n\nAssistant:' }}{% elif message['role'] == 'assistant' %}{{ content + '<|EOT|>' }}{% endif %}{% endfor %}",
185
+ "clean_up_tokenization_spaces": false,
186
+ "eos_token": "<|EOT|>",
187
+ "legacy": true,
188
+ "model_max_length": 16384,
189
+ "pad_token": "<|end▁of▁sentence|>",
190
+ "padding_side": "right",
191
+ "sp_model_kwargs": {},
192
+ "split_special_tokens": false,
193
+ "tokenizer_class": "LlamaTokenizer",
194
+ "unk_token": null,
195
+ "use_default_system_prompt": false
196
+ }
Power/checkpoint-400/trainer_state.json ADDED
@@ -0,0 +1,633 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 13.168724279835391,
5
+ "eval_steps": 500,
6
+ "global_step": 400,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.3292181069958848,
13
+ "grad_norm": 0.5561477541923523,
14
+ "learning_rate": 8.333333333333333e-07,
15
+ "logits/chosen": 1.7485754489898682,
16
+ "logits/rejected": 1.8832639455795288,
17
+ "logps/chosen": -70.18267059326172,
18
+ "logps/rejected": -77.9986343383789,
19
+ "loss": 0.6938,
20
+ "rewards/accuracies": 0.4749999940395355,
21
+ "rewards/chosen": 0.005453853867948055,
22
+ "rewards/margins": 0.013218576088547707,
23
+ "rewards/rejected": -0.007764720823615789,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.6584362139917695,
28
+ "grad_norm": 0.48141908645629883,
29
+ "learning_rate": 1.6666666666666667e-06,
30
+ "logits/chosen": 1.9016907215118408,
31
+ "logits/rejected": 1.9251121282577515,
32
+ "logps/chosen": -96.5027847290039,
33
+ "logps/rejected": -87.00735473632812,
34
+ "loss": 0.6937,
35
+ "rewards/accuracies": 0.5249999761581421,
36
+ "rewards/chosen": -0.005797500256448984,
37
+ "rewards/margins": -0.0004409264656715095,
38
+ "rewards/rejected": -0.005356573965400457,
39
+ "step": 20
40
+ },
41
+ {
42
+ "epoch": 0.9876543209876543,
43
+ "grad_norm": 0.4639015197753906,
44
+ "learning_rate": 2.5e-06,
45
+ "logits/chosen": 1.7938541173934937,
46
+ "logits/rejected": 1.6962993144989014,
47
+ "logps/chosen": -71.47590637207031,
48
+ "logps/rejected": -66.45989227294922,
49
+ "loss": 0.6942,
50
+ "rewards/accuracies": 0.4124999940395355,
51
+ "rewards/chosen": -0.004830303601920605,
52
+ "rewards/margins": -0.00935445912182331,
53
+ "rewards/rejected": 0.004524155054241419,
54
+ "step": 30
55
+ },
56
+ {
57
+ "epoch": 1.316872427983539,
58
+ "grad_norm": 0.44931092858314514,
59
+ "learning_rate": 3.3333333333333333e-06,
60
+ "logits/chosen": 1.8256213665008545,
61
+ "logits/rejected": 1.8677200078964233,
62
+ "logps/chosen": -75.90711975097656,
63
+ "logps/rejected": -76.26548767089844,
64
+ "loss": 0.6935,
65
+ "rewards/accuracies": 0.5375000238418579,
66
+ "rewards/chosen": -0.004859285429120064,
67
+ "rewards/margins": -0.007447429001331329,
68
+ "rewards/rejected": 0.0025881435722112656,
69
+ "step": 40
70
+ },
71
+ {
72
+ "epoch": 1.646090534979424,
73
+ "grad_norm": 0.512350857257843,
74
+ "learning_rate": 4.166666666666667e-06,
75
+ "logits/chosen": 1.7572576999664307,
76
+ "logits/rejected": 1.7408854961395264,
77
+ "logps/chosen": -80.90664672851562,
78
+ "logps/rejected": -85.82096862792969,
79
+ "loss": 0.6937,
80
+ "rewards/accuracies": 0.4749999940395355,
81
+ "rewards/chosen": -0.00120059447363019,
82
+ "rewards/margins": -0.0018891148502007127,
83
+ "rewards/rejected": 0.0006885197362862527,
84
+ "step": 50
85
+ },
86
+ {
87
+ "epoch": 1.9753086419753085,
88
+ "grad_norm": 0.5260242819786072,
89
+ "learning_rate": 5e-06,
90
+ "logits/chosen": 1.827275037765503,
91
+ "logits/rejected": 1.8168131113052368,
92
+ "logps/chosen": -86.74467468261719,
93
+ "logps/rejected": -79.20576477050781,
94
+ "loss": 0.6937,
95
+ "rewards/accuracies": 0.4124999940395355,
96
+ "rewards/chosen": 0.0014693590346723795,
97
+ "rewards/margins": -0.0025326632894575596,
98
+ "rewards/rejected": 0.00400202302262187,
99
+ "step": 60
100
+ },
101
+ {
102
+ "epoch": 2.3045267489711936,
103
+ "grad_norm": 0.5231289267539978,
104
+ "learning_rate": 4.995770395678171e-06,
105
+ "logits/chosen": 1.7851394414901733,
106
+ "logits/rejected": 1.8952877521514893,
107
+ "logps/chosen": -81.03253173828125,
108
+ "logps/rejected": -88.5263442993164,
109
+ "loss": 0.6932,
110
+ "rewards/accuracies": 0.44999998807907104,
111
+ "rewards/chosen": -0.003017458599060774,
112
+ "rewards/margins": -0.002731734188273549,
113
+ "rewards/rejected": -0.0002857256622519344,
114
+ "step": 70
115
+ },
116
+ {
117
+ "epoch": 2.633744855967078,
118
+ "grad_norm": 0.5552361011505127,
119
+ "learning_rate": 4.983095894354858e-06,
120
+ "logits/chosen": 1.8227930068969727,
121
+ "logits/rejected": 1.7752052545547485,
122
+ "logps/chosen": -89.98479461669922,
123
+ "logps/rejected": -72.01054382324219,
124
+ "loss": 0.6928,
125
+ "rewards/accuracies": 0.48750001192092896,
126
+ "rewards/chosen": 0.0013810636010020971,
127
+ "rewards/margins": -0.0008344938978552818,
128
+ "rewards/rejected": 0.0022155570331960917,
129
+ "step": 80
130
+ },
131
+ {
132
+ "epoch": 2.962962962962963,
133
+ "grad_norm": 0.603434681892395,
134
+ "learning_rate": 4.962019382530521e-06,
135
+ "logits/chosen": 1.829049825668335,
136
+ "logits/rejected": 1.78665030002594,
137
+ "logps/chosen": -81.95549011230469,
138
+ "logps/rejected": -76.07003021240234,
139
+ "loss": 0.6909,
140
+ "rewards/accuracies": 0.5625,
141
+ "rewards/chosen": 0.0062006814405322075,
142
+ "rewards/margins": 0.003528360743075609,
143
+ "rewards/rejected": 0.00267231953330338,
144
+ "step": 90
145
+ },
146
+ {
147
+ "epoch": 3.292181069958848,
148
+ "grad_norm": 0.6200206279754639,
149
+ "learning_rate": 4.93261217644956e-06,
150
+ "logits/chosen": 1.7920262813568115,
151
+ "logits/rejected": 1.7817165851593018,
152
+ "logps/chosen": -84.39167022705078,
153
+ "logps/rejected": -85.04205322265625,
154
+ "loss": 0.6907,
155
+ "rewards/accuracies": 0.6000000238418579,
156
+ "rewards/chosen": 0.0063859038054943085,
157
+ "rewards/margins": 0.007152262143790722,
158
+ "rewards/rejected": -0.0007663581636734307,
159
+ "step": 100
160
+ },
161
+ {
162
+ "epoch": 3.6213991769547325,
163
+ "grad_norm": 0.5937617421150208,
164
+ "learning_rate": 4.894973780788722e-06,
165
+ "logits/chosen": 1.8367125988006592,
166
+ "logits/rejected": 1.8536920547485352,
167
+ "logps/chosen": -67.41716003417969,
168
+ "logps/rejected": -72.06455993652344,
169
+ "loss": 0.6891,
170
+ "rewards/accuracies": 0.574999988079071,
171
+ "rewards/chosen": -0.00015740413800813258,
172
+ "rewards/margins": 0.013882984407246113,
173
+ "rewards/rejected": -0.01404038816690445,
174
+ "step": 110
175
+ },
176
+ {
177
+ "epoch": 3.950617283950617,
178
+ "grad_norm": 0.8695696592330933,
179
+ "learning_rate": 4.849231551964771e-06,
180
+ "logits/chosen": 1.8238048553466797,
181
+ "logits/rejected": 1.7972408533096313,
182
+ "logps/chosen": -104.34183502197266,
183
+ "logps/rejected": -81.703369140625,
184
+ "loss": 0.6864,
185
+ "rewards/accuracies": 0.6000000238418579,
186
+ "rewards/chosen": 0.00020323302305769175,
187
+ "rewards/margins": 0.011230283416807652,
188
+ "rewards/rejected": -0.011027050204575062,
189
+ "step": 120
190
+ },
191
+ {
192
+ "epoch": 4.279835390946502,
193
+ "grad_norm": 0.7833828926086426,
194
+ "learning_rate": 4.7955402672006855e-06,
195
+ "logits/chosen": 1.7440074682235718,
196
+ "logits/rejected": 1.7824723720550537,
197
+ "logps/chosen": -92.3200912475586,
198
+ "logps/rejected": -85.88248443603516,
199
+ "loss": 0.6861,
200
+ "rewards/accuracies": 0.5874999761581421,
201
+ "rewards/chosen": 0.0005388978170230985,
202
+ "rewards/margins": 0.011814715340733528,
203
+ "rewards/rejected": -0.011275815777480602,
204
+ "step": 130
205
+ },
206
+ {
207
+ "epoch": 4.609053497942387,
208
+ "grad_norm": 0.7381640672683716,
209
+ "learning_rate": 4.734081600808531e-06,
210
+ "logits/chosen": 1.6734364032745361,
211
+ "logits/rejected": 1.7311270236968994,
212
+ "logps/chosen": -88.11524963378906,
213
+ "logps/rejected": -97.87281799316406,
214
+ "loss": 0.682,
215
+ "rewards/accuracies": 0.637499988079071,
216
+ "rewards/chosen": -0.006451706402003765,
217
+ "rewards/margins": 0.021939774975180626,
218
+ "rewards/rejected": -0.028391480445861816,
219
+ "step": 140
220
+ },
221
+ {
222
+ "epoch": 4.938271604938271,
223
+ "grad_norm": 0.7793841361999512,
224
+ "learning_rate": 4.665063509461098e-06,
225
+ "logits/chosen": 1.8139768838882446,
226
+ "logits/rejected": 1.766761064529419,
227
+ "logps/chosen": -77.28334045410156,
228
+ "logps/rejected": -78.78504943847656,
229
+ "loss": 0.6777,
230
+ "rewards/accuracies": 0.675000011920929,
231
+ "rewards/chosen": -0.011237703263759613,
232
+ "rewards/margins": 0.03930521756410599,
233
+ "rewards/rejected": -0.050542913377285004,
234
+ "step": 150
235
+ },
236
+ {
237
+ "epoch": 5.267489711934156,
238
+ "grad_norm": 0.7763285040855408,
239
+ "learning_rate": 4.588719528532342e-06,
240
+ "logits/chosen": 1.7640300989151,
241
+ "logits/rejected": 1.6494834423065186,
242
+ "logps/chosen": -91.71728515625,
243
+ "logps/rejected": -85.06828308105469,
244
+ "loss": 0.6714,
245
+ "rewards/accuracies": 0.625,
246
+ "rewards/chosen": -0.034448202699422836,
247
+ "rewards/margins": 0.02681097947061062,
248
+ "rewards/rejected": -0.0612591877579689,
249
+ "step": 160
250
+ },
251
+ {
252
+ "epoch": 5.596707818930041,
253
+ "grad_norm": 0.9756498336791992,
254
+ "learning_rate": 4.50530798188761e-06,
255
+ "logits/chosen": 1.8123546838760376,
256
+ "logits/rejected": 1.7651164531707764,
257
+ "logps/chosen": -95.57429504394531,
258
+ "logps/rejected": -83.24696350097656,
259
+ "loss": 0.6667,
260
+ "rewards/accuracies": 0.6499999761581421,
261
+ "rewards/chosen": -0.02284305915236473,
262
+ "rewards/margins": 0.04916313290596008,
263
+ "rewards/rejected": -0.07200618833303452,
264
+ "step": 170
265
+ },
266
+ {
267
+ "epoch": 5.925925925925926,
268
+ "grad_norm": 0.8213481903076172,
269
+ "learning_rate": 4.415111107797445e-06,
270
+ "logits/chosen": 1.7565195560455322,
271
+ "logits/rejected": 1.8321483135223389,
272
+ "logps/chosen": -90.69538879394531,
273
+ "logps/rejected": -77.74930572509766,
274
+ "loss": 0.6651,
275
+ "rewards/accuracies": 0.75,
276
+ "rewards/chosen": -0.030663728713989258,
277
+ "rewards/margins": 0.07017870247364044,
278
+ "rewards/rejected": -0.1008424386382103,
279
+ "step": 180
280
+ },
281
+ {
282
+ "epoch": 6.255144032921811,
283
+ "grad_norm": 1.067845344543457,
284
+ "learning_rate": 4.318434103932622e-06,
285
+ "logits/chosen": 1.7998554706573486,
286
+ "logits/rejected": 1.7774969339370728,
287
+ "logps/chosen": -86.76210021972656,
288
+ "logps/rejected": -86.25608825683594,
289
+ "loss": 0.66,
290
+ "rewards/accuracies": 0.6499999761581421,
291
+ "rewards/chosen": -0.07478730380535126,
292
+ "rewards/margins": 0.07410295307636261,
293
+ "rewards/rejected": -0.14889024198055267,
294
+ "step": 190
295
+ },
296
+ {
297
+ "epoch": 6.584362139917696,
298
+ "grad_norm": 0.905776858329773,
299
+ "learning_rate": 4.215604094671835e-06,
300
+ "logits/chosen": 1.8654216527938843,
301
+ "logits/rejected": 1.8751890659332275,
302
+ "logps/chosen": -74.4819107055664,
303
+ "logps/rejected": -85.82235717773438,
304
+ "loss": 0.654,
305
+ "rewards/accuracies": 0.7250000238418579,
306
+ "rewards/chosen": -0.08698664605617523,
307
+ "rewards/margins": 0.06426878273487091,
308
+ "rewards/rejected": -0.15125542879104614,
309
+ "step": 200
310
+ },
311
+ {
312
+ "epoch": 6.91358024691358,
313
+ "grad_norm": 0.9491797685623169,
314
+ "learning_rate": 4.106969024216348e-06,
315
+ "logits/chosen": 1.7801555395126343,
316
+ "logits/rejected": 1.8760993480682373,
317
+ "logps/chosen": -88.22879028320312,
318
+ "logps/rejected": -91.16268157958984,
319
+ "loss": 0.6381,
320
+ "rewards/accuracies": 0.8374999761581421,
321
+ "rewards/chosen": -0.05148346349596977,
322
+ "rewards/margins": 0.13421732187271118,
323
+ "rewards/rejected": -0.18570080399513245,
324
+ "step": 210
325
+ },
326
+ {
327
+ "epoch": 7.242798353909465,
328
+ "grad_norm": 1.0432075262069702,
329
+ "learning_rate": 3.992896479256966e-06,
330
+ "logits/chosen": 1.761461853981018,
331
+ "logits/rejected": 1.7890026569366455,
332
+ "logps/chosen": -76.50201416015625,
333
+ "logps/rejected": -83.002685546875,
334
+ "loss": 0.6387,
335
+ "rewards/accuracies": 0.6875,
336
+ "rewards/chosen": -0.1096138209104538,
337
+ "rewards/margins": 0.13470278680324554,
338
+ "rewards/rejected": -0.24431662261486053,
339
+ "step": 220
340
+ },
341
+ {
342
+ "epoch": 7.57201646090535,
343
+ "grad_norm": 0.9662573933601379,
344
+ "learning_rate": 3.8737724451770155e-06,
345
+ "logits/chosen": 1.7268747091293335,
346
+ "logits/rejected": 1.8781719207763672,
347
+ "logps/chosen": -85.2467269897461,
348
+ "logps/rejected": -88.09255981445312,
349
+ "loss": 0.6253,
350
+ "rewards/accuracies": 0.762499988079071,
351
+ "rewards/chosen": -0.09576521068811417,
352
+ "rewards/margins": 0.19639071822166443,
353
+ "rewards/rejected": -0.292155921459198,
354
+ "step": 230
355
+ },
356
+ {
357
+ "epoch": 7.901234567901234,
358
+ "grad_norm": 1.0413649082183838,
359
+ "learning_rate": 3.7500000000000005e-06,
360
+ "logits/chosen": 1.8745641708374023,
361
+ "logits/rejected": 1.9019807577133179,
362
+ "logps/chosen": -82.0667724609375,
363
+ "logps/rejected": -70.83448791503906,
364
+ "loss": 0.627,
365
+ "rewards/accuracies": 0.762499988079071,
366
+ "rewards/chosen": -0.1119164451956749,
367
+ "rewards/margins": 0.1671919822692871,
368
+ "rewards/rejected": -0.2791084349155426,
369
+ "step": 240
370
+ },
371
+ {
372
+ "epoch": 8.23045267489712,
373
+ "grad_norm": 1.1005665063858032,
374
+ "learning_rate": 3.621997950501156e-06,
375
+ "logits/chosen": 1.8319737911224365,
376
+ "logits/rejected": 1.8594881296157837,
377
+ "logps/chosen": -82.2616195678711,
378
+ "logps/rejected": -94.71448516845703,
379
+ "loss": 0.6196,
380
+ "rewards/accuracies": 0.675000011920929,
381
+ "rewards/chosen": -0.21282243728637695,
382
+ "rewards/margins": 0.11685125529766083,
383
+ "rewards/rejected": -0.3296736776828766,
384
+ "step": 250
385
+ },
386
+ {
387
+ "epoch": 8.559670781893004,
388
+ "grad_norm": 1.0339275598526,
389
+ "learning_rate": 3.4901994150978926e-06,
390
+ "logits/chosen": 1.8168909549713135,
391
+ "logits/rejected": 1.8122689723968506,
392
+ "logps/chosen": -86.70075988769531,
393
+ "logps/rejected": -87.91035461425781,
394
+ "loss": 0.6097,
395
+ "rewards/accuracies": 0.737500011920929,
396
+ "rewards/chosen": -0.21122360229492188,
397
+ "rewards/margins": 0.1889980137348175,
398
+ "rewards/rejected": -0.40022164583206177,
399
+ "step": 260
400
+ },
401
+ {
402
+ "epoch": 8.88888888888889,
403
+ "grad_norm": 1.0026566982269287,
404
+ "learning_rate": 3.3550503583141726e-06,
405
+ "logits/chosen": 1.7882308959960938,
406
+ "logits/rejected": 1.7757456302642822,
407
+ "logps/chosen": -98.28022766113281,
408
+ "logps/rejected": -99.22371673583984,
409
+ "loss": 0.6042,
410
+ "rewards/accuracies": 0.699999988079071,
411
+ "rewards/chosen": -0.23864057660102844,
412
+ "rewards/margins": 0.17245283722877502,
413
+ "rewards/rejected": -0.4110933840274811,
414
+ "step": 270
415
+ },
416
+ {
417
+ "epoch": 9.218106995884774,
418
+ "grad_norm": 0.9841915965080261,
419
+ "learning_rate": 3.217008081777726e-06,
420
+ "logits/chosen": 1.8728599548339844,
421
+ "logits/rejected": 1.7537968158721924,
422
+ "logps/chosen": -110.29930114746094,
423
+ "logps/rejected": -76.87739562988281,
424
+ "loss": 0.5986,
425
+ "rewards/accuracies": 0.7875000238418579,
426
+ "rewards/chosen": -0.16357959806919098,
427
+ "rewards/margins": 0.30878886580467224,
428
+ "rewards/rejected": -0.47236841917037964,
429
+ "step": 280
430
+ },
431
+ {
432
+ "epoch": 9.547325102880658,
433
+ "grad_norm": 1.0610634088516235,
434
+ "learning_rate": 3.0765396768561005e-06,
435
+ "logits/chosen": 1.8760344982147217,
436
+ "logits/rejected": 1.8611949682235718,
437
+ "logps/chosen": -83.32715606689453,
438
+ "logps/rejected": -91.76313781738281,
439
+ "loss": 0.5953,
440
+ "rewards/accuracies": 0.7250000238418579,
441
+ "rewards/chosen": -0.24952685832977295,
442
+ "rewards/margins": 0.23791106045246124,
443
+ "rewards/rejected": -0.4874378740787506,
444
+ "step": 290
445
+ },
446
+ {
447
+ "epoch": 9.876543209876543,
448
+ "grad_norm": 1.0584696531295776,
449
+ "learning_rate": 2.9341204441673267e-06,
450
+ "logits/chosen": 1.713905692100525,
451
+ "logits/rejected": 1.761605978012085,
452
+ "logps/chosen": -84.4806900024414,
453
+ "logps/rejected": -84.85515594482422,
454
+ "loss": 0.5853,
455
+ "rewards/accuracies": 0.7124999761581421,
456
+ "rewards/chosen": -0.3275205194950104,
457
+ "rewards/margins": 0.20603664219379425,
458
+ "rewards/rejected": -0.5335571765899658,
459
+ "step": 300
460
+ },
461
+ {
462
+ "epoch": 10.205761316872428,
463
+ "grad_norm": 1.2500941753387451,
464
+ "learning_rate": 2.7902322853130758e-06,
465
+ "logits/chosen": 1.70700204372406,
466
+ "logits/rejected": 1.7708561420440674,
467
+ "logps/chosen": -83.38414001464844,
468
+ "logps/rejected": -84.97639465332031,
469
+ "loss": 0.5889,
470
+ "rewards/accuracies": 0.7749999761581421,
471
+ "rewards/chosen": -0.2745892405509949,
472
+ "rewards/margins": 0.3200107514858246,
473
+ "rewards/rejected": -0.5945999622344971,
474
+ "step": 310
475
+ },
476
+ {
477
+ "epoch": 10.534979423868313,
478
+ "grad_norm": 1.0091391801834106,
479
+ "learning_rate": 2.6453620722761897e-06,
480
+ "logits/chosen": 1.656237006187439,
481
+ "logits/rejected": 1.7875343561172485,
482
+ "logps/chosen": -76.54080200195312,
483
+ "logps/rejected": -99.77791595458984,
484
+ "loss": 0.5805,
485
+ "rewards/accuracies": 0.762499988079071,
486
+ "rewards/chosen": -0.2655033469200134,
487
+ "rewards/margins": 0.23930945992469788,
488
+ "rewards/rejected": -0.5048128366470337,
489
+ "step": 320
490
+ },
491
+ {
492
+ "epoch": 10.864197530864198,
493
+ "grad_norm": 1.280364990234375,
494
+ "learning_rate": 2.5e-06,
495
+ "logits/chosen": 1.7501579523086548,
496
+ "logits/rejected": 1.8710143566131592,
497
+ "logps/chosen": -95.80509948730469,
498
+ "logps/rejected": -98.95433044433594,
499
+ "loss": 0.5681,
500
+ "rewards/accuracies": 0.800000011920929,
501
+ "rewards/chosen": -0.25459492206573486,
502
+ "rewards/margins": 0.4196421504020691,
503
+ "rewards/rejected": -0.674237072467804,
504
+ "step": 330
505
+ },
506
+ {
507
+ "epoch": 11.193415637860083,
508
+ "grad_norm": 1.0981961488723755,
509
+ "learning_rate": 2.3546379277238107e-06,
510
+ "logits/chosen": 1.781877875328064,
511
+ "logits/rejected": 1.8056217432022095,
512
+ "logps/chosen": -80.20987701416016,
513
+ "logps/rejected": -94.3116226196289,
514
+ "loss": 0.5684,
515
+ "rewards/accuracies": 0.737500011920929,
516
+ "rewards/chosen": -0.39583852887153625,
517
+ "rewards/margins": 0.2972935140132904,
518
+ "rewards/rejected": -0.6931320428848267,
519
+ "step": 340
520
+ },
521
+ {
522
+ "epoch": 11.522633744855966,
523
+ "grad_norm": 1.1398284435272217,
524
+ "learning_rate": 2.2097677146869242e-06,
525
+ "logits/chosen": 1.7265570163726807,
526
+ "logits/rejected": 1.7091245651245117,
527
+ "logps/chosen": -75.80311584472656,
528
+ "logps/rejected": -79.35089111328125,
529
+ "loss": 0.5656,
530
+ "rewards/accuracies": 0.824999988079071,
531
+ "rewards/chosen": -0.3116758465766907,
532
+ "rewards/margins": 0.42105427384376526,
533
+ "rewards/rejected": -0.7327300906181335,
534
+ "step": 350
535
+ },
536
+ {
537
+ "epoch": 11.851851851851851,
538
+ "grad_norm": 1.1577041149139404,
539
+ "learning_rate": 2.0658795558326745e-06,
540
+ "logits/chosen": 1.692983865737915,
541
+ "logits/rejected": 1.7239530086517334,
542
+ "logps/chosen": -91.54319763183594,
543
+ "logps/rejected": -93.06980895996094,
544
+ "loss": 0.5699,
545
+ "rewards/accuracies": 0.7749999761581421,
546
+ "rewards/chosen": -0.38909879326820374,
547
+ "rewards/margins": 0.34535473585128784,
548
+ "rewards/rejected": -0.734453558921814,
549
+ "step": 360
550
+ },
551
+ {
552
+ "epoch": 12.181069958847736,
553
+ "grad_norm": 1.405211329460144,
554
+ "learning_rate": 1.9234603231439e-06,
555
+ "logits/chosen": 1.7344582080841064,
556
+ "logits/rejected": 1.7111711502075195,
557
+ "logps/chosen": -88.46275329589844,
558
+ "logps/rejected": -82.77845001220703,
559
+ "loss": 0.5577,
560
+ "rewards/accuracies": 0.8125,
561
+ "rewards/chosen": -0.3398984372615814,
562
+ "rewards/margins": 0.4276389181613922,
563
+ "rewards/rejected": -0.7675372958183289,
564
+ "step": 370
565
+ },
566
+ {
567
+ "epoch": 12.510288065843621,
568
+ "grad_norm": 1.4324347972869873,
569
+ "learning_rate": 1.7829919182222752e-06,
570
+ "logits/chosen": 1.7103168964385986,
571
+ "logits/rejected": 1.7571923732757568,
572
+ "logps/chosen": -83.42256927490234,
573
+ "logps/rejected": -95.48295593261719,
574
+ "loss": 0.5493,
575
+ "rewards/accuracies": 0.800000011920929,
576
+ "rewards/chosen": -0.39600270986557007,
577
+ "rewards/margins": 0.447258323431015,
578
+ "rewards/rejected": -0.8432610630989075,
579
+ "step": 380
580
+ },
581
+ {
582
+ "epoch": 12.839506172839506,
583
+ "grad_norm": 1.1979031562805176,
584
+ "learning_rate": 1.6449496416858285e-06,
585
+ "logits/chosen": 1.6545474529266357,
586
+ "logits/rejected": 1.7649863958358765,
587
+ "logps/chosen": -78.60997772216797,
588
+ "logps/rejected": -91.09608459472656,
589
+ "loss": 0.5618,
590
+ "rewards/accuracies": 0.875,
591
+ "rewards/chosen": -0.3745049834251404,
592
+ "rewards/margins": 0.4601859450340271,
593
+ "rewards/rejected": -0.8346909284591675,
594
+ "step": 390
595
+ },
596
+ {
597
+ "epoch": 13.168724279835391,
598
+ "grad_norm": 1.164794683456421,
599
+ "learning_rate": 1.509800584902108e-06,
600
+ "logits/chosen": 1.7000430822372437,
601
+ "logits/rejected": 1.7276875972747803,
602
+ "logps/chosen": -90.08226013183594,
603
+ "logps/rejected": -82.01007843017578,
604
+ "loss": 0.5517,
605
+ "rewards/accuracies": 0.824999988079071,
606
+ "rewards/chosen": -0.3675037622451782,
607
+ "rewards/margins": 0.44133225083351135,
608
+ "rewards/rejected": -0.8088359832763672,
609
+ "step": 400
610
+ }
611
+ ],
612
+ "logging_steps": 10,
613
+ "max_steps": 600,
614
+ "num_input_tokens_seen": 0,
615
+ "num_train_epochs": 20,
616
+ "save_steps": 50,
617
+ "stateful_callbacks": {
618
+ "TrainerControl": {
619
+ "args": {
620
+ "should_epoch_stop": false,
621
+ "should_evaluate": false,
622
+ "should_log": false,
623
+ "should_save": true,
624
+ "should_training_stop": false
625
+ },
626
+ "attributes": {}
627
+ }
628
+ },
629
+ "total_flos": 1.358654720167641e+18,
630
+ "train_batch_size": 1,
631
+ "trial_name": null,
632
+ "trial_params": null
633
+ }
Power/checkpoint-450/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/deepseek-coder-6.7b-instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
Power/checkpoint-450/special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin▁of▁sentence|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|EOT|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|end▁of▁sentence|>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
Power/checkpoint-50/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/deepseek-coder-6.7b-instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
Power/checkpoint-50/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "deepseek-ai/deepseek-coder-6.7b-instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "up_proj",
24
+ "down_proj",
25
+ "gate_proj",
26
+ "q_proj",
27
+ "k_proj",
28
+ "o_proj",
29
+ "v_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
Power/checkpoint-50/special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin▁of▁sentence|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|EOT|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|end▁of▁sentence|>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
Power/checkpoint-50/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
Power/checkpoint-50/tokenizer_config.json ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "32000": {
7
+ "content": "õ",
8
+ "lstrip": false,
9
+ "normalized": true,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": false
13
+ },
14
+ "32001": {
15
+ "content": "÷",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": false
21
+ },
22
+ "32002": {
23
+ "content": "Á",
24
+ "lstrip": false,
25
+ "normalized": true,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "32003": {
31
+ "content": "ý",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": false
37
+ },
38
+ "32004": {
39
+ "content": "À",
40
+ "lstrip": false,
41
+ "normalized": true,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "32005": {
47
+ "content": "ÿ",
48
+ "lstrip": false,
49
+ "normalized": true,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "32006": {
55
+ "content": "ø",
56
+ "lstrip": false,
57
+ "normalized": true,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "32007": {
63
+ "content": "ú",
64
+ "lstrip": false,
65
+ "normalized": true,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": false
69
+ },
70
+ "32008": {
71
+ "content": "þ",
72
+ "lstrip": false,
73
+ "normalized": true,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": false
77
+ },
78
+ "32009": {
79
+ "content": "ü",
80
+ "lstrip": false,
81
+ "normalized": true,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": false
85
+ },
86
+ "32010": {
87
+ "content": "ù",
88
+ "lstrip": false,
89
+ "normalized": true,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": false
93
+ },
94
+ "32011": {
95
+ "content": "ö",
96
+ "lstrip": false,
97
+ "normalized": true,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": false
101
+ },
102
+ "32012": {
103
+ "content": "û",
104
+ "lstrip": false,
105
+ "normalized": true,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": false
109
+ },
110
+ "32013": {
111
+ "content": "<|begin▁of▁sentence|>",
112
+ "lstrip": false,
113
+ "normalized": true,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "32014": {
119
+ "content": "<|end▁of▁sentence|>",
120
+ "lstrip": false,
121
+ "normalized": true,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": true
125
+ },
126
+ "32015": {
127
+ "content": "<|fim▁hole|>",
128
+ "lstrip": false,
129
+ "normalized": true,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "32016": {
135
+ "content": "<|fim▁begin|>",
136
+ "lstrip": false,
137
+ "normalized": true,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "32017": {
143
+ "content": "<|fim▁end|>",
144
+ "lstrip": false,
145
+ "normalized": true,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "32018": {
151
+ "content": "<pad>",
152
+ "lstrip": false,
153
+ "normalized": true,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "32019": {
159
+ "content": "<|User|>",
160
+ "lstrip": false,
161
+ "normalized": true,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "32020": {
167
+ "content": "<|Assistant|>",
168
+ "lstrip": false,
169
+ "normalized": true,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "32021": {
175
+ "content": "<|EOT|>",
176
+ "lstrip": false,
177
+ "normalized": true,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": true
181
+ }
182
+ },
183
+ "bos_token": "<|begin▁of▁sentence|>",
184
+ "chat_template": "{{ '<|begin▁of▁sentence|>' }}{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ system_message + '\n\n' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'User: ' + content + '\n\nAssistant:' }}{% elif message['role'] == 'assistant' %}{{ content + '<|EOT|>' }}{% endif %}{% endfor %}",
185
+ "clean_up_tokenization_spaces": false,
186
+ "eos_token": "<|EOT|>",
187
+ "legacy": true,
188
+ "model_max_length": 16384,
189
+ "pad_token": "<|end▁of▁sentence|>",
190
+ "padding_side": "right",
191
+ "sp_model_kwargs": {},
192
+ "split_special_tokens": false,
193
+ "tokenizer_class": "LlamaTokenizer",
194
+ "unk_token": null,
195
+ "use_default_system_prompt": false
196
+ }
Power/checkpoint-50/trainer_state.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.646090534979424,
5
+ "eval_steps": 500,
6
+ "global_step": 50,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.3292181069958848,
13
+ "grad_norm": 0.5561477541923523,
14
+ "learning_rate": 8.333333333333333e-07,
15
+ "logits/chosen": 1.7485754489898682,
16
+ "logits/rejected": 1.8832639455795288,
17
+ "logps/chosen": -70.18267059326172,
18
+ "logps/rejected": -77.9986343383789,
19
+ "loss": 0.6938,
20
+ "rewards/accuracies": 0.4749999940395355,
21
+ "rewards/chosen": 0.005453853867948055,
22
+ "rewards/margins": 0.013218576088547707,
23
+ "rewards/rejected": -0.007764720823615789,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.6584362139917695,
28
+ "grad_norm": 0.48141908645629883,
29
+ "learning_rate": 1.6666666666666667e-06,
30
+ "logits/chosen": 1.9016907215118408,
31
+ "logits/rejected": 1.9251121282577515,
32
+ "logps/chosen": -96.5027847290039,
33
+ "logps/rejected": -87.00735473632812,
34
+ "loss": 0.6937,
35
+ "rewards/accuracies": 0.5249999761581421,
36
+ "rewards/chosen": -0.005797500256448984,
37
+ "rewards/margins": -0.0004409264656715095,
38
+ "rewards/rejected": -0.005356573965400457,
39
+ "step": 20
40
+ },
41
+ {
42
+ "epoch": 0.9876543209876543,
43
+ "grad_norm": 0.4639015197753906,
44
+ "learning_rate": 2.5e-06,
45
+ "logits/chosen": 1.7938541173934937,
46
+ "logits/rejected": 1.6962993144989014,
47
+ "logps/chosen": -71.47590637207031,
48
+ "logps/rejected": -66.45989227294922,
49
+ "loss": 0.6942,
50
+ "rewards/accuracies": 0.4124999940395355,
51
+ "rewards/chosen": -0.004830303601920605,
52
+ "rewards/margins": -0.00935445912182331,
53
+ "rewards/rejected": 0.004524155054241419,
54
+ "step": 30
55
+ },
56
+ {
57
+ "epoch": 1.316872427983539,
58
+ "grad_norm": 0.44931092858314514,
59
+ "learning_rate": 3.3333333333333333e-06,
60
+ "logits/chosen": 1.8256213665008545,
61
+ "logits/rejected": 1.8677200078964233,
62
+ "logps/chosen": -75.90711975097656,
63
+ "logps/rejected": -76.26548767089844,
64
+ "loss": 0.6935,
65
+ "rewards/accuracies": 0.5375000238418579,
66
+ "rewards/chosen": -0.004859285429120064,
67
+ "rewards/margins": -0.007447429001331329,
68
+ "rewards/rejected": 0.0025881435722112656,
69
+ "step": 40
70
+ },
71
+ {
72
+ "epoch": 1.646090534979424,
73
+ "grad_norm": 0.512350857257843,
74
+ "learning_rate": 4.166666666666667e-06,
75
+ "logits/chosen": 1.7572576999664307,
76
+ "logits/rejected": 1.7408854961395264,
77
+ "logps/chosen": -80.90664672851562,
78
+ "logps/rejected": -85.82096862792969,
79
+ "loss": 0.6937,
80
+ "rewards/accuracies": 0.4749999940395355,
81
+ "rewards/chosen": -0.00120059447363019,
82
+ "rewards/margins": -0.0018891148502007127,
83
+ "rewards/rejected": 0.0006885197362862527,
84
+ "step": 50
85
+ }
86
+ ],
87
+ "logging_steps": 10,
88
+ "max_steps": 600,
89
+ "num_input_tokens_seen": 0,
90
+ "num_train_epochs": 20,
91
+ "save_steps": 50,
92
+ "stateful_callbacks": {
93
+ "TrainerControl": {
94
+ "args": {
95
+ "should_epoch_stop": false,
96
+ "should_evaluate": false,
97
+ "should_log": false,
98
+ "should_save": true,
99
+ "should_training_stop": false
100
+ },
101
+ "attributes": {}
102
+ }
103
+ },
104
+ "total_flos": 1.7075005624732877e+17,
105
+ "train_batch_size": 1,
106
+ "trial_name": null,
107
+ "trial_params": null
108
+ }
Power/dpo/README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/deepseek-coder-6.7b-instruct
3
+ library_name: peft
4
+ license: other
5
+ tags:
6
+ - llama-factory
7
+ - lora
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: dpo
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # dpo
18
+
19
+ This model is a fine-tuned version of [deepseek-ai/deepseek-coder-6.7b-instruct](https://huggingface.co/deepseek-ai/deepseek-coder-6.7b-instruct) on the power dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.6761
22
+ - Rewards/chosen: -0.0345
23
+ - Rewards/rejected: -0.0681
24
+ - Rewards/accuracies: 0.5200
25
+ - Rewards/margins: 0.0336
26
+ - Logps/rejected: -85.4496
27
+ - Logps/chosen: -71.8206
28
+ - Logits/rejected: 1.8751
29
+ - Logits/chosen: 1.6702
30
+
31
+ ## Model description
32
+
33
+ More information needed
34
+
35
+ ## Intended uses & limitations
36
+
37
+ More information needed
38
+
39
+ ## Training and evaluation data
40
+
41
+ More information needed
42
+
43
+ ## Training procedure
44
+
45
+ ### Training hyperparameters
46
+
47
+ The following hyperparameters were used during training:
48
+ - learning_rate: 5e-06
49
+ - train_batch_size: 1
50
+ - eval_batch_size: 1
51
+ - seed: 42
52
+ - distributed_type: multi-GPU
53
+ - num_devices: 8
54
+ - gradient_accumulation_steps: 8
55
+ - total_train_batch_size: 64
56
+ - total_eval_batch_size: 8
57
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
+ - lr_scheduler_type: cosine
59
+ - lr_scheduler_warmup_ratio: 0.1
60
+ - num_epochs: 10.0
61
+
62
+ ### Training results
63
+
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - PEFT 0.12.0
69
+ - Transformers 4.45.2
70
+ - Pytorch 2.4.1+cu124
71
+ - Datasets 2.21.0
72
+ - Tokenizers 0.20.0
Power/dpo/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "deepseek-ai/deepseek-coder-6.7b-instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "o_proj",
25
+ "k_proj",
26
+ "gate_proj",
27
+ "v_proj",
28
+ "down_proj",
29
+ "up_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
Power/dpo/checkpoint-100/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "deepseek-ai/deepseek-coder-6.7b-instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "o_proj",
25
+ "k_proj",
26
+ "gate_proj",
27
+ "v_proj",
28
+ "down_proj",
29
+ "up_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
Power/dpo/checkpoint-100/special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin▁of▁sentence|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|EOT|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|end▁of▁sentence|>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
Power/dpo/checkpoint-100/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
Power/dpo/checkpoint-100/trainer_state.json ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.669724770642202,
5
+ "eval_steps": 500,
6
+ "global_step": 100,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.3669724770642202,
13
+ "grad_norm": 0.4546981155872345,
14
+ "learning_rate": 1.8518518518518519e-06,
15
+ "logits/chosen": 1.790213942527771,
16
+ "logits/rejected": 1.8330585956573486,
17
+ "logps/chosen": -75.35237121582031,
18
+ "logps/rejected": -77.22242736816406,
19
+ "loss": 0.6929,
20
+ "rewards/accuracies": 0.4000000059604645,
21
+ "rewards/chosen": -0.006426649633795023,
22
+ "rewards/margins": -0.008417336270213127,
23
+ "rewards/rejected": 0.0019906857050955296,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.7339449541284404,
28
+ "grad_norm": 0.5062414407730103,
29
+ "learning_rate": 3.7037037037037037e-06,
30
+ "logits/chosen": 1.8213964700698853,
31
+ "logits/rejected": 1.7818235158920288,
32
+ "logps/chosen": -83.15866088867188,
33
+ "logps/rejected": -78.38325500488281,
34
+ "loss": 0.695,
35
+ "rewards/accuracies": 0.42500001192092896,
36
+ "rewards/chosen": -0.006863894872367382,
37
+ "rewards/margins": -0.010942240245640278,
38
+ "rewards/rejected": 0.0040783449076116085,
39
+ "step": 20
40
+ },
41
+ {
42
+ "epoch": 1.1009174311926606,
43
+ "grad_norm": 0.5203150510787964,
44
+ "learning_rate": 4.998119881260576e-06,
45
+ "logits/chosen": 1.811631441116333,
46
+ "logits/rejected": 1.7203019857406616,
47
+ "logps/chosen": -96.63399505615234,
48
+ "logps/rejected": -83.23392486572266,
49
+ "loss": 0.6931,
50
+ "rewards/accuracies": 0.48750001192092896,
51
+ "rewards/chosen": -0.00417748000472784,
52
+ "rewards/margins": -0.006159568205475807,
53
+ "rewards/rejected": 0.0019820884335786104,
54
+ "step": 30
55
+ },
56
+ {
57
+ "epoch": 1.4678899082568808,
58
+ "grad_norm": 0.5335714221000671,
59
+ "learning_rate": 4.964774158361991e-06,
60
+ "logits/chosen": 1.8185322284698486,
61
+ "logits/rejected": 1.7785847187042236,
62
+ "logps/chosen": -80.90029907226562,
63
+ "logps/rejected": -76.1764144897461,
64
+ "loss": 0.6934,
65
+ "rewards/accuracies": 0.5,
66
+ "rewards/chosen": -0.008144860155880451,
67
+ "rewards/margins": -0.001973528414964676,
68
+ "rewards/rejected": -0.006171331740915775,
69
+ "step": 40
70
+ },
71
+ {
72
+ "epoch": 1.834862385321101,
73
+ "grad_norm": 0.5139996409416199,
74
+ "learning_rate": 4.8902889044347e-06,
75
+ "logits/chosen": 1.8735860586166382,
76
+ "logits/rejected": 1.886704683303833,
77
+ "logps/chosen": -87.01000213623047,
78
+ "logps/rejected": -89.1278305053711,
79
+ "loss": 0.6925,
80
+ "rewards/accuracies": 0.5625,
81
+ "rewards/chosen": -0.0030386822763830423,
82
+ "rewards/margins": 0.006321282591670752,
83
+ "rewards/rejected": -0.009359965100884438,
84
+ "step": 50
85
+ },
86
+ {
87
+ "epoch": 2.2018348623853212,
88
+ "grad_norm": 0.596449077129364,
89
+ "learning_rate": 4.775907352415367e-06,
90
+ "logits/chosen": 1.7842556238174438,
91
+ "logits/rejected": 1.7772290706634521,
92
+ "logps/chosen": -89.68411254882812,
93
+ "logps/rejected": -85.80751037597656,
94
+ "loss": 0.693,
95
+ "rewards/accuracies": 0.44999998807907104,
96
+ "rewards/chosen": -0.002062492538243532,
97
+ "rewards/margins": -0.0020373582374304533,
98
+ "rewards/rejected": -2.5133975213975646e-05,
99
+ "step": 60
100
+ },
101
+ {
102
+ "epoch": 2.5688073394495414,
103
+ "grad_norm": 0.605808436870575,
104
+ "learning_rate": 4.623538644118244e-06,
105
+ "logits/chosen": 1.7955410480499268,
106
+ "logits/rejected": 1.742892861366272,
107
+ "logps/chosen": -77.76892852783203,
108
+ "logps/rejected": -75.139892578125,
109
+ "loss": 0.6923,
110
+ "rewards/accuracies": 0.574999988079071,
111
+ "rewards/chosen": -0.005501260980963707,
112
+ "rewards/margins": 0.003699531313031912,
113
+ "rewards/rejected": -0.009200791828334332,
114
+ "step": 70
115
+ },
116
+ {
117
+ "epoch": 2.9357798165137616,
118
+ "grad_norm": 0.6306387782096863,
119
+ "learning_rate": 4.435725964760331e-06,
120
+ "logits/chosen": 1.7294387817382812,
121
+ "logits/rejected": 1.7057327032089233,
122
+ "logps/chosen": -86.89958190917969,
123
+ "logps/rejected": -75.46858215332031,
124
+ "loss": 0.6903,
125
+ "rewards/accuracies": 0.4375,
126
+ "rewards/chosen": 0.00010954421304631978,
127
+ "rewards/margins": 0.00032598042162135243,
128
+ "rewards/rejected": -0.00021643625223077834,
129
+ "step": 80
130
+ },
131
+ {
132
+ "epoch": 3.302752293577982,
133
+ "grad_norm": 0.5730260014533997,
134
+ "learning_rate": 4.215604094671835e-06,
135
+ "logits/chosen": 1.879805326461792,
136
+ "logits/rejected": 1.9939963817596436,
137
+ "logps/chosen": -68.91841125488281,
138
+ "logps/rejected": -82.97428894042969,
139
+ "loss": 0.6903,
140
+ "rewards/accuracies": 0.5249999761581421,
141
+ "rewards/chosen": 0.0012840941781178117,
142
+ "rewards/margins": 0.004185027442872524,
143
+ "rewards/rejected": -0.0029009338468313217,
144
+ "step": 90
145
+ },
146
+ {
147
+ "epoch": 3.669724770642202,
148
+ "grad_norm": 0.903571605682373,
149
+ "learning_rate": 3.966847086696045e-06,
150
+ "logits/chosen": 1.7714732885360718,
151
+ "logits/rejected": 1.7483131885528564,
152
+ "logps/chosen": -88.14640808105469,
153
+ "logps/rejected": -79.63529968261719,
154
+ "loss": 0.6869,
155
+ "rewards/accuracies": 0.574999988079071,
156
+ "rewards/chosen": 2.6259198421030305e-05,
157
+ "rewards/margins": 0.016201479360461235,
158
+ "rewards/rejected": -0.016175217926502228,
159
+ "step": 100
160
+ }
161
+ ],
162
+ "logging_steps": 10,
163
+ "max_steps": 270,
164
+ "num_input_tokens_seen": 0,
165
+ "num_train_epochs": 10,
166
+ "save_steps": 100,
167
+ "stateful_callbacks": {
168
+ "TrainerControl": {
169
+ "args": {
170
+ "should_epoch_stop": false,
171
+ "should_evaluate": false,
172
+ "should_log": false,
173
+ "should_save": true,
174
+ "should_training_stop": false
175
+ },
176
+ "attributes": {}
177
+ }
178
+ },
179
+ "total_flos": 3.411424963377234e+17,
180
+ "train_batch_size": 1,
181
+ "trial_name": null,
182
+ "trial_params": null
183
+ }
Power/dpo/checkpoint-200/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/deepseek-coder-6.7b-instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0