Kabelo Malapane commited on
Commit
3014685
1 Parent(s): 833adcb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - translation
5
+ - generated_from_trainer
6
+ metrics:
7
+ - bleu
8
+ model-index:
9
+ - name: Af-En_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
+ # Af-En_update
17
+
18
+ This model is a fine-tuned version of [Helsinki-NLP/opus-mt-af-en](https://huggingface.co/Helsinki-NLP/opus-mt-af-en) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.7197
21
+ - Bleu: 55.3346
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: 15
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Bleu |
51
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|
52
+ | 1.3745 | 1.0 | 2553 | 1.7537 | 51.9270 |
53
+ | 1.0462 | 2.0 | 5106 | 1.6305 | 53.9359 |
54
+ | 0.896 | 3.0 | 7659 | 1.6216 | 54.3049 |
55
+ | 0.7824 | 4.0 | 10212 | 1.6108 | 54.9902 |
56
+ | 0.6974 | 5.0 | 12765 | 1.6183 | 55.0265 |
57
+ | 0.643 | 6.0 | 15318 | 1.6207 | 55.4137 |
58
+ | 0.5635 | 7.0 | 17871 | 1.6276 | 55.1335 |
59
+ | 0.5141 | 8.0 | 20424 | 1.6498 | 55.2215 |
60
+ | 0.4681 | 9.0 | 22977 | 1.6678 | 55.2000 |
61
+ | 0.4304 | 10.0 | 25530 | 1.6797 | 55.2748 |
62
+ | 0.425 | 11.0 | 28083 | 1.7004 | 55.0478 |
63
+ | 0.398 | 12.0 | 30636 | 1.7013 | 55.3591 |
64
+ | 0.3759 | 13.0 | 33189 | 1.7082 | 55.3225 |
65
+ | 0.3681 | 14.0 | 35742 | 1.7151 | 55.1793 |
66
+ | 0.3571 | 15.0 | 38295 | 1.7197 | 55.2729 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.21.0
72
+ - Pytorch 1.12.0+cu113
73
+ - Datasets 2.4.0
74
+ - Tokenizers 0.12.1