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 [google/mt5-base](https://huggingface.co/google/mt5-base) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Loss:
|
| 18 |
-
- Rouge2 Precision: 0.
|
| 19 |
-
- Rouge2 Recall: 0.
|
| 20 |
-
- Rouge2 Fmeasure: 0.
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -42,17 +42,27 @@ 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 | 438 |
|
| 52 |
-
|
|
| 53 |
-
| 0.
|
| 54 |
-
|
|
| 55 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
|
| 57 |
|
| 58 |
### Framework versions
|
|
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Loss: 1.8036
|
| 18 |
+
- Rouge2 Precision: 0.0
|
| 19 |
+
- Rouge2 Recall: 0.0
|
| 20 |
+
- Rouge2 Fmeasure: 0.0
|
| 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: 15
|
| 46 |
|
| 47 |
### Training results
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|:----------------:|:-------------:|:---------------:|
|
| 51 |
+
| No log | 1.0 | 438 | 0.2132 | 0.009 | 0.0041 | 0.0051 |
|
| 52 |
+
| 6.2612 | 2.0 | 876 | 0.5214 | 0.0036 | 0.0013 | 0.0018 |
|
| 53 |
+
| 0.161 | 3.0 | 1314 | 0.4509 | 0.009 | 0.0038 | 0.0051 |
|
| 54 |
+
| 0.0989 | 4.0 | 1752 | 0.4065 | 0.0 | 0.0 | 0.0 |
|
| 55 |
+
| 0.0793 | 5.0 | 2190 | 0.3735 | 0.0 | 0.0 | 0.0 |
|
| 56 |
+
| 0.0657 | 6.0 | 2628 | 0.3679 | 0.0 | 0.0 | 0.0 |
|
| 57 |
+
| 0.0592 | 7.0 | 3066 | 0.3044 | 0.0016 | 0.0008 | 0.001 |
|
| 58 |
+
| 0.0557 | 8.0 | 3504 | 0.3032 | 0.0 | 0.0 | 0.0 |
|
| 59 |
+
| 0.0557 | 9.0 | 3942 | 0.3212 | 0.0014 | 0.002 | 0.0015 |
|
| 60 |
+
| 0.7984 | 10.0 | 4380 | 0.7433 | 0.0 | 0.0 | 0.0 |
|
| 61 |
+
| 0.9026 | 11.0 | 4818 | 0.0904 | 0.0 | 0.0 | 0.0 |
|
| 62 |
+
| 0.0419 | 12.0 | 5256 | 2.8192 | 0.0 | 0.0 | 0.0 |
|
| 63 |
+
| 0.0184 | 13.0 | 5694 | 0.7313 | 0.0 | 0.0 | 0.0 |
|
| 64 |
+
| 0.0121 | 14.0 | 6132 | 0.9688 | 0.0 | 0.0 | 0.0 |
|
| 65 |
+
| 0.0116 | 15.0 | 6570 | 1.8036 | 0.0 | 0.0 | 0.0 |
|
| 66 |
|
| 67 |
|
| 68 |
### Framework versions
|