Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,8 @@ metrics:
|
|
| 10 |
model-index:
|
| 11 |
- name: mbart-neutralization
|
| 12 |
results: []
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -17,7 +19,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.0323
|
| 23 |
- Bleu: 98.8828
|
|
@@ -25,15 +27,8 @@ It achieves the following results on the evaluation set:
|
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
| 28 |
-
|
| 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 |
|
|
@@ -61,4 +56,4 @@ The following hyperparameters were used during training:
|
|
| 61 |
- Transformers 4.50.1
|
| 62 |
- Pytorch 2.6.0+cu124
|
| 63 |
- Datasets 3.4.1
|
| 64 |
-
- Tokenizers 0.21.1
|
|
|
|
| 10 |
model-index:
|
| 11 |
- name: mbart-neutralization
|
| 12 |
results: []
|
| 13 |
+
language:
|
| 14 |
+
- es
|
| 15 |
---
|
| 16 |
|
| 17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 19 |
|
| 20 |
# mbart-neutralization
|
| 21 |
|
| 22 |
+
This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on the "hackathon-pln-es/neutral-es" dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
- Loss: 0.0323
|
| 25 |
- Bleu: 98.8828
|
|
|
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
| 30 |
+
This model translates from “standard” to neutral Spanish. For example, it replaces gender markers in plurals with neuter constructions.
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
|
| 33 |
## Training procedure
|
| 34 |
|
|
|
|
| 56 |
- Transformers 4.50.1
|
| 57 |
- Pytorch 2.6.0+cu124
|
| 58 |
- Datasets 3.4.1
|
| 59 |
+
- Tokenizers 0.21.1
|