Samuael commited on
Commit
0928a0d
·
verified ·
1 Parent(s): c50ce70

Samuael/ethiopic-sec2sec-supervised

Browse files
Files changed (1) hide show
  1. README.md +14 -6
README.md CHANGED
@@ -18,10 +18,10 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [Samuael/ethiopic-sec2sec-tigrinya](https://huggingface.co/Samuael/ethiopic-sec2sec-tigrinya) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 3.5557
22
- - Wer: 0.2489
23
- - Cer: 0.1202
24
- - Bleu: 67.5274
25
 
26
  ## Model description
27
 
@@ -46,14 +46,22 @@ The following hyperparameters were used during training:
46
  - seed: 42
47
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
  - lr_scheduler_type: linear
49
- - num_epochs: 1
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Wer | Cer | Bleu |
55
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:-------:|
56
- | 0.071 | 1.0 | 433 | 3.5557 | 0.2489 | 0.1202 | 67.5274 |
 
 
 
 
 
 
 
 
57
 
58
 
59
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [Samuael/ethiopic-sec2sec-tigrinya](https://huggingface.co/Samuael/ethiopic-sec2sec-tigrinya) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 4.3390
22
+ - Wer: 0.2570
23
+ - Cer: 0.1269
24
+ - Bleu: 67.2562
25
 
26
  ## Model description
27
 
 
46
  - seed: 42
47
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
  - lr_scheduler_type: linear
49
+ - num_epochs: 9
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Wer | Cer | Bleu |
55
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:-------:|
56
+ | 0.086 | 1.0 | 433 | 4.0475 | 0.2592 | 0.1222 | 67.0097 |
57
+ | 0.1177 | 2.0 | 866 | 3.8429 | 0.3645 | 0.2577 | 59.7600 |
58
+ | 0.1312 | 3.0 | 1299 | 4.0294 | 0.2630 | 0.1337 | 66.8126 |
59
+ | 0.1322 | 4.0 | 1732 | 4.1292 | 0.2527 | 0.1231 | 68.4884 |
60
+ | 0.1411 | 5.0 | 2165 | 3.9989 | 0.2662 | 0.1358 | 66.4299 |
61
+ | 0.1686 | 6.0 | 2598 | 4.1555 | 0.2592 | 0.1388 | 67.9808 |
62
+ | 0.1587 | 7.0 | 3031 | 4.2802 | 0.2543 | 0.1264 | 66.9025 |
63
+ | 0.1386 | 8.0 | 3464 | 4.2682 | 0.2554 | 0.1283 | 68.7450 |
64
+ | 0.0886 | 9.0 | 3897 | 4.3390 | 0.2570 | 0.1269 | 67.2562 |
65
 
66
 
67
  ### Framework versions