IreneGaeta commited on
Commit
b1c3dda
·
verified ·
1 Parent(s): 2bde6d2

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: 2.8182
23
- - Bleu: 5.9775
24
- - Gen Len: 123.4146
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 | 92 | 3.0994 | 3.5838 | 103.2244 |
56
- | No log | 2.0 | 184 | 2.8182 | 5.9775 | 123.4146 |
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.0117
23
+ - Bleu: 96.8831
24
+ - Gen Len: 22.9479
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 | 440 | 0.0212 | 97.3896 | 18.7604 |
56
+ | 0.2286 | 2.0 | 880 | 0.0117 | 96.8831 | 22.9479 |
57
 
58
 
59
  ### Framework versions