Commit
·
8ee9fb4
1
Parent(s):
3796723
Add evaluation results on cnn_dailymail dataset (#2)
Browse files- Add evaluation results on cnn_dailymail dataset (bff9c82793675fd2cfccecf2cc435099e986dada)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
|
@@ -5,6 +5,42 @@ tags:
|
|
| 5 |
license: apache-2.0
|
| 6 |
datasets:
|
| 7 |
- cnn_dailymail
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
# Model
|
| 10 |
This model is fine-tuned from https://huggingface.co/flax-community/t5-base-openwebtext, fine-tuned on cnn_dailymail.
|
|
|
|
| 5 |
license: apache-2.0
|
| 6 |
datasets:
|
| 7 |
- cnn_dailymail
|
| 8 |
+
model-index:
|
| 9 |
+
- name: flax-community/t5-base-cnn-dm
|
| 10 |
+
results:
|
| 11 |
+
- task:
|
| 12 |
+
type: summarization
|
| 13 |
+
name: Summarization
|
| 14 |
+
dataset:
|
| 15 |
+
name: cnn_dailymail
|
| 16 |
+
type: cnn_dailymail
|
| 17 |
+
config: 3.0.0
|
| 18 |
+
split: test
|
| 19 |
+
metrics:
|
| 20 |
+
- name: ROUGE-1
|
| 21 |
+
type: rouge
|
| 22 |
+
value: 24.2906
|
| 23 |
+
verified: true
|
| 24 |
+
- name: ROUGE-2
|
| 25 |
+
type: rouge
|
| 26 |
+
value: 11.1405
|
| 27 |
+
verified: true
|
| 28 |
+
- name: ROUGE-L
|
| 29 |
+
type: rouge
|
| 30 |
+
value: 19.8442
|
| 31 |
+
verified: true
|
| 32 |
+
- name: ROUGE-LSUM
|
| 33 |
+
type: rouge
|
| 34 |
+
value: 22.7556
|
| 35 |
+
verified: true
|
| 36 |
+
- name: loss
|
| 37 |
+
type: loss
|
| 38 |
+
value: 2.1426470279693604
|
| 39 |
+
verified: true
|
| 40 |
+
- name: gen_len
|
| 41 |
+
type: gen_len
|
| 42 |
+
value: 18.9993
|
| 43 |
+
verified: true
|
| 44 |
---
|
| 45 |
# Model
|
| 46 |
This model is fine-tuned from https://huggingface.co/flax-community/t5-base-openwebtext, fine-tuned on cnn_dailymail.
|