SystemAdmin123 commited on
Commit
e5ea384
·
verified ·
1 Parent(s): 2a4ed00

Training in progress, step 200, checkpoint

Browse files
last-checkpoint/added_tokens.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "<|PAD_TOKEN|>": 151646,
3
+ "<|endoftext|>": 151643,
4
+ "<|im_end|>": 151645,
5
+ "<|im_start|>": 151644
6
+ }
last-checkpoint/config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "unsloth/Qwen2-1.5B",
3
+ "architectures": [
4
+ "Qwen2ForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "eos_token_id": 151643,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 1536,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 8960,
12
+ "max_position_embeddings": 131072,
13
+ "max_window_layers": 28,
14
+ "model_type": "qwen2",
15
+ "num_attention_heads": 12,
16
+ "num_hidden_layers": 28,
17
+ "num_key_value_heads": 2,
18
+ "pad_token_id": 151646,
19
+ "rms_norm_eps": 1e-06,
20
+ "rope_scaling": null,
21
+ "rope_theta": 1000000.0,
22
+ "sliding_window": null,
23
+ "tie_word_embeddings": true,
24
+ "torch_dtype": "bfloat16",
25
+ "transformers_version": "4.48.1",
26
+ "unsloth_version": "2024.9",
27
+ "use_cache": false,
28
+ "use_sliding_window": false,
29
+ "vocab_size": 151647
30
+ }
last-checkpoint/generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "do_sample": true,
4
+ "eos_token_id": 151643,
5
+ "max_length": 131072,
6
+ "max_new_tokens": 2048,
7
+ "pad_token_id": 151646,
8
+ "transformers_version": "4.48.1"
9
+ }
last-checkpoint/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adf51944d7a4ee3b02dedfdc9ae3e19c0fabe5d72fa9de9e6d683c7732a10ba5
3
+ size 3086579336
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:296632ba00da4c7d578dbe8c4aa1c1b33d6ba698a81ffb8e2796543b493039f0
3
+ size 3135948098
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,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ],
6
+ "eos_token": {
7
+ "content": "<|endoftext|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "pad_token": {
14
+ "content": "<|PAD_TOKEN|>",
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:9479047c22047670077878de944c696032b1a81049beeb6e99fbda7fb93e395a
3
+ size 11418456
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "151646": {
29
+ "content": "<|PAD_TOKEN|>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ }
36
+ },
37
+ "additional_special_tokens": [
38
+ "<|im_start|>",
39
+ "<|im_end|>"
40
+ ],
41
+ "bos_token": null,
42
+ "chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
43
+ "clean_up_tokenization_spaces": false,
44
+ "eos_token": "<|endoftext|>",
45
+ "errors": "replace",
46
+ "extra_special_tokens": {},
47
+ "model_max_length": 32768,
48
+ "pad_token": "<|PAD_TOKEN|>",
49
+ "padding_side": "left",
50
+ "split_special_tokens": false,
51
+ "tokenizer_class": "Qwen2Tokenizer",
52
+ "unk_token": null,
53
+ "use_fast": true
54
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 11.11111111111111,
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.05555555555555555,
13
+ "eval_loss": 2.402308225631714,
14
+ "eval_runtime": 19.0325,
15
+ "eval_samples_per_second": 78.865,
16
+ "eval_steps_per_second": 1.997,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.5555555555555556,
21
+ "grad_norm": 1.4453125,
22
+ "learning_rate": 0.0001,
23
+ "loss": 2.0941,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 1.1111111111111112,
28
+ "grad_norm": 1.8828125,
29
+ "learning_rate": 0.0002,
30
+ "loss": 1.9459,
31
+ "step": 20
32
+ },
33
+ {
34
+ "epoch": 1.6666666666666665,
35
+ "grad_norm": 2.1875,
36
+ "learning_rate": 0.000199658449300667,
37
+ "loss": 1.4091,
38
+ "step": 30
39
+ },
40
+ {
41
+ "epoch": 2.2222222222222223,
42
+ "grad_norm": 2.109375,
43
+ "learning_rate": 0.00019863613034027224,
44
+ "loss": 1.1276,
45
+ "step": 40
46
+ },
47
+ {
48
+ "epoch": 2.7777777777777777,
49
+ "grad_norm": 1.359375,
50
+ "learning_rate": 0.00019694002659393305,
51
+ "loss": 0.6824,
52
+ "step": 50
53
+ },
54
+ {
55
+ "epoch": 3.3333333333333335,
56
+ "grad_norm": 1.234375,
57
+ "learning_rate": 0.00019458172417006347,
58
+ "loss": 0.4638,
59
+ "step": 60
60
+ },
61
+ {
62
+ "epoch": 3.888888888888889,
63
+ "grad_norm": 1.3359375,
64
+ "learning_rate": 0.00019157733266550575,
65
+ "loss": 0.3579,
66
+ "step": 70
67
+ },
68
+ {
69
+ "epoch": 4.444444444444445,
70
+ "grad_norm": 0.859375,
71
+ "learning_rate": 0.0001879473751206489,
72
+ "loss": 0.1979,
73
+ "step": 80
74
+ },
75
+ {
76
+ "epoch": 5.0,
77
+ "grad_norm": 0.97265625,
78
+ "learning_rate": 0.00018371664782625287,
79
+ "loss": 0.1971,
80
+ "step": 90
81
+ },
82
+ {
83
+ "epoch": 5.555555555555555,
84
+ "grad_norm": 0.74609375,
85
+ "learning_rate": 0.00017891405093963938,
86
+ "loss": 0.1023,
87
+ "step": 100
88
+ },
89
+ {
90
+ "epoch": 6.111111111111111,
91
+ "grad_norm": 0.515625,
92
+ "learning_rate": 0.00017357239106731317,
93
+ "loss": 0.1104,
94
+ "step": 110
95
+ },
96
+ {
97
+ "epoch": 6.666666666666667,
98
+ "grad_norm": 0.5234375,
99
+ "learning_rate": 0.00016772815716257412,
100
+ "loss": 0.0586,
101
+ "step": 120
102
+ },
103
+ {
104
+ "epoch": 7.222222222222222,
105
+ "grad_norm": 0.34375,
106
+ "learning_rate": 0.0001614212712689668,
107
+ "loss": 0.0585,
108
+ "step": 130
109
+ },
110
+ {
111
+ "epoch": 7.777777777777778,
112
+ "grad_norm": 0.3671875,
113
+ "learning_rate": 0.00015469481581224272,
114
+ "loss": 0.025,
115
+ "step": 140
116
+ },
117
+ {
118
+ "epoch": 8.333333333333334,
119
+ "grad_norm": 0.2001953125,
120
+ "learning_rate": 0.00014759473930370736,
121
+ "loss": 0.0184,
122
+ "step": 150
123
+ },
124
+ {
125
+ "epoch": 8.88888888888889,
126
+ "grad_norm": 0.26953125,
127
+ "learning_rate": 0.00014016954246529696,
128
+ "loss": 0.0131,
129
+ "step": 160
130
+ },
131
+ {
132
+ "epoch": 9.444444444444445,
133
+ "grad_norm": 0.130859375,
134
+ "learning_rate": 0.00013246994692046836,
135
+ "loss": 0.0071,
136
+ "step": 170
137
+ },
138
+ {
139
+ "epoch": 10.0,
140
+ "grad_norm": 0.0869140625,
141
+ "learning_rate": 0.00012454854871407994,
142
+ "loss": 0.0043,
143
+ "step": 180
144
+ },
145
+ {
146
+ "epoch": 10.555555555555555,
147
+ "grad_norm": 0.23046875,
148
+ "learning_rate": 0.00011645945902807341,
149
+ "loss": 0.0025,
150
+ "step": 190
151
+ },
152
+ {
153
+ "epoch": 11.11111111111111,
154
+ "grad_norm": 0.0284423828125,
155
+ "learning_rate": 0.00010825793454723325,
156
+ "loss": 0.0023,
157
+ "step": 200
158
+ },
159
+ {
160
+ "epoch": 11.11111111111111,
161
+ "eval_loss": 3.9178080558776855,
162
+ "eval_runtime": 20.365,
163
+ "eval_samples_per_second": 73.705,
164
+ "eval_steps_per_second": 1.866,
165
+ "step": 200
166
+ }
167
+ ],
168
+ "logging_steps": 10,
169
+ "max_steps": 400,
170
+ "num_input_tokens_seen": 0,
171
+ "num_train_epochs": 23,
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.2881172782645248e+17,
186
+ "train_batch_size": 10,
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:a9bce95c2671e138389bee5812554e93e5a14ab975cbeaeec50391234e7a2ab3
3
+ size 6904
last-checkpoint/vocab.json ADDED
The diff for this file is too large to render. See raw diff