Grogros commited on
Commit
8856b69
·
verified ·
1 Parent(s): eb4b33b

Training in progress, step 1000, checkpoint

Browse files
checkpoint-1000/config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Grogros/dmWM-llama-3.2-1B-Instruct-OWTWM-DistillationWM-Al4-wmToken-d4-a0.1-v2-meta-OWT",
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": 128257
40
+ }
checkpoint-1000/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-1000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc5bec1d745bbe7cecc997ec9cdc825ace24554e26334e456ddde61494d261de
3
+ size 4943282520
checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd3fef74f1f60443df4f4e0884707105b4149a8cf3253fb1e293c7fc9cf241cb
3
+ size 3724602
checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cfc25b3273eba5695f36b6c766de6404d051067317b1ef3114d8046bcbf15c0
3
+ size 14244
checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0447a9bebd7de480acd87b320879adb806c367d23517603e388046e9c651125c
3
+ size 1064
checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.030636785588456058,
5
+ "eval_steps": 500,
6
+ "global_step": 1000,
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.5270798206329346,
14
+ "learning_rate": 1.0000000000000002e-06,
15
+ "loss": 3.1564,
16
+ "step": 100
17
+ },
18
+ {
19
+ "epoch": 0.006127357117691212,
20
+ "grad_norm": 2.604092597961426,
21
+ "learning_rate": 2.0000000000000003e-06,
22
+ "loss": 3.1166,
23
+ "step": 200
24
+ },
25
+ {
26
+ "epoch": 0.009191035676536818,
27
+ "grad_norm": 2.5005924701690674,
28
+ "learning_rate": 3e-06,
29
+ "loss": 3.0905,
30
+ "step": 300
31
+ },
32
+ {
33
+ "epoch": 0.012254714235382424,
34
+ "grad_norm": 2.7525177001953125,
35
+ "learning_rate": 4.000000000000001e-06,
36
+ "loss": 3.0652,
37
+ "step": 400
38
+ },
39
+ {
40
+ "epoch": 0.015318392794228029,
41
+ "grad_norm": 2.5251283645629883,
42
+ "learning_rate": 5e-06,
43
+ "loss": 3.0351,
44
+ "step": 500
45
+ },
46
+ {
47
+ "epoch": 0.018382071353073636,
48
+ "grad_norm": 2.6771860122680664,
49
+ "learning_rate": 6e-06,
50
+ "loss": 3.0028,
51
+ "step": 600
52
+ },
53
+ {
54
+ "epoch": 0.02144574991191924,
55
+ "grad_norm": 2.4799458980560303,
56
+ "learning_rate": 7e-06,
57
+ "loss": 3.0007,
58
+ "step": 700
59
+ },
60
+ {
61
+ "epoch": 0.024509428470764847,
62
+ "grad_norm": 2.8402369022369385,
63
+ "learning_rate": 8.000000000000001e-06,
64
+ "loss": 2.9753,
65
+ "step": 800
66
+ },
67
+ {
68
+ "epoch": 0.027573107029610452,
69
+ "grad_norm": 2.446842908859253,
70
+ "learning_rate": 9e-06,
71
+ "loss": 2.9737,
72
+ "step": 900
73
+ },
74
+ {
75
+ "epoch": 0.030636785588456058,
76
+ "grad_norm": 2.3989391326904297,
77
+ "learning_rate": 1e-05,
78
+ "loss": 2.9618,
79
+ "step": 1000
80
+ }
81
+ ],
82
+ "logging_steps": 100,
83
+ "max_steps": 10000,
84
+ "num_input_tokens_seen": 0,
85
+ "num_train_epochs": 1,
86
+ "save_steps": 500,
87
+ "stateful_callbacks": {
88
+ "TrainerControl": {
89
+ "args": {
90
+ "should_epoch_stop": false,
91
+ "should_evaluate": false,
92
+ "should_log": false,
93
+ "should_save": true,
94
+ "should_training_stop": false
95
+ },
96
+ "attributes": {}
97
+ }
98
+ },
99
+ "total_flos": 9.5664155394048e+16,
100
+ "train_batch_size": 16,
101
+ "trial_name": null,
102
+ "trial_params": null
103
+ }
checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:343fd12cd57f4f5c4c4d092162b0058e69041ee73092ab79cda1f02d0d79adab
3
+ size 5368