Commit ·
8e54ab3
1
Parent(s): a30b401
update model card README.md
Browse files
README.md
CHANGED
|
@@ -14,15 +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 |
-
-
|
| 18 |
-
-
|
| 19 |
-
-
|
| 20 |
-
-
|
| 21 |
-
- eval_runtime: 2.4338
|
| 22 |
-
- eval_samples_per_second: 8.628
|
| 23 |
-
- eval_steps_per_second: 1.233
|
| 24 |
-
- epoch: 23.0
|
| 25 |
-
- step: 253
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
@@ -49,6 +44,42 @@ The following hyperparameters were used during training:
|
|
| 49 |
- lr_scheduler_type: linear
|
| 50 |
- num_epochs: 30
|
| 51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
### Framework versions
|
| 53 |
|
| 54 |
- Transformers 4.21.1
|
|
|
|
| 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.0486
|
| 18 |
+
- Rouge2 Precision: 0.9235
|
| 19 |
+
- Rouge2 Recall: 0.253
|
| 20 |
+
- Rouge2 Fmeasure: 0.3774
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 44 |
- lr_scheduler_type: linear
|
| 45 |
- num_epochs: 30
|
| 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 | 0.6926 | 0.0068 | 0.0008 | 0.0015 |
|
| 52 |
+
| No log | 2.0 | 22 | 0.3266 | 0.0264 | 0.0026 | 0.0046 |
|
| 53 |
+
| No log | 3.0 | 33 | 0.1675 | 0.678 | 0.2014 | 0.2945 |
|
| 54 |
+
| No log | 4.0 | 44 | 0.1130 | 0.8063 | 0.2665 | 0.3779 |
|
| 55 |
+
| No log | 5.0 | 55 | 0.0866 | 0.8433 | 0.2267 | 0.3401 |
|
| 56 |
+
| No log | 6.0 | 66 | 0.0743 | 0.896 | 0.2525 | 0.3738 |
|
| 57 |
+
| No log | 7.0 | 77 | 0.0657 | 0.9045 | 0.2492 | 0.3715 |
|
| 58 |
+
| No log | 8.0 | 88 | 0.0590 | 0.9028 | 0.2484 | 0.3703 |
|
| 59 |
+
| No log | 9.0 | 99 | 0.0561 | 0.9162 | 0.261 | 0.3849 |
|
| 60 |
+
| No log | 10.0 | 110 | 0.0552 | 0.9127 | 0.2602 | 0.3838 |
|
| 61 |
+
| No log | 11.0 | 121 | 0.0558 | 0.9068 | 0.2554 | 0.3775 |
|
| 62 |
+
| No log | 12.0 | 132 | 0.0515 | 0.9096 | 0.2554 | 0.3776 |
|
| 63 |
+
| No log | 13.0 | 143 | 0.0512 | 0.904 | 0.2516 | 0.3733 |
|
| 64 |
+
| No log | 14.0 | 154 | 0.0507 | 0.9128 | 0.2546 | 0.3776 |
|
| 65 |
+
| No log | 15.0 | 165 | 0.0508 | 0.9156 | 0.2526 | 0.3762 |
|
| 66 |
+
| No log | 16.0 | 176 | 0.0476 | 0.9116 | 0.252 | 0.3751 |
|
| 67 |
+
| No log | 17.0 | 187 | 0.0502 | 0.9235 | 0.2544 | 0.379 |
|
| 68 |
+
| No log | 18.0 | 198 | 0.0487 | 0.9235 | 0.253 | 0.3774 |
|
| 69 |
+
| No log | 19.0 | 209 | 0.0474 | 0.9235 | 0.253 | 0.3774 |
|
| 70 |
+
| No log | 20.0 | 220 | 0.0503 | 0.9241 | 0.2568 | 0.3813 |
|
| 71 |
+
| No log | 21.0 | 231 | 0.0500 | 0.9235 | 0.253 | 0.3774 |
|
| 72 |
+
| No log | 22.0 | 242 | 0.0494 | 0.9156 | 0.2515 | 0.3751 |
|
| 73 |
+
| No log | 23.0 | 253 | 0.0505 | 0.9235 | 0.253 | 0.3774 |
|
| 74 |
+
| No log | 24.0 | 264 | 0.0487 | 0.9235 | 0.253 | 0.3774 |
|
| 75 |
+
| No log | 25.0 | 275 | 0.0489 | 0.9235 | 0.2526 | 0.3767 |
|
| 76 |
+
| No log | 26.0 | 286 | 0.0485 | 0.9235 | 0.253 | 0.3774 |
|
| 77 |
+
| No log | 27.0 | 297 | 0.0479 | 0.9235 | 0.253 | 0.3774 |
|
| 78 |
+
| No log | 28.0 | 308 | 0.0482 | 0.9235 | 0.253 | 0.3774 |
|
| 79 |
+
| No log | 29.0 | 319 | 0.0486 | 0.9235 | 0.253 | 0.3774 |
|
| 80 |
+
| No log | 30.0 | 330 | 0.0486 | 0.9235 | 0.253 | 0.3774 |
|
| 81 |
+
|
| 82 |
+
|
| 83 |
### Framework versions
|
| 84 |
|
| 85 |
- Transformers 4.21.1
|