meghazisofiane commited on
Commit
4d31ebc
1 Parent(s): 7b9ac3a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-1000instancesopus-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: 21.3028
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-1000instancesopus-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.1421
33
+ - Bleu: 21.3028
34
+ - Meteor: 0.1285
35
+ - Gen Len: 9.975
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.0508 | 1.0 | 100 | 0.1413 | 27.9009 | 0.1416 | 8.85 |
68
+ | 0.1253 | 2.0 | 200 | 0.1372 | 23.11 | 0.1345 | 9.855 |
69
+ | 0.1017 | 3.0 | 300 | 0.1390 | 21.7885 | 0.1364 | 9.97 |
70
+ | 0.0868 | 4.0 | 400 | 0.1378 | 21.3889 | 0.1314 | 9.835 |
71
+ | 0.0754 | 5.0 | 500 | 0.1398 | 22.198 | 0.132 | 9.675 |
72
+ | 0.0667 | 6.0 | 600 | 0.1396 | 20.8645 | 0.1308 | 10.055 |
73
+ | 0.0604 | 7.0 | 700 | 0.1408 | 20.289 | 0.1303 | 10.53 |
74
+ | 0.0553 | 8.0 | 800 | 0.1414 | 21.7023 | 0.1293 | 10.005 |
75
+ | 0.0518 | 9.0 | 900 | 0.1421 | 21.3028 | 0.1285 | 9.975 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.18.0
81
+ - Pytorch 1.11.0
82
+ - Datasets 2.1.0
83
+ - Tokenizers 0.12.1