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 |
|
@@ -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
|
|
|
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.4448
|
21 |
+
- Wer: 0.1961
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
55 |
|:-------------:|:-------:|:----:|:---------------:|:------:|
|
56 |
+
| 0.2144 | 2.0060 | 1000 | 0.3076 | 0.2114 |
|
57 |
+
| 0.0472 | 4.0120 | 2000 | 0.3330 | 0.2014 |
|
58 |
+
| 0.0074 | 6.0181 | 3000 | 0.3956 | 0.1972 |
|
59 |
+
| 0.0019 | 8.0241 | 4000 | 0.4263 | 0.1953 |
|
60 |
+
| 0.0014 | 10.0301 | 5000 | 0.4448 | 0.1961 |
|
61 |
|
62 |
|
63 |
### Framework versions
|