RMWeerasinghe
commited on
Commit
•
35d58b0
1
Parent(s):
c7159ae
Training complete
Browse files
README.md
CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on the cnn_dailymail dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 1.
|
25 |
-
- Rouge1: 0.
|
26 |
-
- Rouge2: 0.
|
27 |
-
- Rougel: 0.
|
28 |
-
- Rougelsum: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -56,16 +56,16 @@ The following hyperparameters were used during training:
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
64 |
-
|
|
65 |
-
|
|
66 |
-
|
|
67 |
-
|
|
68 |
-
|
|
69 |
|
70 |
|
71 |
### Framework versions
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on the cnn_dailymail dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 1.0780
|
25 |
+
- Rouge1: 0.2435
|
26 |
+
- Rouge2: 0.1079
|
27 |
+
- Rougel: 0.1991
|
28 |
+
- Rougelsum: 0.2302
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
59 |
+
| 12.7942 | 1.0 | 250 | 10.7766 | 0.2346 | 0.1022 | 0.1834 | 0.2154 |
|
60 |
+
| 3.0774 | 2.0 | 500 | 2.5061 | 0.2351 | 0.1094 | 0.197 | 0.2204 |
|
61 |
+
| 2.1947 | 3.0 | 750 | 1.4702 | 0.2403 | 0.1104 | 0.1997 | 0.2261 |
|
62 |
+
| 1.7687 | 4.0 | 1000 | 1.2326 | 0.247 | 0.1148 | 0.2024 | 0.2307 |
|
63 |
+
| 1.4731 | 5.0 | 1250 | 1.1516 | 0.2538 | 0.1203 | 0.2074 | 0.2381 |
|
64 |
+
| 1.4802 | 6.0 | 1500 | 1.1120 | 0.2432 | 0.1102 | 0.1993 | 0.2271 |
|
65 |
+
| 1.3568 | 7.0 | 1750 | 1.0945 | 0.2427 | 0.1089 | 0.1991 | 0.2279 |
|
66 |
+
| 1.4054 | 8.0 | 2000 | 1.0843 | 0.2428 | 0.1076 | 0.1993 | 0.2293 |
|
67 |
+
| 1.3151 | 9.0 | 2250 | 1.0795 | 0.2432 | 0.1076 | 0.1991 | 0.2299 |
|
68 |
+
| 1.2669 | 10.0 | 2500 | 1.0780 | 0.2435 | 0.1079 | 0.1991 | 0.2302 |
|
69 |
|
70 |
|
71 |
### Framework versions
|