mohamedtolba commited on
Commit
edcd4c6
1 Parent(s): 5e306cd

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +85 -0
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-3
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-3
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: 3.8103
21
+ - Bleu: 8.7335
22
+ - Gen Len: 23.16
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: 25
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
52
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
53
+ | No log | 1.0 | 14 | 8.4807 | 0.0 | 403.72 |
54
+ | No log | 2.0 | 28 | 7.7371 | 0.0 | 189.68 |
55
+ | No log | 3.0 | 42 | 7.2123 | 0.1961 | 80.52 |
56
+ | No log | 4.0 | 56 | 6.8014 | 0.1764 | 100.08 |
57
+ | No log | 5.0 | 70 | 6.4285 | 0.2171 | 54.96 |
58
+ | No log | 6.0 | 84 | 6.1286 | 0.209 | 88.92 |
59
+ | No log | 7.0 | 98 | 5.8323 | 0.2334 | 26.0 |
60
+ | No log | 8.0 | 112 | 5.6044 | 0.2352 | 25.6 |
61
+ | No log | 9.0 | 126 | 5.3873 | 0.2435 | 25.84 |
62
+ | No log | 10.0 | 140 | 5.2068 | 0.2459 | 24.48 |
63
+ | No log | 11.0 | 154 | 5.0464 | 0.6902 | 23.68 |
64
+ | No log | 12.0 | 168 | 4.8825 | 0.7391 | 24.4 |
65
+ | No log | 13.0 | 182 | 4.7366 | 1.185 | 22.68 |
66
+ | No log | 14.0 | 196 | 4.5743 | 1.3994 | 23.6 |
67
+ | No log | 15.0 | 210 | 4.4676 | 1.9653 | 23.84 |
68
+ | No log | 16.0 | 224 | 4.3406 | 1.9566 | 23.88 |
69
+ | No log | 17.0 | 238 | 4.2305 | 2.1215 | 22.88 |
70
+ | No log | 18.0 | 252 | 4.1240 | 4.4593 | 22.28 |
71
+ | No log | 19.0 | 266 | 4.0583 | 3.2999 | 22.52 |
72
+ | No log | 20.0 | 280 | 3.9704 | 7.1094 | 23.12 |
73
+ | No log | 21.0 | 294 | 3.9151 | 7.3081 | 23.12 |
74
+ | No log | 22.0 | 308 | 3.8737 | 7.2132 | 23.72 |
75
+ | No log | 23.0 | 322 | 3.8393 | 9.0724 | 22.92 |
76
+ | No log | 24.0 | 336 | 3.8173 | 8.8528 | 23.0 |
77
+ | No log | 25.0 | 350 | 3.8103 | 8.7335 | 23.16 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.31.0
83
+ - Pytorch 2.0.1+cu118
84
+ - Datasets 2.14.4
85
+ - Tokenizers 0.13.3