Priyanka-Balivada
commited on
Commit
•
82f2226
1
Parent(s):
7696879
Pegasus-summarization
Browse files- README.md +8 -8
- 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.
|
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
|
52 |
-
|
53 |
-
| 1.
|
54 |
|
55 |
|
56 |
### Framework versions
|
57 |
|
58 |
-
- Transformers 4.
|
59 |
-
- Pytorch 2.
|
60 |
-
- Datasets 2.
|
61 |
-
- Tokenizers 0.
|
|
|
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.
|
13 |
}
|
|
|
9 |
"min_length": 32,
|
10 |
"num_beams": 8,
|
11 |
"pad_token_id": 0,
|
12 |
+
"transformers_version": "4.44.0"
|
13 |
}
|