AntIIITD commited on
Commit
3415ffd
1 Parent(s): 2cd1848

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +81 -0
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - wmt16
7
+ metrics:
8
+ - bleu
9
+ model-index:
10
+ - name: opus-mt-en-de-finetuned-en-to-de
11
+ results:
12
+ - task:
13
+ name: Sequence-to-sequence Language Modeling
14
+ type: text2text-generation
15
+ dataset:
16
+ name: wmt16
17
+ type: wmt16
18
+ config: de-en
19
+ split: validation
20
+ args: de-en
21
+ metrics:
22
+ - name: Bleu
23
+ type: bleu
24
+ value: 30.529
25
+ ---
26
+
27
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
+ should probably proofread and complete it, then remove this comment. -->
29
+
30
+ # opus-mt-en-de-finetuned-en-to-de
31
+
32
+ This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-de](https://huggingface.co/Helsinki-NLP/opus-mt-en-de) on the wmt16 dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 1.2849
35
+ - Bleu: 30.529
36
+ - Rougelsum: 0.5587
37
+ - Gen Len: 27.0521
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 2e-05
57
+ - train_batch_size: 16
58
+ - eval_batch_size: 16
59
+ - seed: 42
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - num_epochs: 5
63
+ - mixed_precision_training: Native AMP
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Rougelsum | Gen Len |
68
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:---------:|:-------:|
69
+ | 1.5584 | 1.0 | 12500 | 1.2921 | 30.5519 | 0.5601 | 27.0549 |
70
+ | 1.5649 | 2.0 | 25000 | 1.2877 | 30.578 | 0.5591 | 27.0415 |
71
+ | 1.5686 | 3.0 | 37500 | 1.2859 | 30.5509 | 0.5591 | 27.0401 |
72
+ | 1.5507 | 4.0 | 50000 | 1.2851 | 30.5396 | 0.5589 | 27.0526 |
73
+ | 1.5532 | 5.0 | 62500 | 1.2849 | 30.529 | 0.5587 | 27.0521 |
74
+
75
+
76
+ ### Framework versions
77
+
78
+ - Transformers 4.27.4
79
+ - Pytorch 2.0.0+cu118
80
+ - Datasets 2.11.0
81
+ - Tokenizers 0.13.3