End of training
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
35 |
|
36 |
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the Common Voice 13 dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
-
- Loss:
|
39 |
- Wer Ortho: 10.0
|
40 |
- Wer: 10.0
|
41 |
|
@@ -70,12 +70,12 @@ The following hyperparameters were used during training:
|
|
70 |
|
71 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
72 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:----:|
|
73 |
-
|
|
74 |
|
75 |
|
76 |
### Framework versions
|
77 |
|
78 |
- Transformers 4.44.2
|
79 |
-
- Pytorch 2.4.
|
80 |
-
- Datasets
|
81 |
- Tokenizers 0.19.1
|
|
|
35 |
|
36 |
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the Common Voice 13 dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
+
- Loss: 4.1106
|
39 |
- Wer Ortho: 10.0
|
40 |
- Wer: 10.0
|
41 |
|
|
|
70 |
|
71 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
72 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:----:|
|
73 |
+
| 5.2043 | 0.1994 | 200 | 4.1106 | 10.0 | 10.0 |
|
74 |
|
75 |
|
76 |
### Framework versions
|
77 |
|
78 |
- Transformers 4.44.2
|
79 |
+
- Pytorch 2.4.1+cu121
|
80 |
+
- Datasets 3.0.0
|
81 |
- Tokenizers 0.19.1
|