Setosm commited on
Commit
27faf00
·
verified ·
1 Parent(s): cbf5806

End of training

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -23,13 +23,13 @@ should probably proofread and complete it, then remove this comment. -->
23
 
24
  This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the Afrispeech-200 dataset.
25
  It achieves the following results on the evaluation set:
26
- - Loss: 0.7124
27
- - Wer Ortho: 0.3024
28
- - Wer: 0.2440
29
- - Cer: 0.1063
30
- - Precision: 0.8586
31
- - Recall: 0.8637
32
- - F1: 0.8602
33
 
34
  ## Model description
35
 
@@ -62,11 +62,11 @@ The following hyperparameters were used during training:
62
 
63
  | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer | Cer | Precision | Recall | F1 |
64
  |:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|:---------:|:------:|:------:|
65
- | 0.4103 | 0.3175 | 100 | 0.6935 | 0.2838 | 0.2252 | 0.1058 | 0.8593 | 0.8625 | 0.8598 |
66
- | 0.3745 | 0.6349 | 200 | 0.6894 | 0.2767 | 0.2209 | 0.1035 | 0.8609 | 0.8642 | 0.8617 |
67
- | 0.354 | 0.9524 | 300 | 0.6920 | 0.2817 | 0.2261 | 0.1061 | 0.8606 | 0.8654 | 0.8619 |
68
- | 0.2184 | 1.2698 | 400 | 0.7025 | 0.2886 | 0.2306 | 0.1125 | 0.8574 | 0.8596 | 0.8571 |
69
- | 0.2376 | 1.5873 | 500 | 0.7124 | 0.3024 | 0.2440 | 0.1063 | 0.8586 | 0.8637 | 0.8602 |
70
 
71
 
72
  ### Framework versions
 
23
 
24
  This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the Afrispeech-200 dataset.
25
  It achieves the following results on the evaluation set:
26
+ - Loss: 0.6880
27
+ - Wer Ortho: 0.2755
28
+ - Wer: 0.2202
29
+ - Cer: 0.0998
30
+ - Precision: 0.8628
31
+ - Recall: 0.8622
32
+ - F1: 0.8616
33
 
34
  ## Model description
35
 
 
62
 
63
  | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer | Cer | Precision | Recall | F1 |
64
  |:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|:---------:|:------:|:------:|
65
+ | 0.9241 | 0.4237 | 100 | 0.8794 | 0.2973 | 0.2468 | 0.1060 | 0.8428 | 0.8469 | 0.8443 |
66
+ | 0.7528 | 0.8475 | 200 | 0.7464 | 0.2903 | 0.2354 | 0.1032 | 0.8583 | 0.8593 | 0.8581 |
67
+ | 0.5275 | 1.2712 | 300 | 0.7158 | 0.2778 | 0.2285 | 0.1000 | 0.8619 | 0.8627 | 0.8616 |
68
+ | 0.5686 | 1.6949 | 400 | 0.6956 | 0.2805 | 0.2255 | 0.1021 | 0.8638 | 0.8632 | 0.8626 |
69
+ | 0.3472 | 2.1186 | 500 | 0.6880 | 0.2755 | 0.2202 | 0.0998 | 0.8628 | 0.8622 | 0.8616 |
70
 
71
 
72
  ### Framework versions