Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,15 @@ model-index:
|
|
17 |
- name: ROUGE-1
|
18 |
type: ROUGE-1
|
19 |
value: 0.44030729209257835
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
language:
|
21 |
- en
|
22 |
pipeline_tag: summarization
|
@@ -30,7 +39,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
This model is a fine-tuned version of [google/pegasus-cnn_dailymail](https://huggingface.co/google/pegasus-cnn_dailymail) on the samsum dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
- Loss: 1.4245
|
33 |
-
- Rouge-1: 0.
|
|
|
|
|
|
|
34 |
|
35 |
## Model description
|
36 |
|
|
|
17 |
- name: ROUGE-1
|
18 |
type: ROUGE-1
|
19 |
value: 0.44030729209257835
|
20 |
+
- name: ROUGE-2
|
21 |
+
type: ROUGE-2
|
22 |
+
value: 0.21015363722992564
|
23 |
+
- name: ROUGE-L
|
24 |
+
type: ROUGE-L
|
25 |
+
value: 0.3491351151672408
|
26 |
+
- name: ROUGE-Lsum
|
27 |
+
type: ROUGE-Lsum
|
28 |
+
value: 0.3492708872856547
|
29 |
language:
|
30 |
- en
|
31 |
pipeline_tag: summarization
|
|
|
39 |
This model is a fine-tuned version of [google/pegasus-cnn_dailymail](https://huggingface.co/google/pegasus-cnn_dailymail) on the samsum dataset.
|
40 |
It achieves the following results on the evaluation set:
|
41 |
- Loss: 1.4245
|
42 |
+
- Rouge-1: 0.4403
|
43 |
+
- Rouge-2: 0.2102
|
44 |
+
- Rouge-L: 0.3491
|
45 |
+
- Rouge-Lsum: 0.3493
|
46 |
|
47 |
## Model description
|
48 |
|