Kabelo Malapane commited on
Commit
a741860
1 Parent(s): 07302c1

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: Nso-En_update3
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
+ # Nso-En_update3
17
+
18
+ This model is a fine-tuned version of [Helsinki-NLP/opus-mt-nso-en](https://huggingface.co/Helsinki-NLP/opus-mt-nso-en) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 2.6854
21
+ - Bleu: 21.2223
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
+ | 3.5054 | 1.0 | 1734 | 3.1912 | 16.5243 |
53
+ | 3.0368 | 2.0 | 3468 | 2.9680 | 18.0237 |
54
+ | 2.6866 | 3.0 | 5202 | 2.8594 | 19.5515 |
55
+ | 2.51 | 4.0 | 6936 | 2.7916 | 20.1468 |
56
+ | 2.3754 | 5.0 | 8670 | 2.7438 | 20.0535 |
57
+ | 2.2534 | 6.0 | 10404 | 2.7186 | 20.7329 |
58
+ | 2.144 | 7.0 | 12138 | 2.7034 | 20.9116 |
59
+ | 2.0709 | 8.0 | 13872 | 2.6945 | 21.0866 |
60
+ | 2.0191 | 9.0 | 15606 | 2.6880 | 21.1577 |
61
+ | 1.9973 | 10.0 | 17340 | 2.6854 | 21.1386 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.20.1
67
+ - Pytorch 1.12.0+cu113
68
+ - Datasets 2.3.2
69
+ - Tokenizers 0.12.1