ratanakthan commited on
Commit
c73b977
1 Parent(s): 803a321

End of training

Browse files
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: t5-small
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - xsum
9
+ metrics:
10
+ - rouge
11
+ model-index:
12
+ - name: t5-small-finetuned-xsum
13
+ results:
14
+ - task:
15
+ name: Sequence-to-sequence Language Modeling
16
+ type: text2text-generation
17
+ dataset:
18
+ name: xsum
19
+ type: xsum
20
+ config: default
21
+ split: validation
22
+ args: default
23
+ metrics:
24
+ - name: Rouge1
25
+ type: rouge
26
+ value: 26.2006
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+ # t5-small-finetuned-xsum
33
+
34
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the xsum dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 2.6282
37
+ - Rouge1: 26.2006
38
+ - Rouge2: 6.4986
39
+ - Rougel: 20.4525
40
+ - Rougelsum: 20.4233
41
+ - Gen Len: 18.791
42
+
43
+ ## Model description
44
+
45
+ More information needed
46
+
47
+ ## Intended uses & limitations
48
+
49
+ More information needed
50
+
51
+ ## Training and evaluation data
52
+
53
+ More information needed
54
+
55
+ ## Training procedure
56
+
57
+ ### Training hyperparameters
58
+
59
+ The following hyperparameters were used during training:
60
+ - learning_rate: 2e-05
61
+ - train_batch_size: 16
62
+ - eval_batch_size: 16
63
+ - seed: 42
64
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
65
+ - lr_scheduler_type: linear
66
+ - num_epochs: 5
67
+ - mixed_precision_training: Native AMP
68
+
69
+ ### Training results
70
+
71
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
72
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
73
+ | 3.0796 | 1.0 | 500 | 2.6971 | 23.5102 | 5.0088 | 18.4369 | 18.4317 | 18.719 |
74
+ | 2.8953 | 2.0 | 1000 | 2.6563 | 25.1823 | 5.9526 | 19.6696 | 19.6505 | 18.779 |
75
+ | 2.8527 | 3.0 | 1500 | 2.6393 | 25.7775 | 6.2129 | 20.1822 | 20.1652 | 18.79 |
76
+ | 2.8301 | 4.0 | 2000 | 2.6307 | 25.899 | 6.2538 | 20.2373 | 20.222 | 18.802 |
77
+ | 2.8158 | 5.0 | 2500 | 2.6282 | 26.2006 | 6.4986 | 20.4525 | 20.4233 | 18.791 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.44.2
83
+ - Pytorch 2.4.0+cu121
84
+ - Datasets 2.21.0
85
+ - 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.44.2"
6
+ }
runs/Sep09_09-03-04_22ebdb8bd302/events.out.tfevents.1725872605.22ebdb8bd302.308.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7b463db89fdfef304f7001222cb538e109d2f844eb9890b7733d03a5cfce59b
3
- size 9062
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae40aa254363b9ecf523efd93e1bca3d0ac9866eca57cb16530ef1bbf9acf91c
3
+ size 9941