veronica-girolimetti commited on
Commit
8ff7b1f
1 Parent(s): 6311c43

End of training

Browse files
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/flan-t5-small
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: t5-summarization-zero-shot-headers-and-better-prompt
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
+ # t5-summarization-zero-shot-headers-and-better-prompt
17
+
18
+ This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 2.2226
21
+ - Rouge: {'rouge1': 0.4351, 'rouge2': 0.2124, 'rougeL': 0.215, 'rougeLsum': 0.215}
22
+ - Bert Score: 0.8806
23
+ - Bleurt 20: -0.7502
24
+ - Gen Len: 14.645
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 0.0001
44
+ - train_batch_size: 7
45
+ - eval_batch_size: 7
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_ratio: 0.1
50
+ - num_epochs: 20
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Rouge | Bert Score | Bleurt 20 | Gen Len |
55
+ |:-------------:|:-----:|:----:|:---------------:|:---------------------------------------------------------------------------:|:----------:|:---------:|:-------:|
56
+ | 3.0683 | 1.0 | 186 | 2.5857 | {'rouge1': 0.4573, 'rouge2': 0.1803, 'rougeL': 0.1858, 'rougeLsum': 0.1858} | 0.8683 | -0.8521 | 15.445 |
57
+ | 2.7283 | 2.0 | 372 | 2.4092 | {'rouge1': 0.446, 'rouge2': 0.1853, 'rougeL': 0.1969, 'rougeLsum': 0.1969} | 0.8709 | -0.828 | 15.115 |
58
+ | 2.4766 | 3.0 | 558 | 2.3190 | {'rouge1': 0.4183, 'rouge2': 0.1834, 'rougeL': 0.1947, 'rougeLsum': 0.1947} | 0.869 | -0.8673 | 14.425 |
59
+ | 2.351 | 4.0 | 744 | 2.2736 | {'rouge1': 0.4264, 'rouge2': 0.1843, 'rougeL': 0.1919, 'rougeLsum': 0.1919} | 0.8693 | -0.8411 | 15.205 |
60
+ | 2.287 | 5.0 | 930 | 2.2440 | {'rouge1': 0.42, 'rouge2': 0.1924, 'rougeL': 0.1991, 'rougeLsum': 0.1991} | 0.875 | -0.8358 | 14.305 |
61
+ | 2.1426 | 6.0 | 1116 | 2.2100 | {'rouge1': 0.4196, 'rouge2': 0.1903, 'rougeL': 0.2027, 'rougeLsum': 0.2027} | 0.8779 | -0.8189 | 14.38 |
62
+ | 2.0381 | 7.0 | 1302 | 2.2171 | {'rouge1': 0.459, 'rouge2': 0.2143, 'rougeL': 0.2142, 'rougeLsum': 0.2142} | 0.8772 | -0.7757 | 14.825 |
63
+ | 1.9927 | 8.0 | 1488 | 2.2106 | {'rouge1': 0.44, 'rouge2': 0.2073, 'rougeL': 0.2132, 'rougeLsum': 0.2132} | 0.8795 | -0.7798 | 14.53 |
64
+ | 1.9347 | 9.0 | 1674 | 2.1976 | {'rouge1': 0.4289, 'rouge2': 0.2062, 'rougeL': 0.2122, 'rougeLsum': 0.2122} | 0.88 | -0.7774 | 14.14 |
65
+ | 1.8733 | 10.0 | 1860 | 2.1987 | {'rouge1': 0.4472, 'rouge2': 0.215, 'rougeL': 0.2124, 'rougeLsum': 0.2124} | 0.8791 | -0.7688 | 14.49 |
66
+ | 1.7883 | 11.0 | 2046 | 2.1963 | {'rouge1': 0.4375, 'rouge2': 0.2114, 'rougeL': 0.2064, 'rougeLsum': 0.2064} | 0.8786 | -0.785 | 14.66 |
67
+ | 1.8253 | 12.0 | 2232 | 2.2055 | {'rouge1': 0.4351, 'rouge2': 0.2073, 'rougeL': 0.2106, 'rougeLsum': 0.2106} | 0.8803 | -0.7759 | 14.59 |
68
+ | 1.7751 | 13.0 | 2418 | 2.2029 | {'rouge1': 0.4371, 'rouge2': 0.2125, 'rougeL': 0.2119, 'rougeLsum': 0.2119} | 0.8796 | -0.7711 | 14.7 |
69
+ | 1.7087 | 14.0 | 2604 | 2.2073 | {'rouge1': 0.448, 'rouge2': 0.2211, 'rougeL': 0.2176, 'rougeLsum': 0.2176} | 0.8806 | -0.7492 | 14.695 |
70
+ | 1.7034 | 15.0 | 2790 | 2.2150 | {'rouge1': 0.4381, 'rouge2': 0.214, 'rougeL': 0.2158, 'rougeLsum': 0.2158} | 0.8809 | -0.7611 | 14.555 |
71
+ | 1.6671 | 16.0 | 2976 | 2.2211 | {'rouge1': 0.4388, 'rouge2': 0.2162, 'rougeL': 0.2169, 'rougeLsum': 0.2169} | 0.8797 | -0.7532 | 14.73 |
72
+ | 1.6964 | 17.0 | 3162 | 2.2207 | {'rouge1': 0.4316, 'rouge2': 0.2117, 'rougeL': 0.2137, 'rougeLsum': 0.2137} | 0.8799 | -0.7729 | 14.54 |
73
+ | 1.6556 | 18.0 | 3348 | 2.2183 | {'rouge1': 0.4379, 'rouge2': 0.2122, 'rougeL': 0.2163, 'rougeLsum': 0.2163} | 0.8804 | -0.7475 | 14.735 |
74
+ | 1.6391 | 19.0 | 3534 | 2.2200 | {'rouge1': 0.4332, 'rouge2': 0.2105, 'rougeL': 0.2149, 'rougeLsum': 0.2149} | 0.8805 | -0.7521 | 14.635 |
75
+ | 1.6309 | 20.0 | 3720 | 2.2226 | {'rouge1': 0.4351, 'rouge2': 0.2124, 'rougeL': 0.215, 'rougeLsum': 0.215} | 0.8806 | -0.7502 | 14.645 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.35.2
81
+ - Pytorch 2.1.0+cu121
82
+ - Datasets 2.16.1
83
+ - Tokenizers 0.15.0
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.35.2"
6
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c72006ee12399402f75f9ca0c5b16e9b5dc9c36f0804e1565f8fa9f0cbdadf5b
3
  size 307867048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7446f6e51d0435f2a06046071ed07e34ea2039e9ecdfff134576504e32cdeb1c
3
  size 307867048
runs/Jan13_00-03-43_029d6805078a/events.out.tfevents.1705104224.029d6805078a.367.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f80616c30e349da5fb453fa06eaa3d8f66826094dbef58df941621ee6aa14b20
3
- size 20292
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ab605f2620ae184900b1e9afb99f7a39ecb0cee994051d3db0e1f0f434ccaaf
3
+ size 21975
runs/Jan13_00-03-43_029d6805078a/events.out.tfevents.1705106131.029d6805078a.367.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c24bbc88d3130a0252b318789ed86d1ef789bd01019c29977284fbdbfce53a38
3
+ size 517