update model card README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Bleu
|
23 |
type: bleu
|
24 |
-
value:
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,9 +31,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-ru-uk](https://huggingface.co/Helsinki-NLP/opus-mt-ru-uk) on the para_pat dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 0.
|
35 |
-
- Bleu:
|
36 |
-
- Gen Len:
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -53,18 +53,21 @@ More information needed
|
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
- learning_rate: 2e-05
|
56 |
-
- train_batch_size:
|
57 |
-
- eval_batch_size:
|
58 |
- seed: 42
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
61 |
-
- num_epochs:
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:--------:|
|
67 |
-
| 0.
|
|
|
|
|
|
|
68 |
|
69 |
|
70 |
### Framework versions
|
|
|
21 |
metrics:
|
22 |
- name: Bleu
|
23 |
type: bleu
|
24 |
+
value: 70.1044
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-ru-uk](https://huggingface.co/Helsinki-NLP/opus-mt-ru-uk) on the para_pat dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.5266
|
35 |
+
- Bleu: 70.1044
|
36 |
+
- Gen Len: 122.6206
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
- learning_rate: 2e-05
|
56 |
+
- train_batch_size: 32
|
57 |
+
- eval_batch_size: 32
|
58 |
- seed: 42
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
61 |
+
- num_epochs: 4
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:--------:|
|
67 |
+
| 0.9218 | 1.0 | 2150 | 0.6965 | 64.5544 | 123.2615 |
|
68 |
+
| 0.7195 | 2.0 | 4300 | 0.5750 | 68.3283 | 122.4044 |
|
69 |
+
| 0.6363 | 3.0 | 6450 | 0.5380 | 69.7152 | 122.6875 |
|
70 |
+
| 0.6086 | 4.0 | 8600 | 0.5266 | 70.1044 | 122.6206 |
|
71 |
|
72 |
|
73 |
### Framework versions
|