ChaniM commited on
Commit
6ac866c
·
1 Parent(s): 780f18e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - cnn_dailymail
6
+ model-index:
7
+ - name: tst-summarization
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # tst-summarization
15
+
16
+ This model is a fine-tuned version of [google/pegasus-xsum](https://huggingface.co/google/pegasus-xsum) on the cnn_dailymail 3.0.0 dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - eval_loss: 2.7113
19
+ - eval_rouge1: 25.387
20
+ - eval_rouge2: 9.0306
21
+ - eval_rougeL: 17.5963
22
+ - eval_rougeLsum: 22.0487
23
+ - eval_gen_len: 27.1017
24
+ - eval_runtime: 6327.8863
25
+ - eval_samples_per_second: 2.113
26
+ - eval_steps_per_second: 1.056
27
+ - step: 0
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 5e-05
47
+ - train_batch_size: 2
48
+ - eval_batch_size: 2
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 3.0
53
+
54
+ ### Framework versions
55
+
56
+ - Transformers 4.28.0
57
+ - Pytorch 1.13.1+cu117
58
+ - Datasets 2.12.0
59
+ - Tokenizers 0.13.3