End of training
Browse files
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.
|
| 27 |
-
- Wer Ortho: 0.
|
| 28 |
-
- Wer: 0.
|
| 29 |
-
- Cer: 0.
|
| 30 |
-
- Precision: 0.
|
| 31 |
-
- Recall: 0.
|
| 32 |
-
- F1: 0.
|
| 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.
|
| 66 |
-
| 0.
|
| 67 |
-
| 0.
|
| 68 |
-
| 0.
|
| 69 |
-
| 0.
|
| 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
|