osazuwa commited on
Commit
f98b171
1 Parent(s): fa47fce

Initial commit, uploading initial kingdom model

Browse files
config.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/bart-large",
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": 1024,
15
+ "decoder_attention_heads": 16,
16
+ "decoder_ffn_dim": 4096,
17
+ "decoder_layerdrop": 0.0,
18
+ "decoder_layers": 12,
19
+ "decoder_start_token_id": 2,
20
+ "dropout": 0.1,
21
+ "early_stopping": true,
22
+ "encoder_attention_heads": 16,
23
+ "encoder_ffn_dim": 4096,
24
+ "encoder_layerdrop": 0.0,
25
+ "encoder_layers": 12,
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
+ "num_beams": 4,
47
+ "num_hidden_layers": 12,
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.31.0",
72
+ "use_cache": true,
73
+ "vocab_size": 50265
74
+ }
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "decoder_start_token_id": 2,
5
+ "early_stopping": true,
6
+ "eos_token_id": 2,
7
+ "forced_bos_token_id": 0,
8
+ "forced_eos_token_id": 2,
9
+ "no_repeat_ngram_size": 3,
10
+ "num_beams": 4,
11
+ "pad_token_id": 1,
12
+ "transformers_version": "4.31.0"
13
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c05ea0f52eda06a00cff29b76f62fe06a2861f51f2e6e3449a703b004c652d7a
3
+ size 1625541389
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8061692e1837787eabdd9e01c01f04bf2dcf5394a2db61b4b4b069e9b5511eb8
3
+ size 14575
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:040a64c72d3697dfdefef82ce9a59674c64056e5c9a292d8436b8a9dece2bb03
3
+ size 627
trainer_state.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.998773507767784,
5
+ "global_step": 7335,
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.2,
12
+ "learning_rate": 3e-05,
13
+ "loss": 0.1737,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.41,
18
+ "learning_rate": 2.8384317104696252e-05,
19
+ "loss": 0.067,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.61,
24
+ "learning_rate": 2.6768634209392504e-05,
25
+ "loss": 0.063,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 0.82,
30
+ "learning_rate": 2.5152951314088755e-05,
31
+ "loss": 0.0614,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 1.02,
36
+ "learning_rate": 2.3537268418785007e-05,
37
+ "loss": 0.0592,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 1.23,
42
+ "learning_rate": 2.1921585523481258e-05,
43
+ "loss": 0.0563,
44
+ "step": 3000
45
+ },
46
+ {
47
+ "epoch": 1.43,
48
+ "learning_rate": 2.030590262817751e-05,
49
+ "loss": 0.0543,
50
+ "step": 3500
51
+ },
52
+ {
53
+ "epoch": 1.64,
54
+ "learning_rate": 1.8690219732873765e-05,
55
+ "loss": 0.0545,
56
+ "step": 4000
57
+ },
58
+ {
59
+ "epoch": 1.84,
60
+ "learning_rate": 1.7074536837570013e-05,
61
+ "loss": 0.0546,
62
+ "step": 4500
63
+ },
64
+ {
65
+ "epoch": 2.04,
66
+ "learning_rate": 1.5458853942266264e-05,
67
+ "loss": 0.0536,
68
+ "step": 5000
69
+ },
70
+ {
71
+ "epoch": 2.25,
72
+ "learning_rate": 1.3843171046962518e-05,
73
+ "loss": 0.0512,
74
+ "step": 5500
75
+ },
76
+ {
77
+ "epoch": 2.45,
78
+ "learning_rate": 1.2227488151658767e-05,
79
+ "loss": 0.0506,
80
+ "step": 6000
81
+ },
82
+ {
83
+ "epoch": 2.66,
84
+ "learning_rate": 1.0611805256355019e-05,
85
+ "loss": 0.0498,
86
+ "step": 6500
87
+ },
88
+ {
89
+ "epoch": 2.86,
90
+ "learning_rate": 8.996122361051272e-06,
91
+ "loss": 0.0496,
92
+ "step": 7000
93
+ }
94
+ ],
95
+ "max_steps": 9784,
96
+ "num_train_epochs": 4,
97
+ "total_flos": 6.357201350295552e+16,
98
+ "trial_name": null,
99
+ "trial_params": null
100
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1b7db2368246a8eca2c967c1b6a8c44c0184f0163c70656b5fc3f9d94ec8704
3
+ size 4155