Commit
·
1d81d95
1
Parent(s):
6401238
Add evaluation results on the default config and test split of multi_news (#3)
Browse files- Add evaluation results on the default config and test split of multi_news (f0a613f500be5a81f723137e9080d54ff032311f)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
@@ -15,7 +15,42 @@ datasets:
|
|
15 |
metrics:
|
16 |
- rouge
|
17 |
inference: false
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
---
|
20 |
|
21 |
# long-t5-tglobal-xl + BookSum
|
|
|
15 |
metrics:
|
16 |
- rouge
|
17 |
inference: false
|
18 |
+
model-index:
|
19 |
+
- name: pszemraj/long-t5-tglobal-xl-16384-book-summary
|
20 |
+
results:
|
21 |
+
- task:
|
22 |
+
type: summarization
|
23 |
+
name: Summarization
|
24 |
+
dataset:
|
25 |
+
name: multi_news
|
26 |
+
type: multi_news
|
27 |
+
config: default
|
28 |
+
split: test
|
29 |
+
metrics:
|
30 |
+
- name: ROUGE-1
|
31 |
+
type: rouge
|
32 |
+
value: 36.2043
|
33 |
+
verified: true
|
34 |
+
- name: ROUGE-2
|
35 |
+
type: rouge
|
36 |
+
value: 8.424
|
37 |
+
verified: true
|
38 |
+
- name: ROUGE-L
|
39 |
+
type: rouge
|
40 |
+
value: 17.3721
|
41 |
+
verified: true
|
42 |
+
- name: ROUGE-LSUM
|
43 |
+
type: rouge
|
44 |
+
value: 32.3994
|
45 |
+
verified: true
|
46 |
+
- name: loss
|
47 |
+
type: loss
|
48 |
+
value: 2.0843334197998047
|
49 |
+
verified: true
|
50 |
+
- name: gen_len
|
51 |
+
type: gen_len
|
52 |
+
value: 248.3572
|
53 |
+
verified: true
|
54 |
---
|
55 |
|
56 |
# long-t5-tglobal-xl + BookSum
|