athirdpath commited on
Commit
bf3a588
·
1 Parent(s): f2e601b

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: athirdpath/Epsilon-17b
7
+ model-index:
8
+ - name: qlora
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
16
+ # qlora
17
+
18
+ This model is a fine-tuned version of [athirdpath/Epsilon-17b](https://huggingface.co/athirdpath/Epsilon-17b) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.9109
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 3e-05
40
+ - train_batch_size: 2
41
+ - eval_batch_size: 2
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 4
44
+ - total_train_batch_size: 8
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: cosine
47
+ - lr_scheduler_warmup_steps: 10
48
+ - num_epochs: 4
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:-----:|:----:|:---------------:|
54
+ | 1.8918 | 1.37 | 24 | 1.9604 |
55
+ | 1.8991 | 2.75 | 48 | 1.9109 |
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - PEFT 0.7.2.dev0
61
+ - Transformers 4.36.0.dev0
62
+ - Pytorch 2.0.1+cu118
63
+ - Datasets 2.15.0
64
+ - Tokenizers 0.15.0
adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "athirdpath/Epsilon-17b",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 16,
13
+ "lora_dropout": 0.06,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 32,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "down_proj",
23
+ "k_proj",
24
+ "gate_proj",
25
+ "q_proj",
26
+ "v_proj",
27
+ "up_proj",
28
+ "o_proj"
29
+ ],
30
+ "task_type": "CAUSAL_LM"
31
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c341daff1d8ef00610735cedb536afb280cfd934b7a5c5619b5a18df63bad2c
3
+ size 797302061
checkpoint-48/README.md ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: athirdpath/Epsilon-17b
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
+
201
+
202
+ ### Framework versions
203
+
204
+ - PEFT 0.7.2.dev0
checkpoint-48/adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "athirdpath/Epsilon-17b",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 16,
13
+ "lora_dropout": 0.06,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 32,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "down_proj",
23
+ "k_proj",
24
+ "gate_proj",
25
+ "q_proj",
26
+ "v_proj",
27
+ "up_proj",
28
+ "o_proj"
29
+ ],
30
+ "task_type": "CAUSAL_LM"
31
+ }
checkpoint-48/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:264eede9f4bcc9141e43710ab5f4ea3ecf5ca102d439e9e4eb12759ba041e3be
3
+ size 797061696
checkpoint-48/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e9ae45cda696e6abbd9bbfee5858321706b1fa598a7d217c98b9f4ece797b5e
3
+ size 400482559
checkpoint-48/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66e7b74bf7c33fc6cde4101802f0938e8cbd9631f24e9b5b125a75ec6b5bc5a3
3
+ size 14575
checkpoint-48/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac35cabe0f56e763313ff4a63c701598dfdc7a83899c0f08fa9760073bb69cb7
3
+ size 627
checkpoint-48/trainer_state.json ADDED
@@ -0,0 +1,325 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 1.9109296798706055,
3
+ "best_model_checkpoint": "./qlora/checkpoint-48",
4
+ "epoch": 2.75,
5
+ "eval_steps": 24,
6
+ "global_step": 48,
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.06,
13
+ "learning_rate": 3e-06,
14
+ "loss": 2.0481,
15
+ "step": 1
16
+ },
17
+ {
18
+ "epoch": 0.12,
19
+ "learning_rate": 6e-06,
20
+ "loss": 1.9951,
21
+ "step": 2
22
+ },
23
+ {
24
+ "epoch": 0.18,
25
+ "learning_rate": 9e-06,
26
+ "loss": 2.0682,
27
+ "step": 3
28
+ },
29
+ {
30
+ "epoch": 0.24,
31
+ "learning_rate": 1.2e-05,
32
+ "loss": 1.9928,
33
+ "step": 4
34
+ },
35
+ {
36
+ "epoch": 0.29,
37
+ "learning_rate": 1.5e-05,
38
+ "loss": 1.9567,
39
+ "step": 5
40
+ },
41
+ {
42
+ "epoch": 0.35,
43
+ "learning_rate": 1.8e-05,
44
+ "loss": 1.9457,
45
+ "step": 6
46
+ },
47
+ {
48
+ "epoch": 0.41,
49
+ "learning_rate": 2.1e-05,
50
+ "loss": 1.9743,
51
+ "step": 7
52
+ },
53
+ {
54
+ "epoch": 0.47,
55
+ "learning_rate": 2.4e-05,
56
+ "loss": 1.9313,
57
+ "step": 8
58
+ },
59
+ {
60
+ "epoch": 0.53,
61
+ "learning_rate": 2.7000000000000002e-05,
62
+ "loss": 1.9749,
63
+ "step": 9
64
+ },
65
+ {
66
+ "epoch": 0.59,
67
+ "learning_rate": 3e-05,
68
+ "loss": 1.9195,
69
+ "step": 10
70
+ },
71
+ {
72
+ "epoch": 0.65,
73
+ "learning_rate": 2.9978001207766858e-05,
74
+ "loss": 2.0357,
75
+ "step": 11
76
+ },
77
+ {
78
+ "epoch": 0.71,
79
+ "learning_rate": 2.9912069357315394e-05,
80
+ "loss": 1.9401,
81
+ "step": 12
82
+ },
83
+ {
84
+ "epoch": 0.76,
85
+ "learning_rate": 2.9802397838122895e-05,
86
+ "loss": 2.09,
87
+ "step": 13
88
+ },
89
+ {
90
+ "epoch": 0.82,
91
+ "learning_rate": 2.96493083356513e-05,
92
+ "loss": 1.949,
93
+ "step": 14
94
+ },
95
+ {
96
+ "epoch": 0.88,
97
+ "learning_rate": 2.9453249887788343e-05,
98
+ "loss": 1.8823,
99
+ "step": 15
100
+ },
101
+ {
102
+ "epoch": 0.94,
103
+ "learning_rate": 2.9214797567742036e-05,
104
+ "loss": 1.8065,
105
+ "step": 16
106
+ },
107
+ {
108
+ "epoch": 1.0,
109
+ "learning_rate": 2.8934650797251875e-05,
110
+ "loss": 1.8173,
111
+ "step": 17
112
+ },
113
+ {
114
+ "epoch": 1.01,
115
+ "learning_rate": 2.861363129506436e-05,
116
+ "loss": 1.9024,
117
+ "step": 18
118
+ },
119
+ {
120
+ "epoch": 1.07,
121
+ "learning_rate": 2.8252680666690346e-05,
122
+ "loss": 1.8496,
123
+ "step": 19
124
+ },
125
+ {
126
+ "epoch": 1.13,
127
+ "learning_rate": 2.7852857642513838e-05,
128
+ "loss": 1.951,
129
+ "step": 20
130
+ },
131
+ {
132
+ "epoch": 1.19,
133
+ "learning_rate": 2.741533497235336e-05,
134
+ "loss": 1.9953,
135
+ "step": 21
136
+ },
137
+ {
138
+ "epoch": 1.25,
139
+ "learning_rate": 2.6941395985584656e-05,
140
+ "loss": 1.7965,
141
+ "step": 22
142
+ },
143
+ {
144
+ "epoch": 1.31,
145
+ "learning_rate": 2.643243082691455e-05,
146
+ "loss": 1.8398,
147
+ "step": 23
148
+ },
149
+ {
150
+ "epoch": 1.37,
151
+ "learning_rate": 2.5889932378846963e-05,
152
+ "loss": 1.8918,
153
+ "step": 24
154
+ },
155
+ {
156
+ "epoch": 1.37,
157
+ "eval_loss": 1.9603818655014038,
158
+ "eval_runtime": 30.1937,
159
+ "eval_samples_per_second": 2.716,
160
+ "eval_steps_per_second": 1.358,
161
+ "step": 24
162
+ },
163
+ {
164
+ "epoch": 1.43,
165
+ "learning_rate": 2.531549188280135e-05,
166
+ "loss": 1.7985,
167
+ "step": 25
168
+ },
169
+ {
170
+ "epoch": 1.49,
171
+ "learning_rate": 2.4710794271727415e-05,
172
+ "loss": 1.9459,
173
+ "step": 26
174
+ },
175
+ {
176
+ "epoch": 1.54,
177
+ "learning_rate": 2.407761322790648e-05,
178
+ "loss": 1.9102,
179
+ "step": 27
180
+ },
181
+ {
182
+ "epoch": 1.6,
183
+ "learning_rate": 2.341780598043574e-05,
184
+ "loss": 1.8783,
185
+ "step": 28
186
+ },
187
+ {
188
+ "epoch": 1.66,
189
+ "learning_rate": 2.2733307857655327e-05,
190
+ "loss": 1.8266,
191
+ "step": 29
192
+ },
193
+ {
194
+ "epoch": 1.72,
195
+ "learning_rate": 2.2026126610496852e-05,
196
+ "loss": 1.8553,
197
+ "step": 30
198
+ },
199
+ {
200
+ "epoch": 1.78,
201
+ "learning_rate": 2.129833652340397e-05,
202
+ "loss": 1.7823,
203
+ "step": 31
204
+ },
205
+ {
206
+ "epoch": 1.84,
207
+ "learning_rate": 2.055207233009872e-05,
208
+ "loss": 1.7761,
209
+ "step": 32
210
+ },
211
+ {
212
+ "epoch": 1.9,
213
+ "learning_rate": 1.9789522952039697e-05,
214
+ "loss": 1.9244,
215
+ "step": 33
216
+ },
217
+ {
218
+ "epoch": 1.96,
219
+ "learning_rate": 1.9012925077938318e-05,
220
+ "loss": 1.8974,
221
+ "step": 34
222
+ },
223
+ {
224
+ "epoch": 2.01,
225
+ "learning_rate": 1.8224556603165363e-05,
226
+ "loss": 1.7296,
227
+ "step": 35
228
+ },
229
+ {
230
+ "epoch": 2.04,
231
+ "learning_rate": 1.7426729948291474e-05,
232
+ "loss": 1.8179,
233
+ "step": 36
234
+ },
235
+ {
236
+ "epoch": 2.1,
237
+ "learning_rate": 1.662178527635913e-05,
238
+ "loss": 1.7776,
239
+ "step": 37
240
+ },
241
+ {
242
+ "epoch": 2.16,
243
+ "learning_rate": 1.5812083628781265e-05,
244
+ "loss": 1.7973,
245
+ "step": 38
246
+ },
247
+ {
248
+ "epoch": 2.22,
249
+ "learning_rate": 1.5e-05,
250
+ "loss": 1.7865,
251
+ "step": 39
252
+ },
253
+ {
254
+ "epoch": 2.28,
255
+ "learning_rate": 1.4187916371218739e-05,
256
+ "loss": 1.8827,
257
+ "step": 40
258
+ },
259
+ {
260
+ "epoch": 2.34,
261
+ "learning_rate": 1.3378214723640877e-05,
262
+ "loss": 1.7788,
263
+ "step": 41
264
+ },
265
+ {
266
+ "epoch": 2.4,
267
+ "learning_rate": 1.2573270051708529e-05,
268
+ "loss": 1.9055,
269
+ "step": 42
270
+ },
271
+ {
272
+ "epoch": 2.46,
273
+ "learning_rate": 1.177544339683464e-05,
274
+ "loss": 1.7964,
275
+ "step": 43
276
+ },
277
+ {
278
+ "epoch": 2.51,
279
+ "learning_rate": 1.098707492206169e-05,
280
+ "loss": 1.9521,
281
+ "step": 44
282
+ },
283
+ {
284
+ "epoch": 2.57,
285
+ "learning_rate": 1.0210477047960303e-05,
286
+ "loss": 1.8313,
287
+ "step": 45
288
+ },
289
+ {
290
+ "epoch": 2.63,
291
+ "learning_rate": 9.447927669901284e-06,
292
+ "loss": 1.7035,
293
+ "step": 46
294
+ },
295
+ {
296
+ "epoch": 2.69,
297
+ "learning_rate": 8.701663476596031e-06,
298
+ "loss": 1.8197,
299
+ "step": 47
300
+ },
301
+ {
302
+ "epoch": 2.75,
303
+ "learning_rate": 7.97387338950315e-06,
304
+ "loss": 1.8991,
305
+ "step": 48
306
+ },
307
+ {
308
+ "epoch": 2.75,
309
+ "eval_loss": 1.9109296798706055,
310
+ "eval_runtime": 30.2035,
311
+ "eval_samples_per_second": 2.715,
312
+ "eval_steps_per_second": 1.357,
313
+ "step": 48
314
+ }
315
+ ],
316
+ "logging_steps": 1,
317
+ "max_steps": 68,
318
+ "num_input_tokens_seen": 0,
319
+ "num_train_epochs": 4,
320
+ "save_steps": 48,
321
+ "total_flos": 1.591372459938939e+17,
322
+ "train_batch_size": 2,
323
+ "trial_name": null,
324
+ "trial_params": null
325
+ }
checkpoint-48/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:928ac6942736715b31945b1e93bbacd79dad0c70fdbeca8e29e7b2258729a2fb
3
+ size 4667
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "athirdpath/Epsilon-17b",
3
+ "architectures": [
4
+ "MistralForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 1,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 4096,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 14336,
13
+ "max_position_embeddings": 32768,
14
+ "model_type": "mistral",
15
+ "num_attention_heads": 32,
16
+ "num_hidden_layers": 76,
17
+ "num_key_value_heads": 8,
18
+ "quantization_config": {
19
+ "bnb_4bit_compute_dtype": "bfloat16",
20
+ "bnb_4bit_quant_type": "nf4",
21
+ "bnb_4bit_use_double_quant": true,
22
+ "llm_int8_enable_fp32_cpu_offload": false,
23
+ "llm_int8_has_fp16_weight": false,
24
+ "llm_int8_skip_modules": null,
25
+ "llm_int8_threshold": 6.0,
26
+ "load_in_4bit": true,
27
+ "load_in_8bit": false,
28
+ "quant_method": "bitsandbytes"
29
+ },
30
+ "rms_norm_eps": 1e-05,
31
+ "rope_theta": 10000.0,
32
+ "sliding_window": 4096,
33
+ "tie_word_embeddings": false,
34
+ "torch_dtype": "bfloat16",
35
+ "transformers_version": "4.36.0.dev0",
36
+ "use_cache": false,
37
+ "vocab_size": 32000
38
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
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,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ },
30
+ "additional_special_tokens": [],
31
+ "bos_token": "<s>",
32
+ "clean_up_tokenization_spaces": false,
33
+ "eos_token": "</s>",
34
+ "legacy": true,
35
+ "model_max_length": 1000000000000000019884624838656,
36
+ "pad_token": "</s>",
37
+ "sp_model_kwargs": {},
38
+ "spaces_between_special_tokens": false,
39
+ "tokenizer_class": "LlamaTokenizer",
40
+ "trust_remote_code": false,
41
+ "unk_token": "<unk>",
42
+ "use_default_system_prompt": false,
43
+ "use_fast": true
44
+ }