update model card README.md
Browse files
README.md
CHANGED
@@ -4,9 +4,22 @@ tags:
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- xsum
|
|
|
|
|
7 |
model-index:
|
8 |
- name: t5-small-finetuned-xsum
|
9 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -15,6 +28,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
# t5-small-finetuned-xsum
|
16 |
|
17 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the xsum dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -42,6 +62,13 @@ The following hyperparameters were used during training:
|
|
42 |
- num_epochs: 1
|
43 |
- mixed_precision_training: Native AMP
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
### Framework versions
|
46 |
|
47 |
- Transformers 4.20.1
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- xsum
|
7 |
+
metrics:
|
8 |
+
- rouge
|
9 |
model-index:
|
10 |
- name: t5-small-finetuned-xsum
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Sequence-to-sequence Language Modeling
|
14 |
+
type: text2text-generation
|
15 |
+
dataset:
|
16 |
+
name: xsum
|
17 |
+
type: xsum
|
18 |
+
args: default
|
19 |
+
metrics:
|
20 |
+
- name: Rouge1
|
21 |
+
type: rouge
|
22 |
+
value: 22.215
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
28 |
# t5-small-finetuned-xsum
|
29 |
|
30 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the xsum dataset.
|
31 |
+
It achieves the following results on the evaluation set:
|
32 |
+
- Loss: 2.7323
|
33 |
+
- Rouge1: 22.215
|
34 |
+
- Rouge2: 4.296
|
35 |
+
- Rougel: 17.2091
|
36 |
+
- Rougelsum: 17.212
|
37 |
+
- Gen Len: 18.655
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
62 |
- num_epochs: 1
|
63 |
- mixed_precision_training: Native AMP
|
64 |
|
65 |
+
### Training results
|
66 |
+
|
67 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
68 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:-------:|:---------:|:-------:|
|
69 |
+
| 3.1005 | 1.0 | 625 | 2.7323 | 22.215 | 4.296 | 17.2091 | 17.212 | 18.655 |
|
70 |
+
|
71 |
+
|
72 |
### Framework versions
|
73 |
|
74 |
- Transformers 4.20.1
|