PontifexMaximus commited on
Commit
4eac235
1 Parent(s): 6c29fad

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +84 -0
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - opus_infopankki
7
+ metrics:
8
+ - bleu
9
+ model-index:
10
+ - name: opus-mt-ar-en-finetuned-ar-to-en
11
+ results:
12
+ - task:
13
+ name: Sequence-to-sequence Language Modeling
14
+ type: text2text-generation
15
+ dataset:
16
+ name: opus_infopankki
17
+ type: opus_infopankki
18
+ args: ar-en
19
+ metrics:
20
+ - name: Bleu
21
+ type: bleu
22
+ value: 28.9919
23
+ ---
24
+
25
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
26
+ should probably proofread and complete it, then remove this comment. -->
27
+
28
+ # opus-mt-ar-en-finetuned-ar-to-en
29
+
30
+ This model is a fine-tuned version of [Helsinki-NLP/opus-mt-ar-en](https://huggingface.co/Helsinki-NLP/opus-mt-ar-en) on the opus_infopankki dataset.
31
+ It achieves the following results on the evaluation set:
32
+ - Loss: 1.6629
33
+ - Bleu: 28.9919
34
+ - Gen Len: 15.6512
35
+
36
+ ## Model description
37
+
38
+ More information needed
39
+
40
+ ## Intended uses & limitations
41
+
42
+ More information needed
43
+
44
+ ## Training and evaluation data
45
+
46
+ More information needed
47
+
48
+ ## Training procedure
49
+
50
+ ### Training hyperparameters
51
+
52
+ The following hyperparameters were used during training:
53
+ - learning_rate: 2e-06
54
+ - train_batch_size: 32
55
+ - eval_batch_size: 32
56
+ - seed: 42
57
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
+ - lr_scheduler_type: linear
59
+ - num_epochs: 11
60
+ - mixed_precision_training: Native AMP
61
+
62
+ ### Training results
63
+
64
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
65
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
66
+ | No log | 1.0 | 159 | 2.1441 | 22.0728 | 16.5805 |
67
+ | No log | 2.0 | 318 | 2.0141 | 23.888 | 16.3754 |
68
+ | No log | 3.0 | 477 | 1.9228 | 25.2541 | 15.835 |
69
+ | 2.2356 | 4.0 | 636 | 1.8523 | 26.299 | 15.7874 |
70
+ | 2.2356 | 5.0 | 795 | 1.7971 | 26.8646 | 16.0247 |
71
+ | 2.2356 | 6.0 | 954 | 1.7536 | 27.2391 | 16.013 |
72
+ | 1.9609 | 7.0 | 1113 | 1.7200 | 27.7471 | 16.0237 |
73
+ | 1.9609 | 8.0 | 1272 | 1.6945 | 28.4924 | 15.6563 |
74
+ | 1.9609 | 9.0 | 1431 | 1.6771 | 28.8024 | 15.6445 |
75
+ | 1.8388 | 10.0 | 1590 | 1.6665 | 29.0016 | 15.6429 |
76
+ | 1.8388 | 11.0 | 1749 | 1.6629 | 28.9919 | 15.6512 |
77
+
78
+
79
+ ### Framework versions
80
+
81
+ - Transformers 4.19.2
82
+ - Pytorch 1.7.1+cu110
83
+ - Datasets 2.2.2
84
+ - Tokenizers 0.12.1