fpadovani commited on
Commit
8a7b647
·
verified ·
1 Parent(s): 1cef359

Training in progress, step 16000, checkpoint

Browse files
checkpoint-16000/config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu_new",
3
+ "architectures": [
4
+ "GPT2LMHeadModel"
5
+ ],
6
+ "attn_pdrop": 0.1,
7
+ "bos_token_id": 5,
8
+ "embd_pdrop": 0.1,
9
+ "eos_token_id": 4,
10
+ "initializer_range": 0.02,
11
+ "layer_norm_epsilon": 1e-05,
12
+ "model_type": "gpt2",
13
+ "n_ctx": 512,
14
+ "n_embd": 256,
15
+ "n_head": 8,
16
+ "n_inner": 1024,
17
+ "n_layer": 8,
18
+ "n_positions": 512,
19
+ "reorder_and_upcast_attn": false,
20
+ "resid_pdrop": 0.1,
21
+ "scale_attn_by_inverse_layer_idx": false,
22
+ "scale_attn_weights": true,
23
+ "summary_activation": null,
24
+ "summary_first_dropout": 0.1,
25
+ "summary_proj_to_labels": true,
26
+ "summary_type": "cls_index",
27
+ "summary_use_proj": true,
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.45.2",
30
+ "use_cache": true,
31
+ "vocab_size": 8192
32
+ }
checkpoint-16000/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 5,
4
+ "eos_token_id": 4,
5
+ "transformers_version": "4.45.2"
6
+ }
checkpoint-16000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c07281506cdbd4cd105aebf662b61e515f1a381ae28f0f22041804cfeb6aeb8b
3
+ size 34197144
checkpoint-16000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83d13079bfc64d900c4663058ad3fd28f372cee6be406feee514e8b16366a919
3
+ size 68458234
checkpoint-16000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:813b213ca6cba354a91fe5a8e7cdeaadbaad3953526d8b26b4e0884c3131f847
3
+ size 14308
checkpoint-16000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:273528bb9ee72966bea91b06c6ad47c309ef91fb44c190e0db3eef9e4c1d6257
3
+ size 1000
checkpoint-16000/special_tokens_map.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "[BOS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "[EOS]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "[EOS]"
17
+ }
checkpoint-16000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-16000/tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[UNK]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[CLS]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[SEP]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[PAD]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[EOS]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ },
43
+ "5": {
44
+ "content": "[BOS]",
45
+ "lstrip": false,
46
+ "normalized": false,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": true
50
+ }
51
+ },
52
+ "bos_token": "[BOS]",
53
+ "clean_up_tokenization_spaces": false,
54
+ "eos_token": "[EOS]",
55
+ "model_max_length": 1000000000000000019884624838656,
56
+ "pad_token": "[EOS]",
57
+ "tokenizer_class": "PreTrainedTokenizerFast"
58
+ }
checkpoint-16000/trainer_state.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 4.338662147521973,
3
+ "best_model_checkpoint": "/home/p318482/babyLM_controlled/models_trained_recent/fr/wikipedia_clm_13_full/checkpoint-16000",
4
+ "epoch": 7.759456838021339,
5
+ "eval_steps": 4000,
6
+ "global_step": 16000,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.9398642095053347,
13
+ "grad_norm": 1.9506170749664307,
14
+ "learning_rate": 4e-05,
15
+ "loss": 6.8417,
16
+ "step": 4000
17
+ },
18
+ {
19
+ "epoch": 1.9398642095053347,
20
+ "eval_loss": 5.885306358337402,
21
+ "eval_runtime": 1.7357,
22
+ "eval_samples_per_second": 984.627,
23
+ "eval_steps_per_second": 61.647,
24
+ "step": 4000
25
+ },
26
+ {
27
+ "epoch": 3.8797284190106693,
28
+ "grad_norm": 2.0695996284484863,
29
+ "learning_rate": 7.999000000000001e-05,
30
+ "loss": 5.4687,
31
+ "step": 8000
32
+ },
33
+ {
34
+ "epoch": 3.8797284190106693,
35
+ "eval_loss": 5.096133232116699,
36
+ "eval_runtime": 1.7474,
37
+ "eval_samples_per_second": 978.005,
38
+ "eval_steps_per_second": 61.233,
39
+ "step": 8000
40
+ },
41
+ {
42
+ "epoch": 5.819592628516004,
43
+ "grad_norm": 2.068264961242676,
44
+ "learning_rate": 0.00011996999999999999,
45
+ "loss": 4.7775,
46
+ "step": 12000
47
+ },
48
+ {
49
+ "epoch": 5.819592628516004,
50
+ "eval_loss": 4.6049275398254395,
51
+ "eval_runtime": 1.7509,
52
+ "eval_samples_per_second": 976.075,
53
+ "eval_steps_per_second": 61.112,
54
+ "step": 12000
55
+ },
56
+ {
57
+ "epoch": 7.759456838021339,
58
+ "grad_norm": 2.1271705627441406,
59
+ "learning_rate": 0.00015995,
60
+ "loss": 4.3147,
61
+ "step": 16000
62
+ },
63
+ {
64
+ "epoch": 7.759456838021339,
65
+ "eval_loss": 4.338662147521973,
66
+ "eval_runtime": 1.7366,
67
+ "eval_samples_per_second": 984.104,
68
+ "eval_steps_per_second": 61.614,
69
+ "step": 16000
70
+ }
71
+ ],
72
+ "logging_steps": 4000,
73
+ "max_steps": 400000,
74
+ "num_input_tokens_seen": 0,
75
+ "num_train_epochs": 194,
76
+ "save_steps": 4000,
77
+ "stateful_callbacks": {
78
+ "EarlyStoppingCallback": {
79
+ "args": {
80
+ "early_stopping_patience": 3,
81
+ "early_stopping_threshold": 0.001
82
+ },
83
+ "attributes": {
84
+ "early_stopping_patience_counter": 0
85
+ }
86
+ },
87
+ "TrainerControl": {
88
+ "args": {
89
+ "should_epoch_stop": false,
90
+ "should_evaluate": false,
91
+ "should_log": false,
92
+ "should_save": true,
93
+ "should_training_stop": false
94
+ },
95
+ "attributes": {}
96
+ }
97
+ },
98
+ "total_flos": 1241844142178304.0,
99
+ "train_batch_size": 16,
100
+ "trial_name": null,
101
+ "trial_params": null
102
+ }
checkpoint-16000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d9c6412c54f54331c78b98dd2478cc1f092d5793e24f77d250ec7eca3e8c5bb
3
+ size 5368