farleyknight
commited on
Commit
·
6b3c7e1
1
Parent(s):
bde6c19
update model card README.md
Browse files
README.md
CHANGED
@@ -10,18 +10,16 @@ model-index:
|
|
10 |
- name: cnn_dailymail-summarization-t5-small-2022-09-05
|
11 |
results:
|
12 |
- task:
|
13 |
-
name:
|
14 |
-
type:
|
15 |
dataset:
|
16 |
-
name: cnn_dailymail
|
17 |
type: cnn_dailymail
|
18 |
-
config: 3.0.0
|
19 |
-
split: train
|
20 |
args: 3.0.0
|
21 |
metrics:
|
22 |
- name: Rouge1
|
23 |
type: rouge
|
24 |
-
value:
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -29,14 +27,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
29 |
|
30 |
# cnn_dailymail-summarization-t5-small-2022-09-05
|
31 |
|
32 |
-
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the cnn_dailymail dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 1.
|
35 |
-
- Rouge1:
|
36 |
-
- Rouge2:
|
37 |
-
- Rougel:
|
38 |
-
- Rougelsum:
|
39 |
-
- Gen Len:
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
10 |
- name: cnn_dailymail-summarization-t5-small-2022-09-05
|
11 |
results:
|
12 |
- task:
|
13 |
+
name: Summarization
|
14 |
+
type: summarization
|
15 |
dataset:
|
16 |
+
name: cnn_dailymail 3.0.0
|
17 |
type: cnn_dailymail
|
|
|
|
|
18 |
args: 3.0.0
|
19 |
metrics:
|
20 |
- name: Rouge1
|
21 |
type: rouge
|
22 |
+
value: 41.4235
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
27 |
|
28 |
# cnn_dailymail-summarization-t5-small-2022-09-05
|
29 |
|
30 |
+
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the cnn_dailymail 3.0.0 dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
+
- Loss: 1.6455
|
33 |
+
- Rouge1: 41.4235
|
34 |
+
- Rouge2: 19.0263
|
35 |
+
- Rougel: 29.2892
|
36 |
+
- Rougelsum: 38.6338
|
37 |
+
- Gen Len: 73.7273
|
38 |
|
39 |
## Model description
|
40 |
|