Kabelo Malapane commited on
Commit
8bb31a8
·
1 Parent(s): a66d4b2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - translation
5
+ - generated_from_trainer
6
+ metrics:
7
+ - bleu
8
+ model-index:
9
+ - name: En-Af_update
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
+ # En-Af_update
17
+
18
+ This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-af](https://huggingface.co/Helsinki-NLP/opus-mt-en-af) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.8089
21
+ - Bleu: 45.1780
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 32
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 10
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Bleu |
51
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|
52
+ | 1.4243 | 1.0 | 2553 | 1.8451 | 42.1314 |
53
+ | 1.0987 | 2.0 | 5106 | 1.7509 | 44.0714 |
54
+ | 0.9329 | 3.0 | 7659 | 1.7340 | 44.6003 |
55
+ | 0.8365 | 4.0 | 10212 | 1.7260 | 44.7820 |
56
+ | 0.7556 | 5.0 | 12765 | 1.7590 | 45.1180 |
57
+ | 0.6944 | 6.0 | 15318 | 1.7715 | 45.1451 |
58
+ | 0.652 | 7.0 | 17871 | 1.7696 | 45.1025 |
59
+ | 0.6132 | 8.0 | 20424 | 1.8060 | 45.1781 |
60
+ | 0.5832 | 9.0 | 22977 | 1.8135 | 45.2485 |
61
+ | 0.5602 | 10.0 | 25530 | 1.8089 | 45.1730 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.21.0
67
+ - Pytorch 1.12.0+cu113
68
+ - Datasets 2.4.0
69
+ - Tokenizers 0.12.1