Kabelo Malapane commited on
Commit
7012fdf
1 Parent(s): 9e56f76

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: Zu-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
+ # Zu-En_update
17
+
18
+ This model is a fine-tuned version of [kabelomalapane/model_zu-en_updated](https://huggingface.co/kabelomalapane/model_zu-en_updated) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.9399
21
+ - Bleu: 27.9608
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
+ | 2.1017 | 1.0 | 1173 | 1.8404 | 29.1031 |
53
+ | 1.7497 | 2.0 | 2346 | 1.8318 | 28.9036 |
54
+ | 1.523 | 3.0 | 3519 | 1.8250 | 28.8415 |
55
+ | 1.364 | 4.0 | 4692 | 1.8551 | 28.6215 |
56
+ | 1.2462 | 5.0 | 5865 | 1.8684 | 28.3783 |
57
+ | 1.1515 | 6.0 | 7038 | 1.8948 | 28.3372 |
58
+ | 1.0796 | 7.0 | 8211 | 1.9109 | 28.1603 |
59
+ | 1.0215 | 8.0 | 9384 | 1.9274 | 28.0309 |
60
+ | 0.9916 | 9.0 | 10557 | 1.9323 | 27.9472 |
61
+ | 0.9583 | 10.0 | 11730 | 1.9399 | 27.9260 |
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