mohamedtolba commited on
Commit
5d91807
1 Parent(s): 2f54a14

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ base_model: Helsinki-NLP/opus-mt-tc-big-en-ar
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - bleu
8
+ model-index:
9
+ - name: opus-mt-tc-big-en-ar-finetuned-franco-to-arabic-1
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # opus-mt-tc-big-en-ar-finetuned-franco-to-arabic-1
17
+
18
+ This model is a fine-tuned version of [Helsinki-NLP/opus-mt-tc-big-en-ar](https://huggingface.co/Helsinki-NLP/opus-mt-tc-big-en-ar) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 2.1589
21
+ - Bleu: 27.737
22
+ - Gen Len: 20.9565
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 2e-05
42
+ - train_batch_size: 16
43
+ - eval_batch_size: 16
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 20
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
52
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
53
+ | No log | 1.0 | 13 | 3.2371 | 9.9987 | 21.0 |
54
+ | No log | 2.0 | 26 | 3.1023 | 10.8123 | 19.7826 |
55
+ | No log | 3.0 | 39 | 2.9474 | 9.0815 | 20.4783 |
56
+ | No log | 4.0 | 52 | 2.8274 | 11.6434 | 21.3478 |
57
+ | No log | 5.0 | 65 | 2.6879 | 11.6494 | 21.4348 |
58
+ | No log | 6.0 | 78 | 2.6243 | 16.1661 | 21.2174 |
59
+ | No log | 7.0 | 91 | 2.5342 | 16.5707 | 22.1304 |
60
+ | No log | 8.0 | 104 | 2.5489 | 17.885 | 20.2609 |
61
+ | No log | 9.0 | 117 | 2.4488 | 17.6415 | 20.4348 |
62
+ | No log | 10.0 | 130 | 2.4177 | 18.5943 | 20.5652 |
63
+ | No log | 11.0 | 143 | 2.3239 | 20.0857 | 21.3043 |
64
+ | No log | 12.0 | 156 | 2.2723 | 22.9544 | 21.4348 |
65
+ | No log | 13.0 | 169 | 2.2456 | 25.4455 | 21.5217 |
66
+ | No log | 14.0 | 182 | 2.2628 | 24.8757 | 21.2609 |
67
+ | No log | 15.0 | 195 | 2.2229 | 26.0051 | 21.3478 |
68
+ | No log | 16.0 | 208 | 2.2090 | 27.6742 | 20.8261 |
69
+ | No log | 17.0 | 221 | 2.1762 | 26.7048 | 21.3913 |
70
+ | No log | 18.0 | 234 | 2.1786 | 27.7328 | 21.1304 |
71
+ | No log | 19.0 | 247 | 2.1631 | 27.7187 | 21.2174 |
72
+ | No log | 20.0 | 260 | 2.1589 | 27.737 | 20.9565 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.31.0
78
+ - Pytorch 2.0.1+cu118
79
+ - Tokenizers 0.13.3