update model card README.md
Browse files
README.md
CHANGED
@@ -16,11 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Rouge1:
|
21 |
-
- Rouge2:
|
22 |
-
- Rougel:
|
23 |
-
- Rougelsum:
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -45,16 +45,18 @@ The following hyperparameters were used during training:
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- num_epochs:
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
|
55 |
-
| 5.
|
56 |
-
| 1.
|
57 |
-
|
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.3512
|
20 |
+
- Rouge1: 71.7164
|
21 |
+
- Rouge2: 48.3026
|
22 |
+
- Rougel: 60.9741
|
23 |
+
- Rougelsum: 71.703
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 5
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
|
55 |
+
| 5.526 | 1.0 | 167 | 1.5778 | 20.8927 | 6.5549 | 19.8894 | 20.8757 |
|
56 |
+
| 1.2998 | 2.0 | 334 | 0.7396 | 47.1012 | 24.6065 | 42.5169 | 47.1201 |
|
57 |
+
| 0.8173 | 3.0 | 501 | 0.4854 | 63.0251 | 38.8258 | 53.3364 | 63.0153 |
|
58 |
+
| 0.6211 | 4.0 | 668 | 0.3797 | 70.1541 | 46.2974 | 59.4121 | 70.1327 |
|
59 |
+
| 0.5504 | 5.0 | 835 | 0.3512 | 71.7164 | 48.3026 | 60.9741 | 71.703 |
|
60 |
|
61 |
|
62 |
### Framework versions
|