update model card README.md
Browse files
README.md
CHANGED
@@ -16,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-ru](https://huggingface.co/Helsinki-NLP/opus-mt-en-ru) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
-
- Bleu:
|
21 |
-
- Gen Len:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -43,14 +43,23 @@ The following hyperparameters were used during training:
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- num_epochs:
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
| Training Loss | Epoch | Step
|
52 |
-
|
53 |
-
| 2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-ru](https://huggingface.co/Helsinki-NLP/opus-mt-en-ru) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.7682
|
20 |
+
- Bleu: 14.6112
|
21 |
+
- Gen Len: 7.202
|
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: 10
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
52 |
+
|:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
|
53 |
+
| 2.3198 | 1.0 | 4956 | 2.1261 | 9.5339 | 6.7709 |
|
54 |
+
| 1.9732 | 2.0 | 9912 | 1.9639 | 10.4715 | 7.1254 |
|
55 |
+
| 1.7127 | 3.0 | 14868 | 1.8780 | 11.6128 | 7.1106 |
|
56 |
+
| 1.5614 | 4.0 | 19824 | 1.8367 | 12.8389 | 7.0468 |
|
57 |
+
| 1.4276 | 5.0 | 24780 | 1.8040 | 13.7423 | 7.0403 |
|
58 |
+
| 1.3096 | 6.0 | 29736 | 1.7820 | 14.1469 | 7.0555 |
|
59 |
+
| 1.2381 | 7.0 | 34692 | 1.7761 | 13.9987 | 7.2225 |
|
60 |
+
| 1.1784 | 8.0 | 39648 | 1.7725 | 14.4675 | 7.1799 |
|
61 |
+
| 1.1376 | 9.0 | 44604 | 1.7692 | 14.4937 | 7.1957 |
|
62 |
+
| 1.0862 | 10.0 | 49560 | 1.7682 | 14.6112 | 7.202 |
|
63 |
|
64 |
|
65 |
### Framework versions
|