Harish-as-harry commited on
Commit
3952560
·
verified ·
1 Parent(s): cecfe91

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +61 -0
  2. adapter_config.json +34 -0
  3. adapter_model.safetensors +3 -0
  4. all_results.json +8 -0
  5. checkpoint-100/README.md +202 -0
  6. checkpoint-100/adapter_config.json +34 -0
  7. checkpoint-100/adapter_model.safetensors +3 -0
  8. checkpoint-100/optimizer.pt +3 -0
  9. checkpoint-100/rng_state_0.pth +3 -0
  10. checkpoint-100/rng_state_1.pth +3 -0
  11. checkpoint-100/rng_state_2.pth +3 -0
  12. checkpoint-100/scheduler.pt +3 -0
  13. checkpoint-100/special_tokens_map.json +23 -0
  14. checkpoint-100/tokenizer.json +0 -0
  15. checkpoint-100/tokenizer_config.json +196 -0
  16. checkpoint-100/trainer_state.json +173 -0
  17. checkpoint-100/training_args.bin +3 -0
  18. checkpoint-200/README.md +202 -0
  19. checkpoint-200/adapter_config.json +34 -0
  20. checkpoint-200/adapter_model.safetensors +3 -0
  21. checkpoint-200/optimizer.pt +3 -0
  22. checkpoint-200/rng_state_0.pth +3 -0
  23. checkpoint-200/rng_state_1.pth +3 -0
  24. checkpoint-200/rng_state_2.pth +3 -0
  25. checkpoint-200/scheduler.pt +3 -0
  26. checkpoint-200/special_tokens_map.json +23 -0
  27. checkpoint-200/tokenizer.json +0 -0
  28. checkpoint-200/tokenizer_config.json +196 -0
  29. checkpoint-200/trainer_state.json +313 -0
  30. checkpoint-200/training_args.bin +3 -0
  31. checkpoint-300/README.md +202 -0
  32. checkpoint-300/adapter_config.json +34 -0
  33. checkpoint-300/adapter_model.safetensors +3 -0
  34. checkpoint-300/optimizer.pt +3 -0
  35. checkpoint-300/rng_state_0.pth +3 -0
  36. checkpoint-300/rng_state_1.pth +3 -0
  37. checkpoint-300/rng_state_2.pth +3 -0
  38. checkpoint-300/scheduler.pt +3 -0
  39. checkpoint-300/special_tokens_map.json +23 -0
  40. checkpoint-300/tokenizer.json +0 -0
  41. checkpoint-300/tokenizer_config.json +196 -0
  42. checkpoint-300/trainer_state.json +453 -0
  43. checkpoint-300/training_args.bin +3 -0
  44. checkpoint-400/README.md +202 -0
  45. checkpoint-400/adapter_config.json +34 -0
  46. checkpoint-400/adapter_model.safetensors +3 -0
  47. checkpoint-400/optimizer.pt +3 -0
  48. checkpoint-400/rng_state_0.pth +3 -0
  49. checkpoint-400/rng_state_1.pth +3 -0
  50. checkpoint-400/rng_state_2.pth +3 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: other
4
+ base_model: deepseek-ai/deepseek-coder-6.7b-base
5
+ tags:
6
+ - llama-factory
7
+ - lora
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: solidity_lora_finetuned
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
+ # solidity_lora_finetuned
18
+
19
+ This model is a fine-tuned version of [deepseek-ai/deepseek-coder-6.7b-base](https://huggingface.co/deepseek-ai/deepseek-coder-6.7b-base) on the solidity_contract 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-05
39
+ - train_batch_size: 16
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - distributed_type: multi-GPU
43
+ - num_devices: 3
44
+ - gradient_accumulation_steps: 2
45
+ - total_train_batch_size: 96
46
+ - total_eval_batch_size: 24
47
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
+ - lr_scheduler_type: cosine
49
+ - num_epochs: 2.0
50
+
51
+ ### Training results
52
+
53
+
54
+
55
+ ### Framework versions
56
+
57
+ - PEFT 0.12.0
58
+ - Transformers 4.46.1
59
+ - Pytorch 2.6.0+cu124
60
+ - Datasets 3.1.0
61
+ - Tokenizers 0.20.3
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-base",
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": 32,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "o_proj",
24
+ "down_proj",
25
+ "gate_proj",
26
+ "q_proj",
27
+ "v_proj",
28
+ "up_proj",
29
+ "k_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d38760e8f81eda6de316b123fd6ccc8f784489da71db81749b2fab9b3d6e3ce
3
+ size 159967880
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.0,
3
+ "total_flos": 6.289874027179672e+18,
4
+ "train_loss": 0.31329592913760806,
5
+ "train_runtime": 9614.2134,
6
+ "train_samples_per_second": 8.008,
7
+ "train_steps_per_second": 0.083
8
+ }
checkpoint-100/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/deepseek-coder-6.7b-base
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
checkpoint-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-base",
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": 32,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "o_proj",
24
+ "down_proj",
25
+ "gate_proj",
26
+ "q_proj",
27
+ "v_proj",
28
+ "up_proj",
29
+ "k_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-100/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12a4a94b4f8009ba8ace7850b422451b88a833ac8e409c7b136178386f7193ef
3
+ size 159967880
checkpoint-100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11b3a7958afd91ae13cb1ad5793df29b543d1c0555d9ef8860bea12b1425a196
3
+ size 320194002
checkpoint-100/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f33bd4a7be49a87db32c865352f87f826d410c9eb88ebf9e865b5b2b47f89825
3
+ size 14768
checkpoint-100/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88c5847e6ceaa6e6eefc4eb6ad124a4440eb6fefc0a3a0d80818bdb7bb75023e
3
+ size 14768
checkpoint-100/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df8620b42c21a5e7b0610160b4e9a676855fd8dc0c598cf19a29f18b32dc6d40
3
+ size 14768
checkpoint-100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbfbb596fb1facb93553fbfbe290fd8aff3561239380c2503c485b90027b0895
3
+ size 1064
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": "<|end▁of▁sentence|>",
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
+ }
checkpoint-100/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
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": false
181
+ }
182
+ },
183
+ "bos_token": "<|begin▁of▁sentence|>",
184
+ "chat_template": "{% 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' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'Human: ' + content + '\nAssistant:' }}{% elif message['role'] == 'assistant' %}{{ content + '<|end▁of▁sentence|>' + '\n' }}{% endif %}{% endfor %}",
185
+ "clean_up_tokenization_spaces": false,
186
+ "eos_token": "<|end▁of▁sentence|>",
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
+ }
checkpoint-100/trainer_state.json ADDED
@@ -0,0 +1,173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.24937655860349128,
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.012468827930174564,
13
+ "grad_norm": 0.0348743200302124,
14
+ "learning_rate": 4.9995205016168205e-05,
15
+ "loss": 0.4047,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.02493765586034913,
20
+ "grad_norm": 0.052354972809553146,
21
+ "learning_rate": 4.998082190402241e-05,
22
+ "loss": 0.3855,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.03740648379052369,
27
+ "grad_norm": 0.02390989102423191,
28
+ "learning_rate": 4.995685618090584e-05,
29
+ "loss": 0.3818,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 0.04987531172069826,
34
+ "grad_norm": 0.01846301183104515,
35
+ "learning_rate": 4.9923317040038885e-05,
36
+ "loss": 0.3884,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 0.06234413965087282,
41
+ "grad_norm": 0.018641460686922073,
42
+ "learning_rate": 4.988021734699259e-05,
43
+ "loss": 0.3713,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 0.07481296758104738,
48
+ "grad_norm": 0.016644474118947983,
49
+ "learning_rate": 4.982757363475346e-05,
50
+ "loss": 0.3492,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 0.08728179551122195,
55
+ "grad_norm": 0.01785973273217678,
56
+ "learning_rate": 4.9765406097381426e-05,
57
+ "loss": 0.3596,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 0.09975062344139651,
62
+ "grad_norm": 0.01776760071516037,
63
+ "learning_rate": 4.96937385822634e-05,
64
+ "loss": 0.3792,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 0.11221945137157108,
69
+ "grad_norm": 0.019663693383336067,
70
+ "learning_rate": 4.96125985809655e-05,
71
+ "loss": 0.3393,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 0.12468827930174564,
76
+ "grad_norm": 0.036602046340703964,
77
+ "learning_rate": 4.952201721868727e-05,
78
+ "loss": 0.3433,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 0.1371571072319202,
83
+ "grad_norm": 0.020088447257876396,
84
+ "learning_rate": 4.94220292423221e-05,
85
+ "loss": 0.3563,
86
+ "step": 55
87
+ },
88
+ {
89
+ "epoch": 0.14962593516209477,
90
+ "grad_norm": 0.023927291855216026,
91
+ "learning_rate": 4.9312673007128405e-05,
92
+ "loss": 0.3543,
93
+ "step": 60
94
+ },
95
+ {
96
+ "epoch": 0.16209476309226933,
97
+ "grad_norm": 0.023712489753961563,
98
+ "learning_rate": 4.919399046201656e-05,
99
+ "loss": 0.3442,
100
+ "step": 65
101
+ },
102
+ {
103
+ "epoch": 0.1745635910224439,
104
+ "grad_norm": 0.02708962745964527,
105
+ "learning_rate": 4.906602713345735e-05,
106
+ "loss": 0.344,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 0.18703241895261846,
111
+ "grad_norm": 0.026062602177262306,
112
+ "learning_rate": 4.8928832108018106e-05,
113
+ "loss": 0.3426,
114
+ "step": 75
115
+ },
116
+ {
117
+ "epoch": 0.19950124688279303,
118
+ "grad_norm": 0.025727244094014168,
119
+ "learning_rate": 4.878245801353313e-05,
120
+ "loss": 0.3677,
121
+ "step": 80
122
+ },
123
+ {
124
+ "epoch": 0.2119700748129676,
125
+ "grad_norm": 0.03201605752110481,
126
+ "learning_rate": 4.862696099891573e-05,
127
+ "loss": 0.333,
128
+ "step": 85
129
+ },
130
+ {
131
+ "epoch": 0.22443890274314215,
132
+ "grad_norm": 0.03317998722195625,
133
+ "learning_rate": 4.846240071261959e-05,
134
+ "loss": 0.3596,
135
+ "step": 90
136
+ },
137
+ {
138
+ "epoch": 0.23690773067331672,
139
+ "grad_norm": 0.02743816375732422,
140
+ "learning_rate": 4.828884027975768e-05,
141
+ "loss": 0.3156,
142
+ "step": 95
143
+ },
144
+ {
145
+ "epoch": 0.24937655860349128,
146
+ "grad_norm": 0.030033418908715248,
147
+ "learning_rate": 4.810634627788756e-05,
148
+ "loss": 0.3355,
149
+ "step": 100
150
+ }
151
+ ],
152
+ "logging_steps": 5,
153
+ "max_steps": 802,
154
+ "num_input_tokens_seen": 0,
155
+ "num_train_epochs": 2,
156
+ "save_steps": 100,
157
+ "stateful_callbacks": {
158
+ "TrainerControl": {
159
+ "args": {
160
+ "should_epoch_stop": false,
161
+ "should_evaluate": false,
162
+ "should_log": false,
163
+ "should_save": true,
164
+ "should_training_stop": false
165
+ },
166
+ "attributes": {}
167
+ }
168
+ },
169
+ "total_flos": 7.842735695541043e+17,
170
+ "train_batch_size": 16,
171
+ "trial_name": null,
172
+ "trial_params": null
173
+ }
checkpoint-100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59683bab325b56b5e136110efb3dfaef35681b521611bb60523fcf128c227bd2
3
+ size 5432
checkpoint-200/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/deepseek-coder-6.7b-base
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
checkpoint-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-base",
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": 32,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "o_proj",
24
+ "down_proj",
25
+ "gate_proj",
26
+ "q_proj",
27
+ "v_proj",
28
+ "up_proj",
29
+ "k_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-200/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53db57c41081f61f2778b3845ee9e7bf3011fae5e13dbd08c63992a43bca6f41
3
+ size 159967880
checkpoint-200/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe3ae963bef691db6d42665263d04fd84a4b2cea1b9692583d07ec8eb0c24592
3
+ size 320194002
checkpoint-200/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01c3ac1a68da7b6a932e4cf89b792cfd1a1139075498dff97c84879d23391ad0
3
+ size 14768
checkpoint-200/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:973d1efca51243097b476d1ba997f1aa1a6b1572498179aace4380c121394cdf
3
+ size 14768
checkpoint-200/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4139fe99d8b96a7170b049951988b89b7397d67d9f265f1e270bc1ea2f46ce26
3
+ size 14768
checkpoint-200/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96994689110f0f478ca55f3297d98ef0178e5ee19bbc64724de249cb15798152
3
+ size 1064
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": "<|end▁of▁sentence|>",
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
+ }
checkpoint-200/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
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": false
181
+ }
182
+ },
183
+ "bos_token": "<|begin▁of▁sentence|>",
184
+ "chat_template": "{% 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' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'Human: ' + content + '\nAssistant:' }}{% elif message['role'] == 'assistant' %}{{ content + '<|end▁of▁sentence|>' + '\n' }}{% endif %}{% endfor %}",
185
+ "clean_up_tokenization_spaces": false,
186
+ "eos_token": "<|end▁of▁sentence|>",
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
+ }
checkpoint-200/trainer_state.json ADDED
@@ -0,0 +1,313 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.49875311720698257,
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.012468827930174564,
13
+ "grad_norm": 0.0348743200302124,
14
+ "learning_rate": 4.9995205016168205e-05,
15
+ "loss": 0.4047,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.02493765586034913,
20
+ "grad_norm": 0.052354972809553146,
21
+ "learning_rate": 4.998082190402241e-05,
22
+ "loss": 0.3855,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.03740648379052369,
27
+ "grad_norm": 0.02390989102423191,
28
+ "learning_rate": 4.995685618090584e-05,
29
+ "loss": 0.3818,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 0.04987531172069826,
34
+ "grad_norm": 0.01846301183104515,
35
+ "learning_rate": 4.9923317040038885e-05,
36
+ "loss": 0.3884,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 0.06234413965087282,
41
+ "grad_norm": 0.018641460686922073,
42
+ "learning_rate": 4.988021734699259e-05,
43
+ "loss": 0.3713,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 0.07481296758104738,
48
+ "grad_norm": 0.016644474118947983,
49
+ "learning_rate": 4.982757363475346e-05,
50
+ "loss": 0.3492,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 0.08728179551122195,
55
+ "grad_norm": 0.01785973273217678,
56
+ "learning_rate": 4.9765406097381426e-05,
57
+ "loss": 0.3596,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 0.09975062344139651,
62
+ "grad_norm": 0.01776760071516037,
63
+ "learning_rate": 4.96937385822634e-05,
64
+ "loss": 0.3792,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 0.11221945137157108,
69
+ "grad_norm": 0.019663693383336067,
70
+ "learning_rate": 4.96125985809655e-05,
71
+ "loss": 0.3393,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 0.12468827930174564,
76
+ "grad_norm": 0.036602046340703964,
77
+ "learning_rate": 4.952201721868727e-05,
78
+ "loss": 0.3433,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 0.1371571072319202,
83
+ "grad_norm": 0.020088447257876396,
84
+ "learning_rate": 4.94220292423221e-05,
85
+ "loss": 0.3563,
86
+ "step": 55
87
+ },
88
+ {
89
+ "epoch": 0.14962593516209477,
90
+ "grad_norm": 0.023927291855216026,
91
+ "learning_rate": 4.9312673007128405e-05,
92
+ "loss": 0.3543,
93
+ "step": 60
94
+ },
95
+ {
96
+ "epoch": 0.16209476309226933,
97
+ "grad_norm": 0.023712489753961563,
98
+ "learning_rate": 4.919399046201656e-05,
99
+ "loss": 0.3442,
100
+ "step": 65
101
+ },
102
+ {
103
+ "epoch": 0.1745635910224439,
104
+ "grad_norm": 0.02708962745964527,
105
+ "learning_rate": 4.906602713345735e-05,
106
+ "loss": 0.344,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 0.18703241895261846,
111
+ "grad_norm": 0.026062602177262306,
112
+ "learning_rate": 4.8928832108018106e-05,
113
+ "loss": 0.3426,
114
+ "step": 75
115
+ },
116
+ {
117
+ "epoch": 0.19950124688279303,
118
+ "grad_norm": 0.025727244094014168,
119
+ "learning_rate": 4.878245801353313e-05,
120
+ "loss": 0.3677,
121
+ "step": 80
122
+ },
123
+ {
124
+ "epoch": 0.2119700748129676,
125
+ "grad_norm": 0.03201605752110481,
126
+ "learning_rate": 4.862696099891573e-05,
127
+ "loss": 0.333,
128
+ "step": 85
129
+ },
130
+ {
131
+ "epoch": 0.22443890274314215,
132
+ "grad_norm": 0.03317998722195625,
133
+ "learning_rate": 4.846240071261959e-05,
134
+ "loss": 0.3596,
135
+ "step": 90
136
+ },
137
+ {
138
+ "epoch": 0.23690773067331672,
139
+ "grad_norm": 0.02743816375732422,
140
+ "learning_rate": 4.828884027975768e-05,
141
+ "loss": 0.3156,
142
+ "step": 95
143
+ },
144
+ {
145
+ "epoch": 0.24937655860349128,
146
+ "grad_norm": 0.030033418908715248,
147
+ "learning_rate": 4.810634627788756e-05,
148
+ "loss": 0.3355,
149
+ "step": 100
150
+ },
151
+ {
152
+ "epoch": 0.26184538653366585,
153
+ "grad_norm": 0.031716831028461456,
154
+ "learning_rate": 4.791498871147229e-05,
155
+ "loss": 0.3518,
156
+ "step": 105
157
+ },
158
+ {
159
+ "epoch": 0.2743142144638404,
160
+ "grad_norm": 0.03049326501786709,
161
+ "learning_rate": 4.7714840985026834e-05,
162
+ "loss": 0.3031,
163
+ "step": 110
164
+ },
165
+ {
166
+ "epoch": 0.286783042394015,
167
+ "grad_norm": 0.03361716866493225,
168
+ "learning_rate": 4.7505979874960184e-05,
169
+ "loss": 0.3452,
170
+ "step": 115
171
+ },
172
+ {
173
+ "epoch": 0.29925187032418954,
174
+ "grad_norm": 0.0355195626616478,
175
+ "learning_rate": 4.728848550012399e-05,
176
+ "loss": 0.343,
177
+ "step": 120
178
+ },
179
+ {
180
+ "epoch": 0.3117206982543641,
181
+ "grad_norm": 0.04162430390715599,
182
+ "learning_rate": 4.706244129107914e-05,
183
+ "loss": 0.3234,
184
+ "step": 125
185
+ },
186
+ {
187
+ "epoch": 0.32418952618453867,
188
+ "grad_norm": 0.04150069132447243,
189
+ "learning_rate": 4.682793395809184e-05,
190
+ "loss": 0.3238,
191
+ "step": 130
192
+ },
193
+ {
194
+ "epoch": 0.33665835411471323,
195
+ "grad_norm": 0.04490313306450844,
196
+ "learning_rate": 4.658505345787169e-05,
197
+ "loss": 0.3337,
198
+ "step": 135
199
+ },
200
+ {
201
+ "epoch": 0.3491271820448878,
202
+ "grad_norm": 0.03981255367398262,
203
+ "learning_rate": 4.633389295906443e-05,
204
+ "loss": 0.3422,
205
+ "step": 140
206
+ },
207
+ {
208
+ "epoch": 0.36159600997506236,
209
+ "grad_norm": 0.04022540897130966,
210
+ "learning_rate": 4.607454880651253e-05,
211
+ "loss": 0.315,
212
+ "step": 145
213
+ },
214
+ {
215
+ "epoch": 0.3740648379052369,
216
+ "grad_norm": 0.03891991823911667,
217
+ "learning_rate": 4.580712048429746e-05,
218
+ "loss": 0.3213,
219
+ "step": 150
220
+ },
221
+ {
222
+ "epoch": 0.3865336658354115,
223
+ "grad_norm": 0.04148748144507408,
224
+ "learning_rate": 4.553171057757772e-05,
225
+ "loss": 0.3326,
226
+ "step": 155
227
+ },
228
+ {
229
+ "epoch": 0.39900249376558605,
230
+ "grad_norm": 0.04601826146245003,
231
+ "learning_rate": 4.5248424733237294e-05,
232
+ "loss": 0.3264,
233
+ "step": 160
234
+ },
235
+ {
236
+ "epoch": 0.4114713216957606,
237
+ "grad_norm": 0.04266240820288658,
238
+ "learning_rate": 4.4957371619359644e-05,
239
+ "loss": 0.3422,
240
+ "step": 165
241
+ },
242
+ {
243
+ "epoch": 0.4239401496259352,
244
+ "grad_norm": 0.04361332580447197,
245
+ "learning_rate": 4.46586628835428e-05,
246
+ "loss": 0.3136,
247
+ "step": 170
248
+ },
249
+ {
250
+ "epoch": 0.43640897755610975,
251
+ "grad_norm": 0.051424313336610794,
252
+ "learning_rate": 4.435241311007146e-05,
253
+ "loss": 0.335,
254
+ "step": 175
255
+ },
256
+ {
257
+ "epoch": 0.4488778054862843,
258
+ "grad_norm": 0.04484390467405319,
259
+ "learning_rate": 4.403873977596258e-05,
260
+ "loss": 0.3188,
261
+ "step": 180
262
+ },
263
+ {
264
+ "epoch": 0.4613466334164589,
265
+ "grad_norm": 0.04609343037009239,
266
+ "learning_rate": 4.371776320590143e-05,
267
+ "loss": 0.3355,
268
+ "step": 185
269
+ },
270
+ {
271
+ "epoch": 0.47381546134663344,
272
+ "grad_norm": 0.052802663296461105,
273
+ "learning_rate": 4.3389606526085115e-05,
274
+ "loss": 0.3358,
275
+ "step": 190
276
+ },
277
+ {
278
+ "epoch": 0.486284289276808,
279
+ "grad_norm": 0.0500580295920372,
280
+ "learning_rate": 4.305439561699154e-05,
281
+ "loss": 0.2961,
282
+ "step": 195
283
+ },
284
+ {
285
+ "epoch": 0.49875311720698257,
286
+ "grad_norm": 0.05000691115856171,
287
+ "learning_rate": 4.271225906509186e-05,
288
+ "loss": 0.3014,
289
+ "step": 200
290
+ }
291
+ ],
292
+ "logging_steps": 5,
293
+ "max_steps": 802,
294
+ "num_input_tokens_seen": 0,
295
+ "num_train_epochs": 2,
296
+ "save_steps": 100,
297
+ "stateful_callbacks": {
298
+ "TrainerControl": {
299
+ "args": {
300
+ "should_epoch_stop": false,
301
+ "should_evaluate": false,
302
+ "should_log": false,
303
+ "should_save": true,
304
+ "should_training_stop": false
305
+ },
306
+ "attributes": {}
307
+ }
308
+ },
309
+ "total_flos": 1.5685471391082086e+18,
310
+ "train_batch_size": 16,
311
+ "trial_name": null,
312
+ "trial_params": null
313
+ }
checkpoint-200/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59683bab325b56b5e136110efb3dfaef35681b521611bb60523fcf128c227bd2
3
+ size 5432
checkpoint-300/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/deepseek-coder-6.7b-base
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
checkpoint-300/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-base",
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": 32,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "o_proj",
24
+ "down_proj",
25
+ "gate_proj",
26
+ "q_proj",
27
+ "v_proj",
28
+ "up_proj",
29
+ "k_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-300/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:727674f0581c0e830e14e7982fa25c14110939e979740664e81e69e24cf628a4
3
+ size 159967880
checkpoint-300/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d59360bea4a926a09dfab423858e11989463b68ea94fe68208046d2b69da4917
3
+ size 320194002
checkpoint-300/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80f9e06e343e89f250b9b1c636ea74a759f975532c51aefc7aefc959327180c2
3
+ size 14768
checkpoint-300/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08fada8efd5359abbeca837926ee35901b46ac1f382cdd8f67522321343a2656
3
+ size 14768
checkpoint-300/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da22950449f23ccd8a8490ef29c7a732f2088b512670fa30086ad9f038312ffd
3
+ size 14768
checkpoint-300/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c533a4eacb547a37a31444578f79c0632708c7647a9f0cca600fba4d24306ca9
3
+ size 1064
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": "<|end▁of▁sentence|>",
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
+ }
checkpoint-300/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
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": false
181
+ }
182
+ },
183
+ "bos_token": "<|begin▁of▁sentence|>",
184
+ "chat_template": "{% 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' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'Human: ' + content + '\nAssistant:' }}{% elif message['role'] == 'assistant' %}{{ content + '<|end▁of▁sentence|>' + '\n' }}{% endif %}{% endfor %}",
185
+ "clean_up_tokenization_spaces": false,
186
+ "eos_token": "<|end▁of▁sentence|>",
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
+ }
checkpoint-300/trainer_state.json ADDED
@@ -0,0 +1,453 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.7481296758104738,
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.012468827930174564,
13
+ "grad_norm": 0.0348743200302124,
14
+ "learning_rate": 4.9995205016168205e-05,
15
+ "loss": 0.4047,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.02493765586034913,
20
+ "grad_norm": 0.052354972809553146,
21
+ "learning_rate": 4.998082190402241e-05,
22
+ "loss": 0.3855,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.03740648379052369,
27
+ "grad_norm": 0.02390989102423191,
28
+ "learning_rate": 4.995685618090584e-05,
29
+ "loss": 0.3818,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 0.04987531172069826,
34
+ "grad_norm": 0.01846301183104515,
35
+ "learning_rate": 4.9923317040038885e-05,
36
+ "loss": 0.3884,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 0.06234413965087282,
41
+ "grad_norm": 0.018641460686922073,
42
+ "learning_rate": 4.988021734699259e-05,
43
+ "loss": 0.3713,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 0.07481296758104738,
48
+ "grad_norm": 0.016644474118947983,
49
+ "learning_rate": 4.982757363475346e-05,
50
+ "loss": 0.3492,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 0.08728179551122195,
55
+ "grad_norm": 0.01785973273217678,
56
+ "learning_rate": 4.9765406097381426e-05,
57
+ "loss": 0.3596,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 0.09975062344139651,
62
+ "grad_norm": 0.01776760071516037,
63
+ "learning_rate": 4.96937385822634e-05,
64
+ "loss": 0.3792,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 0.11221945137157108,
69
+ "grad_norm": 0.019663693383336067,
70
+ "learning_rate": 4.96125985809655e-05,
71
+ "loss": 0.3393,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 0.12468827930174564,
76
+ "grad_norm": 0.036602046340703964,
77
+ "learning_rate": 4.952201721868727e-05,
78
+ "loss": 0.3433,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 0.1371571072319202,
83
+ "grad_norm": 0.020088447257876396,
84
+ "learning_rate": 4.94220292423221e-05,
85
+ "loss": 0.3563,
86
+ "step": 55
87
+ },
88
+ {
89
+ "epoch": 0.14962593516209477,
90
+ "grad_norm": 0.023927291855216026,
91
+ "learning_rate": 4.9312673007128405e-05,
92
+ "loss": 0.3543,
93
+ "step": 60
94
+ },
95
+ {
96
+ "epoch": 0.16209476309226933,
97
+ "grad_norm": 0.023712489753961563,
98
+ "learning_rate": 4.919399046201656e-05,
99
+ "loss": 0.3442,
100
+ "step": 65
101
+ },
102
+ {
103
+ "epoch": 0.1745635910224439,
104
+ "grad_norm": 0.02708962745964527,
105
+ "learning_rate": 4.906602713345735e-05,
106
+ "loss": 0.344,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 0.18703241895261846,
111
+ "grad_norm": 0.026062602177262306,
112
+ "learning_rate": 4.8928832108018106e-05,
113
+ "loss": 0.3426,
114
+ "step": 75
115
+ },
116
+ {
117
+ "epoch": 0.19950124688279303,
118
+ "grad_norm": 0.025727244094014168,
119
+ "learning_rate": 4.878245801353313e-05,
120
+ "loss": 0.3677,
121
+ "step": 80
122
+ },
123
+ {
124
+ "epoch": 0.2119700748129676,
125
+ "grad_norm": 0.03201605752110481,
126
+ "learning_rate": 4.862696099891573e-05,
127
+ "loss": 0.333,
128
+ "step": 85
129
+ },
130
+ {
131
+ "epoch": 0.22443890274314215,
132
+ "grad_norm": 0.03317998722195625,
133
+ "learning_rate": 4.846240071261959e-05,
134
+ "loss": 0.3596,
135
+ "step": 90
136
+ },
137
+ {
138
+ "epoch": 0.23690773067331672,
139
+ "grad_norm": 0.02743816375732422,
140
+ "learning_rate": 4.828884027975768e-05,
141
+ "loss": 0.3156,
142
+ "step": 95
143
+ },
144
+ {
145
+ "epoch": 0.24937655860349128,
146
+ "grad_norm": 0.030033418908715248,
147
+ "learning_rate": 4.810634627788756e-05,
148
+ "loss": 0.3355,
149
+ "step": 100
150
+ },
151
+ {
152
+ "epoch": 0.26184538653366585,
153
+ "grad_norm": 0.031716831028461456,
154
+ "learning_rate": 4.791498871147229e-05,
155
+ "loss": 0.3518,
156
+ "step": 105
157
+ },
158
+ {
159
+ "epoch": 0.2743142144638404,
160
+ "grad_norm": 0.03049326501786709,
161
+ "learning_rate": 4.7714840985026834e-05,
162
+ "loss": 0.3031,
163
+ "step": 110
164
+ },
165
+ {
166
+ "epoch": 0.286783042394015,
167
+ "grad_norm": 0.03361716866493225,
168
+ "learning_rate": 4.7505979874960184e-05,
169
+ "loss": 0.3452,
170
+ "step": 115
171
+ },
172
+ {
173
+ "epoch": 0.29925187032418954,
174
+ "grad_norm": 0.0355195626616478,
175
+ "learning_rate": 4.728848550012399e-05,
176
+ "loss": 0.343,
177
+ "step": 120
178
+ },
179
+ {
180
+ "epoch": 0.3117206982543641,
181
+ "grad_norm": 0.04162430390715599,
182
+ "learning_rate": 4.706244129107914e-05,
183
+ "loss": 0.3234,
184
+ "step": 125
185
+ },
186
+ {
187
+ "epoch": 0.32418952618453867,
188
+ "grad_norm": 0.04150069132447243,
189
+ "learning_rate": 4.682793395809184e-05,
190
+ "loss": 0.3238,
191
+ "step": 130
192
+ },
193
+ {
194
+ "epoch": 0.33665835411471323,
195
+ "grad_norm": 0.04490313306450844,
196
+ "learning_rate": 4.658505345787169e-05,
197
+ "loss": 0.3337,
198
+ "step": 135
199
+ },
200
+ {
201
+ "epoch": 0.3491271820448878,
202
+ "grad_norm": 0.03981255367398262,
203
+ "learning_rate": 4.633389295906443e-05,
204
+ "loss": 0.3422,
205
+ "step": 140
206
+ },
207
+ {
208
+ "epoch": 0.36159600997506236,
209
+ "grad_norm": 0.04022540897130966,
210
+ "learning_rate": 4.607454880651253e-05,
211
+ "loss": 0.315,
212
+ "step": 145
213
+ },
214
+ {
215
+ "epoch": 0.3740648379052369,
216
+ "grad_norm": 0.03891991823911667,
217
+ "learning_rate": 4.580712048429746e-05,
218
+ "loss": 0.3213,
219
+ "step": 150
220
+ },
221
+ {
222
+ "epoch": 0.3865336658354115,
223
+ "grad_norm": 0.04148748144507408,
224
+ "learning_rate": 4.553171057757772e-05,
225
+ "loss": 0.3326,
226
+ "step": 155
227
+ },
228
+ {
229
+ "epoch": 0.39900249376558605,
230
+ "grad_norm": 0.04601826146245003,
231
+ "learning_rate": 4.5248424733237294e-05,
232
+ "loss": 0.3264,
233
+ "step": 160
234
+ },
235
+ {
236
+ "epoch": 0.4114713216957606,
237
+ "grad_norm": 0.04266240820288658,
238
+ "learning_rate": 4.4957371619359644e-05,
239
+ "loss": 0.3422,
240
+ "step": 165
241
+ },
242
+ {
243
+ "epoch": 0.4239401496259352,
244
+ "grad_norm": 0.04361332580447197,
245
+ "learning_rate": 4.46586628835428e-05,
246
+ "loss": 0.3136,
247
+ "step": 170
248
+ },
249
+ {
250
+ "epoch": 0.43640897755610975,
251
+ "grad_norm": 0.051424313336610794,
252
+ "learning_rate": 4.435241311007146e-05,
253
+ "loss": 0.335,
254
+ "step": 175
255
+ },
256
+ {
257
+ "epoch": 0.4488778054862843,
258
+ "grad_norm": 0.04484390467405319,
259
+ "learning_rate": 4.403873977596258e-05,
260
+ "loss": 0.3188,
261
+ "step": 180
262
+ },
263
+ {
264
+ "epoch": 0.4613466334164589,
265
+ "grad_norm": 0.04609343037009239,
266
+ "learning_rate": 4.371776320590143e-05,
267
+ "loss": 0.3355,
268
+ "step": 185
269
+ },
270
+ {
271
+ "epoch": 0.47381546134663344,
272
+ "grad_norm": 0.052802663296461105,
273
+ "learning_rate": 4.3389606526085115e-05,
274
+ "loss": 0.3358,
275
+ "step": 190
276
+ },
277
+ {
278
+ "epoch": 0.486284289276808,
279
+ "grad_norm": 0.0500580295920372,
280
+ "learning_rate": 4.305439561699154e-05,
281
+ "loss": 0.2961,
282
+ "step": 195
283
+ },
284
+ {
285
+ "epoch": 0.49875311720698257,
286
+ "grad_norm": 0.05000691115856171,
287
+ "learning_rate": 4.271225906509186e-05,
288
+ "loss": 0.3014,
289
+ "step": 200
290
+ },
291
+ {
292
+ "epoch": 0.5112219451371571,
293
+ "grad_norm": 0.049051977694034576,
294
+ "learning_rate": 4.236332811352485e-05,
295
+ "loss": 0.3182,
296
+ "step": 205
297
+ },
298
+ {
299
+ "epoch": 0.5236907730673317,
300
+ "grad_norm": 0.05655088275671005,
301
+ "learning_rate": 4.200773661175219e-05,
302
+ "loss": 0.3117,
303
+ "step": 210
304
+ },
305
+ {
306
+ "epoch": 0.5361596009975063,
307
+ "grad_norm": 0.056144360452890396,
308
+ "learning_rate": 4.164562096421403e-05,
309
+ "loss": 0.2916,
310
+ "step": 215
311
+ },
312
+ {
313
+ "epoch": 0.5486284289276808,
314
+ "grad_norm": 0.04913180693984032,
315
+ "learning_rate": 4.127712007800438e-05,
316
+ "loss": 0.3342,
317
+ "step": 220
318
+ },
319
+ {
320
+ "epoch": 0.5610972568578554,
321
+ "grad_norm": 0.06693854182958603,
322
+ "learning_rate": 4.090237530958656e-05,
323
+ "loss": 0.3049,
324
+ "step": 225
325
+ },
326
+ {
327
+ "epoch": 0.57356608478803,
328
+ "grad_norm": 0.056180231273174286,
329
+ "learning_rate": 4.052153041056901e-05,
330
+ "loss": 0.3349,
331
+ "step": 230
332
+ },
333
+ {
334
+ "epoch": 0.5860349127182045,
335
+ "grad_norm": 0.06079794839024544,
336
+ "learning_rate": 4.0134731472562384e-05,
337
+ "loss": 0.3266,
338
+ "step": 235
339
+ },
340
+ {
341
+ "epoch": 0.5985037406483791,
342
+ "grad_norm": 0.05693957582116127,
343
+ "learning_rate": 3.9742126871138995e-05,
344
+ "loss": 0.3163,
345
+ "step": 240
346
+ },
347
+ {
348
+ "epoch": 0.6109725685785536,
349
+ "grad_norm": 0.056326717138290405,
350
+ "learning_rate": 3.934386720891614e-05,
351
+ "loss": 0.2934,
352
+ "step": 245
353
+ },
354
+ {
355
+ "epoch": 0.6234413965087282,
356
+ "grad_norm": 0.05838495492935181,
357
+ "learning_rate": 3.894010525778511e-05,
358
+ "loss": 0.2749,
359
+ "step": 250
360
+ },
361
+ {
362
+ "epoch": 0.6359102244389028,
363
+ "grad_norm": 0.0631040409207344,
364
+ "learning_rate": 3.853099590030811e-05,
365
+ "loss": 0.3367,
366
+ "step": 255
367
+ },
368
+ {
369
+ "epoch": 0.6483790523690773,
370
+ "grad_norm": 0.062413156032562256,
371
+ "learning_rate": 3.81166960703055e-05,
372
+ "loss": 0.3205,
373
+ "step": 260
374
+ },
375
+ {
376
+ "epoch": 0.6608478802992519,
377
+ "grad_norm": 0.06148769333958626,
378
+ "learning_rate": 3.769736469265621e-05,
379
+ "loss": 0.3159,
380
+ "step": 265
381
+ },
382
+ {
383
+ "epoch": 0.6733167082294265,
384
+ "grad_norm": 0.06495541334152222,
385
+ "learning_rate": 3.727316262233429e-05,
386
+ "loss": 0.2995,
387
+ "step": 270
388
+ },
389
+ {
390
+ "epoch": 0.685785536159601,
391
+ "grad_norm": 0.05486743152141571,
392
+ "learning_rate": 3.684425258270525e-05,
393
+ "loss": 0.3094,
394
+ "step": 275
395
+ },
396
+ {
397
+ "epoch": 0.6982543640897756,
398
+ "grad_norm": 0.05586089566349983,
399
+ "learning_rate": 3.64107991031055e-05,
400
+ "loss": 0.3321,
401
+ "step": 280
402
+ },
403
+ {
404
+ "epoch": 0.7107231920199502,
405
+ "grad_norm": 0.06062714010477066,
406
+ "learning_rate": 3.597296845572917e-05,
407
+ "loss": 0.331,
408
+ "step": 285
409
+ },
410
+ {
411
+ "epoch": 0.7231920199501247,
412
+ "grad_norm": 0.06520465761423111,
413
+ "learning_rate": 3.553092859184629e-05,
414
+ "loss": 0.3199,
415
+ "step": 290
416
+ },
417
+ {
418
+ "epoch": 0.7356608478802993,
419
+ "grad_norm": 0.059496622532606125,
420
+ "learning_rate": 3.508484907737687e-05,
421
+ "loss": 0.3087,
422
+ "step": 295
423
+ },
424
+ {
425
+ "epoch": 0.7481296758104738,
426
+ "grad_norm": 0.06234793737530708,
427
+ "learning_rate": 3.463490102784568e-05,
428
+ "loss": 0.2914,
429
+ "step": 300
430
+ }
431
+ ],
432
+ "logging_steps": 5,
433
+ "max_steps": 802,
434
+ "num_input_tokens_seen": 0,
435
+ "num_train_epochs": 2,
436
+ "save_steps": 100,
437
+ "stateful_callbacks": {
438
+ "TrainerControl": {
439
+ "args": {
440
+ "should_epoch_stop": false,
441
+ "should_evaluate": false,
442
+ "should_log": false,
443
+ "should_save": true,
444
+ "should_training_stop": false
445
+ },
446
+ "attributes": {}
447
+ }
448
+ },
449
+ "total_flos": 2.352820708662313e+18,
450
+ "train_batch_size": 16,
451
+ "trial_name": null,
452
+ "trial_params": null
453
+ }
checkpoint-300/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59683bab325b56b5e136110efb3dfaef35681b521611bb60523fcf128c227bd2
3
+ size 5432
checkpoint-400/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/deepseek-coder-6.7b-base
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
checkpoint-400/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-base",
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": 32,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "o_proj",
24
+ "down_proj",
25
+ "gate_proj",
26
+ "q_proj",
27
+ "v_proj",
28
+ "up_proj",
29
+ "k_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-400/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66caf8a45b4c30a73a242e0ca7d5e5ad406064eab3656243e66a49ad7dbf1d20
3
+ size 159967880
checkpoint-400/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba08733d8550f65c971634b02c86a5754b4b2a7b83020813322639d11b97196d
3
+ size 320194002
checkpoint-400/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47686917ae0f3cfb5565c627da0c0051b778bf8e39f479ec92113317a03c57d1
3
+ size 14768
checkpoint-400/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d5394e16caa73cb7f6b56c98765bc1e43771385a3dc74ae3029856f976d179f
3
+ size 14768
checkpoint-400/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89cf9fc868998274e1fdfa2e3ac41fe181a26946fc6157032cb32660923e0b96
3
+ size 14768