nbtpj commited on
Commit
008027a
1 Parent(s): 90b14e1

Training in progress, step 2500

Browse files
last-checkpoint/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": 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_bos_token_id": 0,
28
+ "forced_eos_token_id": 2,
29
+ "gradient_checkpointing": false,
30
+ "id2label": {
31
+ "0": "LABEL_0",
32
+ "1": "LABEL_1",
33
+ "2": "LABEL_2"
34
+ },
35
+ "init_std": 0.02,
36
+ "is_encoder_decoder": true,
37
+ "label2id": {
38
+ "LABEL_0": 0,
39
+ "LABEL_1": 1,
40
+ "LABEL_2": 2
41
+ },
42
+ "max_position_embeddings": 1024,
43
+ "model_type": "bart",
44
+ "no_repeat_ngram_size": 3,
45
+ "normalize_before": false,
46
+ "normalize_embedding": true,
47
+ "num_beams": 4,
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.20.1",
73
+ "use_cache": true,
74
+ "vocab_size": 50265
75
+ }
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db2a928e4b1018822ebfad8dd090db4a4ca977e1048920cbdc5a5f8704e2fe9e
3
+ size 1115513717
last-checkpoint/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3452a933eb17a294bf3db537f645a47165dde167185e4924f97d560c8131bd9d
3
+ size 557969145
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4df149674baccc6b8a44d91d6c61759ea1c40b882afaadf2a006deec964a28d0
3
+ size 15459
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cab32727d494c2b0fc6dc98b7af308231f98d00a7e16d41acbb7fcea88aa97a1
3
+ size 623
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.28712530148156656,
5
+ "global_step": 2500,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.01,
12
+ "learning_rate": 4.968098002934984e-05,
13
+ "loss": 0.8326,
14
+ "step": 100
15
+ },
16
+ {
17
+ "epoch": 0.02,
18
+ "learning_rate": 4.936196005869967e-05,
19
+ "loss": 0.8028,
20
+ "step": 200
21
+ },
22
+ {
23
+ "epoch": 0.03,
24
+ "learning_rate": 4.9042940088049516e-05,
25
+ "loss": 0.7492,
26
+ "step": 300
27
+ },
28
+ {
29
+ "epoch": 0.05,
30
+ "learning_rate": 4.8723920117399354e-05,
31
+ "loss": 0.7413,
32
+ "step": 400
33
+ },
34
+ {
35
+ "epoch": 0.06,
36
+ "learning_rate": 4.840490014674919e-05,
37
+ "loss": 0.7788,
38
+ "step": 500
39
+ },
40
+ {
41
+ "epoch": 0.07,
42
+ "learning_rate": 4.808588017609902e-05,
43
+ "loss": 0.6938,
44
+ "step": 600
45
+ },
46
+ {
47
+ "epoch": 0.08,
48
+ "learning_rate": 4.776686020544887e-05,
49
+ "loss": 0.7157,
50
+ "step": 700
51
+ },
52
+ {
53
+ "epoch": 0.09,
54
+ "learning_rate": 4.7447840234798705e-05,
55
+ "loss": 0.7606,
56
+ "step": 800
57
+ },
58
+ {
59
+ "epoch": 0.1,
60
+ "learning_rate": 4.7128820264148536e-05,
61
+ "loss": 0.7222,
62
+ "step": 900
63
+ },
64
+ {
65
+ "epoch": 0.11,
66
+ "learning_rate": 4.6809800293498373e-05,
67
+ "loss": 0.6986,
68
+ "step": 1000
69
+ },
70
+ {
71
+ "epoch": 0.13,
72
+ "learning_rate": 4.649078032284822e-05,
73
+ "loss": 0.7202,
74
+ "step": 1100
75
+ },
76
+ {
77
+ "epoch": 0.14,
78
+ "learning_rate": 4.617176035219805e-05,
79
+ "loss": 0.7456,
80
+ "step": 1200
81
+ },
82
+ {
83
+ "epoch": 0.15,
84
+ "learning_rate": 4.585274038154789e-05,
85
+ "loss": 0.6753,
86
+ "step": 1300
87
+ },
88
+ {
89
+ "epoch": 0.16,
90
+ "learning_rate": 4.5533720410897725e-05,
91
+ "loss": 0.6983,
92
+ "step": 1400
93
+ },
94
+ {
95
+ "epoch": 0.17,
96
+ "learning_rate": 4.521470044024756e-05,
97
+ "loss": 0.7113,
98
+ "step": 1500
99
+ },
100
+ {
101
+ "epoch": 0.18,
102
+ "learning_rate": 4.48956804695974e-05,
103
+ "loss": 0.7059,
104
+ "step": 1600
105
+ },
106
+ {
107
+ "epoch": 0.2,
108
+ "learning_rate": 4.457666049894724e-05,
109
+ "loss": 0.691,
110
+ "step": 1700
111
+ },
112
+ {
113
+ "epoch": 0.21,
114
+ "learning_rate": 4.4257640528297076e-05,
115
+ "loss": 0.752,
116
+ "step": 1800
117
+ },
118
+ {
119
+ "epoch": 0.22,
120
+ "learning_rate": 4.393862055764691e-05,
121
+ "loss": 0.681,
122
+ "step": 1900
123
+ },
124
+ {
125
+ "epoch": 0.23,
126
+ "learning_rate": 4.361960058699675e-05,
127
+ "loss": 0.7501,
128
+ "step": 2000
129
+ },
130
+ {
131
+ "epoch": 0.24,
132
+ "learning_rate": 4.330058061634659e-05,
133
+ "loss": 0.6956,
134
+ "step": 2100
135
+ },
136
+ {
137
+ "epoch": 0.25,
138
+ "learning_rate": 4.298156064569642e-05,
139
+ "loss": 0.6996,
140
+ "step": 2200
141
+ },
142
+ {
143
+ "epoch": 0.26,
144
+ "learning_rate": 4.266254067504626e-05,
145
+ "loss": 0.6891,
146
+ "step": 2300
147
+ },
148
+ {
149
+ "epoch": 0.28,
150
+ "learning_rate": 4.2343520704396096e-05,
151
+ "loss": 0.7419,
152
+ "step": 2400
153
+ },
154
+ {
155
+ "epoch": 0.29,
156
+ "learning_rate": 4.202450073374593e-05,
157
+ "loss": 0.6979,
158
+ "step": 2500
159
+ }
160
+ ],
161
+ "max_steps": 15673,
162
+ "num_train_epochs": 2,
163
+ "total_flos": 9884552050114560.0,
164
+ "trial_name": null,
165
+ "trial_params": null
166
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fab8dd6db5a19553c3856081555c13cd9dabcada806f1bf66328d790e5db97f1
3
+ size 3439
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:51feb8f9eb40ac13ea3bcbdaa38ed1fee7ea527683f56fba10d5981cf701327b
3
  size 557969145
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3452a933eb17a294bf3db537f645a47165dde167185e4924f97d560c8131bd9d
3
  size 557969145
runs/Jan26_03-13-45_b3489f7155a5/1674703022.4698694/events.out.tfevents.1674703022.b3489f7155a5.24.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eee88cfabf9ceb3ac4b7d29ac684d5dc17fe5ec955340265f903d12f857445cb
3
+ size 5588
runs/Jan26_03-13-45_b3489f7155a5/events.out.tfevents.1674703022.b3489f7155a5.24.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf0c7498ed35ceaf14cc4e42fea62f4e4f959e2201619dc946ad5b831a1f1d8f
3
+ size 8760
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb5c03e02cabfaae5aac527cba1260f324dabff8089669a909b39dcb2a587966
3
  size 3439
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fab8dd6db5a19553c3856081555c13cd9dabcada806f1bf66328d790e5db97f1
3
  size 3439