leumastai commited on
Commit
7ba52e4
·
1 Parent(s): d0eed3a

Upload storri summeriser v1

Browse files
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "t5-small",
3
+ "architectures": [
4
+ "T5ForConditionalGeneration"
5
+ ],
6
+ "d_ff": 2048,
7
+ "d_kv": 64,
8
+ "d_model": 512,
9
+ "decoder_start_token_id": 0,
10
+ "dense_act_fn": "relu",
11
+ "dropout_rate": 0.1,
12
+ "eos_token_id": 1,
13
+ "feed_forward_proj": "relu",
14
+ "initializer_factor": 1.0,
15
+ "is_encoder_decoder": true,
16
+ "is_gated_act": false,
17
+ "layer_norm_epsilon": 1e-06,
18
+ "model_type": "t5",
19
+ "n_positions": 512,
20
+ "num_decoder_layers": 6,
21
+ "num_heads": 8,
22
+ "num_layers": 6,
23
+ "output_past": true,
24
+ "pad_token_id": 0,
25
+ "relative_attention_max_distance": 128,
26
+ "relative_attention_num_buckets": 32,
27
+ "task_specific_params": {
28
+ "summarization": {
29
+ "early_stopping": true,
30
+ "length_penalty": 2.0,
31
+ "max_length": 200,
32
+ "min_length": 30,
33
+ "no_repeat_ngram_size": 3,
34
+ "num_beams": 4,
35
+ "prefix": "summarize: "
36
+ },
37
+ "translation_en_to_de": {
38
+ "early_stopping": true,
39
+ "max_length": 300,
40
+ "num_beams": 4,
41
+ "prefix": "translate English to German: "
42
+ },
43
+ "translation_en_to_fr": {
44
+ "early_stopping": true,
45
+ "max_length": 300,
46
+ "num_beams": 4,
47
+ "prefix": "translate English to French: "
48
+ },
49
+ "translation_en_to_ro": {
50
+ "early_stopping": true,
51
+ "max_length": 300,
52
+ "num_beams": 4,
53
+ "prefix": "translate English to Romanian: "
54
+ }
55
+ },
56
+ "torch_dtype": "float32",
57
+ "transformers_version": "4.26.0",
58
+ "use_cache": true,
59
+ "vocab_size": 32128
60
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "decoder_start_token_id": 0,
4
+ "eos_token_id": 1,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.26.0"
7
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b45088b0e992855a36b5143235c1f9bb05b7515e2eec49977f1d13fd8501967a
3
+ size 484130565
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07087c578fa01bd46c8afb4daa3faadc92a2bf119686533c67688abe87ce6e2d
3
+ size 242071641
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4951f392d22059d281796414f6dca76f8e46780ddf6451d1213232275115fd8d
3
+ size 14575
runs/Feb08_23-27-36_37305da455f1/1675898862.1438448/events.out.tfevents.1675898862.37305da455f1.590.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dcfa7f5694fe7b47ab900e9d1e4b970c140ba52ee605febc170bb0522e64e0f
3
+ size 5903
runs/Feb08_23-27-36_37305da455f1/events.out.tfevents.1675898862.37305da455f1.590.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef08701025c5c735b2cd05e08d25f228ed9ddf2adaa205a8c3f95b836b79cb1e
3
+ size 8606
scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66653a75d9883d91b38c17e61aacaeeb6cdf04c662c4e9ce1418e37a40bc480d
3
+ size 557
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c29c54132aa43de9c23164c913f590553c2947da78190b2f57a0cbecefbfd2b
3
+ size 627
trainer_state.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.91644908616188,
5
+ "global_step": 4500,
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.44,
12
+ "learning_rate": 1.7828546562228025e-05,
13
+ "loss": 2.0396,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.87,
18
+ "learning_rate": 1.5652741514360316e-05,
19
+ "loss": 1.9399,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 1.0,
24
+ "eval_gen_len": 19.0,
25
+ "eval_loss": 1.7441270351409912,
26
+ "eval_rouge1": 0.246,
27
+ "eval_rouge2": 0.1167,
28
+ "eval_rougeL": 0.2027,
29
+ "eval_rougeLsum": 0.2025,
30
+ "eval_runtime": 183.8875,
31
+ "eval_samples_per_second": 12.497,
32
+ "eval_steps_per_second": 1.566,
33
+ "step": 1149
34
+ },
35
+ {
36
+ "epoch": 1.31,
37
+ "learning_rate": 1.348128807658834e-05,
38
+ "loss": 1.9212,
39
+ "step": 1500
40
+ },
41
+ {
42
+ "epoch": 1.74,
43
+ "learning_rate": 1.1305483028720628e-05,
44
+ "loss": 1.8858,
45
+ "step": 2000
46
+ },
47
+ {
48
+ "epoch": 2.0,
49
+ "eval_gen_len": 18.9987,
50
+ "eval_loss": 1.7244781255722046,
51
+ "eval_rouge1": 0.246,
52
+ "eval_rouge2": 0.116,
53
+ "eval_rougeL": 0.203,
54
+ "eval_rougeLsum": 0.2028,
55
+ "eval_runtime": 185.1368,
56
+ "eval_samples_per_second": 12.412,
57
+ "eval_steps_per_second": 1.556,
58
+ "step": 2298
59
+ },
60
+ {
61
+ "epoch": 2.18,
62
+ "learning_rate": 9.129677980852917e-06,
63
+ "loss": 1.8875,
64
+ "step": 2500
65
+ },
66
+ {
67
+ "epoch": 2.61,
68
+ "learning_rate": 6.953872932985205e-06,
69
+ "loss": 1.8767,
70
+ "step": 3000
71
+ },
72
+ {
73
+ "epoch": 3.0,
74
+ "eval_gen_len": 18.9956,
75
+ "eval_loss": 1.7172995805740356,
76
+ "eval_rouge1": 0.2459,
77
+ "eval_rouge2": 0.116,
78
+ "eval_rougeL": 0.2024,
79
+ "eval_rougeLsum": 0.2022,
80
+ "eval_runtime": 180.4003,
81
+ "eval_samples_per_second": 12.738,
82
+ "eval_steps_per_second": 1.596,
83
+ "step": 3447
84
+ },
85
+ {
86
+ "epoch": 3.05,
87
+ "learning_rate": 4.778067885117494e-06,
88
+ "loss": 1.8909,
89
+ "step": 3500
90
+ },
91
+ {
92
+ "epoch": 3.48,
93
+ "learning_rate": 2.6022628372497826e-06,
94
+ "loss": 1.8648,
95
+ "step": 4000
96
+ },
97
+ {
98
+ "epoch": 3.92,
99
+ "learning_rate": 4.264577893820714e-07,
100
+ "loss": 1.8835,
101
+ "step": 4500
102
+ }
103
+ ],
104
+ "max_steps": 4596,
105
+ "num_train_epochs": 4,
106
+ "total_flos": 9722809102368768.0,
107
+ "trial_name": null,
108
+ "trial_params": null
109
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca5d12770a9856d5b5cf760696a2cb9b1ffd88364c09c3360e3800c40a0ce2a8
3
+ size 3643