bishalbaaniya
commited on
Commit
•
9f08a11
1
Parent(s):
cf8b06d
update model card README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ tags:
|
|
4 |
- translation
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
-
-
|
8 |
metrics:
|
9 |
- bleu
|
10 |
model-index:
|
@@ -14,15 +14,15 @@ model-index:
|
|
14 |
name: Sequence-to-sequence Language Modeling
|
15 |
type: text2text-generation
|
16 |
dataset:
|
17 |
-
name:
|
18 |
-
type:
|
19 |
-
config:
|
20 |
split: train
|
21 |
-
args:
|
22 |
metrics:
|
23 |
- name: Bleu
|
24 |
type: bleu
|
25 |
-
value:
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -30,10 +30,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
|
31 |
# marian-finetuned-kde4-en-to-fr
|
32 |
|
33 |
-
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-fr
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss:
|
36 |
-
- Bleu:
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
4 |
- translation
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
+
- kde4
|
8 |
metrics:
|
9 |
- bleu
|
10 |
model-index:
|
|
|
14 |
name: Sequence-to-sequence Language Modeling
|
15 |
type: text2text-generation
|
16 |
dataset:
|
17 |
+
name: kde4
|
18 |
+
type: kde4
|
19 |
+
config: en-fr
|
20 |
split: train
|
21 |
+
args: en-fr
|
22 |
metrics:
|
23 |
- name: Bleu
|
24 |
type: bleu
|
25 |
+
value: 52.989659999728424
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
30 |
|
31 |
# marian-finetuned-kde4-en-to-fr
|
32 |
|
33 |
+
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.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.8556
|
36 |
+
- Bleu: 52.9897
|
37 |
|
38 |
## Model description
|
39 |
|