End of training
Browse files
README.md
CHANGED
|
@@ -18,11 +18,11 @@ 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 an unknown 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: 19.0
|
| 27 |
|
| 28 |
## Model description
|
|
@@ -48,17 +48,23 @@ The following hyperparameters were used during training:
|
|
| 48 |
- seed: 42
|
| 49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 50 |
- lr_scheduler_type: linear
|
| 51 |
-
- num_epochs:
|
| 52 |
- mixed_precision_training: Native AMP
|
| 53 |
|
| 54 |
### Training results
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
| 57 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
| 58 |
-
| No log | 1.0 | 403 | 2.
|
| 59 |
-
|
|
| 60 |
-
| 2.
|
| 61 |
-
| 2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 2.6373
|
| 22 |
+
- Rouge1: 0.1729
|
| 23 |
+
- Rouge2: 0.0617
|
| 24 |
+
- Rougel: 0.1378
|
| 25 |
+
- Rougelsum: 0.1377
|
| 26 |
- Gen Len: 19.0
|
| 27 |
|
| 28 |
## Model description
|
|
|
|
| 48 |
- seed: 42
|
| 49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 50 |
- lr_scheduler_type: linear
|
| 51 |
+
- num_epochs: 10
|
| 52 |
- mixed_precision_training: Native AMP
|
| 53 |
|
| 54 |
### Training results
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
| 57 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
| 58 |
+
| No log | 1.0 | 403 | 2.7717 | 0.1646 | 0.0557 | 0.1319 | 0.1319 | 19.0 |
|
| 59 |
+
| 3.0546 | 2.0 | 806 | 2.7195 | 0.1684 | 0.0585 | 0.1347 | 0.1346 | 19.0 |
|
| 60 |
+
| 2.8771 | 3.0 | 1209 | 2.6899 | 0.1695 | 0.0597 | 0.1356 | 0.1356 | 19.0 |
|
| 61 |
+
| 2.8364 | 4.0 | 1612 | 2.6719 | 0.1716 | 0.0606 | 0.137 | 0.1369 | 19.0 |
|
| 62 |
+
| 2.8058 | 5.0 | 2015 | 2.6585 | 0.1718 | 0.061 | 0.1371 | 0.137 | 19.0 |
|
| 63 |
+
| 2.8058 | 6.0 | 2418 | 2.6504 | 0.1721 | 0.0616 | 0.1374 | 0.1373 | 19.0 |
|
| 64 |
+
| 2.7852 | 7.0 | 2821 | 2.6453 | 0.1726 | 0.0618 | 0.1378 | 0.1377 | 19.0 |
|
| 65 |
+
| 2.778 | 8.0 | 3224 | 2.6404 | 0.1728 | 0.0618 | 0.1378 | 0.1377 | 19.0 |
|
| 66 |
+
| 2.7612 | 9.0 | 3627 | 2.6386 | 0.1725 | 0.0615 | 0.1375 | 0.1374 | 19.0 |
|
| 67 |
+
| 2.7644 | 10.0 | 4030 | 2.6373 | 0.1729 | 0.0617 | 0.1378 | 0.1377 | 19.0 |
|
| 68 |
|
| 69 |
|
| 70 |
### Framework versions
|
runs/Oct02_15-50-53_188d4331e787/events.out.tfevents.1727884254.188d4331e787.30.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b5c2632dd13b0ae1efa52fec4293d420656dc853649dc4573bb75143a62123e
|
| 3 |
+
size 13219
|