smitmenon commited on
Commit
90a87c4
·
verified ·
1 Parent(s): 37debdd

Added Noise to english source, fine-tuned with denoising, version mbart_endenoised_v2

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [facebook/mbart-large-50-one-to-many-mmt](https://huggingface.co/facebook/mbart-large-50-one-to-many-mmt) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.3923
19
 
20
  ## Model description
21
 
@@ -46,13 +46,13 @@ The following hyperparameters were used during training:
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
- | 0.4815 | 1.0 | 625 | 0.3941 |
50
- | 0.3489 | 2.0 | 1250 | 0.3923 |
51
 
52
 
53
  ### Framework versions
54
 
55
  - Transformers 4.47.0
56
  - Pytorch 2.5.1+cu121
57
- - Datasets 3.1.0
58
  - Tokenizers 0.21.0
 
15
 
16
  This model is a fine-tuned version of [facebook/mbart-large-50-one-to-many-mmt](https://huggingface.co/facebook/mbart-large-50-one-to-many-mmt) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.3740
19
 
20
  ## Model description
21
 
 
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | 0.444 | 1.0 | 1875 | 0.3807 |
50
+ | 0.3206 | 2.0 | 3750 | 0.3740 |
51
 
52
 
53
  ### Framework versions
54
 
55
  - Transformers 4.47.0
56
  - Pytorch 2.5.1+cu121
57
+ - Datasets 3.2.0
58
  - Tokenizers 0.21.0