peterhsu commited on
Commit
1364794
1 Parent(s): 5aec5eb

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ tags:
2
+ - translation
3
+ datasets:
4
+ - kde4
5
+ metrics:
6
+ - bleu
7
+ model-index:
8
+ - name: marian-finetuned-kde4-en-to-zh_TW-accelerate
9
+ results:
10
+ - task:
11
+ name: Sequence-to-sequence Language Modeling
12
+ type: translation
13
+ dataset:
14
+ name: kde4
15
+ type: kde4
16
+ args: en-zh
17
+ metrics:
18
+ - name: Bleu
19
+ type: bleu
20
+ value: 40.70
21
+ ---
22
+
23
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
24
+ should probably proofread and complete it, then remove this comment. -->
25
+
26
+
27
+ # marian-finetuned-kde4-en-to-zh_TW
28
+
29
+ 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.
30
+ It achieves the following results on the evaluation set:
31
+ - Bleu: 40.70
32
+
33
+ ## Model description
34
+
35
+ More information needed
36
+
37
+ ## Intended uses & limitations
38
+
39
+ More information needed
40
+
41
+ ## Training and evaluation data
42
+
43
+ More information needed
44
+
45
+ ## Training procedure
46
+
47
+ ### Training hyperparameters
48
+
49
+ The following hyperparameters were used during training:
50
+ - learning_rate: 2e-05
51
+ - train_batch_size: 8
52
+ - eval_batch_size: 8
53
+ - seed: 42
54
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
55
+ - lr_scheduler_type: linear
56
+ - num_epochs: 3
57
+ - mixed_precision_training: Native AMP
58
+
59
+ ### Training results
60
+
61
+
62
+
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.16.2
68
+ - Pytorch 1.10.0+cu111
69
+ - Datasets 1.18.3
70
+ - Tokenizers 0.11.0