LourdesY commited on
Commit
45fee3f
·
verified ·
1 Parent(s): fbc77f0

Training complete

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.6494
23
- - Bleu: 45.526
24
- - Gen Len: 17.1682
25
 
26
  ## Model description
27
 
@@ -50,10 +50,10 @@ The following hyperparameters were used during training:
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
54
- |:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|
55
- | No log | 1.0 | 107 | 14.5942 | 14.804 | 111.8692 |
56
- | No log | 2.0 | 214 | 0.6494 | 45.526 | 17.1682 |
57
 
58
 
59
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.3550
23
+ - Bleu: 68.0961
24
+ - Gen Len: 23.7687
25
 
26
  ## Model description
27
 
 
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
54
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
55
+ | No log | 1.0 | 101 | 0.5682 | 52.2196 | 46.7388 |
56
+ | No log | 2.0 | 202 | 0.3550 | 68.0961 | 23.7687 |
57
 
58
 
59
  ### Framework versions