first-commit
Browse files
README.md
CHANGED
@@ -2,36 +2,38 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: Helsinki-NLP/opus-mt-en-es
|
4 |
tags:
|
5 |
-
-
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
- name: dap305/Helsinki-finetuned-EuroParl-en-to-es
|
8 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
-
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
12 |
-
probably proofread and complete it, then remove this comment. -->
|
13 |
-
|
14 |
# dap305/Helsinki-finetuned-EuroParl-en-to-es
|
15 |
|
16 |
-
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-es](https://huggingface.co/Helsinki-NLP/opus-mt-en-es) on
|
17 |
-
It achieves the following results on the
|
18 |
- Train Loss: 0.9863
|
19 |
- Validation Loss: 1.1352
|
20 |
-
-
|
21 |
-
|
22 |
-
## Model description
|
23 |
-
|
24 |
-
More information needed
|
25 |
|
26 |
## Intended uses & limitations
|
27 |
|
28 |
-
|
29 |
|
30 |
## Training and evaluation data
|
31 |
|
32 |
-
|
33 |
-
|
34 |
-
## Training procedure
|
35 |
|
36 |
### Training hyperparameters
|
37 |
|
@@ -53,4 +55,4 @@ The following hyperparameters were used during training:
|
|
53 |
- Transformers 4.37.0
|
54 |
- TensorFlow 2.13.0
|
55 |
- Datasets 2.16.1
|
56 |
-
- Tokenizers 0.15.1
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: Helsinki-NLP/opus-mt-en-es
|
4 |
tags:
|
5 |
+
- translation
|
6 |
+
- UPV
|
7 |
+
- MIARFID
|
8 |
+
- EuroParl
|
9 |
model-index:
|
10 |
- name: dap305/Helsinki-finetuned-EuroParl-en-to-es
|
11 |
results: []
|
12 |
+
language:
|
13 |
+
- en
|
14 |
+
- es
|
15 |
+
metrics:
|
16 |
+
- bleu
|
17 |
+
library_name: transformers
|
18 |
+
pipeline_tag: translation
|
19 |
---
|
20 |
|
|
|
|
|
|
|
21 |
# dap305/Helsinki-finetuned-EuroParl-en-to-es
|
22 |
|
23 |
+
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-es](https://huggingface.co/Helsinki-NLP/opus-mt-en-es) on a subset of the EuroParl dataset.
|
24 |
+
It achieves the following results on the validation set:
|
25 |
- Train Loss: 0.9863
|
26 |
- Validation Loss: 1.1352
|
27 |
+
- BLUE: 37.083
|
|
|
|
|
|
|
|
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
|
31 |
+
This model has been created for learning purposes at the MIARFID Automatic Translation course.
|
32 |
|
33 |
## Training and evaluation data
|
34 |
|
35 |
+
This model was fine-tuned with a subset of the Europarl-v7-es-en, consisting of 50.000 sentences in English and Spanish.
|
36 |
+
Philipp Koehn. 2005. Europarl: A Parallel Corpus for Statistical Machine Translation. In Proceedings of Machine Translation Summit X: Papers, pages 79–86, Phuket, Thailand.
|
|
|
37 |
|
38 |
### Training hyperparameters
|
39 |
|
|
|
55 |
- Transformers 4.37.0
|
56 |
- TensorFlow 2.13.0
|
57 |
- Datasets 2.16.1
|
58 |
+
- Tokenizers 0.15.1
|