Riyagarg01 commited on
Commit
9e1ba1b
·
1 Parent(s): 2fd939c
checkpoint-1000/config.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "mse30/bart-base-finetuned-pubmed",
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": true,
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_position_embeddings": 1024,
42
+ "model_type": "bart",
43
+ "no_repeat_ngram_size": 3,
44
+ "normalize_before": false,
45
+ "normalize_embedding": true,
46
+ "num_beams": 4,
47
+ "num_hidden_layers": 6,
48
+ "pad_token_id": 1,
49
+ "scale_embedding": false,
50
+ "task_specific_params": {
51
+ "summarization": {
52
+ "length_penalty": 1.0,
53
+ "max_length": 128,
54
+ "min_length": 12,
55
+ "num_beams": 4
56
+ },
57
+ "summarization_cnn": {
58
+ "length_penalty": 2.0,
59
+ "max_length": 142,
60
+ "min_length": 56,
61
+ "num_beams": 4
62
+ },
63
+ "summarization_xsum": {
64
+ "length_penalty": 1.0,
65
+ "max_length": 62,
66
+ "min_length": 11,
67
+ "num_beams": 6
68
+ }
69
+ },
70
+ "torch_dtype": "float32",
71
+ "transformers_version": "4.17.0",
72
+ "use_cache": true,
73
+ "vocab_size": 50265
74
+ }
checkpoint-1000/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b8cfafa39ac38e112f0e47f6e10e5715f33a7d2e2321cdd648c557d1f2a0fe8
3
+ size 1115513717
checkpoint-1000/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06606d8c1bcbc08c0559d4d3283c6dd0cc8322cc12af915710b05710b7a48e54
3
+ size 557979897
checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a2df309f482fd9b6718ea5f7a379f2572ca4146bc60917d0cb524901ad6340d
3
+ size 14503
checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68d410523f251cf725752066d62278717bc8809b054410a3cb0cdd9748ddec5a
3
+ size 623
checkpoint-1000/special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false}}
checkpoint-1000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1000/tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"errors": "replace", "bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": "<mask>", "add_prefix_space": false, "trim_offsets": true, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "mse30/bart-base-finetuned-pubmed", "tokenizer_class": "BartTokenizer"}
checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 55.55555555555556,
5
+ "global_step": 1000,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 2.78,
12
+ "learning_rate": 3e-06,
13
+ "loss": 8.2937,
14
+ "step": 50
15
+ },
16
+ {
17
+ "epoch": 5.56,
18
+ "learning_rate": 6e-06,
19
+ "loss": 4.7562,
20
+ "step": 100
21
+ },
22
+ {
23
+ "epoch": 8.33,
24
+ "learning_rate": 9e-06,
25
+ "loss": 3.0858,
26
+ "step": 150
27
+ },
28
+ {
29
+ "epoch": 11.11,
30
+ "learning_rate": 1.2e-05,
31
+ "loss": 2.4515,
32
+ "step": 200
33
+ },
34
+ {
35
+ "epoch": 13.89,
36
+ "learning_rate": 1.5e-05,
37
+ "loss": 2.1723,
38
+ "step": 250
39
+ },
40
+ {
41
+ "epoch": 16.67,
42
+ "learning_rate": 1.8e-05,
43
+ "loss": 1.981,
44
+ "step": 300
45
+ },
46
+ {
47
+ "epoch": 19.44,
48
+ "learning_rate": 2.1e-05,
49
+ "loss": 1.8522,
50
+ "step": 350
51
+ },
52
+ {
53
+ "epoch": 22.22,
54
+ "learning_rate": 2.4e-05,
55
+ "loss": 1.7612,
56
+ "step": 400
57
+ },
58
+ {
59
+ "epoch": 25.0,
60
+ "learning_rate": 2.7000000000000002e-05,
61
+ "loss": 1.7039,
62
+ "step": 450
63
+ },
64
+ {
65
+ "epoch": 27.78,
66
+ "learning_rate": 3e-05,
67
+ "loss": 1.6461,
68
+ "step": 500
69
+ },
70
+ {
71
+ "epoch": 30.56,
72
+ "learning_rate": 2.884615384615385e-05,
73
+ "loss": 1.6101,
74
+ "step": 550
75
+ },
76
+ {
77
+ "epoch": 33.33,
78
+ "learning_rate": 2.7692307692307694e-05,
79
+ "loss": 1.5799,
80
+ "step": 600
81
+ },
82
+ {
83
+ "epoch": 36.11,
84
+ "learning_rate": 2.6538461538461538e-05,
85
+ "loss": 1.56,
86
+ "step": 650
87
+ },
88
+ {
89
+ "epoch": 38.89,
90
+ "learning_rate": 2.5384615384615386e-05,
91
+ "loss": 1.5541,
92
+ "step": 700
93
+ },
94
+ {
95
+ "epoch": 41.67,
96
+ "learning_rate": 2.423076923076923e-05,
97
+ "loss": 1.5313,
98
+ "step": 750
99
+ },
100
+ {
101
+ "epoch": 44.44,
102
+ "learning_rate": 2.307692307692308e-05,
103
+ "loss": 1.5195,
104
+ "step": 800
105
+ },
106
+ {
107
+ "epoch": 47.22,
108
+ "learning_rate": 2.1923076923076924e-05,
109
+ "loss": 1.5154,
110
+ "step": 850
111
+ },
112
+ {
113
+ "epoch": 50.0,
114
+ "learning_rate": 2.076923076923077e-05,
115
+ "loss": 1.5126,
116
+ "step": 900
117
+ },
118
+ {
119
+ "epoch": 52.78,
120
+ "learning_rate": 1.9615384615384617e-05,
121
+ "loss": 1.5006,
122
+ "step": 950
123
+ },
124
+ {
125
+ "epoch": 55.56,
126
+ "learning_rate": 1.8461538461538465e-05,
127
+ "loss": 1.495,
128
+ "step": 1000
129
+ }
130
+ ],
131
+ "max_steps": 1800,
132
+ "num_train_epochs": 100,
133
+ "total_flos": 2438945832960000.0,
134
+ "trial_name": null,
135
+ "trial_params": null
136
+ }
checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79be1103501cc9c7c2bd1cb54516e648bec56b102558206f93a993dec74ff629
3
+ size 3119
checkpoint-1000/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1500/config.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "mse30/bart-base-finetuned-pubmed",
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": true,
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_position_embeddings": 1024,
42
+ "model_type": "bart",
43
+ "no_repeat_ngram_size": 3,
44
+ "normalize_before": false,
45
+ "normalize_embedding": true,
46
+ "num_beams": 4,
47
+ "num_hidden_layers": 6,
48
+ "pad_token_id": 1,
49
+ "scale_embedding": false,
50
+ "task_specific_params": {
51
+ "summarization": {
52
+ "length_penalty": 1.0,
53
+ "max_length": 128,
54
+ "min_length": 12,
55
+ "num_beams": 4
56
+ },
57
+ "summarization_cnn": {
58
+ "length_penalty": 2.0,
59
+ "max_length": 142,
60
+ "min_length": 56,
61
+ "num_beams": 4
62
+ },
63
+ "summarization_xsum": {
64
+ "length_penalty": 1.0,
65
+ "max_length": 62,
66
+ "min_length": 11,
67
+ "num_beams": 6
68
+ }
69
+ },
70
+ "torch_dtype": "float32",
71
+ "transformers_version": "4.17.0",
72
+ "use_cache": true,
73
+ "vocab_size": 50265
74
+ }
checkpoint-1500/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f70e17f579160d38f624bb64990acaf678f4ea10a714e3c134ca9828f572cfd1
3
+ size 1115513717
checkpoint-1500/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc04e068fbf64b5eed44305accdc655e472422de349b360c73c414654123ca5d
3
+ size 557979897
checkpoint-1500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35362d235f07727b526048e593b2be5c1c69da0b9e2b0ba70b7cee63ba1629cb
3
+ size 14503
checkpoint-1500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71526034486315201e2f78db026a658970e090dee17689d5d3c5cd4410424f57
3
+ size 623
checkpoint-1500/special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false}}
checkpoint-1500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1500/tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"errors": "replace", "bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": "<mask>", "add_prefix_space": false, "trim_offsets": true, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "mse30/bart-base-finetuned-pubmed", "tokenizer_class": "BartTokenizer"}
checkpoint-1500/trainer_state.json ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 83.33333333333333,
5
+ "global_step": 1500,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 2.78,
12
+ "learning_rate": 3e-06,
13
+ "loss": 8.2937,
14
+ "step": 50
15
+ },
16
+ {
17
+ "epoch": 5.56,
18
+ "learning_rate": 6e-06,
19
+ "loss": 4.7562,
20
+ "step": 100
21
+ },
22
+ {
23
+ "epoch": 8.33,
24
+ "learning_rate": 9e-06,
25
+ "loss": 3.0858,
26
+ "step": 150
27
+ },
28
+ {
29
+ "epoch": 11.11,
30
+ "learning_rate": 1.2e-05,
31
+ "loss": 2.4515,
32
+ "step": 200
33
+ },
34
+ {
35
+ "epoch": 13.89,
36
+ "learning_rate": 1.5e-05,
37
+ "loss": 2.1723,
38
+ "step": 250
39
+ },
40
+ {
41
+ "epoch": 16.67,
42
+ "learning_rate": 1.8e-05,
43
+ "loss": 1.981,
44
+ "step": 300
45
+ },
46
+ {
47
+ "epoch": 19.44,
48
+ "learning_rate": 2.1e-05,
49
+ "loss": 1.8522,
50
+ "step": 350
51
+ },
52
+ {
53
+ "epoch": 22.22,
54
+ "learning_rate": 2.4e-05,
55
+ "loss": 1.7612,
56
+ "step": 400
57
+ },
58
+ {
59
+ "epoch": 25.0,
60
+ "learning_rate": 2.7000000000000002e-05,
61
+ "loss": 1.7039,
62
+ "step": 450
63
+ },
64
+ {
65
+ "epoch": 27.78,
66
+ "learning_rate": 3e-05,
67
+ "loss": 1.6461,
68
+ "step": 500
69
+ },
70
+ {
71
+ "epoch": 30.56,
72
+ "learning_rate": 2.884615384615385e-05,
73
+ "loss": 1.6101,
74
+ "step": 550
75
+ },
76
+ {
77
+ "epoch": 33.33,
78
+ "learning_rate": 2.7692307692307694e-05,
79
+ "loss": 1.5799,
80
+ "step": 600
81
+ },
82
+ {
83
+ "epoch": 36.11,
84
+ "learning_rate": 2.6538461538461538e-05,
85
+ "loss": 1.56,
86
+ "step": 650
87
+ },
88
+ {
89
+ "epoch": 38.89,
90
+ "learning_rate": 2.5384615384615386e-05,
91
+ "loss": 1.5541,
92
+ "step": 700
93
+ },
94
+ {
95
+ "epoch": 41.67,
96
+ "learning_rate": 2.423076923076923e-05,
97
+ "loss": 1.5313,
98
+ "step": 750
99
+ },
100
+ {
101
+ "epoch": 44.44,
102
+ "learning_rate": 2.307692307692308e-05,
103
+ "loss": 1.5195,
104
+ "step": 800
105
+ },
106
+ {
107
+ "epoch": 47.22,
108
+ "learning_rate": 2.1923076923076924e-05,
109
+ "loss": 1.5154,
110
+ "step": 850
111
+ },
112
+ {
113
+ "epoch": 50.0,
114
+ "learning_rate": 2.076923076923077e-05,
115
+ "loss": 1.5126,
116
+ "step": 900
117
+ },
118
+ {
119
+ "epoch": 52.78,
120
+ "learning_rate": 1.9615384615384617e-05,
121
+ "loss": 1.5006,
122
+ "step": 950
123
+ },
124
+ {
125
+ "epoch": 55.56,
126
+ "learning_rate": 1.8461538461538465e-05,
127
+ "loss": 1.495,
128
+ "step": 1000
129
+ },
130
+ {
131
+ "epoch": 58.33,
132
+ "learning_rate": 1.7307692307692306e-05,
133
+ "loss": 1.49,
134
+ "step": 1050
135
+ },
136
+ {
137
+ "epoch": 61.11,
138
+ "learning_rate": 1.6153846153846154e-05,
139
+ "loss": 1.4854,
140
+ "step": 1100
141
+ },
142
+ {
143
+ "epoch": 63.89,
144
+ "learning_rate": 1.5e-05,
145
+ "loss": 1.4836,
146
+ "step": 1150
147
+ },
148
+ {
149
+ "epoch": 66.67,
150
+ "learning_rate": 1.3846153846153847e-05,
151
+ "loss": 1.4796,
152
+ "step": 1200
153
+ },
154
+ {
155
+ "epoch": 69.44,
156
+ "learning_rate": 1.2692307692307693e-05,
157
+ "loss": 1.4768,
158
+ "step": 1250
159
+ },
160
+ {
161
+ "epoch": 72.22,
162
+ "learning_rate": 1.153846153846154e-05,
163
+ "loss": 1.477,
164
+ "step": 1300
165
+ },
166
+ {
167
+ "epoch": 75.0,
168
+ "learning_rate": 1.0384615384615384e-05,
169
+ "loss": 1.4762,
170
+ "step": 1350
171
+ },
172
+ {
173
+ "epoch": 77.78,
174
+ "learning_rate": 9.230769230769232e-06,
175
+ "loss": 1.469,
176
+ "step": 1400
177
+ },
178
+ {
179
+ "epoch": 80.56,
180
+ "learning_rate": 8.076923076923077e-06,
181
+ "loss": 1.4677,
182
+ "step": 1450
183
+ },
184
+ {
185
+ "epoch": 83.33,
186
+ "learning_rate": 6.923076923076923e-06,
187
+ "loss": 1.4692,
188
+ "step": 1500
189
+ }
190
+ ],
191
+ "max_steps": 1800,
192
+ "num_train_epochs": 100,
193
+ "total_flos": 3658418749440000.0,
194
+ "trial_name": null,
195
+ "trial_params": null
196
+ }
checkpoint-1500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79be1103501cc9c7c2bd1cb54516e648bec56b102558206f93a993dec74ff629
3
+ size 3119
checkpoint-1500/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-500/config.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "mse30/bart-base-finetuned-pubmed",
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": true,
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_position_embeddings": 1024,
42
+ "model_type": "bart",
43
+ "no_repeat_ngram_size": 3,
44
+ "normalize_before": false,
45
+ "normalize_embedding": true,
46
+ "num_beams": 4,
47
+ "num_hidden_layers": 6,
48
+ "pad_token_id": 1,
49
+ "scale_embedding": false,
50
+ "task_specific_params": {
51
+ "summarization": {
52
+ "length_penalty": 1.0,
53
+ "max_length": 128,
54
+ "min_length": 12,
55
+ "num_beams": 4
56
+ },
57
+ "summarization_cnn": {
58
+ "length_penalty": 2.0,
59
+ "max_length": 142,
60
+ "min_length": 56,
61
+ "num_beams": 4
62
+ },
63
+ "summarization_xsum": {
64
+ "length_penalty": 1.0,
65
+ "max_length": 62,
66
+ "min_length": 11,
67
+ "num_beams": 6
68
+ }
69
+ },
70
+ "torch_dtype": "float32",
71
+ "transformers_version": "4.17.0",
72
+ "use_cache": true,
73
+ "vocab_size": 50265
74
+ }
checkpoint-500/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:842ab02739549c1dee88b258d716d29973e585e3fe0af1a7e6af6023566d0e40
3
+ size 1115513717
checkpoint-500/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:090a531fe944f0477c7b6963e36f2257e7491dc75349b2ddda2e97f2cccdfa61
3
+ size 557979897
checkpoint-500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64d748507b4faa7f7dddfdf33fd950d644123c2830c09d9458e5ef7b291ad537
3
+ size 14503
checkpoint-500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:305adfba547ade1451728c1637f0e6c6617e8774c24c7cc62fcb46ac48bb99b6
3
+ size 623
checkpoint-500/special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false}}
checkpoint-500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-500/tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"errors": "replace", "bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": "<mask>", "add_prefix_space": false, "trim_offsets": true, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "mse30/bart-base-finetuned-pubmed", "tokenizer_class": "BartTokenizer"}
checkpoint-500/trainer_state.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 27.77777777777778,
5
+ "global_step": 500,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 2.78,
12
+ "learning_rate": 3e-06,
13
+ "loss": 8.2937,
14
+ "step": 50
15
+ },
16
+ {
17
+ "epoch": 5.56,
18
+ "learning_rate": 6e-06,
19
+ "loss": 4.7562,
20
+ "step": 100
21
+ },
22
+ {
23
+ "epoch": 8.33,
24
+ "learning_rate": 9e-06,
25
+ "loss": 3.0858,
26
+ "step": 150
27
+ },
28
+ {
29
+ "epoch": 11.11,
30
+ "learning_rate": 1.2e-05,
31
+ "loss": 2.4515,
32
+ "step": 200
33
+ },
34
+ {
35
+ "epoch": 13.89,
36
+ "learning_rate": 1.5e-05,
37
+ "loss": 2.1723,
38
+ "step": 250
39
+ },
40
+ {
41
+ "epoch": 16.67,
42
+ "learning_rate": 1.8e-05,
43
+ "loss": 1.981,
44
+ "step": 300
45
+ },
46
+ {
47
+ "epoch": 19.44,
48
+ "learning_rate": 2.1e-05,
49
+ "loss": 1.8522,
50
+ "step": 350
51
+ },
52
+ {
53
+ "epoch": 22.22,
54
+ "learning_rate": 2.4e-05,
55
+ "loss": 1.7612,
56
+ "step": 400
57
+ },
58
+ {
59
+ "epoch": 25.0,
60
+ "learning_rate": 2.7000000000000002e-05,
61
+ "loss": 1.7039,
62
+ "step": 450
63
+ },
64
+ {
65
+ "epoch": 27.78,
66
+ "learning_rate": 3e-05,
67
+ "loss": 1.6461,
68
+ "step": 500
69
+ }
70
+ ],
71
+ "max_steps": 1800,
72
+ "num_train_epochs": 100,
73
+ "total_flos": 1219472916480000.0,
74
+ "trial_name": null,
75
+ "trial_params": null
76
+ }
checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79be1103501cc9c7c2bd1cb54516e648bec56b102558206f93a993dec74ff629
3
+ size 3119
checkpoint-500/vocab.json ADDED
The diff for this file is too large to render. See raw diff