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: 1.
|
20 |
-
- Rouge1:
|
21 |
-
- Rouge2:
|
22 |
-
- Rougel:
|
23 |
-
- Rougelsum:
|
24 |
-
- Gen Len: 15.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -46,18 +46,15 @@ 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
|
55 |
-
|
56 |
-
| 2.
|
57 |
-
| 2.
|
58 |
-
| 2.1667 | 3.0 | 14604 | 1.9717 | 40.2218 | 22.2592 | 36.2964 | 36.3005 | 15.6269 |
|
59 |
-
| 2.1231 | 4.0 | 19472 | 1.9527 | 40.4284 | 22.4647 | 36.5269 | 36.5327 | 15.6262 |
|
60 |
-
| 2.1021 | 5.0 | 24340 | 1.9468 | 40.5498 | 22.5268 | 36.583 | 36.5915 | 15.6721 |
|
61 |
|
62 |
|
63 |
### 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: 1.8925
|
20 |
+
- Rouge1: 43.2785
|
21 |
+
- Rouge2: 24.1681
|
22 |
+
- Rougel: 39.1747
|
23 |
+
- Rougelsum: 39.2137
|
24 |
+
- Gen Len: 15.3632
|
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: 2
|
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.1403 | 1.0 | 50886 | 1.9300 | 42.8165 | 23.8029 | 38.7568 | 38.7925 | 15.2793 |
|
57 |
+
| 2.0636 | 2.0 | 101772 | 1.8925 | 43.2785 | 24.1681 | 39.1747 | 39.2137 | 15.3632 |
|
|
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|