fine_tuned_t5_small_model_sec_5_v13
Browse files- README.md +14 -17
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,13 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 2.
|
22 |
-
- Rouge1: 0.
|
23 |
-
- Rouge2: 0.
|
24 |
-
- Rougel: 0.
|
25 |
-
- Rougelsum: 0.
|
26 |
-
- Gen Len:
|
27 |
-
- Bert F1: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -49,20 +49,17 @@ The following hyperparameters were used during training:
|
|
49 |
- seed: 42
|
50 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
51 |
- lr_scheduler_type: linear
|
52 |
-
- num_epochs:
|
53 |
- mixed_precision_training: Native AMP
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
-
| Training Loss | Epoch
|
58 |
-
|
59 |
-
| 3.
|
60 |
-
| 3.
|
61 |
-
| 3.
|
62 |
-
|
|
63 |
-
| 2.9656 | 10.5263 | 1000 | 2.7815 | 0.4105 | 0.1789 | 0.2714 | 0.2709 | 91.6474 | 0.8798 |
|
64 |
-
| 2.9433 | 12.6316 | 1200 | 2.7794 | 0.4099 | 0.1771 | 0.2712 | 0.2704 | 92.2211 | 0.8797 |
|
65 |
-
| 2.9274 | 14.7368 | 1400 | 2.7774 | 0.4108 | 0.1781 | 0.2726 | 0.2718 | 92.0632 | 0.8798 |
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 2.9991
|
22 |
+
- Rouge1: 0.4046
|
23 |
+
- Rouge2: 0.1585
|
24 |
+
- Rougel: 0.2567
|
25 |
+
- Rougelsum: 0.2569
|
26 |
+
- Gen Len: 94.9263
|
27 |
+
- Bert F1: 0.8757
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
49 |
- seed: 42
|
50 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
51 |
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 4
|
53 |
- mixed_precision_training: Native AMP
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len | Bert F1 |
|
58 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|:-------:|
|
59 |
+
| 3.5483 | 1.0 | 95 | 3.1402 | 0.409 | 0.1649 | 0.2588 | 0.2594 | 97.2947 | 0.8751 |
|
60 |
+
| 3.1867 | 2.0 | 190 | 3.0364 | 0.4075 | 0.1591 | 0.2556 | 0.2558 | 97.8263 | 0.8754 |
|
61 |
+
| 3.1221 | 3.0 | 285 | 3.0062 | 0.407 | 0.1599 | 0.2569 | 0.2572 | 95.0579 | 0.8759 |
|
62 |
+
| 3.0951 | 4.0 | 380 | 2.9991 | 0.4046 | 0.1585 | 0.2567 | 0.2569 | 94.9263 | 0.8757 |
|
|
|
|
|
|
|
63 |
|
64 |
|
65 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 242041896
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49c6b7bb20bfcf17ef7f84c6a0cee5dc4ffbe490923b1e1eb9ee196ac82dcae1
|
3 |
size 242041896
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87dec8142832d629bd25f5cbd6fa2c0fc0a7b71835c096358baf0394de32b233
|
3 |
size 5368
|