liujxing commited on
Commit
4c52bde
·
1 Parent(s): 1fa25a0

Training complete!

Browse files
Files changed (20) hide show
  1. .gitignore +1 -0
  2. config.json +56 -0
  3. pytorch_model.bin +3 -0
  4. runs/Aug01_10-36-14_liujxing-linux20/1659364639.9840798/events.out.tfevents.1659364639.liujxing-linux20.161214.1 +3 -0
  5. runs/Aug01_10-36-14_liujxing-linux20/1659364664.6702666/events.out.tfevents.1659364664.liujxing-linux20.161214.2 +3 -0
  6. runs/Aug01_10-36-14_liujxing-linux20/events.out.tfevents.1659364639.liujxing-linux20.161214.0 +3 -0
  7. runs/Aug01_10-42-09_liujxing-linux20/1659364954.5230088/events.out.tfevents.1659364954.liujxing-linux20.408085.1 +3 -0
  8. runs/Aug01_10-42-09_liujxing-linux20/events.out.tfevents.1659364954.liujxing-linux20.408085.0 +3 -0
  9. runs/Aug01_10-45-12_liujxing-linux20/1659365162.5537825/events.out.tfevents.1659365162.liujxing-linux20.408443.1 +3 -0
  10. runs/Aug01_10-45-12_liujxing-linux20/1659365258.8186934/events.out.tfevents.1659365258.liujxing-linux20.408443.2 +3 -0
  11. runs/Aug01_10-45-12_liujxing-linux20/events.out.tfevents.1659365162.liujxing-linux20.408443.0 +3 -0
  12. runs/Aug01_10-50-42_liujxing-linux20/1659365469.7580972/events.out.tfevents.1659365469.liujxing-linux20.409007.1 +3 -0
  13. runs/Aug01_10-50-42_liujxing-linux20/events.out.tfevents.1659365469.liujxing-linux20.409007.0 +3 -0
  14. runs/Aug01_16-58-03_liujxing-linux20/1659387519.1552384/events.out.tfevents.1659387519.liujxing-linux20.437496.1 +3 -0
  15. runs/Aug01_16-58-03_liujxing-linux20/events.out.tfevents.1659387519.liujxing-linux20.437496.0 +3 -0
  16. special_tokens_map.json +110 -0
  17. spiece.model +3 -0
  18. tokenizer.json +0 -0
  19. tokenizer_config.json +118 -0
  20. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/pegasus-cnn_dailymail",
3
+ "activation_dropout": 0.1,
4
+ "activation_function": "relu",
5
+ "add_bias_logits": false,
6
+ "add_final_layer_norm": true,
7
+ "architectures": [
8
+ "PegasusForConditionalGeneration"
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
+ "forced_eos_token_id": 1,
28
+ "id2label": {
29
+ "0": "LABEL_0",
30
+ "1": "LABEL_1",
31
+ "2": "LABEL_2"
32
+ },
33
+ "init_std": 0.02,
34
+ "is_encoder_decoder": true,
35
+ "label2id": {
36
+ "LABEL_0": 0,
37
+ "LABEL_1": 1,
38
+ "LABEL_2": 2
39
+ },
40
+ "length_penalty": 0.8,
41
+ "max_length": 128,
42
+ "max_position_embeddings": 1024,
43
+ "min_length": 32,
44
+ "model_type": "pegasus",
45
+ "normalize_before": true,
46
+ "normalize_embedding": false,
47
+ "num_beams": 8,
48
+ "num_hidden_layers": 16,
49
+ "pad_token_id": 0,
50
+ "scale_embedding": true,
51
+ "static_position_embeddings": true,
52
+ "torch_dtype": "float32",
53
+ "transformers_version": "4.21.0",
54
+ "use_cache": true,
55
+ "vocab_size": 96103
56
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:579e8794dd0957cb4c9f6dfdc9097278cea30af163849b94ee2ac427d47598e8
3
+ size 2283790449
runs/Aug01_10-36-14_liujxing-linux20/1659364639.9840798/events.out.tfevents.1659364639.liujxing-linux20.161214.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fb90a29880544134c8cc7fe4c7aa3ed67e45295f3bf68990d523f1349e750c5
3
+ size 5407
runs/Aug01_10-36-14_liujxing-linux20/1659364664.6702666/events.out.tfevents.1659364664.liujxing-linux20.161214.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f6194c4e6b68dd5ca9382814b65fb0494bd55d23324c83b731ad0b0bd183458
3
+ size 5407
runs/Aug01_10-36-14_liujxing-linux20/events.out.tfevents.1659364639.liujxing-linux20.161214.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fa409b8851ecf9a2bca5bb0f908fbd8222eb4ad9bda9dfd1eb3be7a578183a6
3
+ size 8618
runs/Aug01_10-42-09_liujxing-linux20/1659364954.5230088/events.out.tfevents.1659364954.liujxing-linux20.408085.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d954648aa6cf27f571f68cdef5aa00053dc7f5974192d9582b460f557dc7ab17
3
+ size 5407
runs/Aug01_10-42-09_liujxing-linux20/events.out.tfevents.1659364954.liujxing-linux20.408085.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33a45521cb2edd7559abae8cb140e1b35b71b9b8e83cb492ad1193783fe70c2e
3
+ size 4329
runs/Aug01_10-45-12_liujxing-linux20/1659365162.5537825/events.out.tfevents.1659365162.liujxing-linux20.408443.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5743f15c4c9e4b73cd5add6db2166d2983d675b8add20b0c4158b603b182e29c
3
+ size 5407
runs/Aug01_10-45-12_liujxing-linux20/1659365258.8186934/events.out.tfevents.1659365258.liujxing-linux20.408443.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6046dd7f8860b1f30a4202b6a751fe147bf450eca032e9990eeb5be3ca0ea2e
3
+ size 5407
runs/Aug01_10-45-12_liujxing-linux20/events.out.tfevents.1659365162.liujxing-linux20.408443.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39341cfd313021630a2a8b0ff18b6ffebfc1a8ae0b2a8890705e22d2225f1331
3
+ size 8620
runs/Aug01_10-50-42_liujxing-linux20/1659365469.7580972/events.out.tfevents.1659365469.liujxing-linux20.409007.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b746957e42ca500271f098b694619e300cb1e8264777de3a8f88a77515ea04f2
3
+ size 5407
runs/Aug01_10-50-42_liujxing-linux20/events.out.tfevents.1659365469.liujxing-linux20.409007.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e935d37fbe1d385fc71a6133ca4e57c27977904c87456dfd91fd9dfe20790bd9
3
+ size 12143
runs/Aug01_16-58-03_liujxing-linux20/1659387519.1552384/events.out.tfevents.1659387519.liujxing-linux20.437496.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcf2dc3fc995492f12f6955f67b54c1a4876e9f7a4eb002197bf9deff9906c7c
3
+ size 5407
runs/Aug01_16-58-03_liujxing-linux20/events.out.tfevents.1659387519.liujxing-linux20.437496.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:008328ad937d8af7317ba985575e1c9be477e3ee26b6697d6979bc582766f278
3
+ size 19362
special_tokens_map.json ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<mask_1>",
4
+ "<unk_2>",
5
+ "<unk_3>",
6
+ "<unk_4>",
7
+ "<unk_5>",
8
+ "<unk_6>",
9
+ "<unk_7>",
10
+ "<unk_8>",
11
+ "<unk_9>",
12
+ "<unk_10>",
13
+ "<unk_11>",
14
+ "<unk_12>",
15
+ "<unk_13>",
16
+ "<unk_14>",
17
+ "<unk_15>",
18
+ "<unk_16>",
19
+ "<unk_17>",
20
+ "<unk_18>",
21
+ "<unk_19>",
22
+ "<unk_20>",
23
+ "<unk_21>",
24
+ "<unk_22>",
25
+ "<unk_23>",
26
+ "<unk_24>",
27
+ "<unk_25>",
28
+ "<unk_26>",
29
+ "<unk_27>",
30
+ "<unk_28>",
31
+ "<unk_29>",
32
+ "<unk_30>",
33
+ "<unk_31>",
34
+ "<unk_32>",
35
+ "<unk_33>",
36
+ "<unk_34>",
37
+ "<unk_35>",
38
+ "<unk_36>",
39
+ "<unk_37>",
40
+ "<unk_38>",
41
+ "<unk_39>",
42
+ "<unk_40>",
43
+ "<unk_41>",
44
+ "<unk_42>",
45
+ "<unk_43>",
46
+ "<unk_44>",
47
+ "<unk_45>",
48
+ "<unk_46>",
49
+ "<unk_47>",
50
+ "<unk_48>",
51
+ "<unk_49>",
52
+ "<unk_50>",
53
+ "<unk_51>",
54
+ "<unk_52>",
55
+ "<unk_53>",
56
+ "<unk_54>",
57
+ "<unk_55>",
58
+ "<unk_56>",
59
+ "<unk_57>",
60
+ "<unk_58>",
61
+ "<unk_59>",
62
+ "<unk_60>",
63
+ "<unk_61>",
64
+ "<unk_62>",
65
+ "<unk_63>",
66
+ "<unk_64>",
67
+ "<unk_65>",
68
+ "<unk_66>",
69
+ "<unk_67>",
70
+ "<unk_68>",
71
+ "<unk_69>",
72
+ "<unk_70>",
73
+ "<unk_71>",
74
+ "<unk_72>",
75
+ "<unk_73>",
76
+ "<unk_74>",
77
+ "<unk_75>",
78
+ "<unk_76>",
79
+ "<unk_77>",
80
+ "<unk_78>",
81
+ "<unk_79>",
82
+ "<unk_80>",
83
+ "<unk_81>",
84
+ "<unk_82>",
85
+ "<unk_83>",
86
+ "<unk_84>",
87
+ "<unk_85>",
88
+ "<unk_86>",
89
+ "<unk_87>",
90
+ "<unk_88>",
91
+ "<unk_89>",
92
+ "<unk_90>",
93
+ "<unk_91>",
94
+ "<unk_92>",
95
+ "<unk_93>",
96
+ "<unk_94>",
97
+ "<unk_95>",
98
+ "<unk_96>",
99
+ "<unk_97>",
100
+ "<unk_98>",
101
+ "<unk_99>",
102
+ "<unk_100>",
103
+ "<unk_101>",
104
+ "<unk_102>"
105
+ ],
106
+ "eos_token": "</s>",
107
+ "mask_token": "<mask_2>",
108
+ "pad_token": "<pad>",
109
+ "unk_token": "<unk>"
110
+ }
spiece.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0015189ef36359283fec8b93cf6d9ce51bca37eb1101defc68a53b394913b96c
3
+ size 1912529
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<mask_1>",
4
+ "<unk_2>",
5
+ "<unk_3>",
6
+ "<unk_4>",
7
+ "<unk_5>",
8
+ "<unk_6>",
9
+ "<unk_7>",
10
+ "<unk_8>",
11
+ "<unk_9>",
12
+ "<unk_10>",
13
+ "<unk_11>",
14
+ "<unk_12>",
15
+ "<unk_13>",
16
+ "<unk_14>",
17
+ "<unk_15>",
18
+ "<unk_16>",
19
+ "<unk_17>",
20
+ "<unk_18>",
21
+ "<unk_19>",
22
+ "<unk_20>",
23
+ "<unk_21>",
24
+ "<unk_22>",
25
+ "<unk_23>",
26
+ "<unk_24>",
27
+ "<unk_25>",
28
+ "<unk_26>",
29
+ "<unk_27>",
30
+ "<unk_28>",
31
+ "<unk_29>",
32
+ "<unk_30>",
33
+ "<unk_31>",
34
+ "<unk_32>",
35
+ "<unk_33>",
36
+ "<unk_34>",
37
+ "<unk_35>",
38
+ "<unk_36>",
39
+ "<unk_37>",
40
+ "<unk_38>",
41
+ "<unk_39>",
42
+ "<unk_40>",
43
+ "<unk_41>",
44
+ "<unk_42>",
45
+ "<unk_43>",
46
+ "<unk_44>",
47
+ "<unk_45>",
48
+ "<unk_46>",
49
+ "<unk_47>",
50
+ "<unk_48>",
51
+ "<unk_49>",
52
+ "<unk_50>",
53
+ "<unk_51>",
54
+ "<unk_52>",
55
+ "<unk_53>",
56
+ "<unk_54>",
57
+ "<unk_55>",
58
+ "<unk_56>",
59
+ "<unk_57>",
60
+ "<unk_58>",
61
+ "<unk_59>",
62
+ "<unk_60>",
63
+ "<unk_61>",
64
+ "<unk_62>",
65
+ "<unk_63>",
66
+ "<unk_64>",
67
+ "<unk_65>",
68
+ "<unk_66>",
69
+ "<unk_67>",
70
+ "<unk_68>",
71
+ "<unk_69>",
72
+ "<unk_70>",
73
+ "<unk_71>",
74
+ "<unk_72>",
75
+ "<unk_73>",
76
+ "<unk_74>",
77
+ "<unk_75>",
78
+ "<unk_76>",
79
+ "<unk_77>",
80
+ "<unk_78>",
81
+ "<unk_79>",
82
+ "<unk_80>",
83
+ "<unk_81>",
84
+ "<unk_82>",
85
+ "<unk_83>",
86
+ "<unk_84>",
87
+ "<unk_85>",
88
+ "<unk_86>",
89
+ "<unk_87>",
90
+ "<unk_88>",
91
+ "<unk_89>",
92
+ "<unk_90>",
93
+ "<unk_91>",
94
+ "<unk_92>",
95
+ "<unk_93>",
96
+ "<unk_94>",
97
+ "<unk_95>",
98
+ "<unk_96>",
99
+ "<unk_97>",
100
+ "<unk_98>",
101
+ "<unk_99>",
102
+ "<unk_100>",
103
+ "<unk_101>",
104
+ "<unk_102>"
105
+ ],
106
+ "eos_token": "</s>",
107
+ "full_tokenizer_file": null,
108
+ "mask_token": "<mask_2>",
109
+ "mask_token_sent": "<mask_1>",
110
+ "model_max_length": 1024,
111
+ "name_or_path": "google/pegasus-cnn_dailymail",
112
+ "offset": 103,
113
+ "pad_token": "<pad>",
114
+ "sp_model_kwargs": {},
115
+ "special_tokens_map_file": null,
116
+ "tokenizer_class": "PegasusTokenizer",
117
+ "unk_token": "<unk>"
118
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4122cec88e137f8b84af7bc53792928336519613f7595a06ed973cc07101819e
3
+ size 3311