ashwinpreyan commited on
Commit
0c9c302
·
1 Parent(s): 737fac7

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - autotrain
4
+ - text-generation
5
+ widget:
6
+ - text: "I love AutoTrain because "
7
+ ---
8
+
9
+ # Model Trained Using AutoTrain
adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "ehartford/dolphin-2.1-mistral-7b",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "lora_alpha": 32,
12
+ "lora_dropout": 0.05,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 16,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "q_proj",
20
+ "v_proj"
21
+ ],
22
+ "task_type": "CAUSAL_LM"
23
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:184883893cd6f5cfd611bc9bc9292a49141c2787b57b13df1e8b663e05e08d54
3
+ size 27308941
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "<|im_end|>": 32000,
3
+ "<|im_start|>": 32001
4
+ }
checkpoint-400/README.md ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: ehartford/dolphin-2.1-mistral-7b
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
+ - **Shared by [optional]:** [More Information Needed]
22
+ - **Model type:** [More Information Needed]
23
+ - **Language(s) (NLP):** [More Information Needed]
24
+ - **License:** [More Information Needed]
25
+ - **Finetuned from model [optional]:** [More Information Needed]
26
+
27
+ ### Model Sources [optional]
28
+
29
+ <!-- Provide the basic links for the model. -->
30
+
31
+ - **Repository:** [More Information Needed]
32
+ - **Paper [optional]:** [More Information Needed]
33
+ - **Demo [optional]:** [More Information Needed]
34
+
35
+ ## Uses
36
+
37
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
38
+
39
+ ### Direct Use
40
+
41
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
42
+
43
+ [More Information Needed]
44
+
45
+ ### Downstream Use [optional]
46
+
47
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Out-of-Scope Use
52
+
53
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
54
+
55
+ [More Information Needed]
56
+
57
+ ## Bias, Risks, and Limitations
58
+
59
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ### Recommendations
64
+
65
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
66
+
67
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
68
+
69
+ ## How to Get Started with the Model
70
+
71
+ Use the code below to get started with the model.
72
+
73
+ [More Information Needed]
74
+
75
+ ## Training Details
76
+
77
+ ### Training Data
78
+
79
+ <!-- This should link to a Data 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. -->
80
+
81
+ [More Information Needed]
82
+
83
+ ### Training Procedure
84
+
85
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
86
+
87
+ #### Preprocessing [optional]
88
+
89
+ [More Information Needed]
90
+
91
+
92
+ #### Training Hyperparameters
93
+
94
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
95
+
96
+ #### Speeds, Sizes, Times [optional]
97
+
98
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
99
+
100
+ [More Information Needed]
101
+
102
+ ## Evaluation
103
+
104
+ <!-- This section describes the evaluation protocols and provides the results. -->
105
+
106
+ ### Testing Data, Factors & Metrics
107
+
108
+ #### Testing Data
109
+
110
+ <!-- This should link to a Data Card if possible. -->
111
+
112
+ [More Information Needed]
113
+
114
+ #### Factors
115
+
116
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Metrics
121
+
122
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
123
+
124
+ [More Information Needed]
125
+
126
+ ### Results
127
+
128
+ [More Information Needed]
129
+
130
+ #### Summary
131
+
132
+
133
+
134
+ ## Model Examination [optional]
135
+
136
+ <!-- Relevant interpretability work for the model goes here -->
137
+
138
+ [More Information Needed]
139
+
140
+ ## Environmental Impact
141
+
142
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
143
+
144
+ 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).
145
+
146
+ - **Hardware Type:** [More Information Needed]
147
+ - **Hours used:** [More Information Needed]
148
+ - **Cloud Provider:** [More Information Needed]
149
+ - **Compute Region:** [More Information Needed]
150
+ - **Carbon Emitted:** [More Information Needed]
151
+
152
+ ## Technical Specifications [optional]
153
+
154
+ ### Model Architecture and Objective
155
+
156
+ [More Information Needed]
157
+
158
+ ### Compute Infrastructure
159
+
160
+ [More Information Needed]
161
+
162
+ #### Hardware
163
+
164
+ [More Information Needed]
165
+
166
+ #### Software
167
+
168
+ [More Information Needed]
169
+
170
+ ## Citation [optional]
171
+
172
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
173
+
174
+ **BibTeX:**
175
+
176
+ [More Information Needed]
177
+
178
+ **APA:**
179
+
180
+ [More Information Needed]
181
+
182
+ ## Glossary [optional]
183
+
184
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
185
+
186
+ [More Information Needed]
187
+
188
+ ## More Information [optional]
189
+
190
+ [More Information Needed]
191
+
192
+ ## Model Card Authors [optional]
193
+
194
+ [More Information Needed]
195
+
196
+ ## Model Card Contact
197
+
198
+ [More Information Needed]
199
+
200
+
201
+ ## Training procedure
202
+
203
+
204
+ The following `bitsandbytes` quantization config was used during training:
205
+ - quant_method: bitsandbytes
206
+ - load_in_8bit: False
207
+ - load_in_4bit: True
208
+ - llm_int8_threshold: 6.0
209
+ - llm_int8_skip_modules: None
210
+ - llm_int8_enable_fp32_cpu_offload: False
211
+ - llm_int8_has_fp16_weight: False
212
+ - bnb_4bit_quant_type: nf4
213
+ - bnb_4bit_use_double_quant: False
214
+ - bnb_4bit_compute_dtype: float16
215
+
216
+ ### Framework versions
217
+
218
+
219
+ - PEFT 0.6.0.dev0
220
+ ## Training procedure
221
+
222
+
223
+ The following `bitsandbytes` quantization config was used during training:
224
+ - quant_method: bitsandbytes
225
+ - load_in_8bit: False
226
+ - load_in_4bit: True
227
+ - llm_int8_threshold: 6.0
228
+ - llm_int8_skip_modules: None
229
+ - llm_int8_enable_fp32_cpu_offload: False
230
+ - llm_int8_has_fp16_weight: False
231
+ - bnb_4bit_quant_type: nf4
232
+ - bnb_4bit_use_double_quant: False
233
+ - bnb_4bit_compute_dtype: float16
234
+
235
+ ### Framework versions
236
+
237
+
238
+ - PEFT 0.6.0.dev0
checkpoint-400/adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "ehartford/dolphin-2.1-mistral-7b",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "lora_alpha": 32,
12
+ "lora_dropout": 0.05,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 16,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "q_proj",
20
+ "v_proj"
21
+ ],
22
+ "task_type": "CAUSAL_LM"
23
+ }
checkpoint-400/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:184883893cd6f5cfd611bc9bc9292a49141c2787b57b13df1e8b663e05e08d54
3
+ size 27308941
checkpoint-400/added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "<|im_end|>": 32000,
3
+ "<|im_start|>": 32001
4
+ }
checkpoint-400/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79a646202049766802db0f36e53e88f95898ae2a7dbb08946dc7c56d9c90116d
3
+ size 54633541
checkpoint-400/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8f95ab5e39f12453c825261ce47e482808301848fca827057fdcb6310fb7ec2
3
+ size 14575
checkpoint-400/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acc438c1d4b515ae9849e23a41690aea2f88c519f207b645e11cebeb52c33260
3
+ size 627
checkpoint-400/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": true,
5
+ "normalized": false,
6
+ "rstrip": true,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|im_end|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|im_end|>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": true,
20
+ "normalized": false,
21
+ "rstrip": true,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-400/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-400/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
checkpoint-400/tokenizer_config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": true,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": true,
16
+ "normalized": false,
17
+ "rstrip": true,
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
+ "32000": {
30
+ "content": "<|im_end|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "32001": {
38
+ "content": "<|im_start|>",
39
+ "lstrip": true,
40
+ "normalized": false,
41
+ "rstrip": true,
42
+ "single_word": false,
43
+ "special": true
44
+ }
45
+ },
46
+ "additional_special_tokens": [],
47
+ "bos_token": "<s>",
48
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
49
+ "clean_up_tokenization_spaces": false,
50
+ "eos_token": "<|im_end|>",
51
+ "legacy": true,
52
+ "model_max_length": 1024,
53
+ "pad_token": "<|im_end|>",
54
+ "sp_model_kwargs": {},
55
+ "spaces_between_special_tokens": false,
56
+ "tokenizer_class": "LlamaTokenizer",
57
+ "trust_remote_code": false,
58
+ "unk_token": "<unk>",
59
+ "use_default_system_prompt": true,
60
+ "use_fast": true
61
+ }
checkpoint-400/trainer_state.json ADDED
@@ -0,0 +1,361 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 79.12820512820512,
5
+ "eval_steps": 500,
6
+ "global_step": 400,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.05,
13
+ "learning_rate": 4.487179487179488e-06,
14
+ "loss": 1.7378,
15
+ "step": 7
16
+ },
17
+ {
18
+ "epoch": 2.1,
19
+ "learning_rate": 8.974358974358976e-06,
20
+ "loss": 1.709,
21
+ "step": 14
22
+ },
23
+ {
24
+ "epoch": 4.03,
25
+ "learning_rate": 1.3461538461538462e-05,
26
+ "loss": 1.5143,
27
+ "step": 21
28
+ },
29
+ {
30
+ "epoch": 5.08,
31
+ "learning_rate": 1.794871794871795e-05,
32
+ "loss": 1.3729,
33
+ "step": 28
34
+ },
35
+ {
36
+ "epoch": 6.13,
37
+ "learning_rate": 2.2435897435897437e-05,
38
+ "loss": 1.0854,
39
+ "step": 35
40
+ },
41
+ {
42
+ "epoch": 8.05,
43
+ "learning_rate": 2.6923076923076923e-05,
44
+ "loss": 0.9368,
45
+ "step": 42
46
+ },
47
+ {
48
+ "epoch": 9.1,
49
+ "learning_rate": 3.141025641025641e-05,
50
+ "loss": 0.7865,
51
+ "step": 49
52
+ },
53
+ {
54
+ "epoch": 11.03,
55
+ "learning_rate": 3.58974358974359e-05,
56
+ "loss": 0.7323,
57
+ "step": 56
58
+ },
59
+ {
60
+ "epoch": 12.08,
61
+ "learning_rate": 4.038461538461539e-05,
62
+ "loss": 0.6722,
63
+ "step": 63
64
+ },
65
+ {
66
+ "epoch": 13.13,
67
+ "learning_rate": 4.4871794871794874e-05,
68
+ "loss": 0.5296,
69
+ "step": 70
70
+ },
71
+ {
72
+ "epoch": 15.05,
73
+ "learning_rate": 4.935897435897436e-05,
74
+ "loss": 0.4432,
75
+ "step": 77
76
+ },
77
+ {
78
+ "epoch": 16.1,
79
+ "learning_rate": 5.384615384615385e-05,
80
+ "loss": 0.3351,
81
+ "step": 84
82
+ },
83
+ {
84
+ "epoch": 18.03,
85
+ "learning_rate": 5.833333333333334e-05,
86
+ "loss": 0.2437,
87
+ "step": 91
88
+ },
89
+ {
90
+ "epoch": 19.08,
91
+ "learning_rate": 6.282051282051282e-05,
92
+ "loss": 0.186,
93
+ "step": 98
94
+ },
95
+ {
96
+ "epoch": 20.13,
97
+ "learning_rate": 6.730769230769232e-05,
98
+ "loss": 0.1421,
99
+ "step": 105
100
+ },
101
+ {
102
+ "epoch": 22.05,
103
+ "learning_rate": 7.17948717948718e-05,
104
+ "loss": 0.1081,
105
+ "step": 112
106
+ },
107
+ {
108
+ "epoch": 23.1,
109
+ "learning_rate": 7.628205128205128e-05,
110
+ "loss": 0.0847,
111
+ "step": 119
112
+ },
113
+ {
114
+ "epoch": 25.03,
115
+ "learning_rate": 8.076923076923078e-05,
116
+ "loss": 0.072,
117
+ "step": 126
118
+ },
119
+ {
120
+ "epoch": 26.08,
121
+ "learning_rate": 8.525641025641026e-05,
122
+ "loss": 0.0547,
123
+ "step": 133
124
+ },
125
+ {
126
+ "epoch": 27.13,
127
+ "learning_rate": 8.974358974358975e-05,
128
+ "loss": 0.053,
129
+ "step": 140
130
+ },
131
+ {
132
+ "epoch": 29.05,
133
+ "learning_rate": 9.423076923076924e-05,
134
+ "loss": 0.0419,
135
+ "step": 147
136
+ },
137
+ {
138
+ "epoch": 30.1,
139
+ "learning_rate": 9.871794871794872e-05,
140
+ "loss": 0.035,
141
+ "step": 154
142
+ },
143
+ {
144
+ "epoch": 32.03,
145
+ "learning_rate": 0.00010320512820512822,
146
+ "loss": 0.0317,
147
+ "step": 161
148
+ },
149
+ {
150
+ "epoch": 33.08,
151
+ "learning_rate": 0.0001076923076923077,
152
+ "loss": 0.025,
153
+ "step": 168
154
+ },
155
+ {
156
+ "epoch": 34.13,
157
+ "learning_rate": 0.00011217948717948718,
158
+ "loss": 0.0239,
159
+ "step": 175
160
+ },
161
+ {
162
+ "epoch": 36.05,
163
+ "learning_rate": 0.00011666666666666668,
164
+ "loss": 0.0224,
165
+ "step": 182
166
+ },
167
+ {
168
+ "epoch": 37.1,
169
+ "learning_rate": 0.00012115384615384615,
170
+ "loss": 0.0209,
171
+ "step": 189
172
+ },
173
+ {
174
+ "epoch": 39.03,
175
+ "learning_rate": 0.00012564102564102564,
176
+ "loss": 0.0207,
177
+ "step": 196
178
+ },
179
+ {
180
+ "epoch": 40.08,
181
+ "learning_rate": 0.00013012820512820514,
182
+ "loss": 0.0212,
183
+ "step": 203
184
+ },
185
+ {
186
+ "epoch": 41.13,
187
+ "learning_rate": 0.00013461538461538464,
188
+ "loss": 0.0209,
189
+ "step": 210
190
+ },
191
+ {
192
+ "epoch": 43.05,
193
+ "learning_rate": 0.0001391025641025641,
194
+ "loss": 0.0168,
195
+ "step": 217
196
+ },
197
+ {
198
+ "epoch": 44.1,
199
+ "learning_rate": 0.0001435897435897436,
200
+ "loss": 0.0212,
201
+ "step": 224
202
+ },
203
+ {
204
+ "epoch": 46.03,
205
+ "learning_rate": 0.00014807692307692308,
206
+ "loss": 0.017,
207
+ "step": 231
208
+ },
209
+ {
210
+ "epoch": 47.08,
211
+ "learning_rate": 0.00015256410256410255,
212
+ "loss": 0.0146,
213
+ "step": 238
214
+ },
215
+ {
216
+ "epoch": 48.13,
217
+ "learning_rate": 0.00015705128205128205,
218
+ "loss": 0.0164,
219
+ "step": 245
220
+ },
221
+ {
222
+ "epoch": 50.05,
223
+ "learning_rate": 0.00016153846153846155,
224
+ "loss": 0.0114,
225
+ "step": 252
226
+ },
227
+ {
228
+ "epoch": 51.1,
229
+ "learning_rate": 0.0001653846153846154,
230
+ "loss": 0.0126,
231
+ "step": 259
232
+ },
233
+ {
234
+ "epoch": 53.03,
235
+ "learning_rate": 0.00016987179487179486,
236
+ "loss": 0.0232,
237
+ "step": 266
238
+ },
239
+ {
240
+ "epoch": 54.08,
241
+ "learning_rate": 0.00017435897435897436,
242
+ "loss": 0.016,
243
+ "step": 273
244
+ },
245
+ {
246
+ "epoch": 55.13,
247
+ "learning_rate": 0.00017884615384615386,
248
+ "loss": 0.0152,
249
+ "step": 280
250
+ },
251
+ {
252
+ "epoch": 57.05,
253
+ "learning_rate": 0.00018333333333333334,
254
+ "loss": 0.0076,
255
+ "step": 287
256
+ },
257
+ {
258
+ "epoch": 58.1,
259
+ "learning_rate": 0.00018782051282051283,
260
+ "loss": 0.0126,
261
+ "step": 294
262
+ },
263
+ {
264
+ "epoch": 60.03,
265
+ "learning_rate": 0.00019230769230769233,
266
+ "loss": 0.0125,
267
+ "step": 301
268
+ },
269
+ {
270
+ "epoch": 61.08,
271
+ "learning_rate": 0.00019679487179487178,
272
+ "loss": 0.0088,
273
+ "step": 308
274
+ },
275
+ {
276
+ "epoch": 62.13,
277
+ "learning_rate": 0.00019985754985754988,
278
+ "loss": 0.0104,
279
+ "step": 315
280
+ },
281
+ {
282
+ "epoch": 64.05,
283
+ "learning_rate": 0.00019935897435897437,
284
+ "loss": 0.0084,
285
+ "step": 322
286
+ },
287
+ {
288
+ "epoch": 65.1,
289
+ "learning_rate": 0.00019886039886039887,
290
+ "loss": 0.0098,
291
+ "step": 329
292
+ },
293
+ {
294
+ "epoch": 67.03,
295
+ "learning_rate": 0.00019836182336182336,
296
+ "loss": 0.0083,
297
+ "step": 336
298
+ },
299
+ {
300
+ "epoch": 68.08,
301
+ "learning_rate": 0.00019786324786324788,
302
+ "loss": 0.0056,
303
+ "step": 343
304
+ },
305
+ {
306
+ "epoch": 69.13,
307
+ "learning_rate": 0.00019736467236467238,
308
+ "loss": 0.0064,
309
+ "step": 350
310
+ },
311
+ {
312
+ "epoch": 71.05,
313
+ "learning_rate": 0.00019686609686609687,
314
+ "loss": 0.0056,
315
+ "step": 357
316
+ },
317
+ {
318
+ "epoch": 72.1,
319
+ "learning_rate": 0.00019636752136752137,
320
+ "loss": 0.0074,
321
+ "step": 364
322
+ },
323
+ {
324
+ "epoch": 74.03,
325
+ "learning_rate": 0.0001958689458689459,
326
+ "loss": 0.004,
327
+ "step": 371
328
+ },
329
+ {
330
+ "epoch": 75.08,
331
+ "learning_rate": 0.00019537037037037038,
332
+ "loss": 0.0041,
333
+ "step": 378
334
+ },
335
+ {
336
+ "epoch": 76.13,
337
+ "learning_rate": 0.00019487179487179487,
338
+ "loss": 0.0034,
339
+ "step": 385
340
+ },
341
+ {
342
+ "epoch": 78.05,
343
+ "learning_rate": 0.00019437321937321937,
344
+ "loss": 0.0024,
345
+ "step": 392
346
+ },
347
+ {
348
+ "epoch": 79.1,
349
+ "learning_rate": 0.0001938746438746439,
350
+ "loss": 0.0033,
351
+ "step": 399
352
+ }
353
+ ],
354
+ "logging_steps": 7,
355
+ "max_steps": 3120,
356
+ "num_train_epochs": 80,
357
+ "save_steps": 500,
358
+ "total_flos": 6.99677150281728e+16,
359
+ "trial_name": null,
360
+ "trial_params": null
361
+ }
checkpoint-400/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53bdfae6ea935039bbe2cd9103da0d0940d1eab5458fccc3e4d6d053f15f1638
3
+ size 4027
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": true,
5
+ "normalized": false,
6
+ "rstrip": true,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|im_end|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|im_end|>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": true,
20
+ "normalized": false,
21
+ "rstrip": true,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
tokenizer_config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": true,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": true,
16
+ "normalized": false,
17
+ "rstrip": true,
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
+ "32000": {
30
+ "content": "<|im_end|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "32001": {
38
+ "content": "<|im_start|>",
39
+ "lstrip": true,
40
+ "normalized": false,
41
+ "rstrip": true,
42
+ "single_word": false,
43
+ "special": true
44
+ }
45
+ },
46
+ "additional_special_tokens": [],
47
+ "bos_token": "<s>",
48
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
49
+ "clean_up_tokenization_spaces": false,
50
+ "eos_token": "<|im_end|>",
51
+ "legacy": true,
52
+ "model_max_length": 1024,
53
+ "pad_token": "<|im_end|>",
54
+ "sp_model_kwargs": {},
55
+ "spaces_between_special_tokens": false,
56
+ "tokenizer_class": "LlamaTokenizer",
57
+ "trust_remote_code": false,
58
+ "unk_token": "<unk>",
59
+ "use_default_system_prompt": true,
60
+ "use_fast": true
61
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53bdfae6ea935039bbe2cd9103da0d0940d1eab5458fccc3e4d6d053f15f1638
3
+ size 4027
training_params.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"model": "ehartford/dolphin-2.1-mistral-7b", "data_path": "ashwinpreyan/prodoction", "project_name": "percival", "train_split": "train", "valid_split": null, "text_column": "text", "rejected_text_column": "rejected", "lr": 0.0002, "epochs": 80, "batch_size": 4, "warmup_ratio": 0.1, "gradient_accumulation": 1, "optimizer": "adamw_torch", "scheduler": "linear", "weight_decay": 0.0, "max_grad_norm": 1.0, "seed": 42, "add_eos_token": false, "block_size": -1, "use_peft": true, "lora_r": 16, "lora_alpha": 32, "lora_dropout": 0.05, "logging_steps": -1, "evaluation_strategy": "epoch", "save_total_limit": 1, "save_strategy": "epoch", "auto_find_batch_size": false, "fp16": false, "push_to_hub": true, "use_int8": false, "model_max_length": 1024, "repo_id": "ashwinpreyan/percival-c", "use_int4": true, "trainer": "sft", "target_modules": "q_proj,v_proj", "merge_adapter": false, "username": null, "use_flash_attention_2": false, "log": "none", "disable_gradient_checkpointing": false}