End of training
Browse files
README.md
CHANGED
@@ -18,9 +18,9 @@ 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 |
-
- Bleu: 0.
|
23 |
-
- Gen Len: 3.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -52,10 +52,10 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
-
| Training Loss | Epoch | Step | Validation Loss | Bleu
|
56 |
-
|
57 |
-
| 2.
|
58 |
-
| 2.
|
59 |
|
60 |
|
61 |
### 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.5517
|
22 |
+
- Bleu: 0.0
|
23 |
+
- Gen Len: 3.0273
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
56 |
+
|:-------------:|:-----:|:-----:|:---------------:|:----:|:-------:|
|
57 |
+
| 2.9032 | 1.0 | 5646 | 2.6299 | 0.0 | 2.7949 |
|
58 |
+
| 2.8034 | 2.0 | 11292 | 2.5517 | 0.0 | 3.0273 |
|
59 |
|
60 |
|
61 |
### Framework versions
|