JuniorThanh commited on
Commit
a3fcbd2
·
verified ·
1 Parent(s): fd4f4bf

Training in progress, epoch 6, checkpoint

Browse files
checkpoint-2604/config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.1,
3
+ "activation_function": "gelu",
4
+ "add_bias_logits": false,
5
+ "add_final_layer_norm": false,
6
+ "architectures": [
7
+ "BartForConditionalGeneration"
8
+ ],
9
+ "attention_dropout": 0.1,
10
+ "bos_token_id": 0,
11
+ "classif_dropout": 0.1,
12
+ "classifier_dropout": 0.0,
13
+ "d_model": 768,
14
+ "decoder_attention_heads": 12,
15
+ "decoder_ffn_dim": 3072,
16
+ "decoder_layerdrop": 0.0,
17
+ "decoder_layers": 6,
18
+ "decoder_start_token_id": 2,
19
+ "dropout": 0.1,
20
+ "early_stopping": null,
21
+ "encoder_attention_heads": 12,
22
+ "encoder_ffn_dim": 3072,
23
+ "encoder_layerdrop": 0.0,
24
+ "encoder_layers": 6,
25
+ "eos_token_id": 2,
26
+ "forced_eos_token_id": 2,
27
+ "gradient_checkpointing": false,
28
+ "id2label": {
29
+ "0": "LABEL_0",
30
+ "1": "LABEL_1",
31
+ "2": "LABEL_2"
32
+ },
33
+ "init_std": 0.02,
34
+ "is_encoder_decoder": true,
35
+ "label2id": {
36
+ "LABEL_0": 0,
37
+ "LABEL_1": 1,
38
+ "LABEL_2": 2
39
+ },
40
+ "max_position_embeddings": 1024,
41
+ "model_type": "bart",
42
+ "no_repeat_ngram_size": null,
43
+ "normalize_before": false,
44
+ "normalize_embedding": true,
45
+ "num_beams": null,
46
+ "num_hidden_layers": 6,
47
+ "pad_token_id": 1,
48
+ "scale_embedding": false,
49
+ "task_specific_params": {
50
+ "summarization": {
51
+ "length_penalty": 1.0,
52
+ "max_length": 128,
53
+ "min_length": 12,
54
+ "num_beams": 4
55
+ },
56
+ "summarization_cnn": {
57
+ "length_penalty": 2.0,
58
+ "max_length": 142,
59
+ "min_length": 56,
60
+ "num_beams": 4
61
+ },
62
+ "summarization_xsum": {
63
+ "length_penalty": 1.0,
64
+ "max_length": 62,
65
+ "min_length": 11,
66
+ "num_beams": 6
67
+ }
68
+ },
69
+ "torch_dtype": "float32",
70
+ "transformers_version": "4.53.2",
71
+ "use_cache": true,
72
+ "vocab_size": 50265
73
+ }
checkpoint-2604/generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 0,
3
+ "decoder_start_token_id": 2,
4
+ "early_stopping": true,
5
+ "eos_token_id": 2,
6
+ "forced_bos_token_id": 0,
7
+ "forced_eos_token_id": 2,
8
+ "no_repeat_ngram_size": 3,
9
+ "num_beams": 4,
10
+ "pad_token_id": 1,
11
+ "transformers_version": "4.53.2"
12
+ }
checkpoint-2604/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-2604/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb364ba3a81e6d6b7e7502f33e4302a090c65138d8883980e7edc2d05a076270
3
+ size 557912620
checkpoint-2604/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6de0378013aff3173011b73ea1423b460d0f7d56258e66e36f5954b8f616238
3
+ size 1115579898
checkpoint-2604/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dc6df431e7f5f976573ed400d7b0c241a355e0df0f3f4f2f8199aaf5584775a
3
+ size 14244
checkpoint-2604/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50be94514da39e154e1a7bfecbf664ec70bb10c16adf524003780a3d2c1d5cd9
3
+ size 988
checkpoint-2604/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f650d84fccfee72305992918296b6fe19cd08fb93f0627ba4a737fcde578bcca
3
+ size 1064
checkpoint-2604/special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
checkpoint-2604/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-2604/tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": true,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": false,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "extra_special_tokens": {},
51
+ "mask_token": "<mask>",
52
+ "model_max_length": 1000000000000000019884624838656,
53
+ "pad_token": "<pad>",
54
+ "sep_token": "</s>",
55
+ "tokenizer_class": "BartTokenizer",
56
+ "trim_offsets": true,
57
+ "unk_token": "<unk>"
58
+ }
checkpoint-2604/trainer_state.json ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 1736,
3
+ "best_metric": 0.027611982077360153,
4
+ "best_model_checkpoint": "coedit-gec-output/checkpoint-1736",
5
+ "epoch": 6.0,
6
+ "eval_steps": 500,
7
+ "global_step": 2604,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 1.0,
14
+ "eval_gleu": 0.5903191424034809,
15
+ "eval_loss": 0.05094386264681816,
16
+ "eval_runtime": 274.5123,
17
+ "eval_samples_per_second": 21.664,
18
+ "eval_steps_per_second": 1.355,
19
+ "step": 434
20
+ },
21
+ {
22
+ "epoch": 1.1520737327188941,
23
+ "grad_norm": 2.6467134952545166,
24
+ "learning_rate": 1.707373271889401e-05,
25
+ "loss": 4.5342,
26
+ "step": 500
27
+ },
28
+ {
29
+ "epoch": 2.0,
30
+ "eval_gleu": 0.6136322248136682,
31
+ "eval_loss": 0.02894793264567852,
32
+ "eval_runtime": 275.4106,
33
+ "eval_samples_per_second": 21.593,
34
+ "eval_steps_per_second": 1.351,
35
+ "step": 868
36
+ },
37
+ {
38
+ "epoch": 2.3041474654377883,
39
+ "grad_norm": 0.17931102216243744,
40
+ "learning_rate": 2.998074760756579e-05,
41
+ "loss": 0.0337,
42
+ "step": 1000
43
+ },
44
+ {
45
+ "epoch": 3.0,
46
+ "eval_gleu": 0.6180397543384626,
47
+ "eval_loss": 0.028022393584251404,
48
+ "eval_runtime": 273.5891,
49
+ "eval_samples_per_second": 21.737,
50
+ "eval_steps_per_second": 1.36,
51
+ "step": 1302
52
+ },
53
+ {
54
+ "epoch": 3.456221198156682,
55
+ "grad_norm": 0.14635759592056274,
56
+ "learning_rate": 2.9527185981891282e-05,
57
+ "loss": 0.0252,
58
+ "step": 1500
59
+ },
60
+ {
61
+ "epoch": 4.0,
62
+ "eval_gleu": 0.6192281963833357,
63
+ "eval_loss": 0.027611982077360153,
64
+ "eval_runtime": 273.2697,
65
+ "eval_samples_per_second": 21.762,
66
+ "eval_steps_per_second": 1.361,
67
+ "step": 1736
68
+ },
69
+ {
70
+ "epoch": 4.6082949308755765,
71
+ "grad_norm": 0.17265909910202026,
72
+ "learning_rate": 2.848825088217165e-05,
73
+ "loss": 0.0198,
74
+ "step": 2000
75
+ },
76
+ {
77
+ "epoch": 5.0,
78
+ "eval_gleu": 0.6200457559492605,
79
+ "eval_loss": 0.0288274884223938,
80
+ "eval_runtime": 272.9767,
81
+ "eval_samples_per_second": 21.786,
82
+ "eval_steps_per_second": 1.363,
83
+ "step": 2170
84
+ },
85
+ {
86
+ "epoch": 5.76036866359447,
87
+ "grad_norm": 0.1576840579509735,
88
+ "learning_rate": 2.690580623507435e-05,
89
+ "loss": 0.0156,
90
+ "step": 2500
91
+ },
92
+ {
93
+ "epoch": 6.0,
94
+ "eval_gleu": 0.6213319360800468,
95
+ "eval_loss": 0.029072603210806847,
96
+ "eval_runtime": 275.004,
97
+ "eval_samples_per_second": 21.625,
98
+ "eval_steps_per_second": 1.353,
99
+ "step": 2604
100
+ }
101
+ ],
102
+ "logging_steps": 500,
103
+ "max_steps": 8680,
104
+ "num_input_tokens_seen": 0,
105
+ "num_train_epochs": 20,
106
+ "save_steps": 500,
107
+ "stateful_callbacks": {
108
+ "TrainerControl": {
109
+ "args": {
110
+ "should_epoch_stop": false,
111
+ "should_evaluate": false,
112
+ "should_log": false,
113
+ "should_save": true,
114
+ "should_training_stop": false
115
+ },
116
+ "attributes": {}
117
+ }
118
+ },
119
+ "total_flos": 1.269105464180736e+16,
120
+ "train_batch_size": 16,
121
+ "trial_name": null,
122
+ "trial_params": null
123
+ }
checkpoint-2604/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d51ec6039a1aa7054aa2a4358d5c699e1f6e9437c5b2866be8d6da93dff8ceb
3
+ size 5560
checkpoint-2604/vocab.json ADDED
The diff for this file is too large to render. See raw diff