FiveC commited on
Commit
e7703f0
·
verified ·
1 Parent(s): 261a5b2

End of training

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [facebook/mbart-large-50-many-to-many-mmt](https://huggingface.co/facebook/mbart-large-50-many-to-many-mmt) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.1242
21
- - Sacrebleu: 26.3900
22
 
23
  ## Model description
24
 
@@ -43,16 +43,14 @@ The following hyperparameters were used during training:
43
  - seed: 42
44
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
  - lr_scheduler_type: linear
46
- - num_epochs: 3
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss | Sacrebleu |
52
- |:-------------:|:-----:|:----:|:---------------:|:---------:|
53
- | 0.1359 | 1.0 | 1285 | 0.1408 | 20.6400 |
54
- | 0.1051 | 2.0 | 2570 | 0.1259 | 24.6180 |
55
- | 0.0826 | 3.0 | 3855 | 0.1242 | 26.3900 |
56
 
57
 
58
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [facebook/mbart-large-50-many-to-many-mmt](https://huggingface.co/facebook/mbart-large-50-many-to-many-mmt) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.1721
21
+ - Sacrebleu: 11.9480
22
 
23
  ## Model description
24
 
 
43
  - seed: 42
44
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 0.5
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss | Sacrebleu |
52
+ |:-------------:|:------:|:----:|:---------------:|:---------:|
53
+ | 0.1678 | 0.5004 | 643 | 0.1721 | 11.9480 |
 
 
54
 
55
 
56
  ### Framework versions