fpadovani commited on
Commit
e1cef35
·
verified ·
1 Parent(s): cd7fba0

Training in progress, step 2000, checkpoint

Browse files
checkpoint-2000/config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu_new",
3
+ "architectures": [
4
+ "GPT2LMHeadModel"
5
+ ],
6
+ "attn_pdrop": 0.1,
7
+ "bos_token_id": 1,
8
+ "dtype": "float32",
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 2,
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
+ "pad_token_id": 2,
21
+ "reorder_and_upcast_attn": false,
22
+ "resid_pdrop": 0.1,
23
+ "scale_attn_by_inverse_layer_idx": false,
24
+ "scale_attn_weights": true,
25
+ "summary_activation": null,
26
+ "summary_first_dropout": 0.1,
27
+ "summary_proj_to_labels": true,
28
+ "summary_type": "cls_index",
29
+ "summary_use_proj": true,
30
+ "transformers_version": "4.56.1",
31
+ "use_cache": true,
32
+ "vocab_size": 30000
33
+ }
checkpoint-2000/generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": [
5
+ 2
6
+ ],
7
+ "pad_token_id": 2,
8
+ "transformers_version": "4.56.1"
9
+ }
checkpoint-2000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c77b6d9361e5cd40dd36f170897937338c24ae6efff5a743495346b5c6ed97a
3
+ size 435544704
checkpoint-2000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36f92db710a56d3fcf9659527ab3c014339219d2eaa59ad1e883feb967cdca2b
3
+ size 871183627
checkpoint-2000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70fbbf502af306ace3aea43119ceb155de8bc0ae114cdbd35a6e34b7398abb45
3
+ size 14645
checkpoint-2000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4aa03f6e0cd07cf67ce1fbe3101d545f5771ef9148b9debf02b11cf6948da5c
3
+ size 1383
checkpoint-2000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d4501b7d224e0e2f6dd311d12dd6c06f3b041b6e280f4911e44c6801f7714d6
3
+ size 1465
checkpoint-2000/special_tokens_map.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "eos_token": "</s>",
4
+ "mask_token": "<mask>",
5
+ "pad_token": "</s>",
6
+ "sep_token": "<sep>",
7
+ "unk_token": "<unk>"
8
+ }
checkpoint-2000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-2000/tokenizer_config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<pad>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<s>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "<mask>",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ },
43
+ "5": {
44
+ "content": "<sep>",
45
+ "lstrip": false,
46
+ "normalized": false,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": true
50
+ }
51
+ },
52
+ "bos_token": "<s>",
53
+ "clean_up_tokenization_spaces": false,
54
+ "eos_token": "</s>",
55
+ "extra_special_tokens": {},
56
+ "mask_token": "<mask>",
57
+ "model_max_length": 1000000000000000019884624838656,
58
+ "pad_token": "</s>",
59
+ "sep_token": "<sep>",
60
+ "tokenizer_class": "PreTrainedTokenizerFast",
61
+ "unk_token": "<unk>"
62
+ }
checkpoint-2000/trainer_state.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 1708,
3
+ "best_metric": 4.332084655761719,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 4.68384074941452,
6
+ "eval_steps": 500,
7
+ "global_step": 2000,
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.00234192037470726,
14
+ "grad_norm": 19.51460075378418,
15
+ "learning_rate": 0.0,
16
+ "loss": 10.4086,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 1.0,
21
+ "grad_norm": 1.20932137966156,
22
+ "learning_rate": 8.52e-05,
23
+ "loss": 5.6615,
24
+ "step": 427
25
+ },
26
+ {
27
+ "epoch": 1.0,
28
+ "eval_loss": 4.619469165802002,
29
+ "eval_runtime": 17.5001,
30
+ "eval_samples_per_second": 1285.705,
31
+ "eval_steps_per_second": 5.029,
32
+ "step": 427
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "grad_norm": 0.7289506793022156,
37
+ "learning_rate": 7.83435582822086e-05,
38
+ "loss": 4.5174,
39
+ "step": 854
40
+ },
41
+ {
42
+ "epoch": 2.0,
43
+ "eval_loss": 4.44211483001709,
44
+ "eval_runtime": 17.531,
45
+ "eval_samples_per_second": 1283.439,
46
+ "eval_steps_per_second": 5.02,
47
+ "step": 854
48
+ },
49
+ {
50
+ "epoch": 3.0,
51
+ "grad_norm": 0.7140545845031738,
52
+ "learning_rate": 5.214723926380368e-05,
53
+ "loss": 4.4045,
54
+ "step": 1281
55
+ },
56
+ {
57
+ "epoch": 3.0,
58
+ "eval_loss": 4.371854305267334,
59
+ "eval_runtime": 17.6718,
60
+ "eval_samples_per_second": 1273.212,
61
+ "eval_steps_per_second": 4.98,
62
+ "step": 1281
63
+ },
64
+ {
65
+ "epoch": 4.0,
66
+ "grad_norm": 0.8016418218612671,
67
+ "learning_rate": 2.5950920245398774e-05,
68
+ "loss": 4.342,
69
+ "step": 1708
70
+ },
71
+ {
72
+ "epoch": 4.0,
73
+ "eval_loss": 4.332084655761719,
74
+ "eval_runtime": 17.711,
75
+ "eval_samples_per_second": 1270.399,
76
+ "eval_steps_per_second": 4.969,
77
+ "step": 1708
78
+ }
79
+ ],
80
+ "logging_steps": 500,
81
+ "max_steps": 2135,
82
+ "num_input_tokens_seen": 0,
83
+ "num_train_epochs": 5,
84
+ "save_steps": 500,
85
+ "stateful_callbacks": {
86
+ "TrainerControl": {
87
+ "args": {
88
+ "should_epoch_stop": false,
89
+ "should_evaluate": false,
90
+ "should_log": false,
91
+ "should_save": true,
92
+ "should_training_stop": false
93
+ },
94
+ "attributes": {}
95
+ }
96
+ },
97
+ "total_flos": 3.3409060503552e+16,
98
+ "train_batch_size": 256,
99
+ "trial_name": null,
100
+ "trial_params": null
101
+ }
checkpoint-2000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baf1de3374fef5c10976a714bda99d8755482f90cd63f018682e2beee03c5178
3
+ size 5969