Tinaenhugging
commited on
Commit
•
8629cb6
1
Parent(s):
71781d0
Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,10 @@ metrics:
|
|
9 |
model-index:
|
10 |
- name: mbart-non-mysoginistic-reformulation
|
11 |
results: []
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# mbart-non-mysoginistic-reformulation
|
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: 3.5140
|
22 |
- Bleu: 10.6012
|
@@ -24,7 +28,7 @@ It achieves the following results on the evaluation set:
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
-
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
|
@@ -60,4 +64,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-non-mysoginistic-reformulation
|
11 |
results: []
|
12 |
+
datasets:
|
13 |
+
- glombardo/misogynistic-statements-and-their-potential-restructuring
|
14 |
+
language:
|
15 |
+
- es
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
20 |
|
21 |
# mbart-non-mysoginistic-reformulation
|
22 |
|
23 |
+
This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on the following dataset: glombardo/misogynistic-statements-and-their-potential-restructuring .
|
24 |
It achieves the following results on the evaluation set:
|
25 |
- Loss: 3.5140
|
26 |
- Bleu: 10.6012
|
|
|
28 |
|
29 |
## Model description
|
30 |
|
31 |
+
Used and trained as part of the Master's Degree in NLP of Universidad de la Rioja 2023-2024
|
32 |
|
33 |
## Intended uses & limitations
|
34 |
|
|
|
64 |
- Transformers 4.37.2
|
65 |
- Pytorch 2.1.0+cu121
|
66 |
- Datasets 2.17.1
|
67 |
+
- Tokenizers 0.15.2
|