Update README.md
Browse files
README.md
CHANGED
@@ -9,11 +9,11 @@ metrics:
|
|
9 |
model-index:
|
10 |
- name: mbart-large-50-English_Spanish_Translation
|
11 |
results: []
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
-
should probably proofread and complete it, then remove this comment. -->
|
16 |
-
|
17 |
# mbart-large-50-English_Spanish_Translation
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on the None dataset.
|
@@ -25,15 +25,17 @@ It achieves the following results on the evaluation set:
|
|
25 |
|
26 |
## Model description
|
27 |
|
28 |
-
|
|
|
|
|
29 |
|
30 |
## Intended uses & limitations
|
31 |
|
32 |
-
|
33 |
|
34 |
## Training and evaluation data
|
35 |
|
36 |
-
|
37 |
|
38 |
## Training procedure
|
39 |
|
@@ -61,4 +63,4 @@ The following hyperparameters were used during training:
|
|
61 |
- Transformers 4.22.2
|
62 |
- Pytorch 1.12.1
|
63 |
- Datasets 2.5.2
|
64 |
-
- Tokenizers 0.12.1
|
|
|
9 |
model-index:
|
10 |
- name: mbart-large-50-English_Spanish_Translation
|
11 |
results: []
|
12 |
+
language:
|
13 |
+
- en
|
14 |
+
- es
|
15 |
---
|
16 |
|
|
|
|
|
|
|
17 |
# mbart-large-50-English_Spanish_Translation
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on the None dataset.
|
|
|
25 |
|
26 |
## Model description
|
27 |
|
28 |
+
Translating English inputs to Spanish.
|
29 |
+
|
30 |
+
Here is the link to the script I created to train this model: https://github.com/DunnBC22/NLP_Projects/blob/main/Machine%20Translation/NLP%20Translation%20Project-EN:ES.ipynb
|
31 |
|
32 |
## Intended uses & limitations
|
33 |
|
34 |
+
This model is intended to demonstrate my ability to solve a complex problem using technology.
|
35 |
|
36 |
## Training and evaluation data
|
37 |
|
38 |
+
Dataset Source: https://www.kaggle.com/datasets/hgultekin/paralel-translation-corpus-in-22-languages
|
39 |
|
40 |
## Training procedure
|
41 |
|
|
|
63 |
- Transformers 4.22.2
|
64 |
- Pytorch 1.12.1
|
65 |
- Datasets 2.5.2
|
66 |
+
- Tokenizers 0.12.1
|