Priyanka-Balivada commited on
Commit
82f2226
1 Parent(s): 7696879

Pegasus-summarization

Browse files
Files changed (2) hide show
  1. README.md +8 -8
  2. generation_config.json +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [google/pegasus-cnn_dailymail](https://huggingface.co/google/pegasus-cnn_dailymail) on the samsum dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.4839
20
 
21
  ## Model description
22
 
@@ -48,14 +48,14 @@ The following hyperparameters were used during training:
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss |
52
- |:-------------:|:-----:|:----:|:---------------:|
53
- | 1.6592 | 0.54 | 500 | 1.4839 |
54
 
55
 
56
  ### Framework versions
57
 
58
- - Transformers 4.39.3
59
- - Pytorch 2.1.2
60
- - Datasets 2.18.0
61
- - Tokenizers 0.15.2
 
16
 
17
  This model is a fine-tuned version of [google/pegasus-cnn_dailymail](https://huggingface.co/google/pegasus-cnn_dailymail) on the samsum dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.4848
20
 
21
  ## Model description
22
 
 
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:------:|:----:|:---------------:|
53
+ | 1.6533 | 0.5430 | 500 | 1.4848 |
54
 
55
 
56
  ### Framework versions
57
 
58
+ - Transformers 4.44.0
59
+ - Pytorch 2.4.0
60
+ - Datasets 2.21.0
61
+ - Tokenizers 0.19.1
generation_config.json CHANGED
@@ -9,5 +9,5 @@
9
  "min_length": 32,
10
  "num_beams": 8,
11
  "pad_token_id": 0,
12
- "transformers_version": "4.39.3"
13
  }
 
9
  "min_length": 32,
10
  "num_beams": 8,
11
  "pad_token_id": 0,
12
+ "transformers_version": "4.44.0"
13
  }