Grogros commited on
Commit
5877dd6
·
verified ·
1 Parent(s): 4ac59dc

Training in progress, step 500, checkpoint

Browse files
checkpoint-500/config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Grogros/gpt2-kgw-k1-delta2.0-Scratch",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 50256,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 50256,
11
+ "initializer_range": 0.02,
12
+ "layer_norm_epsilon": 1e-05,
13
+ "model_type": "gpt2",
14
+ "n_ctx": 1024,
15
+ "n_embd": 768,
16
+ "n_head": 12,
17
+ "n_inner": null,
18
+ "n_layer": 12,
19
+ "n_positions": 1024,
20
+ "reorder_and_upcast_attn": false,
21
+ "resid_pdrop": 0.1,
22
+ "scale_attn_by_inverse_layer_idx": false,
23
+ "scale_attn_weights": true,
24
+ "summary_activation": null,
25
+ "summary_first_dropout": 0.1,
26
+ "summary_proj_to_labels": true,
27
+ "summary_type": "cls_index",
28
+ "summary_use_proj": true,
29
+ "task_specific_params": {
30
+ "text-generation": {
31
+ "do_sample": true,
32
+ "max_length": 50
33
+ }
34
+ },
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.45.2",
37
+ "use_cache": true,
38
+ "vocab_size": 50263
39
+ }
checkpoint-500/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "transformers_version": "4.45.2"
6
+ }
checkpoint-500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:412f496f9ae930fcf8fb52e9409fde0c316c626279bdccc2ca69a81c23255622
3
+ size 497792640
checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93f287e870ff79104b58cce65fd9c29f76f3bc58c828dfbde7998deda76df1cd
3
+ size 1385018
checkpoint-500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc47fa000b32939fa334611ad8e66bc0cb527e1543546f9067f02749a648d219
3
+ size 14244
checkpoint-500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31f20d3fd8f2ca072c88294e1b245d2fc0feec4c84032b4ae4d3711181320962
3
+ size 1064
checkpoint-500/trainer_state.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.033417992247025796,
5
+ "eval_steps": 500,
6
+ "global_step": 500,
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.00334179922470258,
13
+ "grad_norm": 11.090287208557129,
14
+ "learning_rate": 4.000000000000001e-06,
15
+ "loss": 5.1739,
16
+ "step": 50
17
+ },
18
+ {
19
+ "epoch": 0.00668359844940516,
20
+ "grad_norm": 0.2740594446659088,
21
+ "learning_rate": 8.000000000000001e-06,
22
+ "loss": 1.0311,
23
+ "step": 100
24
+ },
25
+ {
26
+ "epoch": 0.01002539767410774,
27
+ "grad_norm": 0.2221425324678421,
28
+ "learning_rate": 1.2e-05,
29
+ "loss": 0.8728,
30
+ "step": 150
31
+ },
32
+ {
33
+ "epoch": 0.01336719689881032,
34
+ "grad_norm": 0.20594573020935059,
35
+ "learning_rate": 1.6000000000000003e-05,
36
+ "loss": 0.7991,
37
+ "step": 200
38
+ },
39
+ {
40
+ "epoch": 0.016708996123512898,
41
+ "grad_norm": 0.19108366966247559,
42
+ "learning_rate": 2e-05,
43
+ "loss": 0.7699,
44
+ "step": 250
45
+ },
46
+ {
47
+ "epoch": 0.02005079534821548,
48
+ "grad_norm": 0.22920449078083038,
49
+ "learning_rate": 1.9975640502598243e-05,
50
+ "loss": 0.7129,
51
+ "step": 300
52
+ },
53
+ {
54
+ "epoch": 0.02339259457291806,
55
+ "grad_norm": 0.16409973800182343,
56
+ "learning_rate": 1.9902680687415704e-05,
57
+ "loss": 0.6788,
58
+ "step": 350
59
+ },
60
+ {
61
+ "epoch": 0.02673439379762064,
62
+ "grad_norm": 0.21055717766284943,
63
+ "learning_rate": 1.9781476007338058e-05,
64
+ "loss": 0.647,
65
+ "step": 400
66
+ },
67
+ {
68
+ "epoch": 0.030076193022323217,
69
+ "grad_norm": 0.18021100759506226,
70
+ "learning_rate": 1.961261695938319e-05,
71
+ "loss": 0.6656,
72
+ "step": 450
73
+ },
74
+ {
75
+ "epoch": 0.033417992247025796,
76
+ "grad_norm": 0.20338550209999084,
77
+ "learning_rate": 1.9396926207859085e-05,
78
+ "loss": 0.6397,
79
+ "step": 500
80
+ }
81
+ ],
82
+ "logging_steps": 50,
83
+ "max_steps": 2500,
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": 8361345024000000.0,
100
+ "train_batch_size": 16,
101
+ "trial_name": null,
102
+ "trial_params": null
103
+ }
checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f4451be6363a6c8a91ad6bed776efd247ea772e27fca4be46257c99e33d9272
3
+ size 5304