PEFT
Safetensors
mistral
axolotl
Generated from Trainer
4-bit precision
bitsandbytes
ToastyPigeon commited on
Commit
fca41ad
·
verified ·
1 Parent(s): 4d8f280

Training in progress, step 50, checkpoint

Browse files
.gitattributes CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ last-checkpoint/tokenizer.json filter=lfs diff=lfs merge=lfs -text
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: inflatebot/MN-12B-Mag-Mell-R1
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.15.2
last-checkpoint/adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "inflatebot/MN-12B-Mag-Mell-R1",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": null,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 32,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.1,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 32,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "down_proj",
28
+ "gate_proj",
29
+ "o_proj",
30
+ "up_proj",
31
+ "k_proj",
32
+ "v_proj",
33
+ "q_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb053dd244c200ba1db0879d524b67c8bd6366ccf31f1837061f58506f0c4902
3
+ size 456206152
last-checkpoint/chat_template.jinja ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system
2
+ You are a helpful assistant.<|im_end|>
3
+ ' }}{% endif %}{{'<|im_start|>' + message['role'] + '
4
+ ' + message['content'] + '<|im_end|>' + '
5
+ '}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
6
+ ' }}{% endif %}
last-checkpoint/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a801cdcd35a17ceaa9e721d254d9d53d8b6d692428d3148816c1c5a2143486d
3
+ size 912763251
last-checkpoint/pytorch_model_fsdp.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95238490d6967f8f4ea083bf3d7c9571afacbff29353eb8b69814b7a14a5b57f
3
+ size 456340209
last-checkpoint/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:510074104b15975542863aaea4976e6c8aeddff7f23d3fca4342dd377b2359c3
3
+ size 14917
last-checkpoint/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39c8a480c97c2868f7c67552cc163f2e10b29945a0ca61357374b56e881b4ee8
3
+ size 14917
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66a7bd02536f7bb9b279b4598da0e2ebc63e815be7bbc8f5261be8432452d465
3
+ size 1465
last-checkpoint/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": "<|im_end|>",
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
+ }
last-checkpoint/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b4c8fcd33487a449c07f423d47adb035bba8347ccf13eb074b4d1fef8acf919
3
+ size 17078288
last-checkpoint/tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,400 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.1016260162601626,
6
+ "eval_steps": 50,
7
+ "global_step": 50,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0,
14
+ "eval_loss": 2.9604153633117676,
15
+ "eval_runtime": 104.3906,
16
+ "eval_samples_per_second": 0.22,
17
+ "eval_steps_per_second": 0.115,
18
+ "step": 0
19
+ },
20
+ {
21
+ "epoch": 0.0020325203252032522,
22
+ "grad_norm": 2.9518332481384277,
23
+ "learning_rate": 0.0,
24
+ "loss": 2.9645,
25
+ "step": 1
26
+ },
27
+ {
28
+ "epoch": 0.0040650406504065045,
29
+ "grad_norm": 5.092568874359131,
30
+ "learning_rate": 1.7241379310344828e-07,
31
+ "loss": 3.6604,
32
+ "step": 2
33
+ },
34
+ {
35
+ "epoch": 0.006097560975609756,
36
+ "grad_norm": 3.5205235481262207,
37
+ "learning_rate": 3.4482758620689656e-07,
38
+ "loss": 3.4724,
39
+ "step": 3
40
+ },
41
+ {
42
+ "epoch": 0.008130081300813009,
43
+ "grad_norm": 6.86148738861084,
44
+ "learning_rate": 5.172413793103449e-07,
45
+ "loss": 2.9747,
46
+ "step": 4
47
+ },
48
+ {
49
+ "epoch": 0.01016260162601626,
50
+ "grad_norm": 5.6440348625183105,
51
+ "learning_rate": 6.896551724137931e-07,
52
+ "loss": 3.9066,
53
+ "step": 5
54
+ },
55
+ {
56
+ "epoch": 0.012195121951219513,
57
+ "grad_norm": 2.7429020404815674,
58
+ "learning_rate": 8.620689655172415e-07,
59
+ "loss": 2.757,
60
+ "step": 6
61
+ },
62
+ {
63
+ "epoch": 0.014227642276422764,
64
+ "grad_norm": 4.956992149353027,
65
+ "learning_rate": 1.0344827586206898e-06,
66
+ "loss": 3.4461,
67
+ "step": 7
68
+ },
69
+ {
70
+ "epoch": 0.016260162601626018,
71
+ "grad_norm": 4.045677185058594,
72
+ "learning_rate": 1.2068965517241381e-06,
73
+ "loss": 2.7944,
74
+ "step": 8
75
+ },
76
+ {
77
+ "epoch": 0.018292682926829267,
78
+ "grad_norm": 5.565494060516357,
79
+ "learning_rate": 1.3793103448275862e-06,
80
+ "loss": 3.1224,
81
+ "step": 9
82
+ },
83
+ {
84
+ "epoch": 0.02032520325203252,
85
+ "grad_norm": 5.3163347244262695,
86
+ "learning_rate": 1.5517241379310346e-06,
87
+ "loss": 3.1438,
88
+ "step": 10
89
+ },
90
+ {
91
+ "epoch": 0.022357723577235773,
92
+ "grad_norm": 2.5751793384552,
93
+ "learning_rate": 1.724137931034483e-06,
94
+ "loss": 3.4342,
95
+ "step": 11
96
+ },
97
+ {
98
+ "epoch": 0.024390243902439025,
99
+ "grad_norm": 6.810632228851318,
100
+ "learning_rate": 1.896551724137931e-06,
101
+ "loss": 3.2943,
102
+ "step": 12
103
+ },
104
+ {
105
+ "epoch": 0.026422764227642278,
106
+ "grad_norm": 2.971482038497925,
107
+ "learning_rate": 2.0689655172413796e-06,
108
+ "loss": 2.9349,
109
+ "step": 13
110
+ },
111
+ {
112
+ "epoch": 0.028455284552845527,
113
+ "grad_norm": 5.55667781829834,
114
+ "learning_rate": 2.241379310344828e-06,
115
+ "loss": 2.9975,
116
+ "step": 14
117
+ },
118
+ {
119
+ "epoch": 0.03048780487804878,
120
+ "grad_norm": 3.8298227787017822,
121
+ "learning_rate": 2.4137931034482762e-06,
122
+ "loss": 2.9464,
123
+ "step": 15
124
+ },
125
+ {
126
+ "epoch": 0.032520325203252036,
127
+ "grad_norm": 7.269927024841309,
128
+ "learning_rate": 2.5862068965517246e-06,
129
+ "loss": 3.0289,
130
+ "step": 16
131
+ },
132
+ {
133
+ "epoch": 0.034552845528455285,
134
+ "grad_norm": 5.450479507446289,
135
+ "learning_rate": 2.7586206896551725e-06,
136
+ "loss": 3.1234,
137
+ "step": 17
138
+ },
139
+ {
140
+ "epoch": 0.036585365853658534,
141
+ "grad_norm": 3.0855493545532227,
142
+ "learning_rate": 2.931034482758621e-06,
143
+ "loss": 2.9203,
144
+ "step": 18
145
+ },
146
+ {
147
+ "epoch": 0.03861788617886179,
148
+ "grad_norm": 4.637211322784424,
149
+ "learning_rate": 3.103448275862069e-06,
150
+ "loss": 3.2025,
151
+ "step": 19
152
+ },
153
+ {
154
+ "epoch": 0.04065040650406504,
155
+ "grad_norm": 4.123134136199951,
156
+ "learning_rate": 3.2758620689655175e-06,
157
+ "loss": 2.9831,
158
+ "step": 20
159
+ },
160
+ {
161
+ "epoch": 0.042682926829268296,
162
+ "grad_norm": 6.525121212005615,
163
+ "learning_rate": 3.448275862068966e-06,
164
+ "loss": 2.571,
165
+ "step": 21
166
+ },
167
+ {
168
+ "epoch": 0.044715447154471545,
169
+ "grad_norm": 3.240443706512451,
170
+ "learning_rate": 3.620689655172414e-06,
171
+ "loss": 3.0551,
172
+ "step": 22
173
+ },
174
+ {
175
+ "epoch": 0.046747967479674794,
176
+ "grad_norm": 6.845757484436035,
177
+ "learning_rate": 3.793103448275862e-06,
178
+ "loss": 2.7708,
179
+ "step": 23
180
+ },
181
+ {
182
+ "epoch": 0.04878048780487805,
183
+ "grad_norm": 2.3566787242889404,
184
+ "learning_rate": 3.96551724137931e-06,
185
+ "loss": 2.8432,
186
+ "step": 24
187
+ },
188
+ {
189
+ "epoch": 0.0508130081300813,
190
+ "grad_norm": 4.601650238037109,
191
+ "learning_rate": 4.137931034482759e-06,
192
+ "loss": 3.0417,
193
+ "step": 25
194
+ },
195
+ {
196
+ "epoch": 0.052845528455284556,
197
+ "grad_norm": 2.1968202590942383,
198
+ "learning_rate": 4.310344827586207e-06,
199
+ "loss": 2.9632,
200
+ "step": 26
201
+ },
202
+ {
203
+ "epoch": 0.054878048780487805,
204
+ "grad_norm": 2.8089053630828857,
205
+ "learning_rate": 4.482758620689656e-06,
206
+ "loss": 2.7996,
207
+ "step": 27
208
+ },
209
+ {
210
+ "epoch": 0.056910569105691054,
211
+ "grad_norm": 9.751855850219727,
212
+ "learning_rate": 4.655172413793104e-06,
213
+ "loss": 3.1663,
214
+ "step": 28
215
+ },
216
+ {
217
+ "epoch": 0.05894308943089431,
218
+ "grad_norm": 4.164376735687256,
219
+ "learning_rate": 4.8275862068965525e-06,
220
+ "loss": 3.0185,
221
+ "step": 29
222
+ },
223
+ {
224
+ "epoch": 0.06097560975609756,
225
+ "grad_norm": 4.876786708831787,
226
+ "learning_rate": 5e-06,
227
+ "loss": 3.0009,
228
+ "step": 30
229
+ },
230
+ {
231
+ "epoch": 0.06300813008130081,
232
+ "grad_norm": 2.0218334197998047,
233
+ "learning_rate": 4.999986472964694e-06,
234
+ "loss": 2.8578,
235
+ "step": 31
236
+ },
237
+ {
238
+ "epoch": 0.06504065040650407,
239
+ "grad_norm": 3.9594149589538574,
240
+ "learning_rate": 4.999945892005157e-06,
241
+ "loss": 2.9081,
242
+ "step": 32
243
+ },
244
+ {
245
+ "epoch": 0.06707317073170732,
246
+ "grad_norm": 3.6837754249572754,
247
+ "learning_rate": 4.999878257560544e-06,
248
+ "loss": 2.8305,
249
+ "step": 33
250
+ },
251
+ {
252
+ "epoch": 0.06910569105691057,
253
+ "grad_norm": 3.852536678314209,
254
+ "learning_rate": 4.9997835703627676e-06,
255
+ "loss": 3.3067,
256
+ "step": 34
257
+ },
258
+ {
259
+ "epoch": 0.07113821138211382,
260
+ "grad_norm": 3.6052002906799316,
261
+ "learning_rate": 4.999661831436499e-06,
262
+ "loss": 2.7754,
263
+ "step": 35
264
+ },
265
+ {
266
+ "epoch": 0.07317073170731707,
267
+ "grad_norm": 3.6139702796936035,
268
+ "learning_rate": 4.999513042099151e-06,
269
+ "loss": 2.8572,
270
+ "step": 36
271
+ },
272
+ {
273
+ "epoch": 0.07520325203252033,
274
+ "grad_norm": 3.5118117332458496,
275
+ "learning_rate": 4.999337203960866e-06,
276
+ "loss": 2.5327,
277
+ "step": 37
278
+ },
279
+ {
280
+ "epoch": 0.07723577235772358,
281
+ "grad_norm": 1.3768045902252197,
282
+ "learning_rate": 4.9991343189244995e-06,
283
+ "loss": 2.4727,
284
+ "step": 38
285
+ },
286
+ {
287
+ "epoch": 0.07926829268292683,
288
+ "grad_norm": 2.440777540206909,
289
+ "learning_rate": 4.998904389185598e-06,
290
+ "loss": 3.0145,
291
+ "step": 39
292
+ },
293
+ {
294
+ "epoch": 0.08130081300813008,
295
+ "grad_norm": 2.977739095687866,
296
+ "learning_rate": 4.998647417232375e-06,
297
+ "loss": 2.8932,
298
+ "step": 40
299
+ },
300
+ {
301
+ "epoch": 0.08333333333333333,
302
+ "grad_norm": 2.818160057067871,
303
+ "learning_rate": 4.9983634058456874e-06,
304
+ "loss": 2.9312,
305
+ "step": 41
306
+ },
307
+ {
308
+ "epoch": 0.08536585365853659,
309
+ "grad_norm": 2.153644561767578,
310
+ "learning_rate": 4.9980523580989985e-06,
311
+ "loss": 2.7942,
312
+ "step": 42
313
+ },
314
+ {
315
+ "epoch": 0.08739837398373984,
316
+ "grad_norm": 2.1822941303253174,
317
+ "learning_rate": 4.997714277358352e-06,
318
+ "loss": 3.0524,
319
+ "step": 43
320
+ },
321
+ {
322
+ "epoch": 0.08943089430894309,
323
+ "grad_norm": 0.3841499388217926,
324
+ "learning_rate": 4.997349167282334e-06,
325
+ "loss": 2.8585,
326
+ "step": 44
327
+ },
328
+ {
329
+ "epoch": 0.09146341463414634,
330
+ "grad_norm": 2.6127986907958984,
331
+ "learning_rate": 4.996957031822026e-06,
332
+ "loss": 2.7688,
333
+ "step": 45
334
+ },
335
+ {
336
+ "epoch": 0.09349593495934959,
337
+ "grad_norm": 2.920849084854126,
338
+ "learning_rate": 4.996537875220976e-06,
339
+ "loss": 2.5907,
340
+ "step": 46
341
+ },
342
+ {
343
+ "epoch": 0.09552845528455285,
344
+ "grad_norm": 1.5488784313201904,
345
+ "learning_rate": 4.996091702015139e-06,
346
+ "loss": 2.7559,
347
+ "step": 47
348
+ },
349
+ {
350
+ "epoch": 0.0975609756097561,
351
+ "grad_norm": 1.1083276271820068,
352
+ "learning_rate": 4.995618517032836e-06,
353
+ "loss": 2.6157,
354
+ "step": 48
355
+ },
356
+ {
357
+ "epoch": 0.09959349593495935,
358
+ "grad_norm": 3.4546689987182617,
359
+ "learning_rate": 4.995118325394699e-06,
360
+ "loss": 2.6433,
361
+ "step": 49
362
+ },
363
+ {
364
+ "epoch": 0.1016260162601626,
365
+ "grad_norm": 2.0607590675354004,
366
+ "learning_rate": 4.994591132513616e-06,
367
+ "loss": 2.6808,
368
+ "step": 50
369
+ },
370
+ {
371
+ "epoch": 0.1016260162601626,
372
+ "eval_loss": 2.7131824493408203,
373
+ "eval_runtime": 89.2726,
374
+ "eval_samples_per_second": 0.258,
375
+ "eval_steps_per_second": 0.134,
376
+ "step": 50
377
+ }
378
+ ],
379
+ "logging_steps": 1,
380
+ "max_steps": 984,
381
+ "num_input_tokens_seen": 0,
382
+ "num_train_epochs": 2,
383
+ "save_steps": 50,
384
+ "stateful_callbacks": {
385
+ "TrainerControl": {
386
+ "args": {
387
+ "should_epoch_stop": false,
388
+ "should_evaluate": false,
389
+ "should_log": false,
390
+ "should_save": true,
391
+ "should_training_stop": false
392
+ },
393
+ "attributes": {}
394
+ }
395
+ },
396
+ "total_flos": 4.8440516883880346e+17,
397
+ "train_batch_size": 1,
398
+ "trial_name": null,
399
+ "trial_params": null
400
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6fc9fec3daf51e3a85c598705dc7d07afcab893691a1ec91ca174e292958414
3
+ size 7377