ToastyPigeon commited on
Commit
5227361
·
verified ·
1 Parent(s): 00410fb

Training in progress, step 56, 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: mistralai/Mistral-Nemo-Base-2407
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": "mistralai/Mistral-Nemo-Base-2407",
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": 16,
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": 128,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "up_proj",
28
+ "v_proj",
29
+ "gate_proj",
30
+ "down_proj",
31
+ "o_proj",
32
+ "q_proj",
33
+ "k_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": true
39
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3de01edf221c1d96792b4e70150b0f3a27d4fbff0576cdef8e76669bc72d7ac
3
+ size 1824599104
last-checkpoint/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e01ee47ee045c897b6212b61338df8471607dc9731be48c91bfe13461f64377
3
+ size 3649546931
last-checkpoint/pytorch_model_fsdp.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a78633e109544d5df93a313ca4ca8398a54127df33977d39a2a822c72e50216e
3
+ size 1824732017
last-checkpoint/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c50488ef83981d117a51033ee1926a7b275efa47e1390c84d306047ae7d76ef
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:a5646be0a716f792b37be7eaf1d1fd39fc3b488c961d3e0861e37e44bc961ec0
3
+ size 14917
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90a0492d3d5cd2981f9c3f4b9f353fb2c816a7cb4bb1e2ab8776f4ad24a48d3f
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": "</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
+ }
last-checkpoint/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0240ce510f08e6c2041724e9043e33be9d251d1e4a4d94eb68cd47b954b61d2
3
+ size 17078292
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,426 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.10108303249097472,
6
+ "eval_steps": 500,
7
+ "global_step": 56,
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.0018050541516245488,
14
+ "grad_norm": 3.258420944213867,
15
+ "learning_rate": 6.25e-07,
16
+ "loss": 2.2523,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.0036101083032490976,
21
+ "grad_norm": 4.5734734535217285,
22
+ "learning_rate": 1.25e-06,
23
+ "loss": 2.4286,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.005415162454873646,
28
+ "grad_norm": 11.2526273727417,
29
+ "learning_rate": 1.8750000000000003e-06,
30
+ "loss": 2.8749,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.007220216606498195,
35
+ "grad_norm": 3.0253524780273438,
36
+ "learning_rate": 2.5e-06,
37
+ "loss": 2.3901,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.009025270758122744,
42
+ "grad_norm": 3.1038010120391846,
43
+ "learning_rate": 3.125e-06,
44
+ "loss": 2.2562,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.010830324909747292,
49
+ "grad_norm": 2.4045464992523193,
50
+ "learning_rate": 3.7500000000000005e-06,
51
+ "loss": 2.4281,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.01263537906137184,
56
+ "grad_norm": 2.7036359310150146,
57
+ "learning_rate": 4.3750000000000005e-06,
58
+ "loss": 2.227,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.01444043321299639,
63
+ "grad_norm": 2.211857318878174,
64
+ "learning_rate": 5e-06,
65
+ "loss": 2.5928,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.016245487364620937,
70
+ "grad_norm": 1.3973872661590576,
71
+ "learning_rate": 5.625e-06,
72
+ "loss": 2.3645,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.018050541516245487,
77
+ "grad_norm": 1.542123556137085,
78
+ "learning_rate": 6.25e-06,
79
+ "loss": 2.4504,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.019855595667870037,
84
+ "grad_norm": 1.1027133464813232,
85
+ "learning_rate": 6.875e-06,
86
+ "loss": 2.3688,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.021660649819494584,
91
+ "grad_norm": 2.102607011795044,
92
+ "learning_rate": 7.500000000000001e-06,
93
+ "loss": 2.3625,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.023465703971119134,
98
+ "grad_norm": 0.6493121981620789,
99
+ "learning_rate": 8.125000000000001e-06,
100
+ "loss": 2.151,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.02527075812274368,
105
+ "grad_norm": 0.8469336032867432,
106
+ "learning_rate": 8.750000000000001e-06,
107
+ "loss": 2.707,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.02707581227436823,
112
+ "grad_norm": 3.784285306930542,
113
+ "learning_rate": 9.375000000000001e-06,
114
+ "loss": 2.2708,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.02888086642599278,
119
+ "grad_norm": 0.7922996878623962,
120
+ "learning_rate": 1e-05,
121
+ "loss": 2.5122,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.030685920577617327,
126
+ "grad_norm": 2.471196174621582,
127
+ "learning_rate": 9.998138149320425e-06,
128
+ "loss": 2.5256,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.032490974729241874,
133
+ "grad_norm": 0.5500494837760925,
134
+ "learning_rate": 9.99627004848937e-06,
135
+ "loss": 2.331,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.03429602888086643,
140
+ "grad_norm": 0.6070979237556458,
141
+ "learning_rate": 9.994395665981693e-06,
142
+ "loss": 2.1504,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.036101083032490974,
147
+ "grad_norm": 0.7068881392478943,
148
+ "learning_rate": 9.992514970059881e-06,
149
+ "loss": 2.5005,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.03790613718411552,
154
+ "grad_norm": 0.6135410070419312,
155
+ "learning_rate": 9.99062792877226e-06,
156
+ "loss": 2.4831,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.039711191335740074,
161
+ "grad_norm": 0.6476017236709595,
162
+ "learning_rate": 9.988734509951183e-06,
163
+ "loss": 2.3744,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.04151624548736462,
168
+ "grad_norm": 2.5751192569732666,
169
+ "learning_rate": 9.98683468121121e-06,
170
+ "loss": 2.1352,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.04332129963898917,
175
+ "grad_norm": 0.7587814927101135,
176
+ "learning_rate": 9.98492840994725e-06,
177
+ "loss": 2.4262,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.04512635379061372,
182
+ "grad_norm": 10.287843704223633,
183
+ "learning_rate": 9.983015663332704e-06,
184
+ "loss": 2.2761,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.04693140794223827,
189
+ "grad_norm": 0.7120897173881531,
190
+ "learning_rate": 9.981096408317583e-06,
191
+ "loss": 2.4684,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.048736462093862815,
196
+ "grad_norm": 0.8105068802833557,
197
+ "learning_rate": 9.979170611626586e-06,
198
+ "loss": 2.6324,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.05054151624548736,
203
+ "grad_norm": 0.5890288949012756,
204
+ "learning_rate": 9.977238239757208e-06,
205
+ "loss": 2.3228,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.052346570397111915,
210
+ "grad_norm": 0.5474427938461304,
211
+ "learning_rate": 9.97529925897777e-06,
212
+ "loss": 2.2611,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.05415162454873646,
217
+ "grad_norm": 0.6135736703872681,
218
+ "learning_rate": 9.973353635325468e-06,
219
+ "loss": 2.2273,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.05595667870036101,
224
+ "grad_norm": 0.536712110042572,
225
+ "learning_rate": 9.971401334604386e-06,
226
+ "loss": 2.1474,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.05776173285198556,
231
+ "grad_norm": 0.6754024028778076,
232
+ "learning_rate": 9.9694423223835e-06,
233
+ "loss": 2.4929,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.05956678700361011,
238
+ "grad_norm": 0.6979427337646484,
239
+ "learning_rate": 9.967476563994643e-06,
240
+ "loss": 2.3856,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.061371841155234655,
245
+ "grad_norm": 0.6921838521957397,
246
+ "learning_rate": 9.965504024530473e-06,
247
+ "loss": 2.5367,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.0631768953068592,
252
+ "grad_norm": 0.6311858892440796,
253
+ "learning_rate": 9.96352466884239e-06,
254
+ "loss": 2.5569,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.06498194945848375,
259
+ "grad_norm": 0.7305188775062561,
260
+ "learning_rate": 9.961538461538463e-06,
261
+ "loss": 2.2802,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.06678700361010831,
266
+ "grad_norm": 0.9096555709838867,
267
+ "learning_rate": 9.959545366981315e-06,
268
+ "loss": 2.1683,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.06859205776173286,
273
+ "grad_norm": 0.440764844417572,
274
+ "learning_rate": 9.957545349285991e-06,
275
+ "loss": 2.298,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.0703971119133574,
280
+ "grad_norm": 0.6081007122993469,
281
+ "learning_rate": 9.955538372317805e-06,
282
+ "loss": 2.4754,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.07220216606498195,
287
+ "grad_norm": 1.7585057020187378,
288
+ "learning_rate": 9.953524399690163e-06,
289
+ "loss": 2.4344,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.0740072202166065,
294
+ "grad_norm": 0.6848481297492981,
295
+ "learning_rate": 9.951503394762368e-06,
296
+ "loss": 2.1514,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.07581227436823104,
301
+ "grad_norm": 0.5608339905738831,
302
+ "learning_rate": 9.949475320637389e-06,
303
+ "loss": 2.4848,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.0776173285198556,
308
+ "grad_norm": 0.5717358589172363,
309
+ "learning_rate": 9.947440140159626e-06,
310
+ "loss": 2.297,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.07942238267148015,
315
+ "grad_norm": 5.827265739440918,
316
+ "learning_rate": 9.945397815912638e-06,
317
+ "loss": 2.2347,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.0812274368231047,
322
+ "grad_norm": 1.0696561336517334,
323
+ "learning_rate": 9.94334831021684e-06,
324
+ "loss": 2.4749,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.08303249097472924,
329
+ "grad_norm": 1.2976438999176025,
330
+ "learning_rate": 9.941291585127203e-06,
331
+ "loss": 2.3364,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.08483754512635379,
336
+ "grad_norm": 1.0364991426467896,
337
+ "learning_rate": 9.939227602430896e-06,
338
+ "loss": 2.4727,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.08664259927797834,
343
+ "grad_norm": 5.468624114990234,
344
+ "learning_rate": 9.937156323644935e-06,
345
+ "loss": 2.4162,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.08844765342960288,
350
+ "grad_norm": 1.2911622524261475,
351
+ "learning_rate": 9.935077710013772e-06,
352
+ "loss": 2.2254,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.09025270758122744,
357
+ "grad_norm": 0.4953709542751312,
358
+ "learning_rate": 9.932991722506898e-06,
359
+ "loss": 2.342,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.09205776173285199,
364
+ "grad_norm": 0.5626126527786255,
365
+ "learning_rate": 9.930898321816387e-06,
366
+ "loss": 2.3805,
367
+ "step": 51
368
+ },
369
+ {
370
+ "epoch": 0.09386281588447654,
371
+ "grad_norm": 1.3454151153564453,
372
+ "learning_rate": 9.928797468354431e-06,
373
+ "loss": 2.3959,
374
+ "step": 52
375
+ },
376
+ {
377
+ "epoch": 0.09566787003610108,
378
+ "grad_norm": 0.5716956257820129,
379
+ "learning_rate": 9.926689122250843e-06,
380
+ "loss": 2.3761,
381
+ "step": 53
382
+ },
383
+ {
384
+ "epoch": 0.09747292418772563,
385
+ "grad_norm": 0.4651002287864685,
386
+ "learning_rate": 9.924573243350537e-06,
387
+ "loss": 2.5361,
388
+ "step": 54
389
+ },
390
+ {
391
+ "epoch": 0.09927797833935018,
392
+ "grad_norm": 1.2117735147476196,
393
+ "learning_rate": 9.922449791210978e-06,
394
+ "loss": 2.2321,
395
+ "step": 55
396
+ },
397
+ {
398
+ "epoch": 0.10108303249097472,
399
+ "grad_norm": 0.5196434259414673,
400
+ "learning_rate": 9.920318725099603e-06,
401
+ "loss": 2.2905,
402
+ "step": 56
403
+ }
404
+ ],
405
+ "logging_steps": 1,
406
+ "max_steps": 554,
407
+ "num_input_tokens_seen": 0,
408
+ "num_train_epochs": 1,
409
+ "save_steps": 56,
410
+ "stateful_callbacks": {
411
+ "TrainerControl": {
412
+ "args": {
413
+ "should_epoch_stop": false,
414
+ "should_evaluate": false,
415
+ "should_log": false,
416
+ "should_save": true,
417
+ "should_training_stop": false
418
+ },
419
+ "attributes": {}
420
+ }
421
+ },
422
+ "total_flos": 5.0478463565011354e+17,
423
+ "train_batch_size": 1,
424
+ "trial_name": null,
425
+ "trial_params": null
426
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ccd066b790f2187da4c4ad99440ccc9a145ae9a0fe83bfc90cce2ceda958934
3
+ size 7505