Qin Liu commited on
Commit
08be738
·
verified ·
1 Parent(s): c78f57e

Model save

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip 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
 
 
33
  *.zip 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
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gemma
3
+ library_name: peft
4
+ tags:
5
+ - trl
6
+ - sft
7
+ - generated_from_trainer
8
+ base_model: google/gemma-7b
9
+ model-index:
10
+ - name: zephyr-7b-gemma-sft-20p-2048
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # zephyr-7b-gemma-sft-20p-2048
18
+
19
+ This model is a fine-tuned version of [google/gemma-7b](https://huggingface.co/google/gemma-7b) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.2425
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 0.0002
41
+ - train_batch_size: 4
42
+ - eval_batch_size: 4
43
+ - seed: 42
44
+ - distributed_type: multi-GPU
45
+ - num_devices: 4
46
+ - gradient_accumulation_steps: 2
47
+ - total_train_batch_size: 32
48
+ - total_eval_batch_size: 16
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: cosine
51
+ - lr_scheduler_warmup_ratio: 0.1
52
+ - num_epochs: 1
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss |
57
+ |:-------------:|:-----:|:----:|:---------------:|
58
+ | 0.9395 | 1.0 | 675 | 1.2425 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - PEFT 0.7.1
64
+ - Transformers 4.39.0.dev0
65
+ - Pytorch 2.1.2
66
+ - Datasets 2.14.6
67
+ - Tokenizers 0.15.2
adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "google/gemma-7b",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 8,
13
+ "lora_dropout": 0.05,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 6,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "v_proj",
23
+ "o_proj",
24
+ "up_proj",
25
+ "k_proj",
26
+ "gate_proj",
27
+ "down_proj",
28
+ "q_proj"
29
+ ],
30
+ "task_type": "CAUSAL_LM"
31
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d0f5a2c53b7ac5e956039e1cf5eeb1a747b2280358fffb9af9f1002df3bf56e
3
+ size 37555048
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "train_loss": 1.3901304527565286,
4
+ "train_runtime": 7332.1213,
5
+ "train_samples": 21594,
6
+ "train_samples_per_second": 2.945,
7
+ "train_steps_per_second": 0.092
8
+ }
runs/Apr25_16-17-37_COE-CS-sv003/events.out.tfevents.1714061941.COE-CS-sv003.466421.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edef0e3fc5e5a93597eb1e32cfe3a12c0b2a5c6331d8d21911a76330ee0ad1e2
3
+ size 6466
runs/Apr25_16-26-49_COE-CS-sv003/events.out.tfevents.1714062426.COE-CS-sv003.466694.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48b041718b1dd279c1d1a4cdea90ef263664722bbf9e37dcb174fd98e4535cf2
3
+ size 34027
special_tokens_map.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ {
4
+ "content": "<|im_start|>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ {
11
+ "content": "<|im_end|>",
12
+ "lstrip": false,
13
+ "normalized": false,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ }
17
+ ],
18
+ "bos_token": "<|im_start|>",
19
+ "eos_token": "<|im_end|>",
20
+ "pad_token": "<|im_end|>",
21
+ "unk_token": {
22
+ "content": "<unk>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false
27
+ }
28
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:299f8e59a5c4a3b3941dbe1159a7079d69c7a8d5ca34322ace1be9140ae76cc0
3
+ size 17477572
tokenizer_config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<pad>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<eos>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "<bos>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "3": {
30
+ "content": "<unk>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "106": {
38
+ "content": "<|im_start|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "107": {
46
+ "content": "<|im_end|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ }
53
+ },
54
+ "additional_special_tokens": [
55
+ "<|im_start|>",
56
+ "<|im_end|>"
57
+ ],
58
+ "bos_token": "<|im_start|>",
59
+ "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
60
+ "clean_up_tokenization_spaces": false,
61
+ "eos_token": "<|im_end|>",
62
+ "legacy": null,
63
+ "model_max_length": 2048,
64
+ "pad_token": "<|im_end|>",
65
+ "sp_model_kwargs": {},
66
+ "spaces_between_special_tokens": false,
67
+ "tokenizer_class": "GemmaTokenizer",
68
+ "unk_token": "<unk>",
69
+ "use_default_system_prompt": false
70
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "train_loss": 1.3901304527565286,
4
+ "train_runtime": 7332.1213,
5
+ "train_samples": 21594,
6
+ "train_samples_per_second": 2.945,
7
+ "train_steps_per_second": 0.092
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,990 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 675,
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.0,
13
+ "grad_norm": 73.53218812891343,
14
+ "learning_rate": 2.9411764705882355e-06,
15
+ "loss": 17.1887,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.01,
20
+ "grad_norm": 72.20908013900717,
21
+ "learning_rate": 1.4705882352941177e-05,
22
+ "loss": 16.7463,
23
+ "step": 5
24
+ },
25
+ {
26
+ "epoch": 0.01,
27
+ "grad_norm": 62.778264757967754,
28
+ "learning_rate": 2.9411764705882354e-05,
29
+ "loss": 15.7811,
30
+ "step": 10
31
+ },
32
+ {
33
+ "epoch": 0.02,
34
+ "grad_norm": 49.113837778155805,
35
+ "learning_rate": 4.411764705882353e-05,
36
+ "loss": 12.4438,
37
+ "step": 15
38
+ },
39
+ {
40
+ "epoch": 0.03,
41
+ "grad_norm": 32.240597800281805,
42
+ "learning_rate": 5.882352941176471e-05,
43
+ "loss": 7.8515,
44
+ "step": 20
45
+ },
46
+ {
47
+ "epoch": 0.04,
48
+ "grad_norm": 15.86664975490431,
49
+ "learning_rate": 7.352941176470589e-05,
50
+ "loss": 5.0038,
51
+ "step": 25
52
+ },
53
+ {
54
+ "epoch": 0.04,
55
+ "grad_norm": 10.302430667844247,
56
+ "learning_rate": 8.823529411764706e-05,
57
+ "loss": 3.5358,
58
+ "step": 30
59
+ },
60
+ {
61
+ "epoch": 0.05,
62
+ "grad_norm": 7.201438595032495,
63
+ "learning_rate": 0.00010294117647058823,
64
+ "loss": 2.3707,
65
+ "step": 35
66
+ },
67
+ {
68
+ "epoch": 0.06,
69
+ "grad_norm": 4.623788563021874,
70
+ "learning_rate": 0.00011764705882352942,
71
+ "loss": 1.7962,
72
+ "step": 40
73
+ },
74
+ {
75
+ "epoch": 0.07,
76
+ "grad_norm": 2.827534440198122,
77
+ "learning_rate": 0.0001323529411764706,
78
+ "loss": 1.5507,
79
+ "step": 45
80
+ },
81
+ {
82
+ "epoch": 0.07,
83
+ "grad_norm": 2.4371715524744273,
84
+ "learning_rate": 0.00014705882352941178,
85
+ "loss": 1.4152,
86
+ "step": 50
87
+ },
88
+ {
89
+ "epoch": 0.08,
90
+ "grad_norm": 4.6308985646582865,
91
+ "learning_rate": 0.00016176470588235295,
92
+ "loss": 1.3047,
93
+ "step": 55
94
+ },
95
+ {
96
+ "epoch": 0.09,
97
+ "grad_norm": 2.6277992850244916,
98
+ "learning_rate": 0.00017647058823529413,
99
+ "loss": 1.1884,
100
+ "step": 60
101
+ },
102
+ {
103
+ "epoch": 0.1,
104
+ "grad_norm": 1.810606688485043,
105
+ "learning_rate": 0.0001911764705882353,
106
+ "loss": 1.1846,
107
+ "step": 65
108
+ },
109
+ {
110
+ "epoch": 0.1,
111
+ "grad_norm": 1.6607629181186598,
112
+ "learning_rate": 0.00019999464266898484,
113
+ "loss": 1.0985,
114
+ "step": 70
115
+ },
116
+ {
117
+ "epoch": 0.11,
118
+ "grad_norm": 1.4899860561533123,
119
+ "learning_rate": 0.00019993437928712978,
120
+ "loss": 1.0778,
121
+ "step": 75
122
+ },
123
+ {
124
+ "epoch": 0.12,
125
+ "grad_norm": 1.5873695514869177,
126
+ "learning_rate": 0.0001998071963486563,
127
+ "loss": 1.1472,
128
+ "step": 80
129
+ },
130
+ {
131
+ "epoch": 0.13,
132
+ "grad_norm": 1.5725818281652244,
133
+ "learning_rate": 0.00019961317901970953,
134
+ "loss": 1.0508,
135
+ "step": 85
136
+ },
137
+ {
138
+ "epoch": 0.13,
139
+ "grad_norm": 1.7033192337312772,
140
+ "learning_rate": 0.0001993524572210807,
141
+ "loss": 1.1184,
142
+ "step": 90
143
+ },
144
+ {
145
+ "epoch": 0.14,
146
+ "grad_norm": 1.864811477430765,
147
+ "learning_rate": 0.00019902520554120772,
148
+ "loss": 1.0191,
149
+ "step": 95
150
+ },
151
+ {
152
+ "epoch": 0.15,
153
+ "grad_norm": 1.9842754161579026,
154
+ "learning_rate": 0.00019863164311926433,
155
+ "loss": 1.0969,
156
+ "step": 100
157
+ },
158
+ {
159
+ "epoch": 0.16,
160
+ "grad_norm": 1.8657659018311334,
161
+ "learning_rate": 0.00019817203349841738,
162
+ "loss": 1.0578,
163
+ "step": 105
164
+ },
165
+ {
166
+ "epoch": 0.16,
167
+ "grad_norm": 1.4402254237747114,
168
+ "learning_rate": 0.00019764668444934854,
169
+ "loss": 1.0136,
170
+ "step": 110
171
+ },
172
+ {
173
+ "epoch": 0.17,
174
+ "grad_norm": 1.985678949607785,
175
+ "learning_rate": 0.0001970559477641606,
176
+ "loss": 1.0014,
177
+ "step": 115
178
+ },
179
+ {
180
+ "epoch": 0.18,
181
+ "grad_norm": 1.4715740807243745,
182
+ "learning_rate": 0.0001964002190208052,
183
+ "loss": 1.0444,
184
+ "step": 120
185
+ },
186
+ {
187
+ "epoch": 0.19,
188
+ "grad_norm": 2.351331444939703,
189
+ "learning_rate": 0.00019567993731818984,
190
+ "loss": 1.0044,
191
+ "step": 125
192
+ },
193
+ {
194
+ "epoch": 0.19,
195
+ "grad_norm": 1.7332542810251639,
196
+ "learning_rate": 0.00019489558498214196,
197
+ "loss": 0.9762,
198
+ "step": 130
199
+ },
200
+ {
201
+ "epoch": 0.2,
202
+ "grad_norm": 1.3569747435542954,
203
+ "learning_rate": 0.00019404768724242666,
204
+ "loss": 1.0202,
205
+ "step": 135
206
+ },
207
+ {
208
+ "epoch": 0.21,
209
+ "grad_norm": 1.6992316193002084,
210
+ "learning_rate": 0.00019313681188103457,
211
+ "loss": 1.0261,
212
+ "step": 140
213
+ },
214
+ {
215
+ "epoch": 0.21,
216
+ "grad_norm": 2.269643225680648,
217
+ "learning_rate": 0.000192163568851975,
218
+ "loss": 1.0437,
219
+ "step": 145
220
+ },
221
+ {
222
+ "epoch": 0.22,
223
+ "grad_norm": 1.7489937385172625,
224
+ "learning_rate": 0.00019112860987282958,
225
+ "loss": 0.9816,
226
+ "step": 150
227
+ },
228
+ {
229
+ "epoch": 0.23,
230
+ "grad_norm": 1.4197466438048754,
231
+ "learning_rate": 0.0001900326279883392,
232
+ "loss": 0.9973,
233
+ "step": 155
234
+ },
235
+ {
236
+ "epoch": 0.24,
237
+ "grad_norm": 1.5625301281965893,
238
+ "learning_rate": 0.00018887635710631716,
239
+ "loss": 1.0078,
240
+ "step": 160
241
+ },
242
+ {
243
+ "epoch": 0.24,
244
+ "grad_norm": 1.341641051289465,
245
+ "learning_rate": 0.00018766057150619865,
246
+ "loss": 0.9759,
247
+ "step": 165
248
+ },
249
+ {
250
+ "epoch": 0.25,
251
+ "grad_norm": 1.9218279347652023,
252
+ "learning_rate": 0.00018638608532055634,
253
+ "loss": 0.9497,
254
+ "step": 170
255
+ },
256
+ {
257
+ "epoch": 0.26,
258
+ "grad_norm": 1.5814298979333805,
259
+ "learning_rate": 0.00018505375198992857,
260
+ "loss": 0.9593,
261
+ "step": 175
262
+ },
263
+ {
264
+ "epoch": 0.27,
265
+ "grad_norm": 1.6133434657400032,
266
+ "learning_rate": 0.00018366446369132578,
267
+ "loss": 0.9657,
268
+ "step": 180
269
+ },
270
+ {
271
+ "epoch": 0.27,
272
+ "grad_norm": 1.8656214764246037,
273
+ "learning_rate": 0.00018221915074079762,
274
+ "loss": 0.931,
275
+ "step": 185
276
+ },
277
+ {
278
+ "epoch": 0.28,
279
+ "grad_norm": 1.475284079334899,
280
+ "learning_rate": 0.00018071878097046065,
281
+ "loss": 1.0032,
282
+ "step": 190
283
+ },
284
+ {
285
+ "epoch": 0.29,
286
+ "grad_norm": 1.3417878211289882,
287
+ "learning_rate": 0.00017916435908040413,
288
+ "loss": 0.9502,
289
+ "step": 195
290
+ },
291
+ {
292
+ "epoch": 0.3,
293
+ "grad_norm": 1.5671700546108844,
294
+ "learning_rate": 0.00017755692596590778,
295
+ "loss": 0.9655,
296
+ "step": 200
297
+ },
298
+ {
299
+ "epoch": 0.3,
300
+ "grad_norm": 1.5637519254714574,
301
+ "learning_rate": 0.00017589755802042186,
302
+ "loss": 1.0083,
303
+ "step": 205
304
+ },
305
+ {
306
+ "epoch": 0.31,
307
+ "grad_norm": 1.3335973670360752,
308
+ "learning_rate": 0.00017418736641477636,
309
+ "loss": 0.9257,
310
+ "step": 210
311
+ },
312
+ {
313
+ "epoch": 0.32,
314
+ "grad_norm": 1.851933280343888,
315
+ "learning_rate": 0.0001724274963531022,
316
+ "loss": 0.9555,
317
+ "step": 215
318
+ },
319
+ {
320
+ "epoch": 0.33,
321
+ "grad_norm": 1.597267903033207,
322
+ "learning_rate": 0.00017061912630596252,
323
+ "loss": 0.961,
324
+ "step": 220
325
+ },
326
+ {
327
+ "epoch": 0.33,
328
+ "grad_norm": 1.2586072933244326,
329
+ "learning_rate": 0.00016876346722120747,
330
+ "loss": 0.9545,
331
+ "step": 225
332
+ },
333
+ {
334
+ "epoch": 0.34,
335
+ "grad_norm": 1.91126837231012,
336
+ "learning_rate": 0.00016686176171308126,
337
+ "loss": 1.0021,
338
+ "step": 230
339
+ },
340
+ {
341
+ "epoch": 0.35,
342
+ "grad_norm": 1.221506251787188,
343
+ "learning_rate": 0.0001649152832301241,
344
+ "loss": 0.9536,
345
+ "step": 235
346
+ },
347
+ {
348
+ "epoch": 0.36,
349
+ "grad_norm": 1.6421046726120057,
350
+ "learning_rate": 0.00016292533520242662,
351
+ "loss": 0.989,
352
+ "step": 240
353
+ },
354
+ {
355
+ "epoch": 0.36,
356
+ "grad_norm": 1.65537527957207,
357
+ "learning_rate": 0.00016089325016880736,
358
+ "loss": 0.9306,
359
+ "step": 245
360
+ },
361
+ {
362
+ "epoch": 0.37,
363
+ "grad_norm": 1.551249778846203,
364
+ "learning_rate": 0.0001588203888844982,
365
+ "loss": 0.933,
366
+ "step": 250
367
+ },
368
+ {
369
+ "epoch": 0.38,
370
+ "grad_norm": 1.4718905144882328,
371
+ "learning_rate": 0.00015670813940993502,
372
+ "loss": 0.9966,
373
+ "step": 255
374
+ },
375
+ {
376
+ "epoch": 0.39,
377
+ "grad_norm": 1.6457075355627533,
378
+ "learning_rate": 0.00015455791618126404,
379
+ "loss": 0.9326,
380
+ "step": 260
381
+ },
382
+ {
383
+ "epoch": 0.39,
384
+ "grad_norm": 1.4689616265296752,
385
+ "learning_rate": 0.00015237115906318563,
386
+ "loss": 0.9327,
387
+ "step": 265
388
+ },
389
+ {
390
+ "epoch": 0.4,
391
+ "grad_norm": 1.5768108727267562,
392
+ "learning_rate": 0.0001501493323847707,
393
+ "loss": 0.8785,
394
+ "step": 270
395
+ },
396
+ {
397
+ "epoch": 0.41,
398
+ "grad_norm": 1.5154414103112674,
399
+ "learning_rate": 0.00014789392395889468,
400
+ "loss": 0.9677,
401
+ "step": 275
402
+ },
403
+ {
404
+ "epoch": 0.41,
405
+ "grad_norm": 1.7991573095908828,
406
+ "learning_rate": 0.00014560644408594602,
407
+ "loss": 0.9732,
408
+ "step": 280
409
+ },
410
+ {
411
+ "epoch": 0.42,
412
+ "grad_norm": 1.331331813541862,
413
+ "learning_rate": 0.0001432884245424761,
414
+ "loss": 0.895,
415
+ "step": 285
416
+ },
417
+ {
418
+ "epoch": 0.43,
419
+ "grad_norm": 1.3265879307262,
420
+ "learning_rate": 0.00014094141755546815,
421
+ "loss": 0.9495,
422
+ "step": 290
423
+ },
424
+ {
425
+ "epoch": 0.44,
426
+ "grad_norm": 1.373983753071535,
427
+ "learning_rate": 0.00013856699476291176,
428
+ "loss": 0.9167,
429
+ "step": 295
430
+ },
431
+ {
432
+ "epoch": 0.44,
433
+ "grad_norm": 1.3848598834980737,
434
+ "learning_rate": 0.000136166746161379,
435
+ "loss": 0.9327,
436
+ "step": 300
437
+ },
438
+ {
439
+ "epoch": 0.45,
440
+ "grad_norm": 1.349182069364577,
441
+ "learning_rate": 0.00013374227904130724,
442
+ "loss": 0.9156,
443
+ "step": 305
444
+ },
445
+ {
446
+ "epoch": 0.46,
447
+ "grad_norm": 1.231890373583718,
448
+ "learning_rate": 0.00013129521691070107,
449
+ "loss": 0.9024,
450
+ "step": 310
451
+ },
452
+ {
453
+ "epoch": 0.47,
454
+ "grad_norm": 1.3184286986849199,
455
+ "learning_rate": 0.00012882719840797473,
456
+ "loss": 0.946,
457
+ "step": 315
458
+ },
459
+ {
460
+ "epoch": 0.47,
461
+ "grad_norm": 1.2850837837862192,
462
+ "learning_rate": 0.0001263398762046623,
463
+ "loss": 0.9647,
464
+ "step": 320
465
+ },
466
+ {
467
+ "epoch": 0.48,
468
+ "grad_norm": 1.0818663632355159,
469
+ "learning_rate": 0.00012383491589873123,
470
+ "loss": 0.8986,
471
+ "step": 325
472
+ },
473
+ {
474
+ "epoch": 0.49,
475
+ "grad_norm": 1.31127052136108,
476
+ "learning_rate": 0.0001213139948992394,
477
+ "loss": 0.9347,
478
+ "step": 330
479
+ },
480
+ {
481
+ "epoch": 0.5,
482
+ "grad_norm": 1.3354281558595502,
483
+ "learning_rate": 0.0001187788013030837,
484
+ "loss": 0.912,
485
+ "step": 335
486
+ },
487
+ {
488
+ "epoch": 0.5,
489
+ "grad_norm": 2.3230181317972467,
490
+ "learning_rate": 0.00011623103276459086,
491
+ "loss": 0.9542,
492
+ "step": 340
493
+ },
494
+ {
495
+ "epoch": 0.51,
496
+ "grad_norm": 1.3558452166577937,
497
+ "learning_rate": 0.00011367239535870913,
498
+ "loss": 0.9307,
499
+ "step": 345
500
+ },
501
+ {
502
+ "epoch": 0.52,
503
+ "grad_norm": 1.2776477730191607,
504
+ "learning_rate": 0.00011110460243856052,
505
+ "loss": 0.842,
506
+ "step": 350
507
+ },
508
+ {
509
+ "epoch": 0.53,
510
+ "grad_norm": 1.1931456337138724,
511
+ "learning_rate": 0.0001085293734881197,
512
+ "loss": 1.023,
513
+ "step": 355
514
+ },
515
+ {
516
+ "epoch": 0.53,
517
+ "grad_norm": 1.4101263363441188,
518
+ "learning_rate": 0.00010594843297078737,
519
+ "loss": 0.8469,
520
+ "step": 360
521
+ },
522
+ {
523
+ "epoch": 0.54,
524
+ "grad_norm": 1.4759810995782983,
525
+ "learning_rate": 0.00010336350917462925,
526
+ "loss": 0.9429,
527
+ "step": 365
528
+ },
529
+ {
530
+ "epoch": 0.55,
531
+ "grad_norm": 1.3195800017049626,
532
+ "learning_rate": 0.00010077633305505403,
533
+ "loss": 0.9467,
534
+ "step": 370
535
+ },
536
+ {
537
+ "epoch": 0.56,
538
+ "grad_norm": 1.4340773951366725,
539
+ "learning_rate": 9.818863707570475e-05,
540
+ "loss": 0.9234,
541
+ "step": 375
542
+ },
543
+ {
544
+ "epoch": 0.56,
545
+ "grad_norm": 1.3906713677707887,
546
+ "learning_rate": 9.560215404834095e-05,
547
+ "loss": 0.8627,
548
+ "step": 380
549
+ },
550
+ {
551
+ "epoch": 0.57,
552
+ "grad_norm": 1.2312829341126241,
553
+ "learning_rate": 9.30186159724869e-05,
554
+ "loss": 0.9707,
555
+ "step": 385
556
+ },
557
+ {
558
+ "epoch": 0.58,
559
+ "grad_norm": 1.2296503762823234,
560
+ "learning_rate": 9.043975287562441e-05,
561
+ "loss": 0.8975,
562
+ "step": 390
563
+ },
564
+ {
565
+ "epoch": 0.59,
566
+ "grad_norm": 1.428266488089383,
567
+ "learning_rate": 8.786729165470584e-05,
568
+ "loss": 0.9242,
569
+ "step": 395
570
+ },
571
+ {
572
+ "epoch": 0.59,
573
+ "grad_norm": 1.4351708822396818,
574
+ "learning_rate": 8.530295491976337e-05,
575
+ "loss": 0.9613,
576
+ "step": 400
577
+ },
578
+ {
579
+ "epoch": 0.6,
580
+ "grad_norm": 1.4023979907327273,
581
+ "learning_rate": 8.274845984038916e-05,
582
+ "loss": 0.9386,
583
+ "step": 405
584
+ },
585
+ {
586
+ "epoch": 0.61,
587
+ "grad_norm": 1.5289715737644887,
588
+ "learning_rate": 8.020551699585842e-05,
589
+ "loss": 0.8882,
590
+ "step": 410
591
+ },
592
+ {
593
+ "epoch": 0.61,
594
+ "grad_norm": 1.3427576459400747,
595
+ "learning_rate": 7.76758292296659e-05,
596
+ "loss": 0.9386,
597
+ "step": 415
598
+ },
599
+ {
600
+ "epoch": 0.62,
601
+ "grad_norm": 1.6234983552618958,
602
+ "learning_rate": 7.516109050924201e-05,
603
+ "loss": 0.9497,
604
+ "step": 420
605
+ },
606
+ {
607
+ "epoch": 0.63,
608
+ "grad_norm": 1.3757787363056968,
609
+ "learning_rate": 7.266298479161318e-05,
610
+ "loss": 0.9353,
611
+ "step": 425
612
+ },
613
+ {
614
+ "epoch": 0.64,
615
+ "grad_norm": 1.0207515861639591,
616
+ "learning_rate": 7.01831848957653e-05,
617
+ "loss": 0.8773,
618
+ "step": 430
619
+ },
620
+ {
621
+ "epoch": 0.64,
622
+ "grad_norm": 1.066825211996411,
623
+ "learning_rate": 6.772335138246548e-05,
624
+ "loss": 0.8815,
625
+ "step": 435
626
+ },
627
+ {
628
+ "epoch": 0.65,
629
+ "grad_norm": 1.585875694236883,
630
+ "learning_rate": 6.528513144229255e-05,
631
+ "loss": 0.8624,
632
+ "step": 440
633
+ },
634
+ {
635
+ "epoch": 0.66,
636
+ "grad_norm": 3.1374098679372833,
637
+ "learning_rate": 6.287015779262064e-05,
638
+ "loss": 0.8769,
639
+ "step": 445
640
+ },
641
+ {
642
+ "epoch": 0.67,
643
+ "grad_norm": 1.4323569006609465,
644
+ "learning_rate": 6.048004758429451e-05,
645
+ "loss": 0.9578,
646
+ "step": 450
647
+ },
648
+ {
649
+ "epoch": 0.67,
650
+ "grad_norm": 1.1745446431201967,
651
+ "learning_rate": 5.8116401318728667e-05,
652
+ "loss": 0.9778,
653
+ "step": 455
654
+ },
655
+ {
656
+ "epoch": 0.68,
657
+ "grad_norm": 1.3489994553201705,
658
+ "learning_rate": 5.578080177615575e-05,
659
+ "loss": 0.9453,
660
+ "step": 460
661
+ },
662
+ {
663
+ "epoch": 0.69,
664
+ "grad_norm": 1.4726017758093604,
665
+ "learning_rate": 5.3474812955741404e-05,
666
+ "loss": 0.9388,
667
+ "step": 465
668
+ },
669
+ {
670
+ "epoch": 0.7,
671
+ "grad_norm": 1.4222376466782578,
672
+ "learning_rate": 5.119997902827584e-05,
673
+ "loss": 0.9389,
674
+ "step": 470
675
+ },
676
+ {
677
+ "epoch": 0.7,
678
+ "grad_norm": 1.312463261970253,
679
+ "learning_rate": 4.895782330214291e-05,
680
+ "loss": 0.9978,
681
+ "step": 475
682
+ },
683
+ {
684
+ "epoch": 0.71,
685
+ "grad_norm": 1.4811777334942215,
686
+ "learning_rate": 4.674984720325961e-05,
687
+ "loss": 0.9229,
688
+ "step": 480
689
+ },
690
+ {
691
+ "epoch": 0.72,
692
+ "grad_norm": 1.187387116264144,
693
+ "learning_rate": 4.4577529269668874e-05,
694
+ "loss": 0.9319,
695
+ "step": 485
696
+ },
697
+ {
698
+ "epoch": 0.73,
699
+ "grad_norm": 1.573886175317443,
700
+ "learning_rate": 4.244232416145839e-05,
701
+ "loss": 0.8582,
702
+ "step": 490
703
+ },
704
+ {
705
+ "epoch": 0.73,
706
+ "grad_norm": 1.8423570100062419,
707
+ "learning_rate": 4.0345661686669745e-05,
708
+ "loss": 0.9875,
709
+ "step": 495
710
+ },
711
+ {
712
+ "epoch": 0.74,
713
+ "grad_norm": 1.3959739056560523,
714
+ "learning_rate": 3.828894584384867e-05,
715
+ "loss": 0.9499,
716
+ "step": 500
717
+ },
718
+ {
719
+ "epoch": 0.75,
720
+ "grad_norm": 1.2522644394201856,
721
+ "learning_rate": 3.62735538818787e-05,
722
+ "loss": 0.9465,
723
+ "step": 505
724
+ },
725
+ {
726
+ "epoch": 0.76,
727
+ "grad_norm": 1.1092455291419923,
728
+ "learning_rate": 3.43008353777269e-05,
729
+ "loss": 0.8705,
730
+ "step": 510
731
+ },
732
+ {
733
+ "epoch": 0.76,
734
+ "grad_norm": 1.3494618399232021,
735
+ "learning_rate": 3.237211133272004e-05,
736
+ "loss": 0.8925,
737
+ "step": 515
738
+ },
739
+ {
740
+ "epoch": 0.77,
741
+ "grad_norm": 1.327141307012543,
742
+ "learning_rate": 3.0488673287955882e-05,
743
+ "loss": 0.8864,
744
+ "step": 520
745
+ },
746
+ {
747
+ "epoch": 0.78,
748
+ "grad_norm": 1.4712560536545136,
749
+ "learning_rate": 2.8651782459442176e-05,
750
+ "loss": 0.9095,
751
+ "step": 525
752
+ },
753
+ {
754
+ "epoch": 0.79,
755
+ "grad_norm": 1.0753618251829293,
756
+ "learning_rate": 2.686266889354211e-05,
757
+ "loss": 0.9094,
758
+ "step": 530
759
+ },
760
+ {
761
+ "epoch": 0.79,
762
+ "grad_norm": 1.1938128239663364,
763
+ "learning_rate": 2.5122530643292275e-05,
764
+ "loss": 0.895,
765
+ "step": 535
766
+ },
767
+ {
768
+ "epoch": 0.8,
769
+ "grad_norm": 1.2604734873430494,
770
+ "learning_rate": 2.3432532966144527e-05,
771
+ "loss": 0.9122,
772
+ "step": 540
773
+ },
774
+ {
775
+ "epoch": 0.81,
776
+ "grad_norm": 1.1630833266614449,
777
+ "learning_rate": 2.1793807543668853e-05,
778
+ "loss": 0.8707,
779
+ "step": 545
780
+ },
781
+ {
782
+ "epoch": 0.81,
783
+ "grad_norm": 1.4007959537230523,
784
+ "learning_rate": 2.0207451723739633e-05,
785
+ "loss": 0.9303,
786
+ "step": 550
787
+ },
788
+ {
789
+ "epoch": 0.82,
790
+ "grad_norm": 1.1568429331812096,
791
+ "learning_rate": 1.8674527785713247e-05,
792
+ "loss": 0.918,
793
+ "step": 555
794
+ },
795
+ {
796
+ "epoch": 0.83,
797
+ "grad_norm": 1.7514698026073916,
798
+ "learning_rate": 1.7196062229088604e-05,
799
+ "loss": 0.9194,
800
+ "step": 560
801
+ },
802
+ {
803
+ "epoch": 0.84,
804
+ "grad_norm": 3.820001651436939,
805
+ "learning_rate": 1.577304508612717e-05,
806
+ "loss": 0.9079,
807
+ "step": 565
808
+ },
809
+ {
810
+ "epoch": 0.84,
811
+ "grad_norm": 1.189776848938503,
812
+ "learning_rate": 1.4406429258892762e-05,
813
+ "loss": 0.8622,
814
+ "step": 570
815
+ },
816
+ {
817
+ "epoch": 0.85,
818
+ "grad_norm": 1.2555397613395767,
819
+ "learning_rate": 1.3097129881154934e-05,
820
+ "loss": 0.963,
821
+ "step": 575
822
+ },
823
+ {
824
+ "epoch": 0.86,
825
+ "grad_norm": 1.434313272835203,
826
+ "learning_rate": 1.1846023705583442e-05,
827
+ "loss": 0.903,
828
+ "step": 580
829
+ },
830
+ {
831
+ "epoch": 0.87,
832
+ "grad_norm": 1.1102917022071244,
833
+ "learning_rate": 1.065394851664394e-05,
834
+ "loss": 0.8873,
835
+ "step": 585
836
+ },
837
+ {
838
+ "epoch": 0.87,
839
+ "grad_norm": 1.346033677968864,
840
+ "learning_rate": 9.521702569588198e-06,
841
+ "loss": 0.9241,
842
+ "step": 590
843
+ },
844
+ {
845
+ "epoch": 0.88,
846
+ "grad_norm": 1.352314708606863,
847
+ "learning_rate": 8.450044055914497e-06,
848
+ "loss": 0.844,
849
+ "step": 595
850
+ },
851
+ {
852
+ "epoch": 0.89,
853
+ "grad_norm": 1.4077107378660827,
854
+ "learning_rate": 7.439690595656013e-06,
855
+ "loss": 0.9185,
856
+ "step": 600
857
+ },
858
+ {
859
+ "epoch": 0.9,
860
+ "grad_norm": 1.2576697014152542,
861
+ "learning_rate": 6.4913187568374164e-06,
862
+ "loss": 0.9464,
863
+ "step": 605
864
+ },
865
+ {
866
+ "epoch": 0.9,
867
+ "grad_norm": 1.185889063940016,
868
+ "learning_rate": 5.605563602421149e-06,
869
+ "loss": 0.9113,
870
+ "step": 610
871
+ },
872
+ {
873
+ "epoch": 0.91,
874
+ "grad_norm": 1.289407769067274,
875
+ "learning_rate": 4.783018265047179e-06,
876
+ "loss": 0.9136,
877
+ "step": 615
878
+ },
879
+ {
880
+ "epoch": 0.92,
881
+ "grad_norm": 1.1909907385752865,
882
+ "learning_rate": 4.024233549850509e-06,
883
+ "loss": 0.9004,
884
+ "step": 620
885
+ },
886
+ {
887
+ "epoch": 0.93,
888
+ "grad_norm": 1.3163426883308564,
889
+ "learning_rate": 3.329717565622825e-06,
890
+ "loss": 0.9107,
891
+ "step": 625
892
+ },
893
+ {
894
+ "epoch": 0.93,
895
+ "grad_norm": 1.0164303782764494,
896
+ "learning_rate": 2.699935384565111e-06,
897
+ "loss": 0.863,
898
+ "step": 630
899
+ },
900
+ {
901
+ "epoch": 0.94,
902
+ "grad_norm": 1.2480074548201365,
903
+ "learning_rate": 2.1353087308590314e-06,
904
+ "loss": 0.9415,
905
+ "step": 635
906
+ },
907
+ {
908
+ "epoch": 0.95,
909
+ "grad_norm": 1.2887306090020527,
910
+ "learning_rate": 1.6362156982656084e-06,
911
+ "loss": 0.9614,
912
+ "step": 640
913
+ },
914
+ {
915
+ "epoch": 0.96,
916
+ "grad_norm": 1.4090113723084001,
917
+ "learning_rate": 1.2029904969404482e-06,
918
+ "loss": 0.9415,
919
+ "step": 645
920
+ },
921
+ {
922
+ "epoch": 0.96,
923
+ "grad_norm": 1.2326893640043235,
924
+ "learning_rate": 8.359232296349162e-07,
925
+ "loss": 0.9132,
926
+ "step": 650
927
+ },
928
+ {
929
+ "epoch": 0.97,
930
+ "grad_norm": 1.2349784200342029,
931
+ "learning_rate": 5.352596974332436e-07,
932
+ "loss": 0.9187,
933
+ "step": 655
934
+ },
935
+ {
936
+ "epoch": 0.98,
937
+ "grad_norm": 1.3101498596239862,
938
+ "learning_rate": 3.0120123515540164e-07,
939
+ "loss": 0.9452,
940
+ "step": 660
941
+ },
942
+ {
943
+ "epoch": 0.99,
944
+ "grad_norm": 1.281188961147188,
945
+ "learning_rate": 1.3390457653639222e-07,
946
+ "loss": 0.9203,
947
+ "step": 665
948
+ },
949
+ {
950
+ "epoch": 0.99,
951
+ "grad_norm": 1.4762914419165216,
952
+ "learning_rate": 3.3481749271768726e-08,
953
+ "loss": 0.8818,
954
+ "step": 670
955
+ },
956
+ {
957
+ "epoch": 1.0,
958
+ "grad_norm": 1.479271940054715,
959
+ "learning_rate": 0.0,
960
+ "loss": 0.9395,
961
+ "step": 675
962
+ },
963
+ {
964
+ "epoch": 1.0,
965
+ "eval_loss": 1.2425206899642944,
966
+ "eval_runtime": 248.4678,
967
+ "eval_samples_per_second": 9.297,
968
+ "eval_steps_per_second": 0.584,
969
+ "step": 675
970
+ },
971
+ {
972
+ "epoch": 1.0,
973
+ "step": 675,
974
+ "total_flos": 1369955766894592.0,
975
+ "train_loss": 1.3901304527565286,
976
+ "train_runtime": 7332.1213,
977
+ "train_samples_per_second": 2.945,
978
+ "train_steps_per_second": 0.092
979
+ }
980
+ ],
981
+ "logging_steps": 5,
982
+ "max_steps": 675,
983
+ "num_input_tokens_seen": 0,
984
+ "num_train_epochs": 1,
985
+ "save_steps": 500,
986
+ "total_flos": 1369955766894592.0,
987
+ "train_batch_size": 4,
988
+ "trial_name": null,
989
+ "trial_params": null
990
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3b1d16005a217e0e428296578f2f031f3c28f06360053969da3ee953a75e35d
3
+ size 6200