End of training
Browse files
README.md
CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [Mat17892/t5small_enfr_opus](https://huggingface.co/Mat17892/t5small_enfr_opus) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Bleu: 9.
|
23 |
-
- Gen Len: 18.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -45,14 +45,15 @@ The following hyperparameters were used during training:
|
|
45 |
- seed: 42
|
46 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- num_epochs:
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch | Step
|
54 |
-
|
55 |
-
| 0.
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [Mat17892/t5small_enfr_opus](https://huggingface.co/Mat17892/t5small_enfr_opus) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.7526
|
22 |
+
- Bleu: 9.132
|
23 |
+
- Gen Len: 18.2648
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
45 |
- seed: 42
|
46 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 2
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
54 |
+
|:-------------:|:-----:|:-----:|:---------------:|:------:|:-------:|
|
55 |
+
| 0.8635 | 1.0 | 7500 | 0.7530 | 9.1424 | 18.2627 |
|
56 |
+
| 0.8555 | 2.0 | 15000 | 0.7526 | 9.132 | 18.2648 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
runs/Dec06_22-23-11_4b51fe035cea/events.out.tfevents.1733523794.4b51fe035cea.384.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:375390fc6cbfc35704d2e4f44721a1a2b36d7cd3ddd0006b66a675b10f769aa4
|
3 |
+
size 13512
|