Training complete
Browse files- README.md +23 -7
- generation_config.json +1 -1
README.md
CHANGED
@@ -5,11 +5,26 @@ base_model: Helsinki-NLP/opus-mt-en-fr
|
|
5 |
tags:
|
6 |
- translation
|
7 |
- generated_from_trainer
|
|
|
|
|
8 |
metrics:
|
9 |
- bleu
|
10 |
model-index:
|
11 |
- name: marian-finetuned-kde4-en-to-fr
|
12 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -17,11 +32,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# marian-finetuned-kde4-en-to-fr
|
19 |
|
20 |
-
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-fr](https://huggingface.co/Helsinki-NLP/opus-mt-en-fr) on
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Model Preparation Time: 0.
|
24 |
-
- Bleu:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -55,6 +70,7 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
### Framework versions
|
57 |
|
58 |
-
- Transformers 4.46.
|
59 |
-
- Pytorch 2.
|
|
|
60 |
- Tokenizers 0.20.3
|
|
|
5 |
tags:
|
6 |
- translation
|
7 |
- generated_from_trainer
|
8 |
+
datasets:
|
9 |
+
- kde4
|
10 |
metrics:
|
11 |
- bleu
|
12 |
model-index:
|
13 |
- name: marian-finetuned-kde4-en-to-fr
|
14 |
+
results:
|
15 |
+
- task:
|
16 |
+
name: Sequence-to-sequence Language Modeling
|
17 |
+
type: text2text-generation
|
18 |
+
dataset:
|
19 |
+
name: kde4
|
20 |
+
type: kde4
|
21 |
+
config: en-fr
|
22 |
+
split: train
|
23 |
+
args: en-fr
|
24 |
+
metrics:
|
25 |
+
- name: Bleu
|
26 |
+
type: bleu
|
27 |
+
value: 52.918210275652555
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
# marian-finetuned-kde4-en-to-fr
|
34 |
|
35 |
+
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-fr](https://huggingface.co/Helsinki-NLP/opus-mt-en-fr) on the kde4 dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
+
- Loss: 0.8553
|
38 |
+
- Model Preparation Time: 0.0048
|
39 |
+
- Bleu: 52.9182
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
70 |
|
71 |
### Framework versions
|
72 |
|
73 |
+
- Transformers 4.46.3
|
74 |
+
- Pytorch 2.1.0+cu118
|
75 |
+
- Datasets 3.1.0
|
76 |
- Tokenizers 0.20.3
|
generation_config.json
CHANGED
@@ -12,5 +12,5 @@
|
|
12 |
"num_beams": 4,
|
13 |
"pad_token_id": 59513,
|
14 |
"renormalize_logits": true,
|
15 |
-
"transformers_version": "4.46.
|
16 |
}
|
|
|
12 |
"num_beams": 4,
|
13 |
"pad_token_id": 59513,
|
14 |
"renormalize_logits": true,
|
15 |
+
"transformers_version": "4.46.3"
|
16 |
}
|