MetaCore-LLM commited on
Commit
8de6aa2
·
verified ·
1 Parent(s): 7c37de8

Continue Pretraining

Browse files
checkpoint-500/config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": null,
8
+ "dtype": "float32",
9
+ "eos_token_id": null,
10
+ "head_dim": 32,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 128,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 384,
15
+ "max_position_embeddings": 256,
16
+ "mlp_bias": false,
17
+ "model_type": "llama",
18
+ "num_attention_heads": 4,
19
+ "num_hidden_layers": 4,
20
+ "num_key_value_heads": 4,
21
+ "pad_token_id": null,
22
+ "pretraining_tp": 1,
23
+ "rms_norm_eps": 1e-06,
24
+ "rope_parameters": {
25
+ "rope_theta": 10000,
26
+ "rope_type": "default"
27
+ },
28
+ "tie_word_embeddings": true,
29
+ "transformers_version": "5.0.0",
30
+ "use_cache": false,
31
+ "vocab_size": 119547
32
+ }
checkpoint-500/generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "output_attentions": false,
4
+ "output_hidden_states": false,
5
+ "transformers_version": "5.0.0",
6
+ "use_cache": true
7
+ }
checkpoint-500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf2f1794ce4add0ff410b4af4975b32b18d90a6ab49ad8f0c4063d85c97f34c5
3
+ size 64624680
checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c7203b793c30fb5a351a30510bda7c932c07be10215ecd475fcc048bb5d79e9
3
+ size 129274187
checkpoint-500/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dd7671ce88d469c49c0530724ac76b2306574002d1ecd1ca9294e41621fd96a
3
+ size 14917
checkpoint-500/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3246ef1170ccca541a03b89ad6f20e01c51eb6834a2c2211c78c71c70f896879
3
+ size 14917
checkpoint-500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f77569c2e850b04af982cc8c1389f1430851448915c593b69e5da36ce05b71d7
3
+ size 1383
checkpoint-500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b7fb9bd8e294a11ceebb40043b0d3a316e49d1eb09ffe5b0afbfc1dcbed20f4
3
+ size 1465
checkpoint-500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-500/tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": false,
5
+ "is_local": false,
6
+ "mask_token": "[MASK]",
7
+ "model_max_length": 1000000000000000019884624838656,
8
+ "pad_token": "[PAD]",
9
+ "sep_token": "[SEP]",
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "TokenizersBackend",
13
+ "unk_token": "[UNK]"
14
+ }
checkpoint-500/trainer_state.json ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.64,
6
+ "eval_steps": 500,
7
+ "global_step": 500,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.0256,
14
+ "grad_norm": 0.6669269800186157,
15
+ "learning_rate": 1.9e-05,
16
+ "loss": 8.179115295410156,
17
+ "step": 20
18
+ },
19
+ {
20
+ "epoch": 0.0512,
21
+ "grad_norm": 0.5379630327224731,
22
+ "learning_rate": 3.9000000000000006e-05,
23
+ "loss": 8.11802978515625,
24
+ "step": 40
25
+ },
26
+ {
27
+ "epoch": 0.0768,
28
+ "grad_norm": 0.5859383940696716,
29
+ "learning_rate": 5.9e-05,
30
+ "loss": 8.041471862792969,
31
+ "step": 60
32
+ },
33
+ {
34
+ "epoch": 0.1024,
35
+ "grad_norm": 0.6329635381698608,
36
+ "learning_rate": 7.900000000000001e-05,
37
+ "loss": 7.967082977294922,
38
+ "step": 80
39
+ },
40
+ {
41
+ "epoch": 0.128,
42
+ "grad_norm": 0.7737689018249512,
43
+ "learning_rate": 9.900000000000001e-05,
44
+ "loss": 7.894486999511718,
45
+ "step": 100
46
+ },
47
+ {
48
+ "epoch": 0.1536,
49
+ "grad_norm": 1.0059387683868408,
50
+ "learning_rate": 9.721407624633431e-05,
51
+ "loss": 7.814192199707032,
52
+ "step": 120
53
+ },
54
+ {
55
+ "epoch": 0.1792,
56
+ "grad_norm": 0.804948091506958,
57
+ "learning_rate": 9.428152492668623e-05,
58
+ "loss": 7.729258728027344,
59
+ "step": 140
60
+ },
61
+ {
62
+ "epoch": 0.2048,
63
+ "grad_norm": 0.9692172408103943,
64
+ "learning_rate": 9.134897360703812e-05,
65
+ "loss": 7.668946838378906,
66
+ "step": 160
67
+ },
68
+ {
69
+ "epoch": 0.2304,
70
+ "grad_norm": 0.9547553062438965,
71
+ "learning_rate": 8.841642228739004e-05,
72
+ "loss": 7.622274780273438,
73
+ "step": 180
74
+ },
75
+ {
76
+ "epoch": 0.256,
77
+ "grad_norm": 0.6002941727638245,
78
+ "learning_rate": 8.548387096774195e-05,
79
+ "loss": 7.579273986816406,
80
+ "step": 200
81
+ },
82
+ {
83
+ "epoch": 0.2816,
84
+ "grad_norm": 0.8823673725128174,
85
+ "learning_rate": 8.255131964809384e-05,
86
+ "loss": 7.519114685058594,
87
+ "step": 220
88
+ },
89
+ {
90
+ "epoch": 0.3072,
91
+ "grad_norm": 1.0416988134384155,
92
+ "learning_rate": 7.961876832844574e-05,
93
+ "loss": 7.484053039550782,
94
+ "step": 240
95
+ },
96
+ {
97
+ "epoch": 0.3328,
98
+ "grad_norm": 0.735251784324646,
99
+ "learning_rate": 7.668621700879765e-05,
100
+ "loss": 7.443171691894531,
101
+ "step": 260
102
+ },
103
+ {
104
+ "epoch": 0.3584,
105
+ "grad_norm": 1.0857356786727905,
106
+ "learning_rate": 7.375366568914957e-05,
107
+ "loss": 7.403555297851563,
108
+ "step": 280
109
+ },
110
+ {
111
+ "epoch": 0.384,
112
+ "grad_norm": 0.9961302280426025,
113
+ "learning_rate": 7.082111436950148e-05,
114
+ "loss": 7.371603393554688,
115
+ "step": 300
116
+ },
117
+ {
118
+ "epoch": 0.4096,
119
+ "grad_norm": 0.8889548182487488,
120
+ "learning_rate": 6.788856304985338e-05,
121
+ "loss": 7.352679443359375,
122
+ "step": 320
123
+ },
124
+ {
125
+ "epoch": 0.4352,
126
+ "grad_norm": 1.0873897075653076,
127
+ "learning_rate": 6.495601173020527e-05,
128
+ "loss": 7.3021392822265625,
129
+ "step": 340
130
+ },
131
+ {
132
+ "epoch": 0.4608,
133
+ "grad_norm": 0.7345384359359741,
134
+ "learning_rate": 6.202346041055719e-05,
135
+ "loss": 7.2823539733886715,
136
+ "step": 360
137
+ },
138
+ {
139
+ "epoch": 0.4864,
140
+ "grad_norm": 0.6853398084640503,
141
+ "learning_rate": 5.90909090909091e-05,
142
+ "loss": 7.260960388183594,
143
+ "step": 380
144
+ },
145
+ {
146
+ "epoch": 0.512,
147
+ "grad_norm": 0.9110084772109985,
148
+ "learning_rate": 5.6158357771260995e-05,
149
+ "loss": 7.228886413574219,
150
+ "step": 400
151
+ },
152
+ {
153
+ "epoch": 0.5376,
154
+ "grad_norm": 1.127113938331604,
155
+ "learning_rate": 5.32258064516129e-05,
156
+ "loss": 7.202789306640625,
157
+ "step": 420
158
+ },
159
+ {
160
+ "epoch": 0.5632,
161
+ "grad_norm": 0.7524133324623108,
162
+ "learning_rate": 5.029325513196481e-05,
163
+ "loss": 7.181660461425781,
164
+ "step": 440
165
+ },
166
+ {
167
+ "epoch": 0.5888,
168
+ "grad_norm": 0.7863721251487732,
169
+ "learning_rate": 4.736070381231672e-05,
170
+ "loss": 7.178968048095703,
171
+ "step": 460
172
+ },
173
+ {
174
+ "epoch": 0.6144,
175
+ "grad_norm": 0.9041445851325989,
176
+ "learning_rate": 4.442815249266862e-05,
177
+ "loss": 7.156215667724609,
178
+ "step": 480
179
+ },
180
+ {
181
+ "epoch": 0.64,
182
+ "grad_norm": 0.9909660220146179,
183
+ "learning_rate": 4.149560117302053e-05,
184
+ "loss": 7.125262451171875,
185
+ "step": 500
186
+ }
187
+ ],
188
+ "logging_steps": 20,
189
+ "max_steps": 782,
190
+ "num_input_tokens_seen": 0,
191
+ "num_train_epochs": 1,
192
+ "save_steps": 500,
193
+ "stateful_callbacks": {
194
+ "TrainerControl": {
195
+ "args": {
196
+ "should_epoch_stop": false,
197
+ "should_evaluate": false,
198
+ "should_log": false,
199
+ "should_save": true,
200
+ "should_training_stop": false
201
+ },
202
+ "attributes": {}
203
+ }
204
+ },
205
+ "total_flos": 166311572275200.0,
206
+ "train_batch_size": 4,
207
+ "trial_name": null,
208
+ "trial_params": null
209
+ }
checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e60ac3a57ac46511a44e84459725b1f8b14561c68f100cdbd0800b3e029b662d
3
+ size 5137
checkpoint-782/config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": null,
8
+ "dtype": "float32",
9
+ "eos_token_id": null,
10
+ "head_dim": 32,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 128,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 384,
15
+ "max_position_embeddings": 256,
16
+ "mlp_bias": false,
17
+ "model_type": "llama",
18
+ "num_attention_heads": 4,
19
+ "num_hidden_layers": 4,
20
+ "num_key_value_heads": 4,
21
+ "pad_token_id": null,
22
+ "pretraining_tp": 1,
23
+ "rms_norm_eps": 1e-06,
24
+ "rope_parameters": {
25
+ "rope_theta": 10000,
26
+ "rope_type": "default"
27
+ },
28
+ "tie_word_embeddings": true,
29
+ "transformers_version": "5.0.0",
30
+ "use_cache": false,
31
+ "vocab_size": 119547
32
+ }
checkpoint-782/generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "output_attentions": false,
4
+ "output_hidden_states": false,
5
+ "transformers_version": "5.0.0",
6
+ "use_cache": true
7
+ }
checkpoint-782/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:179c90e09fc29cdc52babb9fb129dd12f72671c5cf6553192a3fb249bd600845
3
+ size 64624680
checkpoint-782/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f57ace61317c728e96f038223866c4230ac90190a0aab81eeb103cecfd3871d
3
+ size 129274187
checkpoint-782/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dd7671ce88d469c49c0530724ac76b2306574002d1ecd1ca9294e41621fd96a
3
+ size 14917
checkpoint-782/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3246ef1170ccca541a03b89ad6f20e01c51eb6834a2c2211c78c71c70f896879
3
+ size 14917
checkpoint-782/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8457a345e0d53a37b5f1ebb6db1120270f6a7f4b99a871d4acda8980a58382cc
3
+ size 1383
checkpoint-782/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b59f7264ae1070d93d7a750104ba348bc6b905c47f8d83ecdc7859bf70367c9
3
+ size 1465
checkpoint-782/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-782/tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": false,
5
+ "is_local": false,
6
+ "mask_token": "[MASK]",
7
+ "model_max_length": 1000000000000000019884624838656,
8
+ "pad_token": "[PAD]",
9
+ "sep_token": "[SEP]",
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "TokenizersBackend",
13
+ "unk_token": "[UNK]"
14
+ }
checkpoint-782/trainer_state.json ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 782,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.0256,
14
+ "grad_norm": 0.6669269800186157,
15
+ "learning_rate": 1.9e-05,
16
+ "loss": 8.179115295410156,
17
+ "step": 20
18
+ },
19
+ {
20
+ "epoch": 0.0512,
21
+ "grad_norm": 0.5379630327224731,
22
+ "learning_rate": 3.9000000000000006e-05,
23
+ "loss": 8.11802978515625,
24
+ "step": 40
25
+ },
26
+ {
27
+ "epoch": 0.0768,
28
+ "grad_norm": 0.5859383940696716,
29
+ "learning_rate": 5.9e-05,
30
+ "loss": 8.041471862792969,
31
+ "step": 60
32
+ },
33
+ {
34
+ "epoch": 0.1024,
35
+ "grad_norm": 0.6329635381698608,
36
+ "learning_rate": 7.900000000000001e-05,
37
+ "loss": 7.967082977294922,
38
+ "step": 80
39
+ },
40
+ {
41
+ "epoch": 0.128,
42
+ "grad_norm": 0.7737689018249512,
43
+ "learning_rate": 9.900000000000001e-05,
44
+ "loss": 7.894486999511718,
45
+ "step": 100
46
+ },
47
+ {
48
+ "epoch": 0.1536,
49
+ "grad_norm": 1.0059387683868408,
50
+ "learning_rate": 9.721407624633431e-05,
51
+ "loss": 7.814192199707032,
52
+ "step": 120
53
+ },
54
+ {
55
+ "epoch": 0.1792,
56
+ "grad_norm": 0.804948091506958,
57
+ "learning_rate": 9.428152492668623e-05,
58
+ "loss": 7.729258728027344,
59
+ "step": 140
60
+ },
61
+ {
62
+ "epoch": 0.2048,
63
+ "grad_norm": 0.9692172408103943,
64
+ "learning_rate": 9.134897360703812e-05,
65
+ "loss": 7.668946838378906,
66
+ "step": 160
67
+ },
68
+ {
69
+ "epoch": 0.2304,
70
+ "grad_norm": 0.9547553062438965,
71
+ "learning_rate": 8.841642228739004e-05,
72
+ "loss": 7.622274780273438,
73
+ "step": 180
74
+ },
75
+ {
76
+ "epoch": 0.256,
77
+ "grad_norm": 0.6002941727638245,
78
+ "learning_rate": 8.548387096774195e-05,
79
+ "loss": 7.579273986816406,
80
+ "step": 200
81
+ },
82
+ {
83
+ "epoch": 0.2816,
84
+ "grad_norm": 0.8823673725128174,
85
+ "learning_rate": 8.255131964809384e-05,
86
+ "loss": 7.519114685058594,
87
+ "step": 220
88
+ },
89
+ {
90
+ "epoch": 0.3072,
91
+ "grad_norm": 1.0416988134384155,
92
+ "learning_rate": 7.961876832844574e-05,
93
+ "loss": 7.484053039550782,
94
+ "step": 240
95
+ },
96
+ {
97
+ "epoch": 0.3328,
98
+ "grad_norm": 0.735251784324646,
99
+ "learning_rate": 7.668621700879765e-05,
100
+ "loss": 7.443171691894531,
101
+ "step": 260
102
+ },
103
+ {
104
+ "epoch": 0.3584,
105
+ "grad_norm": 1.0857356786727905,
106
+ "learning_rate": 7.375366568914957e-05,
107
+ "loss": 7.403555297851563,
108
+ "step": 280
109
+ },
110
+ {
111
+ "epoch": 0.384,
112
+ "grad_norm": 0.9961302280426025,
113
+ "learning_rate": 7.082111436950148e-05,
114
+ "loss": 7.371603393554688,
115
+ "step": 300
116
+ },
117
+ {
118
+ "epoch": 0.4096,
119
+ "grad_norm": 0.8889548182487488,
120
+ "learning_rate": 6.788856304985338e-05,
121
+ "loss": 7.352679443359375,
122
+ "step": 320
123
+ },
124
+ {
125
+ "epoch": 0.4352,
126
+ "grad_norm": 1.0873897075653076,
127
+ "learning_rate": 6.495601173020527e-05,
128
+ "loss": 7.3021392822265625,
129
+ "step": 340
130
+ },
131
+ {
132
+ "epoch": 0.4608,
133
+ "grad_norm": 0.7345384359359741,
134
+ "learning_rate": 6.202346041055719e-05,
135
+ "loss": 7.2823539733886715,
136
+ "step": 360
137
+ },
138
+ {
139
+ "epoch": 0.4864,
140
+ "grad_norm": 0.6853398084640503,
141
+ "learning_rate": 5.90909090909091e-05,
142
+ "loss": 7.260960388183594,
143
+ "step": 380
144
+ },
145
+ {
146
+ "epoch": 0.512,
147
+ "grad_norm": 0.9110084772109985,
148
+ "learning_rate": 5.6158357771260995e-05,
149
+ "loss": 7.228886413574219,
150
+ "step": 400
151
+ },
152
+ {
153
+ "epoch": 0.5376,
154
+ "grad_norm": 1.127113938331604,
155
+ "learning_rate": 5.32258064516129e-05,
156
+ "loss": 7.202789306640625,
157
+ "step": 420
158
+ },
159
+ {
160
+ "epoch": 0.5632,
161
+ "grad_norm": 0.7524133324623108,
162
+ "learning_rate": 5.029325513196481e-05,
163
+ "loss": 7.181660461425781,
164
+ "step": 440
165
+ },
166
+ {
167
+ "epoch": 0.5888,
168
+ "grad_norm": 0.7863721251487732,
169
+ "learning_rate": 4.736070381231672e-05,
170
+ "loss": 7.178968048095703,
171
+ "step": 460
172
+ },
173
+ {
174
+ "epoch": 0.6144,
175
+ "grad_norm": 0.9041445851325989,
176
+ "learning_rate": 4.442815249266862e-05,
177
+ "loss": 7.156215667724609,
178
+ "step": 480
179
+ },
180
+ {
181
+ "epoch": 0.64,
182
+ "grad_norm": 0.9909660220146179,
183
+ "learning_rate": 4.149560117302053e-05,
184
+ "loss": 7.125262451171875,
185
+ "step": 500
186
+ },
187
+ {
188
+ "epoch": 0.6656,
189
+ "grad_norm": 0.816728949546814,
190
+ "learning_rate": 3.856304985337244e-05,
191
+ "loss": 7.123587036132813,
192
+ "step": 520
193
+ },
194
+ {
195
+ "epoch": 0.6912,
196
+ "grad_norm": 0.8992451429367065,
197
+ "learning_rate": 3.563049853372434e-05,
198
+ "loss": 7.094441223144531,
199
+ "step": 540
200
+ },
201
+ {
202
+ "epoch": 0.7168,
203
+ "grad_norm": 1.083111047744751,
204
+ "learning_rate": 3.269794721407625e-05,
205
+ "loss": 7.08851318359375,
206
+ "step": 560
207
+ },
208
+ {
209
+ "epoch": 0.7424,
210
+ "grad_norm": 0.7089452147483826,
211
+ "learning_rate": 2.9765395894428155e-05,
212
+ "loss": 7.087593841552734,
213
+ "step": 580
214
+ },
215
+ {
216
+ "epoch": 0.768,
217
+ "grad_norm": 0.7186883687973022,
218
+ "learning_rate": 2.683284457478006e-05,
219
+ "loss": 7.07503662109375,
220
+ "step": 600
221
+ },
222
+ {
223
+ "epoch": 0.7936,
224
+ "grad_norm": 0.8105409741401672,
225
+ "learning_rate": 2.3900293255131968e-05,
226
+ "loss": 7.063044738769531,
227
+ "step": 620
228
+ },
229
+ {
230
+ "epoch": 0.8192,
231
+ "grad_norm": 0.6952916979789734,
232
+ "learning_rate": 2.0967741935483873e-05,
233
+ "loss": 7.058567047119141,
234
+ "step": 640
235
+ },
236
+ {
237
+ "epoch": 0.8448,
238
+ "grad_norm": 0.7389153838157654,
239
+ "learning_rate": 1.8035190615835778e-05,
240
+ "loss": 7.051625061035156,
241
+ "step": 660
242
+ },
243
+ {
244
+ "epoch": 0.8704,
245
+ "grad_norm": 0.7044821381568909,
246
+ "learning_rate": 1.5102639296187684e-05,
247
+ "loss": 7.039373779296875,
248
+ "step": 680
249
+ },
250
+ {
251
+ "epoch": 0.896,
252
+ "grad_norm": 0.7552204728126526,
253
+ "learning_rate": 1.217008797653959e-05,
254
+ "loss": 7.039744567871094,
255
+ "step": 700
256
+ },
257
+ {
258
+ "epoch": 0.9216,
259
+ "grad_norm": 0.8664493560791016,
260
+ "learning_rate": 9.237536656891495e-06,
261
+ "loss": 7.020960998535156,
262
+ "step": 720
263
+ },
264
+ {
265
+ "epoch": 0.9472,
266
+ "grad_norm": 0.5861105918884277,
267
+ "learning_rate": 6.304985337243402e-06,
268
+ "loss": 7.012393188476563,
269
+ "step": 740
270
+ },
271
+ {
272
+ "epoch": 0.9728,
273
+ "grad_norm": 0.7869713306427002,
274
+ "learning_rate": 3.372434017595308e-06,
275
+ "loss": 7.024510192871094,
276
+ "step": 760
277
+ },
278
+ {
279
+ "epoch": 0.9984,
280
+ "grad_norm": 0.6115875840187073,
281
+ "learning_rate": 4.3988269794721416e-07,
282
+ "loss": 7.033552551269532,
283
+ "step": 780
284
+ }
285
+ ],
286
+ "logging_steps": 20,
287
+ "max_steps": 782,
288
+ "num_input_tokens_seen": 0,
289
+ "num_train_epochs": 1,
290
+ "save_steps": 500,
291
+ "stateful_callbacks": {
292
+ "TrainerControl": {
293
+ "args": {
294
+ "should_epoch_stop": false,
295
+ "should_evaluate": false,
296
+ "should_log": false,
297
+ "should_save": true,
298
+ "should_training_stop": true
299
+ },
300
+ "attributes": {}
301
+ }
302
+ },
303
+ "total_flos": 259881610772480.0,
304
+ "train_batch_size": 4,
305
+ "trial_name": null,
306
+ "trial_params": null
307
+ }
checkpoint-782/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e60ac3a57ac46511a44e84459725b1f8b14561c68f100cdbd0800b3e029b662d
3
+ size 5137
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": null,
8
+ "dtype": "float32",
9
+ "eos_token_id": null,
10
+ "head_dim": 32,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 128,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 384,
15
+ "max_position_embeddings": 256,
16
+ "mlp_bias": false,
17
+ "model_type": "llama",
18
+ "num_attention_heads": 4,
19
+ "num_hidden_layers": 4,
20
+ "num_key_value_heads": 4,
21
+ "pad_token_id": null,
22
+ "pretraining_tp": 1,
23
+ "rms_norm_eps": 1e-06,
24
+ "rope_parameters": {
25
+ "rope_theta": 10000,
26
+ "rope_type": "default"
27
+ },
28
+ "tie_word_embeddings": true,
29
+ "transformers_version": "5.0.0",
30
+ "use_cache": false,
31
+ "vocab_size": 119547
32
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "output_attentions": false,
4
+ "output_hidden_states": false,
5
+ "transformers_version": "5.0.0",
6
+ "use_cache": true
7
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:179c90e09fc29cdc52babb9fb129dd12f72671c5cf6553192a3fb249bd600845
3
+ size 64624680
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": false,
5
+ "is_local": false,
6
+ "mask_token": "[MASK]",
7
+ "model_max_length": 1000000000000000019884624838656,
8
+ "pad_token": "[PAD]",
9
+ "sep_token": "[SEP]",
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "TokenizersBackend",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e60ac3a57ac46511a44e84459725b1f8b14561c68f100cdbd0800b3e029b662d
3
+ size 5137