Update README.md
Browse files
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
|
| 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 |
-
|
| 29 |
|
| 30 |
## Intended uses & limitations
|
| 31 |
|
| 32 |
-
|
| 33 |
|
| 34 |
-
|
| 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 |
|