Update README.md
Browse files
README.md
CHANGED
@@ -21,8 +21,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [openai/whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
-
- Wer: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -51,13 +51,6 @@ The following hyperparameters were used during training:
|
|
51 |
- num_epochs: 3
|
52 |
- mixed_precision_training: Native AMP
|
53 |
|
54 |
-
### Training results
|
55 |
-
|
56 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
57 |
-
|:-------------:|:------:|:----:|:---------------:|:------:|
|
58 |
-
| 0.0252 | 0.7722 | 200 | 0.0256 | 0.1182 |
|
59 |
-
| 0.0193 | 1.5444 | 400 | 0.0219 | 0.1037 |
|
60 |
-
| 0.0099 | 2.3166 | 600 | 0.0204 | 0.0998 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [openai/whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.014348
|
25 |
+
- Wer: 0.070102
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
51 |
- num_epochs: 3
|
52 |
- mixed_precision_training: Native AMP
|
53 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
|
56 |
### Framework versions
|