peteryushunli
commited on
Commit
•
ad19a9f
1
Parent(s):
6a98b78
update model card README.md
Browse files
README.md
CHANGED
@@ -6,9 +6,24 @@ tags:
|
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
- kde4
|
|
|
|
|
9 |
model-index:
|
10 |
- name: marian-finetuned-kde4-en-to-zh
|
11 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -17,6 +32,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
# marian-finetuned-kde4-en-to-zh
|
18 |
|
19 |
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-zh](https://huggingface.co/Helsinki-NLP/opus-mt-en-zh) on the kde4 dataset.
|
|
|
|
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
- kde4
|
9 |
+
metrics:
|
10 |
+
- bleu
|
11 |
model-index:
|
12 |
- name: marian-finetuned-kde4-en-to-zh
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Sequence-to-sequence Language Modeling
|
16 |
+
type: text2text-generation
|
17 |
+
dataset:
|
18 |
+
name: kde4
|
19 |
+
type: kde4
|
20 |
+
config: en-zh_CN
|
21 |
+
split: train
|
22 |
+
args: en-zh_CN
|
23 |
+
metrics:
|
24 |
+
- name: Bleu
|
25 |
+
type: bleu
|
26 |
+
value: 38.824690202277885
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
# marian-finetuned-kde4-en-to-zh
|
33 |
|
34 |
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-zh](https://huggingface.co/Helsinki-NLP/opus-mt-en-zh) on the kde4 dataset.
|
35 |
+
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.9353
|
37 |
+
- Bleu: 38.8247
|
38 |
|
39 |
## Model description
|
40 |
|