tobijen commited on
Commit
73173e1
1 Parent(s): c4e42c8

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/pegasus-large",
3
+ "activation_dropout": 0.1,
4
+ "activation_function": "relu",
5
+ "add_bias_logits": false,
6
+ "add_final_layer_norm": true,
7
+ "architectures": [
8
+ "PegasusForCausalLM"
9
+ ],
10
+ "attention_dropout": 0.1,
11
+ "bos_token_id": 0,
12
+ "classif_dropout": 0.0,
13
+ "classifier_dropout": 0.0,
14
+ "d_model": 1024,
15
+ "decoder_attention_heads": 16,
16
+ "decoder_ffn_dim": 4096,
17
+ "decoder_layerdrop": 0.0,
18
+ "decoder_layers": 16,
19
+ "decoder_start_token_id": 0,
20
+ "dropout": 0.1,
21
+ "encoder_attention_heads": 16,
22
+ "encoder_ffn_dim": 4096,
23
+ "encoder_layerdrop": 0.0,
24
+ "encoder_layers": 16,
25
+ "eos_token_id": 1,
26
+ "extra_pos_embeddings": 1,
27
+ "force_bos_token_to_be_generated": false,
28
+ "forced_eos_token_id": 1,
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_decoder": true,
37
+ "is_encoder_decoder": false,
38
+ "label2id": {
39
+ "LABEL_0": 0,
40
+ "LABEL_1": 1,
41
+ "LABEL_2": 2
42
+ },
43
+ "length_penalty": 0.8,
44
+ "max_length": 256,
45
+ "max_position_embeddings": 1024,
46
+ "model_type": "pegasus",
47
+ "normalize_before": true,
48
+ "normalize_embedding": false,
49
+ "num_beams": 8,
50
+ "num_hidden_layers": 16,
51
+ "pad_token_id": 0,
52
+ "scale_embedding": true,
53
+ "static_position_embeddings": true,
54
+ "task_specific_params": {
55
+ "summarization_aeslc": {
56
+ "length_penalty": 0.6,
57
+ "max_length": 32,
58
+ "max_position_embeddings": 512
59
+ },
60
+ "summarization_arxiv": {
61
+ "length_penalty": 0.8,
62
+ "max_length": 256,
63
+ "max_position_embeddings": 1024
64
+ },
65
+ "summarization_big_patent": {
66
+ "length_penalty": 0.7,
67
+ "max_length": 256,
68
+ "max_position_embeddings": 1024
69
+ },
70
+ "summarization_billsum": {
71
+ "length_penalty": 0.6,
72
+ "max_length": 256,
73
+ "max_position_embeddings": 1024
74
+ },
75
+ "summarization_cnn_dailymail": {
76
+ "length_penalty": 0.8,
77
+ "max_length": 128,
78
+ "max_position_embeddings": 1024
79
+ },
80
+ "summarization_gigaword": {
81
+ "length_penalty": 0.6,
82
+ "max_length": 32,
83
+ "max_position_embeddings": 128
84
+ },
85
+ "summarization_large": {
86
+ "length_penalty": 0.8,
87
+ "max_length": 256,
88
+ "max_position_embeddings": 1024
89
+ },
90
+ "summarization_multi_news": {
91
+ "length_penalty": 0.8,
92
+ "max_length": 256,
93
+ "max_position_embeddings": 1024
94
+ },
95
+ "summarization_newsroom": {
96
+ "length_penalty": 0.8,
97
+ "max_length": 128,
98
+ "max_position_embeddings": 512
99
+ },
100
+ "summarization_pubmed": {
101
+ "length_penalty": 0.8,
102
+ "max_length": 256,
103
+ "max_position_embeddings": 1024
104
+ },
105
+ "summarization_reddit_tifu": {
106
+ "length_penalty": 0.6,
107
+ "max_length": 128,
108
+ "max_position_embeddings": 512
109
+ },
110
+ "summarization_wikihow": {
111
+ "length_penalty": 0.6,
112
+ "max_length": 256,
113
+ "max_position_embeddings": 512
114
+ },
115
+ "summarization_xsum": {
116
+ "length_penalty": 0.8,
117
+ "max_length": 64,
118
+ "max_position_embeddings": 512
119
+ }
120
+ },
121
+ "torch_dtype": "float32",
122
+ "transformers_version": "4.31.0",
123
+ "use_cache": true,
124
+ "vocab_size": 96103
125
+ }
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "decoder_start_token_id": 0,
5
+ "eos_token_id": 1,
6
+ "forced_eos_token_id": 1,
7
+ "length_penalty": 0.8,
8
+ "max_length": 256,
9
+ "num_beams": 8,
10
+ "pad_token_id": 0,
11
+ "transformers_version": "4.31.0"
12
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0a263266c3a9fa0fe9473e2a431be6c8aecd647a0fc00cb38fdcdc6f9ccc3c1
3
+ size 1472964957
runs/Jul21_12-27-15_8a5d8c305df6/events.out.tfevents.1689942441.8a5d8c305df6.3089.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e9498392f7b4b36ac38d9c53ffb723204c1c5bed8745e0167eb8fdd3691bab4
3
+ size 7703
runs/Jul21_12-27-15_8a5d8c305df6/events.out.tfevents.1689944909.8a5d8c305df6.3089.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa20b1c27c6d083bfea5723ed0c09bd16dcf9d81f6c3ef7c570ebf26de9d1c15
3
+ size 359
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adc46406fab948bfc2da10cd90b9f92001e24ccc0ceea22d9099b25e31df3e06
3
+ size 3963