Commit
·
f83387e
1
Parent(s):
111877d
Add evaluation results on the default config of billsum (#2)
Browse files- Add evaluation results on the default config of billsum (d9ff366d518ab2a313833cf70c8e718dd9c3327c)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
@@ -49,6 +49,39 @@ model-index:
|
|
49 |
type: gen_len
|
50 |
value: 58.9951
|
51 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
---
|
53 |
|
54 |
|
|
|
49 |
type: gen_len
|
50 |
value: 58.9951
|
51 |
verified: true
|
52 |
+
- task:
|
53 |
+
type: summarization
|
54 |
+
name: Summarization
|
55 |
+
dataset:
|
56 |
+
name: billsum
|
57 |
+
type: billsum
|
58 |
+
config: default
|
59 |
+
split: test
|
60 |
+
metrics:
|
61 |
+
- name: ROUGE-1
|
62 |
+
type: rouge
|
63 |
+
value: 37.3648
|
64 |
+
verified: true
|
65 |
+
- name: ROUGE-2
|
66 |
+
type: rouge
|
67 |
+
value: 12.3316
|
68 |
+
verified: true
|
69 |
+
- name: ROUGE-L
|
70 |
+
type: rouge
|
71 |
+
value: 22.075
|
72 |
+
verified: true
|
73 |
+
- name: ROUGE-LSUM
|
74 |
+
type: rouge
|
75 |
+
value: 31.1679
|
76 |
+
verified: true
|
77 |
+
- name: loss
|
78 |
+
type: loss
|
79 |
+
value: 2.745267391204834
|
80 |
+
verified: true
|
81 |
+
- name: gen_len
|
82 |
+
type: gen_len
|
83 |
+
value: 157.3126
|
84 |
+
verified: true
|
85 |
---
|
86 |
|
87 |
|