Model save
Browse files
README.md
CHANGED
@@ -18,12 +18,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 1.
|
22 |
-
- Rouge1: 0.
|
23 |
-
- Rouge2: 0.
|
24 |
-
- Rougel: 0.
|
25 |
-
- Rougelsum: 0.
|
26 |
-
- Gen Len: 19.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -48,19 +48,18 @@ The following hyperparameters were used during training:
|
|
48 |
- seed: 42
|
49 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
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 |
-
| 1.
|
59 |
-
| 1.
|
60 |
-
| 1.
|
61 |
-
| 1.
|
62 |
-
| 1.
|
63 |
-
| 1.6247 | 6.0 | 74574 | 1.4609 | 0.2922 | 0.2362 | 0.282 | 0.282 | 19.951 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.4151
|
22 |
+
- Rouge1: 0.3167
|
23 |
+
- Rouge2: 0.2556
|
24 |
+
- Rougel: 0.3052
|
25 |
+
- Rougelsum: 0.3051
|
26 |
+
- Gen Len: 19.8434
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
48 |
- seed: 42
|
49 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
50 |
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 5
|
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 |
+
| 1.7529 | 1.0 | 14778 | 1.5535 | 0.3091 | 0.2415 | 0.2959 | 0.2958 | 19.8355 |
|
59 |
+
| 1.6541 | 2.0 | 29556 | 1.4777 | 0.313 | 0.2491 | 0.3006 | 0.3006 | 19.8419 |
|
60 |
+
| 1.602 | 3.0 | 44334 | 1.4397 | 0.3155 | 0.2534 | 0.3036 | 0.3036 | 19.8513 |
|
61 |
+
| 1.6015 | 4.0 | 59112 | 1.4211 | 0.3164 | 0.2552 | 0.3049 | 0.3049 | 19.84 |
|
62 |
+
| 1.569 | 5.0 | 73890 | 1.4151 | 0.3167 | 0.2556 | 0.3052 | 0.3051 | 19.8434 |
|
|
|
63 |
|
64 |
|
65 |
### Framework versions
|
runs/Mar14_03-43-05_8d69bd930a5d/events.out.tfevents.1741923865.8d69bd930a5d.2369.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:fb4a09082252ac564bea01d6c9d5952fcac84b0c9fb425b1a00ceb7a510e70f6
|
3 |
+
size 40650
|