hardikJ11 commited on
Commit
2d8d50c
1 Parent(s): 7c16998

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - summarization
5
+ - generated_from_trainer
6
+ datasets:
7
+ - cnn_dailymail
8
+ metrics:
9
+ - rouge
10
+ model-index:
11
+ - name: t5-small-finetuned-cnn-news
12
+ results:
13
+ - task:
14
+ name: Sequence-to-sequence Language Modeling
15
+ type: text2text-generation
16
+ dataset:
17
+ name: cnn_dailymail
18
+ type: cnn_dailymail
19
+ config: 3.0.0
20
+ split: validation
21
+ args: 3.0.0
22
+ metrics:
23
+ - name: Rouge1
24
+ type: rouge
25
+ value: 23.5402
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # t5-small-finetuned-cnn-news
32
+
33
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the cnn_dailymail dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 2.7209
36
+ - Rouge1: 23.5402
37
+ - Rouge2: 10.8834
38
+ - Rougel: 19.3936
39
+ - Rougelsum: 22.1513
40
+
41
+ ## Model description
42
+
43
+ More information needed
44
+
45
+ ## Intended uses & limitations
46
+
47
+ More information needed
48
+
49
+ ## Training and evaluation data
50
+
51
+ More information needed
52
+
53
+ ## Training procedure
54
+
55
+ ### Training hyperparameters
56
+
57
+ The following hyperparameters were used during training:
58
+ - learning_rate: 0.00056
59
+ - train_batch_size: 8
60
+ - eval_batch_size: 8
61
+ - seed: 42
62
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
+ - lr_scheduler_type: linear
64
+ - num_epochs: 5
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
69
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
70
+ | 2.2531 | 1.0 | 718 | 2.6722 | 23.3437 | 10.5433 | 19.2183 | 21.8989 |
71
+ | 2.1518 | 2.0 | 1436 | 2.7024 | 23.4068 | 10.716 | 19.0751 | 21.9328 |
72
+ | 2.0925 | 3.0 | 2154 | 2.7235 | 23.232 | 10.5236 | 19.2254 | 21.8598 |
73
+ | 2.0808 | 4.0 | 2872 | 2.7309 | 23.7401 | 10.7664 | 19.4651 | 22.2479 |
74
+ | 2.1114 | 5.0 | 3590 | 2.7209 | 23.5402 | 10.8834 | 19.3936 | 22.1513 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.27.2
80
+ - Pytorch 1.13.1+cu117
81
+ - Datasets 2.11.0
82
+ - Tokenizers 0.13.3