DewiBrynJones
commited on
Model save
Browse files
README.md
CHANGED
@@ -15,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# whisper-large-v3-ft-cv-cy-en
|
17 |
|
18 |
-
This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Wer: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -51,13 +51,13 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
-
| Training Loss | Epoch
|
55 |
-
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
15 |
|
16 |
# whisper-large-v3-ft-cv-cy-en
|
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.3036
|
21 |
+
- Wer: 0.1826
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
55 |
+
|:-------------:|:------:|:----:|:---------------:|:------:|
|
56 |
+
| 0.294 | 0.7075 | 1000 | 0.3054 | 0.2114 |
|
57 |
+
| 0.1572 | 1.4149 | 2000 | 0.2768 | 0.1898 |
|
58 |
+
| 0.0714 | 2.1224 | 3000 | 0.2789 | 0.1807 |
|
59 |
+
| 0.0772 | 2.8299 | 4000 | 0.2759 | 0.1810 |
|
60 |
+
| 0.0337 | 3.5373 | 5000 | 0.3036 | 0.1826 |
|
61 |
|
62 |
|
63 |
### Framework versions
|