SystemAdmin123 commited on
Commit
eaa7fce
·
verified ·
1 Parent(s): 691b787

Training in progress, step 200, checkpoint

Browse files
last-checkpoint/config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 1,
9
+ "eos_token_id": 2,
10
+ "head_dim": 64,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 2048,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 5632,
15
+ "max_position_embeddings": 2048,
16
+ "mlp_bias": false,
17
+ "model_type": "llama",
18
+ "num_attention_heads": 32,
19
+ "num_hidden_layers": 22,
20
+ "num_key_value_heads": 4,
21
+ "pretraining_tp": 1,
22
+ "rms_norm_eps": 1e-05,
23
+ "rope_scaling": null,
24
+ "rope_theta": 10000.0,
25
+ "tie_word_embeddings": false,
26
+ "torch_dtype": "bfloat16",
27
+ "transformers_version": "4.48.1",
28
+ "use_cache": false,
29
+ "vocab_size": 32000
30
+ }
last-checkpoint/generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 1,
3
+ "do_sample": true,
4
+ "eos_token_id": 2,
5
+ "max_length": 2048,
6
+ "pad_token_id": 0,
7
+ "transformers_version": "4.48.1"
8
+ }
last-checkpoint/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54199da57b837d4891196f02c89063f1b4c8051da494ceb732eca28e0e049899
3
+ size 2200119864
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afb6588ffa25521011a1286f0128a2f605dab5da48172dece4259b51767d871d
3
+ size 2235234810
last-checkpoint/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f2762d792d815ec78151cdfb1183ff8fe6b1a4c5fcc050ac87b15dc66050802
3
+ size 15024
last-checkpoint/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbc1f875219f8ac3c776408d86b647fbc8462ad7ecb23ac468a078c2c50ec46e
3
+ size 15024
last-checkpoint/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbcdba7bc63bee2e58552ca3df8d3d9521da29d066231bf49913479cc60a05a4
3
+ size 15024
last-checkpoint/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac162cf8f57eb46f3e3f12f50328cd5574b5384b6fe27493b80f0979cc8d636b
3
+ size 15024
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abcd078b1186023c3032f4652f953246e76b5f62233ca3f894e881ea9feb17b7
3
+ size 1064
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
last-checkpoint/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "bos_token": "<s>",
32
+ "chat_template": "{% for message in messages %}\n{% if message['role'] == 'user' %}\n{{ '<|user|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'system' %}\n{{ '<|system|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'assistant' %}\n{{ '<|assistant|>\n' + message['content'] + eos_token }}\n{% endif %}\n{% if loop.last and add_generation_prompt %}\n{{ '<|assistant|>' }}\n{% endif %}\n{% endfor %}",
33
+ "clean_up_tokenization_spaces": false,
34
+ "eos_token": "</s>",
35
+ "extra_special_tokens": {},
36
+ "legacy": false,
37
+ "model_max_length": 2048,
38
+ "pad_token": "</s>",
39
+ "padding_side": "right",
40
+ "sp_model_kwargs": {},
41
+ "tokenizer_class": "LlamaTokenizer",
42
+ "unk_token": "<unk>",
43
+ "use_default_system_prompt": false,
44
+ "use_fast": true
45
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 11.764705882352942,
5
+ "eval_steps": 200,
6
+ "global_step": 200,
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.058823529411764705,
13
+ "eval_loss": 2.0603227615356445,
14
+ "eval_runtime": 6.3215,
15
+ "eval_samples_per_second": 237.445,
16
+ "eval_steps_per_second": 5.062,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.5882352941176471,
21
+ "grad_norm": 1.125,
22
+ "learning_rate": 0.0001,
23
+ "loss": 1.8865,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 1.1764705882352942,
28
+ "grad_norm": 2.078125,
29
+ "learning_rate": 0.0002,
30
+ "loss": 1.7253,
31
+ "step": 20
32
+ },
33
+ {
34
+ "epoch": 1.7647058823529411,
35
+ "grad_norm": 1.421875,
36
+ "learning_rate": 0.000199658449300667,
37
+ "loss": 1.2996,
38
+ "step": 30
39
+ },
40
+ {
41
+ "epoch": 2.3529411764705883,
42
+ "grad_norm": 1.640625,
43
+ "learning_rate": 0.00019863613034027224,
44
+ "loss": 0.9578,
45
+ "step": 40
46
+ },
47
+ {
48
+ "epoch": 2.9411764705882355,
49
+ "grad_norm": 1.5,
50
+ "learning_rate": 0.00019694002659393305,
51
+ "loss": 0.6771,
52
+ "step": 50
53
+ },
54
+ {
55
+ "epoch": 3.5294117647058822,
56
+ "grad_norm": 1.6875,
57
+ "learning_rate": 0.00019458172417006347,
58
+ "loss": 0.3386,
59
+ "step": 60
60
+ },
61
+ {
62
+ "epoch": 4.117647058823529,
63
+ "grad_norm": 0.96484375,
64
+ "learning_rate": 0.00019157733266550575,
65
+ "loss": 0.2562,
66
+ "step": 70
67
+ },
68
+ {
69
+ "epoch": 4.705882352941177,
70
+ "grad_norm": 1.21875,
71
+ "learning_rate": 0.0001879473751206489,
72
+ "loss": 0.1393,
73
+ "step": 80
74
+ },
75
+ {
76
+ "epoch": 5.294117647058823,
77
+ "grad_norm": 0.91015625,
78
+ "learning_rate": 0.00018371664782625287,
79
+ "loss": 0.1163,
80
+ "step": 90
81
+ },
82
+ {
83
+ "epoch": 5.882352941176471,
84
+ "grad_norm": 0.87109375,
85
+ "learning_rate": 0.00017891405093963938,
86
+ "loss": 0.0997,
87
+ "step": 100
88
+ },
89
+ {
90
+ "epoch": 6.470588235294118,
91
+ "grad_norm": 0.7265625,
92
+ "learning_rate": 0.00017357239106731317,
93
+ "loss": 0.0658,
94
+ "step": 110
95
+ },
96
+ {
97
+ "epoch": 7.0588235294117645,
98
+ "grad_norm": 0.49609375,
99
+ "learning_rate": 0.00016772815716257412,
100
+ "loss": 0.0672,
101
+ "step": 120
102
+ },
103
+ {
104
+ "epoch": 7.647058823529412,
105
+ "grad_norm": 0.57421875,
106
+ "learning_rate": 0.0001614212712689668,
107
+ "loss": 0.0342,
108
+ "step": 130
109
+ },
110
+ {
111
+ "epoch": 8.235294117647058,
112
+ "grad_norm": 0.3515625,
113
+ "learning_rate": 0.00015469481581224272,
114
+ "loss": 0.0308,
115
+ "step": 140
116
+ },
117
+ {
118
+ "epoch": 8.823529411764707,
119
+ "grad_norm": 0.439453125,
120
+ "learning_rate": 0.00014759473930370736,
121
+ "loss": 0.0192,
122
+ "step": 150
123
+ },
124
+ {
125
+ "epoch": 9.411764705882353,
126
+ "grad_norm": 0.251953125,
127
+ "learning_rate": 0.00014016954246529696,
128
+ "loss": 0.0116,
129
+ "step": 160
130
+ },
131
+ {
132
+ "epoch": 10.0,
133
+ "grad_norm": 0.20703125,
134
+ "learning_rate": 0.00013246994692046836,
135
+ "loss": 0.0079,
136
+ "step": 170
137
+ },
138
+ {
139
+ "epoch": 10.588235294117647,
140
+ "grad_norm": 0.10009765625,
141
+ "learning_rate": 0.00012454854871407994,
142
+ "loss": 0.0037,
143
+ "step": 180
144
+ },
145
+ {
146
+ "epoch": 11.176470588235293,
147
+ "grad_norm": 0.0595703125,
148
+ "learning_rate": 0.00011645945902807341,
149
+ "loss": 0.0031,
150
+ "step": 190
151
+ },
152
+ {
153
+ "epoch": 11.764705882352942,
154
+ "grad_norm": 0.062255859375,
155
+ "learning_rate": 0.00010825793454723325,
156
+ "loss": 0.0024,
157
+ "step": 200
158
+ },
159
+ {
160
+ "epoch": 11.764705882352942,
161
+ "eval_loss": 3.5474228858947754,
162
+ "eval_runtime": 6.0534,
163
+ "eval_samples_per_second": 247.958,
164
+ "eval_steps_per_second": 5.286,
165
+ "step": 200
166
+ }
167
+ ],
168
+ "logging_steps": 10,
169
+ "max_steps": 400,
170
+ "num_input_tokens_seen": 0,
171
+ "num_train_epochs": 24,
172
+ "save_steps": 200,
173
+ "stateful_callbacks": {
174
+ "TrainerControl": {
175
+ "args": {
176
+ "should_epoch_stop": false,
177
+ "should_evaluate": false,
178
+ "should_log": false,
179
+ "should_save": true,
180
+ "should_training_stop": false
181
+ },
182
+ "attributes": {}
183
+ }
184
+ },
185
+ "total_flos": 1.2203604110737408e+17,
186
+ "train_batch_size": 12,
187
+ "trial_name": null,
188
+ "trial_params": null
189
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02fab4322a14e2374e7f44ff316f0cba3d1ca31a1a209c4d1b45790252adb685
3
+ size 7032