shivaniNK8 commited on
Commit
1b1c41d
1 Parent(s): 74e01ee

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ args: 3.0.0
20
+ metrics:
21
+ - name: Rouge1
22
+ type: rouge
23
+ value: 24.7231
24
+ ---
25
+
26
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
+ should probably proofread and complete it, then remove this comment. -->
28
+
29
+ # t5-small-finetuned-cnn-news
30
+
31
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the cnn_dailymail dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 1.8412
34
+ - Rouge1: 24.7231
35
+ - Rouge2: 12.292
36
+ - Rougel: 20.5347
37
+ - Rougelsum: 23.4668
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 0.00056
57
+ - train_batch_size: 8
58
+ - eval_batch_size: 8
59
+ - seed: 42
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - num_epochs: 5
63
+
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
67
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
68
+ | 2.0318 | 1.0 | 718 | 1.8028 | 24.5415 | 12.0907 | 20.5343 | 23.3386 |
69
+ | 1.8307 | 2.0 | 1436 | 1.8028 | 24.0965 | 11.6367 | 20.2078 | 22.8138 |
70
+ | 1.6881 | 3.0 | 2154 | 1.8136 | 25.0822 | 12.6509 | 20.9523 | 23.8303 |
71
+ | 1.5778 | 4.0 | 2872 | 1.8269 | 24.4271 | 11.8443 | 20.2281 | 23.0941 |
72
+ | 1.501 | 5.0 | 3590 | 1.8412 | 24.7231 | 12.292 | 20.5347 | 23.4668 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.20.1
78
+ - Pytorch 1.12.0+cu113
79
+ - Datasets 2.3.2
80
+ - Tokenizers 0.12.1