update model card README.md
Browse files
README.md
CHANGED
@@ -16,12 +16,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
-
- Rouge1:
|
21 |
-
- Rouge2:
|
22 |
-
- Rougel:
|
23 |
-
- Rougelsum:
|
24 |
-
- Gen Len: 15.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -46,23 +46,18 @@ The following hyperparameters were used during training:
|
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
-
- num_epochs:
|
50 |
- mixed_precision_training: Native AMP
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
56 |
-
| 2.
|
57 |
-
| 2.
|
58 |
-
| 2.
|
59 |
-
| 2.
|
60 |
-
| 2.
|
61 |
-
| 2.0691 | 6.0 | 5772 | 1.9609 | 43.8176 | 26.0436 | 40.7356 | 40.7826 | 15.503 |
|
62 |
-
| 2.0529 | 7.0 | 6734 | 1.9495 | 43.9817 | 26.1828 | 40.8773 | 40.9228 | 15.4942 |
|
63 |
-
| 2.0373 | 8.0 | 7696 | 1.9462 | 44.1354 | 26.306 | 41.0226 | 41.0643 | 15.4833 |
|
64 |
-
| 2.0368 | 9.0 | 8658 | 1.9421 | 44.1785 | 26.3725 | 41.068 | 41.1092 | 15.504 |
|
65 |
-
| 2.0283 | 10.0 | 9620 | 1.9410 | 44.2057 | 26.3945 | 41.0867 | 41.1266 | 15.4823 |
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 2.0571
|
20 |
+
- Rouge1: 43.0579
|
21 |
+
- Rouge2: 25.5309
|
22 |
+
- Rougel: 39.941
|
23 |
+
- Rougelsum: 39.9952
|
24 |
+
- Gen Len: 15.4351
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
+
- num_epochs: 5
|
50 |
- mixed_precision_training: Native AMP
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
56 |
+
| 2.7076 | 1.0 | 962 | 2.1973 | 41.4952 | 24.5125 | 38.463 | 38.5043 | 15.1521 |
|
57 |
+
| 2.3524 | 2.0 | 1924 | 2.1193 | 42.5234 | 25.1497 | 39.4133 | 39.4647 | 15.4484 |
|
58 |
+
| 2.2583 | 3.0 | 2886 | 2.0812 | 42.9534 | 25.3741 | 39.8212 | 39.8674 | 15.3749 |
|
59 |
+
| 2.2284 | 4.0 | 3848 | 2.0632 | 42.9479 | 25.3996 | 39.8282 | 39.8781 | 15.3445 |
|
60 |
+
| 2.217 | 5.0 | 4810 | 2.0571 | 43.0579 | 25.5309 | 39.941 | 39.9952 | 15.4351 |
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
|
63 |
### Framework versions
|