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: 122.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -58,16 +58,13 @@ The following hyperparameters were used during training:
|
|
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 |
-
|
|
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
|
|
|
21 |
metrics:
|
22 |
- name: Bleu
|
23 |
type: bleu
|
24 |
+
value: 60.8071
|
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.8348
|
35 |
+
- Bleu: 60.8071
|
36 |
+
- Gen Len: 122.8841
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
58 |
- seed: 42
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
61 |
+
- num_epochs: 1
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:--------:|
|
67 |
+
| 1.0428 | 1.0 | 2150 | 0.8348 | 60.8071 | 122.8841 |
|
|
|
|
|
|
|
68 |
|
69 |
|
70 |
### Framework versions
|