Training complete
Browse files- README.md +4 -4
- generation_config.json +2 -1
README.md
CHANGED
@@ -23,7 +23,7 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Bleu
|
25 |
type: bleu
|
26 |
-
value: 52.
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -34,7 +34,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
34 |
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.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
- Loss: 0.8556
|
37 |
-
- Bleu: 52.
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -67,7 +67,7 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
### Framework versions
|
69 |
|
70 |
-
- Transformers 4.
|
71 |
- Pytorch 2.0.1+cu118
|
72 |
-
- Datasets 2.14.
|
73 |
- Tokenizers 0.13.3
|
|
|
23 |
metrics:
|
24 |
- name: Bleu
|
25 |
type: bleu
|
26 |
+
value: 52.92454808849736
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
34 |
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.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
- Loss: 0.8556
|
37 |
+
- Bleu: 52.9245
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
67 |
|
68 |
### Framework versions
|
69 |
|
70 |
+
- Transformers 4.32.0
|
71 |
- Pytorch 2.0.1+cu118
|
72 |
+
- Datasets 2.14.4
|
73 |
- Tokenizers 0.13.3
|
generation_config.json
CHANGED
@@ -11,5 +11,6 @@
|
|
11 |
"max_length": 512,
|
12 |
"num_beams": 4,
|
13 |
"pad_token_id": 59513,
|
14 |
-
"
|
|
|
15 |
}
|
|
|
11 |
"max_length": 512,
|
12 |
"num_beams": 4,
|
13 |
"pad_token_id": 59513,
|
14 |
+
"renormalize_logits": true,
|
15 |
+
"transformers_version": "4.32.0"
|
16 |
}
|