Commit
•
4913950
1
Parent(s):
d07f228
Add evaluation results on the plain_text config and validation split of launch/gov_report (#7)
Browse files- Add evaluation results on the plain_text config and validation split of launch/gov_report (8f66b46acdcf026f1bbf1e826a57e07e1831e25a)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
@@ -384,6 +384,39 @@ model-index:
|
|
384 |
type: gen_len
|
385 |
value: 71.6372
|
386 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
387 |
---
|
388 |
|
389 |
# README - long-t5-tglobal-base-16384-booksum-V11-big_patent-V2
|
|
|
384 |
type: gen_len
|
385 |
value: 71.6372
|
386 |
verified: true
|
387 |
+
- task:
|
388 |
+
type: summarization
|
389 |
+
name: Summarization
|
390 |
+
dataset:
|
391 |
+
name: launch/gov_report
|
392 |
+
type: launch/gov_report
|
393 |
+
config: plain_text
|
394 |
+
split: validation
|
395 |
+
metrics:
|
396 |
+
- name: ROUGE-1
|
397 |
+
type: rouge
|
398 |
+
value: 23.5925
|
399 |
+
verified: true
|
400 |
+
- name: ROUGE-2
|
401 |
+
type: rouge
|
402 |
+
value: 5.6762
|
403 |
+
verified: true
|
404 |
+
- name: ROUGE-L
|
405 |
+
type: rouge
|
406 |
+
value: 13.8108
|
407 |
+
verified: true
|
408 |
+
- name: ROUGE-LSUM
|
409 |
+
type: rouge
|
410 |
+
value: 20.2437
|
411 |
+
verified: true
|
412 |
+
- name: loss
|
413 |
+
type: loss
|
414 |
+
value: 2.6377077102661133
|
415 |
+
verified: true
|
416 |
+
- name: gen_len
|
417 |
+
type: gen_len
|
418 |
+
value: 64.1807
|
419 |
+
verified: true
|
420 |
---
|
421 |
|
422 |
# README - long-t5-tglobal-base-16384-booksum-V11-big_patent-V2
|