HamzaSidhu786 commited on
Commit
4787ab6
1 Parent(s): 8de3209

End of training

Browse files
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: google/mt5-small
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - govreport-summarization
7
+ metrics:
8
+ - rouge
9
+ model-index:
10
+ - name: mt5-small-finetuned-govreport-summarization
11
+ results:
12
+ - task:
13
+ name: Sequence-to-sequence Language Modeling
14
+ type: text2text-generation
15
+ dataset:
16
+ name: govreport-summarization
17
+ type: govreport-summarization
18
+ config: document
19
+ split: train
20
+ args: document
21
+ metrics:
22
+ - name: Rouge1
23
+ type: rouge
24
+ value: 5.4727
25
+ ---
26
+
27
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
+ should probably proofread and complete it, then remove this comment. -->
29
+
30
+ # mt5-small-finetuned-govreport-summarization
31
+
32
+ This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the govreport-summarization dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 2.9193
35
+ - Rouge1: 5.4727
36
+ - Rouge2: 1.8064
37
+ - Rougel: 4.7904
38
+ - Rougelsum: 5.1785
39
+
40
+ ## Model description
41
+
42
+ More information needed
43
+
44
+ ## Intended uses & limitations
45
+
46
+ More information needed
47
+
48
+ ## Training and evaluation data
49
+
50
+ More information needed
51
+
52
+ ## Training procedure
53
+
54
+ ### Training hyperparameters
55
+
56
+ The following hyperparameters were used during training:
57
+ - learning_rate: 5.6e-05
58
+ - train_batch_size: 4
59
+ - eval_batch_size: 4
60
+ - seed: 42
61
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
+ - lr_scheduler_type: linear
63
+ - num_epochs: 16
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
68
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
69
+ | 8.1803 | 1.0 | 225 | 3.4063 | 4.8262 | 1.0677 | 4.1029 | 4.6438 |
70
+ | 4.1012 | 2.0 | 450 | 3.2004 | 4.888 | 1.2529 | 4.0737 | 4.6698 |
71
+ | 3.8386 | 3.0 | 675 | 3.1341 | 5.0027 | 1.1715 | 4.1397 | 4.7616 |
72
+ | 3.6986 | 4.0 | 900 | 3.0698 | 5.3287 | 1.6223 | 4.6697 | 5.0159 |
73
+ | 3.6007 | 5.0 | 1125 | 3.0346 | 5.5318 | 1.7741 | 4.8195 | 5.2351 |
74
+ | 3.5376 | 6.0 | 1350 | 3.0039 | 4.5345 | 1.3055 | 4.0118 | 4.3259 |
75
+ | 3.4794 | 7.0 | 1575 | 2.9845 | 4.755 | 1.5096 | 4.2156 | 4.5376 |
76
+ | 3.4373 | 8.0 | 1800 | 2.9699 | 4.6843 | 1.409 | 4.0942 | 4.4492 |
77
+ | 3.4007 | 9.0 | 2025 | 2.9569 | 5.5517 | 1.8103 | 4.8226 | 5.2639 |
78
+ | 3.3788 | 10.0 | 2250 | 2.9415 | 5.4873 | 1.8689 | 4.8027 | 5.2162 |
79
+ | 3.3549 | 11.0 | 2475 | 2.9429 | 5.3814 | 1.7672 | 4.7337 | 5.1079 |
80
+ | 3.3386 | 12.0 | 2700 | 2.9338 | 5.4238 | 1.7718 | 4.7339 | 5.1216 |
81
+ | 3.3195 | 13.0 | 2925 | 2.9224 | 5.4666 | 1.8941 | 4.79 | 5.1824 |
82
+ | 3.311 | 14.0 | 3150 | 2.9223 | 5.4197 | 1.7975 | 4.7752 | 5.1176 |
83
+ | 3.3027 | 15.0 | 3375 | 2.9202 | 5.494 | 1.8446 | 4.7876 | 5.1981 |
84
+ | 3.2961 | 16.0 | 3600 | 2.9193 | 5.4727 | 1.8064 | 4.7904 | 5.1785 |
85
+
86
+
87
+ ### Framework versions
88
+
89
+ - Transformers 4.42.3
90
+ - Pytorch 2.3.1+cu121
91
+ - Datasets 2.20.0
92
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "eos_token_id": 1,
4
+ "pad_token_id": 0,
5
+ "transformers_version": "4.42.3"
6
+ }
runs/Aug01_11-14-39_Hamza/events.out.tfevents.1722492892.Hamza.22444.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9211da2f9553f731135ed1f726515fab41ef1ef45bae2acf717741d9227a1882
3
- size 15680
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d32618dc8c3c00ee3dcf201ea88ed47e533ae0c9fef40033e0c9feda94a12204
3
+ size 16508