IreneGaeta commited on
Commit
3419184
·
verified ·
1 Parent(s): baf64e1

Training complete

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -17,23 +17,23 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # mbart-neutralization
19
 
20
- This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on the Spanish Gender Neutralization dataset ([somosnlp-hackathon-2022/neutral-es](https://huggingface.co/datasets/somosnlp-hackathon-2022/neutral-es)).
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.0107
23
- - Bleu: 98.3768
24
- - Gen Len: 33.5417
25
 
26
  ## Model description
27
 
28
- This model is based on mbart-50 and uses the Spanish Gender Neutralization dataset to translate sentences from current Spanish to inclusive Spanish.
29
 
30
  ## Intended uses & limitations
31
 
32
- Mbart-neutralization was created in the context of a class exercice.
33
 
34
  ## Training and evaluation data
35
 
36
- The training and evaluation data used in our model stays the same as the training and evaluation data of the Spanish Gender Neutralization dataset.
37
 
38
  ## Training procedure
39
 
@@ -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 | 440 | 0.0190 | 99.0039 | 18.7292 |
56
- | 0.2249 | 2.0 | 880 | 0.0107 | 98.3768 | 33.5417 |
57
 
58
 
59
  ### Framework versions
 
17
 
18
  # mbart-neutralization
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
 
28
+ More information needed
29
 
30
  ## Intended uses & limitations
31
 
32
+ More information needed
33
 
34
  ## Training and evaluation data
35
 
36
+ More information needed
37
 
38
  ## Training procedure
39
 
 
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