DewiBrynJones commited on
Commit
1f775f0
·
verified ·
1 Parent(s): 723c66d

Model save

Browse files
Files changed (1) hide show
  1. README.md +8 -8
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 the DewiBrynJones/commonvoice_18_0_cy_en train main dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.4825
21
- - Wer: 0.1979
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.2506 | 2.0060 | 1000 | 0.3449 | 0.2113 |
57
- | 0.0783 | 4.0120 | 2000 | 0.3657 | 0.2010 |
58
- | 0.0377 | 6.0181 | 3000 | 0.4253 | 0.1986 |
59
- | 0.0326 | 8.0241 | 4000 | 0.4601 | 0.1977 |
60
- | 0.0313 | 10.0301 | 5000 | 0.4825 | 0.1979 |
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