lvwerra HF staff commited on
Commit
41eb885
1 Parent(s): ec5515e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [google/pegasus-cnn_dailymail](https://huggingface.co/google/pegasus-cnn_dailymail) on the samsum dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 1.6488
19
 
20
  ## Model description
21
 
@@ -41,13 +41,14 @@ The following hyperparameters were used during training:
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
  - lr_scheduler_warmup_steps: 500
44
- - num_epochs: 0.05
45
 
46
  ### Training results
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
  | 1.6092 | 0.03 | 500 | 1.6488 |
 
51
 
52
 
53
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [google/pegasus-cnn_dailymail](https://huggingface.co/google/pegasus-cnn_dailymail) on the samsum dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 1.5394
19
 
20
  ## Model description
21
 
 
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
  - lr_scheduler_warmup_steps: 500
44
+ - num_epochs: 0.1
45
 
46
  ### Training results
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
  | 1.6092 | 0.03 | 500 | 1.6488 |
51
+ | 1.9695 | 0.07 | 1000 | 1.5394 |
52
 
53
 
54
  ### Framework versions