ntr2026 commited on
Commit
723d2f8
·
verified ·
1 Parent(s): 7fad11f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -17,7 +17,7 @@ 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 an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.0138
23
  - Bleu: 98.5147
@@ -25,15 +25,14 @@ It achieves the following results on the evaluation set:
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
 
 
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 dataset hackathon-pln-es/neutral-es (https://huggingface.co/datasets/somosnlp-hackathon-2022/neutral-es).
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.0138
23
  - Bleu: 98.5147
 
25
 
26
  ## Model description
27
 
28
+ This model was delivered as part of a class project, in which we used different NLP libraries and resources.
29
 
30
  ## Intended uses & limitations
31
 
32
+ The aim of this model is detecting gendered-specific structures in Spanish and neutralize them to get a more inclusive text.
33
 
34
+ Given the computing limitations, there is room for improvement and obtenining more neutral texts.
35
 
 
36
 
37
  ## Training procedure
38