Tohrumi commited on
Commit
96f6515
1 Parent(s): 716bbcc

Fine-tuning completed (fix targets being inputs itself)

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-vi](https://huggingface.co/Helsinki-NLP/opus-mt-en-vi) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 1.2748
22
- - Bleu: 36.9275
23
 
24
  ## Model description
25
 
@@ -40,7 +40,7 @@ More information needed
40
  The following hyperparameters were used during training:
41
  - learning_rate: 2e-05
42
  - train_batch_size: 16
43
- - eval_batch_size: 64
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
@@ -50,9 +50,9 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Bleu |
52
  |:-------------:|:-----:|:-----:|:---------------:|:-------:|
53
- | 1.4944 | 1.0 | 8333 | 1.2792 | 37.1414 |
54
- | 1.3867 | 2.0 | 16666 | 1.2762 | 37.0670 |
55
- | 1.3172 | 3.0 | 24999 | 1.2748 | 36.9275 |
56
 
57
 
58
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-vi](https://huggingface.co/Helsinki-NLP/opus-mt-en-vi) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 1.2733
22
+ - Bleu: 37.1266
23
 
24
  ## Model description
25
 
 
40
  The following hyperparameters were used during training:
41
  - learning_rate: 2e-05
42
  - train_batch_size: 16
43
+ - eval_batch_size: 32
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Bleu |
52
  |:-------------:|:-----:|:-----:|:---------------:|:-------:|
53
+ | 1.4817 | 1.0 | 8333 | 1.2790 | 36.7813 |
54
+ | 1.3955 | 2.0 | 16666 | 1.2750 | 36.9542 |
55
+ | 1.3368 | 3.0 | 24999 | 1.2733 | 37.1266 |
56
 
57
 
58
  ### Framework versions