baby-dev commited on
Commit
6db42cc
·
verified ·
1 Parent(s): c88435c

Training in progress, epoch 0, checkpoint

Browse files
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2-0.5B-Instruct
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/Qwen2-0.5B-Instruct",
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": 64,
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": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "v_proj",
24
+ "o_proj",
25
+ "down_proj",
26
+ "gate_proj",
27
+ "k_proj",
28
+ "up_proj",
29
+ "q_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:9aec615fcaa9d2b6006bb5e8cbe5eb751b6974014a5faf424f0faf3893372e93
3
+ size 70430032
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:f3a4e7240b9d606364a37e6a2a18f6ce1ad6986abb8c1f0bbbc2d0a10af4de16
3
+ size 36135892
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:039c1d81fb146d103517ea6bea4a7a40c383f02afe64a858fb2196fad801a152
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d0ad751608bb1f65d75e4c79bf22f0a1cfe737e1d81d092b1221458be1c8fb4
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": "<|im_end|>",
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": "<|im_end|>",
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,633 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.03385168729503861,
5
+ "eval_steps": 20,
6
+ "global_step": 80,
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.0004231460911879826,
13
+ "grad_norm": 1.6363259553909302,
14
+ "learning_rate": 2e-05,
15
+ "loss": 2.4891,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.0004231460911879826,
20
+ "eval_loss": 2.7103111743927,
21
+ "eval_runtime": 25.5407,
22
+ "eval_samples_per_second": 77.915,
23
+ "eval_steps_per_second": 19.498,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.0008462921823759652,
28
+ "grad_norm": 1.6588494777679443,
29
+ "learning_rate": 4e-05,
30
+ "loss": 2.6718,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.0012694382735639479,
35
+ "grad_norm": 1.7058560848236084,
36
+ "learning_rate": 6e-05,
37
+ "loss": 2.6474,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.0016925843647519305,
42
+ "grad_norm": 1.6588222980499268,
43
+ "learning_rate": 8e-05,
44
+ "loss": 2.6717,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 0.002115730455939913,
49
+ "grad_norm": 1.5508973598480225,
50
+ "learning_rate": 0.0001,
51
+ "loss": 2.5936,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 0.0025388765471278957,
56
+ "grad_norm": 1.4414312839508057,
57
+ "learning_rate": 0.00012,
58
+ "loss": 2.6166,
59
+ "step": 6
60
+ },
61
+ {
62
+ "epoch": 0.0029620226383158784,
63
+ "grad_norm": 1.3356502056121826,
64
+ "learning_rate": 0.00014,
65
+ "loss": 2.6361,
66
+ "step": 7
67
+ },
68
+ {
69
+ "epoch": 0.003385168729503861,
70
+ "grad_norm": 1.3982197046279907,
71
+ "learning_rate": 0.00016,
72
+ "loss": 2.5908,
73
+ "step": 8
74
+ },
75
+ {
76
+ "epoch": 0.003808314820691844,
77
+ "grad_norm": 1.4515146017074585,
78
+ "learning_rate": 0.00018,
79
+ "loss": 2.5478,
80
+ "step": 9
81
+ },
82
+ {
83
+ "epoch": 0.004231460911879826,
84
+ "grad_norm": 1.5462111234664917,
85
+ "learning_rate": 0.0002,
86
+ "loss": 2.5379,
87
+ "step": 10
88
+ },
89
+ {
90
+ "epoch": 0.004654607003067809,
91
+ "grad_norm": 1.5184928178787231,
92
+ "learning_rate": 0.00019989930665413147,
93
+ "loss": 2.5466,
94
+ "step": 11
95
+ },
96
+ {
97
+ "epoch": 0.0050777530942557915,
98
+ "grad_norm": 1.452031135559082,
99
+ "learning_rate": 0.00019959742939952392,
100
+ "loss": 2.4949,
101
+ "step": 12
102
+ },
103
+ {
104
+ "epoch": 0.005500899185443774,
105
+ "grad_norm": 1.4936366081237793,
106
+ "learning_rate": 0.00019909497617679348,
107
+ "loss": 2.3631,
108
+ "step": 13
109
+ },
110
+ {
111
+ "epoch": 0.005924045276631757,
112
+ "grad_norm": 1.3953323364257812,
113
+ "learning_rate": 0.00019839295885986296,
114
+ "loss": 2.3978,
115
+ "step": 14
116
+ },
117
+ {
118
+ "epoch": 0.006347191367819739,
119
+ "grad_norm": 1.361305594444275,
120
+ "learning_rate": 0.00019749279121818235,
121
+ "loss": 2.4401,
122
+ "step": 15
123
+ },
124
+ {
125
+ "epoch": 0.006770337459007722,
126
+ "grad_norm": 1.3678853511810303,
127
+ "learning_rate": 0.00019639628606958533,
128
+ "loss": 2.437,
129
+ "step": 16
130
+ },
131
+ {
132
+ "epoch": 0.0071934835501957055,
133
+ "grad_norm": 1.3215718269348145,
134
+ "learning_rate": 0.00019510565162951537,
135
+ "loss": 2.389,
136
+ "step": 17
137
+ },
138
+ {
139
+ "epoch": 0.007616629641383688,
140
+ "grad_norm": 1.285584568977356,
141
+ "learning_rate": 0.00019362348706397373,
142
+ "loss": 2.3646,
143
+ "step": 18
144
+ },
145
+ {
146
+ "epoch": 0.00803977573257167,
147
+ "grad_norm": 1.2454744577407837,
148
+ "learning_rate": 0.0001919527772551451,
149
+ "loss": 2.2511,
150
+ "step": 19
151
+ },
152
+ {
153
+ "epoch": 0.008462921823759652,
154
+ "grad_norm": 1.3071717023849487,
155
+ "learning_rate": 0.0001900968867902419,
156
+ "loss": 2.3198,
157
+ "step": 20
158
+ },
159
+ {
160
+ "epoch": 0.008462921823759652,
161
+ "eval_loss": 2.341797351837158,
162
+ "eval_runtime": 25.0254,
163
+ "eval_samples_per_second": 79.519,
164
+ "eval_steps_per_second": 19.9,
165
+ "step": 20
166
+ },
167
+ {
168
+ "epoch": 0.008886067914947636,
169
+ "grad_norm": 1.375653862953186,
170
+ "learning_rate": 0.0001880595531856738,
171
+ "loss": 2.3413,
172
+ "step": 21
173
+ },
174
+ {
175
+ "epoch": 0.009309214006135618,
176
+ "grad_norm": 1.3680791854858398,
177
+ "learning_rate": 0.00018584487936018661,
178
+ "loss": 2.4474,
179
+ "step": 22
180
+ },
181
+ {
182
+ "epoch": 0.009732360097323601,
183
+ "grad_norm": 1.444303035736084,
184
+ "learning_rate": 0.00018345732537213027,
185
+ "loss": 2.4309,
186
+ "step": 23
187
+ },
188
+ {
189
+ "epoch": 0.010155506188511583,
190
+ "grad_norm": 1.3316677808761597,
191
+ "learning_rate": 0.00018090169943749476,
192
+ "loss": 2.3091,
193
+ "step": 24
194
+ },
195
+ {
196
+ "epoch": 0.010578652279699566,
197
+ "grad_norm": 1.206446647644043,
198
+ "learning_rate": 0.000178183148246803,
199
+ "loss": 2.325,
200
+ "step": 25
201
+ },
202
+ {
203
+ "epoch": 0.011001798370887548,
204
+ "grad_norm": 1.2919548749923706,
205
+ "learning_rate": 0.00017530714660036112,
206
+ "loss": 2.2293,
207
+ "step": 26
208
+ },
209
+ {
210
+ "epoch": 0.011424944462075532,
211
+ "grad_norm": 1.4091441631317139,
212
+ "learning_rate": 0.00017227948638273916,
213
+ "loss": 2.2388,
214
+ "step": 27
215
+ },
216
+ {
217
+ "epoch": 0.011848090553263513,
218
+ "grad_norm": 1.4587730169296265,
219
+ "learning_rate": 0.00016910626489868649,
220
+ "loss": 2.3036,
221
+ "step": 28
222
+ },
223
+ {
224
+ "epoch": 0.012271236644451497,
225
+ "grad_norm": 1.8615366220474243,
226
+ "learning_rate": 0.00016579387259397127,
227
+ "loss": 2.3368,
228
+ "step": 29
229
+ },
230
+ {
231
+ "epoch": 0.012694382735639479,
232
+ "grad_norm": 1.4323437213897705,
233
+ "learning_rate": 0.00016234898018587337,
234
+ "loss": 2.3043,
235
+ "step": 30
236
+ },
237
+ {
238
+ "epoch": 0.013117528826827462,
239
+ "grad_norm": 1.3786976337432861,
240
+ "learning_rate": 0.00015877852522924732,
241
+ "loss": 2.2584,
242
+ "step": 31
243
+ },
244
+ {
245
+ "epoch": 0.013540674918015444,
246
+ "grad_norm": 1.3786307573318481,
247
+ "learning_rate": 0.00015508969814521025,
248
+ "loss": 2.3891,
249
+ "step": 32
250
+ },
251
+ {
252
+ "epoch": 0.013963821009203427,
253
+ "grad_norm": 1.3032869100570679,
254
+ "learning_rate": 0.00015128992774059063,
255
+ "loss": 2.2714,
256
+ "step": 33
257
+ },
258
+ {
259
+ "epoch": 0.014386967100391411,
260
+ "grad_norm": 1.7123363018035889,
261
+ "learning_rate": 0.00014738686624729986,
262
+ "loss": 2.2354,
263
+ "step": 34
264
+ },
265
+ {
266
+ "epoch": 0.014810113191579393,
267
+ "grad_norm": 1.4017690420150757,
268
+ "learning_rate": 0.00014338837391175582,
269
+ "loss": 2.1773,
270
+ "step": 35
271
+ },
272
+ {
273
+ "epoch": 0.015233259282767376,
274
+ "grad_norm": 1.4052975177764893,
275
+ "learning_rate": 0.00013930250316539238,
276
+ "loss": 2.1841,
277
+ "step": 36
278
+ },
279
+ {
280
+ "epoch": 0.015656405373955358,
281
+ "grad_norm": 1.3908483982086182,
282
+ "learning_rate": 0.0001351374824081343,
283
+ "loss": 2.2708,
284
+ "step": 37
285
+ },
286
+ {
287
+ "epoch": 0.01607955146514334,
288
+ "grad_norm": 1.3868993520736694,
289
+ "learning_rate": 0.00013090169943749476,
290
+ "loss": 2.2283,
291
+ "step": 38
292
+ },
293
+ {
294
+ "epoch": 0.016502697556331325,
295
+ "grad_norm": 1.2704371213912964,
296
+ "learning_rate": 0.00012660368455666752,
297
+ "loss": 2.2096,
298
+ "step": 39
299
+ },
300
+ {
301
+ "epoch": 0.016925843647519305,
302
+ "grad_norm": 1.3375109434127808,
303
+ "learning_rate": 0.00012225209339563145,
304
+ "loss": 2.1863,
305
+ "step": 40
306
+ },
307
+ {
308
+ "epoch": 0.016925843647519305,
309
+ "eval_loss": 2.2113733291625977,
310
+ "eval_runtime": 25.1253,
311
+ "eval_samples_per_second": 79.203,
312
+ "eval_steps_per_second": 19.821,
313
+ "step": 40
314
+ },
315
+ {
316
+ "epoch": 0.01734898973870729,
317
+ "grad_norm": 1.2191954851150513,
318
+ "learning_rate": 0.00011785568947986367,
319
+ "loss": 2.2794,
320
+ "step": 41
321
+ },
322
+ {
323
+ "epoch": 0.017772135829895272,
324
+ "grad_norm": 6.1313605308532715,
325
+ "learning_rate": 0.00011342332658176555,
326
+ "loss": 2.3205,
327
+ "step": 42
328
+ },
329
+ {
330
+ "epoch": 0.018195281921083255,
331
+ "grad_norm": 1.338478446006775,
332
+ "learning_rate": 0.00010896393089034336,
333
+ "loss": 2.1809,
334
+ "step": 43
335
+ },
336
+ {
337
+ "epoch": 0.018618428012271235,
338
+ "grad_norm": 1.3417049646377563,
339
+ "learning_rate": 0.00010448648303505151,
340
+ "loss": 2.2497,
341
+ "step": 44
342
+ },
343
+ {
344
+ "epoch": 0.01904157410345922,
345
+ "grad_norm": 1.32805335521698,
346
+ "learning_rate": 0.0001,
347
+ "loss": 2.1696,
348
+ "step": 45
349
+ },
350
+ {
351
+ "epoch": 0.019464720194647202,
352
+ "grad_norm": 1.2384742498397827,
353
+ "learning_rate": 9.551351696494854e-05,
354
+ "loss": 2.1888,
355
+ "step": 46
356
+ },
357
+ {
358
+ "epoch": 0.019887866285835186,
359
+ "grad_norm": 1.4238135814666748,
360
+ "learning_rate": 9.103606910965666e-05,
361
+ "loss": 2.3193,
362
+ "step": 47
363
+ },
364
+ {
365
+ "epoch": 0.020311012377023166,
366
+ "grad_norm": 1.3317970037460327,
367
+ "learning_rate": 8.657667341823448e-05,
368
+ "loss": 2.1241,
369
+ "step": 48
370
+ },
371
+ {
372
+ "epoch": 0.02073415846821115,
373
+ "grad_norm": 5.128082275390625,
374
+ "learning_rate": 8.214431052013634e-05,
375
+ "loss": 2.3208,
376
+ "step": 49
377
+ },
378
+ {
379
+ "epoch": 0.021157304559399133,
380
+ "grad_norm": 1.5404480695724487,
381
+ "learning_rate": 7.774790660436858e-05,
382
+ "loss": 2.4014,
383
+ "step": 50
384
+ },
385
+ {
386
+ "epoch": 0.021580450650587116,
387
+ "grad_norm": 1.2230170965194702,
388
+ "learning_rate": 7.339631544333249e-05,
389
+ "loss": 2.1396,
390
+ "step": 51
391
+ },
392
+ {
393
+ "epoch": 0.022003596741775096,
394
+ "grad_norm": 1.3236002922058105,
395
+ "learning_rate": 6.909830056250527e-05,
396
+ "loss": 2.1162,
397
+ "step": 52
398
+ },
399
+ {
400
+ "epoch": 0.02242674283296308,
401
+ "grad_norm": 1.2597148418426514,
402
+ "learning_rate": 6.486251759186572e-05,
403
+ "loss": 2.0798,
404
+ "step": 53
405
+ },
406
+ {
407
+ "epoch": 0.022849888924151063,
408
+ "grad_norm": 1.177053689956665,
409
+ "learning_rate": 6.069749683460765e-05,
410
+ "loss": 2.1683,
411
+ "step": 54
412
+ },
413
+ {
414
+ "epoch": 0.023273035015339047,
415
+ "grad_norm": 1.136125922203064,
416
+ "learning_rate": 5.6611626088244194e-05,
417
+ "loss": 2.0631,
418
+ "step": 55
419
+ },
420
+ {
421
+ "epoch": 0.023696181106527027,
422
+ "grad_norm": 1.4012868404388428,
423
+ "learning_rate": 5.261313375270014e-05,
424
+ "loss": 2.2295,
425
+ "step": 56
426
+ },
427
+ {
428
+ "epoch": 0.02411932719771501,
429
+ "grad_norm": 1.1680681705474854,
430
+ "learning_rate": 4.87100722594094e-05,
431
+ "loss": 2.2061,
432
+ "step": 57
433
+ },
434
+ {
435
+ "epoch": 0.024542473288902994,
436
+ "grad_norm": 1.1918954849243164,
437
+ "learning_rate": 4.491030185478976e-05,
438
+ "loss": 2.07,
439
+ "step": 58
440
+ },
441
+ {
442
+ "epoch": 0.024965619380090977,
443
+ "grad_norm": 1.3730967044830322,
444
+ "learning_rate": 4.12214747707527e-05,
445
+ "loss": 2.1515,
446
+ "step": 59
447
+ },
448
+ {
449
+ "epoch": 0.025388765471278957,
450
+ "grad_norm": 1.1280912160873413,
451
+ "learning_rate": 3.7651019814126654e-05,
452
+ "loss": 2.156,
453
+ "step": 60
454
+ },
455
+ {
456
+ "epoch": 0.025388765471278957,
457
+ "eval_loss": 2.168715715408325,
458
+ "eval_runtime": 25.4328,
459
+ "eval_samples_per_second": 78.245,
460
+ "eval_steps_per_second": 19.581,
461
+ "step": 60
462
+ },
463
+ {
464
+ "epoch": 0.02581191156246694,
465
+ "grad_norm": 1.1480927467346191,
466
+ "learning_rate": 3.4206127406028745e-05,
467
+ "loss": 2.231,
468
+ "step": 61
469
+ },
470
+ {
471
+ "epoch": 0.026235057653654924,
472
+ "grad_norm": 1.1314619779586792,
473
+ "learning_rate": 3.089373510131354e-05,
474
+ "loss": 2.1425,
475
+ "step": 62
476
+ },
477
+ {
478
+ "epoch": 0.026658203744842908,
479
+ "grad_norm": 1.1381090879440308,
480
+ "learning_rate": 2.7720513617260856e-05,
481
+ "loss": 2.1525,
482
+ "step": 63
483
+ },
484
+ {
485
+ "epoch": 0.027081349836030888,
486
+ "grad_norm": 1.2480595111846924,
487
+ "learning_rate": 2.4692853399638917e-05,
488
+ "loss": 2.1493,
489
+ "step": 64
490
+ },
491
+ {
492
+ "epoch": 0.02750449592721887,
493
+ "grad_norm": 1.112952709197998,
494
+ "learning_rate": 2.181685175319702e-05,
495
+ "loss": 2.0714,
496
+ "step": 65
497
+ },
498
+ {
499
+ "epoch": 0.027927642018406855,
500
+ "grad_norm": 1.2665915489196777,
501
+ "learning_rate": 1.9098300562505266e-05,
502
+ "loss": 2.1679,
503
+ "step": 66
504
+ },
505
+ {
506
+ "epoch": 0.02835078810959484,
507
+ "grad_norm": 1.1438580751419067,
508
+ "learning_rate": 1.6542674627869737e-05,
509
+ "loss": 2.2069,
510
+ "step": 67
511
+ },
512
+ {
513
+ "epoch": 0.028773934200782822,
514
+ "grad_norm": 1.0998873710632324,
515
+ "learning_rate": 1.415512063981339e-05,
516
+ "loss": 2.1404,
517
+ "step": 68
518
+ },
519
+ {
520
+ "epoch": 0.029197080291970802,
521
+ "grad_norm": 1.0739041566848755,
522
+ "learning_rate": 1.19404468143262e-05,
523
+ "loss": 2.1207,
524
+ "step": 69
525
+ },
526
+ {
527
+ "epoch": 0.029620226383158785,
528
+ "grad_norm": 1.206387996673584,
529
+ "learning_rate": 9.903113209758096e-06,
530
+ "loss": 2.2733,
531
+ "step": 70
532
+ },
533
+ {
534
+ "epoch": 0.03004337247434677,
535
+ "grad_norm": 1.1807301044464111,
536
+ "learning_rate": 8.047222744854943e-06,
537
+ "loss": 2.1562,
538
+ "step": 71
539
+ },
540
+ {
541
+ "epoch": 0.030466518565534752,
542
+ "grad_norm": 1.1681818962097168,
543
+ "learning_rate": 6.37651293602628e-06,
544
+ "loss": 2.1226,
545
+ "step": 72
546
+ },
547
+ {
548
+ "epoch": 0.030889664656722732,
549
+ "grad_norm": 1.1383371353149414,
550
+ "learning_rate": 4.8943483704846475e-06,
551
+ "loss": 2.2101,
552
+ "step": 73
553
+ },
554
+ {
555
+ "epoch": 0.031312810747910716,
556
+ "grad_norm": 1.1326333284378052,
557
+ "learning_rate": 3.6037139304146762e-06,
558
+ "loss": 2.0855,
559
+ "step": 74
560
+ },
561
+ {
562
+ "epoch": 0.031735956839098696,
563
+ "grad_norm": 1.1640607118606567,
564
+ "learning_rate": 2.5072087818176382e-06,
565
+ "loss": 2.1586,
566
+ "step": 75
567
+ },
568
+ {
569
+ "epoch": 0.03215910293028668,
570
+ "grad_norm": 1.2493934631347656,
571
+ "learning_rate": 1.6070411401370334e-06,
572
+ "loss": 2.1355,
573
+ "step": 76
574
+ },
575
+ {
576
+ "epoch": 0.03258224902147466,
577
+ "grad_norm": 1.3628870248794556,
578
+ "learning_rate": 9.0502382320653e-07,
579
+ "loss": 2.1629,
580
+ "step": 77
581
+ },
582
+ {
583
+ "epoch": 0.03300539511266265,
584
+ "grad_norm": 1.1996616125106812,
585
+ "learning_rate": 4.025706004760932e-07,
586
+ "loss": 2.2131,
587
+ "step": 78
588
+ },
589
+ {
590
+ "epoch": 0.03342854120385063,
591
+ "grad_norm": 1.3560621738433838,
592
+ "learning_rate": 1.0069334586854107e-07,
593
+ "loss": 2.2186,
594
+ "step": 79
595
+ },
596
+ {
597
+ "epoch": 0.03385168729503861,
598
+ "grad_norm": 1.1883161067962646,
599
+ "learning_rate": 0.0,
600
+ "loss": 2.2633,
601
+ "step": 80
602
+ },
603
+ {
604
+ "epoch": 0.03385168729503861,
605
+ "eval_loss": 2.1620700359344482,
606
+ "eval_runtime": 24.9252,
607
+ "eval_samples_per_second": 79.839,
608
+ "eval_steps_per_second": 19.98,
609
+ "step": 80
610
+ }
611
+ ],
612
+ "logging_steps": 1,
613
+ "max_steps": 80,
614
+ "num_input_tokens_seen": 0,
615
+ "num_train_epochs": 1,
616
+ "save_steps": 500,
617
+ "stateful_callbacks": {
618
+ "TrainerControl": {
619
+ "args": {
620
+ "should_epoch_stop": false,
621
+ "should_evaluate": false,
622
+ "should_log": false,
623
+ "should_save": true,
624
+ "should_training_stop": true
625
+ },
626
+ "attributes": {}
627
+ }
628
+ },
629
+ "total_flos": 1476504563220480.0,
630
+ "train_batch_size": 4,
631
+ "trial_name": null,
632
+ "trial_params": null
633
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1a9aeea089b7a914f9fb11252a2cc0695bd8bec59dc8fa7b01d103fbdda0299
3
+ size 6776
last-checkpoint/vocab.json ADDED
The diff for this file is too large to render. See raw diff