Kabelo Malapane
commited on
Commit
·
cf4f365
1
Parent(s):
5591855
Create new file
Browse files
README.md
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- translation
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- bleu
|
8 |
+
model-index:
|
9 |
+
- name: En-Tn_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-Tn_update
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-tn](https://huggingface.co/Helsinki-NLP/opus-mt-en-tn) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.13002
|
21 |
+
- Bleu: 39.1470
|
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 |
+
|Epoch| Training Loss | Validation Loss| Bleu |
|
51 |
+
|:---:|:---------------:|:----------------:|:-------:|
|
52 |
+
| 1 | 1.929300 | 1.884056 | 29.762382|
|
53 |
+
| 2 | 1.637300 | 1.605588 | 32.846868|
|
54 |
+
| 3 | 1.500000 | 1.457442 | 34.307484|
|
55 |
+
| 4 | 1.402400 | 1.356578 | 35.423774|
|
56 |
+
| 5 | 1.324000 | 1.276492 | 36.553368|
|
57 |
+
| 6 | 1.251300 | 1.221768 | 37.464270|
|
58 |
+
| 7 | 1.224700 | 1.181320 | 38.157490|
|
59 |
+
| 8 | 1.193200 | 1.152997 | 38.800566|
|
60 |
+
| 9 | 1.166700 | 1.136147 | 38.985707|
|
61 |
+
| 10 | 1.142500 | 1.130020 | 39.209327|
|
62 |
+
|
63 |
+
### Framework versions
|
64 |
+
|
65 |
+
- Transformers 4.21.0
|
66 |
+
- Pytorch 1.12.0+cu113
|
67 |
+
- Datasets 2.4.0
|
68 |
+
- Tokenizers 0.12.1
|