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-large-v2](https://huggingface.co/openai/whisper-large-v2) on the customd_ataset dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Cer:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -52,10 +52,10 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
-
| Training Loss | Epoch | Step | Validation Loss | Cer
|
56 |
-
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on the customd_ataset dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.5808
|
24 |
+
- Cer: 75.3104
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Cer |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
57 |
+
| 0.5999 | 1.0 | 113 | 0.6111 | 49.3061 |
|
58 |
+
| 0.2814 | 2.0 | 226 | 0.5808 | 75.3104 |
|
59 |
|
60 |
|
61 |
### Framework versions
|