PontifexMaximus
commited on
Commit
•
c64789b
1
Parent(s):
ebf2415
update model card README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ model-index:
|
|
19 |
metrics:
|
20 |
- name: Bleu
|
21 |
type: bleu
|
22 |
-
value:
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -29,9 +29,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
29 |
|
30 |
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-tr-en](https://huggingface.co/Helsinki-NLP/opus-mt-tr-en) on the opus_infopankki dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
-
- Loss:
|
33 |
-
- Bleu:
|
34 |
-
- Gen Len: 13.
|
35 |
|
36 |
## Model description
|
37 |
|
@@ -56,16 +56,29 @@ The following hyperparameters were used during training:
|
|
56 |
- seed: 42
|
57 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
58 |
- lr_scheduler_type: linear
|
59 |
-
- num_epochs:
|
60 |
- mixed_precision_training: Native AMP
|
61 |
|
62 |
### Training results
|
63 |
|
64 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
65 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
66 |
-
| No log | 1.0 |
|
67 |
-
|
|
68 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
|
70 |
|
71 |
### Framework versions
|
|
|
19 |
metrics:
|
20 |
- name: Bleu
|
21 |
type: bleu
|
22 |
+
value: 54.7617
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-tr-en](https://huggingface.co/Helsinki-NLP/opus-mt-tr-en) on the opus_infopankki dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
+
- Loss: 0.6924
|
33 |
+
- Bleu: 54.7617
|
34 |
+
- Gen Len: 13.5501
|
35 |
|
36 |
## Model description
|
37 |
|
|
|
56 |
- seed: 42
|
57 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
58 |
- lr_scheduler_type: linear
|
59 |
+
- num_epochs: 16
|
60 |
- mixed_precision_training: Native AMP
|
61 |
|
62 |
### Training results
|
63 |
|
64 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
65 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
66 |
+
| No log | 1.0 | 412 | 1.1776 | 43.3104 | 12.9297 |
|
67 |
+
| 1.4032 | 2.0 | 824 | 1.0750 | 45.7912 | 12.9155 |
|
68 |
+
| 1.2268 | 3.0 | 1236 | 1.0019 | 47.6255 | 12.9251 |
|
69 |
+
| 1.141 | 4.0 | 1648 | 0.9411 | 49.0649 | 12.9302 |
|
70 |
+
| 1.0651 | 5.0 | 2060 | 0.8929 | 50.4894 | 12.9066 |
|
71 |
+
| 1.0651 | 6.0 | 2472 | 0.8519 | 51.5072 | 12.9067 |
|
72 |
+
| 1.0025 | 7.0 | 2884 | 0.8180 | 52.5035 | 12.8875 |
|
73 |
+
| 0.9582 | 8.0 | 3296 | 0.7893 | 51.7587 | 13.5338 |
|
74 |
+
| 0.9173 | 9.0 | 3708 | 0.7655 | 52.3566 | 13.5376 |
|
75 |
+
| 0.8892 | 10.0 | 4120 | 0.7449 | 53.0488 | 13.5545 |
|
76 |
+
| 0.8639 | 11.0 | 4532 | 0.7285 | 53.5965 | 13.5539 |
|
77 |
+
| 0.8639 | 12.0 | 4944 | 0.7152 | 53.9433 | 13.5547 |
|
78 |
+
| 0.8424 | 13.0 | 5356 | 0.7053 | 54.2509 | 13.5502 |
|
79 |
+
| 0.8317 | 14.0 | 5768 | 0.6981 | 54.5339 | 13.5502 |
|
80 |
+
| 0.817 | 15.0 | 6180 | 0.6938 | 54.7068 | 13.5448 |
|
81 |
+
| 0.8155 | 16.0 | 6592 | 0.6924 | 54.7617 | 13.5501 |
|
82 |
|
83 |
|
84 |
### Framework versions
|