Update README.md
Browse files
README.md
CHANGED
|
@@ -3,22 +3,24 @@ library_name: transformers
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
- zh
|
| 6 |
-
base_model: opus-mt-en-zh
|
| 7 |
tags:
|
| 8 |
- generated_from_trainer
|
| 9 |
metrics:
|
| 10 |
- bleu
|
|
|
|
| 11 |
model-index:
|
| 12 |
-
- name:
|
| 13 |
results: []
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 17 |
should probably proofread and complete it, then remove this comment. -->
|
| 18 |
|
| 19 |
-
#
|
| 20 |
|
| 21 |
-
This model is a fine-tuned version of [opus-mt-en-zh](https://huggingface.co/opus-mt-en
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
- Loss: 1.9379
|
| 24 |
- Bleu: 65.1489
|
|
@@ -31,11 +33,11 @@ More information needed
|
|
| 31 |
|
| 32 |
## Intended uses & limitations
|
| 33 |
|
| 34 |
-
|
| 35 |
|
| 36 |
## Training and evaluation data
|
| 37 |
|
| 38 |
-
|
| 39 |
|
| 40 |
## Training procedure
|
| 41 |
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
- zh
|
| 6 |
+
base_model: Helsinki-NLP/opus-mt-en-zh
|
| 7 |
tags:
|
| 8 |
- generated_from_trainer
|
| 9 |
metrics:
|
| 10 |
- bleu
|
| 11 |
+
- meteor
|
| 12 |
model-index:
|
| 13 |
+
- name: opus_mt_en_zh_AIchallenger
|
| 14 |
results: []
|
| 15 |
+
pipeline_tag: translation
|
| 16 |
---
|
| 17 |
|
| 18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 19 |
should probably proofread and complete it, then remove this comment. -->
|
| 20 |
|
| 21 |
+
# opus_mt_en_zh_AIchallenger
|
| 22 |
|
| 23 |
+
This model is a fine-tuned version of [opus-mt-en-zh](https://huggingface.co/Helsinki-NLP/opus-mt-zh-en) on the [AIChallenger2017](https://tianchi.aliyun.com/dataset/174937) dataset.
|
| 24 |
It achieves the following results on the evaluation set:
|
| 25 |
- Loss: 1.9379
|
| 26 |
- Bleu: 65.1489
|
|
|
|
| 33 |
|
| 34 |
## Intended uses & limitations
|
| 35 |
|
| 36 |
+
This model is used to run the translation model on the client side.
|
| 37 |
|
| 38 |
## Training and evaluation data
|
| 39 |
|
| 40 |
+
Dataset Source: https://tianchi.aliyun.com/dataset/174937
|
| 41 |
|
| 42 |
## Training procedure
|
| 43 |
|