bu4er88 commited on
Commit
3fbc225
1 Parent(s): dcac689

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -14,6 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
14
  # pegasus-model
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
 
18
  ## Model description
19
 
@@ -43,6 +45,13 @@ The following hyperparameters were used during training:
43
  - lr_scheduler_warmup_steps: 500
44
  - num_epochs: 1
45
 
 
 
 
 
 
 
 
46
  ### Framework versions
47
 
48
  - Transformers 4.17.0
 
14
  # pegasus-model
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.4848
19
 
20
  ## Model description
21
 
 
45
  - lr_scheduler_warmup_steps: 500
46
  - num_epochs: 1
47
 
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:----:|:---------------:|
52
+ | 1.6909 | 0.54 | 500 | 1.4848 |
53
+
54
+
55
  ### Framework versions
56
 
57
  - Transformers 4.17.0