huhu233 commited on
Commit
f4ad7d9
1 Parent(s): 8cde61d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -1,3 +1,32 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: opus-mt-en-zh-finetuned-en-to-zh
7
+ results: []
8
+ language:
9
+ - en
10
+ - zh
11
  ---
12
+
13
+ # opus-mt-zh-en-finetuned-chn-to-eng
14
+
15
+ 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 dataset [News Commentary v13](http://data.statmt.org/wmt18/translation-task/training-parallel-nc-v13.tgz) which you can find in [EMNLP 2018 THIRD CONFERENCE ON MACHINE TRANSLATION (WMT18)](https://statmt.org/wmt18/translation-task.html).
16
+
17
+ ### Training hyperparameters
18
+
19
+ The following hyperparameters were used during training:
20
+ - learning_rate: 2e-05
21
+ - train_batch_size: 16
22
+ - eval_batch_size: 16
23
+ - num_epochs: 10
24
+
25
+
26
+ ### Framework versions
27
+
28
+ - Transformers 4.30.2
29
+ - Pytorch 1.13.1+cu117
30
+ - Datasets 2.14.3
31
+ - Tokenizers 0.13.3
32
+ - sentencepiece 0.1.99