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: 1.
|
22 |
-
- Bleu: 6.
|
23 |
-
- Gen Len: 17.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -45,14 +45,17 @@ 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 |
-
| 1.
|
|
|
|
|
|
|
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: 1.4839
|
22 |
+
- Bleu: 6.4
|
23 |
+
- Gen Len: 17.5697
|
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: 4
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
54 |
+
|:-------------:|:-----:|:-----:|:---------------:|:------:|:-------:|
|
55 |
+
| 1.7415 | 1.0 | 6355 | 1.5201 | 6.1792 | 17.5724 |
|
56 |
+
| 1.6892 | 2.0 | 12710 | 1.4981 | 6.2914 | 17.572 |
|
57 |
+
| 1.6825 | 3.0 | 19065 | 1.4873 | 6.3889 | 17.5701 |
|
58 |
+
| 1.6803 | 4.0 | 25420 | 1.4839 | 6.4 | 17.5697 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
runs/Dec04_15-41-42_b06f972b663e/events.out.tfevents.1733326904.b06f972b663e.708.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:e70bc0b94d2a742c09dbea6bd20ea6676d996059aef886fe7d8eb47d9dc21005
|
3 |
+
size 18564
|