PontifexMaximus commited on
Commit
80af21d
1 Parent(s): b256462

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - wmt14
7
+ model-index:
8
+ - name: opus-mt-de-en-finetuned-de-to-en
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # opus-mt-de-en-finetuned-de-to-en
16
+
17
+ This model is a fine-tuned version of [Helsinki-NLP/opus-mt-de-en](https://huggingface.co/Helsinki-NLP/opus-mt-de-en) on the wmt14 dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - eval_loss: 1.3411
20
+ - eval_bleu: 32.4395
21
+ - eval_gen_len: 29.6925
22
+ - eval_runtime: 2250.0489
23
+ - eval_samples_per_second: 19.998
24
+ - eval_steps_per_second: 0.625
25
+ - epoch: 3.0
26
+ - step: 4221
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 2e-06
46
+ - train_batch_size: 32
47
+ - eval_batch_size: 32
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 11
52
+ - mixed_precision_training: Native AMP
53
+
54
+ ### Framework versions
55
+
56
+ - Transformers 4.19.2
57
+ - Pytorch 1.7.1+cu110
58
+ - Datasets 2.2.2
59
+ - Tokenizers 0.12.1