fpadovani commited on
Commit
48831b8
·
verified ·
1 Parent(s): 9d60e68

Training in progress, epoch 3, checkpoint

Browse files
checkpoint-435/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": 16000
33
+ }
checkpoint-435/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-435/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecd56fa3db574d65112292422b1252c9d77ebba4c0cb691a42f10344be1ccaa0
3
+ size 392536704
checkpoint-435/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69e4c3eeb4f362e350cdbe4ac2bfd278825c4f5a01b845afda639c6c2a444dda
3
+ size 785167627
checkpoint-435/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7d14ba4aafc98c21a77cdca848dc23f37170507cabf183e6a63d57eb033b8cb
3
+ size 14709
checkpoint-435/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c88aab41dadf2ae2d0c03a30c8c9e7c04237ac102531a8ef34b15cf4e939fd1e
3
+ size 1383
checkpoint-435/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c06762ea23d843170a5a8062833166f783adc90339ac9a8d96c8935f89f38680
3
+ size 1465
checkpoint-435/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-435/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-435/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-435/trainer_state.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 435,
3
+ "best_metric": 3.7656915187835693,
4
+ "best_model_checkpoint": "/home/p318482/syntactic-bootstrapping/model_trained/cds_sh1_fr_13/checkpoint-435",
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 435,
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.006896551724137931,
14
+ "grad_norm": 32.49538040161133,
15
+ "learning_rate": 0.0,
16
+ "loss": 9.7326,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 1.0,
21
+ "grad_norm": 1.3874874114990234,
22
+ "learning_rate": 2.88e-05,
23
+ "loss": 6.0116,
24
+ "step": 145
25
+ },
26
+ {
27
+ "epoch": 1.0,
28
+ "eval_loss": 4.523594856262207,
29
+ "eval_runtime": 4.3671,
30
+ "eval_samples_per_second": 806.248,
31
+ "eval_steps_per_second": 3.206,
32
+ "step": 145
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "grad_norm": 1.230023741722107,
37
+ "learning_rate": 5.7799999999999995e-05,
38
+ "loss": 4.17,
39
+ "step": 290
40
+ },
41
+ {
42
+ "epoch": 2.0,
43
+ "eval_loss": 4.019691467285156,
44
+ "eval_runtime": 4.7428,
45
+ "eval_samples_per_second": 742.384,
46
+ "eval_steps_per_second": 2.952,
47
+ "step": 290
48
+ },
49
+ {
50
+ "epoch": 3.0,
51
+ "grad_norm": 1.5065193176269531,
52
+ "learning_rate": 8.680000000000001e-05,
53
+ "loss": 3.8789,
54
+ "step": 435
55
+ },
56
+ {
57
+ "epoch": 3.0,
58
+ "eval_loss": 3.7656915187835693,
59
+ "eval_runtime": 4.7079,
60
+ "eval_samples_per_second": 747.885,
61
+ "eval_steps_per_second": 2.974,
62
+ "step": 435
63
+ }
64
+ ],
65
+ "logging_steps": 500,
66
+ "max_steps": 2900,
67
+ "num_input_tokens_seen": 0,
68
+ "num_train_epochs": 20,
69
+ "save_steps": 500,
70
+ "stateful_callbacks": {
71
+ "TrainerControl": {
72
+ "args": {
73
+ "should_epoch_stop": false,
74
+ "should_evaluate": false,
75
+ "should_log": false,
76
+ "should_save": true,
77
+ "should_training_stop": false
78
+ },
79
+ "attributes": {}
80
+ }
81
+ },
82
+ "total_flos": 7237332025344000.0,
83
+ "train_batch_size": 256,
84
+ "trial_name": null,
85
+ "trial_params": null
86
+ }
checkpoint-435/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2511e72b4eb6d24894b9928038d96187a2b1678f794de3fab248baf85c0fa210
3
+ size 5905