End of training
Browse files
README.md
CHANGED
@@ -5,9 +5,24 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- wmt19
|
|
|
|
|
8 |
model-index:
|
9 |
- name: opus-mt-en-zh-finetuned-en-to-zh
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,6 +31,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
# opus-mt-en-zh-finetuned-en-to-zh
|
17 |
|
18 |
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 wmt19 dataset.
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -45,9 +64,9 @@ The following hyperparameters were used during training:
|
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
-
| Training Loss | Epoch | Step
|
49 |
-
|
50 |
-
|
|
51 |
|
52 |
|
53 |
### Framework versions
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- wmt19
|
8 |
+
metrics:
|
9 |
+
- bleu
|
10 |
model-index:
|
11 |
- name: opus-mt-en-zh-finetuned-en-to-zh
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Sequence-to-sequence Language Modeling
|
15 |
+
type: text2text-generation
|
16 |
+
dataset:
|
17 |
+
name: wmt19
|
18 |
+
type: wmt19
|
19 |
+
config: zh-en
|
20 |
+
split: train[:1000000]
|
21 |
+
args: zh-en
|
22 |
+
metrics:
|
23 |
+
- name: Bleu
|
24 |
+
type: bleu
|
25 |
+
value: 11.8568
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
# opus-mt-en-zh-finetuned-en-to-zh
|
32 |
|
33 |
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 wmt19 dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 1.6687
|
36 |
+
- Bleu: 11.8568
|
37 |
+
- Gen Len: 12.0341
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
68 |
+
|:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
|
69 |
+
| 1.7623 | 1.0 | 50000 | 1.6687 | 11.8568 | 12.0341 |
|
70 |
|
71 |
|
72 |
### Framework versions
|
runs/Mar29_03-30-55_7362099992b3/events.out.tfevents.1711683069.7362099992b3.4343.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df338fc98ded5e5561f80af5a28471684477f3e396798d2238fb2d186577becd
|
3 |
+
size 27725
|