magatex commited on
Commit
118a774
·
verified ·
1 Parent(s): 0e4f7e9

Training in progress, step 38, checkpoint

Browse files
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen1.5-7B
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.13.2
last-checkpoint/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen1.5-7B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "down_proj",
24
+ "k_proj",
25
+ "q_proj",
26
+ "v_proj",
27
+ "up_proj",
28
+ "gate_proj",
29
+ "o_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1799bb59a6a576736f6038f6c91325d7a16ad5fc565d8724467753c7aebafe47
3
+ size 159967880
last-checkpoint/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 151643,
3
+ "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644
5
+ }
last-checkpoint/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a72c1814027c037d45bb5b99636bde10a686d965232c3aa085eaceaaf081f3e7
3
+ size 320194002
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e10c0c26fa92edd57a9e52cbc38224ffa2984e5a997ab37ea8242c906dedcd6c
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85d88ccfa91fc2608e3619606d08bcd88a2de9c23567f07de1d20bfc8894f8a7
3
+ size 1064
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ],
6
+ "eos_token": {
7
+ "content": "<|endoftext|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "pad_token": {
14
+ "content": "<|endoftext|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ }
20
+ }
last-checkpoint/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcfe42da0a4497e8b2b172c1f9f4ec423a46dc12907f4349c55025f670422ba9
3
+ size 11418266
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "151643": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "151644": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "151645": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ }
28
+ },
29
+ "additional_special_tokens": [
30
+ "<|im_start|>",
31
+ "<|im_end|>"
32
+ ],
33
+ "bos_token": null,
34
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
35
+ "clean_up_tokenization_spaces": false,
36
+ "eos_token": "<|endoftext|>",
37
+ "errors": "replace",
38
+ "model_max_length": 32768,
39
+ "pad_token": "<|endoftext|>",
40
+ "split_special_tokens": false,
41
+ "tokenizer_class": "Qwen2Tokenizer",
42
+ "unk_token": null
43
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,324 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.06752741913091767,
5
+ "eval_steps": 25,
6
+ "global_step": 38,
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.0017770373455504652,
13
+ "grad_norm": 7.400041580200195,
14
+ "learning_rate": 0.00015,
15
+ "loss": 7.5592,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.0017770373455504652,
20
+ "eval_loss": 9.412062644958496,
21
+ "eval_runtime": 4.7383,
22
+ "eval_samples_per_second": 10.552,
23
+ "eval_steps_per_second": 10.552,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.0035540746911009303,
28
+ "grad_norm": 7.214756488800049,
29
+ "learning_rate": 0.0003,
30
+ "loss": 7.533,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.005331112036651395,
35
+ "grad_norm": 7.166866302490234,
36
+ "learning_rate": 0.0002994862842423856,
37
+ "loss": 6.3331,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.007108149382201861,
42
+ "grad_norm": 8.011735916137695,
43
+ "learning_rate": 0.0002979490466566481,
44
+ "loss": 3.8993,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 0.008885186727752325,
49
+ "grad_norm": 6.994956016540527,
50
+ "learning_rate": 0.0002953999865490242,
51
+ "loss": 2.4563,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 0.01066222407330279,
56
+ "grad_norm": 7.1216936111450195,
57
+ "learning_rate": 0.00029185850380609757,
58
+ "loss": 1.443,
59
+ "step": 6
60
+ },
61
+ {
62
+ "epoch": 0.012439261418853256,
63
+ "grad_norm": 7.437867164611816,
64
+ "learning_rate": 0.00028735155124994774,
65
+ "loss": 1.4252,
66
+ "step": 7
67
+ },
68
+ {
69
+ "epoch": 0.014216298764403721,
70
+ "grad_norm": 6.313816547393799,
71
+ "learning_rate": 0.0002819134295108992,
72
+ "loss": 1.2169,
73
+ "step": 8
74
+ },
75
+ {
76
+ "epoch": 0.015993336109954185,
77
+ "grad_norm": 3.652928590774536,
78
+ "learning_rate": 0.0002755855259790139,
79
+ "loss": 1.024,
80
+ "step": 9
81
+ },
82
+ {
83
+ "epoch": 0.01777037345550465,
84
+ "grad_norm": 4.237030982971191,
85
+ "learning_rate": 0.000268415999821062,
86
+ "loss": 0.6158,
87
+ "step": 10
88
+ },
89
+ {
90
+ "epoch": 0.019547410801055116,
91
+ "grad_norm": 5.34514856338501,
92
+ "learning_rate": 0.0002604594154601839,
93
+ "loss": 0.4289,
94
+ "step": 11
95
+ },
96
+ {
97
+ "epoch": 0.02132444814660558,
98
+ "grad_norm": 2.016958713531494,
99
+ "learning_rate": 0.0002517763273076828,
100
+ "loss": 0.3021,
101
+ "step": 12
102
+ },
103
+ {
104
+ "epoch": 0.023101485492156047,
105
+ "grad_norm": 2.6057486534118652,
106
+ "learning_rate": 0.0002424328189073912,
107
+ "loss": 0.2041,
108
+ "step": 13
109
+ },
110
+ {
111
+ "epoch": 0.024878522837706512,
112
+ "grad_norm": 2.1653239727020264,
113
+ "learning_rate": 0.00023249999999999999,
114
+ "loss": 0.438,
115
+ "step": 14
116
+ },
117
+ {
118
+ "epoch": 0.026655560183256977,
119
+ "grad_norm": 2.014434576034546,
120
+ "learning_rate": 0.00022205346533499438,
121
+ "loss": 0.3282,
122
+ "step": 15
123
+ },
124
+ {
125
+ "epoch": 0.028432597528807443,
126
+ "grad_norm": 0.986447274684906,
127
+ "learning_rate": 0.00021117271934896527,
128
+ "loss": 0.2538,
129
+ "step": 16
130
+ },
131
+ {
132
+ "epoch": 0.030209634874357908,
133
+ "grad_norm": 1.5935691595077515,
134
+ "learning_rate": 0.0001999405710888403,
135
+ "loss": 0.2652,
136
+ "step": 17
137
+ },
138
+ {
139
+ "epoch": 0.03198667221990837,
140
+ "grad_norm": 1.2894585132598877,
141
+ "learning_rate": 0.0001884425039850356,
142
+ "loss": 0.2775,
143
+ "step": 18
144
+ },
145
+ {
146
+ "epoch": 0.033763709565458835,
147
+ "grad_norm": 1.3157844543457031,
148
+ "learning_rate": 0.00017676602527093386,
149
+ "loss": 0.2777,
150
+ "step": 19
151
+ },
152
+ {
153
+ "epoch": 0.0355407469110093,
154
+ "grad_norm": 2.038137197494507,
155
+ "learning_rate": 0.000165,
156
+ "loss": 0.217,
157
+ "step": 20
158
+ },
159
+ {
160
+ "epoch": 0.037317784256559766,
161
+ "grad_norm": 0.9309817552566528,
162
+ "learning_rate": 0.0001532339747290661,
163
+ "loss": 0.2188,
164
+ "step": 21
165
+ },
166
+ {
167
+ "epoch": 0.03909482160211023,
168
+ "grad_norm": 0.5954152941703796,
169
+ "learning_rate": 0.0001415574960149644,
170
+ "loss": 0.2278,
171
+ "step": 22
172
+ },
173
+ {
174
+ "epoch": 0.0408718589476607,
175
+ "grad_norm": 1.388271450996399,
176
+ "learning_rate": 0.00013005942891115968,
177
+ "loss": 0.1819,
178
+ "step": 23
179
+ },
180
+ {
181
+ "epoch": 0.04264889629321116,
182
+ "grad_norm": 1.0286115407943726,
183
+ "learning_rate": 0.00011882728065103471,
184
+ "loss": 0.3207,
185
+ "step": 24
186
+ },
187
+ {
188
+ "epoch": 0.04442593363876163,
189
+ "grad_norm": 0.8775933384895325,
190
+ "learning_rate": 0.0001079465346650056,
191
+ "loss": 0.291,
192
+ "step": 25
193
+ },
194
+ {
195
+ "epoch": 0.04442593363876163,
196
+ "eval_loss": 0.34194839000701904,
197
+ "eval_runtime": 4.7625,
198
+ "eval_samples_per_second": 10.499,
199
+ "eval_steps_per_second": 10.499,
200
+ "step": 25
201
+ },
202
+ {
203
+ "epoch": 0.04620297098431209,
204
+ "grad_norm": 1.108588695526123,
205
+ "learning_rate": 9.750000000000003e-05,
206
+ "loss": 0.1932,
207
+ "step": 26
208
+ },
209
+ {
210
+ "epoch": 0.04798000832986256,
211
+ "grad_norm": 1.028200626373291,
212
+ "learning_rate": 8.756718109260881e-05,
213
+ "loss": 0.1871,
214
+ "step": 27
215
+ },
216
+ {
217
+ "epoch": 0.049757045675413024,
218
+ "grad_norm": 0.6343105435371399,
219
+ "learning_rate": 7.822367269231717e-05,
220
+ "loss": 0.178,
221
+ "step": 28
222
+ },
223
+ {
224
+ "epoch": 0.05153408302096349,
225
+ "grad_norm": 1.2981491088867188,
226
+ "learning_rate": 6.954058453981609e-05,
227
+ "loss": 0.2459,
228
+ "step": 29
229
+ },
230
+ {
231
+ "epoch": 0.053311120366513955,
232
+ "grad_norm": 1.9452201128005981,
233
+ "learning_rate": 6.158400017893799e-05,
234
+ "loss": 0.2998,
235
+ "step": 30
236
+ },
237
+ {
238
+ "epoch": 0.05508815771206442,
239
+ "grad_norm": 1.0158450603485107,
240
+ "learning_rate": 5.441447402098609e-05,
241
+ "loss": 0.2836,
242
+ "step": 31
243
+ },
244
+ {
245
+ "epoch": 0.056865195057614885,
246
+ "grad_norm": 1.1661677360534668,
247
+ "learning_rate": 4.808657048910077e-05,
248
+ "loss": 0.3311,
249
+ "step": 32
250
+ },
251
+ {
252
+ "epoch": 0.05864223240316535,
253
+ "grad_norm": 1.4344332218170166,
254
+ "learning_rate": 4.264844875005226e-05,
255
+ "loss": 0.2826,
256
+ "step": 33
257
+ },
258
+ {
259
+ "epoch": 0.060419269748715816,
260
+ "grad_norm": 1.0317628383636475,
261
+ "learning_rate": 3.814149619390237e-05,
262
+ "loss": 0.3283,
263
+ "step": 34
264
+ },
265
+ {
266
+ "epoch": 0.062196307094266275,
267
+ "grad_norm": 1.3720628023147583,
268
+ "learning_rate": 3.4600013450975794e-05,
269
+ "loss": 0.3451,
270
+ "step": 35
271
+ },
272
+ {
273
+ "epoch": 0.06397334443981674,
274
+ "grad_norm": 1.1290936470031738,
275
+ "learning_rate": 3.205095334335192e-05,
276
+ "loss": 0.2641,
277
+ "step": 36
278
+ },
279
+ {
280
+ "epoch": 0.06575038178536721,
281
+ "grad_norm": 0.8198021650314331,
282
+ "learning_rate": 3.051371575761435e-05,
283
+ "loss": 0.3009,
284
+ "step": 37
285
+ },
286
+ {
287
+ "epoch": 0.06752741913091767,
288
+ "grad_norm": 1.0989965200424194,
289
+ "learning_rate": 2.9999999999999997e-05,
290
+ "loss": 0.2864,
291
+ "step": 38
292
+ }
293
+ ],
294
+ "logging_steps": 1,
295
+ "max_steps": 38,
296
+ "num_input_tokens_seen": 0,
297
+ "num_train_epochs": 1,
298
+ "save_steps": 50,
299
+ "stateful_callbacks": {
300
+ "EarlyStoppingCallback": {
301
+ "args": {
302
+ "early_stopping_patience": 20,
303
+ "early_stopping_threshold": 0.0
304
+ },
305
+ "attributes": {
306
+ "early_stopping_patience_counter": 0
307
+ }
308
+ },
309
+ "TrainerControl": {
310
+ "args": {
311
+ "should_epoch_stop": false,
312
+ "should_evaluate": false,
313
+ "should_log": false,
314
+ "should_save": true,
315
+ "should_training_stop": true
316
+ },
317
+ "attributes": {}
318
+ }
319
+ },
320
+ "total_flos": 2.266779984498524e+17,
321
+ "train_batch_size": 1,
322
+ "trial_name": null,
323
+ "trial_params": null
324
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5bcb3701720fa17435674a9f9ae4a65bd0fdfabc067d2438ee72858197f0a42
3
+ size 6776
last-checkpoint/vocab.json ADDED
The diff for this file is too large to render. See raw diff