End of training
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-medium](https://huggingface.co/openai/whisper-medium) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Wer: 18.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -53,12 +53,12 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
56 |
-
| 0.
|
57 |
-
| 0.0238 | 1.58 | 2000 | 0.0514 | 27.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.0016 | 4.74 | 6000 | 0.
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0424
|
21 |
+
- Wer: 18.1637
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
56 |
+
| 0.0482 | 0.79 | 1000 | 0.0801 | 40.4827 |
|
57 |
+
| 0.0238 | 1.58 | 2000 | 0.0514 | 27.4944 |
|
58 |
+
| 0.0105 | 2.37 | 3000 | 0.0447 | 22.8415 |
|
59 |
+
| 0.0044 | 3.16 | 4000 | 0.0403 | 19.3580 |
|
60 |
+
| 0.0037 | 3.95 | 5000 | 0.0408 | 19.3083 |
|
61 |
+
| 0.0016 | 4.74 | 6000 | 0.0424 | 18.1637 |
|
62 |
|
63 |
|
64 |
### Framework versions
|