AntaraIIITD commited on
Commit
21bdac3
1 Parent(s): 44e5bbb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - wmt16
7
+ model-index:
8
+ - name: opus-mt-en-de-finetuned-en-to-de
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-en-de-finetuned-en-to-de
16
+
17
+ 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.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.2799
20
+ - Bleu1: 0.5227
21
+ - Bleu2: 0.3993
22
+ - Rougelsum: 0.5577
23
+ - Gen Len: 27.2379
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 2e-05
43
+ - train_batch_size: 16
44
+ - eval_batch_size: 16
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 5
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Bleu1 | Bleu2 | Rougelsum | Gen Len |
54
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:---------:|:-------:|
55
+ | 1.5412 | 1.0 | 15625 | 1.2853 | 0.5232 | 0.4001 | 0.5595 | 27.1014 |
56
+ | 1.5375 | 2.0 | 31250 | 1.2816 | 0.5229 | 0.3996 | 0.5582 | 27.0881 |
57
+ | 1.5452 | 3.0 | 46875 | 1.2804 | 0.5227 | 0.3995 | 0.5577 | 27.2328 |
58
+ | 1.5405 | 4.0 | 62500 | 1.2800 | 0.5225 | 0.3993 | 0.5577 | 27.2365 |
59
+ | 1.5373 | 5.0 | 78125 | 1.2799 | 0.5227 | 0.3993 | 0.5577 | 27.2379 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.27.4
65
+ - Pytorch 2.0.0+cu118
66
+ - Datasets 2.11.0
67
+ - Tokenizers 0.13.3