vishnun0027 commited on
Commit
fbf77e9
1 Parent(s): ce0d587

End of training

Browse files
Files changed (2) hide show
  1. README.md +77 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google-t5/t5-small
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: Text_Summarization_model_15042024
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # Text_Summarization_model_15042024
17
+
18
+ This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.5948
21
+ - Rouge1: 0.2374
22
+ - Rouge2: 0.1905
23
+ - Rougel: 0.2302
24
+ - Rougelsum: 0.2302
25
+ - Gen Len: 19.0
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 2e-05
45
+ - train_batch_size: 8
46
+ - eval_batch_size: 8
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 15
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
56
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
57
+ | 2.4344 | 0.5 | 500 | 1.9250 | 0.2184 | 0.1678 | 0.2088 | 0.2088 | 18.9925 |
58
+ | 2.0598 | 1.0 | 1000 | 1.8118 | 0.2247 | 0.1755 | 0.2155 | 0.2155 | 18.9955 |
59
+ | 1.9648 | 1.5 | 1500 | 1.7581 | 0.2303 | 0.1802 | 0.2206 | 0.2206 | 19.0 |
60
+ | 1.9119 | 2.0 | 2000 | 1.7214 | 0.2315 | 0.1822 | 0.2221 | 0.2221 | 19.0 |
61
+ | 1.8624 | 2.5 | 2500 | 1.6953 | 0.2337 | 0.185 | 0.2253 | 0.2253 | 19.0 |
62
+ | 1.8508 | 3.0 | 3000 | 1.6769 | 0.2346 | 0.186 | 0.2266 | 0.2266 | 19.0 |
63
+ | 1.8092 | 3.5 | 3500 | 1.6563 | 0.2353 | 0.1871 | 0.2278 | 0.2279 | 19.0 |
64
+ | 1.8065 | 4.0 | 4000 | 1.6377 | 0.2359 | 0.188 | 0.2284 | 0.2284 | 19.0 |
65
+ | 1.7724 | 4.5 | 4500 | 1.6309 | 0.237 | 0.1895 | 0.2297 | 0.2298 | 19.0 |
66
+ | 1.7703 | 5.0 | 5000 | 1.6165 | 0.2376 | 0.1899 | 0.2302 | 0.2303 | 19.0 |
67
+ | 1.7468 | 5.5 | 5500 | 1.6082 | 0.2374 | 0.1902 | 0.2303 | 0.2303 | 19.0 |
68
+ | 1.7347 | 6.0 | 6000 | 1.5992 | 0.2374 | 0.1906 | 0.2303 | 0.2304 | 19.0 |
69
+ | 1.7162 | 6.5 | 6500 | 1.5948 | 0.2374 | 0.1905 | 0.2302 | 0.2302 | 19.0 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.39.3
75
+ - Pytorch 2.1.2
76
+ - Datasets 2.18.0
77
+ - Tokenizers 0.15.2
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.39.3"
6
+ }