Add evaluation results on the 3.0.0 config of cnn_dailymail (#5)
- Add evaluation results on the 3.0.0 config of cnn_dailymail (0a2da9e6569b4095d580a2f3089a505b03ad6d0a) - Merge branch 'main' into pr/5 (32e122dd99389517fdae89aa8fd85127cb72617f) Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>
This commit is contained in:
parent
b047d6a04d
commit
c4455b515a
33
README.md
33
README.md
|
@ -71,6 +71,39 @@ model-index:
|
||||||
type: gen_len
|
type: gen_len
|
||||||
value: 22.8821
|
value: 22.8821
|
||||||
verified: true
|
verified: true
|
||||||
|
- task:
|
||||||
|
type: summarization
|
||||||
|
name: Summarization
|
||||||
|
dataset:
|
||||||
|
name: cnn_dailymail
|
||||||
|
type: cnn_dailymail
|
||||||
|
config: 3.0.0
|
||||||
|
split: test
|
||||||
|
metrics:
|
||||||
|
- name: ROUGE-1
|
||||||
|
type: rouge
|
||||||
|
value: 22.2062
|
||||||
|
verified: true
|
||||||
|
- name: ROUGE-2
|
||||||
|
type: rouge
|
||||||
|
value: 7.6701
|
||||||
|
verified: true
|
||||||
|
- name: ROUGE-L
|
||||||
|
type: rouge
|
||||||
|
value: 15.4046
|
||||||
|
verified: true
|
||||||
|
- name: ROUGE-LSUM
|
||||||
|
type: rouge
|
||||||
|
value: 19.2182
|
||||||
|
verified: true
|
||||||
|
- name: loss
|
||||||
|
type: loss
|
||||||
|
value: 2.681241273880005
|
||||||
|
verified: true
|
||||||
|
- name: gen_len
|
||||||
|
type: gen_len
|
||||||
|
value: 25.0234
|
||||||
|
verified: true
|
||||||
---
|
---
|
||||||
|
|
||||||
### Pegasus Models
|
### Pegasus Models
|
||||||
|
|
Loading…
Reference in New Issue