Commit
·
3ca2b3c
1
Parent(s):
bcd7a85
en
Browse files
README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
@@ -21,7 +23,7 @@ model-index:
|
|
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
|
@@ -31,12 +33,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on the samsum 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: 17.
|
40 |
|
41 |
## Model description
|
42 |
|
@@ -61,17 +63,13 @@ The following hyperparameters were used during training:
|
|
61 |
- seed: 42
|
62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
- lr_scheduler_type: linear
|
64 |
-
- num_epochs:
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
70 |
-
| 1.
|
71 |
-
| 1.3527 | 2.0 | 3684 | 1.3732 | 47.0694 | 23.4769 | 39.5942 | 43.2226 | 17.4554 |
|
72 |
-
| 1.2554 | 3.0 | 5526 | 1.3709 | 46.8801 | 23.3161 | 39.5423 | 43.1581 | 17.2027 |
|
73 |
-
| 1.2503 | 4.0 | 7368 | 1.3736 | 47.4138 | 23.7437 | 40.0016 | 43.6108 | 17.2198 |
|
74 |
-
| 1.1675 | 5.0 | 9210 | 1.3772 | 47.4145 | 23.9579 | 40.0508 | 43.7144 | 17.3162 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
23 |
metrics:
|
24 |
- name: Rouge1
|
25 |
type: rouge
|
26 |
+
value: 46.5595
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
|
34 |
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on the samsum dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 1.3822
|
37 |
+
- Rouge1: 46.5595
|
38 |
+
- Rouge2: 22.9243
|
39 |
+
- Rougel: 39.0902
|
40 |
+
- Rougelsum: 42.934
|
41 |
+
- Gen Len: 17.2308
|
42 |
|
43 |
## Model description
|
44 |
|
|
|
63 |
- seed: 42
|
64 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
65 |
- lr_scheduler_type: linear
|
66 |
+
- num_epochs: 1
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
72 |
+
| 1.5156 | 1.0 | 1842 | 1.3822 | 46.5595 | 22.9243 | 39.0902 | 42.934 | 17.2308 |
|
|
|
|
|
|
|
|
|
73 |
|
74 |
|
75 |
### Framework versions
|