Mostafa8Mehrabi commited on
Commit
64831c4
·
verified ·
1 Parent(s): 3e348c0

Checkpoint at step 100 (FP16)

Browse files
checkpoint-100/config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "head_dim": 128,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 384,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 1536,
12
+ "layer_types": [
13
+ "full_attention",
14
+ "full_attention",
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention"
21
+ ],
22
+ "max_position_embeddings": 32768,
23
+ "max_window_layers": 28,
24
+ "model_type": "qwen3",
25
+ "num_attention_heads": 12,
26
+ "num_hidden_layers": 8,
27
+ "num_key_value_heads": 12,
28
+ "rms_norm_eps": 1e-06,
29
+ "rope_scaling": null,
30
+ "rope_theta": 1000000.0,
31
+ "sliding_window": null,
32
+ "tie_word_embeddings": false,
33
+ "torch_dtype": "float16",
34
+ "transformers_version": "4.53.2",
35
+ "use_cache": true,
36
+ "use_sliding_window": false,
37
+ "vocab_size": 50257
38
+ }
checkpoint-100/generation_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "transformers_version": "4.53.2"
4
+ }
checkpoint-100/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-100/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a05d23ce874658c1e8eebb645e5e029df8ba5eee6a6989b0d6b0f653331cc0cb
3
+ size 286554448
checkpoint-100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39ddf059f82120d3ecc641318db9e5c48c859646db0f54b583adc3412836a941
3
+ size 573165963
checkpoint-100/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f196323d7423b60f8e4ceb7dbf8715ee326c0d068e5ff164f13c63b279b9f1a0
3
+ size 14645
checkpoint-100/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d15f80eff8e7aa3a49c0408f3d31fa2e6e9e75a2fbae063b0cc83bfa545cc3d7
3
+ size 1383
checkpoint-100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:535bdf7803edb387e75540cf936103a855c5145cd52a07a93a879538888a2420
3
+ size 1465
checkpoint-100/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|endoftext|>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<|endoftext|>",
25
+ "lstrip": false,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
checkpoint-100/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-100/tokenizer_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "50256": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ }
13
+ },
14
+ "bos_token": "<|endoftext|>",
15
+ "clean_up_tokenization_spaces": false,
16
+ "eos_token": "<|endoftext|>",
17
+ "errors": "replace",
18
+ "extra_special_tokens": {},
19
+ "model_max_length": 1024,
20
+ "pad_token": "<|endoftext|>",
21
+ "tokenizer_class": "GPT2Tokenizer",
22
+ "unk_token": "<|endoftext|>"
23
+ }
checkpoint-100/trainer_state.json ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 100,
3
+ "best_metric": 7.308048725128174,
4
+ "best_model_checkpoint": "./qwen3-50m-c4-checkpoints_test_H200/checkpoint-100",
5
+ "epoch": 1.0526315789473684,
6
+ "eval_steps": 20,
7
+ "global_step": 100,
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.010526315789473684,
14
+ "grad_norm": Infinity,
15
+ "learning_rate": 0.0,
16
+ "loss": 12.1602,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.10526315789473684,
21
+ "grad_norm": 33.84176254272461,
22
+ "learning_rate": 1.8421052631578947e-05,
23
+ "loss": 11.2069,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.21052631578947367,
28
+ "grad_norm": 6.943706035614014,
29
+ "learning_rate": 4.473684210526316e-05,
30
+ "loss": 9.0111,
31
+ "step": 20
32
+ },
33
+ {
34
+ "epoch": 0.21052631578947367,
35
+ "eval_loss": 8.518446922302246,
36
+ "eval_runtime": 2.4413,
37
+ "eval_samples_per_second": 650.051,
38
+ "eval_steps_per_second": 4.096,
39
+ "step": 20
40
+ },
41
+ {
42
+ "epoch": 0.3157894736842105,
43
+ "grad_norm": 3.6014673709869385,
44
+ "learning_rate": 4.7660818713450294e-05,
45
+ "loss": 8.3116,
46
+ "step": 30
47
+ },
48
+ {
49
+ "epoch": 0.42105263157894735,
50
+ "grad_norm": 1.7579938173294067,
51
+ "learning_rate": 4.473684210526316e-05,
52
+ "loss": 7.9996,
53
+ "step": 40
54
+ },
55
+ {
56
+ "epoch": 0.42105263157894735,
57
+ "eval_loss": 7.889881134033203,
58
+ "eval_runtime": 2.6339,
59
+ "eval_samples_per_second": 602.522,
60
+ "eval_steps_per_second": 3.797,
61
+ "step": 40
62
+ },
63
+ {
64
+ "epoch": 0.5263157894736842,
65
+ "grad_norm": 1.8037464618682861,
66
+ "learning_rate": 4.1812865497076025e-05,
67
+ "loss": 7.7626,
68
+ "step": 50
69
+ },
70
+ {
71
+ "epoch": 0.631578947368421,
72
+ "grad_norm": 2.642207145690918,
73
+ "learning_rate": 3.888888888888889e-05,
74
+ "loss": 7.5759,
75
+ "step": 60
76
+ },
77
+ {
78
+ "epoch": 0.631578947368421,
79
+ "eval_loss": 7.545220851898193,
80
+ "eval_runtime": 2.3517,
81
+ "eval_samples_per_second": 674.838,
82
+ "eval_steps_per_second": 4.252,
83
+ "step": 60
84
+ },
85
+ {
86
+ "epoch": 0.7368421052631579,
87
+ "grad_norm": 1.9747369289398193,
88
+ "learning_rate": 3.5964912280701756e-05,
89
+ "loss": 7.4782,
90
+ "step": 70
91
+ },
92
+ {
93
+ "epoch": 0.8421052631578947,
94
+ "grad_norm": 1.6699209213256836,
95
+ "learning_rate": 3.304093567251462e-05,
96
+ "loss": 7.3998,
97
+ "step": 80
98
+ },
99
+ {
100
+ "epoch": 0.8421052631578947,
101
+ "eval_loss": 7.401547431945801,
102
+ "eval_runtime": 2.3491,
103
+ "eval_samples_per_second": 675.572,
104
+ "eval_steps_per_second": 4.257,
105
+ "step": 80
106
+ },
107
+ {
108
+ "epoch": 0.9473684210526315,
109
+ "grad_norm": 1.9321849346160889,
110
+ "learning_rate": 3.0116959064327488e-05,
111
+ "loss": 7.344,
112
+ "step": 90
113
+ },
114
+ {
115
+ "epoch": 1.0526315789473684,
116
+ "grad_norm": 1.2896867990493774,
117
+ "learning_rate": 2.7192982456140354e-05,
118
+ "loss": 7.3003,
119
+ "step": 100
120
+ },
121
+ {
122
+ "epoch": 1.0526315789473684,
123
+ "eval_loss": 7.308048725128174,
124
+ "eval_runtime": 2.4689,
125
+ "eval_samples_per_second": 642.789,
126
+ "eval_steps_per_second": 4.05,
127
+ "step": 100
128
+ }
129
+ ],
130
+ "logging_steps": 10,
131
+ "max_steps": 190,
132
+ "num_input_tokens_seen": 0,
133
+ "num_train_epochs": 2,
134
+ "save_steps": 20,
135
+ "stateful_callbacks": {
136
+ "TrainerControl": {
137
+ "args": {
138
+ "should_epoch_stop": false,
139
+ "should_evaluate": false,
140
+ "should_log": false,
141
+ "should_save": true,
142
+ "should_training_stop": false
143
+ },
144
+ "attributes": {}
145
+ }
146
+ },
147
+ "total_flos": 2571041253359616.0,
148
+ "train_batch_size": 160,
149
+ "trial_name": null,
150
+ "trial_params": null
151
+ }
checkpoint-100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:887cf7c787f240f5c8de4cd5b10cb35ae6bb8a820351b89fcd085e5bcee8717f
3
+ size 5777
checkpoint-100/vocab.json ADDED
The diff for this file is too large to render. See raw diff