DewiBrynJones commited on
Commit
db49aba
·
verified ·
1 Parent(s): 03ac195

Model save

Browse files
Files changed (1) hide show
  1. README.md +10 -10
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.4448
21
- - Wer: 0.1961
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 | 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
 
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