Commit
•
c418955
1
Parent(s):
30cefb0
Add evaluation results on the plain_text config and test split of launch/gov_report (#1)
Browse files- Add evaluation results on the plain_text config and test split of launch/gov_report (69ca2c193ef63b8ea699a5482394055f903e013f)
Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>
README.md
CHANGED
@@ -10,8 +10,43 @@ license:
|
|
10 |
- bsd-3-clause
|
11 |
datasets:
|
12 |
- kmfoda/booksum
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
|
|
|
10 |
- bsd-3-clause
|
11 |
datasets:
|
12 |
- kmfoda/booksum
|
13 |
+
inference: false
|
14 |
+
model-index:
|
15 |
+
- name: pszemraj/long-t5-tglobal-large-pubmed-3k-booksum-16384-WIP17
|
16 |
+
results:
|
17 |
+
- task:
|
18 |
+
type: summarization
|
19 |
+
name: Summarization
|
20 |
+
dataset:
|
21 |
+
name: launch/gov_report
|
22 |
+
type: launch/gov_report
|
23 |
+
config: plain_text
|
24 |
+
split: test
|
25 |
+
metrics:
|
26 |
+
- name: ROUGE-1
|
27 |
+
type: rouge
|
28 |
+
value: 36.8427
|
29 |
+
verified: true
|
30 |
+
- name: ROUGE-2
|
31 |
+
type: rouge
|
32 |
+
value: 8.4234
|
33 |
+
verified: true
|
34 |
+
- name: ROUGE-L
|
35 |
+
type: rouge
|
36 |
+
value: 17.774
|
37 |
+
verified: true
|
38 |
+
- name: ROUGE-LSUM
|
39 |
+
type: rouge
|
40 |
+
value: 33.2901
|
41 |
+
verified: true
|
42 |
+
- name: loss
|
43 |
+
type: loss
|
44 |
+
value: 3.765686511993408
|
45 |
+
verified: true
|
46 |
+
- name: gen_len
|
47 |
+
type: gen_len
|
48 |
+
value: 213.8849
|
49 |
+
verified: true
|
50 |
---
|
51 |
|
52 |
|