Fine-tuning completed (fix targets being inputs itself)
Browse files
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-vi](https://huggingface.co/Helsinki-NLP/opus-mt-en-vi) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 1.
|
22 |
-
- Bleu:
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -40,7 +40,7 @@ More information needed
|
|
40 |
The following hyperparameters were used during training:
|
41 |
- learning_rate: 2e-05
|
42 |
- train_batch_size: 16
|
43 |
-
- eval_batch_size:
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
@@ -50,9 +50,9 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Bleu |
|
52 |
|:-------------:|:-----:|:-----:|:---------------:|:-------:|
|
53 |
-
| 1.
|
54 |
-
| 1.
|
55 |
-
| 1.
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-vi](https://huggingface.co/Helsinki-NLP/opus-mt-en-vi) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.2733
|
22 |
+
- Bleu: 37.1266
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
40 |
The following hyperparameters were used during training:
|
41 |
- learning_rate: 2e-05
|
42 |
- train_batch_size: 16
|
43 |
+
- eval_batch_size: 32
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Bleu |
|
52 |
|:-------------:|:-----:|:-----:|:---------------:|:-------:|
|
53 |
+
| 1.4817 | 1.0 | 8333 | 1.2790 | 36.7813 |
|
54 |
+
| 1.3955 | 2.0 | 16666 | 1.2750 | 36.9542 |
|
55 |
+
| 1.3368 | 3.0 | 24999 | 1.2733 | 37.1266 |
|
56 |
|
57 |
|
58 |
### Framework versions
|