athirdpath commited on
Commit
2165022
1 Parent(s): 8949702

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ base_model: NeverSleep/Nethena-20B
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: lora-outA
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ [<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)
15
+ # lora-outA
16
+
17
+ This model is a fine-tuned version of [NeverSleep/Nethena-20B](https://huggingface.co/NeverSleep/Nethena-20B) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.3864
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 2e-05
39
+ - train_batch_size: 4
40
+ - eval_batch_size: 4
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 5
43
+ - total_train_batch_size: 20
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: cosine
46
+ - lr_scheduler_warmup_steps: 10
47
+ - num_epochs: 3
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:-----:|:----:|:---------------:|
53
+ | 1.955 | 0.38 | 25 | 1.9037 |
54
+ | 1.6598 | 0.75 | 50 | 1.6192 |
55
+ | 1.5649 | 1.13 | 75 | 1.5010 |
56
+ | 1.4424 | 1.5 | 100 | 1.4424 |
57
+ | 1.4142 | 1.88 | 125 | 1.4068 |
58
+ | 1.4951 | 2.25 | 150 | 1.3908 |
59
+ | 1.4418 | 2.63 | 175 | 1.3864 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.34.1
65
+ - Pytorch 2.1.0+cu118
66
+ - Datasets 2.14.6
67
+ - Tokenizers 0.14.1
adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "NeverSleep/Nethena-20B",
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
+ "lora_alpha": 32,
12
+ "lora_dropout": 0.05,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 128,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "q_proj",
20
+ "k_proj",
21
+ "v_proj",
22
+ "o_proj",
23
+ "down_proj",
24
+ "up_proj",
25
+ "gate_proj"
26
+ ],
27
+ "task_type": "CAUSAL_LM"
28
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:140728eaa0d9e55ac441f43561217ae3a5f5418f15f6f39f0eb4db134df4d121
3
+ size 3104623258
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[PAD]": 32000
3
+ }
checkpoint-100/README.md ADDED
@@ -0,0 +1,219 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: NeverSleep/Nethena-20B
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: True
207
+ - load_in_4bit: False
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: fp4
213
+ - bnb_4bit_use_double_quant: False
214
+ - bnb_4bit_compute_dtype: float32
215
+
216
+ ### Framework versions
217
+
218
+
219
+ - PEFT 0.6.0
checkpoint-100/adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "NeverSleep/Nethena-20B",
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
+ "lora_alpha": 32,
12
+ "lora_dropout": 0.05,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 128,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "q_proj",
20
+ "k_proj",
21
+ "v_proj",
22
+ "o_proj",
23
+ "down_proj",
24
+ "up_proj",
25
+ "gate_proj"
26
+ ],
27
+ "task_type": "CAUSAL_LM"
28
+ }
checkpoint-100/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:516b68e7fa801cdabae76dbc60c262b9aade6fb786f0c8c3834057b2bfc3c797
3
+ size 3104623258
checkpoint-100/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05aa8f439bc98fcd0bbdc5f6c5602cf84651b914a0a308508d0ce037dc3013b4
3
+ size 14244
checkpoint-100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a75f5757cc9f57a8b09def7459ca6f5de638c11ce7af9155325efdd1595b753b
3
+ size 1064
checkpoint-100/trainer_state.json ADDED
@@ -0,0 +1,651 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 1.44235098361969,
3
+ "best_model_checkpoint": "./lora-outA/checkpoint-100",
4
+ "epoch": 1.5015015015015014,
5
+ "eval_steps": 25,
6
+ "global_step": 100,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.02,
13
+ "learning_rate": 2.0000000000000003e-06,
14
+ "loss": 2.027,
15
+ "step": 1
16
+ },
17
+ {
18
+ "epoch": 0.03,
19
+ "learning_rate": 4.000000000000001e-06,
20
+ "loss": 2.0877,
21
+ "step": 2
22
+ },
23
+ {
24
+ "epoch": 0.05,
25
+ "learning_rate": 6e-06,
26
+ "loss": 2.4458,
27
+ "step": 3
28
+ },
29
+ {
30
+ "epoch": 0.06,
31
+ "learning_rate": 8.000000000000001e-06,
32
+ "loss": 2.2379,
33
+ "step": 4
34
+ },
35
+ {
36
+ "epoch": 0.08,
37
+ "learning_rate": 1e-05,
38
+ "loss": 2.4292,
39
+ "step": 5
40
+ },
41
+ {
42
+ "epoch": 0.09,
43
+ "learning_rate": 1.2e-05,
44
+ "loss": 2.0784,
45
+ "step": 6
46
+ },
47
+ {
48
+ "epoch": 0.11,
49
+ "learning_rate": 1.4e-05,
50
+ "loss": 2.1768,
51
+ "step": 7
52
+ },
53
+ {
54
+ "epoch": 0.12,
55
+ "learning_rate": 1.6000000000000003e-05,
56
+ "loss": 2.0902,
57
+ "step": 8
58
+ },
59
+ {
60
+ "epoch": 0.14,
61
+ "learning_rate": 1.8e-05,
62
+ "loss": 2.3488,
63
+ "step": 9
64
+ },
65
+ {
66
+ "epoch": 0.15,
67
+ "learning_rate": 2e-05,
68
+ "loss": 2.3467,
69
+ "step": 10
70
+ },
71
+ {
72
+ "epoch": 0.17,
73
+ "learning_rate": 1.9998603811858573e-05,
74
+ "loss": 1.9468,
75
+ "step": 11
76
+ },
77
+ {
78
+ "epoch": 0.18,
79
+ "learning_rate": 1.9994415637302545e-05,
80
+ "loss": 2.2701,
81
+ "step": 12
82
+ },
83
+ {
84
+ "epoch": 0.2,
85
+ "learning_rate": 1.998743664582786e-05,
86
+ "loss": 2.1306,
87
+ "step": 13
88
+ },
89
+ {
90
+ "epoch": 0.21,
91
+ "learning_rate": 1.9977668786231536e-05,
92
+ "loss": 2.2113,
93
+ "step": 14
94
+ },
95
+ {
96
+ "epoch": 0.23,
97
+ "learning_rate": 1.9965114786067515e-05,
98
+ "loss": 2.2447,
99
+ "step": 15
100
+ },
101
+ {
102
+ "epoch": 0.24,
103
+ "learning_rate": 1.994977815088504e-05,
104
+ "loss": 1.9715,
105
+ "step": 16
106
+ },
107
+ {
108
+ "epoch": 0.26,
109
+ "learning_rate": 1.9931663163249744e-05,
110
+ "loss": 2.1725,
111
+ "step": 17
112
+ },
113
+ {
114
+ "epoch": 0.27,
115
+ "learning_rate": 1.9910774881547803e-05,
116
+ "loss": 1.9481,
117
+ "step": 18
118
+ },
119
+ {
120
+ "epoch": 0.29,
121
+ "learning_rate": 1.9887119138573462e-05,
122
+ "loss": 1.9348,
123
+ "step": 19
124
+ },
125
+ {
126
+ "epoch": 0.3,
127
+ "learning_rate": 1.9860702539900288e-05,
128
+ "loss": 2.1486,
129
+ "step": 20
130
+ },
131
+ {
132
+ "epoch": 0.32,
133
+ "learning_rate": 1.9831532462036634e-05,
134
+ "loss": 1.8827,
135
+ "step": 21
136
+ },
137
+ {
138
+ "epoch": 0.33,
139
+ "learning_rate": 1.979961705036587e-05,
140
+ "loss": 1.8206,
141
+ "step": 22
142
+ },
143
+ {
144
+ "epoch": 0.35,
145
+ "learning_rate": 1.9764965216871848e-05,
146
+ "loss": 2.1399,
147
+ "step": 23
148
+ },
149
+ {
150
+ "epoch": 0.36,
151
+ "learning_rate": 1.9727586637650373e-05,
152
+ "loss": 1.807,
153
+ "step": 24
154
+ },
155
+ {
156
+ "epoch": 0.38,
157
+ "learning_rate": 1.9687491750207255e-05,
158
+ "loss": 1.955,
159
+ "step": 25
160
+ },
161
+ {
162
+ "epoch": 0.38,
163
+ "eval_loss": 1.9037058353424072,
164
+ "eval_runtime": 10.8675,
165
+ "eval_samples_per_second": 2.576,
166
+ "eval_steps_per_second": 0.644,
167
+ "step": 25
168
+ },
169
+ {
170
+ "epoch": 0.39,
171
+ "learning_rate": 1.964469175054377e-05,
172
+ "loss": 1.8608,
173
+ "step": 26
174
+ },
175
+ {
176
+ "epoch": 0.41,
177
+ "learning_rate": 1.9599198590030308e-05,
178
+ "loss": 2.1292,
179
+ "step": 27
180
+ },
181
+ {
182
+ "epoch": 0.42,
183
+ "learning_rate": 1.9551024972069127e-05,
184
+ "loss": 1.9422,
185
+ "step": 28
186
+ },
187
+ {
188
+ "epoch": 0.44,
189
+ "learning_rate": 1.950018434854704e-05,
190
+ "loss": 1.846,
191
+ "step": 29
192
+ },
193
+ {
194
+ "epoch": 0.45,
195
+ "learning_rate": 1.944669091607919e-05,
196
+ "loss": 1.8679,
197
+ "step": 30
198
+ },
199
+ {
200
+ "epoch": 0.47,
201
+ "learning_rate": 1.9390559612044783e-05,
202
+ "loss": 1.7104,
203
+ "step": 31
204
+ },
205
+ {
206
+ "epoch": 0.48,
207
+ "learning_rate": 1.9331806110416027e-05,
208
+ "loss": 1.7278,
209
+ "step": 32
210
+ },
211
+ {
212
+ "epoch": 0.5,
213
+ "learning_rate": 1.9270446817381377e-05,
214
+ "loss": 2.0227,
215
+ "step": 33
216
+ },
217
+ {
218
+ "epoch": 0.51,
219
+ "learning_rate": 1.920649886676429e-05,
220
+ "loss": 1.8487,
221
+ "step": 34
222
+ },
223
+ {
224
+ "epoch": 0.53,
225
+ "learning_rate": 1.9139980115238827e-05,
226
+ "loss": 1.6051,
227
+ "step": 35
228
+ },
229
+ {
230
+ "epoch": 0.54,
231
+ "learning_rate": 1.907090913734341e-05,
232
+ "loss": 1.6792,
233
+ "step": 36
234
+ },
235
+ {
236
+ "epoch": 0.56,
237
+ "learning_rate": 1.899930522029408e-05,
238
+ "loss": 1.9176,
239
+ "step": 37
240
+ },
241
+ {
242
+ "epoch": 0.57,
243
+ "learning_rate": 1.8925188358598815e-05,
244
+ "loss": 1.629,
245
+ "step": 38
246
+ },
247
+ {
248
+ "epoch": 0.59,
249
+ "learning_rate": 1.8848579248474286e-05,
250
+ "loss": 1.8579,
251
+ "step": 39
252
+ },
253
+ {
254
+ "epoch": 0.6,
255
+ "learning_rate": 1.8769499282066716e-05,
256
+ "loss": 1.6583,
257
+ "step": 40
258
+ },
259
+ {
260
+ "epoch": 0.62,
261
+ "learning_rate": 1.8687970541478367e-05,
262
+ "loss": 1.7202,
263
+ "step": 41
264
+ },
265
+ {
266
+ "epoch": 0.63,
267
+ "learning_rate": 1.8604015792601395e-05,
268
+ "loss": 1.7408,
269
+ "step": 42
270
+ },
271
+ {
272
+ "epoch": 0.65,
273
+ "learning_rate": 1.851765847876076e-05,
274
+ "loss": 1.7131,
275
+ "step": 43
276
+ },
277
+ {
278
+ "epoch": 0.66,
279
+ "learning_rate": 1.842892271416797e-05,
280
+ "loss": 1.7969,
281
+ "step": 44
282
+ },
283
+ {
284
+ "epoch": 0.68,
285
+ "learning_rate": 1.8337833277187472e-05,
286
+ "loss": 1.6165,
287
+ "step": 45
288
+ },
289
+ {
290
+ "epoch": 0.69,
291
+ "learning_rate": 1.8244415603417603e-05,
292
+ "loss": 1.6652,
293
+ "step": 46
294
+ },
295
+ {
296
+ "epoch": 0.71,
297
+ "learning_rate": 1.8148695778588034e-05,
298
+ "loss": 1.7009,
299
+ "step": 47
300
+ },
301
+ {
302
+ "epoch": 0.72,
303
+ "learning_rate": 1.8050700531275632e-05,
304
+ "loss": 2.0433,
305
+ "step": 48
306
+ },
307
+ {
308
+ "epoch": 0.74,
309
+ "learning_rate": 1.795045722544083e-05,
310
+ "loss": 1.577,
311
+ "step": 49
312
+ },
313
+ {
314
+ "epoch": 0.75,
315
+ "learning_rate": 1.7847993852786612e-05,
316
+ "loss": 1.6598,
317
+ "step": 50
318
+ },
319
+ {
320
+ "epoch": 0.75,
321
+ "eval_loss": 1.6191542148590088,
322
+ "eval_runtime": 10.8699,
323
+ "eval_samples_per_second": 2.576,
324
+ "eval_steps_per_second": 0.644,
325
+ "step": 50
326
+ },
327
+ {
328
+ "epoch": 0.77,
329
+ "learning_rate": 1.7743339024942135e-05,
330
+ "loss": 1.7067,
331
+ "step": 51
332
+ },
333
+ {
334
+ "epoch": 0.78,
335
+ "learning_rate": 1.7636521965473324e-05,
336
+ "loss": 1.6212,
337
+ "step": 52
338
+ },
339
+ {
340
+ "epoch": 0.8,
341
+ "learning_rate": 1.7527572501722516e-05,
342
+ "loss": 1.5661,
343
+ "step": 53
344
+ },
345
+ {
346
+ "epoch": 0.81,
347
+ "learning_rate": 1.7416521056479577e-05,
348
+ "loss": 1.5579,
349
+ "step": 54
350
+ },
351
+ {
352
+ "epoch": 0.83,
353
+ "learning_rate": 1.7303398639486696e-05,
354
+ "loss": 1.6506,
355
+ "step": 55
356
+ },
357
+ {
358
+ "epoch": 0.84,
359
+ "learning_rate": 1.7188236838779297e-05,
360
+ "loss": 1.7512,
361
+ "step": 56
362
+ },
363
+ {
364
+ "epoch": 0.86,
365
+ "learning_rate": 1.7071067811865477e-05,
366
+ "loss": 1.6908,
367
+ "step": 57
368
+ },
369
+ {
370
+ "epoch": 0.87,
371
+ "learning_rate": 1.6951924276746425e-05,
372
+ "loss": 1.778,
373
+ "step": 58
374
+ },
375
+ {
376
+ "epoch": 0.89,
377
+ "learning_rate": 1.683083950278031e-05,
378
+ "loss": 1.451,
379
+ "step": 59
380
+ },
381
+ {
382
+ "epoch": 0.9,
383
+ "learning_rate": 1.6707847301392237e-05,
384
+ "loss": 1.7809,
385
+ "step": 60
386
+ },
387
+ {
388
+ "epoch": 0.92,
389
+ "learning_rate": 1.6582982016632818e-05,
390
+ "loss": 1.6405,
391
+ "step": 61
392
+ },
393
+ {
394
+ "epoch": 0.93,
395
+ "learning_rate": 1.6456278515588023e-05,
396
+ "loss": 1.6913,
397
+ "step": 62
398
+ },
399
+ {
400
+ "epoch": 0.95,
401
+ "learning_rate": 1.6327772178642986e-05,
402
+ "loss": 1.7667,
403
+ "step": 63
404
+ },
405
+ {
406
+ "epoch": 0.96,
407
+ "learning_rate": 1.619749888960245e-05,
408
+ "loss": 1.4675,
409
+ "step": 64
410
+ },
411
+ {
412
+ "epoch": 0.98,
413
+ "learning_rate": 1.6065495025670675e-05,
414
+ "loss": 1.5044,
415
+ "step": 65
416
+ },
417
+ {
418
+ "epoch": 0.99,
419
+ "learning_rate": 1.5931797447293553e-05,
420
+ "loss": 1.6187,
421
+ "step": 66
422
+ },
423
+ {
424
+ "epoch": 1.01,
425
+ "learning_rate": 1.5796443487865774e-05,
426
+ "loss": 1.6726,
427
+ "step": 67
428
+ },
429
+ {
430
+ "epoch": 1.02,
431
+ "learning_rate": 1.5659470943305956e-05,
432
+ "loss": 1.5999,
433
+ "step": 68
434
+ },
435
+ {
436
+ "epoch": 1.04,
437
+ "learning_rate": 1.552091806150257e-05,
438
+ "loss": 1.4913,
439
+ "step": 69
440
+ },
441
+ {
442
+ "epoch": 1.05,
443
+ "learning_rate": 1.5380823531633727e-05,
444
+ "loss": 1.4692,
445
+ "step": 70
446
+ },
447
+ {
448
+ "epoch": 1.07,
449
+ "learning_rate": 1.523922647336369e-05,
450
+ "loss": 1.5326,
451
+ "step": 71
452
+ },
453
+ {
454
+ "epoch": 1.08,
455
+ "learning_rate": 1.5096166425919176e-05,
456
+ "loss": 1.4767,
457
+ "step": 72
458
+ },
459
+ {
460
+ "epoch": 1.1,
461
+ "learning_rate": 1.4951683337048536e-05,
462
+ "loss": 1.3673,
463
+ "step": 73
464
+ },
465
+ {
466
+ "epoch": 1.11,
467
+ "learning_rate": 1.4805817551866839e-05,
468
+ "loss": 1.6663,
469
+ "step": 74
470
+ },
471
+ {
472
+ "epoch": 1.13,
473
+ "learning_rate": 1.4658609801589982e-05,
474
+ "loss": 1.5649,
475
+ "step": 75
476
+ },
477
+ {
478
+ "epoch": 1.13,
479
+ "eval_loss": 1.5010281801223755,
480
+ "eval_runtime": 10.8975,
481
+ "eval_samples_per_second": 2.569,
482
+ "eval_steps_per_second": 0.642,
483
+ "step": 75
484
+ },
485
+ {
486
+ "epoch": 1.14,
487
+ "learning_rate": 1.451010119216102e-05,
488
+ "loss": 1.4662,
489
+ "step": 76
490
+ },
491
+ {
492
+ "epoch": 1.16,
493
+ "learning_rate": 1.436033319277183e-05,
494
+ "loss": 1.5699,
495
+ "step": 77
496
+ },
497
+ {
498
+ "epoch": 1.17,
499
+ "learning_rate": 1.4209347624283352e-05,
500
+ "loss": 1.5471,
501
+ "step": 78
502
+ },
503
+ {
504
+ "epoch": 1.19,
505
+ "learning_rate": 1.4057186647547638e-05,
506
+ "loss": 1.5028,
507
+ "step": 79
508
+ },
509
+ {
510
+ "epoch": 1.2,
511
+ "learning_rate": 1.3903892751634949e-05,
512
+ "loss": 1.6067,
513
+ "step": 80
514
+ },
515
+ {
516
+ "epoch": 1.22,
517
+ "learning_rate": 1.3749508741969213e-05,
518
+ "loss": 1.5703,
519
+ "step": 81
520
+ },
521
+ {
522
+ "epoch": 1.23,
523
+ "learning_rate": 1.3594077728375129e-05,
524
+ "loss": 1.4915,
525
+ "step": 82
526
+ },
527
+ {
528
+ "epoch": 1.25,
529
+ "learning_rate": 1.3437643113040302e-05,
530
+ "loss": 1.4674,
531
+ "step": 83
532
+ },
533
+ {
534
+ "epoch": 1.26,
535
+ "learning_rate": 1.328024857839569e-05,
536
+ "loss": 1.6161,
537
+ "step": 84
538
+ },
539
+ {
540
+ "epoch": 1.28,
541
+ "learning_rate": 1.3121938074917866e-05,
542
+ "loss": 1.5415,
543
+ "step": 85
544
+ },
545
+ {
546
+ "epoch": 1.29,
547
+ "learning_rate": 1.2962755808856341e-05,
548
+ "loss": 1.4845,
549
+ "step": 86
550
+ },
551
+ {
552
+ "epoch": 1.31,
553
+ "learning_rate": 1.2802746229889563e-05,
554
+ "loss": 1.3974,
555
+ "step": 87
556
+ },
557
+ {
558
+ "epoch": 1.32,
559
+ "learning_rate": 1.2641954018712863e-05,
560
+ "loss": 1.5752,
561
+ "step": 88
562
+ },
563
+ {
564
+ "epoch": 1.34,
565
+ "learning_rate": 1.2480424074561934e-05,
566
+ "loss": 1.856,
567
+ "step": 89
568
+ },
569
+ {
570
+ "epoch": 1.35,
571
+ "learning_rate": 1.2318201502675285e-05,
572
+ "loss": 1.4777,
573
+ "step": 90
574
+ },
575
+ {
576
+ "epoch": 1.37,
577
+ "learning_rate": 1.2155331601699136e-05,
578
+ "loss": 1.4124,
579
+ "step": 91
580
+ },
581
+ {
582
+ "epoch": 1.38,
583
+ "learning_rate": 1.1991859851038362e-05,
584
+ "loss": 1.3642,
585
+ "step": 92
586
+ },
587
+ {
588
+ "epoch": 1.4,
589
+ "learning_rate": 1.1827831898156905e-05,
590
+ "loss": 1.4942,
591
+ "step": 93
592
+ },
593
+ {
594
+ "epoch": 1.41,
595
+ "learning_rate": 1.1663293545831302e-05,
596
+ "loss": 1.5128,
597
+ "step": 94
598
+ },
599
+ {
600
+ "epoch": 1.43,
601
+ "learning_rate": 1.1498290739360815e-05,
602
+ "loss": 1.5812,
603
+ "step": 95
604
+ },
605
+ {
606
+ "epoch": 1.44,
607
+ "learning_rate": 1.133286955373779e-05,
608
+ "loss": 1.5092,
609
+ "step": 96
610
+ },
611
+ {
612
+ "epoch": 1.46,
613
+ "learning_rate": 1.1167076180781764e-05,
614
+ "loss": 1.4185,
615
+ "step": 97
616
+ },
617
+ {
618
+ "epoch": 1.47,
619
+ "learning_rate": 1.1000956916240985e-05,
620
+ "loss": 1.6486,
621
+ "step": 98
622
+ },
623
+ {
624
+ "epoch": 1.49,
625
+ "learning_rate": 1.08345581468649e-05,
626
+ "loss": 1.5457,
627
+ "step": 99
628
+ },
629
+ {
630
+ "epoch": 1.5,
631
+ "learning_rate": 1.0667926337451217e-05,
632
+ "loss": 1.4424,
633
+ "step": 100
634
+ },
635
+ {
636
+ "epoch": 1.5,
637
+ "eval_loss": 1.44235098361969,
638
+ "eval_runtime": 10.8826,
639
+ "eval_samples_per_second": 2.573,
640
+ "eval_steps_per_second": 0.643,
641
+ "step": 100
642
+ }
643
+ ],
644
+ "logging_steps": 1,
645
+ "max_steps": 198,
646
+ "num_train_epochs": 3,
647
+ "save_steps": 50,
648
+ "total_flos": 2.572653895310377e+17,
649
+ "trial_name": null,
650
+ "trial_params": null
651
+ }
checkpoint-100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7fec19a554d0970f5e2dbe43273fbdb3e1b9cdfff23ccd1e725620293a85c95
3
+ size 4920
checkpoint-150/README.md ADDED
@@ -0,0 +1,219 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: NeverSleep/Nethena-20B
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: True
207
+ - load_in_4bit: False
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: fp4
213
+ - bnb_4bit_use_double_quant: False
214
+ - bnb_4bit_compute_dtype: float32
215
+
216
+ ### Framework versions
217
+
218
+
219
+ - PEFT 0.6.0
checkpoint-150/adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "NeverSleep/Nethena-20B",
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
+ "lora_alpha": 32,
12
+ "lora_dropout": 0.05,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 128,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "q_proj",
20
+ "k_proj",
21
+ "v_proj",
22
+ "o_proj",
23
+ "down_proj",
24
+ "up_proj",
25
+ "gate_proj"
26
+ ],
27
+ "task_type": "CAUSAL_LM"
28
+ }
checkpoint-150/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:140728eaa0d9e55ac441f43561217ae3a5f5418f15f6f39f0eb4db134df4d121
3
+ size 3104623258
checkpoint-150/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afde7d54c1e1c7773c0f916e50a456c335d358363c6015cec196b5300924e2b5
3
+ size 6209163710
checkpoint-150/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7488f2f71288bda404be5ac85c9d726d9fc20418dcdd1cae5181560a868aade0
3
+ size 14244
checkpoint-150/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a74a61eed41363201576a2c2f03096955a771b7df8fef34afee819f593b995f
3
+ size 1064
checkpoint-150/trainer_state.json ADDED
@@ -0,0 +1,967 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 1.3908014297485352,
3
+ "best_model_checkpoint": "./lora-outA/checkpoint-150",
4
+ "epoch": 2.2522522522522523,
5
+ "eval_steps": 25,
6
+ "global_step": 150,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.02,
13
+ "learning_rate": 2.0000000000000003e-06,
14
+ "loss": 2.027,
15
+ "step": 1
16
+ },
17
+ {
18
+ "epoch": 0.03,
19
+ "learning_rate": 4.000000000000001e-06,
20
+ "loss": 2.0877,
21
+ "step": 2
22
+ },
23
+ {
24
+ "epoch": 0.05,
25
+ "learning_rate": 6e-06,
26
+ "loss": 2.4458,
27
+ "step": 3
28
+ },
29
+ {
30
+ "epoch": 0.06,
31
+ "learning_rate": 8.000000000000001e-06,
32
+ "loss": 2.2379,
33
+ "step": 4
34
+ },
35
+ {
36
+ "epoch": 0.08,
37
+ "learning_rate": 1e-05,
38
+ "loss": 2.4292,
39
+ "step": 5
40
+ },
41
+ {
42
+ "epoch": 0.09,
43
+ "learning_rate": 1.2e-05,
44
+ "loss": 2.0784,
45
+ "step": 6
46
+ },
47
+ {
48
+ "epoch": 0.11,
49
+ "learning_rate": 1.4e-05,
50
+ "loss": 2.1768,
51
+ "step": 7
52
+ },
53
+ {
54
+ "epoch": 0.12,
55
+ "learning_rate": 1.6000000000000003e-05,
56
+ "loss": 2.0902,
57
+ "step": 8
58
+ },
59
+ {
60
+ "epoch": 0.14,
61
+ "learning_rate": 1.8e-05,
62
+ "loss": 2.3488,
63
+ "step": 9
64
+ },
65
+ {
66
+ "epoch": 0.15,
67
+ "learning_rate": 2e-05,
68
+ "loss": 2.3467,
69
+ "step": 10
70
+ },
71
+ {
72
+ "epoch": 0.17,
73
+ "learning_rate": 1.9998603811858573e-05,
74
+ "loss": 1.9468,
75
+ "step": 11
76
+ },
77
+ {
78
+ "epoch": 0.18,
79
+ "learning_rate": 1.9994415637302545e-05,
80
+ "loss": 2.2701,
81
+ "step": 12
82
+ },
83
+ {
84
+ "epoch": 0.2,
85
+ "learning_rate": 1.998743664582786e-05,
86
+ "loss": 2.1306,
87
+ "step": 13
88
+ },
89
+ {
90
+ "epoch": 0.21,
91
+ "learning_rate": 1.9977668786231536e-05,
92
+ "loss": 2.2113,
93
+ "step": 14
94
+ },
95
+ {
96
+ "epoch": 0.23,
97
+ "learning_rate": 1.9965114786067515e-05,
98
+ "loss": 2.2447,
99
+ "step": 15
100
+ },
101
+ {
102
+ "epoch": 0.24,
103
+ "learning_rate": 1.994977815088504e-05,
104
+ "loss": 1.9715,
105
+ "step": 16
106
+ },
107
+ {
108
+ "epoch": 0.26,
109
+ "learning_rate": 1.9931663163249744e-05,
110
+ "loss": 2.1725,
111
+ "step": 17
112
+ },
113
+ {
114
+ "epoch": 0.27,
115
+ "learning_rate": 1.9910774881547803e-05,
116
+ "loss": 1.9481,
117
+ "step": 18
118
+ },
119
+ {
120
+ "epoch": 0.29,
121
+ "learning_rate": 1.9887119138573462e-05,
122
+ "loss": 1.9348,
123
+ "step": 19
124
+ },
125
+ {
126
+ "epoch": 0.3,
127
+ "learning_rate": 1.9860702539900288e-05,
128
+ "loss": 2.1486,
129
+ "step": 20
130
+ },
131
+ {
132
+ "epoch": 0.32,
133
+ "learning_rate": 1.9831532462036634e-05,
134
+ "loss": 1.8827,
135
+ "step": 21
136
+ },
137
+ {
138
+ "epoch": 0.33,
139
+ "learning_rate": 1.979961705036587e-05,
140
+ "loss": 1.8206,
141
+ "step": 22
142
+ },
143
+ {
144
+ "epoch": 0.35,
145
+ "learning_rate": 1.9764965216871848e-05,
146
+ "loss": 2.1399,
147
+ "step": 23
148
+ },
149
+ {
150
+ "epoch": 0.36,
151
+ "learning_rate": 1.9727586637650373e-05,
152
+ "loss": 1.807,
153
+ "step": 24
154
+ },
155
+ {
156
+ "epoch": 0.38,
157
+ "learning_rate": 1.9687491750207255e-05,
158
+ "loss": 1.955,
159
+ "step": 25
160
+ },
161
+ {
162
+ "epoch": 0.38,
163
+ "eval_loss": 1.9037058353424072,
164
+ "eval_runtime": 10.8675,
165
+ "eval_samples_per_second": 2.576,
166
+ "eval_steps_per_second": 0.644,
167
+ "step": 25
168
+ },
169
+ {
170
+ "epoch": 0.39,
171
+ "learning_rate": 1.964469175054377e-05,
172
+ "loss": 1.8608,
173
+ "step": 26
174
+ },
175
+ {
176
+ "epoch": 0.41,
177
+ "learning_rate": 1.9599198590030308e-05,
178
+ "loss": 2.1292,
179
+ "step": 27
180
+ },
181
+ {
182
+ "epoch": 0.42,
183
+ "learning_rate": 1.9551024972069127e-05,
184
+ "loss": 1.9422,
185
+ "step": 28
186
+ },
187
+ {
188
+ "epoch": 0.44,
189
+ "learning_rate": 1.950018434854704e-05,
190
+ "loss": 1.846,
191
+ "step": 29
192
+ },
193
+ {
194
+ "epoch": 0.45,
195
+ "learning_rate": 1.944669091607919e-05,
196
+ "loss": 1.8679,
197
+ "step": 30
198
+ },
199
+ {
200
+ "epoch": 0.47,
201
+ "learning_rate": 1.9390559612044783e-05,
202
+ "loss": 1.7104,
203
+ "step": 31
204
+ },
205
+ {
206
+ "epoch": 0.48,
207
+ "learning_rate": 1.9331806110416027e-05,
208
+ "loss": 1.7278,
209
+ "step": 32
210
+ },
211
+ {
212
+ "epoch": 0.5,
213
+ "learning_rate": 1.9270446817381377e-05,
214
+ "loss": 2.0227,
215
+ "step": 33
216
+ },
217
+ {
218
+ "epoch": 0.51,
219
+ "learning_rate": 1.920649886676429e-05,
220
+ "loss": 1.8487,
221
+ "step": 34
222
+ },
223
+ {
224
+ "epoch": 0.53,
225
+ "learning_rate": 1.9139980115238827e-05,
226
+ "loss": 1.6051,
227
+ "step": 35
228
+ },
229
+ {
230
+ "epoch": 0.54,
231
+ "learning_rate": 1.907090913734341e-05,
232
+ "loss": 1.6792,
233
+ "step": 36
234
+ },
235
+ {
236
+ "epoch": 0.56,
237
+ "learning_rate": 1.899930522029408e-05,
238
+ "loss": 1.9176,
239
+ "step": 37
240
+ },
241
+ {
242
+ "epoch": 0.57,
243
+ "learning_rate": 1.8925188358598815e-05,
244
+ "loss": 1.629,
245
+ "step": 38
246
+ },
247
+ {
248
+ "epoch": 0.59,
249
+ "learning_rate": 1.8848579248474286e-05,
250
+ "loss": 1.8579,
251
+ "step": 39
252
+ },
253
+ {
254
+ "epoch": 0.6,
255
+ "learning_rate": 1.8769499282066716e-05,
256
+ "loss": 1.6583,
257
+ "step": 40
258
+ },
259
+ {
260
+ "epoch": 0.62,
261
+ "learning_rate": 1.8687970541478367e-05,
262
+ "loss": 1.7202,
263
+ "step": 41
264
+ },
265
+ {
266
+ "epoch": 0.63,
267
+ "learning_rate": 1.8604015792601395e-05,
268
+ "loss": 1.7408,
269
+ "step": 42
270
+ },
271
+ {
272
+ "epoch": 0.65,
273
+ "learning_rate": 1.851765847876076e-05,
274
+ "loss": 1.7131,
275
+ "step": 43
276
+ },
277
+ {
278
+ "epoch": 0.66,
279
+ "learning_rate": 1.842892271416797e-05,
280
+ "loss": 1.7969,
281
+ "step": 44
282
+ },
283
+ {
284
+ "epoch": 0.68,
285
+ "learning_rate": 1.8337833277187472e-05,
286
+ "loss": 1.6165,
287
+ "step": 45
288
+ },
289
+ {
290
+ "epoch": 0.69,
291
+ "learning_rate": 1.8244415603417603e-05,
292
+ "loss": 1.6652,
293
+ "step": 46
294
+ },
295
+ {
296
+ "epoch": 0.71,
297
+ "learning_rate": 1.8148695778588034e-05,
298
+ "loss": 1.7009,
299
+ "step": 47
300
+ },
301
+ {
302
+ "epoch": 0.72,
303
+ "learning_rate": 1.8050700531275632e-05,
304
+ "loss": 2.0433,
305
+ "step": 48
306
+ },
307
+ {
308
+ "epoch": 0.74,
309
+ "learning_rate": 1.795045722544083e-05,
310
+ "loss": 1.577,
311
+ "step": 49
312
+ },
313
+ {
314
+ "epoch": 0.75,
315
+ "learning_rate": 1.7847993852786612e-05,
316
+ "loss": 1.6598,
317
+ "step": 50
318
+ },
319
+ {
320
+ "epoch": 0.75,
321
+ "eval_loss": 1.6191542148590088,
322
+ "eval_runtime": 10.8699,
323
+ "eval_samples_per_second": 2.576,
324
+ "eval_steps_per_second": 0.644,
325
+ "step": 50
326
+ },
327
+ {
328
+ "epoch": 0.77,
329
+ "learning_rate": 1.7743339024942135e-05,
330
+ "loss": 1.7067,
331
+ "step": 51
332
+ },
333
+ {
334
+ "epoch": 0.78,
335
+ "learning_rate": 1.7636521965473324e-05,
336
+ "loss": 1.6212,
337
+ "step": 52
338
+ },
339
+ {
340
+ "epoch": 0.8,
341
+ "learning_rate": 1.7527572501722516e-05,
342
+ "loss": 1.5661,
343
+ "step": 53
344
+ },
345
+ {
346
+ "epoch": 0.81,
347
+ "learning_rate": 1.7416521056479577e-05,
348
+ "loss": 1.5579,
349
+ "step": 54
350
+ },
351
+ {
352
+ "epoch": 0.83,
353
+ "learning_rate": 1.7303398639486696e-05,
354
+ "loss": 1.6506,
355
+ "step": 55
356
+ },
357
+ {
358
+ "epoch": 0.84,
359
+ "learning_rate": 1.7188236838779297e-05,
360
+ "loss": 1.7512,
361
+ "step": 56
362
+ },
363
+ {
364
+ "epoch": 0.86,
365
+ "learning_rate": 1.7071067811865477e-05,
366
+ "loss": 1.6908,
367
+ "step": 57
368
+ },
369
+ {
370
+ "epoch": 0.87,
371
+ "learning_rate": 1.6951924276746425e-05,
372
+ "loss": 1.778,
373
+ "step": 58
374
+ },
375
+ {
376
+ "epoch": 0.89,
377
+ "learning_rate": 1.683083950278031e-05,
378
+ "loss": 1.451,
379
+ "step": 59
380
+ },
381
+ {
382
+ "epoch": 0.9,
383
+ "learning_rate": 1.6707847301392237e-05,
384
+ "loss": 1.7809,
385
+ "step": 60
386
+ },
387
+ {
388
+ "epoch": 0.92,
389
+ "learning_rate": 1.6582982016632818e-05,
390
+ "loss": 1.6405,
391
+ "step": 61
392
+ },
393
+ {
394
+ "epoch": 0.93,
395
+ "learning_rate": 1.6456278515588023e-05,
396
+ "loss": 1.6913,
397
+ "step": 62
398
+ },
399
+ {
400
+ "epoch": 0.95,
401
+ "learning_rate": 1.6327772178642986e-05,
402
+ "loss": 1.7667,
403
+ "step": 63
404
+ },
405
+ {
406
+ "epoch": 0.96,
407
+ "learning_rate": 1.619749888960245e-05,
408
+ "loss": 1.4675,
409
+ "step": 64
410
+ },
411
+ {
412
+ "epoch": 0.98,
413
+ "learning_rate": 1.6065495025670675e-05,
414
+ "loss": 1.5044,
415
+ "step": 65
416
+ },
417
+ {
418
+ "epoch": 0.99,
419
+ "learning_rate": 1.5931797447293553e-05,
420
+ "loss": 1.6187,
421
+ "step": 66
422
+ },
423
+ {
424
+ "epoch": 1.01,
425
+ "learning_rate": 1.5796443487865774e-05,
426
+ "loss": 1.6726,
427
+ "step": 67
428
+ },
429
+ {
430
+ "epoch": 1.02,
431
+ "learning_rate": 1.5659470943305956e-05,
432
+ "loss": 1.5999,
433
+ "step": 68
434
+ },
435
+ {
436
+ "epoch": 1.04,
437
+ "learning_rate": 1.552091806150257e-05,
438
+ "loss": 1.4913,
439
+ "step": 69
440
+ },
441
+ {
442
+ "epoch": 1.05,
443
+ "learning_rate": 1.5380823531633727e-05,
444
+ "loss": 1.4692,
445
+ "step": 70
446
+ },
447
+ {
448
+ "epoch": 1.07,
449
+ "learning_rate": 1.523922647336369e-05,
450
+ "loss": 1.5326,
451
+ "step": 71
452
+ },
453
+ {
454
+ "epoch": 1.08,
455
+ "learning_rate": 1.5096166425919176e-05,
456
+ "loss": 1.4767,
457
+ "step": 72
458
+ },
459
+ {
460
+ "epoch": 1.1,
461
+ "learning_rate": 1.4951683337048536e-05,
462
+ "loss": 1.3673,
463
+ "step": 73
464
+ },
465
+ {
466
+ "epoch": 1.11,
467
+ "learning_rate": 1.4805817551866839e-05,
468
+ "loss": 1.6663,
469
+ "step": 74
470
+ },
471
+ {
472
+ "epoch": 1.13,
473
+ "learning_rate": 1.4658609801589982e-05,
474
+ "loss": 1.5649,
475
+ "step": 75
476
+ },
477
+ {
478
+ "epoch": 1.13,
479
+ "eval_loss": 1.5010281801223755,
480
+ "eval_runtime": 10.8975,
481
+ "eval_samples_per_second": 2.569,
482
+ "eval_steps_per_second": 0.642,
483
+ "step": 75
484
+ },
485
+ {
486
+ "epoch": 1.14,
487
+ "learning_rate": 1.451010119216102e-05,
488
+ "loss": 1.4662,
489
+ "step": 76
490
+ },
491
+ {
492
+ "epoch": 1.16,
493
+ "learning_rate": 1.436033319277183e-05,
494
+ "loss": 1.5699,
495
+ "step": 77
496
+ },
497
+ {
498
+ "epoch": 1.17,
499
+ "learning_rate": 1.4209347624283352e-05,
500
+ "loss": 1.5471,
501
+ "step": 78
502
+ },
503
+ {
504
+ "epoch": 1.19,
505
+ "learning_rate": 1.4057186647547638e-05,
506
+ "loss": 1.5028,
507
+ "step": 79
508
+ },
509
+ {
510
+ "epoch": 1.2,
511
+ "learning_rate": 1.3903892751634949e-05,
512
+ "loss": 1.6067,
513
+ "step": 80
514
+ },
515
+ {
516
+ "epoch": 1.22,
517
+ "learning_rate": 1.3749508741969213e-05,
518
+ "loss": 1.5703,
519
+ "step": 81
520
+ },
521
+ {
522
+ "epoch": 1.23,
523
+ "learning_rate": 1.3594077728375129e-05,
524
+ "loss": 1.4915,
525
+ "step": 82
526
+ },
527
+ {
528
+ "epoch": 1.25,
529
+ "learning_rate": 1.3437643113040302e-05,
530
+ "loss": 1.4674,
531
+ "step": 83
532
+ },
533
+ {
534
+ "epoch": 1.26,
535
+ "learning_rate": 1.328024857839569e-05,
536
+ "loss": 1.6161,
537
+ "step": 84
538
+ },
539
+ {
540
+ "epoch": 1.28,
541
+ "learning_rate": 1.3121938074917866e-05,
542
+ "loss": 1.5415,
543
+ "step": 85
544
+ },
545
+ {
546
+ "epoch": 1.29,
547
+ "learning_rate": 1.2962755808856341e-05,
548
+ "loss": 1.4845,
549
+ "step": 86
550
+ },
551
+ {
552
+ "epoch": 1.31,
553
+ "learning_rate": 1.2802746229889563e-05,
554
+ "loss": 1.3974,
555
+ "step": 87
556
+ },
557
+ {
558
+ "epoch": 1.32,
559
+ "learning_rate": 1.2641954018712863e-05,
560
+ "loss": 1.5752,
561
+ "step": 88
562
+ },
563
+ {
564
+ "epoch": 1.34,
565
+ "learning_rate": 1.2480424074561934e-05,
566
+ "loss": 1.856,
567
+ "step": 89
568
+ },
569
+ {
570
+ "epoch": 1.35,
571
+ "learning_rate": 1.2318201502675285e-05,
572
+ "loss": 1.4777,
573
+ "step": 90
574
+ },
575
+ {
576
+ "epoch": 1.37,
577
+ "learning_rate": 1.2155331601699136e-05,
578
+ "loss": 1.4124,
579
+ "step": 91
580
+ },
581
+ {
582
+ "epoch": 1.38,
583
+ "learning_rate": 1.1991859851038362e-05,
584
+ "loss": 1.3642,
585
+ "step": 92
586
+ },
587
+ {
588
+ "epoch": 1.4,
589
+ "learning_rate": 1.1827831898156905e-05,
590
+ "loss": 1.4942,
591
+ "step": 93
592
+ },
593
+ {
594
+ "epoch": 1.41,
595
+ "learning_rate": 1.1663293545831302e-05,
596
+ "loss": 1.5128,
597
+ "step": 94
598
+ },
599
+ {
600
+ "epoch": 1.43,
601
+ "learning_rate": 1.1498290739360815e-05,
602
+ "loss": 1.5812,
603
+ "step": 95
604
+ },
605
+ {
606
+ "epoch": 1.44,
607
+ "learning_rate": 1.133286955373779e-05,
608
+ "loss": 1.5092,
609
+ "step": 96
610
+ },
611
+ {
612
+ "epoch": 1.46,
613
+ "learning_rate": 1.1167076180781764e-05,
614
+ "loss": 1.4185,
615
+ "step": 97
616
+ },
617
+ {
618
+ "epoch": 1.47,
619
+ "learning_rate": 1.1000956916240985e-05,
620
+ "loss": 1.6486,
621
+ "step": 98
622
+ },
623
+ {
624
+ "epoch": 1.49,
625
+ "learning_rate": 1.08345581468649e-05,
626
+ "loss": 1.5457,
627
+ "step": 99
628
+ },
629
+ {
630
+ "epoch": 1.5,
631
+ "learning_rate": 1.0667926337451217e-05,
632
+ "loss": 1.4424,
633
+ "step": 100
634
+ },
635
+ {
636
+ "epoch": 1.5,
637
+ "eval_loss": 1.44235098361969,
638
+ "eval_runtime": 10.8826,
639
+ "eval_samples_per_second": 2.573,
640
+ "eval_steps_per_second": 0.643,
641
+ "step": 100
642
+ },
643
+ {
644
+ "epoch": 1.52,
645
+ "learning_rate": 1.0501108017871193e-05,
646
+ "loss": 1.5011,
647
+ "step": 101
648
+ },
649
+ {
650
+ "epoch": 1.53,
651
+ "learning_rate": 1.0334149770076747e-05,
652
+ "loss": 1.5162,
653
+ "step": 102
654
+ },
655
+ {
656
+ "epoch": 1.55,
657
+ "learning_rate": 1.016709821509301e-05,
658
+ "loss": 1.4612,
659
+ "step": 103
660
+ },
661
+ {
662
+ "epoch": 1.56,
663
+ "learning_rate": 1e-05,
664
+ "loss": 1.4465,
665
+ "step": 104
666
+ },
667
+ {
668
+ "epoch": 1.58,
669
+ "learning_rate": 9.83290178490699e-06,
670
+ "loss": 1.7689,
671
+ "step": 105
672
+ },
673
+ {
674
+ "epoch": 1.59,
675
+ "learning_rate": 9.665850229923258e-06,
676
+ "loss": 1.4932,
677
+ "step": 106
678
+ },
679
+ {
680
+ "epoch": 1.61,
681
+ "learning_rate": 9.498891982128809e-06,
682
+ "loss": 1.524,
683
+ "step": 107
684
+ },
685
+ {
686
+ "epoch": 1.62,
687
+ "learning_rate": 9.332073662548785e-06,
688
+ "loss": 1.4308,
689
+ "step": 108
690
+ },
691
+ {
692
+ "epoch": 1.64,
693
+ "learning_rate": 9.165441853135104e-06,
694
+ "loss": 1.5015,
695
+ "step": 109
696
+ },
697
+ {
698
+ "epoch": 1.65,
699
+ "learning_rate": 8.999043083759016e-06,
700
+ "loss": 1.6896,
701
+ "step": 110
702
+ },
703
+ {
704
+ "epoch": 1.67,
705
+ "learning_rate": 8.832923819218238e-06,
706
+ "loss": 1.4334,
707
+ "step": 111
708
+ },
709
+ {
710
+ "epoch": 1.68,
711
+ "learning_rate": 8.667130446262214e-06,
712
+ "loss": 1.342,
713
+ "step": 112
714
+ },
715
+ {
716
+ "epoch": 1.7,
717
+ "learning_rate": 8.501709260639187e-06,
718
+ "loss": 1.6292,
719
+ "step": 113
720
+ },
721
+ {
722
+ "epoch": 1.71,
723
+ "learning_rate": 8.336706454168701e-06,
724
+ "loss": 1.3967,
725
+ "step": 114
726
+ },
727
+ {
728
+ "epoch": 1.73,
729
+ "learning_rate": 8.1721681018431e-06,
730
+ "loss": 1.3275,
731
+ "step": 115
732
+ },
733
+ {
734
+ "epoch": 1.74,
735
+ "learning_rate": 8.008140148961642e-06,
736
+ "loss": 1.3956,
737
+ "step": 116
738
+ },
739
+ {
740
+ "epoch": 1.76,
741
+ "learning_rate": 7.844668398300866e-06,
742
+ "loss": 1.4647,
743
+ "step": 117
744
+ },
745
+ {
746
+ "epoch": 1.77,
747
+ "learning_rate": 7.681798497324717e-06,
748
+ "loss": 1.4231,
749
+ "step": 118
750
+ },
751
+ {
752
+ "epoch": 1.79,
753
+ "learning_rate": 7.5195759254380674e-06,
754
+ "loss": 1.4382,
755
+ "step": 119
756
+ },
757
+ {
758
+ "epoch": 1.8,
759
+ "learning_rate": 7.358045981287141e-06,
760
+ "loss": 1.4577,
761
+ "step": 120
762
+ },
763
+ {
764
+ "epoch": 1.82,
765
+ "learning_rate": 7.197253770110438e-06,
766
+ "loss": 1.4717,
767
+ "step": 121
768
+ },
769
+ {
770
+ "epoch": 1.83,
771
+ "learning_rate": 7.037244191143662e-06,
772
+ "loss": 1.4299,
773
+ "step": 122
774
+ },
775
+ {
776
+ "epoch": 1.85,
777
+ "learning_rate": 6.878061925082138e-06,
778
+ "loss": 1.5763,
779
+ "step": 123
780
+ },
781
+ {
782
+ "epoch": 1.86,
783
+ "learning_rate": 6.719751421604309e-06,
784
+ "loss": 1.3964,
785
+ "step": 124
786
+ },
787
+ {
788
+ "epoch": 1.88,
789
+ "learning_rate": 6.562356886959704e-06,
790
+ "loss": 1.4142,
791
+ "step": 125
792
+ },
793
+ {
794
+ "epoch": 1.88,
795
+ "eval_loss": 1.4067628383636475,
796
+ "eval_runtime": 10.8837,
797
+ "eval_samples_per_second": 2.573,
798
+ "eval_steps_per_second": 0.643,
799
+ "step": 125
800
+ },
801
+ {
802
+ "epoch": 1.89,
803
+ "learning_rate": 6.405922271624874e-06,
804
+ "loss": 1.397,
805
+ "step": 126
806
+ },
807
+ {
808
+ "epoch": 1.91,
809
+ "learning_rate": 6.2504912580307905e-06,
810
+ "loss": 1.5261,
811
+ "step": 127
812
+ },
813
+ {
814
+ "epoch": 1.92,
815
+ "learning_rate": 6.0961072483650526e-06,
816
+ "loss": 1.4375,
817
+ "step": 128
818
+ },
819
+ {
820
+ "epoch": 1.94,
821
+ "learning_rate": 5.942813352452365e-06,
822
+ "loss": 1.4193,
823
+ "step": 129
824
+ },
825
+ {
826
+ "epoch": 1.95,
827
+ "learning_rate": 5.790652375716653e-06,
828
+ "loss": 1.5296,
829
+ "step": 130
830
+ },
831
+ {
832
+ "epoch": 1.97,
833
+ "learning_rate": 5.6396668072281745e-06,
834
+ "loss": 1.4173,
835
+ "step": 131
836
+ },
837
+ {
838
+ "epoch": 1.98,
839
+ "learning_rate": 5.48989880783898e-06,
840
+ "loss": 1.5766,
841
+ "step": 132
842
+ },
843
+ {
844
+ "epoch": 2.0,
845
+ "learning_rate": 5.3413901984100195e-06,
846
+ "loss": 1.4055,
847
+ "step": 133
848
+ },
849
+ {
850
+ "epoch": 2.01,
851
+ "learning_rate": 5.194182448133163e-06,
852
+ "loss": 1.2706,
853
+ "step": 134
854
+ },
855
+ {
856
+ "epoch": 2.03,
857
+ "learning_rate": 5.0483166629514654e-06,
858
+ "loss": 1.4166,
859
+ "step": 135
860
+ },
861
+ {
862
+ "epoch": 2.04,
863
+ "learning_rate": 4.903833574080825e-06,
864
+ "loss": 1.3389,
865
+ "step": 136
866
+ },
867
+ {
868
+ "epoch": 2.06,
869
+ "learning_rate": 4.760773526636315e-06,
870
+ "loss": 1.472,
871
+ "step": 137
872
+ },
873
+ {
874
+ "epoch": 2.07,
875
+ "learning_rate": 4.619176468366274e-06,
876
+ "loss": 1.3816,
877
+ "step": 138
878
+ },
879
+ {
880
+ "epoch": 2.09,
881
+ "learning_rate": 4.479081938497435e-06,
882
+ "loss": 1.3801,
883
+ "step": 139
884
+ },
885
+ {
886
+ "epoch": 2.1,
887
+ "learning_rate": 4.3405290566940475e-06,
888
+ "loss": 1.2649,
889
+ "step": 140
890
+ },
891
+ {
892
+ "epoch": 2.12,
893
+ "learning_rate": 4.203556512134225e-06,
894
+ "loss": 1.3603,
895
+ "step": 141
896
+ },
897
+ {
898
+ "epoch": 2.13,
899
+ "learning_rate": 4.0682025527064486e-06,
900
+ "loss": 1.2548,
901
+ "step": 142
902
+ },
903
+ {
904
+ "epoch": 2.15,
905
+ "learning_rate": 3.934504974329326e-06,
906
+ "loss": 1.5477,
907
+ "step": 143
908
+ },
909
+ {
910
+ "epoch": 2.16,
911
+ "learning_rate": 3.802501110397553e-06,
912
+ "loss": 1.3545,
913
+ "step": 144
914
+ },
915
+ {
916
+ "epoch": 2.18,
917
+ "learning_rate": 3.672227821357014e-06,
918
+ "loss": 1.3932,
919
+ "step": 145
920
+ },
921
+ {
922
+ "epoch": 2.19,
923
+ "learning_rate": 3.543721484411976e-06,
924
+ "loss": 1.5203,
925
+ "step": 146
926
+ },
927
+ {
928
+ "epoch": 2.21,
929
+ "learning_rate": 3.4170179833671847e-06,
930
+ "loss": 1.4399,
931
+ "step": 147
932
+ },
933
+ {
934
+ "epoch": 2.22,
935
+ "learning_rate": 3.292152698607768e-06,
936
+ "loss": 1.3587,
937
+ "step": 148
938
+ },
939
+ {
940
+ "epoch": 2.24,
941
+ "learning_rate": 3.1691604972196922e-06,
942
+ "loss": 1.4239,
943
+ "step": 149
944
+ },
945
+ {
946
+ "epoch": 2.25,
947
+ "learning_rate": 3.0480757232535773e-06,
948
+ "loss": 1.4951,
949
+ "step": 150
950
+ },
951
+ {
952
+ "epoch": 2.25,
953
+ "eval_loss": 1.3908014297485352,
954
+ "eval_runtime": 10.8882,
955
+ "eval_samples_per_second": 2.572,
956
+ "eval_steps_per_second": 0.643,
957
+ "step": 150
958
+ }
959
+ ],
960
+ "logging_steps": 1,
961
+ "max_steps": 198,
962
+ "num_train_epochs": 3,
963
+ "save_steps": 50,
964
+ "total_flos": 3.848852284322611e+17,
965
+ "trial_name": null,
966
+ "trial_params": null
967
+ }
checkpoint-150/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7fec19a554d0970f5e2dbe43273fbdb3e1b9cdfff23ccd1e725620293a85c95
3
+ size 4920
checkpoint-50/README.md ADDED
@@ -0,0 +1,219 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: NeverSleep/Nethena-20B
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: True
207
+ - load_in_4bit: False
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: fp4
213
+ - bnb_4bit_use_double_quant: False
214
+ - bnb_4bit_compute_dtype: float32
215
+
216
+ ### Framework versions
217
+
218
+
219
+ - PEFT 0.6.0
checkpoint-50/adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "NeverSleep/Nethena-20B",
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
+ "lora_alpha": 32,
12
+ "lora_dropout": 0.05,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 128,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "q_proj",
20
+ "k_proj",
21
+ "v_proj",
22
+ "o_proj",
23
+ "down_proj",
24
+ "up_proj",
25
+ "gate_proj"
26
+ ],
27
+ "task_type": "CAUSAL_LM"
28
+ }
checkpoint-50/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f9ac549081cdec9bb66c33421680b90b24e134da058b0d7f97e0dc81e0ceb1c
3
+ size 3104623258
checkpoint-50/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:029ace5cfb002e0798b48af45e984c8a0194d05c94765f611ffc4e478590a9e8
3
+ size 14244
checkpoint-50/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1e419d8dfb642bf534e4b089d281b7e0b6457edf7928defa65e7880d55980eb
3
+ size 1064
checkpoint-50/trainer_state.json ADDED
@@ -0,0 +1,335 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 1.6191542148590088,
3
+ "best_model_checkpoint": "./lora-outA/checkpoint-50",
4
+ "epoch": 0.7507507507507507,
5
+ "eval_steps": 25,
6
+ "global_step": 50,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.02,
13
+ "learning_rate": 2.0000000000000003e-06,
14
+ "loss": 2.027,
15
+ "step": 1
16
+ },
17
+ {
18
+ "epoch": 0.03,
19
+ "learning_rate": 4.000000000000001e-06,
20
+ "loss": 2.0877,
21
+ "step": 2
22
+ },
23
+ {
24
+ "epoch": 0.05,
25
+ "learning_rate": 6e-06,
26
+ "loss": 2.4458,
27
+ "step": 3
28
+ },
29
+ {
30
+ "epoch": 0.06,
31
+ "learning_rate": 8.000000000000001e-06,
32
+ "loss": 2.2379,
33
+ "step": 4
34
+ },
35
+ {
36
+ "epoch": 0.08,
37
+ "learning_rate": 1e-05,
38
+ "loss": 2.4292,
39
+ "step": 5
40
+ },
41
+ {
42
+ "epoch": 0.09,
43
+ "learning_rate": 1.2e-05,
44
+ "loss": 2.0784,
45
+ "step": 6
46
+ },
47
+ {
48
+ "epoch": 0.11,
49
+ "learning_rate": 1.4e-05,
50
+ "loss": 2.1768,
51
+ "step": 7
52
+ },
53
+ {
54
+ "epoch": 0.12,
55
+ "learning_rate": 1.6000000000000003e-05,
56
+ "loss": 2.0902,
57
+ "step": 8
58
+ },
59
+ {
60
+ "epoch": 0.14,
61
+ "learning_rate": 1.8e-05,
62
+ "loss": 2.3488,
63
+ "step": 9
64
+ },
65
+ {
66
+ "epoch": 0.15,
67
+ "learning_rate": 2e-05,
68
+ "loss": 2.3467,
69
+ "step": 10
70
+ },
71
+ {
72
+ "epoch": 0.17,
73
+ "learning_rate": 1.9998603811858573e-05,
74
+ "loss": 1.9468,
75
+ "step": 11
76
+ },
77
+ {
78
+ "epoch": 0.18,
79
+ "learning_rate": 1.9994415637302545e-05,
80
+ "loss": 2.2701,
81
+ "step": 12
82
+ },
83
+ {
84
+ "epoch": 0.2,
85
+ "learning_rate": 1.998743664582786e-05,
86
+ "loss": 2.1306,
87
+ "step": 13
88
+ },
89
+ {
90
+ "epoch": 0.21,
91
+ "learning_rate": 1.9977668786231536e-05,
92
+ "loss": 2.2113,
93
+ "step": 14
94
+ },
95
+ {
96
+ "epoch": 0.23,
97
+ "learning_rate": 1.9965114786067515e-05,
98
+ "loss": 2.2447,
99
+ "step": 15
100
+ },
101
+ {
102
+ "epoch": 0.24,
103
+ "learning_rate": 1.994977815088504e-05,
104
+ "loss": 1.9715,
105
+ "step": 16
106
+ },
107
+ {
108
+ "epoch": 0.26,
109
+ "learning_rate": 1.9931663163249744e-05,
110
+ "loss": 2.1725,
111
+ "step": 17
112
+ },
113
+ {
114
+ "epoch": 0.27,
115
+ "learning_rate": 1.9910774881547803e-05,
116
+ "loss": 1.9481,
117
+ "step": 18
118
+ },
119
+ {
120
+ "epoch": 0.29,
121
+ "learning_rate": 1.9887119138573462e-05,
122
+ "loss": 1.9348,
123
+ "step": 19
124
+ },
125
+ {
126
+ "epoch": 0.3,
127
+ "learning_rate": 1.9860702539900288e-05,
128
+ "loss": 2.1486,
129
+ "step": 20
130
+ },
131
+ {
132
+ "epoch": 0.32,
133
+ "learning_rate": 1.9831532462036634e-05,
134
+ "loss": 1.8827,
135
+ "step": 21
136
+ },
137
+ {
138
+ "epoch": 0.33,
139
+ "learning_rate": 1.979961705036587e-05,
140
+ "loss": 1.8206,
141
+ "step": 22
142
+ },
143
+ {
144
+ "epoch": 0.35,
145
+ "learning_rate": 1.9764965216871848e-05,
146
+ "loss": 2.1399,
147
+ "step": 23
148
+ },
149
+ {
150
+ "epoch": 0.36,
151
+ "learning_rate": 1.9727586637650373e-05,
152
+ "loss": 1.807,
153
+ "step": 24
154
+ },
155
+ {
156
+ "epoch": 0.38,
157
+ "learning_rate": 1.9687491750207255e-05,
158
+ "loss": 1.955,
159
+ "step": 25
160
+ },
161
+ {
162
+ "epoch": 0.38,
163
+ "eval_loss": 1.9037058353424072,
164
+ "eval_runtime": 10.8675,
165
+ "eval_samples_per_second": 2.576,
166
+ "eval_steps_per_second": 0.644,
167
+ "step": 25
168
+ },
169
+ {
170
+ "epoch": 0.39,
171
+ "learning_rate": 1.964469175054377e-05,
172
+ "loss": 1.8608,
173
+ "step": 26
174
+ },
175
+ {
176
+ "epoch": 0.41,
177
+ "learning_rate": 1.9599198590030308e-05,
178
+ "loss": 2.1292,
179
+ "step": 27
180
+ },
181
+ {
182
+ "epoch": 0.42,
183
+ "learning_rate": 1.9551024972069127e-05,
184
+ "loss": 1.9422,
185
+ "step": 28
186
+ },
187
+ {
188
+ "epoch": 0.44,
189
+ "learning_rate": 1.950018434854704e-05,
190
+ "loss": 1.846,
191
+ "step": 29
192
+ },
193
+ {
194
+ "epoch": 0.45,
195
+ "learning_rate": 1.944669091607919e-05,
196
+ "loss": 1.8679,
197
+ "step": 30
198
+ },
199
+ {
200
+ "epoch": 0.47,
201
+ "learning_rate": 1.9390559612044783e-05,
202
+ "loss": 1.7104,
203
+ "step": 31
204
+ },
205
+ {
206
+ "epoch": 0.48,
207
+ "learning_rate": 1.9331806110416027e-05,
208
+ "loss": 1.7278,
209
+ "step": 32
210
+ },
211
+ {
212
+ "epoch": 0.5,
213
+ "learning_rate": 1.9270446817381377e-05,
214
+ "loss": 2.0227,
215
+ "step": 33
216
+ },
217
+ {
218
+ "epoch": 0.51,
219
+ "learning_rate": 1.920649886676429e-05,
220
+ "loss": 1.8487,
221
+ "step": 34
222
+ },
223
+ {
224
+ "epoch": 0.53,
225
+ "learning_rate": 1.9139980115238827e-05,
226
+ "loss": 1.6051,
227
+ "step": 35
228
+ },
229
+ {
230
+ "epoch": 0.54,
231
+ "learning_rate": 1.907090913734341e-05,
232
+ "loss": 1.6792,
233
+ "step": 36
234
+ },
235
+ {
236
+ "epoch": 0.56,
237
+ "learning_rate": 1.899930522029408e-05,
238
+ "loss": 1.9176,
239
+ "step": 37
240
+ },
241
+ {
242
+ "epoch": 0.57,
243
+ "learning_rate": 1.8925188358598815e-05,
244
+ "loss": 1.629,
245
+ "step": 38
246
+ },
247
+ {
248
+ "epoch": 0.59,
249
+ "learning_rate": 1.8848579248474286e-05,
250
+ "loss": 1.8579,
251
+ "step": 39
252
+ },
253
+ {
254
+ "epoch": 0.6,
255
+ "learning_rate": 1.8769499282066716e-05,
256
+ "loss": 1.6583,
257
+ "step": 40
258
+ },
259
+ {
260
+ "epoch": 0.62,
261
+ "learning_rate": 1.8687970541478367e-05,
262
+ "loss": 1.7202,
263
+ "step": 41
264
+ },
265
+ {
266
+ "epoch": 0.63,
267
+ "learning_rate": 1.8604015792601395e-05,
268
+ "loss": 1.7408,
269
+ "step": 42
270
+ },
271
+ {
272
+ "epoch": 0.65,
273
+ "learning_rate": 1.851765847876076e-05,
274
+ "loss": 1.7131,
275
+ "step": 43
276
+ },
277
+ {
278
+ "epoch": 0.66,
279
+ "learning_rate": 1.842892271416797e-05,
280
+ "loss": 1.7969,
281
+ "step": 44
282
+ },
283
+ {
284
+ "epoch": 0.68,
285
+ "learning_rate": 1.8337833277187472e-05,
286
+ "loss": 1.6165,
287
+ "step": 45
288
+ },
289
+ {
290
+ "epoch": 0.69,
291
+ "learning_rate": 1.8244415603417603e-05,
292
+ "loss": 1.6652,
293
+ "step": 46
294
+ },
295
+ {
296
+ "epoch": 0.71,
297
+ "learning_rate": 1.8148695778588034e-05,
298
+ "loss": 1.7009,
299
+ "step": 47
300
+ },
301
+ {
302
+ "epoch": 0.72,
303
+ "learning_rate": 1.8050700531275632e-05,
304
+ "loss": 2.0433,
305
+ "step": 48
306
+ },
307
+ {
308
+ "epoch": 0.74,
309
+ "learning_rate": 1.795045722544083e-05,
310
+ "loss": 1.577,
311
+ "step": 49
312
+ },
313
+ {
314
+ "epoch": 0.75,
315
+ "learning_rate": 1.7847993852786612e-05,
316
+ "loss": 1.6598,
317
+ "step": 50
318
+ },
319
+ {
320
+ "epoch": 0.75,
321
+ "eval_loss": 1.6191542148590088,
322
+ "eval_runtime": 10.8699,
323
+ "eval_samples_per_second": 2.576,
324
+ "eval_steps_per_second": 0.644,
325
+ "step": 50
326
+ }
327
+ ],
328
+ "logging_steps": 1,
329
+ "max_steps": 198,
330
+ "num_train_epochs": 3,
331
+ "save_steps": 50,
332
+ "total_flos": 1.2964555062981427e+17,
333
+ "trial_name": null,
334
+ "trial_params": null
335
+ }
checkpoint-50/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7fec19a554d0970f5e2dbe43273fbdb3e1b9cdfff23ccd1e725620293a85c95
3
+ size 4920
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "NeverSleep/Nethena-20B",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "bos_token_id": 1,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 5120,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 13824,
13
+ "max_position_embeddings": 4096,
14
+ "model_type": "llama",
15
+ "num_attention_heads": 40,
16
+ "num_hidden_layers": 62,
17
+ "num_key_value_heads": 40,
18
+ "pad_token_id": 0,
19
+ "pretraining_tp": 1,
20
+ "quantization_config": {
21
+ "bnb_4bit_compute_dtype": "float32",
22
+ "bnb_4bit_quant_type": "fp4",
23
+ "bnb_4bit_use_double_quant": false,
24
+ "llm_int8_enable_fp32_cpu_offload": false,
25
+ "llm_int8_has_fp16_weight": false,
26
+ "llm_int8_skip_modules": null,
27
+ "llm_int8_threshold": 6.0,
28
+ "load_in_4bit": false,
29
+ "load_in_8bit": true,
30
+ "quant_method": "bitsandbytes"
31
+ },
32
+ "rms_norm_eps": 1e-05,
33
+ "rope_scaling": null,
34
+ "rope_theta": 10000.0,
35
+ "tie_word_embeddings": false,
36
+ "torch_dtype": "float16",
37
+ "transformers_version": "4.34.1",
38
+ "use_cache": false,
39
+ "vocab_size": 32001
40
+ }
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": "[PAD]",
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:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
tokenizer_config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "32000": {
30
+ "content": "[PAD]",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ }
37
+ },
38
+ "bos_token": "<s>",
39
+ "clean_up_tokenization_spaces": false,
40
+ "eos_token": "</s>",
41
+ "legacy": true,
42
+ "model_max_length": 2048,
43
+ "pad_token": "[PAD]",
44
+ "padding_side": "left",
45
+ "sp_model_kwargs": {},
46
+ "spaces_between_special_tokens": false,
47
+ "tokenizer_class": "LlamaTokenizer",
48
+ "trust_remote_code": false,
49
+ "unk_token": "<unk>",
50
+ "use_default_system_prompt": false,
51
+ "use_fast": true
52
+ }