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,16 @@ 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 | 62 | 2.
|
59 |
-
| No log | 2.0 | 124 | 2.
|
60 |
-
| No log | 3.0 | 186 | 2.
|
61 |
-
| No log | 4.0 | 248 | 2.5531 | 0.1431 | 0.0537 | 0.1186 | 0.1187 | 19.0 |
|
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.3055
|
22 |
+
- Rouge1: 0.1962
|
23 |
+
- Rouge2: 0.0978
|
24 |
+
- Rougel: 0.1664
|
25 |
+
- Rougelsum: 0.1666
|
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: 3
|
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 | 62 | 2.3232 | 0.1957 | 0.0971 | 0.1654 | 0.1656 | 19.0 |
|
59 |
+
| No log | 2.0 | 124 | 2.3097 | 0.1964 | 0.0982 | 0.1664 | 0.1666 | 19.0 |
|
60 |
+
| No log | 3.0 | 186 | 2.3055 | 0.1962 | 0.0978 | 0.1664 | 0.1666 | 19.0 |
|
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
runs/Nov07_10-43-52_395bd1858daf/events.out.tfevents.1730976233.395bd1858daf.392.2
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:1e4225ee32c54b19e4d89fabf7b2f23c913fc65bfe4bc04781adacf010a9fe3f
|
3 |
+
size 7860
|