Arko007 commited on
Commit
dfb9c38
Β·
verified Β·
1 Parent(s): 641733e

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: codellama/CodeLlama-7b-hf
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:codellama/CodeLlama-7b-hf
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.17.1
adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "codellama/CodeLlama-7b-hf",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 48,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 24,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "v_proj",
29
+ "q_proj",
30
+ "k_proj",
31
+ "o_proj"
32
+ ],
33
+ "target_parameters": null,
34
+ "task_type": "CAUSAL_LM",
35
+ "trainable_token_indices": null,
36
+ "use_dora": false,
37
+ "use_qalora": false,
38
+ "use_rslora": false
39
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2819ac4f12e94a3442f0c9af7d3beb34557445c178d141c072ec0ed2eec73e59
3
+ size 100697760
checkpoint-2250/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: codellama/CodeLlama-7b-hf
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:codellama/CodeLlama-7b-hf
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.17.1
checkpoint-2250/adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "codellama/CodeLlama-7b-hf",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 48,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 24,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "v_proj",
29
+ "q_proj",
30
+ "k_proj",
31
+ "o_proj"
32
+ ],
33
+ "target_parameters": null,
34
+ "task_type": "CAUSAL_LM",
35
+ "trainable_token_indices": null,
36
+ "use_dora": false,
37
+ "use_qalora": false,
38
+ "use_rslora": false
39
+ }
checkpoint-2250/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19b9cde06f080dc351461de98095e0bf495e3a0207fe09a9fe6bda4bb999e041
3
+ size 100697760
checkpoint-2250/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6ee1a3c7def41c4baca6720c30e4701bb651b3c416d636c284285dec340c531
3
+ size 201546443
checkpoint-2250/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e41f51b295860206bbf117ccf1962fe1509d6519587af5547d72e8eb085cf8b
3
+ size 14645
checkpoint-2250/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:416fc4c493b3dec8f50a2aaa166e01533c4a393b6018550db6f718678d6ea3a1
3
+ size 1465
checkpoint-2250/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "▁<PRE>",
4
+ "▁<MID>",
5
+ "▁<SUF>",
6
+ "▁<EOT>"
7
+ ],
8
+ "bos_token": {
9
+ "content": "<s>",
10
+ "lstrip": false,
11
+ "normalized": false,
12
+ "rstrip": false,
13
+ "single_word": false
14
+ },
15
+ "eos_token": {
16
+ "content": "</s>",
17
+ "lstrip": false,
18
+ "normalized": false,
19
+ "rstrip": false,
20
+ "single_word": false
21
+ },
22
+ "pad_token": "</s>",
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
checkpoint-2250/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-2250/tokenizer_config.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "32007": {
30
+ "content": "▁<PRE>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "32008": {
38
+ "content": "▁<SUF>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "32009": {
46
+ "content": "▁<MID>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "32010": {
54
+ "content": "▁<EOT>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ }
61
+ },
62
+ "additional_special_tokens": [
63
+ "▁<PRE>",
64
+ "▁<MID>",
65
+ "▁<SUF>",
66
+ "▁<EOT>"
67
+ ],
68
+ "bos_token": "<s>",
69
+ "clean_up_tokenization_spaces": false,
70
+ "eos_token": "</s>",
71
+ "eot_token": "▁<EOT>",
72
+ "extra_special_tokens": {},
73
+ "fill_token": "<FILL_ME>",
74
+ "legacy": null,
75
+ "middle_token": "▁<MID>",
76
+ "model_max_length": 1000000000000000019884624838656,
77
+ "pad_token": "</s>",
78
+ "prefix_token": "▁<PRE>",
79
+ "sp_model_kwargs": {},
80
+ "suffix_token": "▁<SUF>",
81
+ "tokenizer_class": "CodeLlamaTokenizer",
82
+ "unk_token": "<unk>",
83
+ "use_default_system_prompt": false
84
+ }
checkpoint-2250/trainer_state.json ADDED
@@ -0,0 +1,426 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.830188679245283,
6
+ "eval_steps": 500,
7
+ "global_step": 2250,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.050314465408805034,
14
+ "grad_norm": 0.2693639397621155,
15
+ "learning_rate": 5.85e-05,
16
+ "loss": 0.9976,
17
+ "step": 40
18
+ },
19
+ {
20
+ "epoch": 0.10062893081761007,
21
+ "grad_norm": 0.1328171044588089,
22
+ "learning_rate": 0.0001185,
23
+ "loss": 0.7524,
24
+ "step": 80
25
+ },
26
+ {
27
+ "epoch": 0.1509433962264151,
28
+ "grad_norm": 0.14459013938903809,
29
+ "learning_rate": 0.00014998411354903398,
30
+ "loss": 0.6747,
31
+ "step": 120
32
+ },
33
+ {
34
+ "epoch": 0.20125786163522014,
35
+ "grad_norm": 0.13957850635051727,
36
+ "learning_rate": 0.00014984685910209738,
37
+ "loss": 0.6483,
38
+ "step": 160
39
+ },
40
+ {
41
+ "epoch": 0.25157232704402516,
42
+ "grad_norm": 0.1547909677028656,
43
+ "learning_rate": 0.00014956908749779173,
44
+ "loss": 0.6306,
45
+ "step": 200
46
+ },
47
+ {
48
+ "epoch": 0.3018867924528302,
49
+ "grad_norm": 0.16232997179031372,
50
+ "learning_rate": 0.00014915132022328036,
51
+ "loss": 0.6248,
52
+ "step": 240
53
+ },
54
+ {
55
+ "epoch": 0.3522012578616352,
56
+ "grad_norm": 0.1795293539762497,
57
+ "learning_rate": 0.00014859434159296945,
58
+ "loss": 0.617,
59
+ "step": 280
60
+ },
61
+ {
62
+ "epoch": 0.4025157232704403,
63
+ "grad_norm": 0.16771389544010162,
64
+ "learning_rate": 0.00014789919727603988,
65
+ "loss": 0.6121,
66
+ "step": 320
67
+ },
68
+ {
69
+ "epoch": 0.4528301886792453,
70
+ "grad_norm": 0.13469167053699493,
71
+ "learning_rate": 0.00014706719233331246,
72
+ "loss": 0.6097,
73
+ "step": 360
74
+ },
75
+ {
76
+ "epoch": 0.5031446540880503,
77
+ "grad_norm": 0.12725010514259338,
78
+ "learning_rate": 0.0001460998887671327,
79
+ "loss": 0.6015,
80
+ "step": 400
81
+ },
82
+ {
83
+ "epoch": 0.5534591194968553,
84
+ "grad_norm": 0.23335981369018555,
85
+ "learning_rate": 0.00014499910258887453,
86
+ "loss": 0.6046,
87
+ "step": 440
88
+ },
89
+ {
90
+ "epoch": 0.6037735849056604,
91
+ "grad_norm": 0.1499803513288498,
92
+ "learning_rate": 0.00014376690040956871,
93
+ "loss": 0.5961,
94
+ "step": 480
95
+ },
96
+ {
97
+ "epoch": 0.6540880503144654,
98
+ "grad_norm": 0.14626877009868622,
99
+ "learning_rate": 0.0001424055955600566,
100
+ "loss": 0.6,
101
+ "step": 520
102
+ },
103
+ {
104
+ "epoch": 0.7044025157232704,
105
+ "grad_norm": 0.1540375053882599,
106
+ "learning_rate": 0.00014091774374795326,
107
+ "loss": 0.5927,
108
+ "step": 560
109
+ },
110
+ {
111
+ "epoch": 0.7547169811320755,
112
+ "grad_norm": 0.19099563360214233,
113
+ "learning_rate": 0.00013930613825957323,
114
+ "loss": 0.5974,
115
+ "step": 600
116
+ },
117
+ {
118
+ "epoch": 0.8050314465408805,
119
+ "grad_norm": 0.20004510879516602,
120
+ "learning_rate": 0.00013757380471582766,
121
+ "loss": 0.5858,
122
+ "step": 640
123
+ },
124
+ {
125
+ "epoch": 0.8553459119496856,
126
+ "grad_norm": 0.23818084597587585,
127
+ "learning_rate": 0.00013572399539193693,
128
+ "loss": 0.5891,
129
+ "step": 680
130
+ },
131
+ {
132
+ "epoch": 0.9056603773584906,
133
+ "grad_norm": 0.15015755593776703,
134
+ "learning_rate": 0.0001337601831116238,
135
+ "loss": 0.5832,
136
+ "step": 720
137
+ },
138
+ {
139
+ "epoch": 0.9559748427672956,
140
+ "grad_norm": 0.1416957825422287,
141
+ "learning_rate": 0.0001316860547272499,
142
+ "loss": 0.5824,
143
+ "step": 760
144
+ },
145
+ {
146
+ "epoch": 1.0062893081761006,
147
+ "grad_norm": 0.5108596086502075,
148
+ "learning_rate": 0.00012950550419813545,
149
+ "loss": 0.5788,
150
+ "step": 800
151
+ },
152
+ {
153
+ "epoch": 1.0566037735849056,
154
+ "grad_norm": 0.13162486255168915,
155
+ "learning_rate": 0.00012722262528005757,
156
+ "loss": 0.5653,
157
+ "step": 840
158
+ },
159
+ {
160
+ "epoch": 1.1069182389937107,
161
+ "grad_norm": 0.2837337255477905,
162
+ "learning_rate": 0.00012484170383965162,
163
+ "loss": 0.5695,
164
+ "step": 880
165
+ },
166
+ {
167
+ "epoch": 1.1572327044025157,
168
+ "grad_norm": 0.14296230673789978,
169
+ "learning_rate": 0.0001223672098081444,
170
+ "loss": 0.5694,
171
+ "step": 920
172
+ },
173
+ {
174
+ "epoch": 1.2075471698113207,
175
+ "grad_norm": 0.19151189923286438,
176
+ "learning_rate": 0.00011980378878952516,
177
+ "loss": 0.5669,
178
+ "step": 960
179
+ },
180
+ {
181
+ "epoch": 1.2578616352201257,
182
+ "grad_norm": 0.2892361283302307,
183
+ "learning_rate": 0.00011715625333890979,
184
+ "loss": 0.571,
185
+ "step": 1000
186
+ },
187
+ {
188
+ "epoch": 1.3081761006289307,
189
+ "grad_norm": 0.2670402228832245,
190
+ "learning_rate": 0.00011442957392747125,
191
+ "loss": 0.5716,
192
+ "step": 1040
193
+ },
194
+ {
195
+ "epoch": 1.3584905660377358,
196
+ "grad_norm": 0.3734613358974457,
197
+ "learning_rate": 0.00011162886961089939,
198
+ "loss": 0.5652,
199
+ "step": 1080
200
+ },
201
+ {
202
+ "epoch": 1.408805031446541,
203
+ "grad_norm": 0.1506778448820114,
204
+ "learning_rate": 0.00010875939841890866,
205
+ "loss": 0.5633,
206
+ "step": 1120
207
+ },
208
+ {
209
+ "epoch": 1.459119496855346,
210
+ "grad_norm": 0.4829564690589905,
211
+ "learning_rate": 0.0001058265474838369,
212
+ "loss": 0.5614,
213
+ "step": 1160
214
+ },
215
+ {
216
+ "epoch": 1.509433962264151,
217
+ "grad_norm": 0.15463890135288239,
218
+ "learning_rate": 0.00010283582292686707,
219
+ "loss": 0.558,
220
+ "step": 1200
221
+ },
222
+ {
223
+ "epoch": 1.559748427672956,
224
+ "grad_norm": 0.21459299325942993,
225
+ "learning_rate": 9.979283952086026e-05,
226
+ "loss": 0.5586,
227
+ "step": 1240
228
+ },
229
+ {
230
+ "epoch": 1.610062893081761,
231
+ "grad_norm": 0.1474829465150833,
232
+ "learning_rate": 9.670331014920607e-05,
233
+ "loss": 0.5597,
234
+ "step": 1280
235
+ },
236
+ {
237
+ "epoch": 1.6603773584905661,
238
+ "grad_norm": 0.21971166133880615,
239
+ "learning_rate": 9.357303508048122e-05,
240
+ "loss": 0.5642,
241
+ "step": 1320
242
+ },
243
+ {
244
+ "epoch": 1.7106918238993711,
245
+ "grad_norm": 0.24339526891708374,
246
+ "learning_rate": 9.040789107905117e-05,
247
+ "loss": 0.5629,
248
+ "step": 1360
249
+ },
250
+ {
251
+ "epoch": 1.7610062893081762,
252
+ "grad_norm": 0.31173282861709595,
253
+ "learning_rate": 8.721382037205923e-05,
254
+ "loss": 0.561,
255
+ "step": 1400
256
+ },
257
+ {
258
+ "epoch": 1.8113207547169812,
259
+ "grad_norm": 0.2891390025615692,
260
+ "learning_rate": 8.399681949351583e-05,
261
+ "loss": 0.5628,
262
+ "step": 1440
263
+ },
264
+ {
265
+ "epoch": 1.8616352201257862,
266
+ "grad_norm": 0.1505046933889389,
267
+ "learning_rate": 8.076292802643262e-05,
268
+ "loss": 0.5584,
269
+ "step": 1480
270
+ },
271
+ {
272
+ "epoch": 1.9119496855345912,
273
+ "grad_norm": 0.19114747643470764,
274
+ "learning_rate": 7.751821726413631e-05,
275
+ "loss": 0.5516,
276
+ "step": 1520
277
+ },
278
+ {
279
+ "epoch": 1.9622641509433962,
280
+ "grad_norm": 0.19517794251441956,
281
+ "learning_rate": 7.426877881205001e-05,
282
+ "loss": 0.559,
283
+ "step": 1560
284
+ },
285
+ {
286
+ "epoch": 2.0125786163522013,
287
+ "grad_norm": 0.1738079935312271,
288
+ "learning_rate": 7.102071315134024e-05,
289
+ "loss": 0.5504,
290
+ "step": 1600
291
+ },
292
+ {
293
+ "epoch": 2.0628930817610063,
294
+ "grad_norm": 0.22095054388046265,
295
+ "learning_rate": 6.778011818590128e-05,
296
+ "loss": 0.5399,
297
+ "step": 1640
298
+ },
299
+ {
300
+ "epoch": 2.1132075471698113,
301
+ "grad_norm": 0.21472840011119843,
302
+ "learning_rate": 6.455307779417765e-05,
303
+ "loss": 0.5401,
304
+ "step": 1680
305
+ },
306
+ {
307
+ "epoch": 2.1635220125786163,
308
+ "grad_norm": 0.1650049239397049,
309
+ "learning_rate": 6.13456504073179e-05,
310
+ "loss": 0.5344,
311
+ "step": 1720
312
+ },
313
+ {
314
+ "epoch": 2.2138364779874213,
315
+ "grad_norm": 0.36687150597572327,
316
+ "learning_rate": 5.8163857635103376e-05,
317
+ "loss": 0.5391,
318
+ "step": 1760
319
+ },
320
+ {
321
+ "epoch": 2.2641509433962264,
322
+ "grad_norm": 0.18526889383792877,
323
+ "learning_rate": 5.501367296100487e-05,
324
+ "loss": 0.5371,
325
+ "step": 1800
326
+ },
327
+ {
328
+ "epoch": 2.3144654088050314,
329
+ "grad_norm": 0.39570677280426025,
330
+ "learning_rate": 5.1901010527591714e-05,
331
+ "loss": 0.542,
332
+ "step": 1840
333
+ },
334
+ {
335
+ "epoch": 2.3647798742138364,
336
+ "grad_norm": 0.21406587958335876,
337
+ "learning_rate": 4.8831714033346834e-05,
338
+ "loss": 0.536,
339
+ "step": 1880
340
+ },
341
+ {
342
+ "epoch": 2.4150943396226414,
343
+ "grad_norm": 0.19753104448318481,
344
+ "learning_rate": 4.581154576173369e-05,
345
+ "loss": 0.5439,
346
+ "step": 1920
347
+ },
348
+ {
349
+ "epoch": 2.4654088050314464,
350
+ "grad_norm": 0.17012695968151093,
351
+ "learning_rate": 4.284617576311105e-05,
352
+ "loss": 0.5343,
353
+ "step": 1960
354
+ },
355
+ {
356
+ "epoch": 2.5157232704402515,
357
+ "grad_norm": 0.17650945484638214,
358
+ "learning_rate": 3.994117120980591e-05,
359
+ "loss": 0.5339,
360
+ "step": 2000
361
+ },
362
+ {
363
+ "epoch": 2.5660377358490565,
364
+ "grad_norm": 0.1910872757434845,
365
+ "learning_rate": 3.710198594432905e-05,
366
+ "loss": 0.537,
367
+ "step": 2040
368
+ },
369
+ {
370
+ "epoch": 2.6163522012578615,
371
+ "grad_norm": 0.2352050244808197,
372
+ "learning_rate": 3.4333950240355794e-05,
373
+ "loss": 0.5357,
374
+ "step": 2080
375
+ },
376
+ {
377
+ "epoch": 2.6666666666666665,
378
+ "grad_norm": 0.23112688958644867,
379
+ "learning_rate": 3.1642260795693946e-05,
380
+ "loss": 0.5432,
381
+ "step": 2120
382
+ },
383
+ {
384
+ "epoch": 2.7169811320754715,
385
+ "grad_norm": 0.22052186727523804,
386
+ "learning_rate": 2.903197097602678e-05,
387
+ "loss": 0.5374,
388
+ "step": 2160
389
+ },
390
+ {
391
+ "epoch": 2.767295597484277,
392
+ "grad_norm": 0.17838357388973236,
393
+ "learning_rate": 2.650798132774681e-05,
394
+ "loss": 0.539,
395
+ "step": 2200
396
+ },
397
+ {
398
+ "epoch": 2.817610062893082,
399
+ "grad_norm": 0.20648528635501862,
400
+ "learning_rate": 2.4075030377692216e-05,
401
+ "loss": 0.5439,
402
+ "step": 2240
403
+ }
404
+ ],
405
+ "logging_steps": 40,
406
+ "max_steps": 3000,
407
+ "num_input_tokens_seen": 0,
408
+ "num_train_epochs": 4,
409
+ "save_steps": 750,
410
+ "stateful_callbacks": {
411
+ "TrainerControl": {
412
+ "args": {
413
+ "should_epoch_stop": false,
414
+ "should_evaluate": false,
415
+ "should_log": false,
416
+ "should_save": true,
417
+ "should_training_stop": false
418
+ },
419
+ "attributes": {}
420
+ }
421
+ },
422
+ "total_flos": 2.457120068273701e+18,
423
+ "train_batch_size": 72,
424
+ "trial_name": null,
425
+ "trial_params": null
426
+ }
checkpoint-2250/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:444b45c37bc109a54e62db0818674137b7f6fe5a77e3e24d306f7433d6dc79d7
3
+ size 5841
checkpoint-3000/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: codellama/CodeLlama-7b-hf
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:codellama/CodeLlama-7b-hf
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.17.1
checkpoint-3000/adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "codellama/CodeLlama-7b-hf",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 48,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 24,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "v_proj",
29
+ "q_proj",
30
+ "k_proj",
31
+ "o_proj"
32
+ ],
33
+ "target_parameters": null,
34
+ "task_type": "CAUSAL_LM",
35
+ "trainable_token_indices": null,
36
+ "use_dora": false,
37
+ "use_qalora": false,
38
+ "use_rslora": false
39
+ }
checkpoint-3000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2819ac4f12e94a3442f0c9af7d3beb34557445c178d141c072ec0ed2eec73e59
3
+ size 100697760
checkpoint-3000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d34ac9675f4dfb79e2e32faabe57e5f23d54d19e7f0bce037a17fbef01af4fa
3
+ size 201546443
checkpoint-3000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1333fe43bb1955fc3c305438620bc6d6e4aa6e2918f6a7815a06afd49fbb305a
3
+ size 14645
checkpoint-3000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:171d759c0e4ba7c0bbe1c981ce909918d444f95f66b736df1ed0646544bc2f19
3
+ size 1465
checkpoint-3000/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "▁<PRE>",
4
+ "▁<MID>",
5
+ "▁<SUF>",
6
+ "▁<EOT>"
7
+ ],
8
+ "bos_token": {
9
+ "content": "<s>",
10
+ "lstrip": false,
11
+ "normalized": false,
12
+ "rstrip": false,
13
+ "single_word": false
14
+ },
15
+ "eos_token": {
16
+ "content": "</s>",
17
+ "lstrip": false,
18
+ "normalized": false,
19
+ "rstrip": false,
20
+ "single_word": false
21
+ },
22
+ "pad_token": "</s>",
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
checkpoint-3000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-3000/tokenizer_config.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "32007": {
30
+ "content": "▁<PRE>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "32008": {
38
+ "content": "▁<SUF>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "32009": {
46
+ "content": "▁<MID>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "32010": {
54
+ "content": "▁<EOT>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ }
61
+ },
62
+ "additional_special_tokens": [
63
+ "▁<PRE>",
64
+ "▁<MID>",
65
+ "▁<SUF>",
66
+ "▁<EOT>"
67
+ ],
68
+ "bos_token": "<s>",
69
+ "clean_up_tokenization_spaces": false,
70
+ "eos_token": "</s>",
71
+ "eot_token": "▁<EOT>",
72
+ "extra_special_tokens": {},
73
+ "fill_token": "<FILL_ME>",
74
+ "legacy": null,
75
+ "middle_token": "▁<MID>",
76
+ "model_max_length": 1000000000000000019884624838656,
77
+ "pad_token": "</s>",
78
+ "prefix_token": "▁<PRE>",
79
+ "sp_model_kwargs": {},
80
+ "suffix_token": "▁<SUF>",
81
+ "tokenizer_class": "CodeLlamaTokenizer",
82
+ "unk_token": "<unk>",
83
+ "use_default_system_prompt": false
84
+ }
checkpoint-3000/trainer_state.json ADDED
@@ -0,0 +1,559 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 3.7735849056603774,
6
+ "eval_steps": 500,
7
+ "global_step": 3000,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.050314465408805034,
14
+ "grad_norm": 0.2693639397621155,
15
+ "learning_rate": 5.85e-05,
16
+ "loss": 0.9976,
17
+ "step": 40
18
+ },
19
+ {
20
+ "epoch": 0.10062893081761007,
21
+ "grad_norm": 0.1328171044588089,
22
+ "learning_rate": 0.0001185,
23
+ "loss": 0.7524,
24
+ "step": 80
25
+ },
26
+ {
27
+ "epoch": 0.1509433962264151,
28
+ "grad_norm": 0.14459013938903809,
29
+ "learning_rate": 0.00014998411354903398,
30
+ "loss": 0.6747,
31
+ "step": 120
32
+ },
33
+ {
34
+ "epoch": 0.20125786163522014,
35
+ "grad_norm": 0.13957850635051727,
36
+ "learning_rate": 0.00014984685910209738,
37
+ "loss": 0.6483,
38
+ "step": 160
39
+ },
40
+ {
41
+ "epoch": 0.25157232704402516,
42
+ "grad_norm": 0.1547909677028656,
43
+ "learning_rate": 0.00014956908749779173,
44
+ "loss": 0.6306,
45
+ "step": 200
46
+ },
47
+ {
48
+ "epoch": 0.3018867924528302,
49
+ "grad_norm": 0.16232997179031372,
50
+ "learning_rate": 0.00014915132022328036,
51
+ "loss": 0.6248,
52
+ "step": 240
53
+ },
54
+ {
55
+ "epoch": 0.3522012578616352,
56
+ "grad_norm": 0.1795293539762497,
57
+ "learning_rate": 0.00014859434159296945,
58
+ "loss": 0.617,
59
+ "step": 280
60
+ },
61
+ {
62
+ "epoch": 0.4025157232704403,
63
+ "grad_norm": 0.16771389544010162,
64
+ "learning_rate": 0.00014789919727603988,
65
+ "loss": 0.6121,
66
+ "step": 320
67
+ },
68
+ {
69
+ "epoch": 0.4528301886792453,
70
+ "grad_norm": 0.13469167053699493,
71
+ "learning_rate": 0.00014706719233331246,
72
+ "loss": 0.6097,
73
+ "step": 360
74
+ },
75
+ {
76
+ "epoch": 0.5031446540880503,
77
+ "grad_norm": 0.12725010514259338,
78
+ "learning_rate": 0.0001460998887671327,
79
+ "loss": 0.6015,
80
+ "step": 400
81
+ },
82
+ {
83
+ "epoch": 0.5534591194968553,
84
+ "grad_norm": 0.23335981369018555,
85
+ "learning_rate": 0.00014499910258887453,
86
+ "loss": 0.6046,
87
+ "step": 440
88
+ },
89
+ {
90
+ "epoch": 0.6037735849056604,
91
+ "grad_norm": 0.1499803513288498,
92
+ "learning_rate": 0.00014376690040956871,
93
+ "loss": 0.5961,
94
+ "step": 480
95
+ },
96
+ {
97
+ "epoch": 0.6540880503144654,
98
+ "grad_norm": 0.14626877009868622,
99
+ "learning_rate": 0.0001424055955600566,
100
+ "loss": 0.6,
101
+ "step": 520
102
+ },
103
+ {
104
+ "epoch": 0.7044025157232704,
105
+ "grad_norm": 0.1540375053882599,
106
+ "learning_rate": 0.00014091774374795326,
107
+ "loss": 0.5927,
108
+ "step": 560
109
+ },
110
+ {
111
+ "epoch": 0.7547169811320755,
112
+ "grad_norm": 0.19099563360214233,
113
+ "learning_rate": 0.00013930613825957323,
114
+ "loss": 0.5974,
115
+ "step": 600
116
+ },
117
+ {
118
+ "epoch": 0.8050314465408805,
119
+ "grad_norm": 0.20004510879516602,
120
+ "learning_rate": 0.00013757380471582766,
121
+ "loss": 0.5858,
122
+ "step": 640
123
+ },
124
+ {
125
+ "epoch": 0.8553459119496856,
126
+ "grad_norm": 0.23818084597587585,
127
+ "learning_rate": 0.00013572399539193693,
128
+ "loss": 0.5891,
129
+ "step": 680
130
+ },
131
+ {
132
+ "epoch": 0.9056603773584906,
133
+ "grad_norm": 0.15015755593776703,
134
+ "learning_rate": 0.0001337601831116238,
135
+ "loss": 0.5832,
136
+ "step": 720
137
+ },
138
+ {
139
+ "epoch": 0.9559748427672956,
140
+ "grad_norm": 0.1416957825422287,
141
+ "learning_rate": 0.0001316860547272499,
142
+ "loss": 0.5824,
143
+ "step": 760
144
+ },
145
+ {
146
+ "epoch": 1.0062893081761006,
147
+ "grad_norm": 0.5108596086502075,
148
+ "learning_rate": 0.00012950550419813545,
149
+ "loss": 0.5788,
150
+ "step": 800
151
+ },
152
+ {
153
+ "epoch": 1.0566037735849056,
154
+ "grad_norm": 0.13162486255168915,
155
+ "learning_rate": 0.00012722262528005757,
156
+ "loss": 0.5653,
157
+ "step": 840
158
+ },
159
+ {
160
+ "epoch": 1.1069182389937107,
161
+ "grad_norm": 0.2837337255477905,
162
+ "learning_rate": 0.00012484170383965162,
163
+ "loss": 0.5695,
164
+ "step": 880
165
+ },
166
+ {
167
+ "epoch": 1.1572327044025157,
168
+ "grad_norm": 0.14296230673789978,
169
+ "learning_rate": 0.0001223672098081444,
170
+ "loss": 0.5694,
171
+ "step": 920
172
+ },
173
+ {
174
+ "epoch": 1.2075471698113207,
175
+ "grad_norm": 0.19151189923286438,
176
+ "learning_rate": 0.00011980378878952516,
177
+ "loss": 0.5669,
178
+ "step": 960
179
+ },
180
+ {
181
+ "epoch": 1.2578616352201257,
182
+ "grad_norm": 0.2892361283302307,
183
+ "learning_rate": 0.00011715625333890979,
184
+ "loss": 0.571,
185
+ "step": 1000
186
+ },
187
+ {
188
+ "epoch": 1.3081761006289307,
189
+ "grad_norm": 0.2670402228832245,
190
+ "learning_rate": 0.00011442957392747125,
191
+ "loss": 0.5716,
192
+ "step": 1040
193
+ },
194
+ {
195
+ "epoch": 1.3584905660377358,
196
+ "grad_norm": 0.3734613358974457,
197
+ "learning_rate": 0.00011162886961089939,
198
+ "loss": 0.5652,
199
+ "step": 1080
200
+ },
201
+ {
202
+ "epoch": 1.408805031446541,
203
+ "grad_norm": 0.1506778448820114,
204
+ "learning_rate": 0.00010875939841890866,
205
+ "loss": 0.5633,
206
+ "step": 1120
207
+ },
208
+ {
209
+ "epoch": 1.459119496855346,
210
+ "grad_norm": 0.4829564690589905,
211
+ "learning_rate": 0.0001058265474838369,
212
+ "loss": 0.5614,
213
+ "step": 1160
214
+ },
215
+ {
216
+ "epoch": 1.509433962264151,
217
+ "grad_norm": 0.15463890135288239,
218
+ "learning_rate": 0.00010283582292686707,
219
+ "loss": 0.558,
220
+ "step": 1200
221
+ },
222
+ {
223
+ "epoch": 1.559748427672956,
224
+ "grad_norm": 0.21459299325942993,
225
+ "learning_rate": 9.979283952086026e-05,
226
+ "loss": 0.5586,
227
+ "step": 1240
228
+ },
229
+ {
230
+ "epoch": 1.610062893081761,
231
+ "grad_norm": 0.1474829465150833,
232
+ "learning_rate": 9.670331014920607e-05,
233
+ "loss": 0.5597,
234
+ "step": 1280
235
+ },
236
+ {
237
+ "epoch": 1.6603773584905661,
238
+ "grad_norm": 0.21971166133880615,
239
+ "learning_rate": 9.357303508048122e-05,
240
+ "loss": 0.5642,
241
+ "step": 1320
242
+ },
243
+ {
244
+ "epoch": 1.7106918238993711,
245
+ "grad_norm": 0.24339526891708374,
246
+ "learning_rate": 9.040789107905117e-05,
247
+ "loss": 0.5629,
248
+ "step": 1360
249
+ },
250
+ {
251
+ "epoch": 1.7610062893081762,
252
+ "grad_norm": 0.31173282861709595,
253
+ "learning_rate": 8.721382037205923e-05,
254
+ "loss": 0.561,
255
+ "step": 1400
256
+ },
257
+ {
258
+ "epoch": 1.8113207547169812,
259
+ "grad_norm": 0.2891390025615692,
260
+ "learning_rate": 8.399681949351583e-05,
261
+ "loss": 0.5628,
262
+ "step": 1440
263
+ },
264
+ {
265
+ "epoch": 1.8616352201257862,
266
+ "grad_norm": 0.1505046933889389,
267
+ "learning_rate": 8.076292802643262e-05,
268
+ "loss": 0.5584,
269
+ "step": 1480
270
+ },
271
+ {
272
+ "epoch": 1.9119496855345912,
273
+ "grad_norm": 0.19114747643470764,
274
+ "learning_rate": 7.751821726413631e-05,
275
+ "loss": 0.5516,
276
+ "step": 1520
277
+ },
278
+ {
279
+ "epoch": 1.9622641509433962,
280
+ "grad_norm": 0.19517794251441956,
281
+ "learning_rate": 7.426877881205001e-05,
282
+ "loss": 0.559,
283
+ "step": 1560
284
+ },
285
+ {
286
+ "epoch": 2.0125786163522013,
287
+ "grad_norm": 0.1738079935312271,
288
+ "learning_rate": 7.102071315134024e-05,
289
+ "loss": 0.5504,
290
+ "step": 1600
291
+ },
292
+ {
293
+ "epoch": 2.0628930817610063,
294
+ "grad_norm": 0.22095054388046265,
295
+ "learning_rate": 6.778011818590128e-05,
296
+ "loss": 0.5399,
297
+ "step": 1640
298
+ },
299
+ {
300
+ "epoch": 2.1132075471698113,
301
+ "grad_norm": 0.21472840011119843,
302
+ "learning_rate": 6.455307779417765e-05,
303
+ "loss": 0.5401,
304
+ "step": 1680
305
+ },
306
+ {
307
+ "epoch": 2.1635220125786163,
308
+ "grad_norm": 0.1650049239397049,
309
+ "learning_rate": 6.13456504073179e-05,
310
+ "loss": 0.5344,
311
+ "step": 1720
312
+ },
313
+ {
314
+ "epoch": 2.2138364779874213,
315
+ "grad_norm": 0.36687150597572327,
316
+ "learning_rate": 5.8163857635103376e-05,
317
+ "loss": 0.5391,
318
+ "step": 1760
319
+ },
320
+ {
321
+ "epoch": 2.2641509433962264,
322
+ "grad_norm": 0.18526889383792877,
323
+ "learning_rate": 5.501367296100487e-05,
324
+ "loss": 0.5371,
325
+ "step": 1800
326
+ },
327
+ {
328
+ "epoch": 2.3144654088050314,
329
+ "grad_norm": 0.39570677280426025,
330
+ "learning_rate": 5.1901010527591714e-05,
331
+ "loss": 0.542,
332
+ "step": 1840
333
+ },
334
+ {
335
+ "epoch": 2.3647798742138364,
336
+ "grad_norm": 0.21406587958335876,
337
+ "learning_rate": 4.8831714033346834e-05,
338
+ "loss": 0.536,
339
+ "step": 1880
340
+ },
341
+ {
342
+ "epoch": 2.4150943396226414,
343
+ "grad_norm": 0.19753104448318481,
344
+ "learning_rate": 4.581154576173369e-05,
345
+ "loss": 0.5439,
346
+ "step": 1920
347
+ },
348
+ {
349
+ "epoch": 2.4654088050314464,
350
+ "grad_norm": 0.17012695968151093,
351
+ "learning_rate": 4.284617576311105e-05,
352
+ "loss": 0.5343,
353
+ "step": 1960
354
+ },
355
+ {
356
+ "epoch": 2.5157232704402515,
357
+ "grad_norm": 0.17650945484638214,
358
+ "learning_rate": 3.994117120980591e-05,
359
+ "loss": 0.5339,
360
+ "step": 2000
361
+ },
362
+ {
363
+ "epoch": 2.5660377358490565,
364
+ "grad_norm": 0.1910872757434845,
365
+ "learning_rate": 3.710198594432905e-05,
366
+ "loss": 0.537,
367
+ "step": 2040
368
+ },
369
+ {
370
+ "epoch": 2.6163522012578615,
371
+ "grad_norm": 0.2352050244808197,
372
+ "learning_rate": 3.4333950240355794e-05,
373
+ "loss": 0.5357,
374
+ "step": 2080
375
+ },
376
+ {
377
+ "epoch": 2.6666666666666665,
378
+ "grad_norm": 0.23112688958644867,
379
+ "learning_rate": 3.1642260795693946e-05,
380
+ "loss": 0.5432,
381
+ "step": 2120
382
+ },
383
+ {
384
+ "epoch": 2.7169811320754715,
385
+ "grad_norm": 0.22052186727523804,
386
+ "learning_rate": 2.903197097602678e-05,
387
+ "loss": 0.5374,
388
+ "step": 2160
389
+ },
390
+ {
391
+ "epoch": 2.767295597484277,
392
+ "grad_norm": 0.17838357388973236,
393
+ "learning_rate": 2.650798132774681e-05,
394
+ "loss": 0.539,
395
+ "step": 2200
396
+ },
397
+ {
398
+ "epoch": 2.817610062893082,
399
+ "grad_norm": 0.20648528635501862,
400
+ "learning_rate": 2.4075030377692216e-05,
401
+ "loss": 0.5439,
402
+ "step": 2240
403
+ },
404
+ {
405
+ "epoch": 2.867924528301887,
406
+ "grad_norm": 0.1718207746744156,
407
+ "learning_rate": 2.1737685737057638e-05,
408
+ "loss": 0.5362,
409
+ "step": 2280
410
+ },
411
+ {
412
+ "epoch": 2.918238993710692,
413
+ "grad_norm": 0.4676780104637146,
414
+ "learning_rate": 1.9500335526181545e-05,
415
+ "loss": 0.5389,
416
+ "step": 2320
417
+ },
418
+ {
419
+ "epoch": 2.968553459119497,
420
+ "grad_norm": 0.4748336374759674,
421
+ "learning_rate": 1.7367180136308676e-05,
422
+ "loss": 0.539,
423
+ "step": 2360
424
+ },
425
+ {
426
+ "epoch": 3.018867924528302,
427
+ "grad_norm": 0.16060461103916168,
428
+ "learning_rate": 1.534222434379447e-05,
429
+ "loss": 0.5358,
430
+ "step": 2400
431
+ },
432
+ {
433
+ "epoch": 3.069182389937107,
434
+ "grad_norm": 0.17130707204341888,
435
+ "learning_rate": 1.3429269791555917e-05,
436
+ "loss": 0.5251,
437
+ "step": 2440
438
+ },
439
+ {
440
+ "epoch": 3.119496855345912,
441
+ "grad_norm": 0.23798075318336487,
442
+ "learning_rate": 1.1631907851884142e-05,
443
+ "loss": 0.5304,
444
+ "step": 2480
445
+ },
446
+ {
447
+ "epoch": 3.169811320754717,
448
+ "grad_norm": 0.24216727912425995,
449
+ "learning_rate": 9.95351288401817e-06,
450
+ "loss": 0.5273,
451
+ "step": 2520
452
+ },
453
+ {
454
+ "epoch": 3.220125786163522,
455
+ "grad_norm": 0.19990038871765137,
456
+ "learning_rate": 8.397235899138127e-06,
457
+ "loss": 0.5287,
458
+ "step": 2560
459
+ },
460
+ {
461
+ "epoch": 3.270440251572327,
462
+ "grad_norm": 0.1680271029472351,
463
+ "learning_rate": 6.965998644670948e-06,
464
+ "loss": 0.5342,
465
+ "step": 2600
466
+ },
467
+ {
468
+ "epoch": 3.3207547169811322,
469
+ "grad_norm": 0.16589392721652985,
470
+ "learning_rate": 5.662488119014838e-06,
471
+ "loss": 0.5203,
472
+ "step": 2640
473
+ },
474
+ {
475
+ "epoch": 3.3710691823899372,
476
+ "grad_norm": 0.1659441739320755,
477
+ "learning_rate": 4.489151526980553e-06,
478
+ "loss": 0.5314,
479
+ "step": 2680
480
+ },
481
+ {
482
+ "epoch": 3.4213836477987423,
483
+ "grad_norm": 0.21029973030090332,
484
+ "learning_rate": 3.44819168542011e-06,
485
+ "loss": 0.5276,
486
+ "step": 2720
487
+ },
488
+ {
489
+ "epoch": 3.4716981132075473,
490
+ "grad_norm": 0.15285317599773407,
491
+ "learning_rate": 2.5415628876682693e-06,
492
+ "loss": 0.5294,
493
+ "step": 2760
494
+ },
495
+ {
496
+ "epoch": 3.5220125786163523,
497
+ "grad_norm": 0.2968325912952423,
498
+ "learning_rate": 1.7709672345610327e-06,
499
+ "loss": 0.522,
500
+ "step": 2800
501
+ },
502
+ {
503
+ "epoch": 3.5723270440251573,
504
+ "grad_norm": 0.16151106357574463,
505
+ "learning_rate": 1.1378514389191324e-06,
506
+ "loss": 0.5279,
507
+ "step": 2840
508
+ },
509
+ {
510
+ "epoch": 3.6226415094339623,
511
+ "grad_norm": 0.1621636152267456,
512
+ "learning_rate": 6.434041094959235e-07,
513
+ "loss": 0.5264,
514
+ "step": 2880
515
+ },
516
+ {
517
+ "epoch": 3.6729559748427674,
518
+ "grad_norm": 0.16203154623508453,
519
+ "learning_rate": 2.885535194886074e-07,
520
+ "loss": 0.524,
521
+ "step": 2920
522
+ },
523
+ {
524
+ "epoch": 3.7232704402515724,
525
+ "grad_norm": 0.15653491020202637,
526
+ "learning_rate": 7.396586380230829e-08,
527
+ "loss": 0.5256,
528
+ "step": 2960
529
+ },
530
+ {
531
+ "epoch": 3.7735849056603774,
532
+ "grad_norm": 0.1781754195690155,
533
+ "learning_rate": 4.400833874818044e-11,
534
+ "loss": 0.5303,
535
+ "step": 3000
536
+ }
537
+ ],
538
+ "logging_steps": 40,
539
+ "max_steps": 3000,
540
+ "num_input_tokens_seen": 0,
541
+ "num_train_epochs": 4,
542
+ "save_steps": 750,
543
+ "stateful_callbacks": {
544
+ "TrainerControl": {
545
+ "args": {
546
+ "should_epoch_stop": false,
547
+ "should_evaluate": false,
548
+ "should_log": false,
549
+ "should_save": true,
550
+ "should_training_stop": true
551
+ },
552
+ "attributes": {}
553
+ }
554
+ },
555
+ "total_flos": 3.2760149172305265e+18,
556
+ "train_batch_size": 72,
557
+ "trial_name": null,
558
+ "trial_params": null
559
+ }
checkpoint-3000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:444b45c37bc109a54e62db0818674137b7f6fe5a77e3e24d306f7433d6dc79d7
3
+ size 5841
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "▁<PRE>",
4
+ "▁<MID>",
5
+ "▁<SUF>",
6
+ "▁<EOT>"
7
+ ],
8
+ "bos_token": {
9
+ "content": "<s>",
10
+ "lstrip": false,
11
+ "normalized": false,
12
+ "rstrip": false,
13
+ "single_word": false
14
+ },
15
+ "eos_token": {
16
+ "content": "</s>",
17
+ "lstrip": false,
18
+ "normalized": false,
19
+ "rstrip": false,
20
+ "single_word": false
21
+ },
22
+ "pad_token": "</s>",
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "32007": {
30
+ "content": "▁<PRE>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "32008": {
38
+ "content": "▁<SUF>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "32009": {
46
+ "content": "▁<MID>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "32010": {
54
+ "content": "▁<EOT>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ }
61
+ },
62
+ "additional_special_tokens": [
63
+ "▁<PRE>",
64
+ "▁<MID>",
65
+ "▁<SUF>",
66
+ "▁<EOT>"
67
+ ],
68
+ "bos_token": "<s>",
69
+ "clean_up_tokenization_spaces": false,
70
+ "eos_token": "</s>",
71
+ "eot_token": "▁<EOT>",
72
+ "extra_special_tokens": {},
73
+ "fill_token": "<FILL_ME>",
74
+ "legacy": null,
75
+ "middle_token": "▁<MID>",
76
+ "model_max_length": 1000000000000000019884624838656,
77
+ "pad_token": "</s>",
78
+ "prefix_token": "▁<PRE>",
79
+ "sp_model_kwargs": {},
80
+ "suffix_token": "▁<SUF>",
81
+ "tokenizer_class": "CodeLlamaTokenizer",
82
+ "unk_token": "<unk>",
83
+ "use_default_system_prompt": false
84
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:444b45c37bc109a54e62db0818674137b7f6fe5a77e3e24d306f7433d6dc79d7
3
+ size 5841