Commit ·
7cb88d2
1
Parent(s): fcbae43
update model card README.md
Browse files
README.md
CHANGED
|
@@ -14,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Loss: 0.
|
| 18 |
-
- Rouge2 Precision: 0.
|
| 19 |
-
- Rouge2 Recall: 0.
|
| 20 |
-
- Rouge2 Fmeasure: 0.
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -36,7 +36,7 @@ More information needed
|
|
| 36 |
### Training hyperparameters
|
| 37 |
|
| 38 |
The following hyperparameters were used during training:
|
| 39 |
-
- learning_rate: 0.
|
| 40 |
- train_batch_size: 8
|
| 41 |
- eval_batch_size: 8
|
| 42 |
- seed: 42
|
|
@@ -48,16 +48,16 @@ The following hyperparameters were used during training:
|
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|:----------------:|:-------------:|:---------------:|
|
| 51 |
-
| No log | 1.0 | 11 |
|
| 52 |
-
| No log | 2.0 | 22 |
|
| 53 |
-
| No log | 3.0 | 33 | 0.
|
| 54 |
-
| No log | 4.0 | 44 | 0.
|
| 55 |
-
| No log | 5.0 | 55 | 0.
|
| 56 |
-
| No log | 6.0 | 66 | 0.
|
| 57 |
-
| No log | 7.0 | 77 | 0.
|
| 58 |
-
| No log | 8.0 | 88 | 0.
|
| 59 |
-
| No log | 9.0 | 99 | 0.
|
| 60 |
-
| No log | 10.0 | 110 | 0.
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
|
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Loss: 0.4421
|
| 18 |
+
- Rouge2 Precision: 0.8492
|
| 19 |
+
- Rouge2 Recall: 0.37
|
| 20 |
+
- Rouge2 Fmeasure: 0.5022
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 36 |
### Training hyperparameters
|
| 37 |
|
| 38 |
The following hyperparameters were used during training:
|
| 39 |
+
- learning_rate: 0.0002
|
| 40 |
- train_batch_size: 8
|
| 41 |
- eval_batch_size: 8
|
| 42 |
- seed: 42
|
|
|
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|:----------------:|:-------------:|:---------------:|
|
| 51 |
+
| No log | 1.0 | 11 | 1.2891 | 0.3239 | 0.1492 | 0.198 |
|
| 52 |
+
| No log | 2.0 | 22 | 0.7482 | 0.728 | 0.3254 | 0.4383 |
|
| 53 |
+
| No log | 3.0 | 33 | 0.6458 | 0.7737 | 0.3366 | 0.459 |
|
| 54 |
+
| No log | 4.0 | 44 | 0.5512 | 0.8333 | 0.356 | 0.4878 |
|
| 55 |
+
| No log | 5.0 | 55 | 0.5363 | 0.8333 | 0.3622 | 0.4925 |
|
| 56 |
+
| No log | 6.0 | 66 | 0.4863 | 0.8492 | 0.3702 | 0.5021 |
|
| 57 |
+
| No log | 7.0 | 77 | 0.4715 | 0.8413 | 0.3663 | 0.4985 |
|
| 58 |
+
| No log | 8.0 | 88 | 0.4629 | 0.8413 | 0.3663 | 0.4985 |
|
| 59 |
+
| No log | 9.0 | 99 | 0.4397 | 0.8492 | 0.37 | 0.5022 |
|
| 60 |
+
| No log | 10.0 | 110 | 0.4421 | 0.8492 | 0.37 | 0.5022 |
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|