Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,10 @@ 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
|
@@ -25,7 +29,12 @@ It achieves the following results on the evaluation set:
|
|
25 |
|
26 |
## Model description
|
27 |
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
## Intended uses & limitations
|
31 |
|
@@ -61,4 +70,4 @@ The following hyperparameters were used during training:
|
|
61 |
- Transformers 4.49.0
|
62 |
- Pytorch 2.5.1+cu124
|
63 |
- Datasets 3.3.2
|
64 |
-
- Tokenizers 0.21.0
|
|
|
10 |
model-index:
|
11 |
- name: mbart-neutralization
|
12 |
results: []
|
13 |
+
datasets:
|
14 |
+
- somosnlp-hackathon-2022/neutral-es
|
15 |
+
language:
|
16 |
+
- es
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
## Model description
|
31 |
|
32 |
+
Disclaimer: this is part of a practical excerise carried out as part of the University course "Machine Traslation" of the Master's Degree in Language Processing and Applied AI to Linguistcs of Universidad de La Rioja.
|
33 |
+
This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on an unknown dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.0108
|
36 |
+
- Bleu: 98.1545
|
37 |
+
- Gen Len: 18.8229
|
38 |
|
39 |
## Intended uses & limitations
|
40 |
|
|
|
70 |
- Transformers 4.49.0
|
71 |
- Pytorch 2.5.1+cu124
|
72 |
- Datasets 3.3.2
|
73 |
+
- Tokenizers 0.21.0
|