meghazisofiane commited on
Commit
cad0f31
1 Parent(s): 63c88ae

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +89 -0
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - un_multi
7
+ metrics:
8
+ - bleu
9
+ model-index:
10
+ - name: opus-mt-en-ar-finetuned-en-to-ar
11
+ results:
12
+ - task:
13
+ name: Sequence-to-sequence Language Modeling
14
+ type: text2text-generation
15
+ dataset:
16
+ name: un_multi
17
+ type: un_multi
18
+ args: ar-en
19
+ metrics:
20
+ - name: Bleu
21
+ type: bleu
22
+ value: 64.6767
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-en-ar-finetuned-en-to-ar
29
+
30
+ This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-ar](https://huggingface.co/Helsinki-NLP/opus-mt-en-ar) on the un_multi dataset.
31
+ It achieves the following results on the evaluation set:
32
+ - Loss: 0.8133
33
+ - Bleu: 64.6767
34
+ - Gen Len: 17.595
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-05
54
+ - train_batch_size: 16
55
+ - eval_batch_size: 16
56
+ - seed: 42
57
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
+ - lr_scheduler_type: linear
59
+ - num_epochs: 16
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 | 50 | 0.7710 | 64.3416 | 17.4 |
67
+ | No log | 2.0 | 100 | 0.7569 | 63.9546 | 17.465 |
68
+ | No log | 3.0 | 150 | 0.7570 | 64.7484 | 17.385 |
69
+ | No log | 4.0 | 200 | 0.7579 | 65.4073 | 17.305 |
70
+ | No log | 5.0 | 250 | 0.7624 | 64.8939 | 17.325 |
71
+ | No log | 6.0 | 300 | 0.7696 | 65.1257 | 17.45 |
72
+ | No log | 7.0 | 350 | 0.7747 | 65.527 | 17.395 |
73
+ | No log | 8.0 | 400 | 0.7791 | 65.1357 | 17.52 |
74
+ | No log | 9.0 | 450 | 0.7900 | 65.3812 | 17.415 |
75
+ | 0.3982 | 10.0 | 500 | 0.7925 | 65.7346 | 17.39 |
76
+ | 0.3982 | 11.0 | 550 | 0.7951 | 65.1267 | 17.62 |
77
+ | 0.3982 | 12.0 | 600 | 0.8040 | 64.6874 | 17.495 |
78
+ | 0.3982 | 13.0 | 650 | 0.8069 | 64.7788 | 17.52 |
79
+ | 0.3982 | 14.0 | 700 | 0.8105 | 64.6701 | 17.585 |
80
+ | 0.3982 | 15.0 | 750 | 0.8120 | 64.7111 | 17.58 |
81
+ | 0.3982 | 16.0 | 800 | 0.8133 | 64.6767 | 17.595 |
82
+
83
+
84
+ ### Framework versions
85
+
86
+ - Transformers 4.19.2
87
+ - Pytorch 1.11.0+cu113
88
+ - Datasets 2.2.2
89
+ - Tokenizers 0.12.1