Commit ·
31c2cb9
1
Parent(s): a35591a
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 |
|
|
@@ -42,27 +42,22 @@ The following hyperparameters were used during training:
|
|
| 42 |
- seed: 42
|
| 43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 44 |
- lr_scheduler_type: linear
|
| 45 |
-
- num_epochs:
|
| 46 |
|
| 47 |
### Training results
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|:----------------:|:-------------:|:---------------:|
|
| 51 |
-
| No log | 1.0 | 11 | 2.
|
| 52 |
-
| No log | 2.0 | 22 | 1.
|
| 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 |
-
| No log | 11.0 | 121 | 0.3973 | 0.9167 | 0.4191 | 0.5619 |
|
| 62 |
-
| No log | 12.0 | 132 | 0.3918 | 0.9206 | 0.4227 | 0.567 |
|
| 63 |
-
| No log | 13.0 | 143 | 0.3861 | 0.9206 | 0.4227 | 0.567 |
|
| 64 |
-
| No log | 14.0 | 154 | 0.3869 | 0.9167 | 0.4191 | 0.5619 |
|
| 65 |
-
| No log | 15.0 | 165 | 0.3872 | 0.9167 | 0.4191 | 0.5619 |
|
| 66 |
|
| 67 |
|
| 68 |
### 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.6322
|
| 18 |
+
- Rouge2 Precision: 0.7724
|
| 19 |
+
- Rouge2 Recall: 0.3399
|
| 20 |
+
- Rouge2 Fmeasure: 0.4581
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 42 |
- seed: 42
|
| 43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 44 |
- lr_scheduler_type: linear
|
| 45 |
+
- num_epochs: 10
|
| 46 |
|
| 47 |
### Training results
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|:----------------:|:-------------:|:---------------:|
|
| 51 |
+
| No log | 1.0 | 11 | 2.2055 | 0.0295 | 0.0079 | 0.0125 |
|
| 52 |
+
| No log | 2.0 | 22 | 1.3842 | 0.2474 | 0.12 | 0.1538 |
|
| 53 |
+
| No log | 3.0 | 33 | 0.9508 | 0.5971 | 0.3019 | 0.3938 |
|
| 54 |
+
| No log | 4.0 | 44 | 0.7835 | 0.7738 | 0.3436 | 0.4646 |
|
| 55 |
+
| No log | 5.0 | 55 | 0.7125 | 0.7635 | 0.3364 | 0.4561 |
|
| 56 |
+
| No log | 6.0 | 66 | 0.6709 | 0.7605 | 0.3407 | 0.4582 |
|
| 57 |
+
| No log | 7.0 | 77 | 0.6626 | 0.7868 | 0.3493 | 0.471 |
|
| 58 |
+
| No log | 8.0 | 88 | 0.6443 | 0.7684 | 0.3393 | 0.4578 |
|
| 59 |
+
| No log | 9.0 | 99 | 0.6320 | 0.7724 | 0.3399 | 0.4581 |
|
| 60 |
+
| No log | 10.0 | 110 | 0.6322 | 0.7724 | 0.3399 | 0.4581 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|