x51xxx commited on
Commit
f9f0a5c
1 Parent(s): ae921a7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Bleu
23
  type: bleu
24
- value: 69.8238
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.5087
35
- - Bleu: 69.8238
36
- - Gen Len: 100.5158
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: 16
57
- - eval_batch_size: 16
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
- | 0.6239 | 1.0 | 4299 | 0.5087 | 69.8238 | 100.5158 |
 
 
 
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