Grogros commited on
Commit
4ee6a9d
·
verified ·
1 Parent(s): 9ad0915

Training in progress, step 1500, checkpoint

Browse files
checkpoint-1500/config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Grogros/dmWM-meta-llama-Llama-3.2-1B-Instruct-ft-HarmData-AlpacaGPT4-OpenWebText-d4-a0.25",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 128000,
9
+ "eos_token_id": [
10
+ 128001,
11
+ 128008,
12
+ 128009
13
+ ],
14
+ "head_dim": 64,
15
+ "hidden_act": "silu",
16
+ "hidden_size": 2048,
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 8192,
19
+ "max_position_embeddings": 131072,
20
+ "mlp_bias": false,
21
+ "model_type": "llama",
22
+ "num_attention_heads": 32,
23
+ "num_hidden_layers": 16,
24
+ "num_key_value_heads": 8,
25
+ "pretraining_tp": 1,
26
+ "rms_norm_eps": 1e-05,
27
+ "rope_scaling": {
28
+ "factor": 32.0,
29
+ "high_freq_factor": 4.0,
30
+ "low_freq_factor": 1.0,
31
+ "original_max_position_embeddings": 8192,
32
+ "rope_type": "llama3"
33
+ },
34
+ "rope_theta": 500000.0,
35
+ "tie_word_embeddings": true,
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.46.3",
38
+ "use_cache": true,
39
+ "vocab_size": 128256
40
+ }
checkpoint-1500/generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 128000,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 128001,
6
+ 128008,
7
+ 128009
8
+ ],
9
+ "temperature": 0.6,
10
+ "top_p": 0.9,
11
+ "transformers_version": "4.46.3"
12
+ }
checkpoint-1500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e6fc3e8195f56e601f472e11bc6be29fecec058b9626851a7d603514f6ffb5a
3
+ size 4943274328
checkpoint-1500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d62ced9ecf88915b8a310e09b346fcc20a453011a17028598bcda900f714f8d0
3
+ size 3724602
checkpoint-1500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d34f6be88c765b954d810db218551f60ee3a7a1c0905fc6de10daac9780090b0
3
+ size 14244
checkpoint-1500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4f9812a6be14cd434e6b9b2fa081a819c8fb1a2a3e43ced28529521fbf333cc
3
+ size 1064
checkpoint-1500/trainer_state.json ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.04595517838268409,
5
+ "eval_steps": 500,
6
+ "global_step": 1500,
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.003063678558845606,
13
+ "grad_norm": 2.935556411743164,
14
+ "learning_rate": 4.000000000000001e-06,
15
+ "loss": 3.0,
16
+ "step": 100
17
+ },
18
+ {
19
+ "epoch": 0.006127357117691212,
20
+ "grad_norm": 2.975250005722046,
21
+ "learning_rate": 8.000000000000001e-06,
22
+ "loss": 2.9241,
23
+ "step": 200
24
+ },
25
+ {
26
+ "epoch": 0.009191035676536818,
27
+ "grad_norm": 2.8458304405212402,
28
+ "learning_rate": 9.987820251299121e-06,
29
+ "loss": 2.9023,
30
+ "step": 300
31
+ },
32
+ {
33
+ "epoch": 0.012254714235382424,
34
+ "grad_norm": 2.9931607246398926,
35
+ "learning_rate": 9.890738003669029e-06,
36
+ "loss": 2.8897,
37
+ "step": 400
38
+ },
39
+ {
40
+ "epoch": 0.015318392794228029,
41
+ "grad_norm": 2.8005623817443848,
42
+ "learning_rate": 9.698463103929542e-06,
43
+ "loss": 2.8751,
44
+ "step": 500
45
+ },
46
+ {
47
+ "epoch": 0.018382071353073636,
48
+ "grad_norm": 2.8539531230926514,
49
+ "learning_rate": 9.414737964294636e-06,
50
+ "loss": 2.8567,
51
+ "step": 600
52
+ },
53
+ {
54
+ "epoch": 0.02144574991191924,
55
+ "grad_norm": 2.6978955268859863,
56
+ "learning_rate": 9.045084971874738e-06,
57
+ "loss": 2.8676,
58
+ "step": 700
59
+ },
60
+ {
61
+ "epoch": 0.024509428470764847,
62
+ "grad_norm": 2.8115577697753906,
63
+ "learning_rate": 8.596699001693257e-06,
64
+ "loss": 2.8524,
65
+ "step": 800
66
+ },
67
+ {
68
+ "epoch": 0.027573107029610452,
69
+ "grad_norm": 2.6445884704589844,
70
+ "learning_rate": 8.078307376628292e-06,
71
+ "loss": 2.8612,
72
+ "step": 900
73
+ },
74
+ {
75
+ "epoch": 0.030636785588456058,
76
+ "grad_norm": 2.5841586589813232,
77
+ "learning_rate": 7.500000000000001e-06,
78
+ "loss": 2.8564,
79
+ "step": 1000
80
+ },
81
+ {
82
+ "epoch": 0.03370046414730166,
83
+ "grad_norm": 2.6466314792633057,
84
+ "learning_rate": 6.873032967079562e-06,
85
+ "loss": 2.8298,
86
+ "step": 1100
87
+ },
88
+ {
89
+ "epoch": 0.03676414270614727,
90
+ "grad_norm": 2.583447217941284,
91
+ "learning_rate": 6.209609477998339e-06,
92
+ "loss": 2.8302,
93
+ "step": 1200
94
+ },
95
+ {
96
+ "epoch": 0.039827821264992874,
97
+ "grad_norm": 2.628443956375122,
98
+ "learning_rate": 5.522642316338268e-06,
99
+ "loss": 2.8323,
100
+ "step": 1300
101
+ },
102
+ {
103
+ "epoch": 0.04289149982383848,
104
+ "grad_norm": 2.5776467323303223,
105
+ "learning_rate": 4.825502516487497e-06,
106
+ "loss": 2.8347,
107
+ "step": 1400
108
+ },
109
+ {
110
+ "epoch": 0.04595517838268409,
111
+ "grad_norm": 2.7446603775024414,
112
+ "learning_rate": 4.131759111665349e-06,
113
+ "loss": 2.8188,
114
+ "step": 1500
115
+ }
116
+ ],
117
+ "logging_steps": 100,
118
+ "max_steps": 2500,
119
+ "num_input_tokens_seen": 0,
120
+ "num_train_epochs": 1,
121
+ "save_steps": 500,
122
+ "stateful_callbacks": {
123
+ "TrainerControl": {
124
+ "args": {
125
+ "should_epoch_stop": false,
126
+ "should_evaluate": false,
127
+ "should_log": false,
128
+ "should_save": true,
129
+ "should_training_stop": false
130
+ },
131
+ "attributes": {}
132
+ }
133
+ },
134
+ "total_flos": 1.43496233091072e+17,
135
+ "train_batch_size": 16,
136
+ "trial_name": null,
137
+ "trial_params": null
138
+ }
checkpoint-1500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ebc2147cd7d387a793a437f5833050acc1b742d42594bd97dae83098ab49ba1
3
+ size 5368