Commit
·
1a0d921
1
Parent(s):
860ad24
update model card README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Loss:
|
| 18 |
- Rouge2 Precision: 0.0
|
| 19 |
- Rouge2 Recall: 0.0
|
| 20 |
- Rouge2 Fmeasure: 0.0
|
|
@@ -49,11 +49,11 @@ The following hyperparameters were used during training:
|
|
| 49 |
|
| 50 |
| Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
|
| 51 |
|:-------------:|:-----:|:----:|:---------------:|:----------------:|:-------------:|:---------------:|
|
| 52 |
-
| No log | 1.0 | 1 |
|
| 53 |
-
| No log | 2.0 | 2 |
|
| 54 |
-
| No log | 3.0 | 3 |
|
| 55 |
-
| No log | 4.0 | 4 | 3.
|
| 56 |
-
| No log | 5.0 | 5 |
|
| 57 |
|
| 58 |
|
| 59 |
### Framework versions
|
|
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Loss: 2.6907
|
| 18 |
- Rouge2 Precision: 0.0
|
| 19 |
- Rouge2 Recall: 0.0
|
| 20 |
- Rouge2 Fmeasure: 0.0
|
|
|
|
| 49 |
|
| 50 |
| Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
|
| 51 |
|:-------------:|:-----:|:----:|:---------------:|:----------------:|:-------------:|:---------------:|
|
| 52 |
+
| No log | 1.0 | 1 | 3.9863 | 0.0 | 0.0 | 0.0 |
|
| 53 |
+
| No log | 2.0 | 2 | 3.1873 | 0.0 | 0.0 | 0.0 |
|
| 54 |
+
| No log | 3.0 | 3 | 3.1873 | 0.0 | 0.0 | 0.0 |
|
| 55 |
+
| No log | 4.0 | 4 | 3.1873 | 0.0 | 0.0 | 0.0 |
|
| 56 |
+
| No log | 5.0 | 5 | 2.6907 | 0.0 | 0.0 | 0.0 |
|
| 57 |
|
| 58 |
|
| 59 |
### Framework versions
|