meghazisofiane commited on
Commit
408c890
1 Parent(s): 7db0c71

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - opus100
7
+ metrics:
8
+ - bleu
9
+ model-index:
10
+ - name: opus-mt-en-ar-evaluated-en-to-ar-2000instancesopus-leaningRate2e-05-batchSize8-11epoch-3
11
+ results:
12
+ - task:
13
+ name: Sequence-to-sequence Language Modeling
14
+ type: text2text-generation
15
+ dataset:
16
+ name: opus100
17
+ type: opus100
18
+ args: ar-en
19
+ metrics:
20
+ - name: Bleu
21
+ type: bleu
22
+ value: 27.5576
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-evaluated-en-to-ar-2000instancesopus-leaningRate2e-05-batchSize8-11epoch-3
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 opus100 dataset.
31
+ It achieves the following results on the evaluation set:
32
+ - Loss: 0.2352
33
+ - Bleu: 27.5576
34
+ - Meteor: 0.1675
35
+ - Gen Len: 11.4225
36
+
37
+ ## Model description
38
+
39
+ More information needed
40
+
41
+ ## Intended uses & limitations
42
+
43
+ More information needed
44
+
45
+ ## Training and evaluation data
46
+
47
+ More information needed
48
+
49
+ ## Training procedure
50
+
51
+ ### Training hyperparameters
52
+
53
+ The following hyperparameters were used during training:
54
+ - learning_rate: 2e-05
55
+ - train_batch_size: 8
56
+ - eval_batch_size: 8
57
+ - seed: 42
58
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
+ - lr_scheduler_type: linear
60
+ - num_epochs: 11
61
+ - mixed_precision_training: Native AMP
62
+
63
+ ### Training results
64
+
65
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Meteor | Gen Len |
66
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|
67
+ | 1.0592 | 0.5 | 100 | 0.2330 | 27.1301 | 0.1711 | 11.6275 |
68
+ | 0.1805 | 1.0 | 200 | 0.2286 | 28.7262 | 0.1732 | 11.355 |
69
+ | 0.1454 | 1.5 | 300 | 0.2283 | 28.0642 | 0.1754 | 11.4775 |
70
+ | 0.1457 | 2.0 | 400 | 0.2292 | 27.5737 | 0.1716 | 11.535 |
71
+ | 0.1153 | 2.5 | 500 | 0.2298 | 25.3882 | 0.1729 | 12.3825 |
72
+ | 0.1267 | 3.0 | 600 | 0.2321 | 27.8985 | 0.1689 | 11.7675 |
73
+ | 0.1045 | 3.5 | 700 | 0.2336 | 26.6215 | 0.1661 | 12.0825 |
74
+ | 0.101 | 4.0 | 800 | 0.2352 | 27.5576 | 0.1675 | 11.4225 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.18.0
80
+ - Pytorch 1.11.0
81
+ - Datasets 2.1.0
82
+ - Tokenizers 0.12.1