MetaCore-LLM commited on
Commit
17df6bf
·
verified ·
1 Parent(s): 4bf56db

Upload folder using huggingface_hub

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:5c6faa58f5e91e30fec89e8c983207cb3e1534263a73c3fa378885a8c3ee1379
3
+ size 64624680
checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aabdb2e40ee8872c7876f043ecd44cc486261a9035d47abf01c0602b176c7851
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:95e5fc2074c0df31522a514f862c86cb00d71c946a7f15cc9ec0e53a69fb28a7
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:0e7153eae67b6c9232a41bc996a2bf5b83229b8c7230d61911ac0fd40e64154e
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:23c5de61153693dd94c85e5b79d860b342aedccdcebe359757c59934cc32f12f
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": "BertTokenizer",
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": 1.8265142857142858,
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.07314285714285715,
14
+ "grad_norm": 1.250452995300293,
15
+ "learning_rate": 2.8499999999999998e-05,
16
+ "loss": 11.532991027832031,
17
+ "step": 20
18
+ },
19
+ {
20
+ "epoch": 0.1462857142857143,
21
+ "grad_norm": 0.9911406636238098,
22
+ "learning_rate": 5.85e-05,
23
+ "loss": 11.35167236328125,
24
+ "step": 40
25
+ },
26
+ {
27
+ "epoch": 0.21942857142857142,
28
+ "grad_norm": 0.9821921586990356,
29
+ "learning_rate": 8.849999999999998e-05,
30
+ "loss": 11.14882583618164,
31
+ "step": 60
32
+ },
33
+ {
34
+ "epoch": 0.2925714285714286,
35
+ "grad_norm": 0.9792555570602417,
36
+ "learning_rate": 0.0001185,
37
+ "loss": 10.891434478759766,
38
+ "step": 80
39
+ },
40
+ {
41
+ "epoch": 0.3657142857142857,
42
+ "grad_norm": 0.9883681535720825,
43
+ "learning_rate": 0.00014849999999999998,
44
+ "loss": 10.563937377929687,
45
+ "step": 100
46
+ },
47
+ {
48
+ "epoch": 0.43885714285714283,
49
+ "grad_norm": 0.9853702783584595,
50
+ "learning_rate": 0.00017849999999999997,
51
+ "loss": 10.18422622680664,
52
+ "step": 120
53
+ },
54
+ {
55
+ "epoch": 0.512,
56
+ "grad_norm": 1.0101815462112427,
57
+ "learning_rate": 0.00020849999999999997,
58
+ "loss": 9.786434936523438,
59
+ "step": 140
60
+ },
61
+ {
62
+ "epoch": 0.5851428571428572,
63
+ "grad_norm": 0.9789732098579407,
64
+ "learning_rate": 0.0002385,
65
+ "loss": 9.40113525390625,
66
+ "step": 160
67
+ },
68
+ {
69
+ "epoch": 0.6582857142857143,
70
+ "grad_norm": 0.9101362824440002,
71
+ "learning_rate": 0.00026849999999999997,
72
+ "loss": 9.05419464111328,
73
+ "step": 180
74
+ },
75
+ {
76
+ "epoch": 0.7314285714285714,
77
+ "grad_norm": 0.8724201917648315,
78
+ "learning_rate": 0.0002985,
79
+ "loss": 8.751616668701171,
80
+ "step": 200
81
+ },
82
+ {
83
+ "epoch": 0.8045714285714286,
84
+ "grad_norm": 0.7059838175773621,
85
+ "learning_rate": 0.0002908360128617363,
86
+ "loss": 8.522535705566407,
87
+ "step": 220
88
+ },
89
+ {
90
+ "epoch": 0.8777142857142857,
91
+ "grad_norm": 0.5502440929412842,
92
+ "learning_rate": 0.00028118971061093245,
93
+ "loss": 8.364321899414062,
94
+ "step": 240
95
+ },
96
+ {
97
+ "epoch": 0.9508571428571428,
98
+ "grad_norm": 0.46737125515937805,
99
+ "learning_rate": 0.0002715434083601286,
100
+ "loss": 8.275575256347656,
101
+ "step": 260
102
+ },
103
+ {
104
+ "epoch": 1.021942857142857,
105
+ "grad_norm": 0.387386679649353,
106
+ "learning_rate": 0.00026189710610932475,
107
+ "loss": 8.194184875488281,
108
+ "step": 280
109
+ },
110
+ {
111
+ "epoch": 1.0950857142857142,
112
+ "grad_norm": 0.5874072909355164,
113
+ "learning_rate": 0.0002522508038585209,
114
+ "loss": 8.096188354492188,
115
+ "step": 300
116
+ },
117
+ {
118
+ "epoch": 1.1682285714285714,
119
+ "grad_norm": 0.6955321431159973,
120
+ "learning_rate": 0.00024260450160771703,
121
+ "loss": 8.026647186279297,
122
+ "step": 320
123
+ },
124
+ {
125
+ "epoch": 1.2413714285714286,
126
+ "grad_norm": 0.49530029296875,
127
+ "learning_rate": 0.00023295819935691315,
128
+ "loss": 7.971723937988282,
129
+ "step": 340
130
+ },
131
+ {
132
+ "epoch": 1.3145142857142857,
133
+ "grad_norm": 0.9392899870872498,
134
+ "learning_rate": 0.0002233118971061093,
135
+ "loss": 7.904925537109375,
136
+ "step": 360
137
+ },
138
+ {
139
+ "epoch": 1.387657142857143,
140
+ "grad_norm": 0.6055660843849182,
141
+ "learning_rate": 0.00021366559485530546,
142
+ "loss": 7.842314147949219,
143
+ "step": 380
144
+ },
145
+ {
146
+ "epoch": 1.4607999999999999,
147
+ "grad_norm": 0.4336493909358978,
148
+ "learning_rate": 0.00020401929260450158,
149
+ "loss": 7.779663848876953,
150
+ "step": 400
151
+ },
152
+ {
153
+ "epoch": 1.5339428571428573,
154
+ "grad_norm": 0.532171368598938,
155
+ "learning_rate": 0.00019437299035369773,
156
+ "loss": 7.732464599609375,
157
+ "step": 420
158
+ },
159
+ {
160
+ "epoch": 1.6070857142857142,
161
+ "grad_norm": 0.5588330626487732,
162
+ "learning_rate": 0.00018472668810289386,
163
+ "loss": 7.665067291259765,
164
+ "step": 440
165
+ },
166
+ {
167
+ "epoch": 1.6802285714285714,
168
+ "grad_norm": 0.5427436828613281,
169
+ "learning_rate": 0.00017508038585209004,
170
+ "loss": 7.601129150390625,
171
+ "step": 460
172
+ },
173
+ {
174
+ "epoch": 1.7533714285714286,
175
+ "grad_norm": 0.8764950633049011,
176
+ "learning_rate": 0.00016543408360128616,
177
+ "loss": 7.574497985839844,
178
+ "step": 480
179
+ },
180
+ {
181
+ "epoch": 1.8265142857142858,
182
+ "grad_norm": 0.48415958881378174,
183
+ "learning_rate": 0.0001557877813504823,
184
+ "loss": 7.537950134277343,
185
+ "step": 500
186
+ }
187
+ ],
188
+ "logging_steps": 20,
189
+ "max_steps": 822,
190
+ "num_input_tokens_seen": 0,
191
+ "num_train_epochs": 3,
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": 118333073522688.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:dd9494893863dcfcde3e9f41f481df996dad8a854ef54e48e82f01bb1d81d2a9
3
+ size 5137
checkpoint-822/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-822/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-822/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1242ec5613e5bd72d81f17c0c884f362678882f23d0a185eb83957c6e44d7766
3
+ size 64624680
checkpoint-822/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2e8db8e0bc3a7fb1fa1b161a742bd3e6d3b89c8a36160e005b9842e15e18274
3
+ size 129274187
checkpoint-822/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61e957b4cd785256be4cb26eb03060ef689e1d58f1766d7f26ca36a62bec4994
3
+ size 14917
checkpoint-822/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:550c54d430b44b77b0abe44c6e3ceba90a155305315c081b7616b35e2c18d1ce
3
+ size 14917
checkpoint-822/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ba36415f41e17492ea44f104172147b52f3f43aaa4ece6c4c1b0ab72e7a684f
3
+ size 1383
checkpoint-822/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ff73d915a1966dc849ecea8a71990b9f6619e9d3135e1ad2aab9d46c778b0de
3
+ size 1465
checkpoint-822/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-822/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": "BertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
checkpoint-822/trainer_state.json ADDED
@@ -0,0 +1,321 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 822,
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.07314285714285715,
14
+ "grad_norm": 1.250452995300293,
15
+ "learning_rate": 2.8499999999999998e-05,
16
+ "loss": 11.532991027832031,
17
+ "step": 20
18
+ },
19
+ {
20
+ "epoch": 0.1462857142857143,
21
+ "grad_norm": 0.9911406636238098,
22
+ "learning_rate": 5.85e-05,
23
+ "loss": 11.35167236328125,
24
+ "step": 40
25
+ },
26
+ {
27
+ "epoch": 0.21942857142857142,
28
+ "grad_norm": 0.9821921586990356,
29
+ "learning_rate": 8.849999999999998e-05,
30
+ "loss": 11.14882583618164,
31
+ "step": 60
32
+ },
33
+ {
34
+ "epoch": 0.2925714285714286,
35
+ "grad_norm": 0.9792555570602417,
36
+ "learning_rate": 0.0001185,
37
+ "loss": 10.891434478759766,
38
+ "step": 80
39
+ },
40
+ {
41
+ "epoch": 0.3657142857142857,
42
+ "grad_norm": 0.9883681535720825,
43
+ "learning_rate": 0.00014849999999999998,
44
+ "loss": 10.563937377929687,
45
+ "step": 100
46
+ },
47
+ {
48
+ "epoch": 0.43885714285714283,
49
+ "grad_norm": 0.9853702783584595,
50
+ "learning_rate": 0.00017849999999999997,
51
+ "loss": 10.18422622680664,
52
+ "step": 120
53
+ },
54
+ {
55
+ "epoch": 0.512,
56
+ "grad_norm": 1.0101815462112427,
57
+ "learning_rate": 0.00020849999999999997,
58
+ "loss": 9.786434936523438,
59
+ "step": 140
60
+ },
61
+ {
62
+ "epoch": 0.5851428571428572,
63
+ "grad_norm": 0.9789732098579407,
64
+ "learning_rate": 0.0002385,
65
+ "loss": 9.40113525390625,
66
+ "step": 160
67
+ },
68
+ {
69
+ "epoch": 0.6582857142857143,
70
+ "grad_norm": 0.9101362824440002,
71
+ "learning_rate": 0.00026849999999999997,
72
+ "loss": 9.05419464111328,
73
+ "step": 180
74
+ },
75
+ {
76
+ "epoch": 0.7314285714285714,
77
+ "grad_norm": 0.8724201917648315,
78
+ "learning_rate": 0.0002985,
79
+ "loss": 8.751616668701171,
80
+ "step": 200
81
+ },
82
+ {
83
+ "epoch": 0.8045714285714286,
84
+ "grad_norm": 0.7059838175773621,
85
+ "learning_rate": 0.0002908360128617363,
86
+ "loss": 8.522535705566407,
87
+ "step": 220
88
+ },
89
+ {
90
+ "epoch": 0.8777142857142857,
91
+ "grad_norm": 0.5502440929412842,
92
+ "learning_rate": 0.00028118971061093245,
93
+ "loss": 8.364321899414062,
94
+ "step": 240
95
+ },
96
+ {
97
+ "epoch": 0.9508571428571428,
98
+ "grad_norm": 0.46737125515937805,
99
+ "learning_rate": 0.0002715434083601286,
100
+ "loss": 8.275575256347656,
101
+ "step": 260
102
+ },
103
+ {
104
+ "epoch": 1.021942857142857,
105
+ "grad_norm": 0.387386679649353,
106
+ "learning_rate": 0.00026189710610932475,
107
+ "loss": 8.194184875488281,
108
+ "step": 280
109
+ },
110
+ {
111
+ "epoch": 1.0950857142857142,
112
+ "grad_norm": 0.5874072909355164,
113
+ "learning_rate": 0.0002522508038585209,
114
+ "loss": 8.096188354492188,
115
+ "step": 300
116
+ },
117
+ {
118
+ "epoch": 1.1682285714285714,
119
+ "grad_norm": 0.6955321431159973,
120
+ "learning_rate": 0.00024260450160771703,
121
+ "loss": 8.026647186279297,
122
+ "step": 320
123
+ },
124
+ {
125
+ "epoch": 1.2413714285714286,
126
+ "grad_norm": 0.49530029296875,
127
+ "learning_rate": 0.00023295819935691315,
128
+ "loss": 7.971723937988282,
129
+ "step": 340
130
+ },
131
+ {
132
+ "epoch": 1.3145142857142857,
133
+ "grad_norm": 0.9392899870872498,
134
+ "learning_rate": 0.0002233118971061093,
135
+ "loss": 7.904925537109375,
136
+ "step": 360
137
+ },
138
+ {
139
+ "epoch": 1.387657142857143,
140
+ "grad_norm": 0.6055660843849182,
141
+ "learning_rate": 0.00021366559485530546,
142
+ "loss": 7.842314147949219,
143
+ "step": 380
144
+ },
145
+ {
146
+ "epoch": 1.4607999999999999,
147
+ "grad_norm": 0.4336493909358978,
148
+ "learning_rate": 0.00020401929260450158,
149
+ "loss": 7.779663848876953,
150
+ "step": 400
151
+ },
152
+ {
153
+ "epoch": 1.5339428571428573,
154
+ "grad_norm": 0.532171368598938,
155
+ "learning_rate": 0.00019437299035369773,
156
+ "loss": 7.732464599609375,
157
+ "step": 420
158
+ },
159
+ {
160
+ "epoch": 1.6070857142857142,
161
+ "grad_norm": 0.5588330626487732,
162
+ "learning_rate": 0.00018472668810289386,
163
+ "loss": 7.665067291259765,
164
+ "step": 440
165
+ },
166
+ {
167
+ "epoch": 1.6802285714285714,
168
+ "grad_norm": 0.5427436828613281,
169
+ "learning_rate": 0.00017508038585209004,
170
+ "loss": 7.601129150390625,
171
+ "step": 460
172
+ },
173
+ {
174
+ "epoch": 1.7533714285714286,
175
+ "grad_norm": 0.8764950633049011,
176
+ "learning_rate": 0.00016543408360128616,
177
+ "loss": 7.574497985839844,
178
+ "step": 480
179
+ },
180
+ {
181
+ "epoch": 1.8265142857142858,
182
+ "grad_norm": 0.48415958881378174,
183
+ "learning_rate": 0.0001557877813504823,
184
+ "loss": 7.537950134277343,
185
+ "step": 500
186
+ },
187
+ {
188
+ "epoch": 1.899657142857143,
189
+ "grad_norm": 0.5703415274620056,
190
+ "learning_rate": 0.00014614147909967844,
191
+ "loss": 7.497711181640625,
192
+ "step": 520
193
+ },
194
+ {
195
+ "epoch": 1.9727999999999999,
196
+ "grad_norm": 0.692701518535614,
197
+ "learning_rate": 0.0001364951768488746,
198
+ "loss": 7.422080993652344,
199
+ "step": 540
200
+ },
201
+ {
202
+ "epoch": 2.043885714285714,
203
+ "grad_norm": 0.6631471514701843,
204
+ "learning_rate": 0.00012684887459807074,
205
+ "loss": 7.393524169921875,
206
+ "step": 560
207
+ },
208
+ {
209
+ "epoch": 2.1170285714285715,
210
+ "grad_norm": 0.5688566565513611,
211
+ "learning_rate": 0.00011720257234726686,
212
+ "loss": 7.329080200195312,
213
+ "step": 580
214
+ },
215
+ {
216
+ "epoch": 2.1901714285714284,
217
+ "grad_norm": 0.6037266850471497,
218
+ "learning_rate": 0.00010755627009646302,
219
+ "loss": 7.306385040283203,
220
+ "step": 600
221
+ },
222
+ {
223
+ "epoch": 2.263314285714286,
224
+ "grad_norm": 0.5700935125350952,
225
+ "learning_rate": 9.790996784565915e-05,
226
+ "loss": 7.3006591796875,
227
+ "step": 620
228
+ },
229
+ {
230
+ "epoch": 2.336457142857143,
231
+ "grad_norm": 0.5397514700889587,
232
+ "learning_rate": 8.826366559485529e-05,
233
+ "loss": 7.2862548828125,
234
+ "step": 640
235
+ },
236
+ {
237
+ "epoch": 2.4096,
238
+ "grad_norm": 0.5593230724334717,
239
+ "learning_rate": 7.861736334405144e-05,
240
+ "loss": 7.267812347412109,
241
+ "step": 660
242
+ },
243
+ {
244
+ "epoch": 2.482742857142857,
245
+ "grad_norm": 0.720418393611908,
246
+ "learning_rate": 6.897106109324758e-05,
247
+ "loss": 7.238247680664062,
248
+ "step": 680
249
+ },
250
+ {
251
+ "epoch": 2.555885714285714,
252
+ "grad_norm": 0.6487265229225159,
253
+ "learning_rate": 5.9324758842443726e-05,
254
+ "loss": 7.224815368652344,
255
+ "step": 700
256
+ },
257
+ {
258
+ "epoch": 2.6290285714285715,
259
+ "grad_norm": 0.7691522836685181,
260
+ "learning_rate": 4.967845659163987e-05,
261
+ "loss": 7.226226043701172,
262
+ "step": 720
263
+ },
264
+ {
265
+ "epoch": 2.7021714285714284,
266
+ "grad_norm": 0.5983503460884094,
267
+ "learning_rate": 4.003215434083601e-05,
268
+ "loss": 7.176812744140625,
269
+ "step": 740
270
+ },
271
+ {
272
+ "epoch": 2.775314285714286,
273
+ "grad_norm": 0.5417843461036682,
274
+ "learning_rate": 3.038585209003215e-05,
275
+ "loss": 7.211582946777344,
276
+ "step": 760
277
+ },
278
+ {
279
+ "epoch": 2.848457142857143,
280
+ "grad_norm": 0.5134989023208618,
281
+ "learning_rate": 2.0739549839228295e-05,
282
+ "loss": 7.171044921875,
283
+ "step": 780
284
+ },
285
+ {
286
+ "epoch": 2.9215999999999998,
287
+ "grad_norm": 0.4077773988246918,
288
+ "learning_rate": 1.1093247588424437e-05,
289
+ "loss": 7.167872619628906,
290
+ "step": 800
291
+ },
292
+ {
293
+ "epoch": 2.994742857142857,
294
+ "grad_norm": 0.49174758791923523,
295
+ "learning_rate": 1.4469453376205788e-06,
296
+ "loss": 7.183602905273437,
297
+ "step": 820
298
+ }
299
+ ],
300
+ "logging_steps": 20,
301
+ "max_steps": 822,
302
+ "num_input_tokens_seen": 0,
303
+ "num_train_epochs": 3,
304
+ "save_steps": 500,
305
+ "stateful_callbacks": {
306
+ "TrainerControl": {
307
+ "args": {
308
+ "should_epoch_stop": false,
309
+ "should_evaluate": false,
310
+ "should_log": false,
311
+ "should_save": true,
312
+ "should_training_stop": true
313
+ },
314
+ "attributes": {}
315
+ }
316
+ },
317
+ "total_flos": 194099916963840.0,
318
+ "train_batch_size": 4,
319
+ "trial_name": null,
320
+ "trial_params": null
321
+ }
checkpoint-822/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd9494893863dcfcde3e9f41f481df996dad8a854ef54e48e82f01bb1d81d2a9
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:1242ec5613e5bd72d81f17c0c884f362678882f23d0a185eb83957c6e44d7766
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": "BertTokenizer",
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:dd9494893863dcfcde3e9f41f481df996dad8a854ef54e48e82f01bb1d81d2a9
3
+ size 5137