lesso11 commited on
Commit
f8c17e6
·
verified ·
1 Parent(s): 39a9825

Training in progress, step 25, checkpoint

Browse files
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: EleutherAI/pythia-70m-deduped
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,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "EleutherAI/pythia-70m-deduped",
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
+ "dense",
24
+ "dense_h_to_4h",
25
+ "dense_4h_to_h",
26
+ "query_key_value"
27
+ ],
28
+ "task_type": "CAUSAL_LM",
29
+ "use_dora": false,
30
+ "use_rslora": false
31
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:429a47ef74b8fe1528641b3dd3568e0957a75adde1d8f729569b2419e92f01b4
3
+ size 3152296
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97c9ff7e76fd7718674bb87fb69adcc82a226a2f3dd2234fea1a2e3362e24eaa
3
+ size 6332154
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5820296c693350b4a78d17e961b7776868327825c6555da3f47af5d5fccdd83b
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6676fe28230ae15b45fb334c871c6fdf1a7984a935952b9f8650896c37a8c106
3
+ size 1064
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|endoftext|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<|endoftext|>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
last-checkpoint/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,223 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": false,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<|endoftext|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<|padding|>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "50254": {
23
+ "content": " ",
24
+ "lstrip": false,
25
+ "normalized": true,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "50255": {
31
+ "content": " ",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": false
37
+ },
38
+ "50256": {
39
+ "content": " ",
40
+ "lstrip": false,
41
+ "normalized": true,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "50257": {
47
+ "content": " ",
48
+ "lstrip": false,
49
+ "normalized": true,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "50258": {
55
+ "content": " ",
56
+ "lstrip": false,
57
+ "normalized": true,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "50259": {
63
+ "content": " ",
64
+ "lstrip": false,
65
+ "normalized": true,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": false
69
+ },
70
+ "50260": {
71
+ "content": " ",
72
+ "lstrip": false,
73
+ "normalized": true,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": false
77
+ },
78
+ "50261": {
79
+ "content": " ",
80
+ "lstrip": false,
81
+ "normalized": true,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": false
85
+ },
86
+ "50262": {
87
+ "content": " ",
88
+ "lstrip": false,
89
+ "normalized": true,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": false
93
+ },
94
+ "50263": {
95
+ "content": " ",
96
+ "lstrip": false,
97
+ "normalized": true,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": false
101
+ },
102
+ "50264": {
103
+ "content": " ",
104
+ "lstrip": false,
105
+ "normalized": true,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": false
109
+ },
110
+ "50265": {
111
+ "content": " ",
112
+ "lstrip": false,
113
+ "normalized": true,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": false
117
+ },
118
+ "50266": {
119
+ "content": " ",
120
+ "lstrip": false,
121
+ "normalized": true,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": false
125
+ },
126
+ "50267": {
127
+ "content": " ",
128
+ "lstrip": false,
129
+ "normalized": true,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "50268": {
135
+ "content": " ",
136
+ "lstrip": false,
137
+ "normalized": true,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "50269": {
143
+ "content": " ",
144
+ "lstrip": false,
145
+ "normalized": true,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "50270": {
151
+ "content": " ",
152
+ "lstrip": false,
153
+ "normalized": true,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "50271": {
159
+ "content": " ",
160
+ "lstrip": false,
161
+ "normalized": true,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "50272": {
167
+ "content": " ",
168
+ "lstrip": false,
169
+ "normalized": true,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "50273": {
175
+ "content": " ",
176
+ "lstrip": false,
177
+ "normalized": true,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": false
181
+ },
182
+ "50274": {
183
+ "content": " ",
184
+ "lstrip": false,
185
+ "normalized": true,
186
+ "rstrip": false,
187
+ "single_word": false,
188
+ "special": false
189
+ },
190
+ "50275": {
191
+ "content": " ",
192
+ "lstrip": false,
193
+ "normalized": true,
194
+ "rstrip": false,
195
+ "single_word": false,
196
+ "special": false
197
+ },
198
+ "50276": {
199
+ "content": " ",
200
+ "lstrip": false,
201
+ "normalized": true,
202
+ "rstrip": false,
203
+ "single_word": false,
204
+ "special": false
205
+ },
206
+ "50277": {
207
+ "content": "[PAD]",
208
+ "lstrip": false,
209
+ "normalized": false,
210
+ "rstrip": false,
211
+ "single_word": false,
212
+ "special": true
213
+ }
214
+ },
215
+ "bos_token": "<|endoftext|>",
216
+ "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 %}",
217
+ "clean_up_tokenization_spaces": false,
218
+ "eos_token": "<|endoftext|>",
219
+ "model_max_length": 1000000000000000019884624838656,
220
+ "pad_token": "<|endoftext|>",
221
+ "tokenizer_class": "GPTNeoXTokenizer",
222
+ "unk_token": "<|endoftext|>"
223
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,256 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.1037344398340249,
5
+ "eval_steps": 5,
6
+ "global_step": 25,
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.004149377593360996,
13
+ "grad_norm": 338.5560302734375,
14
+ "learning_rate": 1e-05,
15
+ "loss": 17.0013,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.004149377593360996,
20
+ "eval_loss": 9.25258731842041,
21
+ "eval_runtime": 1.5969,
22
+ "eval_samples_per_second": 127.121,
23
+ "eval_steps_per_second": 16.281,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.008298755186721992,
28
+ "grad_norm": 331.52618408203125,
29
+ "learning_rate": 2e-05,
30
+ "loss": 19.1385,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.012448132780082987,
35
+ "grad_norm": 303.5635681152344,
36
+ "learning_rate": 3e-05,
37
+ "loss": 19.0005,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.016597510373443983,
42
+ "grad_norm": 300.59466552734375,
43
+ "learning_rate": 4e-05,
44
+ "loss": 16.9304,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 0.02074688796680498,
49
+ "grad_norm": 407.1070556640625,
50
+ "learning_rate": 5e-05,
51
+ "loss": 18.6078,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 0.02074688796680498,
56
+ "eval_loss": 9.233301162719727,
57
+ "eval_runtime": 0.9583,
58
+ "eval_samples_per_second": 211.841,
59
+ "eval_steps_per_second": 27.132,
60
+ "step": 5
61
+ },
62
+ {
63
+ "epoch": 0.024896265560165973,
64
+ "grad_norm": 373.00823974609375,
65
+ "learning_rate": 6e-05,
66
+ "loss": 19.3471,
67
+ "step": 6
68
+ },
69
+ {
70
+ "epoch": 0.029045643153526972,
71
+ "grad_norm": 259.5892639160156,
72
+ "learning_rate": 7e-05,
73
+ "loss": 16.4007,
74
+ "step": 7
75
+ },
76
+ {
77
+ "epoch": 0.03319502074688797,
78
+ "grad_norm": 393.28839111328125,
79
+ "learning_rate": 8e-05,
80
+ "loss": 19.6328,
81
+ "step": 8
82
+ },
83
+ {
84
+ "epoch": 0.03734439834024896,
85
+ "grad_norm": 375.2423095703125,
86
+ "learning_rate": 9e-05,
87
+ "loss": 18.0652,
88
+ "step": 9
89
+ },
90
+ {
91
+ "epoch": 0.04149377593360996,
92
+ "grad_norm": 345.50579833984375,
93
+ "learning_rate": 0.0001,
94
+ "loss": 17.987,
95
+ "step": 10
96
+ },
97
+ {
98
+ "epoch": 0.04149377593360996,
99
+ "eval_loss": 9.172691345214844,
100
+ "eval_runtime": 0.9643,
101
+ "eval_samples_per_second": 210.506,
102
+ "eval_steps_per_second": 26.961,
103
+ "step": 10
104
+ },
105
+ {
106
+ "epoch": 0.04564315352697095,
107
+ "grad_norm": 382.5924377441406,
108
+ "learning_rate": 9.98458666866564e-05,
109
+ "loss": 18.3821,
110
+ "step": 11
111
+ },
112
+ {
113
+ "epoch": 0.04979253112033195,
114
+ "grad_norm": 306.32659912109375,
115
+ "learning_rate": 9.938441702975689e-05,
116
+ "loss": 17.1481,
117
+ "step": 12
118
+ },
119
+ {
120
+ "epoch": 0.05394190871369295,
121
+ "grad_norm": 363.08477783203125,
122
+ "learning_rate": 9.861849601988383e-05,
123
+ "loss": 18.247,
124
+ "step": 13
125
+ },
126
+ {
127
+ "epoch": 0.058091286307053944,
128
+ "grad_norm": 325.3434753417969,
129
+ "learning_rate": 9.755282581475769e-05,
130
+ "loss": 17.548,
131
+ "step": 14
132
+ },
133
+ {
134
+ "epoch": 0.06224066390041494,
135
+ "grad_norm": 334.68536376953125,
136
+ "learning_rate": 9.619397662556435e-05,
137
+ "loss": 16.0464,
138
+ "step": 15
139
+ },
140
+ {
141
+ "epoch": 0.06224066390041494,
142
+ "eval_loss": 9.124333381652832,
143
+ "eval_runtime": 0.9624,
144
+ "eval_samples_per_second": 210.921,
145
+ "eval_steps_per_second": 27.015,
146
+ "step": 15
147
+ },
148
+ {
149
+ "epoch": 0.06639004149377593,
150
+ "grad_norm": 351.066162109375,
151
+ "learning_rate": 9.45503262094184e-05,
152
+ "loss": 17.6445,
153
+ "step": 16
154
+ },
155
+ {
156
+ "epoch": 0.07053941908713693,
157
+ "grad_norm": 305.76983642578125,
158
+ "learning_rate": 9.263200821770461e-05,
159
+ "loss": 18.055,
160
+ "step": 17
161
+ },
162
+ {
163
+ "epoch": 0.07468879668049792,
164
+ "grad_norm": 317.046875,
165
+ "learning_rate": 9.045084971874738e-05,
166
+ "loss": 17.8924,
167
+ "step": 18
168
+ },
169
+ {
170
+ "epoch": 0.07883817427385892,
171
+ "grad_norm": 317.98626708984375,
172
+ "learning_rate": 8.802029828000156e-05,
173
+ "loss": 17.5157,
174
+ "step": 19
175
+ },
176
+ {
177
+ "epoch": 0.08298755186721991,
178
+ "grad_norm": 366.4814147949219,
179
+ "learning_rate": 8.535533905932738e-05,
180
+ "loss": 17.1351,
181
+ "step": 20
182
+ },
183
+ {
184
+ "epoch": 0.08298755186721991,
185
+ "eval_loss": 9.038752555847168,
186
+ "eval_runtime": 0.9692,
187
+ "eval_samples_per_second": 209.46,
188
+ "eval_steps_per_second": 26.827,
189
+ "step": 20
190
+ },
191
+ {
192
+ "epoch": 0.08713692946058091,
193
+ "grad_norm": 374.20440673828125,
194
+ "learning_rate": 8.247240241650918e-05,
195
+ "loss": 19.3179,
196
+ "step": 21
197
+ },
198
+ {
199
+ "epoch": 0.0912863070539419,
200
+ "grad_norm": 405.3846740722656,
201
+ "learning_rate": 7.938926261462366e-05,
202
+ "loss": 17.5574,
203
+ "step": 22
204
+ },
205
+ {
206
+ "epoch": 0.0954356846473029,
207
+ "grad_norm": 358.61627197265625,
208
+ "learning_rate": 7.612492823579745e-05,
209
+ "loss": 18.0677,
210
+ "step": 23
211
+ },
212
+ {
213
+ "epoch": 0.0995850622406639,
214
+ "grad_norm": 303.9383850097656,
215
+ "learning_rate": 7.269952498697734e-05,
216
+ "loss": 17.038,
217
+ "step": 24
218
+ },
219
+ {
220
+ "epoch": 0.1037344398340249,
221
+ "grad_norm": 315.915771484375,
222
+ "learning_rate": 6.91341716182545e-05,
223
+ "loss": 16.808,
224
+ "step": 25
225
+ },
226
+ {
227
+ "epoch": 0.1037344398340249,
228
+ "eval_loss": 9.01609992980957,
229
+ "eval_runtime": 0.962,
230
+ "eval_samples_per_second": 211.022,
231
+ "eval_steps_per_second": 27.027,
232
+ "step": 25
233
+ }
234
+ ],
235
+ "logging_steps": 1,
236
+ "max_steps": 50,
237
+ "num_input_tokens_seen": 0,
238
+ "num_train_epochs": 1,
239
+ "save_steps": 25,
240
+ "stateful_callbacks": {
241
+ "TrainerControl": {
242
+ "args": {
243
+ "should_epoch_stop": false,
244
+ "should_evaluate": false,
245
+ "should_log": false,
246
+ "should_save": true,
247
+ "should_training_stop": false
248
+ },
249
+ "attributes": {}
250
+ }
251
+ },
252
+ "total_flos": 111716125900800.0,
253
+ "train_batch_size": 8,
254
+ "trial_name": null,
255
+ "trial_params": null
256
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db8b558ad31a6887d07d90a6e7203a297345938cc77b4f7710e3ed9bbdb224a9
3
+ size 6776