update model card README.md
Browse files
README.md
CHANGED
@@ -14,10 +14,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# Helsinki-NLP-finetuned-ru-to-en
|
16 |
|
17 |
-
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-ru-en](https://huggingface.co/Helsinki-NLP/opus-mt-ru-en) on
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 1.
|
20 |
-
- Bleu:
|
|
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -42,7 +43,7 @@ The following hyperparameters were used during training:
|
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
-
- num_epochs:
|
46 |
- mixed_precision_training: Native AMP
|
47 |
|
48 |
### Training results
|
@@ -53,5 +54,4 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
- Transformers 4.28.1
|
55 |
- Pytorch 2.0.0+cu118
|
56 |
-
- Datasets 2.11.0
|
57 |
- Tokenizers 0.13.3
|
|
|
14 |
|
15 |
# Helsinki-NLP-finetuned-ru-to-en
|
16 |
|
17 |
+
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-ru-en](https://huggingface.co/Helsinki-NLP/opus-mt-ru-en) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.1061
|
20 |
+
- Bleu: 36.9394
|
21 |
+
- Gen Len: 20.6363
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 2
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
|
|
54 |
|
55 |
- Transformers 4.28.1
|
56 |
- Pytorch 2.0.0+cu118
|
|
|
57 |
- Tokenizers 0.13.3
|