kevincstowe commited on
Commit
38751fb
1 Parent(s): 2df4efa

initial model files

Browse files
Files changed (7) hide show
  1. config.json +75 -0
  2. optimizer.pt +3 -0
  3. pytorch_model.bin +3 -0
  4. rng_state.pth +3 -0
  5. scheduler.pt +3 -0
  6. trainer_state.json +154 -0
  7. training_args.bin +3 -0
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.19.2",
73
+ "use_cache": true,
74
+ "vocab_size": 50265
75
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b36c141d3f65062a3c8981abbecd1a5f9b959d72fa03ceed6b5a731bcb2a9f47
3
+ size 1115513717
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db1faac375419c7ab607172de35db13dd8eff17a5b3a63fbf77575732785f2f7
3
+ size 557969145
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c35564f97663942dfc7f304768b30e5744dc74b38a9d16495c0aabbbec03ecb
3
+ size 17563
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8bfc68d30d7b1de6bfcb90b000ee9e0c643505b98cadcd874d20b978fde2175
3
+ size 623
trainer_state.json ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0387498870924037,
5
+ "global_step": 11500,
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.05,
12
+ "learning_rate": 4.954836961430765e-05,
13
+ "loss": 1.1847,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.09,
18
+ "learning_rate": 4.9096739228615304e-05,
19
+ "loss": 0.4241,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.14,
24
+ "learning_rate": 4.8645108842922955e-05,
25
+ "loss": 0.3364,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 0.18,
30
+ "learning_rate": 4.8193478457230606e-05,
31
+ "loss": 0.2869,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 0.23,
36
+ "learning_rate": 4.774184807153825e-05,
37
+ "loss": 0.2546,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 0.27,
42
+ "learning_rate": 4.729021768584591e-05,
43
+ "loss": 0.2338,
44
+ "step": 3000
45
+ },
46
+ {
47
+ "epoch": 0.32,
48
+ "learning_rate": 4.683858730015356e-05,
49
+ "loss": 0.2185,
50
+ "step": 3500
51
+ },
52
+ {
53
+ "epoch": 0.36,
54
+ "learning_rate": 4.63869569144612e-05,
55
+ "loss": 0.2037,
56
+ "step": 4000
57
+ },
58
+ {
59
+ "epoch": 0.41,
60
+ "learning_rate": 4.593532652876886e-05,
61
+ "loss": 0.1931,
62
+ "step": 4500
63
+ },
64
+ {
65
+ "epoch": 0.45,
66
+ "learning_rate": 4.548369614307651e-05,
67
+ "loss": 0.1868,
68
+ "step": 5000
69
+ },
70
+ {
71
+ "epoch": 0.5,
72
+ "learning_rate": 4.5032065757384155e-05,
73
+ "loss": 0.1779,
74
+ "step": 5500
75
+ },
76
+ {
77
+ "epoch": 0.54,
78
+ "learning_rate": 4.4580435371691806e-05,
79
+ "loss": 0.1688,
80
+ "step": 6000
81
+ },
82
+ {
83
+ "epoch": 0.59,
84
+ "learning_rate": 4.4128804985999464e-05,
85
+ "loss": 0.1628,
86
+ "step": 6500
87
+ },
88
+ {
89
+ "epoch": 0.63,
90
+ "learning_rate": 4.367717460030711e-05,
91
+ "loss": 0.1602,
92
+ "step": 7000
93
+ },
94
+ {
95
+ "epoch": 0.68,
96
+ "learning_rate": 4.322554421461476e-05,
97
+ "loss": 0.1533,
98
+ "step": 7500
99
+ },
100
+ {
101
+ "epoch": 0.72,
102
+ "learning_rate": 4.277391382892241e-05,
103
+ "loss": 0.1493,
104
+ "step": 8000
105
+ },
106
+ {
107
+ "epoch": 0.77,
108
+ "learning_rate": 4.232228344323007e-05,
109
+ "loss": 0.1457,
110
+ "step": 8500
111
+ },
112
+ {
113
+ "epoch": 0.81,
114
+ "learning_rate": 4.187065305753771e-05,
115
+ "loss": 0.1421,
116
+ "step": 9000
117
+ },
118
+ {
119
+ "epoch": 0.86,
120
+ "learning_rate": 4.141902267184536e-05,
121
+ "loss": 0.1393,
122
+ "step": 9500
123
+ },
124
+ {
125
+ "epoch": 0.9,
126
+ "learning_rate": 4.096739228615302e-05,
127
+ "loss": 0.134,
128
+ "step": 10000
129
+ },
130
+ {
131
+ "epoch": 0.95,
132
+ "learning_rate": 4.0515761900460664e-05,
133
+ "loss": 0.1312,
134
+ "step": 10500
135
+ },
136
+ {
137
+ "epoch": 0.99,
138
+ "learning_rate": 4.0064131514768315e-05,
139
+ "loss": 0.128,
140
+ "step": 11000
141
+ },
142
+ {
143
+ "epoch": 1.04,
144
+ "learning_rate": 3.9612501129075966e-05,
145
+ "loss": 0.121,
146
+ "step": 11500
147
+ }
148
+ ],
149
+ "max_steps": 55355,
150
+ "num_train_epochs": 5,
151
+ "total_flos": 2.80476865363968e+16,
152
+ "trial_name": null,
153
+ "trial_params": null
154
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c967f280bdbb1736c672d2def8880100c3a0be2adb37de762c0221ef597dce1a
3
+ size 3311