Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# pegasus-samsum-test
|
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.4875
|
19 |
|
|
|
13 |
|
14 |
# pegasus-samsum-test
|
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. The model is trained in Chapter 6: Summarization in the [NLP with Transformers book](https://learning.oreilly.com/library/view/natural-language-processing/9781098103231/). You can find the full code in the accompanying [Github repository](https://github.com/nlp-with-transformers/notebooks/blob/main/06_summarization.ipynb).
|
17 |
+
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 1.4875
|
20 |
|