End of training
Browse files
README.md
CHANGED
@@ -20,8 +20,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Cer:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -52,9 +52,9 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
-
| Training Loss | Epoch | Step | Validation Loss | Cer
|
56 |
-
|
57 |
-
| 0.
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.1875
|
24 |
+
- Cer: 9.7986
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Cer |
|
56 |
+
|:-------------:|:------:|:----:|:---------------:|:------:|
|
57 |
+
| 0.0836 | 1.4184 | 1000 | 0.1875 | 9.7986 |
|
58 |
|
59 |
|
60 |
### Framework versions
|