Update README.md
Browse filesAdded some evaluation results
README.md
CHANGED
@@ -23,6 +23,17 @@ model-index:
|
|
23 |
- name: Rouge1
|
24 |
type: rouge
|
25 |
value: 26.77
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -75,4 +86,4 @@ The following hyperparameters were used during training:
|
|
75 |
- Transformers 4.28.0
|
76 |
- Pytorch 2.0.0+cu117
|
77 |
- Datasets 2.12.0
|
78 |
-
- Tokenizers 0.13.3
|
|
|
23 |
- name: Rouge1
|
24 |
type: rouge
|
25 |
value: 26.77
|
26 |
+
- name: Rouge2
|
27 |
+
type: rouge
|
28 |
+
value: 10.28
|
29 |
+
- name: Rougel
|
30 |
+
type: rouge
|
31 |
+
value: 21.26
|
32 |
+
- name: Rougelsum
|
33 |
+
type: rouge
|
34 |
+
value: 22.02
|
35 |
+
language:
|
36 |
+
- en
|
37 |
---
|
38 |
|
39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
86 |
- Transformers 4.28.0
|
87 |
- Pytorch 2.0.0+cu117
|
88 |
- Datasets 2.12.0
|
89 |
+
- Tokenizers 0.13.3
|