Commit
·
b04b6bd
1
Parent(s):
d5ec1fb
Add evaluation results on the kmfoda--booksum config and test split of kmfoda/booksum (#1)
Browse files- Add evaluation results on the kmfoda--booksum config and test split of kmfoda/booksum (723490c4dceb30f86e90caa93cf24eea307103c8)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
@@ -14,8 +14,43 @@ datasets:
|
|
14 |
- kmfoda/booksum
|
15 |
metrics:
|
16 |
- rouge
|
17 |
-
inference:
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
---
|
20 |
|
21 |
# long-t5-tglobal-xl + BookSum
|
|
|
14 |
- kmfoda/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: kmfoda/booksum
|
26 |
+
type: kmfoda/booksum
|
27 |
+
config: kmfoda--booksum
|
28 |
+
split: test
|
29 |
+
metrics:
|
30 |
+
- name: ROUGE-1
|
31 |
+
type: rouge
|
32 |
+
value: 34.0139
|
33 |
+
verified: true
|
34 |
+
- name: ROUGE-2
|
35 |
+
type: rouge
|
36 |
+
value: 7.0901
|
37 |
+
verified: true
|
38 |
+
- name: ROUGE-L
|
39 |
+
type: rouge
|
40 |
+
value: 17.0925
|
41 |
+
verified: true
|
42 |
+
- name: ROUGE-LSUM
|
43 |
+
type: rouge
|
44 |
+
value: 31.6899
|
45 |
+
verified: true
|
46 |
+
- name: loss
|
47 |
+
type: loss
|
48 |
+
value: 2.096665382385254
|
49 |
+
verified: true
|
50 |
+
- name: gen_len
|
51 |
+
type: gen_len
|
52 |
+
value: 377.109
|
53 |
+
verified: true
|
54 |
---
|
55 |
|
56 |
# long-t5-tglobal-xl + BookSum
|