Daxtra commited on
Commit
0a1e0f6
·
verified ·
1 Parent(s): 2f6c57a

Training in progress, step 4998, checkpoint

Browse files
checkpoint-4998/config.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/bart-base",
3
+ "activation_dropout": 0.1,
4
+ "activation_function": "gelu",
5
+ "add_bias_logits": false,
6
+ "add_final_layer_norm": false,
7
+ "architectures": [
8
+ "BartForConditionalGeneration"
9
+ ],
10
+ "attention_dropout": 0.1,
11
+ "bos_token_id": 0,
12
+ "classif_dropout": 0.1,
13
+ "classifier_dropout": 0.0,
14
+ "d_model": 768,
15
+ "decoder_attention_heads": 12,
16
+ "decoder_ffn_dim": 3072,
17
+ "decoder_layerdrop": 0.0,
18
+ "decoder_layers": 6,
19
+ "decoder_start_token_id": 2,
20
+ "dropout": 0.1,
21
+ "early_stopping": null,
22
+ "encoder_attention_heads": 12,
23
+ "encoder_ffn_dim": 3072,
24
+ "encoder_layerdrop": 0.0,
25
+ "encoder_layers": 6,
26
+ "eos_token_id": 2,
27
+ "forced_eos_token_id": 2,
28
+ "gradient_checkpointing": false,
29
+ "id2label": {
30
+ "0": "LABEL_0",
31
+ "1": "LABEL_1",
32
+ "2": "LABEL_2"
33
+ },
34
+ "init_std": 0.02,
35
+ "is_encoder_decoder": true,
36
+ "label2id": {
37
+ "LABEL_0": 0,
38
+ "LABEL_1": 1,
39
+ "LABEL_2": 2
40
+ },
41
+ "max_length": null,
42
+ "max_position_embeddings": 1024,
43
+ "model_type": "bart",
44
+ "no_repeat_ngram_size": null,
45
+ "normalize_before": false,
46
+ "normalize_embedding": true,
47
+ "num_beams": null,
48
+ "num_hidden_layers": 6,
49
+ "pad_token_id": 1,
50
+ "scale_embedding": false,
51
+ "task_specific_params": {
52
+ "summarization": {
53
+ "length_penalty": 1.0,
54
+ "max_length": 128,
55
+ "min_length": 12,
56
+ "num_beams": 4
57
+ },
58
+ "summarization_cnn": {
59
+ "length_penalty": 2.0,
60
+ "max_length": 142,
61
+ "min_length": 56,
62
+ "num_beams": 4
63
+ },
64
+ "summarization_xsum": {
65
+ "length_penalty": 1.0,
66
+ "max_length": 62,
67
+ "min_length": 11,
68
+ "num_beams": 6
69
+ }
70
+ },
71
+ "torch_dtype": "float32",
72
+ "transformers_version": "4.47.1",
73
+ "use_cache": true,
74
+ "vocab_size": 50265
75
+ }
checkpoint-4998/generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "max_length": 128,
9
+ "no_repeat_ngram_size": 3,
10
+ "num_beams": 4,
11
+ "pad_token_id": 1,
12
+ "transformers_version": "4.47.1"
13
+ }
checkpoint-4998/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-4998/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45552a6778bd7eff3494f40f736f2238076ac7ae4d408e7d57f41e1d9ed45159
3
+ size 557912620
checkpoint-4998/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b1f69abb159c57412ce151e333867fe09bf850de982abbc8d5b7acdf49c79c1
3
+ size 1115579898
checkpoint-4998/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30d46ca55773e965cfbc05fb2a9408b481830ad8a416a00187db643cb27a7696
3
+ size 14244
checkpoint-4998/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff0605d693dbc5f2e9771bae27073a3d4badeb77e270340899c12bc9ad05301b
3
+ size 1064
checkpoint-4998/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-4998/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-4998/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-4998/trainer_state.json ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.8746937346867344,
5
+ "eval_steps": 1142,
6
+ "global_step": 4998,
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.08750437521876094,
13
+ "grad_norm": 8.797028541564941,
14
+ "learning_rate": 1.824991249562478e-05,
15
+ "loss": 3.9704,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.17500875043752187,
20
+ "grad_norm": 7.093753337860107,
21
+ "learning_rate": 1.6499824991249566e-05,
22
+ "loss": 3.6946,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.19985999299965,
27
+ "eval_gen_len": 36.008,
28
+ "eval_loss": 3.3878133296966553,
29
+ "eval_rouge1": 0.1544,
30
+ "eval_rouge2": 0.0339,
31
+ "eval_rougeL": 0.1176,
32
+ "eval_rougeLsum": 0.1369,
33
+ "eval_runtime": 204.0944,
34
+ "eval_samples_per_second": 2.45,
35
+ "eval_steps_per_second": 0.157,
36
+ "step": 1142
37
+ },
38
+ {
39
+ "epoch": 0.2625131256562828,
40
+ "grad_norm": 9.073663711547852,
41
+ "learning_rate": 1.4749737486874345e-05,
42
+ "loss": 3.6103,
43
+ "step": 1500
44
+ },
45
+ {
46
+ "epoch": 0.35001750087504374,
47
+ "grad_norm": 6.332721710205078,
48
+ "learning_rate": 1.2999649982499125e-05,
49
+ "loss": 3.5426,
50
+ "step": 2000
51
+ },
52
+ {
53
+ "epoch": 0.3997199859993,
54
+ "eval_gen_len": 35.828,
55
+ "eval_loss": 3.291989326477051,
56
+ "eval_rouge1": 0.1731,
57
+ "eval_rouge2": 0.0402,
58
+ "eval_rougeL": 0.1319,
59
+ "eval_rougeLsum": 0.1527,
60
+ "eval_runtime": 208.9687,
61
+ "eval_samples_per_second": 2.393,
62
+ "eval_steps_per_second": 0.153,
63
+ "step": 2284
64
+ },
65
+ {
66
+ "epoch": 0.43752187609380466,
67
+ "grad_norm": 6.205784320831299,
68
+ "learning_rate": 1.1249562478123908e-05,
69
+ "loss": 3.4922,
70
+ "step": 2500
71
+ },
72
+ {
73
+ "epoch": 0.5250262513125656,
74
+ "grad_norm": 6.974767208099365,
75
+ "learning_rate": 9.499474973748688e-06,
76
+ "loss": 3.4693,
77
+ "step": 3000
78
+ },
79
+ {
80
+ "epoch": 0.59957997899895,
81
+ "eval_gen_len": 40.762,
82
+ "eval_loss": 3.243711233139038,
83
+ "eval_rouge1": 0.1798,
84
+ "eval_rouge2": 0.0435,
85
+ "eval_rougeL": 0.1346,
86
+ "eval_rougeLsum": 0.1589,
87
+ "eval_runtime": 213.904,
88
+ "eval_samples_per_second": 2.337,
89
+ "eval_steps_per_second": 0.15,
90
+ "step": 3426
91
+ },
92
+ {
93
+ "epoch": 0.6125306265313266,
94
+ "grad_norm": 6.394979953765869,
95
+ "learning_rate": 7.749387469373469e-06,
96
+ "loss": 3.4334,
97
+ "step": 3500
98
+ },
99
+ {
100
+ "epoch": 0.7000350017500875,
101
+ "grad_norm": 5.80218505859375,
102
+ "learning_rate": 5.999299964998251e-06,
103
+ "loss": 3.4327,
104
+ "step": 4000
105
+ },
106
+ {
107
+ "epoch": 0.7875393769688485,
108
+ "grad_norm": 6.386791706085205,
109
+ "learning_rate": 4.2492124606230315e-06,
110
+ "loss": 3.3834,
111
+ "step": 4500
112
+ },
113
+ {
114
+ "epoch": 0.7994399719986,
115
+ "eval_gen_len": 46.808,
116
+ "eval_loss": 3.208350658416748,
117
+ "eval_rouge1": 0.1844,
118
+ "eval_rouge2": 0.0455,
119
+ "eval_rougeL": 0.1354,
120
+ "eval_rougeLsum": 0.1646,
121
+ "eval_runtime": 220.4208,
122
+ "eval_samples_per_second": 2.268,
123
+ "eval_steps_per_second": 0.145,
124
+ "step": 4568
125
+ }
126
+ ],
127
+ "logging_steps": 500,
128
+ "max_steps": 5714,
129
+ "num_input_tokens_seen": 0,
130
+ "num_train_epochs": 1,
131
+ "save_steps": 714,
132
+ "stateful_callbacks": {
133
+ "TrainerControl": {
134
+ "args": {
135
+ "should_epoch_stop": false,
136
+ "should_evaluate": false,
137
+ "should_log": false,
138
+ "should_save": true,
139
+ "should_training_stop": false
140
+ },
141
+ "attributes": {}
142
+ }
143
+ },
144
+ "total_flos": 1.75286608293888e+16,
145
+ "train_batch_size": 8,
146
+ "trial_name": null,
147
+ "trial_params": null
148
+ }
checkpoint-4998/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:017e9030f15c6b5ed1ee902c56be0874b46cc54d0d58f23196bfc389bd6d9e2d
3
+ size 5496
checkpoint-4998/vocab.json ADDED
The diff for this file is too large to render. See raw diff