Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,8 @@ metrics:
|
|
9 |
model-index:
|
10 |
- name: mbart-neutralization
|
11 |
results: []
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# mbart-neutralization
|
18 |
|
19 |
-
This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.0181
|
22 |
- Bleu: 98.7341
|
@@ -24,7 +26,7 @@ It achieves the following results on the evaluation set:
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
-
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
|
@@ -60,4 +62,4 @@ The following hyperparameters were used during training:
|
|
60 |
- Transformers 4.37.2
|
61 |
- Pytorch 2.1.0+cu121
|
62 |
- Datasets 2.17.1
|
63 |
-
- Tokenizers 0.15.2
|
|
|
9 |
model-index:
|
10 |
- name: mbart-neutralization
|
11 |
results: []
|
12 |
+
language:
|
13 |
+
- es
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
18 |
|
19 |
# mbart-neutralization
|
20 |
|
21 |
+
This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on on the following dataset: hackathon-pln-es/neutral-es.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: 0.0181
|
24 |
- Bleu: 98.7341
|
|
|
26 |
|
27 |
## Model description
|
28 |
|
29 |
+
Used and trained as part of the Master's Degree in NLP of Universidad de la Rioja 2023-2024
|
30 |
|
31 |
## Intended uses & limitations
|
32 |
|
|
|
62 |
- Transformers 4.37.2
|
63 |
- Pytorch 2.1.0+cu121
|
64 |
- Datasets 2.17.1
|
65 |
+
- Tokenizers 0.15.2
|