End of training
Browse files
README.md
CHANGED
|
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 2.
|
| 22 |
-
- Rouge1: 0.
|
| 23 |
-
- Rouge2: 0.
|
| 24 |
-
- Rougel: 0.
|
| 25 |
-
- Rougelsum: 0.
|
| 26 |
- Gen Len: 20.0
|
| 27 |
|
| 28 |
## Model description
|
|
@@ -55,10 +55,10 @@ The following hyperparameters were used during training:
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
| 57 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
| 58 |
-
| No log | 1.0 | 62 | 2.
|
| 59 |
-
| No log | 2.0 | 124 | 2.
|
| 60 |
-
| No log | 3.0 | 186 | 2.
|
| 61 |
-
| No log | 4.0 | 248 | 2.
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 2.5189
|
| 22 |
+
- Rouge1: 0.1392
|
| 23 |
+
- Rouge2: 0.0476
|
| 24 |
+
- Rougel: 0.1168
|
| 25 |
+
- Rougelsum: 0.1166
|
| 26 |
- Gen Len: 20.0
|
| 27 |
|
| 28 |
## Model description
|
|
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
| 57 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
| 58 |
+
| No log | 1.0 | 62 | 2.8045 | 0.1264 | 0.0365 | 0.107 | 0.1072 | 20.0 |
|
| 59 |
+
| No log | 2.0 | 124 | 2.5956 | 0.1344 | 0.0441 | 0.1124 | 0.1125 | 20.0 |
|
| 60 |
+
| No log | 3.0 | 186 | 2.5364 | 0.1398 | 0.0493 | 0.1169 | 0.1167 | 20.0 |
|
| 61 |
+
| No log | 4.0 | 248 | 2.5189 | 0.1392 | 0.0476 | 0.1168 | 0.1166 | 20.0 |
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|