Model save
Browse files
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Wer: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
55 |
|:-------------:|:------:|:----:|:---------------:|:------:|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.3838
|
21 |
+
- Wer: 0.2732
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
55 |
|:-------------:|:------:|:----:|:---------------:|:------:|
|
56 |
+
| 0.4047 | 0.5711 | 1000 | 0.4849 | 0.3505 |
|
57 |
+
| 0.2476 | 1.1422 | 2000 | 0.4187 | 0.3137 |
|
58 |
+
| 0.2527 | 1.7133 | 3000 | 0.3882 | 0.2901 |
|
59 |
+
| 0.1568 | 2.2844 | 4000 | 0.3902 | 0.2816 |
|
60 |
+
| 0.1313 | 2.8555 | 5000 | 0.3838 | 0.2732 |
|
61 |
|
62 |
|
63 |
### Framework versions
|